2018-08-05 10:43:45,830 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-201 | | 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-05 10:43:45,833 - 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.46,192.30.9.5 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.46:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=CqR37j2I0FOmXHsl9Oo9KAlkz 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=d5650b30963342b58320b9e3073d7ddf export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-08-05 10:43:45,833 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-05 10:43:45,833 - 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-05 10:43:45,857 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-05 10:43:46,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 10:43:46,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 10:43:46,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 10:43:46,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 10:43:46,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 10:43:46,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 10:43:46,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 10:43:46,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 10:43:46,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 10:43:46,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 10:43:46,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 10:43:46,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 10:43:46,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 10:43:46,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 10:43:46,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 10:43:46,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 10:43:46,139 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 10:43:46,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 10:43:46,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 10:43:46,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 10:43:46,140 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 10:43:46,145 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 10:43:46,145 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-05 10:43:46,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-05 10:43:46,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:43:46,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:43:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d5d044d-c279-429e-8ca2-dad71c42638e Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 10:43:46,154 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-8d5d044d-c279-429e-8ca2-dad71c42638e 2018-08-05 10:43:46,154 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 10:43:46,536 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T11:43:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["1eFfRe7GRN66hq3YnsvYAw"], "issued_at": "2018-08-05T10:43:46.000000Z"}} 2018-08-05 10:43:46,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}87477847462849ff8c4c8e2aa8ba5894355cf1ac" 2018-08-05 10:43:47,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:43:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2ee66a85-ec62-4439-b98f-d3bf702ad088 x-compute-request-id: req-2ee66a85-ec62-4439-b98f-d3bf702ad088 Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-05 10:43:47,358 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/os-aggregates used request id req-2ee66a85-ec62-4439-b98f-d3bf702ad088 2018-08-05 10:43:47,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.21177911758s 2018-08-05 10:43:47,358 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/os-aggregates used request id req-2ee66a85-ec62-4439-b98f-d3bf702ad088 2018-08-05 10:43:47,358 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-05 10:43:47,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:43:47,366 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 10:43:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0ae03b69-1ae8-453f-b0c1-8baee728ae7a 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.46:5000/v3/", "rel": "self"}]}]}} 2018-08-05 10:43:47,367 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/ used request id req-0ae03b69-1ae8-453f-b0c1-8baee728ae7a 2018-08-05 10:43:47,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 10:43:47,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}87477847462849ff8c4c8e2aa8ba5894355cf1ac" 2018-08-05 10:43:47,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:43:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a77f8b68-b52f-40d5-87d2-6d1aa23707e9 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.46:5000/v3/domains/2e9dbdb0714844c8959b763da4d86693"}, "tags": [], "enabled": true, "id": "2e9dbdb0714844c8959b763da4d86693", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.46:5000/v3/domains", "previous": null, "next": null}} 2018-08-05 10:43:47,472 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-a77f8b68-b52f-40d5-87d2-6d1aa23707e9 2018-08-05 10:43:47,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.104513883591s 2018-08-05 10:43:47,473 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-a77f8b68-b52f-40d5-87d2-6d1aa23707e9 2018-08-05 10:43:47,474 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'2e9dbdb0714844c8959b763da4d86693', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-05 10:43:47,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-05 10:43:47,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}87477847462849ff8c4c8e2aa8ba5894355cf1ac" 2018-08-05 10:43:47,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:43:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ce40c38-9e31-4618-a6f6-bc92d777b6ac Content-Encoding: gzip Content-Length: 1958 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/005c613324dd4ac980779f2bbedfc4ae"}, "url": "http://172.30.9.46:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b6e1a757f8db4827a78d436bd1d0e757", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/0d3626e85152483b97ddb47c82dd5f29"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "773d76d850d04c4eafce3eb58a4d74ca", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/15bc56573ea742fa80fcc962a183703b"}, "url": "http://172.30.9.46:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "139a62e950cb4f5eba26c38253ebd1c3", "id": "15bc56573ea742fa80fcc962a183703b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/1982c7dac814472bbc44c19922470ef6"}, "url": "http://172.30.9.46:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c6421874073646f4b9ebee9bfadf25d7", "id": "1982c7dac814472bbc44c19922470ef6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/29b2c346f19d4462a0c8cff4c857ee3c"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4b23419f4d5946aa9e2ba429a283c70f", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/2c23cf62298849adb5d5c3bb4773d930"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1754f3f0106c49f4af6aaebd88bedab9", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/2c647ec870504a739c0cd7211ba8e804"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3bac9975b3294e2882de4947091c3fa3", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/2d0675d8fd374899a3bbbe6b1c3257c7"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4b23419f4d5946aa9e2ba429a283c70f", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/38d4665b94fa4e2c85b9a57d18ac3679"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3bac9975b3294e2882de4947091c3fa3", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/3e7bfd3639934892b4f66a22414833df"}, "url": "http://172.30.9.46:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a0a276da436b470d8ab909d4757f3746", "id": "3e7bfd3639934892b4f66a22414833df"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/3fb061d338f440ffb1eb292e9734f217"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7bbc5945f84940b5a5650bc65f3e9929", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/46537490eec2401f980b88c88a8068e4"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b6e1a757f8db4827a78d436bd1d0e757", "id": "46537490eec2401f980b88c88a8068e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/4f83dc6540324999adefd721cb1ae3e0"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c6421874073646f4b9ebee9bfadf25d7", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/5a0c923689e747ef86b597066c2bcc08"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "773d76d850d04c4eafce3eb58a4d74ca", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/6ae458d3348e44a4bab9d4463e7bdafc"}, "url": "http://172.30.9.46:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3bac9975b3294e2882de4947091c3fa3", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/7111ec8f89534ef99e1aeba4900f2e98"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7bbc5945f84940b5a5650bc65f3e9929", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/7239a60574f74f74b7d93861cac3b4f5"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7be3263d84a54a1c921d2ee99f0d4175", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/7ca289c55cc44087bf8793b93f624a76"}, "url": "http://12.0.0.37:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a0a276da436b470d8ab909d4757f3746", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/86fe24881825461c9cf6ddb4ef5b4c77"}, "url": "http://172.30.9.46:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1754f3f0106c49f4af6aaebd88bedab9", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/8a1c098c0d8b4c988926875bc966f4ad"}, "url": "http://172.30.9.46:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cf1888c12b68498e9890470ac60ac247", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/8c9878ffb9b944f4900186073a66e854"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cf1888c12b68498e9890470ac60ac247", "id": "8c9878ffb9b944f4900186073a66e854"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/a1a5a2267a3a4c86aa7fddac27741f92"}, "url": "http://172.30.9.46:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7bbc5945f84940b5a5650bc65f3e9929", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/a263c2c3fb494ec29533873e8162f3bb"}, "url": "http://12.0.0.37:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a0a276da436b470d8ab909d4757f3746", "id": "a263c2c3fb494ec29533873e8162f3bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/aa6245e3c510419399efaab3cffa0dd5"}, "url": "http://192.30.9.5:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "33bc21e79f994848b9321670dacd0042", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/ad09387ee87c4255b2930a12d969fb3f"}, "url": "http://172.30.9.46:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "33bc21e79f994848b9321670dacd0042", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/b60ee8355490488fbcd0185a5529120d"}, "url": "http://172.30.9.46:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4b23419f4d5946aa9e2ba429a283c70f", "id": "b60ee8355490488fbcd0185a5529120d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/c1f950eb1dba4c50b30b56268fa4d0db"}, "url": "http://192.30.9.5:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "33bc21e79f994848b9321670dacd0042", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/c51c2695aadd49e48ade6653e3ef8fc3"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cf1888c12b68498e9890470ac60ac247", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/ce2e1e4aeed548aa97ffdc78adb8c513"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "369f69bfa97a423182377beb47371862", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/d481e275351f4675a7f99d293797a3aa"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "369f69bfa97a423182377beb47371862", "id": "d481e275351f4675a7f99d293797a3aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/d7c69ce73749436bbdb78c928043362f"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "139a62e950cb4f5eba26c38253ebd1c3", "id": "d7c69ce73749436bbdb78c928043362f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/d8fe4279623145ffb2fd2a740afc060f"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1754f3f0106c49f4af6aaebd88bedab9", "id": "d8fe4279623145ffb2fd2a740afc060f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/dac004fba9e946e38ac76e229c1b6005"}, "url": "http://172.30.9.46:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "773d76d850d04c4eafce3eb58a4d74ca", "id": "dac004fba9e946e38ac76e229c1b6005"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/db362858a2194ac38796f6e2b2ccfe8f"}, "url": "http://172.30.9.46:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "369f69bfa97a423182377beb47371862", "id": "db362858a2194ac38796f6e2b2ccfe8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/e1feb454a0a54f249404ad7fc03a1120"}, "url": "http://172.30.9.46:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7be3263d84a54a1c921d2ee99f0d4175", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/e36a75e0f5f04fd5926c1fb53cd5a924"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fa88321ac2ac455ba9c811f773712360", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/e67d35dc385e441fb1ede495d909e213"}, "url": "http://172.30.9.46:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fa88321ac2ac455ba9c811f773712360", "id": "e67d35dc385e441fb1ede495d909e213"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/e8fbeb769fb3409f8b32fb5668755dc3"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c6421874073646f4b9ebee9bfadf25d7", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/eabe05b7fd95497aa5f28cffdf7affff"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fa88321ac2ac455ba9c811f773712360", "id": "eabe05b7fd95497aa5f28cffdf7affff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/ed7b86f3f65142c0ae9170332dec53a5"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7be3263d84a54a1c921d2ee99f0d4175", "id": "ed7b86f3f65142c0ae9170332dec53a5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/eff4025db9584a4cb5a986cd74f7422f"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "139a62e950cb4f5eba26c38253ebd1c3", "id": "eff4025db9584a4cb5a986cd74f7422f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/ffca497293164381a8d1a1a7b6020017"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b6e1a757f8db4827a78d436bd1d0e757", "id": "ffca497293164381a8d1a1a7b6020017"}], "links": {"self": "http://172.30.9.46:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-05 10:43:47,656 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/endpoints used request id req-1ce40c38-9e31-4618-a6f6-bc92d777b6ac 2018-08-05 10:43:47,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.178948879242s 2018-08-05 10:43:47,657 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/endpoints used request id req-1ce40c38-9e31-4618-a6f6-bc92d777b6ac 2018-08-05 10:43:47,664 - 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.46:5000/v3/endpoints/005c613324dd4ac980779f2bbedfc4ae'}, u'url': u'http://172.30.9.46:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b6e1a757f8db4827a78d436bd1d0e757', u'id': u'005c613324dd4ac980779f2bbedfc4ae'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/0d3626e85152483b97ddb47c82dd5f29'}, u'url': u'http://192.30.9.5:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'773d76d850d04c4eafce3eb58a4d74ca', u'id': u'0d3626e85152483b97ddb47c82dd5f29'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/15bc56573ea742fa80fcc962a183703b'}, u'url': u'http://172.30.9.46:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'139a62e950cb4f5eba26c38253ebd1c3', u'id': u'15bc56573ea742fa80fcc962a183703b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/1982c7dac814472bbc44c19922470ef6'}, u'url': u'http://172.30.9.46:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'c6421874073646f4b9ebee9bfadf25d7', u'id': u'1982c7dac814472bbc44c19922470ef6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/29b2c346f19d4462a0c8cff4c857ee3c'}, u'url': u'http://192.30.9.5:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'4b23419f4d5946aa9e2ba429a283c70f', u'id': u'29b2c346f19d4462a0c8cff4c857ee3c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/2c23cf62298849adb5d5c3bb4773d930'}, u'url': u'http://192.30.9.5:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1754f3f0106c49f4af6aaebd88bedab9', u'id': u'2c23cf62298849adb5d5c3bb4773d930'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/2c647ec870504a739c0cd7211ba8e804'}, u'url': u'http://192.30.9.5:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3bac9975b3294e2882de4947091c3fa3', u'id': u'2c647ec870504a739c0cd7211ba8e804'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/2d0675d8fd374899a3bbbe6b1c3257c7'}, u'url': u'http://192.30.9.5:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'4b23419f4d5946aa9e2ba429a283c70f', u'id': u'2d0675d8fd374899a3bbbe6b1c3257c7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/38d4665b94fa4e2c85b9a57d18ac3679'}, u'url': u'http://192.30.9.5:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3bac9975b3294e2882de4947091c3fa3', u'id': u'38d4665b94fa4e2c85b9a57d18ac3679'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/3e7bfd3639934892b4f66a22414833df'}, u'url': u'http://172.30.9.46:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'a0a276da436b470d8ab909d4757f3746', u'id': u'3e7bfd3639934892b4f66a22414833df'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/3fb061d338f440ffb1eb292e9734f217'}, u'url': u'http://192.30.9.5:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7bbc5945f84940b5a5650bc65f3e9929', u'id': u'3fb061d338f440ffb1eb292e9734f217'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/46537490eec2401f980b88c88a8068e4'}, u'url': u'http://192.30.9.5:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b6e1a757f8db4827a78d436bd1d0e757', u'id': u'46537490eec2401f980b88c88a8068e4'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/4f83dc6540324999adefd721cb1ae3e0'}, u'url': u'http://192.30.9.5:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'c6421874073646f4b9ebee9bfadf25d7', u'id': u'4f83dc6540324999adefd721cb1ae3e0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/5a0c923689e747ef86b597066c2bcc08'}, u'url': u'http://192.30.9.5:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'773d76d850d04c4eafce3eb58a4d74ca', u'id': u'5a0c923689e747ef86b597066c2bcc08'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/6ae458d3348e44a4bab9d4463e7bdafc'}, u'url': u'http://172.30.9.46:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3bac9975b3294e2882de4947091c3fa3', u'id': u'6ae458d3348e44a4bab9d4463e7bdafc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/7111ec8f89534ef99e1aeba4900f2e98'}, u'url': u'http://192.30.9.5:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7bbc5945f84940b5a5650bc65f3e9929', u'id': u'7111ec8f89534ef99e1aeba4900f2e98'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/7239a60574f74f74b7d93861cac3b4f5'}, u'url': u'http://192.30.9.5:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7be3263d84a54a1c921d2ee99f0d4175', u'id': u'7239a60574f74f74b7d93861cac3b4f5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/7ca289c55cc44087bf8793b93f624a76'}, u'url': u'http://12.0.0.37:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'a0a276da436b470d8ab909d4757f3746', u'id': u'7ca289c55cc44087bf8793b93f624a76'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/86fe24881825461c9cf6ddb4ef5b4c77'}, u'url': u'http://172.30.9.46:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1754f3f0106c49f4af6aaebd88bedab9', u'id': u'86fe24881825461c9cf6ddb4ef5b4c77'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/8a1c098c0d8b4c988926875bc966f4ad'}, u'url': u'http://172.30.9.46:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'cf1888c12b68498e9890470ac60ac247', u'id': u'8a1c098c0d8b4c988926875bc966f4ad'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/8c9878ffb9b944f4900186073a66e854'}, u'url': u'http://192.30.9.5:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'cf1888c12b68498e9890470ac60ac247', u'id': u'8c9878ffb9b944f4900186073a66e854'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/a1a5a2267a3a4c86aa7fddac27741f92'}, u'url': u'http://172.30.9.46:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7bbc5945f84940b5a5650bc65f3e9929', u'id': u'a1a5a2267a3a4c86aa7fddac27741f92'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/a263c2c3fb494ec29533873e8162f3bb'}, u'url': u'http://12.0.0.37:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'a0a276da436b470d8ab909d4757f3746', u'id': u'a263c2c3fb494ec29533873e8162f3bb'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/aa6245e3c510419399efaab3cffa0dd5'}, u'url': u'http://192.30.9.5:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'33bc21e79f994848b9321670dacd0042', u'id': u'aa6245e3c510419399efaab3cffa0dd5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/ad09387ee87c4255b2930a12d969fb3f'}, u'url': u'http://172.30.9.46:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'33bc21e79f994848b9321670dacd0042', u'id': u'ad09387ee87c4255b2930a12d969fb3f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/b60ee8355490488fbcd0185a5529120d'}, u'url': u'http://172.30.9.46:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4b23419f4d5946aa9e2ba429a283c70f', u'id': u'b60ee8355490488fbcd0185a5529120d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/c1f950eb1dba4c50b30b56268fa4d0db'}, u'url': u'http://192.30.9.5:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'33bc21e79f994848b9321670dacd0042', u'id': u'c1f950eb1dba4c50b30b56268fa4d0db'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/c51c2695aadd49e48ade6653e3ef8fc3'}, u'url': u'http://192.30.9.5:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'cf1888c12b68498e9890470ac60ac247', u'id': u'c51c2695aadd49e48ade6653e3ef8fc3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/ce2e1e4aeed548aa97ffdc78adb8c513'}, u'url': u'http://192.30.9.5:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'369f69bfa97a423182377beb47371862', u'id': u'ce2e1e4aeed548aa97ffdc78adb8c513'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/d481e275351f4675a7f99d293797a3aa'}, u'url': u'http://192.30.9.5:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'369f69bfa97a423182377beb47371862', u'id': u'd481e275351f4675a7f99d293797a3aa'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/d7c69ce73749436bbdb78c928043362f'}, u'url': u'http://192.30.9.5:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'139a62e950cb4f5eba26c38253ebd1c3', u'id': u'd7c69ce73749436bbdb78c928043362f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/d8fe4279623145ffb2fd2a740afc060f'}, u'url': u'http://192.30.9.5:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1754f3f0106c49f4af6aaebd88bedab9', u'id': u'd8fe4279623145ffb2fd2a740afc060f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/dac004fba9e946e38ac76e229c1b6005'}, u'url': u'http://172.30.9.46:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'773d76d850d04c4eafce3eb58a4d74ca', u'id': u'dac004fba9e946e38ac76e229c1b6005'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/db362858a2194ac38796f6e2b2ccfe8f'}, u'url': u'http://172.30.9.46:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'369f69bfa97a423182377beb47371862', u'id': u'db362858a2194ac38796f6e2b2ccfe8f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/e1feb454a0a54f249404ad7fc03a1120'}, u'url': u'http://172.30.9.46:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7be3263d84a54a1c921d2ee99f0d4175', u'id': u'e1feb454a0a54f249404ad7fc03a1120'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/e36a75e0f5f04fd5926c1fb53cd5a924'}, u'url': u'http://192.30.9.5:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'fa88321ac2ac455ba9c811f773712360', u'id': u'e36a75e0f5f04fd5926c1fb53cd5a924'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/e67d35dc385e441fb1ede495d909e213'}, u'url': u'http://172.30.9.46:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'fa88321ac2ac455ba9c811f773712360', u'id': u'e67d35dc385e441fb1ede495d909e213'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/e8fbeb769fb3409f8b32fb5668755dc3'}, u'url': u'http://192.30.9.5:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'c6421874073646f4b9ebee9bfadf25d7', u'id': u'e8fbeb769fb3409f8b32fb5668755dc3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/eabe05b7fd95497aa5f28cffdf7affff'}, u'url': u'http://192.30.9.5:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'fa88321ac2ac455ba9c811f773712360', u'id': u'eabe05b7fd95497aa5f28cffdf7affff'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/ed7b86f3f65142c0ae9170332dec53a5'}, u'url': u'http://192.30.9.5:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7be3263d84a54a1c921d2ee99f0d4175', u'id': u'ed7b86f3f65142c0ae9170332dec53a5'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/eff4025db9584a4cb5a986cd74f7422f'}, u'url': u'http://192.30.9.5:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'139a62e950cb4f5eba26c38253ebd1c3', u'id': u'eff4025db9584a4cb5a986cd74f7422f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.46:5000/v3/endpoints/ffca497293164381a8d1a1a7b6020017'}, u'url': u'http://192.30.9.5:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b6e1a757f8db4827a78d436bd1d0e757', u'id': u'ffca497293164381a8d1a1a7b6020017'})] 2018-08-05 10:43:47,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-05 10:43:47,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}87477847462849ff8c4c8e2aa8ba5894355cf1ac" 2018-08-05 10:43:47,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:43: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-0c70dc31-6fc3-4053-be4d-160575987ce6 x-compute-request-id: req-0c70dc31-6fc3-4053-be4d-160575987ce6 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-05 10:43:47,785 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/extensions used request id req-0c70dc31-6fc3-4053-be4d-160575987ce6 2018-08-05 10:43:47,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.119518041611s 2018-08-05 10:43:47,786 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/extensions used request id req-0c70dc31-6fc3-4053-be4d-160575987ce6 2018-08-05 10:43:47,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-05 10:43:47,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}87477847462849ff8c4c8e2aa8ba5894355cf1ac" 2018-08-05 10:43:49,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:43: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-af63da00-2529-4e57-bab9-01878d1c775d x-compute-request-id: req-af63da00-2529-4e57-bab9-01878d1c775d Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-05 10:43:49,528 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/os-floating-ip-pools used request id req-af63da00-2529-4e57-bab9-01878d1c775d 2018-08-05 10:43:49,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.72625589371s 2018-08-05 10:43:49,528 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/os-floating-ip-pools used request id req-af63da00-2529-4e57-bab9-01878d1c775d 2018-08-05 10:43:49,529 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-05 10:43:49,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:43:49,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}87477847462849ff8c4c8e2aa8ba5894355cf1ac" 2018-08-05 10:43:49,591 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-847c73d7-2e8c-488f-a84c-34d6db56ada7 Date: Sun, 05 Aug 2018 10:43:49 GMT RESP BODY: {"floatingips": []} 2018-08-05 10:43:49,591 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-847c73d7-2e8c-488f-a84c-34d6db56ada7 2018-08-05 10:43:49,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0575959682465s 2018-08-05 10:43:49,592 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-847c73d7-2e8c-488f-a84c-34d6db56ada7 2018-08-05 10:43:49,592 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-05 10:43:49,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-05 10:43:49,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}87477847462849ff8c4c8e2aa8ba5894355cf1ac" 2018-08-05 10:43:49,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:43:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aad692ef-defa-4723-8a45-bca61c8d7254 x-compute-request-id: req-aad692ef-defa-4723-8a45-bca61c8d7254 Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 4}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"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-1.opnfvlf.org", "disabled_reason": null, "id": 5}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"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-05 10:43:49,773 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/os-hypervisors/detail used request id req-aad692ef-defa-4723-8a45-bca61c8d7254 2018-08-05 10:43:49,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.180758953094s 2018-08-05 10:43:49,774 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/os-hypervisors/detail used request id req-aad692ef-defa-4723-8a45-bca61c8d7254 2018-08-05 10:43:49,774 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.4', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "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", "acpi", "spec-ctrl", "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-0.opnfvlf.org', u'disabled_reason': None, u'id': 4}, 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.6', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"vendor": "Intel", "model": "Haswell-noTSX-IBRS", "arch": "x86_64", "features": ["pge", "avx", "xsaveopt", "clflush", "sep", "syscall", "tsc_adjust", "tsc-deadline", "dtes64", "stibp", "invpcid", "tsc", "fsgsbase", "xsave", "vmx", "erms", "xtpr", "cmov", "smep", "ssse3", "est", "pat", "monitor", "smx", "pbe", "lm", "msr", "nx", "fxsr", "tm", "sse4.1", "pae", "sse4.2", "pclmuldq", "pcid", "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", "acpi", "spec-ctrl", "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-1.opnfvlf.org', u'disabled_reason': None, u'id': 5}, 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-05 10:43:49,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-05 10:43:49,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}87477847462849ff8c4c8e2aa8ba5894355cf1ac" 2018-08-05 10:43:49,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:43:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-942c7983-52f5-4f43-91d3-71ff05f40ecd x-compute-request-id: req-942c7983-52f5-4f43-91d3-71ff05f40ecd Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-05 10:43:49,900 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/os-keypairs used request id req-942c7983-52f5-4f43-91d3-71ff05f40ecd 2018-08-05 10:43:49,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.124668836594s 2018-08-05 10:43:49,900 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/os-keypairs used request id req-942c7983-52f5-4f43-91d3-71ff05f40ecd 2018-08-05 10:43:49,900 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-05 10:43:49,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:43:49,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}87477847462849ff8c4c8e2aa8ba5894355cf1ac" 2018-08-05 10:43:49,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-fac18c12-8857-4678-9e47-093e2de043fd Date: Sun, 05 Aug 2018 10:43:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 10:43:49,979 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-fac18c12-8857-4678-9e47-093e2de043fd 2018-08-05 10:43:49,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0783579349518s 2018-08-05 10:43:49,980 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-fac18c12-8857-4678-9e47-093e2de043fd 2018-08-05 10:43:49,980 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'89972d6a-26a8-4595-baea-47e68ca637c2'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-05T10:41:19Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'mtu': 1500, u'id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 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-05T10:41:15Z', u'provider:network_type': u'flat', u'tenant_id': u'0657afe192264a9b9d21fa2c02d460ec', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0657afe192264a9b9d21fa2c02d460ec', u'l2_adjacency': True})] 2018-08-05 10:43:49,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-05 10:43:49,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}87477847462849ff8c4c8e2aa8ba5894355cf1ac" 2018-08-05 10:43:50,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-6129aaef-1250-473a-8d6a-c075dbab9f3a Date: Sun, 05 Aug 2018 10:43:50 GMT RESP BODY: {"ports":[]} 2018-08-05 10:43:50,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json used request id req-6129aaef-1250-473a-8d6a-c075dbab9f3a 2018-08-05 10:43:50,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0278000831604s 2018-08-05 10:43:50,009 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json used request id req-6129aaef-1250-473a-8d6a-c075dbab9f3a 2018-08-05 10:43:50,009 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-05 10:43:50,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-05 10:43:50,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}87477847462849ff8c4c8e2aa8ba5894355cf1ac" 2018-08-05 10:43:50,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:43:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8c13dea-a9cd-46b8-a6b2-40a6b810bbe9 Content-Encoding: gzip Content-Length: 719 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "0657afe192264a9b9d21fa2c02d460ec"}}, "role": {"id": "9e5a60d491ca4d10a118f334cf38a9f2"}, "user": {"id": "1de7019d33de4da78353f5518855b2da"}, "links": {"assignment": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec/users/1de7019d33de4da78353f5518855b2da/roles/9e5a60d491ca4d10a118f334cf38a9f2"}}, {"scope": {"project": {"id": "0657afe192264a9b9d21fa2c02d460ec"}}, "role": {"id": "9e5a60d491ca4d10a118f334cf38a9f2"}, "user": {"id": "30fb5476bc4944cca472911dfd1652d4"}, "links": {"assignment": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec/users/30fb5476bc4944cca472911dfd1652d4/roles/9e5a60d491ca4d10a118f334cf38a9f2"}}, {"scope": {"project": {"id": "0657afe192264a9b9d21fa2c02d460ec"}}, "role": {"id": "9e5a60d491ca4d10a118f334cf38a9f2"}, "user": {"id": "5aee0f6b10004491a4c22fd983ec5777"}, "links": {"assignment": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec/users/5aee0f6b10004491a4c22fd983ec5777/roles/9e5a60d491ca4d10a118f334cf38a9f2"}}, {"scope": {"project": {"id": "0657afe192264a9b9d21fa2c02d460ec"}}, "role": {"id": "9e5a60d491ca4d10a118f334cf38a9f2"}, "user": {"id": "64e82513229949b1b9bb45491429c564"}, "links": {"assignment": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec/users/64e82513229949b1b9bb45491429c564/roles/9e5a60d491ca4d10a118f334cf38a9f2"}}, {"scope": {"project": {"id": "0657afe192264a9b9d21fa2c02d460ec"}}, "role": {"id": "848bfe782d594557afdcf3c418fe86c3"}, "user": {"id": "657ecd4c01404141b93ebf7e0ddcc241"}, "links": {"assignment": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec/users/657ecd4c01404141b93ebf7e0ddcc241/roles/848bfe782d594557afdcf3c418fe86c3"}}, {"scope": {"project": {"id": "0657afe192264a9b9d21fa2c02d460ec"}}, "role": {"id": "9e5a60d491ca4d10a118f334cf38a9f2"}, "user": {"id": "657ecd4c01404141b93ebf7e0ddcc241"}, "links": {"assignment": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec/users/657ecd4c01404141b93ebf7e0ddcc241/roles/9e5a60d491ca4d10a118f334cf38a9f2"}}, {"scope": {"project": {"id": "0657afe192264a9b9d21fa2c02d460ec"}}, "role": {"id": "9e5a60d491ca4d10a118f334cf38a9f2"}, "user": {"id": "7805a89c60db4e77a4096a8c13917342"}, "links": {"assignment": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec/users/7805a89c60db4e77a4096a8c13917342/roles/9e5a60d491ca4d10a118f334cf38a9f2"}}, {"scope": {"project": {"id": "0657afe192264a9b9d21fa2c02d460ec"}}, "role": {"id": "9e5a60d491ca4d10a118f334cf38a9f2"}, "user": {"id": "8071b72851074c0785b73439b495f5da"}, "links": {"assignment": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec/users/8071b72851074c0785b73439b495f5da/roles/9e5a60d491ca4d10a118f334cf38a9f2"}}, {"scope": {"project": {"id": "d5650b30963342b58320b9e3073d7ddf"}}, "role": {"id": "9e5a60d491ca4d10a118f334cf38a9f2"}, "user": {"id": "813c9868726048c9b912c425af42b961"}, "links": {"assignment": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf/users/813c9868726048c9b912c425af42b961/roles/9e5a60d491ca4d10a118f334cf38a9f2"}}, {"scope": {"project": {"id": "0657afe192264a9b9d21fa2c02d460ec"}}, "role": {"id": "9e5a60d491ca4d10a118f334cf38a9f2"}, "user": {"id": "a53f4d24001c42bbb3eae89642f7d51e"}, "links": {"assignment": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec/users/a53f4d24001c42bbb3eae89642f7d51e/roles/9e5a60d491ca4d10a118f334cf38a9f2"}}, {"scope": {"project": {"id": "0657afe192264a9b9d21fa2c02d460ec"}}, "role": {"id": "9e5a60d491ca4d10a118f334cf38a9f2"}, "user": {"id": "b655cf1f65be427cbcd3a1f6383ce937"}, "links": {"assignment": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec/users/b655cf1f65be427cbcd3a1f6383ce937/roles/9e5a60d491ca4d10a118f334cf38a9f2"}}, {"scope": {"project": {"id": "0657afe192264a9b9d21fa2c02d460ec"}}, "role": {"id": "9e5a60d491ca4d10a118f334cf38a9f2"}, "user": {"id": "c1bc33c2dd774936a60cddba9ba5a8c8"}, "links": {"assignment": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec/users/c1bc33c2dd774936a60cddba9ba5a8c8/roles/9e5a60d491ca4d10a118f334cf38a9f2"}}, {"scope": {"project": {"id": "0657afe192264a9b9d21fa2c02d460ec"}}, "role": {"id": "9e5a60d491ca4d10a118f334cf38a9f2"}, "user": {"id": "d54da07c07104b299d3ceaf48a53bea5"}, "links": {"assignment": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec/users/d54da07c07104b299d3ceaf48a53bea5/roles/9e5a60d491ca4d10a118f334cf38a9f2"}}, {"scope": {"project": {"id": "0657afe192264a9b9d21fa2c02d460ec"}}, "role": {"id": "9e5a60d491ca4d10a118f334cf38a9f2"}, "user": {"id": "e11b33711c6c48479d05dc3528f3e489"}, "links": {"assignment": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec/users/e11b33711c6c48479d05dc3528f3e489/roles/9e5a60d491ca4d10a118f334cf38a9f2"}}, {"scope": {"domain": {"id": "2e9dbdb0714844c8959b763da4d86693"}}, "role": {"id": "9e5a60d491ca4d10a118f334cf38a9f2"}, "user": {"id": "4ccb82390a9644008221e1d2f86f000c"}, "links": {"assignment": "http://172.30.9.46:5000/v3/domains/2e9dbdb0714844c8959b763da4d86693/users/4ccb82390a9644008221e1d2f86f000c/roles/9e5a60d491ca4d10a118f334cf38a9f2"}}, {"scope": {"system": {"all": true}}, "role": {"id": "9e5a60d491ca4d10a118f334cf38a9f2"}, "user": {"id": "813c9868726048c9b912c425af42b961"}, "links": {"assignment": "http://172.30.9.46:5000/v3/system/users/813c9868726048c9b912c425af42b961/roles/9e5a60d491ca4d10a118f334cf38a9f2"}}], "links": {"self": "http://172.30.9.46:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-05 10:43:50,112 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments used request id req-f8c13dea-a9cd-46b8-a6b2-40a6b810bbe9 2018-08-05 10:43:50,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0995378494263s 2018-08-05 10:43:50,112 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments used request id req-f8c13dea-a9cd-46b8-a6b2-40a6b810bbe9 2018-08-05 10:43:50,115 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'0657afe192264a9b9d21fa2c02d460ec', 'id': u'9e5a60d491ca4d10a118f334cf38a9f2', 'user': u'1de7019d33de4da78353f5518855b2da'}), Munch({'project': u'0657afe192264a9b9d21fa2c02d460ec', 'id': u'9e5a60d491ca4d10a118f334cf38a9f2', 'user': u'30fb5476bc4944cca472911dfd1652d4'}), Munch({'project': u'0657afe192264a9b9d21fa2c02d460ec', 'id': u'9e5a60d491ca4d10a118f334cf38a9f2', 'user': u'5aee0f6b10004491a4c22fd983ec5777'}), Munch({'project': u'0657afe192264a9b9d21fa2c02d460ec', 'id': u'9e5a60d491ca4d10a118f334cf38a9f2', 'user': u'64e82513229949b1b9bb45491429c564'}), Munch({'project': u'0657afe192264a9b9d21fa2c02d460ec', 'id': u'848bfe782d594557afdcf3c418fe86c3', 'user': u'657ecd4c01404141b93ebf7e0ddcc241'}), Munch({'project': u'0657afe192264a9b9d21fa2c02d460ec', 'id': u'9e5a60d491ca4d10a118f334cf38a9f2', 'user': u'657ecd4c01404141b93ebf7e0ddcc241'}), Munch({'project': u'0657afe192264a9b9d21fa2c02d460ec', 'id': u'9e5a60d491ca4d10a118f334cf38a9f2', 'user': u'7805a89c60db4e77a4096a8c13917342'}), Munch({'project': u'0657afe192264a9b9d21fa2c02d460ec', 'id': u'9e5a60d491ca4d10a118f334cf38a9f2', 'user': u'8071b72851074c0785b73439b495f5da'}), Munch({'project': u'd5650b30963342b58320b9e3073d7ddf', 'id': u'9e5a60d491ca4d10a118f334cf38a9f2', 'user': u'813c9868726048c9b912c425af42b961'}), Munch({'project': u'0657afe192264a9b9d21fa2c02d460ec', 'id': u'9e5a60d491ca4d10a118f334cf38a9f2', 'user': u'a53f4d24001c42bbb3eae89642f7d51e'}), Munch({'project': u'0657afe192264a9b9d21fa2c02d460ec', 'id': u'9e5a60d491ca4d10a118f334cf38a9f2', 'user': u'b655cf1f65be427cbcd3a1f6383ce937'}), Munch({'project': u'0657afe192264a9b9d21fa2c02d460ec', 'id': u'9e5a60d491ca4d10a118f334cf38a9f2', 'user': u'c1bc33c2dd774936a60cddba9ba5a8c8'}), Munch({'project': u'0657afe192264a9b9d21fa2c02d460ec', 'id': u'9e5a60d491ca4d10a118f334cf38a9f2', 'user': u'd54da07c07104b299d3ceaf48a53bea5'}), Munch({'project': u'0657afe192264a9b9d21fa2c02d460ec', 'id': u'9e5a60d491ca4d10a118f334cf38a9f2', 'user': u'e11b33711c6c48479d05dc3528f3e489'}), Munch({'domain': u'2e9dbdb0714844c8959b763da4d86693', 'id': u'9e5a60d491ca4d10a118f334cf38a9f2', 'user': u'4ccb82390a9644008221e1d2f86f000c'}), Munch({'id': u'9e5a60d491ca4d10a118f334cf38a9f2', 'user': u'813c9868726048c9b912c425af42b961'})] 2018-08-05 10:43:50,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 10:43:50,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}87477847462849ff8c4c8e2aa8ba5894355cf1ac" 2018-08-05 10:43:50,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:43:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1494b496-e791-4dd2-a404-15368f4b539b Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 10:43:50,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-1494b496-e791-4dd2-a404-15368f4b539b 2018-08-05 10:43:50,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.165517091751s 2018-08-05 10:43:50,285 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-1494b496-e791-4dd2-a404-15368f4b539b 2018-08-05 10:43:50,287 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_roles: [Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'17cbdd06b68a4af9852c7d544e81bd9c'}), 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'6f5c235bf8f846e2ab7d21fb711e4f6d'}), 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'72709a72c5f544e9af4abfe68e4d619c'}), 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'848bfe782d594557afdcf3c418fe86c3'}), 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'9e5a60d491ca4d10a118f334cf38a9f2'}), 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'heat_stack_user', 'id': u'c115a587e864434f853cb8b0f4c46aaf'})] 2018-08-05 10:43:50,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-05 10:43:50,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}87477847462849ff8c4c8e2aa8ba5894355cf1ac" 2018-08-05 10:43:50,336 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-55698047-3698-40d0-a910-d6e74b7660ba Date: Sun, 05 Aug 2018 10:43:50 GMT RESP BODY: {"routers": []} 2018-08-05 10:43:50,336 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-55698047-3698-40d0-a910-d6e74b7660ba 2018-08-05 10:43:50,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.0481698513031s 2018-08-05 10:43:50,336 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-55698047-3698-40d0-a910-d6e74b7660ba 2018-08-05 10:43:50,336 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-05 10:43:50,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:43:50,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}87477847462849ff8c4c8e2aa8ba5894355cf1ac" 2018-08-05 10:43:50,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:43: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-e2226da2-3aa1-4a1b-adef-2ebbe3235e31 x-compute-request-id: req-e2226da2-3aa1-4a1b-adef-2ebbe3235e31 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-05 10:43:50,427 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e2226da2-3aa1-4a1b-adef-2ebbe3235e31 2018-08-05 10:43:50,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0899550914764s 2018-08-05 10:43:50,427 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e2226da2-3aa1-4a1b-adef-2ebbe3235e31 2018-08-05 10:43:50,427 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-05 10:43:50,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-05 10:43:50,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5: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.14" 2018-08-05 10:43:50,440 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 10:43:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3bf7803e-337d-462c-84d0-c50dbfff3186 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.5:35357/v3/", "rel": "self"}]}]}} 2018-08-05 10:43:50,440 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.5:35357/ used request id req-3bf7803e-337d-462c-84d0-c50dbfff3186 2018-08-05 10:43:50,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5: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.14" -H "X-Auth-Token: {SHA1}87477847462849ff8c4c8e2aa8ba5894355cf1ac" 2018-08-05 10:43:50,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:43:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9350c2d-99db-4b22-8587-1ae0013c594d Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.5:35357/v3/services/139a62e950cb4f5eba26c38253ebd1c3"}, "enabled": true, "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.5:35357/v3/services/1754f3f0106c49f4af6aaebd88bedab9"}, "enabled": true, "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.5:35357/v3/services/33bc21e79f994848b9321670dacd0042"}, "enabled": true, "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.5:35357/v3/services/369f69bfa97a423182377beb47371862"}, "enabled": true, "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.5:35357/v3/services/3bac9975b3294e2882de4947091c3fa3"}, "enabled": true, "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.5:35357/v3/services/4b23419f4d5946aa9e2ba429a283c70f"}, "enabled": true, "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.5:35357/v3/services/773d76d850d04c4eafce3eb58a4d74ca"}, "enabled": true, "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.5:35357/v3/services/77dad98482d44e58bf8d98b0f42ebfab"}, "enabled": true, "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.5:35357/v3/services/7bbc5945f84940b5a5650bc65f3e9929"}, "enabled": true, "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.5:35357/v3/services/7be3263d84a54a1c921d2ee99f0d4175"}, "enabled": true, "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.5:35357/v3/services/a0a276da436b470d8ab909d4757f3746"}, "enabled": true, "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.5:35357/v3/services/b6e1a757f8db4827a78d436bd1d0e757"}, "enabled": true, "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.5:35357/v3/services/c6421874073646f4b9ebee9bfadf25d7"}, "enabled": true, "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.5:35357/v3/services/cf1888c12b68498e9890470ac60ac247"}, "enabled": true, "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.5:35357/v3/services/fa88321ac2ac455ba9c811f773712360"}, "enabled": true, "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "links": {"self": "http://192.30.9.5:35357/v3/services", "previous": null, "next": null}} 2018-08-05 10:43:50,615 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-e9350c2d-99db-4b22-8587-1ae0013c594d 2018-08-05 10:43:50,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.18491601944s 2018-08-05 10:43:50,616 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-e9350c2d-99db-4b22-8587-1ae0013c594d 2018-08-05 10:43:50,620 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'139a62e950cb4f5eba26c38253ebd1c3', 'name': u'heat-cfn'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'1754f3f0106c49f4af6aaebd88bedab9', 'name': u'panko'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'33bc21e79f994848b9321670dacd0042', 'name': u'keystone'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'369f69bfa97a423182377beb47371862', 'name': u'glance'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'3bac9975b3294e2882de4947091c3fa3', 'name': u'nova'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'4b23419f4d5946aa9e2ba429a283c70f', 'name': u'neutron'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'773d76d850d04c4eafce3eb58a4d74ca', 'name': u'aodh'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'77dad98482d44e58bf8d98b0f42ebfab', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'7bbc5945f84940b5a5650bc65f3e9929', 'name': u'gnocchi'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'7be3263d84a54a1c921d2ee99f0d4175', 'name': u'placement'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'a0a276da436b470d8ab909d4757f3746', 'name': u'swift'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'b6e1a757f8db4827a78d436bd1d0e757', 'name': u'cinderv3'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'c6421874073646f4b9ebee9bfadf25d7', 'name': u'cinderv2'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'cf1888c12b68498e9890470ac60ac247', 'name': u'heat'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'fa88321ac2ac455ba9c811f773712360', 'name': u'cinder'})] 2018-08-05 10:43:50,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 10:43:50,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}87477847462849ff8c4c8e2aa8ba5894355cf1ac" 2018-08-05 10:43:50,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-9e9aa03a-7bc1-4cb1-94cf-90ca7c6e56a8 Date: Sun, 05 Aug 2018 10:43:50 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-05T10:41:19Z","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":"89972d6a-26a8-4595-baea-47e68ca637c2","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0657afe192264a9b9d21fa2c02d460ec","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:19Z","ip_version":4}]} 2018-08-05 10:43:50,660 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-9e9aa03a-7bc1-4cb1-94cf-90ca7c6e56a8 2018-08-05 10:43:50,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.039370059967s 2018-08-05 10:43:50,661 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-9e9aa03a-7bc1-4cb1-94cf-90ca7c6e56a8 2018-08-05 10:43:50,661 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T10:41:19Z', 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'89972d6a-26a8-4595-baea-47e68ca637c2', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'segment_id': None, u'network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', u'tenant_id': u'0657afe192264a9b9d21fa2c02d460ec', u'created_at': u'2018-08-05T10:41:19Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'0657afe192264a9b9d21fa2c02d460ec'})] 2018-08-05 10:43:50,784 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-05 10:43:50,784 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:05 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-05 10:43:50,847 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-05 10:43:50,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 10:43:50,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 10:43:50,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 10:43:50,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 10:43:50,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 10:43:50,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 10:43:50,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 10:43:50,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 10:43:50,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 10:43:50,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 10:43:50,968 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 10:43:50,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 10:43:50,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 10:43:50,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 10:43:50,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 10:43:50,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 10:43:50,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 10:43:50,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 10:43:50,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 10:43:50,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 10:43:50,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 10:43:50,969 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 10:43:50,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:43:50,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:43:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d56f8f5-ef5f-432e-8bf3-61cf016f0c1b Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 10:43:50,978 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-9d56f8f5-ef5f-432e-8bf3-61cf016f0c1b 2018-08-05 10:43:50,979 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 10:43:51,359 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T11:43:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["blOphrRASU-YvsHvAfnjBA"], "issued_at": "2018-08-05T10:43:51.000000Z"}} 2018-08-05 10:43:51,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:43:51,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}94950356bbdda50085400fcc2fec943466e1d73f" 2018-08-05 10:43:52,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-f39ff363-4c01-44fc-b73c-8d95317aa63b Date: Sun, 05 Aug 2018 10:43:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 10:43:52,299 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f39ff363-4c01-44fc-b73c-8d95317aa63b 2018-08-05 10:43:52,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.935553073883s 2018-08-05 10:43:52,299 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f39ff363-4c01-44fc-b73c-8d95317aa63b 2018-08-05 10:43:52,300 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-05 10:43:52,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-05 10:43:52,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}94950356bbdda50085400fcc2fec943466e1d73f" -d '{"network": {"name": "tenantnetwork1-net_b6a3e345-dd68-4b9d-9336-e5e399179769", "admin_state_up": true}}' 2018-08-05 10:43:52,760 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 728 X-Openstack-Request-Id: req-b1aa3dc0-13c3-4795-ba11-4e0845c21f0b Date: Sun, 05 Aug 2018 10:43:52 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e2df6dd4-83df-4065-8211-c3ac120edb8c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:43:52Z","is_default":false,"qos_policy_id":null,"name":"tenantnetwork1-net_b6a3e345-dd68-4b9d-9336-e5e399179769","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:43:52Z","mtu":1450}} 2018-08-05 10:43:52,760 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-b1aa3dc0-13c3-4795-ba11-4e0845c21f0b 2018-08-05 10:43:52,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.458966970444s 2018-08-05 10:43:52,760 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-b1aa3dc0-13c3-4795-ba11-4e0845c21f0b 2018-08-05 10:43:52,761 - 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-05T10:43:52Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e2df6dd4-83df-4065-8211-c3ac120edb8c', u'provider:segmentation_id': 66, 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_b6a3e345-dd68-4b9d-9336-e5e399179769', u'created_at': u'2018-08-05T10:43:52Z', u'mtu': 1450, u'tenant_id': u'd5650b30963342b58320b9e3073d7ddf', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd5650b30963342b58320b9e3073d7ddf', u'l2_adjacency': True}) 2018-08-05 10:43:52,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:43:52,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}94950356bbdda50085400fcc2fec943466e1d73f" 2018-08-05 10:43:52,861 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-f1884590-b771-4395-9346-1dfe50ae7e59 Date: Sun, 05 Aug 2018 10:43:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e2df6dd4-83df-4065-8211-c3ac120edb8c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:43:52Z","qos_policy_id":null,"name":"tenantnetwork1-net_b6a3e345-dd68-4b9d-9336-e5e399179769","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:43:52Z","provider:network_type":"vxlan"}]} 2018-08-05 10:43:52,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-f1884590-b771-4395-9346-1dfe50ae7e59 2018-08-05 10:43:52,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100042819977s 2018-08-05 10:43:52,862 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-f1884590-b771-4395-9346-1dfe50ae7e59 2018-08-05 10:43:52,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-05 10:43:52,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}94950356bbdda50085400fcc2fec943466e1d73f" -d '{"subnet": {"name": "tenantnetwork1-subnet_b6a3e345-dd68-4b9d-9336-e5e399179769", "enable_dhcp": true, "network_id": "e2df6dd4-83df-4065-8211-c3ac120edb8c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-05 10:43:53,333 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-c4ea1240-1d50-4643-a354-47bf5e578cbf Date: Sun, 05 Aug 2018 10:43:53 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-05T10:43:53Z","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":"27830fb3-8356-46ba-af21-f274355d7ca0","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d5650b30963342b58320b9e3073d7ddf","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_b6a3e345-dd68-4b9d-9336-e5e399179769","enable_dhcp":true,"segment_id":null,"network_id":"e2df6dd4-83df-4065-8211-c3ac120edb8c","tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:43:53Z","ip_version":4}} 2018-08-05 10:43:53,333 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-c4ea1240-1d50-4643-a354-47bf5e578cbf 2018-08-05 10:43:53,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.469069004059s 2018-08-05 10:43:53,334 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-c4ea1240-1d50-4643-a354-47bf5e578cbf 2018-08-05 10:43:53,334 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T10:43: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'27830fb3-8356-46ba-af21-f274355d7ca0', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_b6a3e345-dd68-4b9d-9336-e5e399179769', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'e2df6dd4-83df-4065-8211-c3ac120edb8c', u'tenant_id': u'd5650b30963342b58320b9e3073d7ddf', u'created_at': u'2018-08-05T10:43: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'd5650b30963342b58320b9e3073d7ddf'}) 2018-08-05 10:43:53,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-05 10:43:53,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}94950356bbdda50085400fcc2fec943466e1d73f" -d '{"router": {"external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "name": "tenantnetwork1-router_b6a3e345-dd68-4b9d-9336-e5e399179769", "admin_state_up": true}}' 2018-08-05 10:43:55,029 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 714 X-Openstack-Request-Id: req-56b722d0-10ed-4c78-a06f-c731957bb23a Date: Sun, 05 Aug 2018 10:43:55 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:43:53Z", "admin_state_up": true, "updated_at": "2018-08-05T10:43:54Z", "project_id": "d5650b30963342b58320b9e3073d7ddf", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "2180b26b-9210-4ae6-a8be-8ad9bf3b9782", "name": "tenantnetwork1-router_b6a3e345-dd68-4b9d-9336-e5e399179769"}} 2018-08-05 10:43:55,029 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-56b722d0-10ed-4c78-a06f-c731957bb23a 2018-08-05 10:43:55,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.6941781044s 2018-08-05 10:43:55,029 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-56b722d0-10ed-4c78-a06f-c731957bb23a 2018-08-05 10:43:55,029 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T10:43:54Z', u'revision_number': 2, u'ha': False, u'id': u'2180b26b-9210-4ae6-a8be-8ad9bf3b9782', u'external_gateway_info': {u'network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'89972d6a-26a8-4595-baea-47e68ca637c2', u'ip_address': u'172.30.9.206'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-router_b6a3e345-dd68-4b9d-9336-e5e399179769', u'admin_state_up': True, u'tenant_id': u'd5650b30963342b58320b9e3073d7ddf', u'created_at': u'2018-08-05T10:43:53Z', u'flavor_id': None, u'routes': [], u'project_id': u'd5650b30963342b58320b9e3073d7ddf'}) 2018-08-05 10:43:55,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-05 10:43:55,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/2180b26b-9210-4ae6-a8be-8ad9bf3b9782/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}94950356bbdda50085400fcc2fec943466e1d73f" -d '{"subnet_id": "27830fb3-8356-46ba-af21-f274355d7ca0"}' 2018-08-05 10:43:57,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-091a45ef-81ed-466c-858d-2f6387a36218 Date: Sun, 05 Aug 2018 10:43:57 GMT RESP BODY: {"network_id": "e2df6dd4-83df-4065-8211-c3ac120edb8c", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "subnet_id": "27830fb3-8356-46ba-af21-f274355d7ca0", "subnet_ids": ["27830fb3-8356-46ba-af21-f274355d7ca0"], "port_id": "10d7aa23-cbe9-4711-a60d-ed9c2c8fbd23", "id": "2180b26b-9210-4ae6-a8be-8ad9bf3b9782"} 2018-08-05 10:43:57,265 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/2180b26b-9210-4ae6-a8be-8ad9bf3b9782/add_router_interface.json used request id req-091a45ef-81ed-466c-858d-2f6387a36218 2018-08-05 10:43:57,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.23498797417s 2018-08-05 10:43:57,265 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/2180b26b-9210-4ae6-a8be-8ad9bf3b9782/add_router_interface.json used request id req-091a45ef-81ed-466c-858d-2f6387a36218 returning object 2180b26b-9210-4ae6-a8be-8ad9bf3b9782 2018-08-05 10:43:57,386 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-05 10:43:57,386 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:05 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-05 10:43:57,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-05 10:43:57,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/2180b26b-9210-4ae6-a8be-8ad9bf3b9782/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}94950356bbdda50085400fcc2fec943466e1d73f" -d '{"subnet_id": "27830fb3-8356-46ba-af21-f274355d7ca0"}' 2018-08-05 10:43:59,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a58a99d0-72e8-4956-8690-eeebe527c5db Date: Sun, 05 Aug 2018 10:43:59 GMT RESP BODY: {"network_id": "e2df6dd4-83df-4065-8211-c3ac120edb8c", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "subnet_id": "27830fb3-8356-46ba-af21-f274355d7ca0", "subnet_ids": ["27830fb3-8356-46ba-af21-f274355d7ca0"], "port_id": "10d7aa23-cbe9-4711-a60d-ed9c2c8fbd23", "id": "2180b26b-9210-4ae6-a8be-8ad9bf3b9782"} 2018-08-05 10:43:59,326 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/2180b26b-9210-4ae6-a8be-8ad9bf3b9782/remove_router_interface.json used request id req-a58a99d0-72e8-4956-8690-eeebe527c5db 2018-08-05 10:43:59,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.93477296829s 2018-08-05 10:43:59,327 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/2180b26b-9210-4ae6-a8be-8ad9bf3b9782/remove_router_interface.json used request id req-a58a99d0-72e8-4956-8690-eeebe527c5db returning object 2180b26b-9210-4ae6-a8be-8ad9bf3b9782 2018-08-05 10:43:59,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-05 10:43:59,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}94950356bbdda50085400fcc2fec943466e1d73f" 2018-08-05 10:43:59,462 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-d37eea7b-9add-450c-a0ac-4fa2948cc4fb Date: Sun, 05 Aug 2018 10:43:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:43:53Z", "admin_state_up": true, "updated_at": "2018-08-05T10:43:58Z", "project_id": "d5650b30963342b58320b9e3073d7ddf", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "2180b26b-9210-4ae6-a8be-8ad9bf3b9782", "name": "tenantnetwork1-router_b6a3e345-dd68-4b9d-9336-e5e399179769"}]} 2018-08-05 10:43:59,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-d37eea7b-9add-450c-a0ac-4fa2948cc4fb 2018-08-05 10:43:59,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.134868144989s 2018-08-05 10:43:59,463 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-d37eea7b-9add-450c-a0ac-4fa2948cc4fb 2018-08-05 10:43:59,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-05 10:43:59,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/routers/2180b26b-9210-4ae6-a8be-8ad9bf3b9782.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}94950356bbdda50085400fcc2fec943466e1d73f" 2018-08-05 10:44:00,721 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-eb1b82d9-87b3-44ae-975b-31248f3fd841 Content-Length: 0 Date: Sun, 05 Aug 2018 10:44:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:44:00,721 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/2180b26b-9210-4ae6-a8be-8ad9bf3b9782.json used request id req-eb1b82d9-87b3-44ae-975b-31248f3fd841 2018-08-05 10:44:00,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.25742483139s 2018-08-05 10:44:00,722 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/2180b26b-9210-4ae6-a8be-8ad9bf3b9782.json used request id req-eb1b82d9-87b3-44ae-975b-31248f3fd841 2018-08-05 10:44:00,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 10:44:00,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}94950356bbdda50085400fcc2fec943466e1d73f" 2018-08-05 10:44:00,815 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1332 X-Openstack-Request-Id: req-ab52d694-009a-4d4e-8265-4cddbc321616 Date: Sun, 05 Aug 2018 10:44:00 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-05T10:43:53Z","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":"27830fb3-8356-46ba-af21-f274355d7ca0","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d5650b30963342b58320b9e3073d7ddf","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_b6a3e345-dd68-4b9d-9336-e5e399179769","enable_dhcp":true,"segment_id":null,"network_id":"e2df6dd4-83df-4065-8211-c3ac120edb8c","tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:43:53Z","ip_version":4},{"updated_at":"2018-08-05T10:41:19Z","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":"89972d6a-26a8-4595-baea-47e68ca637c2","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0657afe192264a9b9d21fa2c02d460ec","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:19Z","ip_version":4}]} 2018-08-05 10:44:00,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-ab52d694-009a-4d4e-8265-4cddbc321616 2018-08-05 10:44:00,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0935981273651s 2018-08-05 10:44:00,816 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-ab52d694-009a-4d4e-8265-4cddbc321616 2018-08-05 10:44:00,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-05 10:44:00,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/subnets/27830fb3-8356-46ba-af21-f274355d7ca0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}94950356bbdda50085400fcc2fec943466e1d73f" 2018-08-05 10:44:01,861 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b106f674-b5bc-4b4d-b406-aa4ae1fe1006 Date: Sun, 05 Aug 2018 10:44:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:44:01,861 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/27830fb3-8356-46ba-af21-f274355d7ca0.json used request id req-b106f674-b5bc-4b4d-b406-aa4ae1fe1006 2018-08-05 10:44:01,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.04290604591s 2018-08-05 10:44:01,861 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/27830fb3-8356-46ba-af21-f274355d7ca0.json used request id req-b106f674-b5bc-4b4d-b406-aa4ae1fe1006 2018-08-05 10:44:01,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:44:01,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}94950356bbdda50085400fcc2fec943466e1d73f" 2018-08-05 10:44:01,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1440 X-Openstack-Request-Id: req-85039ab0-d9aa-45ef-b0d3-9d0cbd61298c Date: Sun, 05 Aug 2018 10:44:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e2df6dd4-83df-4065-8211-c3ac120edb8c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":66,"ipv4_address_scope":null,"shared":false,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:44:01Z","qos_policy_id":null,"name":"tenantnetwork1-net_b6a3e345-dd68-4b9d-9336-e5e399179769","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:43:52Z","provider:network_type":"vxlan"}]} 2018-08-05 10:44:01,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-85039ab0-d9aa-45ef-b0d3-9d0cbd61298c 2018-08-05 10:44:01,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0832760334015s 2018-08-05 10:44:01,945 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-85039ab0-d9aa-45ef-b0d3-9d0cbd61298c 2018-08-05 10:44:01,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-05 10:44:01,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/networks/e2df6dd4-83df-4065-8211-c3ac120edb8c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}94950356bbdda50085400fcc2fec943466e1d73f" 2018-08-05 10:44:03,658 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f6e44a0e-84e9-4cd9-9541-c36ae4f79f84 Date: Sun, 05 Aug 2018 10:44:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:44:03,658 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/e2df6dd4-83df-4065-8211-c3ac120edb8c.json used request id req-f6e44a0e-84e9-4cd9-9541-c36ae4f79f84 2018-08-05 10:44:03,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.71192002296s 2018-08-05 10:44:03,659 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/e2df6dd4-83df-4065-8211-c3ac120edb8c.json used request id req-f6e44a0e-84e9-4cd9-9541-c36ae4f79f84 2018-08-05 10:44:03,714 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-05 10:44:03,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 10:44:03,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 10:44:03,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 10:44:03,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 10:44:03,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 10:44:03,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 10:44:03,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 10:44:03,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 10:44:03,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 10:44:03,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 10:44:03,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 10:44:03,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 10:44:03,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 10:44:03,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 10:44:03,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 10:44:03,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 10:44:03,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 10:44:03,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 10:44:03,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 10:44:03,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 10:44:03,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 10:44:03,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 10:44:03,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:44:03,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aab8b44e-4a26-4545-a2c7-ab8acb1c2a76 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 10:44:03,763 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-aab8b44e-4a26-4545-a2c7-ab8acb1c2a76 2018-08-05 10:44:03,763 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 10:44:04,147 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T11:44:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["pU4UASXHRRSJ9lh8ZkoGFw"], "issued_at": "2018-08-05T10:44:04.000000Z"}} 2018-08-05 10:44:04,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:44:04,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}874f3ab99931af14d11f7d4a2dd3a2d55fb60162" 2018-08-05 10:44:05,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-76554252-1072-4536-84e7-4a6bef6de14a Date: Sun, 05 Aug 2018 10:44:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 10:44:05,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-76554252-1072-4536-84e7-4a6bef6de14a 2018-08-05 10:44:05,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.04129004478s 2018-08-05 10:44:05,192 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-76554252-1072-4536-84e7-4a6bef6de14a 2018-08-05 10:44:05,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:44:05,200 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 10:44:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a395c70c-663a-4420-91a9-44e4195053ae 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.46:5000/v3/", "rel": "self"}]}]}} 2018-08-05 10:44:05,200 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/ used request id req-a395c70c-663a-4420-91a9-44e4195053ae 2018-08-05 10:44:05,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 10:44:05,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}874f3ab99931af14d11f7d4a2dd3a2d55fb60162" 2018-08-05 10:44:05,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-482417f2-5c59-487a-b879-233cb146e20e Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.46:5000/v3/domains/2e9dbdb0714844c8959b763da4d86693"}, "tags": [], "enabled": true, "id": "2e9dbdb0714844c8959b763da4d86693", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.46:5000/v3/domains", "previous": null, "next": null}} 2018-08-05 10:44:05,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-482417f2-5c59-487a-b879-233cb146e20e 2018-08-05 10:44:05,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0899338722229s 2018-08-05 10:44:05,292 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-482417f2-5c59-487a-b879-233cb146e20e 2018-08-05 10:44:05,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-05 10:44:05,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}874f3ab99931af14d11f7d4a2dd3a2d55fb60162" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_2f544451-bb8c-4a53-b5f1-197b403b32e4"}}' 2018-08-05 10:44:05,470 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 10:44:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25f423d4-0c63-4764-a579-0723bad44428 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.46:5000/v3/projects/f9699c17ac6b46b98413b543bfa6f10f"}, "tags": [], "enabled": true, "id": "f9699c17ac6b46b98413b543bfa6f10f", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_2f544451-bb8c-4a53-b5f1-197b403b32e4"}} 2018-08-05 10:44:05,471 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-25f423d4-0c63-4764-a579-0723bad44428 2018-08-05 10:44:05,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.171680927277s 2018-08-05 10:44:05,471 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-25f423d4-0c63-4764-a579-0723bad44428 2018-08-05 10:44:05,472 - 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'f9699c17ac6b46b98413b543bfa6f10f', '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_2f544451-bb8c-4a53-b5f1-197b403b32e4'}) 2018-08-05 10:44:05,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-05 10:44:05,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}874f3ab99931af14d11f7d4a2dd3a2d55fb60162" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "d1608298-b527-45b9-a1c5-374cd86e0a36", "email": null, "name": "tenantnetwork2-user_2f544451-bb8c-4a53-b5f1-197b403b32e4"}}' 2018-08-05 10:44:05,909 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 10:44:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-753172cf-ac65-41b8-b79f-57ecdeaf87fd Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_2f544451-bb8c-4a53-b5f1-197b403b32e4", "links": {"self": "http://172.30.9.46:5000/v3/users/67ea82385abd487baf45a96985d47e26"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "67ea82385abd487baf45a96985d47e26", "domain_id": "default", "password_expires_at": null}} 2018-08-05 10:44:05,909 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-753172cf-ac65-41b8-b79f-57ecdeaf87fd 2018-08-05 10:44:05,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.432023048401s 2018-08-05 10:44:05,910 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-753172cf-ac65-41b8-b79f-57ecdeaf87fd 2018-08-05 10:44:05,910 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'67ea82385abd487baf45a96985d47e26', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_2f544451-bb8c-4a53-b5f1-197b403b32e4'}) 2018-08-05 10:44:05,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 10:44:05,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}874f3ab99931af14d11f7d4a2dd3a2d55fb60162" 2018-08-05 10:44:06,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74455319-92af-41cb-bd0d-298e89544b84 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 10:44:06,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-74455319-92af-41cb-bd0d-298e89544b84 2018-08-05 10:44:06,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0963370800018s 2018-08-05 10:44:06,011 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-74455319-92af-41cb-bd0d-298e89544b84 2018-08-05 10:44:06,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 10:44:06,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}874f3ab99931af14d11f7d4a2dd3a2d55fb60162" 2018-08-05 10:44:06,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a51f52e2-8289-40e7-af36-1186009db70a Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 10:44:06,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-a51f52e2-8289-40e7-af36-1186009db70a 2018-08-05 10:44:06,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.091420173645s 2018-08-05 10:44:06,108 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-a51f52e2-8289-40e7-af36-1186009db70a 2018-08-05 10:44:06,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 10:44:06,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}874f3ab99931af14d11f7d4a2dd3a2d55fb60162" 2018-08-05 10:44:06,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e448beb1-afea-42ce-bf8a-e3a8bb468b08 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 10:44:06,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-e448beb1-afea-42ce-bf8a-e3a8bb468b08 2018-08-05 10:44:06,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10026216507s 2018-08-05 10:44:06,213 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-e448beb1-afea-42ce-bf8a-e3a8bb468b08 2018-08-05 10:44:06,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 10:44:06,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}874f3ab99931af14d11f7d4a2dd3a2d55fb60162" 2018-08-05 10:44:06,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0422e069-1c50-4429-9b55-08bfff106a33 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-05 10:44:06,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-0422e069-1c50-4429-9b55-08bfff106a33 2018-08-05 10:44:06,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.102176189423s 2018-08-05 10:44:06,320 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-0422e069-1c50-4429-9b55-08bfff106a33 2018-08-05 10:44:06,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 10:44:06,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}874f3ab99931af14d11f7d4a2dd3a2d55fb60162" 2018-08-05 10:44:06,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f685e640-a4d4-429d-96bb-3030ffde346c Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_2f544451-bb8c-4a53-b5f1-197b403b32e4", "links": {"self": "http://172.30.9.46:5000/v3/users/67ea82385abd487baf45a96985d47e26"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "67ea82385abd487baf45a96985d47e26", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 10:44:06,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-f685e640-a4d4-429d-96bb-3030ffde346c 2018-08-05 10:44:06,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.1182949543s 2018-08-05 10:44:06,440 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-f685e640-a4d4-429d-96bb-3030ffde346c 2018-08-05 10:44:06,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 10:44:06,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}874f3ab99931af14d11f7d4a2dd3a2d55fb60162" 2018-08-05 10:44:06,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b07e0b8e-c049-4af6-ab93-8ae8009171eb Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.46:5000/v3/projects/f9699c17ac6b46b98413b543bfa6f10f"}, "tags": [], "enabled": true, "id": "f9699c17ac6b46b98413b543bfa6f10f", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_2f544451-bb8c-4a53-b5f1-197b403b32e4"}]} 2018-08-05 10:44:06,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-b07e0b8e-c049-4af6-ab93-8ae8009171eb 2018-08-05 10:44:06,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0233781337738s 2018-08-05 10:44:06,475 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-b07e0b8e-c049-4af6-ab93-8ae8009171eb 2018-08-05 10:44:06,481 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-05 10:44:06,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:5000/v3/role_assignments?user.id=67ea82385abd487baf45a96985d47e26&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=f9699c17ac6b46b98413b543bfa6f10f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}874f3ab99931af14d11f7d4a2dd3a2d55fb60162" 2018-08-05 10:44:06,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1e867af-5ee5-48db-b967-170bf4989e5a Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.46:5000/v3/role_assignments?user.id=67ea82385abd487baf45a96985d47e26&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=f9699c17ac6b46b98413b543bfa6f10f", "previous": null, "next": null}} 2018-08-05 10:44:06,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=67ea82385abd487baf45a96985d47e26&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=f9699c17ac6b46b98413b543bfa6f10f used request id req-c1e867af-5ee5-48db-b967-170bf4989e5a 2018-08-05 10:44:06,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0975069999695s 2018-08-05 10:44:06,579 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=67ea82385abd487baf45a96985d47e26&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=f9699c17ac6b46b98413b543bfa6f10f used request id req-c1e867af-5ee5-48db-b967-170bf4989e5a 2018-08-05 10:44:06,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-05 10:44:06,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:5000/v3/projects/f9699c17ac6b46b98413b543bfa6f10f/users/67ea82385abd487baf45a96985d47e26/roles/6f5c235bf8f846e2ab7d21fb711e4f6d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}874f3ab99931af14d11f7d4a2dd3a2d55fb60162" 2018-08-05 10:44:06,765 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:44:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a045ad30-8453-4ee2-8417-8ee4fdf52d66 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 10:44:06,765 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/f9699c17ac6b46b98413b543bfa6f10f/users/67ea82385abd487baf45a96985d47e26/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-a045ad30-8453-4ee2-8417-8ee4fdf52d66 2018-08-05 10:44:06,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.182418107986s 2018-08-05 10:44:06,766 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/f9699c17ac6b46b98413b543bfa6f10f/users/67ea82385abd487baf45a96985d47e26/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-a045ad30-8453-4ee2-8417-8ee4fdf52d66 2018-08-05 10:44:06,766 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_2f544451-bb8c-4a53-b5f1-197b403b32e4', 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'f9699c17ac6b46b98413b543bfa6f10f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'd1608298-b527-45b9-a1c5-374cd86e0a36', 'username': u'tenantnetwork2-user_2f544451-bb8c-4a53-b5f1-197b403b32e4', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.46: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-05 10:44:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 10:44:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 10:44:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 10:44:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 10:44:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 10:44:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 10:44:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 10:44:06,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 10:44:06,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 10:44:06,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 10:44:06,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 10:44:06,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 10:44:06,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 10:44:06,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 10:44:06,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 10:44:06,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 10:44:06,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 10:44:06,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 10:44:06,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 10:44:06,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 10:44:06,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 10:44:06,770 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 10:44:06,771 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_2f544451-bb8c-4a53-b5f1-197b403b32e4', 'password': 'd1608298-b527-45b9-a1c5-374cd86e0a36', 'project_name': 'tenantnetwork2-project_2f544451-bb8c-4a53-b5f1-197b403b32e4', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.46:5000/v3', 'project_id': 'f9699c17ac6b46b98413b543bfa6f10f', 'project_domain_name': 'Default'} 2018-08-05 10:44:06,772 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-05 10:44:06,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:44:06,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-930c10a8-1830-40de-b7a1-9456358339a6 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 10:44:06,780 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-930c10a8-1830-40de-b7a1-9456358339a6 2018-08-05 10:44:06,780 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 10:44:07,177 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}], "expires_at": "2018-08-05T11:44:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f9699c17ac6b46b98413b543bfa6f10f", "name": "tenantnetwork2-project_2f544451-bb8c-4a53-b5f1-197b403b32e4"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_f9699c17ac6b46b98413b543bfa6f10f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_f9699c17ac6b46b98413b543bfa6f10f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/f9699c17ac6b46b98413b543bfa6f10f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/f9699c17ac6b46b98413b543bfa6f10f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/f9699c17ac6b46b98413b543bfa6f10f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/f9699c17ac6b46b98413b543bfa6f10f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/f9699c17ac6b46b98413b543bfa6f10f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/f9699c17ac6b46b98413b543bfa6f10f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/f9699c17ac6b46b98413b543bfa6f10f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/f9699c17ac6b46b98413b543bfa6f10f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/f9699c17ac6b46b98413b543bfa6f10f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/f9699c17ac6b46b98413b543bfa6f10f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/f9699c17ac6b46b98413b543bfa6f10f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/f9699c17ac6b46b98413b543bfa6f10f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_2f544451-bb8c-4a53-b5f1-197b403b32e4", "id": "67ea82385abd487baf45a96985d47e26"}, "audit_ids": ["1_yb-pJET6KD8_PgJVyu0w"], "issued_at": "2018-08-05T10:44:07.000000Z"}} 2018-08-05 10:44:07,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-05 10:44:07,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dcaa26dbadcf8de88a96c7b568a4a100e33c4221" -d '{"network": {"name": "tenantnetwork2-net_2f544451-bb8c-4a53-b5f1-197b403b32e4", "admin_state_up": true}}' 2018-08-05 10:44:08,413 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 633 X-Openstack-Request-Id: req-5e82771a-a914-45fc-b43f-91bd9eb31999 Date: Sun, 05 Aug 2018 10:44:08 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"fc90b442-35ff-47e2-af2a-f5228d15eb6b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f9699c17ac6b46b98413b543bfa6f10f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:44:08Z","is_default":false,"name":"tenantnetwork2-net_2f544451-bb8c-4a53-b5f1-197b403b32e4","qos_policy_id":null,"admin_state_up":true,"tenant_id":"f9699c17ac6b46b98413b543bfa6f10f","created_at":"2018-08-05T10:44:08Z","mtu":1450}} 2018-08-05 10:44:08,413 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-5e82771a-a914-45fc-b43f-91bd9eb31999 2018-08-05 10:44:08,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.23300814629s 2018-08-05 10:44:08,413 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-5e82771a-a914-45fc-b43f-91bd9eb31999 2018-08-05 10:44:08,414 - 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-05T10:44:08Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'fc90b442-35ff-47e2-af2a-f5228d15eb6b', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_2f544451-bb8c-4a53-b5f1-197b403b32e4', u'admin_state_up': True, u'tenant_id': u'f9699c17ac6b46b98413b543bfa6f10f', u'created_at': u'2018-08-05T10:44:08Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f9699c17ac6b46b98413b543bfa6f10f', u'l2_adjacency': True}) 2018-08-05 10:44:08,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:44:08,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dcaa26dbadcf8de88a96c7b568a4a100e33c4221" 2018-08-05 10:44:08,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-c175ef77-a06a-4202-907c-53605464f124 Date: Sun, 05 Aug 2018 10:44:08 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"fc90b442-35ff-47e2-af2a-f5228d15eb6b","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f9699c17ac6b46b98413b543bfa6f10f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:44:08Z","qos_policy_id":null,"name":"tenantnetwork2-net_2f544451-bb8c-4a53-b5f1-197b403b32e4","admin_state_up":true,"tenant_id":"f9699c17ac6b46b98413b543bfa6f10f","created_at":"2018-08-05T10:44:08Z","mtu":1450}]} 2018-08-05 10:44:08,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-c175ef77-a06a-4202-907c-53605464f124 2018-08-05 10:44:08,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.130035877228s 2018-08-05 10:44:08,545 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-c175ef77-a06a-4202-907c-53605464f124 2018-08-05 10:44:08,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-05 10:44:08,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dcaa26dbadcf8de88a96c7b568a4a100e33c4221" -d '{"subnet": {"name": "tenantnetwork2-subnet_2f544451-bb8c-4a53-b5f1-197b403b32e4", "enable_dhcp": true, "network_id": "fc90b442-35ff-47e2-af2a-f5228d15eb6b", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-05 10:44:09,320 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-361d1dc5-162c-4507-b55f-405b5c7a3bcc Date: Sun, 05 Aug 2018 10:44:09 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc90b442-35ff-47e2-af2a-f5228d15eb6b","tenant_id":"f9699c17ac6b46b98413b543bfa6f10f","created_at":"2018-08-05T10:44:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T10:44:08Z","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":"f9699c17ac6b46b98413b543bfa6f10f","id":"48dec5ca-3fa1-46be-8672-0079cee17aed","subnetpool_id":null,"name":"tenantnetwork2-subnet_2f544451-bb8c-4a53-b5f1-197b403b32e4"}} 2018-08-05 10:44:09,320 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-361d1dc5-162c-4507-b55f-405b5c7a3bcc 2018-08-05 10:44:09,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.773998022079s 2018-08-05 10:44:09,321 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-361d1dc5-162c-4507-b55f-405b5c7a3bcc 2018-08-05 10:44:09,321 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T10:44: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'48dec5ca-3fa1-46be-8672-0079cee17aed', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_2f544451-bb8c-4a53-b5f1-197b403b32e4', u'enable_dhcp': True, u'network_id': u'fc90b442-35ff-47e2-af2a-f5228d15eb6b', u'tenant_id': u'f9699c17ac6b46b98413b543bfa6f10f', u'created_at': u'2018-08-05T10:44: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'f9699c17ac6b46b98413b543bfa6f10f'}) 2018-08-05 10:44:09,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-05 10:44:09,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dcaa26dbadcf8de88a96c7b568a4a100e33c4221" -d '{"router": {"external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "name": "tenantnetwork2-router_2f544451-bb8c-4a53-b5f1-197b403b32e4", "admin_state_up": true}}' 2018-08-05 10:44:10,783 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-cca8398c-f1d4-4f15-a72f-b0993efe6364 Date: Sun, 05 Aug 2018 10:44:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "created_at": "2018-08-05T10:44:09Z", "admin_state_up": true, "updated_at": "2018-08-05T10:44:10Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "f9699c17ac6b46b98413b543bfa6f10f", "id": "bd82de17-e93f-4b08-8f5d-d08443b618e8", "name": "tenantnetwork2-router_2f544451-bb8c-4a53-b5f1-197b403b32e4"}} 2018-08-05 10:44:10,783 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-cca8398c-f1d4-4f15-a72f-b0993efe6364 2018-08-05 10:44:10,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.46071910858s 2018-08-05 10:44:10,783 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-cca8398c-f1d4-4f15-a72f-b0993efe6364 2018-08-05 10:44:10,784 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T10:44:10Z', u'revision_number': 2, u'id': u'bd82de17-e93f-4b08-8f5d-d08443b618e8', u'external_gateway_info': {u'network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'89972d6a-26a8-4595-baea-47e68ca637c2', u'ip_address': u'172.30.9.208'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-router_2f544451-bb8c-4a53-b5f1-197b403b32e4', u'admin_state_up': True, u'tenant_id': u'f9699c17ac6b46b98413b543bfa6f10f', u'created_at': u'2018-08-05T10:44:09Z', u'flavor_id': None, u'routes': [], u'project_id': u'f9699c17ac6b46b98413b543bfa6f10f'}) 2018-08-05 10:44:10,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-05 10:44:10,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/bd82de17-e93f-4b08-8f5d-d08443b618e8/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dcaa26dbadcf8de88a96c7b568a4a100e33c4221" -d '{"subnet_id": "48dec5ca-3fa1-46be-8672-0079cee17aed"}' 2018-08-05 10:44:12,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2cc0f245-d5d2-47df-ba6c-64ba1447bdf0 Date: Sun, 05 Aug 2018 10:44:12 GMT RESP BODY: {"network_id": "fc90b442-35ff-47e2-af2a-f5228d15eb6b", "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "subnet_id": "48dec5ca-3fa1-46be-8672-0079cee17aed", "subnet_ids": ["48dec5ca-3fa1-46be-8672-0079cee17aed"], "port_id": "c618f536-55d4-4fd8-8faa-026dfabbe784", "id": "bd82de17-e93f-4b08-8f5d-d08443b618e8"} 2018-08-05 10:44:12,866 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/bd82de17-e93f-4b08-8f5d-d08443b618e8/add_router_interface.json used request id req-2cc0f245-d5d2-47df-ba6c-64ba1447bdf0 2018-08-05 10:44:12,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.08135509491s 2018-08-05 10:44:12,866 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/bd82de17-e93f-4b08-8f5d-d08443b618e8/add_router_interface.json used request id req-2cc0f245-d5d2-47df-ba6c-64ba1447bdf0 returning object bd82de17-e93f-4b08-8f5d-d08443b618e8 2018-08-05 10:44:12,978 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-05 10:44:12,978 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:06 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-05 10:44:12,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-05 10:44:12,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/bd82de17-e93f-4b08-8f5d-d08443b618e8/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dcaa26dbadcf8de88a96c7b568a4a100e33c4221" -d '{"subnet_id": "48dec5ca-3fa1-46be-8672-0079cee17aed"}' 2018-08-05 10:44:14,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-be15417a-0bdd-4bec-b40b-49845ec038be Date: Sun, 05 Aug 2018 10:44:14 GMT RESP BODY: {"network_id": "fc90b442-35ff-47e2-af2a-f5228d15eb6b", "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "subnet_id": "48dec5ca-3fa1-46be-8672-0079cee17aed", "subnet_ids": ["48dec5ca-3fa1-46be-8672-0079cee17aed"], "port_id": "c618f536-55d4-4fd8-8faa-026dfabbe784", "id": "bd82de17-e93f-4b08-8f5d-d08443b618e8"} 2018-08-05 10:44:14,776 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/bd82de17-e93f-4b08-8f5d-d08443b618e8/remove_router_interface.json used request id req-be15417a-0bdd-4bec-b40b-49845ec038be 2018-08-05 10:44:14,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.79319596291s 2018-08-05 10:44:14,776 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/bd82de17-e93f-4b08-8f5d-d08443b618e8/remove_router_interface.json used request id req-be15417a-0bdd-4bec-b40b-49845ec038be returning object bd82de17-e93f-4b08-8f5d-d08443b618e8 2018-08-05 10:44:14,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-05 10:44:14,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}dcaa26dbadcf8de88a96c7b568a4a100e33c4221" 2018-08-05 10:44:15,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-3cf7df3c-2890-4a40-a94f-e81caf86caf8 Date: Sun, 05 Aug 2018 10:44:15 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "created_at": "2018-08-05T10:44:09Z", "admin_state_up": true, "updated_at": "2018-08-05T10:44:13Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "f9699c17ac6b46b98413b543bfa6f10f", "id": "bd82de17-e93f-4b08-8f5d-d08443b618e8", "name": "tenantnetwork2-router_2f544451-bb8c-4a53-b5f1-197b403b32e4"}]} 2018-08-05 10:44:15,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-3cf7df3c-2890-4a40-a94f-e81caf86caf8 2018-08-05 10:44:15,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.313987970352s 2018-08-05 10:44:15,091 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-3cf7df3c-2890-4a40-a94f-e81caf86caf8 2018-08-05 10:44:15,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-05 10:44:15,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/routers/bd82de17-e93f-4b08-8f5d-d08443b618e8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dcaa26dbadcf8de88a96c7b568a4a100e33c4221" 2018-08-05 10:44:16,209 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e370f10b-8aa5-48fa-b500-dfe5f884af74 Content-Length: 0 Date: Sun, 05 Aug 2018 10:44:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:44:16,209 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/bd82de17-e93f-4b08-8f5d-d08443b618e8.json used request id req-e370f10b-8aa5-48fa-b500-dfe5f884af74 2018-08-05 10:44:16,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.11654305458s 2018-08-05 10:44:16,209 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/bd82de17-e93f-4b08-8f5d-d08443b618e8.json used request id req-e370f10b-8aa5-48fa-b500-dfe5f884af74 2018-08-05 10:44:16,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 10:44:16,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}dcaa26dbadcf8de88a96c7b568a4a100e33c4221" 2018-08-05 10:44:16,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-6e25d3d2-1daa-4578-844e-c2de549f652f Date: Sun, 05 Aug 2018 10:44:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fc90b442-35ff-47e2-af2a-f5228d15eb6b","tenant_id":"f9699c17ac6b46b98413b543bfa6f10f","created_at":"2018-08-05T10:44:08Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T10:44:08Z","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":"f9699c17ac6b46b98413b543bfa6f10f","id":"48dec5ca-3fa1-46be-8672-0079cee17aed","subnetpool_id":null,"name":"tenantnetwork2-subnet_2f544451-bb8c-4a53-b5f1-197b403b32e4"}]} 2018-08-05 10:44:16,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-6e25d3d2-1daa-4578-844e-c2de549f652f 2018-08-05 10:44:16,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.141561985016s 2018-08-05 10:44:16,352 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-6e25d3d2-1daa-4578-844e-c2de549f652f 2018-08-05 10:44:16,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-05 10:44:16,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/subnets/48dec5ca-3fa1-46be-8672-0079cee17aed.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dcaa26dbadcf8de88a96c7b568a4a100e33c4221" 2018-08-05 10:44:17,405 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-31fba9b2-f587-4b47-a286-0885356d9e0b Date: Sun, 05 Aug 2018 10:44:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:44:17,405 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/48dec5ca-3fa1-46be-8672-0079cee17aed.json used request id req-31fba9b2-f587-4b47-a286-0885356d9e0b 2018-08-05 10:44:17,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.05181002617s 2018-08-05 10:44:17,405 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/48dec5ca-3fa1-46be-8672-0079cee17aed.json used request id req-31fba9b2-f587-4b47-a286-0885356d9e0b 2018-08-05 10:44:17,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:44:17,406 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dcaa26dbadcf8de88a96c7b568a4a100e33c4221" 2018-08-05 10:44:17,519 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1241 X-Openstack-Request-Id: req-ad0ac39c-92d8-4c30-9817-e3e8ace3c957 Date: Sun, 05 Aug 2018 10:44:17 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"fc90b442-35ff-47e2-af2a-f5228d15eb6b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f9699c17ac6b46b98413b543bfa6f10f","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:44:17Z","qos_policy_id":null,"name":"tenantnetwork2-net_2f544451-bb8c-4a53-b5f1-197b403b32e4","admin_state_up":true,"tenant_id":"f9699c17ac6b46b98413b543bfa6f10f","created_at":"2018-08-05T10:44:08Z","mtu":1450}]} 2018-08-05 10:44:17,519 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-ad0ac39c-92d8-4c30-9817-e3e8ace3c957 2018-08-05 10:44:17,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113568067551s 2018-08-05 10:44:17,520 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-ad0ac39c-92d8-4c30-9817-e3e8ace3c957 2018-08-05 10:44:17,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-05 10:44:17,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/networks/fc90b442-35ff-47e2-af2a-f5228d15eb6b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dcaa26dbadcf8de88a96c7b568a4a100e33c4221" 2018-08-05 10:44:18,630 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1ba12d70-85af-4fbd-b6d9-ab75a57d9520 Date: Sun, 05 Aug 2018 10:44:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:44:18,630 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/fc90b442-35ff-47e2-af2a-f5228d15eb6b.json used request id req-1ba12d70-85af-4fbd-b6d9-ab75a57d9520 2018-08-05 10:44:18,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.10918903351s 2018-08-05 10:44:18,630 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/fc90b442-35ff-47e2-af2a-f5228d15eb6b.json used request id req-1ba12d70-85af-4fbd-b6d9-ab75a57d9520 2018-08-05 10:44:18,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 10:44:18,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}874f3ab99931af14d11f7d4a2dd3a2d55fb60162" 2018-08-05 10:44:18,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2a8f7b4-123b-4b4d-84e7-b3421299c3cd Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_2f544451-bb8c-4a53-b5f1-197b403b32e4", "links": {"self": "http://172.30.9.46:5000/v3/users/67ea82385abd487baf45a96985d47e26"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "67ea82385abd487baf45a96985d47e26", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 10:44:18,735 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-a2a8f7b4-123b-4b4d-84e7-b3421299c3cd 2018-08-05 10:44:18,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104275941849s 2018-08-05 10:44:18,736 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-a2a8f7b4-123b-4b4d-84e7-b3421299c3cd 2018-08-05 10:44:18,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 10:44:18,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/users/67ea82385abd487baf45a96985d47e26 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}874f3ab99931af14d11f7d4a2dd3a2d55fb60162" 2018-08-05 10:44:18,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f49b644-0074-4af7-ac0a-5ff29204d7af Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_2f544451-bb8c-4a53-b5f1-197b403b32e4", "links": {"self": "http://172.30.9.46:5000/v3/users/67ea82385abd487baf45a96985d47e26"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "67ea82385abd487baf45a96985d47e26", "description": null}} 2018-08-05 10:44:18,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/67ea82385abd487baf45a96985d47e26 used request id req-5f49b644-0074-4af7-ac0a-5ff29204d7af 2018-08-05 10:44:18,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109306812286s 2018-08-05 10:44:18,851 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/67ea82385abd487baf45a96985d47e26 used request id req-5f49b644-0074-4af7-ac0a-5ff29204d7af 2018-08-05 10:44:18,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-05 10:44:18,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/users/67ea82385abd487baf45a96985d47e26 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}874f3ab99931af14d11f7d4a2dd3a2d55fb60162" 2018-08-05 10:44:19,209 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:44:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6d0c2237-d592-4d88-8d29-5880df73869c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 10:44:19,209 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/67ea82385abd487baf45a96985d47e26 used request id req-6d0c2237-d592-4d88-8d29-5880df73869c 2018-08-05 10:44:19,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.357470035553s 2018-08-05 10:44:19,209 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/67ea82385abd487baf45a96985d47e26 used request id req-6d0c2237-d592-4d88-8d29-5880df73869c 2018-08-05 10:44:19,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 10:44:19,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}874f3ab99931af14d11f7d4a2dd3a2d55fb60162" 2018-08-05 10:44:19,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42ae92a7-2b99-4d96-b61b-f13ca907f953 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.46:5000/v3/projects/f9699c17ac6b46b98413b543bfa6f10f"}, "tags": [], "enabled": true, "id": "f9699c17ac6b46b98413b543bfa6f10f", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_2f544451-bb8c-4a53-b5f1-197b403b32e4"}]} 2018-08-05 10:44:19,316 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-42ae92a7-2b99-4d96-b61b-f13ca907f953 2018-08-05 10:44:19,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0999829769135s 2018-08-05 10:44:19,317 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-42ae92a7-2b99-4d96-b61b-f13ca907f953 2018-08-05 10:44:19,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-05 10:44:19,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/projects/f9699c17ac6b46b98413b543bfa6f10f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}874f3ab99931af14d11f7d4a2dd3a2d55fb60162" 2018-08-05 10:44:19,526 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:44:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a779375-0e9b-4bcd-b597-d31316a17ef5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 10:44:19,527 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/f9699c17ac6b46b98413b543bfa6f10f used request id req-1a779375-0e9b-4bcd-b597-d31316a17ef5 2018-08-05 10:44:19,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.205773830414s 2018-08-05 10:44:19,527 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/f9699c17ac6b46b98413b543bfa6f10f used request id req-1a779375-0e9b-4bcd-b597-d31316a17ef5 2018-08-05 10:44:19,582 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-05 10:44:19,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 10:44:19,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 10:44:19,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 10:44:19,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 10:44:19,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 10:44:19,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 10:44:19,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 10:44:19,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 10:44:19,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 10:44:19,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 10:44:19,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 10:44:19,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 10:44:19,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 10:44:19,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 10:44:19,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 10:44:19,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 10:44:19,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 10:44:19,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 10:44:19,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 10:44:19,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 10:44:19,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 10:44:19,660 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 10:44:19,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:44:19,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec099134-31b0-472f-b614-58811190fc9e Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 10:44:19,667 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-ec099134-31b0-472f-b614-58811190fc9e 2018-08-05 10:44:19,667 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 10:44:20,055 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T11:44:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["KzxoywZxRIaSQEPoKNmkDQ"], "issued_at": "2018-08-05T10:44:20.000000Z"}} 2018-08-05 10:44:20,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:44:20,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}a712afd09613a59530d7e2ad80dfac177c72846b" 2018-08-05 10:44:20,337 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-01a66f70-8eae-4d31-a0ae-2cd1e129bfe9 Date: Sun, 05 Aug 2018 10:44:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 10:44:20,337 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-01a66f70-8eae-4d31-a0ae-2cd1e129bfe9 2018-08-05 10:44:20,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.278976917267s 2018-08-05 10:44:20,338 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-01a66f70-8eae-4d31-a0ae-2cd1e129bfe9 2018-08-05 10:44:20,338 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-05 10:44:20,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-05 10:44:20,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a712afd09613a59530d7e2ad80dfac177c72846b" -d '{"network": {"name": "vmready1-net_2976ab2a-fc4d-4185-912e-6489311ccada", "admin_state_up": true}}' 2018-08-05 10:44:20,547 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-61db07ef-3e46-4a7d-8f4a-f6309b240728 Date: Sun, 05 Aug 2018 10:44:20 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"35181d44-adc7-4878-988a-9413e7b8689d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":18,"ipv4_address_scope":null,"shared":false,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:44:20Z","is_default":false,"qos_policy_id":null,"name":"vmready1-net_2976ab2a-fc4d-4185-912e-6489311ccada","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:44:20Z","mtu":1450}} 2018-08-05 10:44:20,547 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-61db07ef-3e46-4a7d-8f4a-f6309b240728 2018-08-05 10:44:20,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.208074092865s 2018-08-05 10:44:20,548 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-61db07ef-3e46-4a7d-8f4a-f6309b240728 2018-08-05 10:44:20,548 - 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-05T10:44:20Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'35181d44-adc7-4878-988a-9413e7b8689d', 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'vmready1-net_2976ab2a-fc4d-4185-912e-6489311ccada', u'created_at': u'2018-08-05T10:44:20Z', u'mtu': 1450, u'tenant_id': u'd5650b30963342b58320b9e3073d7ddf', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd5650b30963342b58320b9e3073d7ddf', u'l2_adjacency': True}) 2018-08-05 10:44:20,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:44:20,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a712afd09613a59530d7e2ad80dfac177c72846b" 2018-08-05 10:44:20,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1428 X-Openstack-Request-Id: req-33225a00-88ef-4153-93f0-23053343505f Date: Sun, 05 Aug 2018 10:44:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"35181d44-adc7-4878-988a-9413e7b8689d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":18,"ipv4_address_scope":null,"shared":false,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:44:20Z","qos_policy_id":null,"name":"vmready1-net_2976ab2a-fc4d-4185-912e-6489311ccada","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:44:20Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 10:44:20,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-33225a00-88ef-4153-93f0-23053343505f 2018-08-05 10:44:20,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.10001206398s 2018-08-05 10:44:20,649 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-33225a00-88ef-4153-93f0-23053343505f 2018-08-05 10:44:20,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-05 10:44:20,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a712afd09613a59530d7e2ad80dfac177c72846b" -d '{"subnet": {"name": "vmready1-subnet_2976ab2a-fc4d-4185-912e-6489311ccada", "enable_dhcp": true, "network_id": "35181d44-adc7-4878-988a-9413e7b8689d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-05 10:44:21,095 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-17561dd2-1e4b-42f9-8b36-d782949ef9ee Date: Sun, 05 Aug 2018 10:44:21 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-05T10:44:20Z","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":"35479f80-90b3-490b-913f-34ac3c8be099","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d5650b30963342b58320b9e3073d7ddf","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_2976ab2a-fc4d-4185-912e-6489311ccada","enable_dhcp":true,"segment_id":null,"network_id":"35181d44-adc7-4878-988a-9413e7b8689d","tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:44:20Z","ip_version":4}} 2018-08-05 10:44:21,095 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-17561dd2-1e4b-42f9-8b36-d782949ef9ee 2018-08-05 10:44:21,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.444092035294s 2018-08-05 10:44:21,096 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-17561dd2-1e4b-42f9-8b36-d782949ef9ee 2018-08-05 10:44:21,096 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T10:44:20Z', 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'35479f80-90b3-490b-913f-34ac3c8be099', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_2976ab2a-fc4d-4185-912e-6489311ccada', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'35181d44-adc7-4878-988a-9413e7b8689d', u'tenant_id': u'd5650b30963342b58320b9e3073d7ddf', u'created_at': u'2018-08-05T10:44:20Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd5650b30963342b58320b9e3073d7ddf'}) 2018-08-05 10:44:21,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-05 10:44:21,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a712afd09613a59530d7e2ad80dfac177c72846b" -d '{"router": {"external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "name": "vmready1-router_2976ab2a-fc4d-4185-912e-6489311ccada", "admin_state_up": true}}' 2018-08-05 10:44:22,728 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-a1ee0b7b-0896-402f-9e37-4c26f79a567f Date: Sun, 05 Aug 2018 10:44:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:44:21Z", "admin_state_up": true, "updated_at": "2018-08-05T10:44:22Z", "project_id": "d5650b30963342b58320b9e3073d7ddf", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "c27f02ce-11d3-47e8-8e5f-8d33054eec88", "name": "vmready1-router_2976ab2a-fc4d-4185-912e-6489311ccada"}} 2018-08-05 10:44:22,728 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-a1ee0b7b-0896-402f-9e37-4c26f79a567f 2018-08-05 10:44:22,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.63123393059s 2018-08-05 10:44:22,728 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-a1ee0b7b-0896-402f-9e37-4c26f79a567f 2018-08-05 10:44:22,728 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T10:44:22Z', u'revision_number': 2, u'ha': False, u'id': u'c27f02ce-11d3-47e8-8e5f-8d33054eec88', u'external_gateway_info': {u'network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'89972d6a-26a8-4595-baea-47e68ca637c2', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-router_2976ab2a-fc4d-4185-912e-6489311ccada', u'admin_state_up': True, u'tenant_id': u'd5650b30963342b58320b9e3073d7ddf', u'created_at': u'2018-08-05T10:44:21Z', u'flavor_id': None, u'routes': [], u'project_id': u'd5650b30963342b58320b9e3073d7ddf'}) 2018-08-05 10:44:22,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-05 10:44:22,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/c27f02ce-11d3-47e8-8e5f-8d33054eec88/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a712afd09613a59530d7e2ad80dfac177c72846b" -d '{"subnet_id": "35479f80-90b3-490b-913f-34ac3c8be099"}' 2018-08-05 10:44:24,727 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fcd0892b-218c-4e77-92fc-c8bb87ffe54f Date: Sun, 05 Aug 2018 10:44:24 GMT RESP BODY: {"network_id": "35181d44-adc7-4878-988a-9413e7b8689d", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "subnet_id": "35479f80-90b3-490b-913f-34ac3c8be099", "subnet_ids": ["35479f80-90b3-490b-913f-34ac3c8be099"], "port_id": "3e38f0f9-920b-483a-ad4c-cc0f5cbb1b78", "id": "c27f02ce-11d3-47e8-8e5f-8d33054eec88"} 2018-08-05 10:44:24,727 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/c27f02ce-11d3-47e8-8e5f-8d33054eec88/add_router_interface.json used request id req-fcd0892b-218c-4e77-92fc-c8bb87ffe54f 2018-08-05 10:44:24,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.99887895584s 2018-08-05 10:44:24,728 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/c27f02ce-11d3-47e8-8e5f-8d33054eec88/add_router_interface.json used request id req-fcd0892b-218c-4e77-92fc-c8bb87ffe54f returning object c27f02ce-11d3-47e8-8e5f-8d33054eec88 2018-08-05 10:44:24,728 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-05 10:44:24,882 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-05 10:44:24,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:44:24,888 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 05 Aug 2018 10:44:24 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}]} 2018-08-05 10:44:24,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:44:24,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a712afd09613a59530d7e2ad80dfac177c72846b" 2018-08-05 10:44:25,573 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-8679e41c-bbfd-449d-9604-974a06b11f53 Date: Sun, 05 Aug 2018 10:44:25 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:44:25,573 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-8679e41c-bbfd-449d-9604-974a06b11f53 2018-08-05 10:44:25,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.683276891708s 2018-08-05 10:44:25,573 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-8679e41c-bbfd-449d-9604-974a06b11f53 2018-08-05 10:44:25,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 10:44:25,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a712afd09613a59530d7e2ad80dfac177c72846b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_2976ab2a-fc4d-4185-912e-6489311ccada", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_2976ab2a-fc4d-4185-912e-6489311ccada"}' 2018-08-05 10:44:25,696 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/8e106991-97df-4817-a526-e17fad9c6020 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-efe583bc-d3ed-4d7b-8967-a7cb55fdb2c0 Date: Sun, 05 Aug 2018 10:44:25 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/8e106991-97df-4817-a526-e17fad9c6020/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "8e106991-97df-4817-a526-e17fad9c6020", "size": null, "self": "/v2/images/8e106991-97df-4817-a526-e17fad9c6020", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:44:25Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_2976ab2a-fc4d-4185-912e-6489311ccada", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_2976ab2a-fc4d-4185-912e-6489311ccada", "checksum": null, "created_at": "2018-08-05T10:44:25Z", "protected": false} 2018-08-05 10:44:25,696 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-efe583bc-d3ed-4d7b-8967-a7cb55fdb2c0 2018-08-05 10:44:25,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.115122079849s 2018-08-05 10:44:25,697 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-efe583bc-d3ed-4d7b-8967-a7cb55fdb2c0 returning object 8e106991-97df-4817-a526-e17fad9c6020 2018-08-05 10:44:25,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 10:44:25,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/8e106991-97df-4817-a526-e17fad9c6020/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a712afd09613a59530d7e2ad80dfac177c72846b" -d '' 2018-08-05 10:44:28,173 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f59f4841-eb9e-4891-ba30-c996241c92d4 Date: Sun, 05 Aug 2018 10:44: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-05 10:44:28,173 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/8e106991-97df-4817-a526-e17fad9c6020/file used request id req-f59f4841-eb9e-4891-ba30-c996241c92d4 2018-08-05 10:44:28,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.47598719597s 2018-08-05 10:44:28,174 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/8e106991-97df-4817-a526-e17fad9c6020/file used request id req-f59f4841-eb9e-4891-ba30-c996241c92d4 2018-08-05 10:44:28,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:44:28,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a712afd09613a59530d7e2ad80dfac177c72846b" 2018-08-05 10:44:28,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-603189f0-2684-44a8-a67e-302cc8402f19 Date: Sun, 05 Aug 2018 10:44:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/8e106991-97df-4817-a526-e17fad9c6020/snap", "metadata": {}}], "file": "/v2/images/8e106991-97df-4817-a526-e17fad9c6020/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "8e106991-97df-4817-a526-e17fad9c6020", "size": 12716032, "self": "/v2/images/8e106991-97df-4817-a526-e17fad9c6020", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/8e106991-97df-4817-a526-e17fad9c6020/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:44:28Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_2976ab2a-fc4d-4185-912e-6489311ccada", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_2976ab2a-fc4d-4185-912e-6489311ccada", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:44:25Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:44:28,199 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-603189f0-2684-44a8-a67e-302cc8402f19 2018-08-05 10:44:28,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0233080387115s 2018-08-05 10:44:28,200 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-603189f0-2684-44a8-a67e-302cc8402f19 2018-08-05 10:44:28,201 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/8e106991-97df-4817-a526-e17fad9c6020/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8e106991-97df-4817-a526-e17fad9c6020/file', 'owner': u'd5650b30963342b58320b9e3073d7ddf', 'id': u'8e106991-97df-4817-a526-e17fad9c6020', 'size': 12716032, u'self': u'/v2/images/8e106991-97df-4817-a526-e17fad9c6020', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd5650b30963342b58320b9e3073d7ddf', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/8e106991-97df-4817-a526-e17fad9c6020/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T10:44:28Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-05T10:44:28Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_2976ab2a-fc4d-4185-912e-6489311ccada', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/8e106991-97df-4817-a526-e17fad9c6020', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vmready1-img_2976ab2a-fc4d-4185-912e-6489311ccada', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_2976ab2a-fc4d-4185-912e-6489311ccada', 'created': u'2018-08-05T10:44:25Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-05T10:44:25Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/8e106991-97df-4817-a526-e17fad9c6020', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vmready1-img_2976ab2a-fc4d-4185-912e-6489311ccada', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-05 10:44:28,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 10:44:28,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a712afd09613a59530d7e2ad80dfac177c72846b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_2976ab2a-fc4d-4185-912e-6489311ccada", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-05 10:44:28,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44: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-1c57af2b-957c-4ed3-8d40-e474f08fa5f1 x-compute-request-id: req-1c57af2b-957c-4ed3-8d40-e474f08fa5f1 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_2976ab2a-fc4d-4185-912e-6489311ccada", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/6c234a6c-e5e1-49a6-97c5-81c722e68c15", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/6c234a6c-e5e1-49a6-97c5-81c722e68c15", "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": "6c234a6c-e5e1-49a6-97c5-81c722e68c15"}} 2018-08-05 10:44:28,994 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-1c57af2b-957c-4ed3-8d40-e474f08fa5f1 2018-08-05 10:44:28,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.792619943619s 2018-08-05 10:44:28,994 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-1c57af2b-957c-4ed3-8d40-e474f08fa5f1 2018-08-05 10:44:28,995 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_2976ab2a-fc4d-4185-912e-6489311ccada', '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'd5650b30963342b58320b9e3073d7ddf', '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'6c234a6c-e5e1-49a6-97c5-81c722e68c15', 'swap': 0}) 2018-08-05 10:44:28,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 10:44:28,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/6c234a6c-e5e1-49a6-97c5-81c722e68c15/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a712afd09613a59530d7e2ad80dfac177c72846b" -d '{"extra_specs": {}}' 2018-08-05 10:44:29,035 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44: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-1a2481df-2e26-4496-899a-18239e179e7c x-compute-request-id: req-1a2481df-2e26-4496-899a-18239e179e7c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 10:44:29,035 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/6c234a6c-e5e1-49a6-97c5-81c722e68c15/os-extra_specs used request id req-1a2481df-2e26-4496-899a-18239e179e7c 2018-08-05 10:44:29,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.040158033371s 2018-08-05 10:44:29,036 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/6c234a6c-e5e1-49a6-97c5-81c722e68c15/os-extra_specs used request id req-1a2481df-2e26-4496-899a-18239e179e7c 2018-08-05 10:44:29,144 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-05 10:44:29,144 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:09 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-05 10:44:29,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-05 10:44:29,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/c27f02ce-11d3-47e8-8e5f-8d33054eec88/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a712afd09613a59530d7e2ad80dfac177c72846b" -d '{"subnet_id": "35479f80-90b3-490b-913f-34ac3c8be099"}' 2018-08-05 10:44:31,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6d4e1c54-c6f1-4bb7-a5ee-98bbbc7b2302 Date: Sun, 05 Aug 2018 10:44:31 GMT RESP BODY: {"network_id": "35181d44-adc7-4878-988a-9413e7b8689d", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "subnet_id": "35479f80-90b3-490b-913f-34ac3c8be099", "subnet_ids": ["35479f80-90b3-490b-913f-34ac3c8be099"], "port_id": "3e38f0f9-920b-483a-ad4c-cc0f5cbb1b78", "id": "c27f02ce-11d3-47e8-8e5f-8d33054eec88"} 2018-08-05 10:44:31,004 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/c27f02ce-11d3-47e8-8e5f-8d33054eec88/remove_router_interface.json used request id req-6d4e1c54-c6f1-4bb7-a5ee-98bbbc7b2302 2018-08-05 10:44:31,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.85759711266s 2018-08-05 10:44:31,004 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/c27f02ce-11d3-47e8-8e5f-8d33054eec88/remove_router_interface.json used request id req-6d4e1c54-c6f1-4bb7-a5ee-98bbbc7b2302 returning object c27f02ce-11d3-47e8-8e5f-8d33054eec88 2018-08-05 10:44:31,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-05 10:44:31,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}a712afd09613a59530d7e2ad80dfac177c72846b" 2018-08-05 10:44:31,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 717 X-Openstack-Request-Id: req-7ad7be0b-1542-408d-a8f1-3669d61e7275 Date: Sun, 05 Aug 2018 10:44:31 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:44:21Z", "admin_state_up": true, "updated_at": "2018-08-05T10:44:29Z", "project_id": "d5650b30963342b58320b9e3073d7ddf", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "c27f02ce-11d3-47e8-8e5f-8d33054eec88", "name": "vmready1-router_2976ab2a-fc4d-4185-912e-6489311ccada"}]} 2018-08-05 10:44:31,137 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-7ad7be0b-1542-408d-a8f1-3669d61e7275 2018-08-05 10:44:31,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.132198095322s 2018-08-05 10:44:31,137 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-7ad7be0b-1542-408d-a8f1-3669d61e7275 2018-08-05 10:44:31,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-05 10:44:31,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/routers/c27f02ce-11d3-47e8-8e5f-8d33054eec88.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a712afd09613a59530d7e2ad80dfac177c72846b" 2018-08-05 10:44:32,450 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a32ba475-0e81-4266-add7-90a813d2d13a Content-Length: 0 Date: Sun, 05 Aug 2018 10:44:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:44:32,450 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/c27f02ce-11d3-47e8-8e5f-8d33054eec88.json used request id req-a32ba475-0e81-4266-add7-90a813d2d13a 2018-08-05 10:44:32,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.31183314323s 2018-08-05 10:44:32,450 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/c27f02ce-11d3-47e8-8e5f-8d33054eec88.json used request id req-a32ba475-0e81-4266-add7-90a813d2d13a 2018-08-05 10:44:32,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 10:44:32,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}a712afd09613a59530d7e2ad80dfac177c72846b" 2018-08-05 10:44:32,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1326 X-Openstack-Request-Id: req-b5b742b6-8e25-4c4a-acca-15c08640e5cb Date: Sun, 05 Aug 2018 10:44:32 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-05T10:44:20Z","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":"35479f80-90b3-490b-913f-34ac3c8be099","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d5650b30963342b58320b9e3073d7ddf","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_2976ab2a-fc4d-4185-912e-6489311ccada","enable_dhcp":true,"segment_id":null,"network_id":"35181d44-adc7-4878-988a-9413e7b8689d","tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:44:20Z","ip_version":4},{"updated_at":"2018-08-05T10:41:19Z","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":"89972d6a-26a8-4595-baea-47e68ca637c2","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0657afe192264a9b9d21fa2c02d460ec","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:19Z","ip_version":4}]} 2018-08-05 10:44:32,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-b5b742b6-8e25-4c4a-acca-15c08640e5cb 2018-08-05 10:44:32,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0727479457855s 2018-08-05 10:44:32,524 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-b5b742b6-8e25-4c4a-acca-15c08640e5cb 2018-08-05 10:44:32,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-05 10:44:32,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/subnets/35479f80-90b3-490b-913f-34ac3c8be099.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a712afd09613a59530d7e2ad80dfac177c72846b" 2018-08-05 10:44:33,344 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-85979b2b-35fd-462b-91ee-fd49c7adc72c Date: Sun, 05 Aug 2018 10:44:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:44:33,345 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/35479f80-90b3-490b-913f-34ac3c8be099.json used request id req-85979b2b-35fd-462b-91ee-fd49c7adc72c 2018-08-05 10:44:33,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.820260047913s 2018-08-05 10:44:33,345 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/35479f80-90b3-490b-913f-34ac3c8be099.json used request id req-85979b2b-35fd-462b-91ee-fd49c7adc72c 2018-08-05 10:44:33,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:44:33,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a712afd09613a59530d7e2ad80dfac177c72846b" 2018-08-05 10:44:33,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-78c3b1c3-06d6-4e02-a8d5-1ec07a22a495 Date: Sun, 05 Aug 2018 10:44:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"35181d44-adc7-4878-988a-9413e7b8689d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":18,"ipv4_address_scope":null,"shared":false,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:44:33Z","qos_policy_id":null,"name":"vmready1-net_2976ab2a-fc4d-4185-912e-6489311ccada","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:44:20Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 10:44:33,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-78c3b1c3-06d6-4e02-a8d5-1ec07a22a495 2018-08-05 10:44:33,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.295819044113s 2018-08-05 10:44:33,642 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-78c3b1c3-06d6-4e02-a8d5-1ec07a22a495 2018-08-05 10:44:33,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-05 10:44:33,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/networks/35181d44-adc7-4878-988a-9413e7b8689d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a712afd09613a59530d7e2ad80dfac177c72846b" 2018-08-05 10:44:34,548 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-746f5ab3-4569-47fe-8f35-8d635ebf5c99 Date: Sun, 05 Aug 2018 10:44:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:44:34,548 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/35181d44-adc7-4878-988a-9413e7b8689d.json used request id req-746f5ab3-4569-47fe-8f35-8d635ebf5c99 2018-08-05 10:44:34,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.905748844147s 2018-08-05 10:44:34,548 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/35181d44-adc7-4878-988a-9413e7b8689d.json used request id req-746f5ab3-4569-47fe-8f35-8d635ebf5c99 2018-08-05 10:44:34,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:44:34,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a712afd09613a59530d7e2ad80dfac177c72846b" 2018-08-05 10:44:34,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-71e6122a-1363-4d1a-aa7c-2ed84aad0b6f Date: Sun, 05 Aug 2018 10:44:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/8e106991-97df-4817-a526-e17fad9c6020/snap", "metadata": {}}], "file": "/v2/images/8e106991-97df-4817-a526-e17fad9c6020/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "8e106991-97df-4817-a526-e17fad9c6020", "size": 12716032, "self": "/v2/images/8e106991-97df-4817-a526-e17fad9c6020", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/8e106991-97df-4817-a526-e17fad9c6020/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:44:28Z", "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_2976ab2a-fc4d-4185-912e-6489311ccada", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_2976ab2a-fc4d-4185-912e-6489311ccada", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:44:25Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:44:34,577 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-71e6122a-1363-4d1a-aa7c-2ed84aad0b6f 2018-08-05 10:44:34,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0269908905029s 2018-08-05 10:44:34,577 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-71e6122a-1363-4d1a-aa7c-2ed84aad0b6f 2018-08-05 10:44:34,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-05 10:44:34,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9292/v2/images/8e106991-97df-4817-a526-e17fad9c6020 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a712afd09613a59530d7e2ad80dfac177c72846b" 2018-08-05 10:44:34,887 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-bd97bb1d-b389-419b-a4d8-482ae1e3b4a4 Date: Sun, 05 Aug 2018 10:44: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-05 10:44:34,887 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/8e106991-97df-4817-a526-e17fad9c6020 used request id req-bd97bb1d-b389-419b-a4d8-482ae1e3b4a4 2018-08-05 10:44:34,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.309394836426s 2018-08-05 10:44:34,888 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/8e106991-97df-4817-a526-e17fad9c6020 used request id req-bd97bb1d-b389-419b-a4d8-482ae1e3b4a4 2018-08-05 10:44:34,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 10:44:34,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}a712afd09613a59530d7e2ad80dfac177c72846b" 2018-08-05 10:44:34,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-efdb9c35-e787-488b-b5d2-4357576b31b4 x-compute-request-id: req-efdb9c35-e787-488b-b5d2-4357576b31b4 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_2976ab2a-fc4d-4185-912e-6489311ccada", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/6c234a6c-e5e1-49a6-97c5-81c722e68c15", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/6c234a6c-e5e1-49a6-97c5-81c722e68c15", "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": "6c234a6c-e5e1-49a6-97c5-81c722e68c15"}]} 2018-08-05 10:44:34,914 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-efdb9c35-e787-488b-b5d2-4357576b31b4 2018-08-05 10:44:34,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0263481140137s 2018-08-05 10:44:34,915 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-efdb9c35-e787-488b-b5d2-4357576b31b4 2018-08-05 10:44:34,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 10:44:34,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/6c234a6c-e5e1-49a6-97c5-81c722e68c15 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a712afd09613a59530d7e2ad80dfac177c72846b" 2018-08-05 10:44:34,958 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 10:44:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9ef8e446-eb1d-4baa-b02a-5323f07ea339 x-compute-request-id: req-9ef8e446-eb1d-4baa-b02a-5323f07ea339 Content-Length: 0 Content-Type: application/json 2018-08-05 10:44:34,958 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/6c234a6c-e5e1-49a6-97c5-81c722e68c15 used request id req-9ef8e446-eb1d-4baa-b02a-5323f07ea339 2018-08-05 10:44:34,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0427379608154s 2018-08-05 10:44:34,958 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/6c234a6c-e5e1-49a6-97c5-81c722e68c15 used request id req-9ef8e446-eb1d-4baa-b02a-5323f07ea339 2018-08-05 10:44:35,000 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-08-05 10:44:35,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 10:44:35,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 10:44:35,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 10:44:35,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 10:44:35,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 10:44:35,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 10:44:35,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 10:44:35,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 10:44:35,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 10:44:35,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 10:44:35,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 10:44:35,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 10:44:35,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 10:44:35,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 10:44:35,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 10:44:35,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 10:44:35,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 10:44:35,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 10:44:35,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 10:44:35,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 10:44:35,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 10:44:35,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 10:44:35,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:44:35,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74bda6d3-398b-4b77-a942-af9e9b85c883 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 10:44:35,034 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-74bda6d3-398b-4b77-a942-af9e9b85c883 2018-08-05 10:44:35,034 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 10:44:35,421 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T11:44:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["frIzWzHxQGmlIXPZfw5AHg"], "issued_at": "2018-08-05T10:44:35.000000Z"}} 2018-08-05 10:44:35,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:44:35,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}b6eb28659d8da43313803ab3604d4d1621907b43" 2018-08-05 10:44:36,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-1715b15e-71b5-449b-9595-2aa59c2e9961 Date: Sun, 05 Aug 2018 10:44:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 10:44:36,413 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1715b15e-71b5-449b-9595-2aa59c2e9961 2018-08-05 10:44:36,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.991021871567s 2018-08-05 10:44:36,414 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-1715b15e-71b5-449b-9595-2aa59c2e9961 2018-08-05 10:44:36,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:44:36,423 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 10:44:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-557bb8c2-2ebd-4994-80ab-38c7528291cc 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.46:5000/v3/", "rel": "self"}]}]}} 2018-08-05 10:44:36,424 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/ used request id req-557bb8c2-2ebd-4994-80ab-38c7528291cc 2018-08-05 10:44:36,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 10:44:36,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}b6eb28659d8da43313803ab3604d4d1621907b43" 2018-08-05 10:44:36,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-456c53b3-29f0-437f-96c0-5a8328d28ff8 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.46:5000/v3/domains/2e9dbdb0714844c8959b763da4d86693"}, "tags": [], "enabled": true, "id": "2e9dbdb0714844c8959b763da4d86693", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.46:5000/v3/domains", "previous": null, "next": null}} 2018-08-05 10:44:36,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-456c53b3-29f0-437f-96c0-5a8328d28ff8 2018-08-05 10:44:36,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0232610702515s 2018-08-05 10:44:36,448 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-456c53b3-29f0-437f-96c0-5a8328d28ff8 2018-08-05 10:44:36,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-05 10:44:36,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b6eb28659d8da43313803ab3604d4d1621907b43" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f"}}' 2018-08-05 10:44:36,634 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 10:44:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-034ddb14-ba8b-4c50-b275-a3f1cc4f362e 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.46:5000/v3/projects/217e81f3792d4daaacc6f61eb2c46f59"}, "tags": [], "enabled": true, "id": "217e81f3792d4daaacc6f61eb2c46f59", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f"}} 2018-08-05 10:44:36,634 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-034ddb14-ba8b-4c50-b275-a3f1cc4f362e 2018-08-05 10:44:36,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.182121992111s 2018-08-05 10:44:36,635 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-034ddb14-ba8b-4c50-b275-a3f1cc4f362e 2018-08-05 10:44:36,635 - 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'217e81f3792d4daaacc6f61eb2c46f59', '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_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f'}) 2018-08-05 10:44:36,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-05 10:44:36,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b6eb28659d8da43313803ab3604d4d1621907b43" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "2bbb219a-c1cd-4ddf-b0c5-9e69b47755d7", "email": null, "name": "vmready2-user_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f"}}' 2018-08-05 10:44:37,068 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 10:44:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b3b093e-8936-4b83-878d-b3cbc56b5101 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f", "links": {"self": "http://172.30.9.46:5000/v3/users/3a1e5bc76b8b46d09358dab300597746"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3a1e5bc76b8b46d09358dab300597746", "domain_id": "default", "password_expires_at": null}} 2018-08-05 10:44:37,068 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-7b3b093e-8936-4b83-878d-b3cbc56b5101 2018-08-05 10:44:37,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.426919937134s 2018-08-05 10:44:37,069 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-7b3b093e-8936-4b83-878d-b3cbc56b5101 2018-08-05 10:44:37,069 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'3a1e5bc76b8b46d09358dab300597746', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f'}) 2018-08-05 10:44:37,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 10:44:37,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b6eb28659d8da43313803ab3604d4d1621907b43" 2018-08-05 10:44:37,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0af5053c-3c92-4cac-9742-c73855e85458 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 10:44:37,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-0af5053c-3c92-4cac-9742-c73855e85458 2018-08-05 10:44:37,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0858361721039s 2018-08-05 10:44:37,159 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-0af5053c-3c92-4cac-9742-c73855e85458 2018-08-05 10:44:37,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 10:44:37,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b6eb28659d8da43313803ab3604d4d1621907b43" 2018-08-05 10:44:37,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f8aa638-8999-484a-ac07-a32ec7909a1d Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 10:44:37,255 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-0f8aa638-8999-484a-ac07-a32ec7909a1d 2018-08-05 10:44:37,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0935280323029s 2018-08-05 10:44:37,255 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-0f8aa638-8999-484a-ac07-a32ec7909a1d 2018-08-05 10:44:37,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 10:44:37,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b6eb28659d8da43313803ab3604d4d1621907b43" 2018-08-05 10:44:37,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03af7c17-6ea6-4b3d-bcb3-ceda0db14f9f Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 10:44:37,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-03af7c17-6ea6-4b3d-bcb3-ceda0db14f9f 2018-08-05 10:44:37,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0955979824066s 2018-08-05 10:44:37,356 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-03af7c17-6ea6-4b3d-bcb3-ceda0db14f9f 2018-08-05 10:44:37,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 10:44:37,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}b6eb28659d8da43313803ab3604d4d1621907b43" 2018-08-05 10:44:37,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9f9e56da-1fa8-43f3-9038-99f82ad8da17 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-05 10:44:37,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-9f9e56da-1fa8-43f3-9038-99f82ad8da17 2018-08-05 10:44:37,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0929970741272s 2018-08-05 10:44:37,454 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-9f9e56da-1fa8-43f3-9038-99f82ad8da17 2018-08-05 10:44:37,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 10:44:37,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}b6eb28659d8da43313803ab3604d4d1621907b43" 2018-08-05 10:44:37,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c49969b-c8f3-4907-ae03-85eb48fd6bad Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "vmready2-user_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f", "links": {"self": "http://172.30.9.46:5000/v3/users/3a1e5bc76b8b46d09358dab300597746"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3a1e5bc76b8b46d09358dab300597746", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 10:44:37,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-3c49969b-c8f3-4907-ae03-85eb48fd6bad 2018-08-05 10:44:37,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.123729944229s 2018-08-05 10:44:37,579 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-3c49969b-c8f3-4907-ae03-85eb48fd6bad 2018-08-05 10:44:37,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 10:44:37,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}b6eb28659d8da43313803ab3604d4d1621907b43" 2018-08-05 10:44:37,675 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5c15b757-a476-4c59-a165-b7abed4f6d30 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.46:5000/v3/projects/217e81f3792d4daaacc6f61eb2c46f59"}, "tags": [], "enabled": true, "id": "217e81f3792d4daaacc6f61eb2c46f59", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f"}]} 2018-08-05 10:44:37,675 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-5c15b757-a476-4c59-a165-b7abed4f6d30 2018-08-05 10:44:37,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0845448970795s 2018-08-05 10:44:37,676 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-5c15b757-a476-4c59-a165-b7abed4f6d30 2018-08-05 10:44:37,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-05 10:44:37,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:5000/v3/role_assignments?user.id=3a1e5bc76b8b46d09358dab300597746&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=217e81f3792d4daaacc6f61eb2c46f59" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b6eb28659d8da43313803ab3604d4d1621907b43" 2018-08-05 10:44:37,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b22838f-55b0-40f6-814a-e16792d5c716 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.46:5000/v3/role_assignments?user.id=3a1e5bc76b8b46d09358dab300597746&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=217e81f3792d4daaacc6f61eb2c46f59", "previous": null, "next": null}} 2018-08-05 10:44:37,778 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=3a1e5bc76b8b46d09358dab300597746&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=217e81f3792d4daaacc6f61eb2c46f59 used request id req-0b22838f-55b0-40f6-814a-e16792d5c716 2018-08-05 10:44:37,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0948631763458s 2018-08-05 10:44:37,778 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=3a1e5bc76b8b46d09358dab300597746&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=217e81f3792d4daaacc6f61eb2c46f59 used request id req-0b22838f-55b0-40f6-814a-e16792d5c716 2018-08-05 10:44:37,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-05 10:44:37,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:5000/v3/projects/217e81f3792d4daaacc6f61eb2c46f59/users/3a1e5bc76b8b46d09358dab300597746/roles/6f5c235bf8f846e2ab7d21fb711e4f6d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b6eb28659d8da43313803ab3604d4d1621907b43" 2018-08-05 10:44:37,931 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:44:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87938b2e-20ca-477a-b8a7-9381dc934058 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 10:44:37,931 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/217e81f3792d4daaacc6f61eb2c46f59/users/3a1e5bc76b8b46d09358dab300597746/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-87938b2e-20ca-477a-b8a7-9381dc934058 2018-08-05 10:44:37,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.149533987045s 2018-08-05 10:44:37,932 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/217e81f3792d4daaacc6f61eb2c46f59/users/3a1e5bc76b8b46d09358dab300597746/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-87938b2e-20ca-477a-b8a7-9381dc934058 2018-08-05 10:44:37,932 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f', 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'217e81f3792d4daaacc6f61eb2c46f59', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '2bbb219a-c1cd-4ddf-b0c5-9e69b47755d7', 'username': u'vmready2-user_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.46: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-05 10:44:37,933 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 10:44:37,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 10:44:37,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 10:44:37,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 10:44:37,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 10:44:37,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 10:44:37,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 10:44:37,934 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 10:44:37,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 10:44:37,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 10:44:37,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 10:44:37,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 10:44:37,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 10:44:37,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 10:44:37,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 10:44:37,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 10:44:37,935 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 10:44:37,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 10:44:37,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 10:44:37,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 10:44:37,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 10:44:37,936 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 10:44:37,937 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f', 'password': '2bbb219a-c1cd-4ddf-b0c5-9e69b47755d7', 'project_name': 'vmready2-project_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.46:5000/v3', 'project_id': '217e81f3792d4daaacc6f61eb2c46f59', 'project_domain_name': 'Default'} 2018-08-05 10:44:37,938 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-08-05 10:44:37,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:44:37,945 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da1f1647-be04-4619-9549-cd0b8b2fd97d Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 10:44:37,945 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-da1f1647-be04-4619-9549-cd0b8b2fd97d 2018-08-05 10:44:37,945 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 10:44:38,326 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}], "expires_at": "2018-08-05T11:44:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "217e81f3792d4daaacc6f61eb2c46f59", "name": "vmready2-project_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_217e81f3792d4daaacc6f61eb2c46f59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_217e81f3792d4daaacc6f61eb2c46f59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/217e81f3792d4daaacc6f61eb2c46f59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/217e81f3792d4daaacc6f61eb2c46f59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/217e81f3792d4daaacc6f61eb2c46f59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/217e81f3792d4daaacc6f61eb2c46f59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/217e81f3792d4daaacc6f61eb2c46f59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/217e81f3792d4daaacc6f61eb2c46f59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/217e81f3792d4daaacc6f61eb2c46f59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/217e81f3792d4daaacc6f61eb2c46f59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/217e81f3792d4daaacc6f61eb2c46f59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/217e81f3792d4daaacc6f61eb2c46f59", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/217e81f3792d4daaacc6f61eb2c46f59", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/217e81f3792d4daaacc6f61eb2c46f59", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f", "id": "3a1e5bc76b8b46d09358dab300597746"}, "audit_ids": ["28NdDxQHTXqK-Fol6teMqg"], "issued_at": "2018-08-05T10:44:38.000000Z"}} 2018-08-05 10:44:38,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-05 10:44:38,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6507a0c0b565a85940a71cf41f19034936bba007" -d '{"network": {"name": "vmready2-net_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f", "admin_state_up": true}}' 2018-08-05 10:44:39,652 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-8e6b85a5-bed1-4c51-8ff9-f921e57639d6 Date: Sun, 05 Aug 2018 10:44:39 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"8173e41f-6d37-47ab-9a4c-b4527a0e1746","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"217e81f3792d4daaacc6f61eb2c46f59","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:44:39Z","is_default":false,"name":"vmready2-net_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f","qos_policy_id":null,"admin_state_up":true,"tenant_id":"217e81f3792d4daaacc6f61eb2c46f59","created_at":"2018-08-05T10:44:39Z","mtu":1450}} 2018-08-05 10:44:39,652 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-8e6b85a5-bed1-4c51-8ff9-f921e57639d6 2018-08-05 10:44:39,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.32303285599s 2018-08-05 10:44:39,652 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-8e6b85a5-bed1-4c51-8ff9-f921e57639d6 2018-08-05 10:44:39,653 - 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-05T10:44:39Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'8173e41f-6d37-47ab-9a4c-b4527a0e1746', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f', u'admin_state_up': True, u'tenant_id': u'217e81f3792d4daaacc6f61eb2c46f59', u'created_at': u'2018-08-05T10:44:39Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'217e81f3792d4daaacc6f61eb2c46f59', u'l2_adjacency': True}) 2018-08-05 10:44:39,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:44:39,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6507a0c0b565a85940a71cf41f19034936bba007" 2018-08-05 10:44:39,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1229 X-Openstack-Request-Id: req-67ffd3a8-826a-4add-a68c-7d203d9c7036 Date: Sun, 05 Aug 2018 10:44:39 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"8173e41f-6d37-47ab-9a4c-b4527a0e1746","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"217e81f3792d4daaacc6f61eb2c46f59","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:44:39Z","qos_policy_id":null,"name":"vmready2-net_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f","admin_state_up":true,"tenant_id":"217e81f3792d4daaacc6f61eb2c46f59","created_at":"2018-08-05T10:44:39Z","mtu":1450}]} 2018-08-05 10:44:39,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-67ffd3a8-826a-4add-a68c-7d203d9c7036 2018-08-05 10:44:39,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.135063171387s 2018-08-05 10:44:39,789 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-67ffd3a8-826a-4add-a68c-7d203d9c7036 2018-08-05 10:44:39,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-05 10:44:39,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6507a0c0b565a85940a71cf41f19034936bba007" -d '{"subnet": {"name": "vmready2-subnet_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f", "enable_dhcp": true, "network_id": "8173e41f-6d37-47ab-9a4c-b4527a0e1746", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-05 10:44:40,295 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-06f7878f-44a9-46e9-b282-c934bdffca6e Date: Sun, 05 Aug 2018 10:44:40 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8173e41f-6d37-47ab-9a4c-b4527a0e1746","tenant_id":"217e81f3792d4daaacc6f61eb2c46f59","created_at":"2018-08-05T10:44:40Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T10:44:40Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"217e81f3792d4daaacc6f61eb2c46f59","id":"ad0c969d-a05c-4e1a-83ca-dec2af596504","subnetpool_id":null,"name":"vmready2-subnet_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f"}} 2018-08-05 10:44:40,295 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-06f7878f-44a9-46e9-b282-c934bdffca6e 2018-08-05 10:44:40,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.504997968674s 2018-08-05 10:44:40,295 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-06f7878f-44a9-46e9-b282-c934bdffca6e 2018-08-05 10:44:40,296 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T10:44:40Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'ad0c969d-a05c-4e1a-83ca-dec2af596504', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f', u'enable_dhcp': True, u'network_id': u'8173e41f-6d37-47ab-9a4c-b4527a0e1746', u'tenant_id': u'217e81f3792d4daaacc6f61eb2c46f59', u'created_at': u'2018-08-05T10:44:40Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'217e81f3792d4daaacc6f61eb2c46f59'}) 2018-08-05 10:44:40,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-05 10:44:40,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6507a0c0b565a85940a71cf41f19034936bba007" -d '{"router": {"external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "name": "vmready2-router_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f", "admin_state_up": true}}' 2018-08-05 10:44:41,929 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-40c85c83-76fd-4e11-bf64-e8e123509307 Date: Sun, 05 Aug 2018 10:44:41 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "created_at": "2018-08-05T10:44:40Z", "admin_state_up": true, "updated_at": "2018-08-05T10:44:41Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "217e81f3792d4daaacc6f61eb2c46f59", "id": "bae0682f-ce79-45aa-8d8e-829586481374", "name": "vmready2-router_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f"}} 2018-08-05 10:44:41,929 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-40c85c83-76fd-4e11-bf64-e8e123509307 2018-08-05 10:44:41,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.63272500038s 2018-08-05 10:44:41,930 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-40c85c83-76fd-4e11-bf64-e8e123509307 2018-08-05 10:44:41,930 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T10:44:41Z', u'revision_number': 2, u'id': u'bae0682f-ce79-45aa-8d8e-829586481374', u'external_gateway_info': {u'network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'89972d6a-26a8-4595-baea-47e68ca637c2', u'ip_address': u'172.30.9.205'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-router_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f', u'admin_state_up': True, u'tenant_id': u'217e81f3792d4daaacc6f61eb2c46f59', u'created_at': u'2018-08-05T10:44:40Z', u'flavor_id': None, u'routes': [], u'project_id': u'217e81f3792d4daaacc6f61eb2c46f59'}) 2018-08-05 10:44:41,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-05 10:44:41,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/bae0682f-ce79-45aa-8d8e-829586481374/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6507a0c0b565a85940a71cf41f19034936bba007" -d '{"subnet_id": "ad0c969d-a05c-4e1a-83ca-dec2af596504"}' 2018-08-05 10:44:45,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7163ae7f-526e-4bbb-84cf-5a50b453e821 Date: Sun, 05 Aug 2018 10:44:45 GMT RESP BODY: {"network_id": "8173e41f-6d37-47ab-9a4c-b4527a0e1746", "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "subnet_id": "ad0c969d-a05c-4e1a-83ca-dec2af596504", "subnet_ids": ["ad0c969d-a05c-4e1a-83ca-dec2af596504"], "port_id": "5e8b5ead-7a3b-4102-8c74-9c31aebe9878", "id": "bae0682f-ce79-45aa-8d8e-829586481374"} 2018-08-05 10:44:45,008 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/bae0682f-ce79-45aa-8d8e-829586481374/add_router_interface.json used request id req-7163ae7f-526e-4bbb-84cf-5a50b453e821 2018-08-05 10:44:45,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.07765197754s 2018-08-05 10:44:45,009 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/bae0682f-ce79-45aa-8d8e-829586481374/add_router_interface.json used request id req-7163ae7f-526e-4bbb-84cf-5a50b453e821 returning object bae0682f-ce79-45aa-8d8e-829586481374 2018-08-05 10:44:45,009 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-05 10:44:45,137 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-05 10:44:45,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:44:45,144 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 05 Aug 2018 10:44:45 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}]} 2018-08-05 10:44:45,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:44:45,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6507a0c0b565a85940a71cf41f19034936bba007" 2018-08-05 10:44:45,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b8a5b784-aeeb-4205-9b02-d3afd7ab3bbb Date: Sun, 05 Aug 2018 10:44:45 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:44:45,809 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-b8a5b784-aeeb-4205-9b02-d3afd7ab3bbb 2018-08-05 10:44:45,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.662669897079s 2018-08-05 10:44:45,809 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-b8a5b784-aeeb-4205-9b02-d3afd7ab3bbb 2018-08-05 10:44:45,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 10:44:45,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6507a0c0b565a85940a71cf41f19034936bba007" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f"}' 2018-08-05 10:44:45,920 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/9552c9b3-794c-48d1-9743-aab3f2b3d7e9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b9af163e-0621-49ad-8b88-7b830ad4d968 Date: Sun, 05 Aug 2018 10:44:45 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/9552c9b3-794c-48d1-9743-aab3f2b3d7e9/file", "owner": "217e81f3792d4daaacc6f61eb2c46f59", "id": "9552c9b3-794c-48d1-9743-aab3f2b3d7e9", "size": null, "self": "/v2/images/9552c9b3-794c-48d1-9743-aab3f2b3d7e9", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:44:45Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f", "checksum": null, "created_at": "2018-08-05T10:44:45Z", "protected": false} 2018-08-05 10:44:45,920 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-b9af163e-0621-49ad-8b88-7b830ad4d968 2018-08-05 10:44:45,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.102941036224s 2018-08-05 10:44:45,920 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-b9af163e-0621-49ad-8b88-7b830ad4d968 returning object 9552c9b3-794c-48d1-9743-aab3f2b3d7e9 2018-08-05 10:44:45,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 10:44:45,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/9552c9b3-794c-48d1-9743-aab3f2b3d7e9/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6507a0c0b565a85940a71cf41f19034936bba007" -d '' 2018-08-05 10:44:46,359 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6c5ba618-0e3d-4c8f-9423-8fd8797c24f1 Date: Sun, 05 Aug 2018 10:44: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-05 10:44:46,359 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/9552c9b3-794c-48d1-9743-aab3f2b3d7e9/file used request id req-6c5ba618-0e3d-4c8f-9423-8fd8797c24f1 2018-08-05 10:44:46,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.438199996948s 2018-08-05 10:44:46,360 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/9552c9b3-794c-48d1-9743-aab3f2b3d7e9/file used request id req-6c5ba618-0e3d-4c8f-9423-8fd8797c24f1 2018-08-05 10:44:46,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:44:46,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6507a0c0b565a85940a71cf41f19034936bba007" 2018-08-05 10:44:46,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-ce621ca0-c4b2-4fa3-81dd-33a79978db2f Date: Sun, 05 Aug 2018 10:44:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/9552c9b3-794c-48d1-9743-aab3f2b3d7e9/snap", "metadata": {}}], "file": "/v2/images/9552c9b3-794c-48d1-9743-aab3f2b3d7e9/file", "owner": "217e81f3792d4daaacc6f61eb2c46f59", "id": "9552c9b3-794c-48d1-9743-aab3f2b3d7e9", "size": 12716032, "self": "/v2/images/9552c9b3-794c-48d1-9743-aab3f2b3d7e9", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/9552c9b3-794c-48d1-9743-aab3f2b3d7e9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:44:46Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:44:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:44:46,423 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-ce621ca0-c4b2-4fa3-81dd-33a79978db2f 2018-08-05 10:44:46,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0598709583282s 2018-08-05 10:44:46,424 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-ce621ca0-c4b2-4fa3-81dd-33a79978db2f 2018-08-05 10:44:46,426 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/9552c9b3-794c-48d1-9743-aab3f2b3d7e9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9552c9b3-794c-48d1-9743-aab3f2b3d7e9/file', 'owner': u'217e81f3792d4daaacc6f61eb2c46f59', 'id': u'9552c9b3-794c-48d1-9743-aab3f2b3d7e9', 'size': 12716032, u'self': u'/v2/images/9552c9b3-794c-48d1-9743-aab3f2b3d7e9', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'217e81f3792d4daaacc6f61eb2c46f59', 'name': 'vmready2-project_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/9552c9b3-794c-48d1-9743-aab3f2b3d7e9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T10:44:46Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-05T10:44:46Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/9552c9b3-794c-48d1-9743-aab3f2b3d7e9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vmready2-img_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f', 'created': u'2018-08-05T10:44:45Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-05T10:44:45Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/9552c9b3-794c-48d1-9743-aab3f2b3d7e9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vmready2-img_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-05 10:44:46,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 10:44:46,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b6eb28659d8da43313803ab3604d4d1621907b43" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-05 10:44:47,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4731430c-3981-47bc-9aae-fca20caa1640 x-compute-request-id: req-4731430c-3981-47bc-9aae-fca20caa1640 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/7902abb4-0cca-48fa-b803-e150bef3f1f9", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/7902abb4-0cca-48fa-b803-e150bef3f1f9", "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": "7902abb4-0cca-48fa-b803-e150bef3f1f9"}} 2018-08-05 10:44:47,183 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-4731430c-3981-47bc-9aae-fca20caa1640 2018-08-05 10:44:47,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.756461858749s 2018-08-05 10:44:47,184 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-4731430c-3981-47bc-9aae-fca20caa1640 2018-08-05 10:44:47,184 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f', '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'd5650b30963342b58320b9e3073d7ddf', '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'7902abb4-0cca-48fa-b803-e150bef3f1f9', 'swap': 0}) 2018-08-05 10:44:47,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 10:44:47,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/7902abb4-0cca-48fa-b803-e150bef3f1f9/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b6eb28659d8da43313803ab3604d4d1621907b43" -d '{"extra_specs": {}}' 2018-08-05 10:44:47,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44: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-ea36e4db-7ba3-41f4-a43f-7b7bd9b0ff61 x-compute-request-id: req-ea36e4db-7ba3-41f4-a43f-7b7bd9b0ff61 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 10:44:47,211 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/7902abb4-0cca-48fa-b803-e150bef3f1f9/os-extra_specs used request id req-ea36e4db-7ba3-41f4-a43f-7b7bd9b0ff61 2018-08-05 10:44:47,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.025719165802s 2018-08-05 10:44:47,211 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/7902abb4-0cca-48fa-b803-e150bef3f1f9/os-extra_specs used request id req-ea36e4db-7ba3-41f4-a43f-7b7bd9b0ff61 2018-08-05 10:44:47,314 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-05 10:44:47,315 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:09 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-05 10:44:47,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-05 10:44:47,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/bae0682f-ce79-45aa-8d8e-829586481374/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6507a0c0b565a85940a71cf41f19034936bba007" -d '{"subnet_id": "ad0c969d-a05c-4e1a-83ca-dec2af596504"}' 2018-08-05 10:44:49,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0e4e80f1-5dba-4590-a721-468b523479d1 Date: Sun, 05 Aug 2018 10:44:49 GMT RESP BODY: {"network_id": "8173e41f-6d37-47ab-9a4c-b4527a0e1746", "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "subnet_id": "ad0c969d-a05c-4e1a-83ca-dec2af596504", "subnet_ids": ["ad0c969d-a05c-4e1a-83ca-dec2af596504"], "port_id": "5e8b5ead-7a3b-4102-8c74-9c31aebe9878", "id": "bae0682f-ce79-45aa-8d8e-829586481374"} 2018-08-05 10:44:49,290 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/bae0682f-ce79-45aa-8d8e-829586481374/remove_router_interface.json used request id req-0e4e80f1-5dba-4590-a721-468b523479d1 2018-08-05 10:44:49,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.96978020668s 2018-08-05 10:44:49,290 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/bae0682f-ce79-45aa-8d8e-829586481374/remove_router_interface.json used request id req-0e4e80f1-5dba-4590-a721-468b523479d1 returning object bae0682f-ce79-45aa-8d8e-829586481374 2018-08-05 10:44:49,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-05 10:44:49,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}6507a0c0b565a85940a71cf41f19034936bba007" 2018-08-05 10:44:49,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-de453df3-bc15-412e-9c63-53fadd9ad24a Date: Sun, 05 Aug 2018 10:44:49 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "created_at": "2018-08-05T10:44:40Z", "admin_state_up": true, "updated_at": "2018-08-05T10:44:48Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "217e81f3792d4daaacc6f61eb2c46f59", "id": "bae0682f-ce79-45aa-8d8e-829586481374", "name": "vmready2-router_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f"}]} 2018-08-05 10:44:49,458 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-de453df3-bc15-412e-9c63-53fadd9ad24a 2018-08-05 10:44:49,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.166929006577s 2018-08-05 10:44:49,458 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-de453df3-bc15-412e-9c63-53fadd9ad24a 2018-08-05 10:44:49,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-05 10:44:49,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/routers/bae0682f-ce79-45aa-8d8e-829586481374.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6507a0c0b565a85940a71cf41f19034936bba007" 2018-08-05 10:44:50,877 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b24fb8c1-e7de-4942-a087-deed0cfe7082 Content-Length: 0 Date: Sun, 05 Aug 2018 10:44:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:44:50,877 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/bae0682f-ce79-45aa-8d8e-829586481374.json used request id req-b24fb8c1-e7de-4942-a087-deed0cfe7082 2018-08-05 10:44:50,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.41775202751s 2018-08-05 10:44:50,878 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/bae0682f-ce79-45aa-8d8e-829586481374.json used request id req-b24fb8c1-e7de-4942-a087-deed0cfe7082 2018-08-05 10:44:50,878 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 10:44:50,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}6507a0c0b565a85940a71cf41f19034936bba007" 2018-08-05 10:44:50,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-1da6a314-9441-4214-a463-4a69fe1ffc40 Date: Sun, 05 Aug 2018 10:44:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8173e41f-6d37-47ab-9a4c-b4527a0e1746","tenant_id":"217e81f3792d4daaacc6f61eb2c46f59","created_at":"2018-08-05T10:44:40Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T10:44:40Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"217e81f3792d4daaacc6f61eb2c46f59","id":"ad0c969d-a05c-4e1a-83ca-dec2af596504","subnetpool_id":null,"name":"vmready2-subnet_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f"}]} 2018-08-05 10:44:50,968 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-1da6a314-9441-4214-a463-4a69fe1ffc40 2018-08-05 10:44:50,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0898010730743s 2018-08-05 10:44:50,969 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-1da6a314-9441-4214-a463-4a69fe1ffc40 2018-08-05 10:44:50,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-05 10:44:50,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/subnets/ad0c969d-a05c-4e1a-83ca-dec2af596504.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6507a0c0b565a85940a71cf41f19034936bba007" 2018-08-05 10:44:52,160 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a0bceabd-6f1b-4aa2-830c-06ac01d070fa Date: Sun, 05 Aug 2018 10:44:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:44:52,160 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/ad0c969d-a05c-4e1a-83ca-dec2af596504.json used request id req-a0bceabd-6f1b-4aa2-830c-06ac01d070fa 2018-08-05 10:44:52,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.1899561882s 2018-08-05 10:44:52,160 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/ad0c969d-a05c-4e1a-83ca-dec2af596504.json used request id req-a0bceabd-6f1b-4aa2-830c-06ac01d070fa 2018-08-05 10:44:52,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:44:52,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6507a0c0b565a85940a71cf41f19034936bba007" 2018-08-05 10:44:52,274 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-63982fc4-615a-44ac-9f3d-8a8be8bba8a0 Date: Sun, 05 Aug 2018 10:44:52 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"8173e41f-6d37-47ab-9a4c-b4527a0e1746","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"217e81f3792d4daaacc6f61eb2c46f59","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:44:51Z","qos_policy_id":null,"name":"vmready2-net_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f","admin_state_up":true,"tenant_id":"217e81f3792d4daaacc6f61eb2c46f59","created_at":"2018-08-05T10:44:39Z","mtu":1450}]} 2018-08-05 10:44:52,274 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-63982fc4-615a-44ac-9f3d-8a8be8bba8a0 2018-08-05 10:44:52,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113634824753s 2018-08-05 10:44:52,275 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-63982fc4-615a-44ac-9f3d-8a8be8bba8a0 2018-08-05 10:44:52,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-05 10:44:52,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/networks/8173e41f-6d37-47ab-9a4c-b4527a0e1746.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6507a0c0b565a85940a71cf41f19034936bba007" 2018-08-05 10:44:53,458 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6683d397-7a35-4d2f-8875-6ca11f98acd8 Date: Sun, 05 Aug 2018 10:44:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:44:53,458 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/8173e41f-6d37-47ab-9a4c-b4527a0e1746.json used request id req-6683d397-7a35-4d2f-8875-6ca11f98acd8 2018-08-05 10:44:53,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.18194484711s 2018-08-05 10:44:53,458 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/8173e41f-6d37-47ab-9a4c-b4527a0e1746.json used request id req-6683d397-7a35-4d2f-8875-6ca11f98acd8 2018-08-05 10:44:53,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:44:53,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6507a0c0b565a85940a71cf41f19034936bba007" 2018-08-05 10:44:53,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1198 Content-Type: application/json X-Openstack-Request-Id: req-752f55c5-fa32-4ae3-b69b-caca369b0e01 Date: Sun, 05 Aug 2018 10:44:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/9552c9b3-794c-48d1-9743-aab3f2b3d7e9/snap", "metadata": {}}], "file": "/v2/images/9552c9b3-794c-48d1-9743-aab3f2b3d7e9/file", "owner": "217e81f3792d4daaacc6f61eb2c46f59", "id": "9552c9b3-794c-48d1-9743-aab3f2b3d7e9", "size": 12716032, "self": "/v2/images/9552c9b3-794c-48d1-9743-aab3f2b3d7e9", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/9552c9b3-794c-48d1-9743-aab3f2b3d7e9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:44:46Z", "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:44:45Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:44:53,496 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-752f55c5-fa32-4ae3-b69b-caca369b0e01 2018-08-05 10:44:53,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.033618927002s 2018-08-05 10:44:53,497 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-752f55c5-fa32-4ae3-b69b-caca369b0e01 2018-08-05 10:44:53,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-05 10:44:53,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9292/v2/images/9552c9b3-794c-48d1-9743-aab3f2b3d7e9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6507a0c0b565a85940a71cf41f19034936bba007" 2018-08-05 10:44:54,246 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ab1d7ab9-145b-492b-aee1-73f9007abd86 Date: Sun, 05 Aug 2018 10:44: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-05 10:44:54,247 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/9552c9b3-794c-48d1-9743-aab3f2b3d7e9 used request id req-ab1d7ab9-145b-492b-aee1-73f9007abd86 2018-08-05 10:44:54,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.748600006104s 2018-08-05 10:44:54,247 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/9552c9b3-794c-48d1-9743-aab3f2b3d7e9 used request id req-ab1d7ab9-145b-492b-aee1-73f9007abd86 2018-08-05 10:44:54,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 10:44:54,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}b6eb28659d8da43313803ab3604d4d1621907b43" 2018-08-05 10:44:54,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6f9c43cd-037e-408e-a75a-dee5a72c6afa x-compute-request-id: req-6f9c43cd-037e-408e-a75a-dee5a72c6afa Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/7902abb4-0cca-48fa-b803-e150bef3f1f9", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/7902abb4-0cca-48fa-b803-e150bef3f1f9", "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": "7902abb4-0cca-48fa-b803-e150bef3f1f9"}]} 2018-08-05 10:44:54,273 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-6f9c43cd-037e-408e-a75a-dee5a72c6afa 2018-08-05 10:44:54,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0255300998688s 2018-08-05 10:44:54,273 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-6f9c43cd-037e-408e-a75a-dee5a72c6afa 2018-08-05 10:44:54,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 10:44:54,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/7902abb4-0cca-48fa-b803-e150bef3f1f9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b6eb28659d8da43313803ab3604d4d1621907b43" 2018-08-05 10:44:54,348 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 10:44:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6ddd70c8-4708-466c-9817-d973e0e5f5c2 x-compute-request-id: req-6ddd70c8-4708-466c-9817-d973e0e5f5c2 Content-Length: 0 Content-Type: application/json 2018-08-05 10:44:54,348 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/7902abb4-0cca-48fa-b803-e150bef3f1f9 used request id req-6ddd70c8-4708-466c-9817-d973e0e5f5c2 2018-08-05 10:44:54,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0729749202728s 2018-08-05 10:44:54,348 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/7902abb4-0cca-48fa-b803-e150bef3f1f9 used request id req-6ddd70c8-4708-466c-9817-d973e0e5f5c2 2018-08-05 10:44:54,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 10:44:54,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}b6eb28659d8da43313803ab3604d4d1621907b43" 2018-08-05 10:44:54,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09145ead-1dbc-4768-aa10-784ea2e97b34 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "vmready2-user_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f", "links": {"self": "http://172.30.9.46:5000/v3/users/3a1e5bc76b8b46d09358dab300597746"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "3a1e5bc76b8b46d09358dab300597746", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 10:44:54,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-09145ead-1dbc-4768-aa10-784ea2e97b34 2018-08-05 10:44:54,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.12233710289s 2018-08-05 10:44:54,472 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-09145ead-1dbc-4768-aa10-784ea2e97b34 2018-08-05 10:44:54,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 10:44:54,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/users/3a1e5bc76b8b46d09358dab300597746 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b6eb28659d8da43313803ab3604d4d1621907b43" 2018-08-05 10:44:54,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af0090ea-e4a6-4a18-b240-6f01a1fcb4f6 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f", "links": {"self": "http://172.30.9.46:5000/v3/users/3a1e5bc76b8b46d09358dab300597746"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "3a1e5bc76b8b46d09358dab300597746", "description": null}} 2018-08-05 10:44:54,624 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/3a1e5bc76b8b46d09358dab300597746 used request id req-af0090ea-e4a6-4a18-b240-6f01a1fcb4f6 2018-08-05 10:44:54,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.14669418335s 2018-08-05 10:44:54,625 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/3a1e5bc76b8b46d09358dab300597746 used request id req-af0090ea-e4a6-4a18-b240-6f01a1fcb4f6 2018-08-05 10:44:54,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-05 10:44:54,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/users/3a1e5bc76b8b46d09358dab300597746 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b6eb28659d8da43313803ab3604d4d1621907b43" 2018-08-05 10:44:54,824 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:44:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35353b91-7e3b-47df-8557-b2107db4f5cf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 10:44:54,824 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/3a1e5bc76b8b46d09358dab300597746 used request id req-35353b91-7e3b-47df-8557-b2107db4f5cf 2018-08-05 10:44:54,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.198413848877s 2018-08-05 10:44:54,824 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/3a1e5bc76b8b46d09358dab300597746 used request id req-35353b91-7e3b-47df-8557-b2107db4f5cf 2018-08-05 10:44:54,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 10:44:54,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}b6eb28659d8da43313803ab3604d4d1621907b43" 2018-08-05 10:44:54,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db006027-a3e8-4053-bbcc-d140347febd1 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.46:5000/v3/projects/217e81f3792d4daaacc6f61eb2c46f59"}, "tags": [], "enabled": true, "id": "217e81f3792d4daaacc6f61eb2c46f59", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_2d5d7d4b-2a75-4ba8-bf0c-6ca83316e00f"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-05 10:44:54,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-db006027-a3e8-4053-bbcc-d140347febd1 2018-08-05 10:44:54,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.106320858002s 2018-08-05 10:44:54,937 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-db006027-a3e8-4053-bbcc-d140347febd1 2018-08-05 10:44:54,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-05 10:44:54,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/projects/217e81f3792d4daaacc6f61eb2c46f59 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b6eb28659d8da43313803ab3604d4d1621907b43" 2018-08-05 10:44:55,109 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:44:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0bf2ea52-79dc-49d4-9276-380df52dfa03 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 10:44:55,109 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/217e81f3792d4daaacc6f61eb2c46f59 used request id req-0bf2ea52-79dc-49d4-9276-380df52dfa03 2018-08-05 10:44:55,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.167620182037s 2018-08-05 10:44:55,109 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/217e81f3792d4daaacc6f61eb2c46f59 used request id req-0bf2ea52-79dc-49d4-9276-380df52dfa03 2018-08-05 10:44:55,164 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-08-05 10:44:55,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 10:44:55,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 10:44:55,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 10:44:55,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 10:44:55,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 10:44:55,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 10:44:55,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 10:44:55,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 10:44:55,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 10:44:55,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 10:44:55,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 10:44:55,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 10:44:55,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 10:44:55,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 10:44:55,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 10:44:55,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 10:44:55,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 10:44:55,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 10:44:55,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 10:44:55,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 10:44:55,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 10:44:55,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 10:44:55,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:44:55,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:44:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5532a449-2ad2-437d-b552-9879517a3bd4 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 10:44:55,213 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-5532a449-2ad2-437d-b552-9879517a3bd4 2018-08-05 10:44:55,213 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 10:44:55,597 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T11:44:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["Sg-tQCHISrWF9zGGqxR1Fg"], "issued_at": "2018-08-05T10:44:55.000000Z"}} 2018-08-05 10:44:55,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:44:55,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:44:55,876 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-7034370f-2e78-421d-a009-29ea59efe10a Date: Sun, 05 Aug 2018 10:44:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 10:44:55,876 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7034370f-2e78-421d-a009-29ea59efe10a 2018-08-05 10:44:55,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.276396036148s 2018-08-05 10:44:55,876 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7034370f-2e78-421d-a009-29ea59efe10a 2018-08-05 10:44:55,882 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-08-05 10:44:55,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-05 10:44:55,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" -d '{"network": {"name": "singlevm1-net_dfb4ef2c-c152-450c-b84c-0119948490d2", "admin_state_up": true}}' 2018-08-05 10:44:56,171 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-83f3c69e-dfc4-4f00-90c1-671e3e3e113a Date: Sun, 05 Aug 2018 10:44:56 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8a24606e-cb31-4da4-8d85-a5370032995d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:44:56Z","is_default":false,"qos_policy_id":null,"name":"singlevm1-net_dfb4ef2c-c152-450c-b84c-0119948490d2","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:44:55Z","mtu":1450}} 2018-08-05 10:44:56,171 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-83f3c69e-dfc4-4f00-90c1-671e3e3e113a 2018-08-05 10:44:56,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.287980079651s 2018-08-05 10:44:56,171 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-83f3c69e-dfc4-4f00-90c1-671e3e3e113a 2018-08-05 10:44:56,172 - 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-05T10:44:56Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'8a24606e-cb31-4da4-8d85-a5370032995d', u'provider:segmentation_id': 40, 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_dfb4ef2c-c152-450c-b84c-0119948490d2', u'created_at': u'2018-08-05T10:44:55Z', u'mtu': 1450, u'tenant_id': u'd5650b30963342b58320b9e3073d7ddf', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd5650b30963342b58320b9e3073d7ddf', u'l2_adjacency': True}) 2018-08-05 10:44:56,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:44:56,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:44:56,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1429 X-Openstack-Request-Id: req-3837602f-1052-44de-9e65-460bd720111e Date: Sun, 05 Aug 2018 10:44:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8a24606e-cb31-4da4-8d85-a5370032995d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:44:56Z","qos_policy_id":null,"name":"singlevm1-net_dfb4ef2c-c152-450c-b84c-0119948490d2","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:44:55Z","provider:network_type":"vxlan"}]} 2018-08-05 10:44:56,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-3837602f-1052-44de-9e65-460bd720111e 2018-08-05 10:44:56,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0967049598694s 2018-08-05 10:44:56,269 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-3837602f-1052-44de-9e65-460bd720111e 2018-08-05 10:44:56,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-05 10:44:56,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" -d '{"subnet": {"name": "singlevm1-subnet_dfb4ef2c-c152-450c-b84c-0119948490d2", "enable_dhcp": true, "network_id": "8a24606e-cb31-4da4-8d85-a5370032995d", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-05 10:44:56,772 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-86fda98a-126a-4def-aeae-e11a3176cf8b Date: Sun, 05 Aug 2018 10:44:56 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-05T10:44:56Z","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":"957d9266-e6b1-4e7e-8cab-a792d3e2bf00","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d5650b30963342b58320b9e3073d7ddf","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_dfb4ef2c-c152-450c-b84c-0119948490d2","enable_dhcp":true,"segment_id":null,"network_id":"8a24606e-cb31-4da4-8d85-a5370032995d","tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:44:56Z","ip_version":4}} 2018-08-05 10:44:56,772 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-86fda98a-126a-4def-aeae-e11a3176cf8b 2018-08-05 10:44:56,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.501467943192s 2018-08-05 10:44:56,773 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-86fda98a-126a-4def-aeae-e11a3176cf8b 2018-08-05 10:44:56,773 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T10:44:56Z', 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'957d9266-e6b1-4e7e-8cab-a792d3e2bf00', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_dfb4ef2c-c152-450c-b84c-0119948490d2', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'8a24606e-cb31-4da4-8d85-a5370032995d', u'tenant_id': u'd5650b30963342b58320b9e3073d7ddf', u'created_at': u'2018-08-05T10:44:56Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd5650b30963342b58320b9e3073d7ddf'}) 2018-08-05 10:44:56,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-05 10:44:56,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" -d '{"router": {"external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "name": "singlevm1-router_dfb4ef2c-c152-450c-b84c-0119948490d2", "admin_state_up": true}}' 2018-08-05 10:44:58,395 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 709 X-Openstack-Request-Id: req-c36c4bc0-3633-4b18-a3e6-0aa1e0d8bb39 Date: Sun, 05 Aug 2018 10:44:58 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.213"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:44:56Z", "admin_state_up": true, "updated_at": "2018-08-05T10:44:57Z", "project_id": "d5650b30963342b58320b9e3073d7ddf", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "ece04056-cbe0-4776-a9aa-ad441d601832", "name": "singlevm1-router_dfb4ef2c-c152-450c-b84c-0119948490d2"}} 2018-08-05 10:44:58,395 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-c36c4bc0-3633-4b18-a3e6-0aa1e0d8bb39 2018-08-05 10:44:58,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.62098503113s 2018-08-05 10:44:58,395 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-c36c4bc0-3633-4b18-a3e6-0aa1e0d8bb39 2018-08-05 10:44:58,396 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T10:44:57Z', u'revision_number': 2, u'ha': False, u'id': u'ece04056-cbe0-4776-a9aa-ad441d601832', u'external_gateway_info': {u'network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'89972d6a-26a8-4595-baea-47e68ca637c2', u'ip_address': u'172.30.9.213'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-router_dfb4ef2c-c152-450c-b84c-0119948490d2', u'admin_state_up': True, u'tenant_id': u'd5650b30963342b58320b9e3073d7ddf', u'created_at': u'2018-08-05T10:44:56Z', u'flavor_id': None, u'routes': [], u'project_id': u'd5650b30963342b58320b9e3073d7ddf'}) 2018-08-05 10:44:58,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-05 10:44:58,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/ece04056-cbe0-4776-a9aa-ad441d601832/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" -d '{"subnet_id": "957d9266-e6b1-4e7e-8cab-a792d3e2bf00"}' 2018-08-05 10:45:00,389 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-54659451-098e-4b57-a323-9691c3a10a08 Date: Sun, 05 Aug 2018 10:45:00 GMT RESP BODY: {"network_id": "8a24606e-cb31-4da4-8d85-a5370032995d", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "subnet_id": "957d9266-e6b1-4e7e-8cab-a792d3e2bf00", "subnet_ids": ["957d9266-e6b1-4e7e-8cab-a792d3e2bf00"], "port_id": "9dfde60d-fc66-496b-a146-45fa69ef7d23", "id": "ece04056-cbe0-4776-a9aa-ad441d601832"} 2018-08-05 10:45:00,389 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/ece04056-cbe0-4776-a9aa-ad441d601832/add_router_interface.json used request id req-54659451-098e-4b57-a323-9691c3a10a08 2018-08-05 10:45:00,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.99276900291s 2018-08-05 10:45:00,389 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/ece04056-cbe0-4776-a9aa-ad441d601832/add_router_interface.json used request id req-54659451-098e-4b57-a323-9691c3a10a08 returning object ece04056-cbe0-4776-a9aa-ad441d601832 2018-08-05 10:45:00,390 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-05 10:45:00,523 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-05 10:45:00,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:45:00,530 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 05 Aug 2018 10:45:00 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}]} 2018-08-05 10:45:00,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:45:00,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:01,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a45bdd9d-95e6-4745-b95e-2a0a0dc63af0 Date: Sun, 05 Aug 2018 10:45:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:45:01,225 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-a45bdd9d-95e6-4745-b95e-2a0a0dc63af0 2018-08-05 10:45:01,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.692701101303s 2018-08-05 10:45:01,225 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-a45bdd9d-95e6-4745-b95e-2a0a0dc63af0 2018-08-05 10:45:01,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 10:45:01,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_dfb4ef2c-c152-450c-b84c-0119948490d2", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_dfb4ef2c-c152-450c-b84c-0119948490d2"}' 2018-08-05 10:45:01,333 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/b53944d1-be1c-44c2-93fa-01a8cff5deee Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4ba52007-1301-463d-ae8c-e6cb2de93dc7 Date: Sun, 05 Aug 2018 10:45:01 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/b53944d1-be1c-44c2-93fa-01a8cff5deee/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "b53944d1-be1c-44c2-93fa-01a8cff5deee", "size": null, "self": "/v2/images/b53944d1-be1c-44c2-93fa-01a8cff5deee", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:45:01Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_dfb4ef2c-c152-450c-b84c-0119948490d2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_dfb4ef2c-c152-450c-b84c-0119948490d2", "checksum": null, "created_at": "2018-08-05T10:45:01Z", "protected": false} 2018-08-05 10:45:01,334 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-4ba52007-1301-463d-ae8c-e6cb2de93dc7 2018-08-05 10:45:01,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.100075006485s 2018-08-05 10:45:01,334 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-4ba52007-1301-463d-ae8c-e6cb2de93dc7 returning object b53944d1-be1c-44c2-93fa-01a8cff5deee 2018-08-05 10:45:01,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 10:45:01,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/b53944d1-be1c-44c2-93fa-01a8cff5deee/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" -d '' 2018-08-05 10:45:02,062 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c97a721c-c6df-45bd-aad0-14b5bdf542eb Date: Sun, 05 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-05 10:45:02,062 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/b53944d1-be1c-44c2-93fa-01a8cff5deee/file used request id req-c97a721c-c6df-45bd-aad0-14b5bdf542eb 2018-08-05 10:45:02,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.727102994919s 2018-08-05 10:45:02,062 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/b53944d1-be1c-44c2-93fa-01a8cff5deee/file used request id req-c97a721c-c6df-45bd-aad0-14b5bdf542eb 2018-08-05 10:45:02,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:45:02,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:02,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-26155ce3-a56b-4cf9-943e-1432394e2a75 Date: Sun, 05 Aug 2018 10:45:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/b53944d1-be1c-44c2-93fa-01a8cff5deee/snap", "metadata": {}}], "file": "/v2/images/b53944d1-be1c-44c2-93fa-01a8cff5deee/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "b53944d1-be1c-44c2-93fa-01a8cff5deee", "size": 12716032, "self": "/v2/images/b53944d1-be1c-44c2-93fa-01a8cff5deee", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/b53944d1-be1c-44c2-93fa-01a8cff5deee/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:45:02Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_dfb4ef2c-c152-450c-b84c-0119948490d2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_dfb4ef2c-c152-450c-b84c-0119948490d2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:45:01Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:45:02,090 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-26155ce3-a56b-4cf9-943e-1432394e2a75 2018-08-05 10:45:02,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0238780975342s 2018-08-05 10:45:02,090 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-26155ce3-a56b-4cf9-943e-1432394e2a75 2018-08-05 10:45:02,092 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/b53944d1-be1c-44c2-93fa-01a8cff5deee/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b53944d1-be1c-44c2-93fa-01a8cff5deee/file', 'owner': u'd5650b30963342b58320b9e3073d7ddf', 'id': u'b53944d1-be1c-44c2-93fa-01a8cff5deee', 'size': 12716032, u'self': u'/v2/images/b53944d1-be1c-44c2-93fa-01a8cff5deee', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd5650b30963342b58320b9e3073d7ddf', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/b53944d1-be1c-44c2-93fa-01a8cff5deee/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T10:45:02Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-05T10:45:02Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_dfb4ef2c-c152-450c-b84c-0119948490d2', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/b53944d1-be1c-44c2-93fa-01a8cff5deee', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/singlevm1-img_dfb4ef2c-c152-450c-b84c-0119948490d2', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_dfb4ef2c-c152-450c-b84c-0119948490d2', 'created': u'2018-08-05T10:45:01Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-05T10:45:01Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/b53944d1-be1c-44c2-93fa-01a8cff5deee', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/singlevm1-img_dfb4ef2c-c152-450c-b84c-0119948490d2', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-05 10:45:02,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 10:45:02,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_dfb4ef2c-c152-450c-b84c-0119948490d2", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-05 10:45:02,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-7e3999f5-ef21-4f87-a36e-35fffc06c3f6 x-compute-request-id: req-7e3999f5-ef21-4f87-a36e-35fffc06c3f6 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_dfb4ef2c-c152-450c-b84c-0119948490d2", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c", "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": "04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c"}} 2018-08-05 10:45:02,355 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-7e3999f5-ef21-4f87-a36e-35fffc06c3f6 2018-08-05 10:45:02,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.262006044388s 2018-08-05 10:45:02,356 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-7e3999f5-ef21-4f87-a36e-35fffc06c3f6 2018-08-05 10:45:02,356 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_dfb4ef2c-c152-450c-b84c-0119948490d2', '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'd5650b30963342b58320b9e3073d7ddf', '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'04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c', 'swap': 0}) 2018-08-05 10:45:02,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 10:45:02,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" -d '{"extra_specs": {}}' 2018-08-05 10:45:02,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-07dc9a28-3439-4f1a-8969-8bcdebaf9c62 x-compute-request-id: req-07dc9a28-3439-4f1a-8969-8bcdebaf9c62 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 10:45:02,499 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c/os-extra_specs used request id req-07dc9a28-3439-4f1a-8969-8bcdebaf9c62 2018-08-05 10:45:02,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.141898155212s 2018-08-05 10:45:02,499 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c/os-extra_specs used request id req-07dc9a28-3439-4f1a-8969-8bcdebaf9c62 2018-08-05 10:45:02,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-05 10:45:02,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" -d '{"keypair": {"name": "singlevm1-kp_dfb4ef2c-c152-450c-b84c-0119948490d2"}}' 2018-08-05 10:45:02,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-415be4c2-12b9-4e25-9d57-b879d6555844 x-compute-request-id: req-415be4c2-12b9-4e25-9d57-b879d6555844 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWpL5Q+PUWr0H9F3bdJgVFJRY1Ed6ksLcSSeQA6u4CViZLw9KWUix6+WfYhWp7s2iQjkjuYaAcRdTYN2WEgMbWfoc1UlA0KGL3PPawk5PpM4XAKVDB4nnh2Z3syh6rE2icE6v9jxQ422IYhjswLqeAgx1HxGetYvMY2e3LSJRghUUJbRyiZ4wBSJ4YoY6BVfdOxv4cZgjXUO1I6Jesj4f4gXB1c6kSW96j43T4HQT+Pj179Z6V0FiEkN5zEbL+RfoGWHJUGev/DDXoSo/8YivxVd4K1ELMZJrex2gQTX1VF4kcmc+wcZwOGoVVxQneE4wGWqIwUa4UJkkVjSZdTvWb Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA1qS+UPj1Fq9B/Rd23SYFRSUWNRHepLC3EknkAOruAlYmS8PS\nllIsevln2IVqe7NokI5I7mGgHEXU2DdlhIDG1n6HNVJQNChi9zz2sJOT6TOFwClQ\nweJ54dmd7MoeqxNonBOr/Y8UONtiGIY7MC6ngIMdR8RnrWLzGNnty0iUYIVFCW0c\nomeMAUieGKGOgVX3Tsb+HGYI11DtSOiXrI+H+IFwdXOpElveo+N0+B0E/j49e/We\nldBYhJDecxGy/kX6BlhyVBnr/ww16EqP/GIr8VXeCtRCzGSa3sdoEE19VReJHJnP\nsHGcDhqFVcUJ3hOMBlqiMFGuFCZJFY0mXU71mwIDAQABAoIBAGMAUZfffIweAf3O\nmNCf/MZLuNZ5i4vCxm31DuktcuI5AijoBXW4KTP/XVqNDvRHZ+9k8VaiSMtBmk6w\nHm7jRtMgQRTjBoNILX2D7PS83Pgu/34GkG0dHMKDMUhKYaLerN1wZV/qYpVm+vP8\n1cf/fNrVnue/O2LJxP6tZfThYS6y8Uh2+48z6cl0qpJ314NdQ9j2RV1GT2mOS4aF\nvnmYK6exr+k4BIAfYovi78Dz98XNcvjx4vn+vU8lH+IT6gNnL5odwIRRhaWx5ft3\noFBoCOG0JEC8pK4Hl+NZUWMHKQImb+2/kJxzLESbCbV4e4VLX/liQKVBHQdXsCYh\npvTf3MECgYEA7LEhSUpAMTwHmwRvpVfy0o1SVsYbw58MXt28ZvdN3ia0VUSY2WpM\niVI4Ct2eNMgeVXsyNFE1NhFKJsMe2RCwbahUhACc4iIf7gR7b/2QUjhjBLXlz/Re\nViqGlO6GgmAq7UvrsSEzKWhgG4AR9kwx29gAfvEmJ8NU1N7h68RRSLMCgYEA6Ccs\nhigWnIu+7a05yX6UGdQrzQLJ8VghavpA6fJp9w7EM0CBiJ4Z8pxjIFtNYdzZ8i3p\noLUgiy21XUeC0q81YhRBkBDfBli1kvJ/Yg2WLySHnX/g4uHyo1QRw9EukopJpeiZ\nzsgflLHLOumQ69GChSb7b/rT1aYt59EGppKQg3kCgYBOoK0JFsRqVqHEKl4YVDYT\nIeVHdDpG6vAGF6z9m4vfj4X6iXYpS3mvaIO7gFGNASmqhelwncWKd4XliI4X18Z0\nNyYUT8vOBz4KKK0Ez/wAhEDIkNCOG4S3JRteIDrI1r+L4tuiFQBU8hpzKEFPS5KI\nkKHhiaR+MxJcQMpWMvo5pwKBgEfounXjvP1InB9q5NdxCdbmTZr3Hi5PqipE0g6l\nNAV+4W8ur/DtaAQqRNok7dc+XZQSfKd281mpEuCN4gv4kYSL2bMSRsLkf3nA+4wX\nwUlg+1Dh53rfmhTVWZtaFB74DtABOINAoeehGt5osqcZAmDULlYFT9CB5P5FVNYL\n2A+hAoGARUCb9lmlcZbcmVwG2ZS5knDqiVi21iJMG5sbGBB+txZyeSk8mg8FvpOJ\nWABQtzJtvp6IBJqK8wX4DsrxRJ2we0xWrHKT0TYyJGJt7112Z5gCgEkcw/8Vvyto\nWlcGRAjh2Z9r4NQquX7pSiRQILz2i7s/rXmWz5h5ALTolrbdHP0=\n-----END RSA PRIVATE KEY-----\n", "user_id": "813c9868726048c9b912c425af42b961", "name": "singlevm1-kp_dfb4ef2c-c152-450c-b84c-0119948490d2", "fingerprint": "12:7c:f5:10:8c:e4:43:b2:36:35:ac:54:6f:93:e6:b6"}} 2018-08-05 10:45:02,647 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/os-keypairs used request id req-415be4c2-12b9-4e25-9d57-b879d6555844 2018-08-05 10:45:02,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.147108078003s 2018-08-05 10:45:02,647 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/os-keypairs used request id req-415be4c2-12b9-4e25-9d57-b879d6555844 2018-08-05 10:45:02,648 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWpL5Q+PUWr0H9F3bdJgVFJRY1Ed6ksLcSSeQA6u4CViZLw9KWUix6+WfYhWp7s2iQjkjuYaAcRdTYN2WEgMbWfoc1UlA0KGL3PPawk5PpM4XAKVDB4nnh2Z3syh6rE2icE6v9jxQ422IYhjswLqeAgx1HxGetYvMY2e3LSJRghUUJbRyiZ4wBSJ4YoY6BVfdOxv4cZgjXUO1I6Jesj4f4gXB1c6kSW96j43T4HQT+Pj179Z6V0FiEkN5zEbL+RfoGWHJUGev/DDXoSo/8YivxVd4K1ELMZJrex2gQTX1VF4kcmc+wcZwOGoVVxQneE4wGWqIwUa4UJkkVjSZdTvWb Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA1qS+UPj1Fq9B/Rd23SYFRSUWNRHepLC3EknkAOruAlYmS8PS\nllIsevln2IVqe7NokI5I7mGgHEXU2DdlhIDG1n6HNVJQNChi9zz2sJOT6TOFwClQ\nweJ54dmd7MoeqxNonBOr/Y8UONtiGIY7MC6ngIMdR8RnrWLzGNnty0iUYIVFCW0c\nomeMAUieGKGOgVX3Tsb+HGYI11DtSOiXrI+H+IFwdXOpElveo+N0+B0E/j49e/We\nldBYhJDecxGy/kX6BlhyVBnr/ww16EqP/GIr8VXeCtRCzGSa3sdoEE19VReJHJnP\nsHGcDhqFVcUJ3hOMBlqiMFGuFCZJFY0mXU71mwIDAQABAoIBAGMAUZfffIweAf3O\nmNCf/MZLuNZ5i4vCxm31DuktcuI5AijoBXW4KTP/XVqNDvRHZ+9k8VaiSMtBmk6w\nHm7jRtMgQRTjBoNILX2D7PS83Pgu/34GkG0dHMKDMUhKYaLerN1wZV/qYpVm+vP8\n1cf/fNrVnue/O2LJxP6tZfThYS6y8Uh2+48z6cl0qpJ314NdQ9j2RV1GT2mOS4aF\nvnmYK6exr+k4BIAfYovi78Dz98XNcvjx4vn+vU8lH+IT6gNnL5odwIRRhaWx5ft3\noFBoCOG0JEC8pK4Hl+NZUWMHKQImb+2/kJxzLESbCbV4e4VLX/liQKVBHQdXsCYh\npvTf3MECgYEA7LEhSUpAMTwHmwRvpVfy0o1SVsYbw58MXt28ZvdN3ia0VUSY2WpM\niVI4Ct2eNMgeVXsyNFE1NhFKJsMe2RCwbahUhACc4iIf7gR7b/2QUjhjBLXlz/Re\nViqGlO6GgmAq7UvrsSEzKWhgG4AR9kwx29gAfvEmJ8NU1N7h68RRSLMCgYEA6Ccs\nhigWnIu+7a05yX6UGdQrzQLJ8VghavpA6fJp9w7EM0CBiJ4Z8pxjIFtNYdzZ8i3p\noLUgiy21XUeC0q81YhRBkBDfBli1kvJ/Yg2WLySHnX/g4uHyo1QRw9EukopJpeiZ\nzsgflLHLOumQ69GChSb7b/rT1aYt59EGppKQg3kCgYBOoK0JFsRqVqHEKl4YVDYT\nIeVHdDpG6vAGF6z9m4vfj4X6iXYpS3mvaIO7gFGNASmqhelwncWKd4XliI4X18Z0\nNyYUT8vOBz4KKK0Ez/wAhEDIkNCOG4S3JRteIDrI1r+L4tuiFQBU8hpzKEFPS5KI\nkKHhiaR+MxJcQMpWMvo5pwKBgEfounXjvP1InB9q5NdxCdbmTZr3Hi5PqipE0g6l\nNAV+4W8ur/DtaAQqRNok7dc+XZQSfKd281mpEuCN4gv4kYSL2bMSRsLkf3nA+4wX\nwUlg+1Dh53rfmhTVWZtaFB74DtABOINAoeehGt5osqcZAmDULlYFT9CB5P5FVNYL\n2A+hAoGARUCb9lmlcZbcmVwG2ZS5knDqiVi21iJMG5sbGBB+txZyeSk8mg8FvpOJ\nWABQtzJtvp6IBJqK8wX4DsrxRJ2we0xWrHKT0TYyJGJt7112Z5gCgEkcw/8Vvyto\nWlcGRAjh2Z9r4NQquX7pSiRQILz2i7s/rXmWz5h5ALTolrbdHP0=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'813c9868726048c9b912c425af42b961', 'name': u'singlevm1-kp_dfb4ef2c-c152-450c-b84c-0119948490d2', 'created_at': '2018-08-05T10:45:02.648632', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd5650b30963342b58320b9e3073d7ddf', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'12:7c:f5:10:8c:e4:43:b2:36:35:ac:54:6f:93:e6:b6', 'type': 'ssh', 'id': u'singlevm1-kp_dfb4ef2c-c152-450c-b84c-0119948490d2'}) 2018-08-05 10:45:02,649 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEA1qS+UPj1Fq9B/Rd23SYFRSUWNRHepLC3EknkAOruAlYmS8PS llIsevln2IVqe7NokI5I7mGgHEXU2DdlhIDG1n6HNVJQNChi9zz2sJOT6TOFwClQ weJ54dmd7MoeqxNonBOr/Y8UONtiGIY7MC6ngIMdR8RnrWLzGNnty0iUYIVFCW0c omeMAUieGKGOgVX3Tsb+HGYI11DtSOiXrI+H+IFwdXOpElveo+N0+B0E/j49e/We ldBYhJDecxGy/kX6BlhyVBnr/ww16EqP/GIr8VXeCtRCzGSa3sdoEE19VReJHJnP sHGcDhqFVcUJ3hOMBlqiMFGuFCZJFY0mXU71mwIDAQABAoIBAGMAUZfffIweAf3O mNCf/MZLuNZ5i4vCxm31DuktcuI5AijoBXW4KTP/XVqNDvRHZ+9k8VaiSMtBmk6w Hm7jRtMgQRTjBoNILX2D7PS83Pgu/34GkG0dHMKDMUhKYaLerN1wZV/qYpVm+vP8 1cf/fNrVnue/O2LJxP6tZfThYS6y8Uh2+48z6cl0qpJ314NdQ9j2RV1GT2mOS4aF vnmYK6exr+k4BIAfYovi78Dz98XNcvjx4vn+vU8lH+IT6gNnL5odwIRRhaWx5ft3 oFBoCOG0JEC8pK4Hl+NZUWMHKQImb+2/kJxzLESbCbV4e4VLX/liQKVBHQdXsCYh pvTf3MECgYEA7LEhSUpAMTwHmwRvpVfy0o1SVsYbw58MXt28ZvdN3ia0VUSY2WpM iVI4Ct2eNMgeVXsyNFE1NhFKJsMe2RCwbahUhACc4iIf7gR7b/2QUjhjBLXlz/Re ViqGlO6GgmAq7UvrsSEzKWhgG4AR9kwx29gAfvEmJ8NU1N7h68RRSLMCgYEA6Ccs higWnIu+7a05yX6UGdQrzQLJ8VghavpA6fJp9w7EM0CBiJ4Z8pxjIFtNYdzZ8i3p oLUgiy21XUeC0q81YhRBkBDfBli1kvJ/Yg2WLySHnX/g4uHyo1QRw9EukopJpeiZ zsgflLHLOumQ69GChSb7b/rT1aYt59EGppKQg3kCgYBOoK0JFsRqVqHEKl4YVDYT IeVHdDpG6vAGF6z9m4vfj4X6iXYpS3mvaIO7gFGNASmqhelwncWKd4XliI4X18Z0 NyYUT8vOBz4KKK0Ez/wAhEDIkNCOG4S3JRteIDrI1r+L4tuiFQBU8hpzKEFPS5KI kKHhiaR+MxJcQMpWMvo5pwKBgEfounXjvP1InB9q5NdxCdbmTZr3Hi5PqipE0g6l NAV+4W8ur/DtaAQqRNok7dc+XZQSfKd281mpEuCN4gv4kYSL2bMSRsLkf3nA+4wX wUlg+1Dh53rfmhTVWZtaFB74DtABOINAoeehGt5osqcZAmDULlYFT9CB5P5FVNYL 2A+hAoGARUCb9lmlcZbcmVwG2ZS5knDqiVi21iJMG5sbGBB+txZyeSk8mg8FvpOJ WABQtzJtvp6IBJqK8wX4DsrxRJ2we0xWrHKT0TYyJGJt7112Z5gCgEkcw/8Vvyto WlcGRAjh2Z9r4NQquX7pSiRQILz2i7s/rXmWz5h5ALTolrbdHP0= -----END RSA PRIVATE KEY----- 2018-08-05 10:45:02,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-05 10:45:02,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" -d '{"security_group": {"name": "singlevm1-sg_dfb4ef2c-c152-450c-b84c-0119948490d2", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-08-05 10:45:02,811 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-fbb9e24e-bbcc-465f-8038-27584a2c63c3 Date: Sun, 05 Aug 2018 10:45:02 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:45:02Z", "updated_at": "2018-08-05T10:45:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:02Z", "revision_number": 0, "id": "0ed22d2d-78c9-4097-9545-a5599fbcafe0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:02Z", "security_group_id": "80d95ab9-bf39-4fef-9ca3-f7799a768dbe", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5650b30963342b58320b9e3073d7ddf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:02Z", "revision_number": 0, "id": "8a24fd4a-02bd-42ac-aadf-a00d37ee3b2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:02Z", "security_group_id": "80d95ab9-bf39-4fef-9ca3-f7799a768dbe", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5650b30963342b58320b9e3073d7ddf"}], "revision_number": 1, "project_id": "d5650b30963342b58320b9e3073d7ddf", "id": "80d95ab9-bf39-4fef-9ca3-f7799a768dbe", "name": "singlevm1-sg_dfb4ef2c-c152-450c-b84c-0119948490d2"}} 2018-08-05 10:45:02,811 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-fbb9e24e-bbcc-465f-8038-27584a2c63c3 2018-08-05 10:45:02,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.159338951111s 2018-08-05 10:45:02,811 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-fbb9e24e-bbcc-465f-8038-27584a2c63c3 2018-08-05 10:45:02,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 10:45:02,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:02,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-1cdd2452-66fc-4a7b-8728-12d9fdf2c193 Date: Sun, 05 Aug 2018 10:45:02 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:45:02Z", "updated_at": "2018-08-05T10:45:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:02Z", "revision_number": 0, "id": "0ed22d2d-78c9-4097-9545-a5599fbcafe0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:02Z", "security_group_id": "80d95ab9-bf39-4fef-9ca3-f7799a768dbe", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5650b30963342b58320b9e3073d7ddf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:02Z", "revision_number": 0, "id": "8a24fd4a-02bd-42ac-aadf-a00d37ee3b2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:02Z", "security_group_id": "80d95ab9-bf39-4fef-9ca3-f7799a768dbe", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5650b30963342b58320b9e3073d7ddf"}], "revision_number": 1, "project_id": "d5650b30963342b58320b9e3073d7ddf", "id": "80d95ab9-bf39-4fef-9ca3-f7799a768dbe", "name": "singlevm1-sg_dfb4ef2c-c152-450c-b84c-0119948490d2"}, {"description": "Default security group", "tags": [], "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "created_at": "2018-08-05T10:44:39Z", "updated_at": "2018-08-05T10:44:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:39Z", "revision_number": 0, "id": "135fb7b2-ab4c-4e90-9894-777d8b91e107", "remote_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:39Z", "security_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "port_range_min": null, "ethertype": "IPv6", "project_id": "217e81f3792d4daaacc6f61eb2c46f59"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:39Z", "revision_number": 0, "id": "4cb63382-ce34-473e-9294-3e19d964483d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:39Z", "security_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "port_range_min": null, "ethertype": "IPv4", "project_id": "217e81f3792d4daaacc6f61eb2c46f59"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:39Z", "revision_number": 0, "id": "96693c71-fdde-4bcc-89d2-94a3d451c98a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:39Z", "security_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "port_range_min": null, "ethertype": "IPv6", "project_id": "217e81f3792d4daaacc6f61eb2c46f59"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:39Z", "revision_number": 0, "id": "f62dc6b1-5125-46b5-8c14-b9e65149d2f3", "remote_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:39Z", "security_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "port_range_min": null, "ethertype": "IPv4", "project_id": "217e81f3792d4daaacc6f61eb2c46f59"}], "revision_number": 1, "project_id": "217e81f3792d4daaacc6f61eb2c46f59", "id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "created_at": "2018-08-05T10:44:08Z", "updated_at": "2018-08-05T10:44:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:08Z", "revision_number": 0, "id": "24d9e270-9c6c-45ad-98bc-ecb027f43d34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:08Z", "security_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9699c17ac6b46b98413b543bfa6f10f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:08Z", "revision_number": 0, "id": "84feaade-be63-4f99-a7d5-e1c3cfd1cbed", "remote_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:08Z", "security_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9699c17ac6b46b98413b543bfa6f10f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:08Z", "revision_number": 0, "id": "c3137e0b-0d1c-4287-b047-848585197362", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:08Z", "security_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9699c17ac6b46b98413b543bfa6f10f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:08Z", "revision_number": 0, "id": "e108ac41-59ff-4580-8d7c-428f9dbea871", "remote_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:08Z", "security_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9699c17ac6b46b98413b543bfa6f10f"}], "revision_number": 1, "project_id": "f9699c17ac6b46b98413b543bfa6f10f", "id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0657afe192264a9b9d21fa2c02d460ec", "created_at": "2018-08-05T10:41:15Z", "updated_at": "2018-08-05T10:41:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:41:15Z", "revision_number": 0, "id": "0045c841-8862-49fb-808c-6b4e2e5da3fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:41:15Z", "security_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "tenant_id": "0657afe192264a9b9d21fa2c02d460ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "0657afe192264a9b9d21fa2c02d460ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:41:15Z", "revision_number": 0, "id": "03584969-d3f3-440c-bb78-b8ab70a15c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:41:15Z", "security_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "tenant_id": "0657afe192264a9b9d21fa2c02d460ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "0657afe192264a9b9d21fa2c02d460ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:41:15Z", "revision_number": 0, "id": "45eb2436-3f3f-4d46-88c2-149c39ab92ef", "remote_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "remote_ip_prefix": null, "created_at": "2018-08-05T10:41:15Z", "security_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "tenant_id": "0657afe192264a9b9d21fa2c02d460ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "0657afe192264a9b9d21fa2c02d460ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:41:15Z", "revision_number": 0, "id": "bc0fc107-0e8b-4d3a-8bf6-2b1f02460f1b", "remote_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "remote_ip_prefix": null, "created_at": "2018-08-05T10:41:15Z", "security_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "tenant_id": "0657afe192264a9b9d21fa2c02d460ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "0657afe192264a9b9d21fa2c02d460ec"}], "revision_number": 1, "project_id": "0657afe192264a9b9d21fa2c02d460ec", "id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-05T10:43:53Z", "updated_at": "2018-08-05T10:43:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:53Z", "revision_number": 0, "id": "4b139b38-2a75-4873-9694-a4ea112cd3cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:53Z", "security_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:53Z", "revision_number": 0, "id": "f64aa598-56c9-461d-8c76-37b5c2cf45b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:53Z", "security_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:53Z", "revision_number": 0, "id": "f8fd4f01-ec20-4301-a1d3-859471296d13", "remote_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:53Z", "security_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "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-05T10:43:53Z", "revision_number": 0, "id": "fa2adc12-b0d6-474b-9f42-2fdf9195b01a", "remote_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:53Z", "security_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:43:52Z", "updated_at": "2018-08-05T10:43:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:52Z", "revision_number": 0, "id": "50205166-509c-4b12-acb4-63084b96f334", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:52Z", "security_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5650b30963342b58320b9e3073d7ddf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:52Z", "revision_number": 0, "id": "5a4fe5d2-cbe5-46f0-9e55-d7df278ac65f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:52Z", "security_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5650b30963342b58320b9e3073d7ddf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:52Z", "revision_number": 0, "id": "77b10a33-1d8f-41d7-9f68-26cf0de09deb", "remote_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:52Z", "security_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5650b30963342b58320b9e3073d7ddf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:52Z", "revision_number": 0, "id": "9dc5ea92-ce0d-4034-a6f3-d98469cbb79b", "remote_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:52Z", "security_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5650b30963342b58320b9e3073d7ddf"}], "revision_number": 1, "project_id": "d5650b30963342b58320b9e3073d7ddf", "id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "name": "default"}]} 2018-08-05 10:45:02,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-1cdd2452-66fc-4a7b-8728-12d9fdf2c193 2018-08-05 10:45:02,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.091588973999s 2018-08-05 10:45:02,908 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-1cdd2452-66fc-4a7b-8728-12d9fdf2c193 2018-08-05 10:45:02,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 10:45:02,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" -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": "80d95ab9-bf39-4fef-9ca3-f7799a768dbe"}}' 2018-08-05 10:45:03,089 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-2eac92d7-458d-4b8d-904a-6834b8c34e0a Date: Sun, 05 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-05T10:45:03Z", "security_group_id": "80d95ab9-bf39-4fef-9ca3-f7799a768dbe", "port_range_min": 22, "revision_number": 0, "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:45:03Z", "project_id": "d5650b30963342b58320b9e3073d7ddf", "id": "90863fe6-a02c-488f-af29-95aa1155c045"}} 2018-08-05 10:45:03,089 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-2eac92d7-458d-4b8d-904a-6834b8c34e0a 2018-08-05 10:45:03,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.176507949829s 2018-08-05 10:45:03,089 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-2eac92d7-458d-4b8d-904a-6834b8c34e0a 2018-08-05 10:45:03,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 10:45:03,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:03,148 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-e6711616-d9c9-4047-9885-d789277baa9b Date: Sun, 05 Aug 2018 10:45:03 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:45:02Z", "updated_at": "2018-08-05T10:45:03Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:02Z", "revision_number": 0, "id": "0ed22d2d-78c9-4097-9545-a5599fbcafe0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:02Z", "security_group_id": "80d95ab9-bf39-4fef-9ca3-f7799a768dbe", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5650b30963342b58320b9e3073d7ddf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:02Z", "revision_number": 0, "id": "8a24fd4a-02bd-42ac-aadf-a00d37ee3b2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:02Z", "security_group_id": "80d95ab9-bf39-4fef-9ca3-f7799a768dbe", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5650b30963342b58320b9e3073d7ddf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T10:45:03Z", "revision_number": 0, "id": "90863fe6-a02c-488f-af29-95aa1155c045", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:03Z", "security_group_id": "80d95ab9-bf39-4fef-9ca3-f7799a768dbe", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d5650b30963342b58320b9e3073d7ddf"}], "revision_number": 2, "project_id": "d5650b30963342b58320b9e3073d7ddf", "id": "80d95ab9-bf39-4fef-9ca3-f7799a768dbe", "name": "singlevm1-sg_dfb4ef2c-c152-450c-b84c-0119948490d2"}, {"description": "Default security group", "tags": [], "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "created_at": "2018-08-05T10:44:39Z", "updated_at": "2018-08-05T10:44:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:39Z", "revision_number": 0, "id": "135fb7b2-ab4c-4e90-9894-777d8b91e107", "remote_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:39Z", "security_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "port_range_min": null, "ethertype": "IPv6", "project_id": "217e81f3792d4daaacc6f61eb2c46f59"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:39Z", "revision_number": 0, "id": "4cb63382-ce34-473e-9294-3e19d964483d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:39Z", "security_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "port_range_min": null, "ethertype": "IPv4", "project_id": "217e81f3792d4daaacc6f61eb2c46f59"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:39Z", "revision_number": 0, "id": "96693c71-fdde-4bcc-89d2-94a3d451c98a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:39Z", "security_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "port_range_min": null, "ethertype": "IPv6", "project_id": "217e81f3792d4daaacc6f61eb2c46f59"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:39Z", "revision_number": 0, "id": "f62dc6b1-5125-46b5-8c14-b9e65149d2f3", "remote_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:39Z", "security_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "port_range_min": null, "ethertype": "IPv4", "project_id": "217e81f3792d4daaacc6f61eb2c46f59"}], "revision_number": 1, "project_id": "217e81f3792d4daaacc6f61eb2c46f59", "id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "created_at": "2018-08-05T10:44:08Z", "updated_at": "2018-08-05T10:44:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:08Z", "revision_number": 0, "id": "24d9e270-9c6c-45ad-98bc-ecb027f43d34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:08Z", "security_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9699c17ac6b46b98413b543bfa6f10f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:08Z", "revision_number": 0, "id": "84feaade-be63-4f99-a7d5-e1c3cfd1cbed", "remote_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:08Z", "security_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9699c17ac6b46b98413b543bfa6f10f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:08Z", "revision_number": 0, "id": "c3137e0b-0d1c-4287-b047-848585197362", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:08Z", "security_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9699c17ac6b46b98413b543bfa6f10f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:08Z", "revision_number": 0, "id": "e108ac41-59ff-4580-8d7c-428f9dbea871", "remote_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:08Z", "security_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9699c17ac6b46b98413b543bfa6f10f"}], "revision_number": 1, "project_id": "f9699c17ac6b46b98413b543bfa6f10f", "id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0657afe192264a9b9d21fa2c02d460ec", "created_at": "2018-08-05T10:41:15Z", "updated_at": "2018-08-05T10:41:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:41:15Z", "revision_number": 0, "id": "0045c841-8862-49fb-808c-6b4e2e5da3fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:41:15Z", "security_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "tenant_id": "0657afe192264a9b9d21fa2c02d460ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "0657afe192264a9b9d21fa2c02d460ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:41:15Z", "revision_number": 0, "id": "03584969-d3f3-440c-bb78-b8ab70a15c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:41:15Z", "security_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "tenant_id": "0657afe192264a9b9d21fa2c02d460ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "0657afe192264a9b9d21fa2c02d460ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:41:15Z", "revision_number": 0, "id": "45eb2436-3f3f-4d46-88c2-149c39ab92ef", "remote_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "remote_ip_prefix": null, "created_at": "2018-08-05T10:41:15Z", "security_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "tenant_id": "0657afe192264a9b9d21fa2c02d460ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "0657afe192264a9b9d21fa2c02d460ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:41:15Z", "revision_number": 0, "id": "bc0fc107-0e8b-4d3a-8bf6-2b1f02460f1b", "remote_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "remote_ip_prefix": null, "created_at": "2018-08-05T10:41:15Z", "security_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "tenant_id": "0657afe192264a9b9d21fa2c02d460ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "0657afe192264a9b9d21fa2c02d460ec"}], "revision_number": 1, "project_id": "0657afe192264a9b9d21fa2c02d460ec", "id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-05T10:43:53Z", "updated_at": "2018-08-05T10:43:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:53Z", "revision_number": 0, "id": "4b139b38-2a75-4873-9694-a4ea112cd3cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:53Z", "security_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:53Z", "revision_number": 0, "id": "f64aa598-56c9-461d-8c76-37b5c2cf45b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:53Z", "security_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:53Z", "revision_number": 0, "id": "f8fd4f01-ec20-4301-a1d3-859471296d13", "remote_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:53Z", "security_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "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-05T10:43:53Z", "revision_number": 0, "id": "fa2adc12-b0d6-474b-9f42-2fdf9195b01a", "remote_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:53Z", "security_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:43:52Z", "updated_at": "2018-08-05T10:43:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:52Z", "revision_number": 0, "id": "50205166-509c-4b12-acb4-63084b96f334", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:52Z", "security_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5650b30963342b58320b9e3073d7ddf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:52Z", "revision_number": 0, "id": "5a4fe5d2-cbe5-46f0-9e55-d7df278ac65f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:52Z", "security_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5650b30963342b58320b9e3073d7ddf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:52Z", "revision_number": 0, "id": "77b10a33-1d8f-41d7-9f68-26cf0de09deb", "remote_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:52Z", "security_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5650b30963342b58320b9e3073d7ddf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:52Z", "revision_number": 0, "id": "9dc5ea92-ce0d-4034-a6f3-d98469cbb79b", "remote_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:52Z", "security_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5650b30963342b58320b9e3073d7ddf"}], "revision_number": 1, "project_id": "d5650b30963342b58320b9e3073d7ddf", "id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "name": "default"}]} 2018-08-05 10:45:03,148 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-e6711616-d9c9-4047-9885-d789277baa9b 2018-08-05 10:45:03,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0553050041199s 2018-08-05 10:45:03,149 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-e6711616-d9c9-4047-9885-d789277baa9b 2018-08-05 10:45:03,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 10:45:03,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" -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": "80d95ab9-bf39-4fef-9ca3-f7799a768dbe"}}' 2018-08-05 10:45:03,274 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-8422e058-2b5e-4004-914c-7dfbe3e39710 Date: Sun, 05 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-05T10:45:03Z", "security_group_id": "80d95ab9-bf39-4fef-9ca3-f7799a768dbe", "port_range_min": null, "revision_number": 0, "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:45:03Z", "project_id": "d5650b30963342b58320b9e3073d7ddf", "id": "03da62b0-2dc7-4a6f-8af2-bb93b5fea48a"}} 2018-08-05 10:45:03,274 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-8422e058-2b5e-4004-914c-7dfbe3e39710 2018-08-05 10:45:03,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.121170043945s 2018-08-05 10:45:03,274 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-8422e058-2b5e-4004-914c-7dfbe3e39710 2018-08-05 10:45:03,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:45:03,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:03,490 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1473 X-Openstack-Request-Id: req-6802bcda-9b19-4a24-af0c-45085fe8cf4f Date: Sun, 05 Aug 2018 10:45:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8a24606e-cb31-4da4-8d85-a5370032995d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":["957d9266-e6b1-4e7e-8cab-a792d3e2bf00"],"description":"","tags":[],"updated_at":"2018-08-05T10:44:56Z","qos_policy_id":null,"name":"singlevm1-net_dfb4ef2c-c152-450c-b84c-0119948490d2","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:44:55Z","provider:network_type":"vxlan"}]} 2018-08-05 10:45:03,491 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-6802bcda-9b19-4a24-af0c-45085fe8cf4f 2018-08-05 10:45:03,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.214667081833s 2018-08-05 10:45:03,491 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-6802bcda-9b19-4a24-af0c-45085fe8cf4f 2018-08-05 10:45:03,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:45:03,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:03,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-bebd72d6-ee39-4c29-81f4-697f0d95ec4d Date: Sun, 05 Aug 2018 10:45:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/b53944d1-be1c-44c2-93fa-01a8cff5deee/snap", "metadata": {}}], "file": "/v2/images/b53944d1-be1c-44c2-93fa-01a8cff5deee/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "b53944d1-be1c-44c2-93fa-01a8cff5deee", "size": 12716032, "self": "/v2/images/b53944d1-be1c-44c2-93fa-01a8cff5deee", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/b53944d1-be1c-44c2-93fa-01a8cff5deee/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:45:02Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_dfb4ef2c-c152-450c-b84c-0119948490d2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_dfb4ef2c-c152-450c-b84c-0119948490d2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:45:01Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:45:03,519 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-bebd72d6-ee39-4c29-81f4-697f0d95ec4d 2018-08-05 10:45:03,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0233800411224s 2018-08-05 10:45:03,519 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-bebd72d6-ee39-4c29-81f4-697f0d95ec4d 2018-08-05 10:45:03,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 10:45:03,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:03,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45: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-67759db2-0e66-4c62-b87a-7bf5776dabee x-compute-request-id: req-67759db2-0e66-4c62-b87a-7bf5776dabee Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_dfb4ef2c-c152-450c-b84c-0119948490d2", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c", "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": "04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c"}]} 2018-08-05 10:45:03,546 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-67759db2-0e66-4c62-b87a-7bf5776dabee 2018-08-05 10:45:03,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0260500907898s 2018-08-05 10:45:03,547 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-67759db2-0e66-4c62-b87a-7bf5776dabee 2018-08-05 10:45:03,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-05 10:45:03,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" -d '{"server": {"name": "singlevm1-vm_dfb4ef2c-c152-450c-b84c-0119948490d2", "imageRef": "b53944d1-be1c-44c2-93fa-01a8cff5deee", "key_name": "singlevm1-kp_dfb4ef2c-c152-450c-b84c-0119948490d2", "flavorRef": "04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "8a24606e-cb31-4da4-8d85-a5370032995d"}], "security_groups": [{"name": "80d95ab9-bf39-4fef-9ca3-f7799a768dbe"}]}}' 2018-08-05 10:45:06,006 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 10:45:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-71b44bb7-9726-4566-a371-90f6793b591f x-compute-request-id: req-71b44bb7-9726-4566-a371-90f6793b591f Content-Length: 403 location: http://172.30.9.46:8774/v2.1/servers/2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "80d95ab9-bf39-4fef-9ca3-f7799a768dbe"}], "OS-DCF:diskConfig": "MANUAL", "id": "2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3", "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3", "rel": "bookmark"}], "adminPass": "LpPasc3Uym5K"}} 2018-08-05 10:45:06,006 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-71b44bb7-9726-4566-a371-90f6793b591f 2018-08-05 10:45:06,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.45794510841s 2018-08-05 10:45:06,007 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-71b44bb7-9726-4566-a371-90f6793b591f 2018-08-05 10:45:06,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:45:06,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:06,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-ed17cf1d-e4e7-4e11-b0d1-fd33d8b36c72 x-compute-request-id: req-ed17cf1d-e4e7-4e11-b0d1-fd33d8b36c72 Content-Encoding: gzip Content-Length: 641 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3", "rel": "bookmark"}], "image": {"id": "b53944d1-be1c-44c2-93fa-01a8cff5deee", "links": [{"href": "http://172.30.9.46:8774/images/b53944d1-be1c-44c2-93fa-01a8cff5deee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c", "links": [{"href": "http://172.30.9.46:8774/flavors/04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c", "rel": "bookmark"}]}, "id": "2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3", "user_id": "813c9868726048c9b912c425af42b961", "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-05T10:45:06Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_dfb4ef2c-c152-450c-b84c-0119948490d2", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_dfb4ef2c-c152-450c-b84c-0119948490d2", "created": "2018-08-05T10:45:05Z", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:45:06,317 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ed17cf1d-e4e7-4e11-b0d1-fd33d8b36c72 2018-08-05 10:45:06,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.30942606926s 2018-08-05 10:45:06,317 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ed17cf1d-e4e7-4e11-b0d1-fd33d8b36c72 2018-08-05 10:45:06,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:45:06,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:06,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1473 X-Openstack-Request-Id: req-8731844c-a2dd-4df0-8472-be3231459fc4 Date: Sun, 05 Aug 2018 10:45:06 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8a24606e-cb31-4da4-8d85-a5370032995d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":["957d9266-e6b1-4e7e-8cab-a792d3e2bf00"],"description":"","tags":[],"updated_at":"2018-08-05T10:44:56Z","qos_policy_id":null,"name":"singlevm1-net_dfb4ef2c-c152-450c-b84c-0119948490d2","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:44:55Z","provider:network_type":"vxlan"}]} 2018-08-05 10:45:06,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-8731844c-a2dd-4df0-8472-be3231459fc4 2018-08-05 10:45:06,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0787949562073s 2018-08-05 10:45:06,403 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-8731844c-a2dd-4df0-8472-be3231459fc4 2018-08-05 10:45:06,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 10:45:06,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:06,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1327 X-Openstack-Request-Id: req-432c0ce0-5846-4c17-8d7d-0e44ba83556d Date: Sun, 05 Aug 2018 10:45:06 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-05T10:41:19Z","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":"89972d6a-26a8-4595-baea-47e68ca637c2","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0657afe192264a9b9d21fa2c02d460ec","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:19Z","ip_version":4},{"updated_at":"2018-08-05T10:44:56Z","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":"957d9266-e6b1-4e7e-8cab-a792d3e2bf00","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d5650b30963342b58320b9e3073d7ddf","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_dfb4ef2c-c152-450c-b84c-0119948490d2","enable_dhcp":true,"segment_id":null,"network_id":"8a24606e-cb31-4da4-8d85-a5370032995d","tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:44:56Z","ip_version":4}]} 2018-08-05 10:45:06,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-432c0ce0-5846-4c17-8d7d-0e44ba83556d 2018-08-05 10:45:06,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.06098985672s 2018-08-05 10:45:06,466 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-432c0ce0-5846-4c17-8d7d-0e44ba83556d 2018-08-05 10:45:06,466 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:45:08,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:45:08,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:09,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45: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-fa06a4a8-a1ff-4dbf-870a-fcd449aeb58d x-compute-request-id: req-fa06a4a8-a1ff-4dbf-870a-fcd449aeb58d Content-Encoding: gzip Content-Length: 708 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3", "rel": "bookmark"}], "image": {"id": "b53944d1-be1c-44c2-93fa-01a8cff5deee", "links": [{"href": "http://172.30.9.46:8774/images/b53944d1-be1c-44c2-93fa-01a8cff5deee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c", "links": [{"href": "http://172.30.9.46:8774/flavors/04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c", "rel": "bookmark"}]}, "id": "2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3", "user_id": "813c9868726048c9b912c425af42b961", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T10:45:08Z", "hostId": "bd923410ff241ee3d7b6ef3b39342259ef6dbbc93d33b95a1b3a3410", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_dfb4ef2c-c152-450c-b84c-0119948490d2", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_dfb4ef2c-c152-450c-b84c-0119948490d2", "created": "2018-08-05T10:45:05Z", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:45:09,387 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-fa06a4a8-a1ff-4dbf-870a-fcd449aeb58d 2018-08-05 10:45:09,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.917850017548s 2018-08-05 10:45:09,387 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-fa06a4a8-a1ff-4dbf-870a-fcd449aeb58d 2018-08-05 10:45:09,391 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:45:11,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:45:11,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:12,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8aa9dfd2-a46b-443d-942f-6bc78e8e1143 x-compute-request-id: req-8aa9dfd2-a46b-443d-942f-6bc78e8e1143 Content-Encoding: gzip Content-Length: 732 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3", "rel": "bookmark"}], "image": {"id": "b53944d1-be1c-44c2-93fa-01a8cff5deee", "links": [{"href": "http://172.30.9.46:8774/images/b53944d1-be1c-44c2-93fa-01a8cff5deee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c", "links": [{"href": "http://172.30.9.46:8774/flavors/04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c", "rel": "bookmark"}]}, "id": "2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3", "security_groups": [{"name": "singlevm1-sg_dfb4ef2c-c152-450c-b84c-0119948490d2"}], "user_id": "813c9868726048c9b912c425af42b961", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T10:45:09Z", "hostId": "bd923410ff241ee3d7b6ef3b39342259ef6dbbc93d33b95a1b3a3410", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_dfb4ef2c-c152-450c-b84c-0119948490d2", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_dfb4ef2c-c152-450c-b84c-0119948490d2", "created": "2018-08-05T10:45:05Z", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:45:12,715 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-8aa9dfd2-a46b-443d-942f-6bc78e8e1143 2018-08-05 10:45:12,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.32128691673s 2018-08-05 10:45:12,716 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-8aa9dfd2-a46b-443d-942f-6bc78e8e1143 2018-08-05 10:45:12,720 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:45:14,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:45:14,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:15,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ce1d6d2-62a8-4ead-a2ab-e020b2ab3fc2 x-compute-request-id: req-6ce1d6d2-62a8-4ead-a2ab-e020b2ab3fc2 Content-Encoding: gzip Content-Length: 806 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_dfb4ef2c-c152-450c-b84c-0119948490d2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:09:74", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3", "rel": "bookmark"}], "image": {"id": "b53944d1-be1c-44c2-93fa-01a8cff5deee", "links": [{"href": "http://172.30.9.46:8774/images/b53944d1-be1c-44c2-93fa-01a8cff5deee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c", "links": [{"href": "http://172.30.9.46:8774/flavors/04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c", "rel": "bookmark"}]}, "id": "2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3", "security_groups": [{"name": "singlevm1-sg_dfb4ef2c-c152-450c-b84c-0119948490d2"}], "user_id": "813c9868726048c9b912c425af42b961", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T10:45:09Z", "hostId": "bd923410ff241ee3d7b6ef3b39342259ef6dbbc93d33b95a1b3a3410", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_dfb4ef2c-c152-450c-b84c-0119948490d2", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_dfb4ef2c-c152-450c-b84c-0119948490d2", "created": "2018-08-05T10:45:05Z", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:45:15,642 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6ce1d6d2-62a8-4ead-a2ab-e020b2ab3fc2 2018-08-05 10:45:15,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.919393062592s 2018-08-05 10:45:15,642 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6ce1d6d2-62a8-4ead-a2ab-e020b2ab3fc2 2018-08-05 10:45:15,646 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:45:17,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:45:17,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:18,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-ec93e4e2-b0ff-4e01-8a0a-6bd2576183f7 x-compute-request-id: req-ec93e4e2-b0ff-4e01-8a0a-6bd2576183f7 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_dfb4ef2c-c152-450c-b84c-0119948490d2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:09:74", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3", "rel": "bookmark"}], "image": {"id": "b53944d1-be1c-44c2-93fa-01a8cff5deee", "links": [{"href": "http://172.30.9.46:8774/images/b53944d1-be1c-44c2-93fa-01a8cff5deee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-08-05T10:45:15.000000", "flavor": {"id": "04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c", "links": [{"href": "http://172.30.9.46:8774/flavors/04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c", "rel": "bookmark"}]}, "id": "2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3", "security_groups": [{"name": "singlevm1-sg_dfb4ef2c-c152-450c-b84c-0119948490d2"}], "user_id": "813c9868726048c9b912c425af42b961", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:45:15Z", "hostId": "bd923410ff241ee3d7b6ef3b39342259ef6dbbc93d33b95a1b3a3410", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_dfb4ef2c-c152-450c-b84c-0119948490d2", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_dfb4ef2c-c152-450c-b84c-0119948490d2", "created": "2018-08-05T10:45:05Z", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:45:18,449 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ec93e4e2-b0ff-4e01-8a0a-6bd2576183f7 2018-08-05 10:45:18,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.800192832947s 2018-08-05 10:45:18,449 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ec93e4e2-b0ff-4e01-8a0a-6bd2576183f7 2018-08-05 10:45:18,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-05 10:45:18,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/ports.json?device_id=2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:18,548 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 991 X-Openstack-Request-Id: req-df81abb7-a198-4c89-8569-ad1ae8a29bd0 Date: Sun, 05 Aug 2018 10:45:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-05T10:45:14Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"957d9266-e6b1-4e7e-8cab-a792d3e2bf00","ip_address":"192.168.120.6"}],"id":"8cecc236-406f-4c8c-814a-5df92faccd56","security_groups":["80d95ab9-bf39-4fef-9ca3-f7799a768dbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:28:09:74","project_id":"d5650b30963342b58320b9e3073d7ddf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8a24606e-cb31-4da4-8d85-a5370032995d","tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:45:09Z","binding:vnic_type":"normal","device_id":"2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3","ip_allocation":"immediate"}]} 2018-08-05 10:45:18,549 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3 used request id req-df81abb7-a198-4c89-8569-ad1ae8a29bd0 2018-08-05 10:45:18,549 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0952458381653s 2018-08-05 10:45:18,549 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3 used request id req-df81abb7-a198-4c89-8569-ad1ae8a29bd0 2018-08-05 10:45:18,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:45:18,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/floatingips.json?port_id=8cecc236-406f-4c8c-814a-5df92faccd56" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:18,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a905e038-612f-48a5-bb91-3b55ed82e9ba Date: Sun, 05 Aug 2018 10:45:18 GMT RESP BODY: {"floatingips": []} 2018-08-05 10:45:18,616 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=8cecc236-406f-4c8c-814a-5df92faccd56 used request id req-a905e038-612f-48a5-bb91-3b55ed82e9ba 2018-08-05 10:45:18,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0611550807953s 2018-08-05 10:45:18,616 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=8cecc236-406f-4c8c-814a-5df92faccd56 used request id req-a905e038-612f-48a5-bb91-3b55ed82e9ba 2018-08-05 10:45:18,617 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_dfb4ef2c-c152-450c-b84c-0119948490d2': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:28:09:74', 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'b53944d1-be1c-44c2-93fa-01a8cff5deee'}), 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-05T10:45:15.000000', 'flavor': Munch({u'id': u'04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c'}), 'az': u'nova', 'id': u'2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3', 'security_groups': [Munch({u'name': u'singlevm1-sg_dfb4ef2c-c152-450c-b84c-0119948490d2'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'813c9868726048c9b912c425af42b961', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd5650b30963342b58320b9e3073d7ddf', '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-05T10:45:15.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-05T10:45:15Z', 'hostId': u'bd923410ff241ee3d7b6ef3b39342259ef6dbbc93d33b95a1b3a3410', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_dfb4ef2c-c152-450c-b84c-0119948490d2', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'bd923410ff241ee3d7b6ef3b39342259ef6dbbc93d33b95a1b3a3410', '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-05T10:45:15.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'd5650b30963342b58320b9e3073d7ddf', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_dfb4ef2c-c152-450c-b84c-0119948490d2', 'adminPass': u'LpPasc3Uym5K', 'tenant_id': u'd5650b30963342b58320b9e3073d7ddf', 'created_at': u'2018-08-05T10:45:05Z', 'created': u'2018-08-05T10:45:05Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-05 10:45:18,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:45:18,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:18,709 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1473 X-Openstack-Request-Id: req-e2670814-1ab7-49e5-98ed-cb3ea80f84f0 Date: Sun, 05 Aug 2018 10:45:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"8a24606e-cb31-4da4-8d85-a5370032995d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":["957d9266-e6b1-4e7e-8cab-a792d3e2bf00"],"description":"","tags":[],"updated_at":"2018-08-05T10:44:56Z","qos_policy_id":null,"name":"singlevm1-net_dfb4ef2c-c152-450c-b84c-0119948490d2","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:44:55Z","provider:network_type":"vxlan"}]} 2018-08-05 10:45:18,709 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-e2670814-1ab7-49e5-98ed-cb3ea80f84f0 2018-08-05 10:45:18,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0897030830383s 2018-08-05 10:45:18,710 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-e2670814-1ab7-49e5-98ed-cb3ea80f84f0 2018-08-05 10:45:18,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-05 10:45:18,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/ports.json?device_id=2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:18,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 991 X-Openstack-Request-Id: req-5e62f5e7-e279-42fb-a64e-727e88729157 Date: Sun, 05 Aug 2018 10:45:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-05T10:45:14Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"957d9266-e6b1-4e7e-8cab-a792d3e2bf00","ip_address":"192.168.120.6"}],"id":"8cecc236-406f-4c8c-814a-5df92faccd56","security_groups":["80d95ab9-bf39-4fef-9ca3-f7799a768dbe"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:28:09:74","project_id":"d5650b30963342b58320b9e3073d7ddf","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"8a24606e-cb31-4da4-8d85-a5370032995d","tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:45:09Z","binding:vnic_type":"normal","device_id":"2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3","ip_allocation":"immediate"}]} 2018-08-05 10:45:18,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3 used request id req-5e62f5e7-e279-42fb-a64e-727e88729157 2018-08-05 10:45:18,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.046345949173s 2018-08-05 10:45:18,758 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3 used request id req-5e62f5e7-e279-42fb-a64e-727e88729157 2018-08-05 10:45:18,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-05 10:45:18,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" -d '{"floatingip": {"floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "fixed_ip_address": "192.168.120.6", "port_id": "8cecc236-406f-4c8c-814a-5df92faccd56"}}' 2018-08-05 10:45:20,928 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-b2496ada-a9b7-4937-b2f0-355d6de4c320 Date: Sun, 05 Aug 2018 10:45:20 GMT RESP BODY: {"floatingip": {"router_id": "ece04056-cbe0-4776-a9aa-ad441d601832", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:45:19Z", "updated_at": "2018-08-05T10:45:19Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "8a24606e-cb31-4da4-8d85-a5370032995d", "device_owner": "compute:nova", "mac_address": "fa:16:3e:28:09:74", "device_id": "2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "d5650b30963342b58320b9e3073d7ddf", "port_id": "8cecc236-406f-4c8c-814a-5df92faccd56", "id": "67e17f95-010b-4dc4-8c1a-8ed88820d822", "qos_policy_id": null}} 2018-08-05 10:45:20,928 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-b2496ada-a9b7-4937-b2f0-355d6de4c320 2018-08-05 10:45:20,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.16898488998s 2018-08-05 10:45:20,929 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-b2496ada-a9b7-4937-b2f0-355d6de4c320 2018-08-05 10:45:20,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:45:20,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:21,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-497da0e2-f2e3-4003-bde6-78c9db9ba7af Date: Sun, 05 Aug 2018 10:45:21 GMT RESP BODY: {"floatingips": [{"router_id": "ece04056-cbe0-4776-a9aa-ad441d601832", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:45:19Z", "updated_at": "2018-08-05T10:45:19Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "8a24606e-cb31-4da4-8d85-a5370032995d", "device_owner": "compute:nova", "mac_address": "fa:16:3e:28:09:74", "device_id": "2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "d5650b30963342b58320b9e3073d7ddf", "port_id": "8cecc236-406f-4c8c-814a-5df92faccd56", "id": "67e17f95-010b-4dc4-8c1a-8ed88820d822", "qos_policy_id": null}]} 2018-08-05 10:45:21,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-497da0e2-f2e3-4003-bde6-78c9db9ba7af 2018-08-05 10:45:21,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0915250778198s 2018-08-05 10:45:21,029 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-497da0e2-f2e3-4003-bde6-78c9db9ba7af 2018-08-05 10:45:21,032 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:45:21,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:45:21,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:21,193 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-d88c3cdb-44a0-4c2e-823a-31ac43fc4cdd Date: Sun, 05 Aug 2018 10:45:21 GMT RESP BODY: {"floatingips": [{"router_id": "ece04056-cbe0-4776-a9aa-ad441d601832", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:45:19Z", "updated_at": "2018-08-05T10:45:19Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "8a24606e-cb31-4da4-8d85-a5370032995d", "device_owner": "compute:nova", "mac_address": "fa:16:3e:28:09:74", "device_id": "2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "d5650b30963342b58320b9e3073d7ddf", "port_id": "8cecc236-406f-4c8c-814a-5df92faccd56", "id": "67e17f95-010b-4dc4-8c1a-8ed88820d822", "qos_policy_id": null}]} 2018-08-05 10:45:21,193 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-d88c3cdb-44a0-4c2e-823a-31ac43fc4cdd 2018-08-05 10:45:21,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0555560588837s 2018-08-05 10:45:21,194 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-d88c3cdb-44a0-4c2e-823a-31ac43fc4cdd 2018-08-05 10:45:21,197 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:45:21,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:45:21,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:21,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-25a4d448-f677-49b1-bbfe-84946209c9c2 Date: Sun, 05 Aug 2018 10:45:21 GMT RESP BODY: {"floatingips": [{"router_id": "ece04056-cbe0-4776-a9aa-ad441d601832", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:45:19Z", "updated_at": "2018-08-05T10:45:19Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "8a24606e-cb31-4da4-8d85-a5370032995d", "device_owner": "compute:nova", "mac_address": "fa:16:3e:28:09:74", "device_id": "2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "d5650b30963342b58320b9e3073d7ddf", "port_id": "8cecc236-406f-4c8c-814a-5df92faccd56", "id": "67e17f95-010b-4dc4-8c1a-8ed88820d822", "qos_policy_id": null}]} 2018-08-05 10:45:21,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-25a4d448-f677-49b1-bbfe-84946209c9c2 2018-08-05 10:45:21,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0581419467926s 2018-08-05 10:45:21,361 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-25a4d448-f677-49b1-bbfe-84946209c9c2 2018-08-05 10:45:21,364 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:45:21,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:45:21,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:21,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-308ab6df-084b-4ccb-941f-e2baa77d1d3a Date: Sun, 05 Aug 2018 10:45:21 GMT RESP BODY: {"floatingips": [{"router_id": "ece04056-cbe0-4776-a9aa-ad441d601832", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:45:19Z", "updated_at": "2018-08-05T10:45:19Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "8a24606e-cb31-4da4-8d85-a5370032995d", "device_owner": "compute:nova", "mac_address": "fa:16:3e:28:09:74", "device_id": "2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "d5650b30963342b58320b9e3073d7ddf", "port_id": "8cecc236-406f-4c8c-814a-5df92faccd56", "id": "67e17f95-010b-4dc4-8c1a-8ed88820d822", "qos_policy_id": null}]} 2018-08-05 10:45:21,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-308ab6df-084b-4ccb-941f-e2baa77d1d3a 2018-08-05 10:45:21,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0589029788971s 2018-08-05 10:45:21,528 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-308ab6df-084b-4ccb-941f-e2baa77d1d3a 2018-08-05 10:45:21,532 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:45:21,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:45:21,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:21,695 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-cb1824a2-403f-4f0f-a6cb-1bb2633e9b1f Date: Sun, 05 Aug 2018 10:45:21 GMT RESP BODY: {"floatingips": [{"router_id": "ece04056-cbe0-4776-a9aa-ad441d601832", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:45:19Z", "updated_at": "2018-08-05T10:45:19Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "8a24606e-cb31-4da4-8d85-a5370032995d", "device_owner": "compute:nova", "mac_address": "fa:16:3e:28:09:74", "device_id": "2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "d5650b30963342b58320b9e3073d7ddf", "port_id": "8cecc236-406f-4c8c-814a-5df92faccd56", "id": "67e17f95-010b-4dc4-8c1a-8ed88820d822", "qos_policy_id": null}]} 2018-08-05 10:45:21,696 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-cb1824a2-403f-4f0f-a6cb-1bb2633e9b1f 2018-08-05 10:45:21,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.058876991272s 2018-08-05 10:45:21,696 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-cb1824a2-403f-4f0f-a6cb-1bb2633e9b1f 2018-08-05 10:45:21,699 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:45:21,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:45:21,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:21,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-f181ff16-9d89-4627-a410-5f37df716844 Date: Sun, 05 Aug 2018 10:45:21 GMT RESP BODY: {"floatingips": [{"router_id": "ece04056-cbe0-4776-a9aa-ad441d601832", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:45:19Z", "updated_at": "2018-08-05T10:45:21Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "8a24606e-cb31-4da4-8d85-a5370032995d", "device_owner": "compute:nova", "mac_address": "fa:16:3e:28:09:74", "device_id": "2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.201", "revision_number": 1, "project_id": "d5650b30963342b58320b9e3073d7ddf", "port_id": "8cecc236-406f-4c8c-814a-5df92faccd56", "id": "67e17f95-010b-4dc4-8c1a-8ed88820d822", "qos_policy_id": null}]} 2018-08-05 10:45:21,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-f181ff16-9d89-4627-a410-5f37df716844 2018-08-05 10:45:21,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.062774181366s 2018-08-05 10:45:21,868 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-f181ff16-9d89-4627-a410-5f37df716844 2018-08-05 10:45:21,871 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'ece04056-cbe0-4776-a9aa-ad441d601832', 'updated_at': u'2018-08-05T10:45:21Z', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.201', 'revision_number': 1, 'port_id': u'8cecc236-406f-4c8c-814a-5df92faccd56', 'id': u'67e17f95-010b-4dc4-8c1a-8ed88820d822', 'network': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 'port': u'8cecc236-406f-4c8c-814a-5df92faccd56', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd5650b30963342b58320b9e3073d7ddf', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'd5650b30963342b58320b9e3073d7ddf', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'8a24606e-cb31-4da4-8d85-a5370032995d', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:28:09:74', u'device_id': u'2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'd5650b30963342b58320b9e3073d7ddf', 'created_at': u'2018-08-05T10:45:19Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'8a24606e-cb31-4da4-8d85-a5370032995d', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:28:09:74', u'device_id': u'2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3'}), 'router': u'ece04056-cbe0-4776-a9aa-ad441d601832'}) 2018-08-05 10:45:21,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 10:45:21,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 10:45:22,755 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45: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-55bbbd64-0787-4659-8b7b-52d0dc98d4e4 x-compute-request-id: req-55bbbd64-0787-4659-8b7b-52d0dc98d4e4 Content-Encoding: gzip Content-Length: 9570 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 444574720 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.138495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.140191] pid_max: default: 32768 minimum: 301\n[ 0.141109] ACPI: Core revision 20150930\n[ 0.142509] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143852] Security Framework initialized\n[ 0.144689] Yama: becoming mindful.\n[ 0.145438] AppArmor: AppArmor initialized\n[ 0.146314] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147678] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148992] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150232] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151684] Initializing cgroup subsys io\n[ 0.152521] Initializing cgroup subsys memory\n[ 0.153402] Initializing cgroup subsys devices\n[ 0.154298] Initializing cgroup subsys freezer\n[ 0.155189] Initializing cgroup subsys net_cls\n[ 0.156075] Initializing cgroup subsys perf_event\n[ 0.157008] Initializing cgroup subsys net_prio\n[ 0.157918] Initializing cgroup subsys hugetlb\n[ 0.158809] Initializing cgroup subsys pids\n[ 0.159699] CPU: Physical Processor ID: 0\n[ 0.161234] mce: CPU supports 10 MCE banks\n[ 0.162105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178851] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184984] ftrace: allocating 31920 entries in 125 pages\n[ 0.210054] smpboot: Max logical packages: 1\n[ 0.210935] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212321] x2apic enabled\n[ 0.213141] Switched APIC routing to physical x2apic.\n[ 0.214902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218195] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220043] KVM setup paravirtual spinlock\n[ 0.221355] x86: Booted up 1 node, 1 CPUs\n[ 0.222181] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223597] devtmpfs: initialized\n[ 0.225332] evm: security.selinux\n[ 0.226073] evm: security.SMACK64\n[ 0.226794] evm: security.SMACK64EXEC\n[ 0.227573] evm: security.SMACK64TRANSMUTE\n[ 0.228420] evm: security.SMACK64MMAP\n[ 0.229201] evm: security.ima\n[ 0.229870] evm: security.capability\n[ 0.230716] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232956] pinctrl core: initialized pinctrl subsystem\n[ 0.234325] RTC time: 10:45:15, date: 08/05/18\n[ 0.235536] NET: Registered protocol family 16\n[ 0.236752] cpuidle: using governor ladder\n[ 0.237790] cpuidle: using governor menu\n[ 0.238778] PCCT header not found.\n[ 0.239714] ACPI: bus type PCI registered\n[ 0.240758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.242344] PCI: Using configuration type 1 for base access\n[ 0.244398] ACPI: Added _OSI(Module Device)\n[ 0.245463] ACPI: Added _OSI(Processor Device)\n[ 0.246546] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.247687] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249758] ACPI: Interpreter enabled\n[ 0.250721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.253058] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.255380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.257687] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260031] ACPI: (supports S0 S5)\n[ 0.260902] ACPI: Using IOAPIC for interrupt routing\n[ 0.262114] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265534] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.266694] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.267942] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269152] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271400] acpiphp: Slot [3] registered\n[ 0.272683] acpiphp: Slot [4] registered\n[ 0.273498] acpiphp: Slot [5] registered\n[ 0.274302] acpiphp: Slot [6] registered\n[ 0.275103] acpiphp: Slot [7] registered\n[ 0.275905] acpiphp: Slot [8] registered\n[ 0.276709] acpiphp: Slot [9] registered\n[ 0.277506] acpiphp: Slot [10] registered\n[ 0.278316] acpiphp: Slot [11] registered\n[ 0.279128] acpiphp: Slot [12] registered\n[ 0.279941] acpiphp: Slot [13] registered\n[ 0.280753] acpiphp: Slot [14] registered\n[ 0.281565] acpiphp: Slot [15] registered\n[ 0.292619] acpiphp: Slot [16] registered\n[ 0.293471] acpiphp: Slot [17] registered\n[ 0.294297] acpiphp: Slot [18] registered\n[ 0.295112] acpiphp: Slot [19] registered\n[ 0.295924] acpiphp: Slot [20] registered\n[ 0.296749] acpiphp: Slot [21] registered\n[ 0.297570] acpiphp: Slot [22] registered\n[ 0.298387] acpiphp: Slot [23] registered\n[ 0.299201] acpiphp: Slot [24] registered\n[ 0.300050] acpiphp: Slot [25] registered\n[ 0.300878] acpiphp: Slot [26] registered\n[ 0.301705] acpiphp: Slot [27] registered\n[ 0.302525] acpiphp: Slot [28] registered\n[ 0.303348] acpiphp: Slot [29] registered\n[ 0.304161] acpiphp: Slot [30] registered\n[ 0.304984] acpiphp: Slot [31] registered\n[ 0.305797] PCI host bridge to bus 0000:00\n[ 0.306612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.307830] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.309052] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310518] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.311997] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.313504] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.316800] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318091] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319288] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.320573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.324452] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.326073] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.344601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.346456] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.347935] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.349350] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.350780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.352061] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.353364] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.354451] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.356033] vgaarb: loaded\n[ 0.356646] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358698] SCSI subsystem initialized\n[ 0.359893] ACPI: bus type USB registered\n[ 0.360752] usbcore: registered new interface driver usbfs\n[ 0.361809] usbcore: registered new interface driver hub\n[ 0.362809] usbcore: registered new device driver usb\n[ 0.363934] PCI: Using ACPI for IRQ routing\n[ 0.365096] NetLabel: Initializing\n[ 0.365821] NetLabel: domain hash size = 128\n[ 0.366689] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367670] NetLabel: unlabeled traffic allowed by default\n[ 0.368853] clocksource: Switched to clocksource kvm-clock\n[ 0.377470] AppArmor: AppArmor Filesystem Enabled\n[ 0.378447] pnp: PnP ACPI init\n[ 0.379386] pnp: PnP ACPI: found 5 devices\n[ 0.385718] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.387447] NET: Registered protocol family 2\n[ 0.388523] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389810] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.391272] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.392470] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393578] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.394776] NET: Registered protocol family 1\n[ 0.395683] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.396769] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.397871] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411664] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.426126] Trying to unpack rootfs image as initramfs...\n[ 0.482695] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.484388] Scanning for low memory corruption every 60 seconds\n[ 0.485775] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.486955] audit: initializing netlink subsys (disabled)\n[ 0.487973] audit: type=2000 audit(1533465916.641:1): initialized\n[ 0.489324] Initialise system trusted keyring\n[ 0.490549] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.491879] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.494035] zbud: loaded\n[ 0.494780] VFS: Disk quotas dquot_6.6.0\n[ 0.495629] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497232] fuse init (API version 7.23)\n[ 0.498141] Key type big_key registered\n[ 0.498933] Allocating IMA MOK and blacklist keyrings.\n[ 0.500150] Key type asymmetric registered\n[ 0.500992] Asymmetric key parser 'x509' registered\n[ 0.501957] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.503421] io scheduler noop registered\n[ 0.504222] io scheduler deadline registered (default)\n[ 0.505262] io scheduler cfq registered\n[ 0.506121] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.507155] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.508436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.509886] ACPI: Power Button [PWRF]\n[ 0.510737] GHES: HEST is not enabled!\n[ 0.524660] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.553015] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.555133] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.579067] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.581364] Linux agpgart interface v0.103\n[ 0.583944] brd: module loaded\n[ 0.585666] loop: module loaded\n[ 0.589219] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.591117] GPT:90111 != 2097151\n[ 0.591792] GPT:Alternate GPT header not at the end of the disk.\n[ 0.592880] GPT:90111 != 2097151\n[ 0.593552] GPT: Use GNU Parted to correct GPT errors.\n[ 0.594569] vda: vda1 vda15\n[ 0.595811] scsi host0: ata_piix\n[ 0.596626] scsi host1: ata_piix\n[ 0.597368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.598611] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.600102] libphy: Fixed MDIO Bus: probed\n[ 0.600948] tun: Universal TUN/TAP device driver, 1.6\n[ 0.601928] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.604379] PPP generic driver version 2.4.2\n[ 0.605538] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.606756] ehci-pci: EHCI PCI platform driver\n[ 0.607653] ehci-platform: EHCI generic platform driver\n[ 0.608677] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.609846] ohci-pci: OHCI PCI platform driver\n[ 0.610798] ohci-platform: OHCI generic platform driver\n[ 0.611823] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.628125] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.629360] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.630879] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.631937] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.633193] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.634484] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635945] usb usb1: Product: UHCI Host Controller\n[ 0.636903] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.638058] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639156] hub 1-0:1.0: USB hub found\n[ 0.640063] hub 1-0:1.0: 2 ports detected\n[ 0.641491] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.643716] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.644722] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.645817] mousedev: PS/2 mouse device common for all mice\n[ 0.647260] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.649163] rtc_cmos 00:00: RTC can wake from S4\n[ 0.650330] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.651567] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.652794] i2c /dev entries driver\n[ 0.653621] device-mapper: uevent: version 1.0.3\n[ 0.654640] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.656360] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.657918] NET: Registered protocol family 10\n[ 0.659106] NET: Registered protocol family 17\n[ 0.660016] Key type dns_resolver registered\n[ 0.661063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.662174] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.664046] registered taskstats version 1\n[ 0.664932] Loading compiled-in X.509 certificates\n[ 0.666438] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.668422] zswap: loaded using pool lzo/zbud\n[ 0.670137] Key type trusted registered\n[ 0.671917] Key type encrypted registered\n[ 0.673171] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.674256] ima: No TPM chip found, activating TPM-bypass!\n[ 0.675460] evm: HMAC attrs: 0x1\n[ 0.676438] Magic number: 14:681:779\n[ 0.677323] rtc_cmos 00:00: setting system clock to 2018-08-05 10:45:16 UTC (1533465916)\n[ 0.678999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.680114] EDD information not available.\n[ 0.758174] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.772056] Write protecting the kernel read-only data: 14336k\n[ 0.774432] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.776290] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.822123] 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.6...\nLease of 192.168.120.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.88. 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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCS/T1JQn5nr3lmFQbV08h/Lioat76YHmz6BeRZU/X4qZlzQNMW0dSj1Rrz+gwWgeguEYGLH9nfDRzQAUUVN4FKCPasdniaO/dsTlLyEWkAnddKgq9H5ZtBLo+UD2q1v2LwvFH+ktp1hMYzwfH9jUHV5gn7HCRwCgqKliiv6I/Mk/dbRmSf1U8yju+XbcNYiplpxHdGVFoChCUwU0rGQsw5SyLMt770FjtHqLxBiK6HCdwPpR8rSiTjzCAqKAJ+wIgAZEwS79JHPy9AuRkDUSfofV0vFr0ZgrvhrPTXeiocVMF8OL+TTtDL40aAJdepdqdQ4WAbZct/LFJD1Korqs6X root@singlevm1-vm-dfb4ef2c-c152-450c-b84c-0119948490d2\nssh-dss AAAAB3NzaC1kc3MAAACBAPKE0pDgsLYNgA+fHaurZddnFROB1utpB9FiRGi99bOy/ceO8PahxAXl+H2VyZHV695uO8FN8zGKlmBKCcoC108p/992uuj+sqElZbHFeRXgIcwwR7+cs5+a3s727aijlqr8XGzBbqCpsXx9Cach86mEXTgC9KelQCvXHC5D363dAAAAFQDT2Gl6R3kShQjDQV2x2A90qIXTTwAAAIAV5YnhE5Wfq6MXIF6pewvdP+XcZm4OSGEvip9xwW5qOVeE9MUwKx6vn1relmxVBAAPUdrAdrEq6b2oWVVsqKp1rSG22kA1/vlf0srG6EafKxWcI9WhrN6s3alCwy/Jf5D6nf3Q006k3ZyYj8h+Ck6kljJpKmLx9v9hVRgHk6vdFgAAAIEAqdI0msexcOXtn+zXDsRJvK1rPVJ0v3zSMr9CiqGxHarnosldYe2OnrWXtXQoxch14ifRb+MIHaoGrFHPaqRlTeANR6zZiIBjtvCjUrimuNhPFEPGdkjx2DEFoa0TX+GHqtyHT7ueySfDQQXkPJo5VV5HQFbcpBaHaC5txNhkWYg= root@singlevm1-vm-dfb4ef2c-c152-450c-b84c-0119948490d2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fe28:974/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.1 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000001\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-dfb4ef2c-c152-450c-b84c-0119948490d2\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.04 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-dfb4ef2c-c152-450c-b84c-0119948490d2 login: "} 2018-08-05 10:45:22,756 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3/action used request id req-55bbbd64-0787-4659-8b7b-52d0dc98d4e4 2018-08-05 10:45:22,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.88350892067s 2018-08-05 10:45:22,757 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3/action used request id req-55bbbd64-0787-4659-8b7b-52d0dc98d4e4 2018-08-05 10:45:22,757 - 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 444574720 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.138495] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.140191] pid_max: default: 32768 minimum: 301 [ 0.141109] ACPI: Core revision 20150930 [ 0.142509] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.143852] Security Framework initialized [ 0.144689] Yama: becoming mindful. [ 0.145438] AppArmor: AppArmor initialized [ 0.146314] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.147678] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.148992] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150232] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151684] Initializing cgroup subsys io [ 0.152521] Initializing cgroup subsys memory [ 0.153402] Initializing cgroup subsys devices [ 0.154298] Initializing cgroup subsys freezer [ 0.155189] Initializing cgroup subsys net_cls [ 0.156075] Initializing cgroup subsys perf_event [ 0.157008] Initializing cgroup subsys net_prio [ 0.157918] Initializing cgroup subsys hugetlb [ 0.158809] Initializing cgroup subsys pids [ 0.159699] CPU: Physical Processor ID: 0 [ 0.161234] mce: CPU supports 10 MCE banks [ 0.162105] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163134] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.178851] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.184984] ftrace: allocating 31920 entries in 125 pages [ 0.210054] smpboot: Max logical packages: 1 [ 0.210935] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.212321] x2apic enabled [ 0.213141] Switched APIC routing to physical x2apic. [ 0.214902] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.216072] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.218195] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.220043] KVM setup paravirtual spinlock [ 0.221355] x86: Booted up 1 node, 1 CPUs [ 0.222181] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.223597] devtmpfs: initialized [ 0.225332] evm: security.selinux [ 0.226073] evm: security.SMACK64 [ 0.226794] evm: security.SMACK64EXEC [ 0.227573] evm: security.SMACK64TRANSMUTE [ 0.228420] evm: security.SMACK64MMAP [ 0.229201] evm: security.ima [ 0.229870] evm: security.capability [ 0.230716] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.232956] pinctrl core: initialized pinctrl subsystem [ 0.234325] RTC time: 10:45:15, date: 08/05/18 [ 0.235536] NET: Registered protocol family 16 [ 0.236752] cpuidle: using governor ladder [ 0.237790] cpuidle: using governor menu [ 0.238778] PCCT header not found. [ 0.239714] ACPI: bus type PCI registered [ 0.240758] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.242344] PCI: Using configuration type 1 for base access [ 0.244398] ACPI: Added _OSI(Module Device) [ 0.245463] ACPI: Added _OSI(Processor Device) [ 0.246546] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.247687] ACPI: Added _OSI(Processor Aggregator Device) [ 0.249758] ACPI: Interpreter enabled [ 0.250721] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.253058] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.255380] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.257687] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.260031] ACPI: (supports S0 S5) [ 0.260902] ACPI: Using IOAPIC for interrupt routing [ 0.262114] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.265534] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.266694] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.267942] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.269152] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.271400] acpiphp: Slot [3] registered [ 0.272683] acpiphp: Slot [4] registered [ 0.273498] acpiphp: Slot [5] registered [ 0.274302] acpiphp: Slot [6] registered [ 0.275103] acpiphp: Slot [7] registered [ 0.275905] acpiphp: Slot [8] registered [ 0.276709] acpiphp: Slot [9] registered [ 0.277506] acpiphp: Slot [10] registered [ 0.278316] acpiphp: Slot [11] registered [ 0.279128] acpiphp: Slot [12] registered [ 0.279941] acpiphp: Slot [13] registered [ 0.280753] acpiphp: Slot [14] registered [ 0.281565] acpiphp: Slot [15] registered [ 0.292619] acpiphp: Slot [16] registered [ 0.293471] acpiphp: Slot [17] registered [ 0.294297] acpiphp: Slot [18] registered [ 0.295112] acpiphp: Slot [19] registered [ 0.295924] acpiphp: Slot [20] registered [ 0.296749] acpiphp: Slot [21] registered [ 0.297570] acpiphp: Slot [22] registered [ 0.298387] acpiphp: Slot [23] registered [ 0.299201] acpiphp: Slot [24] registered [ 0.300050] acpiphp: Slot [25] registered [ 0.300878] acpiphp: Slot [26] registered [ 0.301705] acpiphp: Slot [27] registered [ 0.302525] acpiphp: Slot [28] registered [ 0.303348] acpiphp: Slot [29] registered [ 0.304161] acpiphp: Slot [30] registered [ 0.304984] acpiphp: Slot [31] registered [ 0.305797] PCI host bridge to bus 0000:00 [ 0.306612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.307830] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.309052] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.310518] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.311997] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.313504] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.316800] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.318091] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.319288] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.320573] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.324452] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.326073] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.344601] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.346456] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.347935] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.349350] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.350780] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.352061] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.353364] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.354451] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.356033] vgaarb: loaded [ 0.356646] vgaarb: bridge control possible 0000:00:02.0 [ 0.358698] SCSI subsystem initialized [ 0.359893] ACPI: bus type USB registered [ 0.360752] usbcore: registered new interface driver usbfs [ 0.361809] usbcore: registered new interface driver hub [ 0.362809] usbcore: registered new device driver usb [ 0.363934] PCI: Using ACPI for IRQ routing [ 0.365096] NetLabel: Initializing [ 0.365821] NetLabel: domain hash size = 128 [ 0.366689] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.367670] NetLabel: unlabeled traffic allowed by default [ 0.368853] clocksource: Switched to clocksource kvm-clock [ 0.377470] AppArmor: AppArmor Filesystem Enabled [ 0.378447] pnp: PnP ACPI init [ 0.379386] pnp: PnP ACPI: found 5 devices [ 0.385718] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.387447] NET: Registered protocol family 2 [ 0.388523] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.389810] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.391272] TCP: Hash tables configured (established 4096 bind 4096) [ 0.392470] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.393578] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.394776] NET: Registered protocol family 1 [ 0.395683] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.396769] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.397871] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.411664] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.426126] Trying to unpack rootfs image as initramfs... [ 0.482695] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.484388] Scanning for low memory corruption every 60 seconds [ 0.485775] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.486955] audit: initializing netlink subsys (disabled) [ 0.487973] audit: type=2000 audit(1533465916.641:1): initialized [ 0.489324] Initialise system trusted keyring [ 0.490549] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.491879] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.494035] zbud: loaded [ 0.494780] VFS: Disk quotas dquot_6.6.0 [ 0.495629] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497232] fuse init (API version 7.23) [ 0.498141] Key type big_key registered [ 0.498933] Allocating IMA MOK and blacklist keyrings. [ 0.500150] Key type asymmetric registered [ 0.500992] Asymmetric key parser 'x509' registered [ 0.501957] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.503421] io scheduler noop registered [ 0.504222] io scheduler deadline registered (default) [ 0.505262] io scheduler cfq registered [ 0.506121] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.507155] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.508436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.509886] ACPI: Power Button [PWRF] [ 0.510737] GHES: HEST is not enabled! [ 0.524660] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.553015] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.555133] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.579067] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.581364] Linux agpgart interface v0.103 [ 0.583944] brd: module loaded [ 0.585666] loop: module loaded [ 0.589219] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.591117] GPT:90111 != 2097151 [ 0.591792] GPT:Alternate GPT header not at the end of the disk. [ 0.592880] GPT:90111 != 2097151 [ 0.593552] GPT: Use GNU Parted to correct GPT errors. [ 0.594569] vda: vda1 vda15 [ 0.595811] scsi host0: ata_piix [ 0.596626] scsi host1: ata_piix [ 0.597368] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.598611] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.600102] libphy: Fixed MDIO Bus: probed [ 0.600948] tun: Universal TUN/TAP device driver, 1.6 [ 0.601928] tun: (C) 1999-2004 Max Krasnyansky [ 0.604379] PPP generic driver version 2.4.2 [ 0.605538] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.606756] ehci-pci: EHCI PCI platform driver [ 0.607653] ehci-platform: EHCI generic platform driver [ 0.608677] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.609846] ohci-pci: OHCI PCI platform driver [ 0.610798] ohci-platform: OHCI generic platform driver [ 0.611823] uhci_hcd: USB Universal Host Controller Interface driver [ 0.628125] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.629360] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.630879] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.631937] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.633193] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.634484] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.635945] usb usb1: Product: UHCI Host Controller [ 0.636903] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.638058] usb usb1: SerialNumber: 0000:00:01.2 [ 0.639156] hub 1-0:1.0: USB hub found [ 0.640063] hub 1-0:1.0: 2 ports detected [ 0.641491] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.643716] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.644722] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.645817] mousedev: PS/2 mouse device common for all mice [ 0.647260] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.649163] rtc_cmos 00:00: RTC can wake from S4 [ 0.650330] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.651567] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.652794] i2c /dev entries driver [ 0.653621] device-mapper: uevent: version 1.0.3 [ 0.654640] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.656360] ledtrig-cpu: registered to indicate activity on CPUs [ 0.657918] NET: Registered protocol family 10 [ 0.659106] NET: Registered protocol family 17 [ 0.660016] Key type dns_resolver registered [ 0.661063] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.662174] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.664046] registered taskstats version 1 [ 0.664932] Loading compiled-in X.509 certificates [ 0.666438] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.668422] zswap: loaded using pool lzo/zbud [ 0.670137] Key type trusted registered [ 0.671917] Key type encrypted registered [ 0.673171] AppArmor: AppArmor sha1 policy hashing enabled [ 0.674256] ima: No TPM chip found, activating TPM-bypass! [ 0.675460] evm: HMAC attrs: 0x1 [ 0.676438] Magic number: 14:681:779 [ 0.677323] rtc_cmos 00:00: setting system clock to 2018-08-05 10:45:16 UTC (1533465916) [ 0.678999] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.680114] EDD information not available. [ 0.758174] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.772056] Write protecting the kernel read-only data: 14336k [ 0.774432] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.776290] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.822123] 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.73 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.6... Lease of 192.168.120.6 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.88. 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.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCS/T1JQn5nr3lmFQbV08h/Lioat76YHmz6BeRZU/X4qZlzQNMW0dSj1Rrz+gwWgeguEYGLH9nfDRzQAUUVN4FKCPasdniaO/dsTlLyEWkAnddKgq9H5ZtBLo+UD2q1v2LwvFH+ktp1hMYzwfH9jUHV5gn7HCRwCgqKliiv6I/Mk/dbRmSf1U8yju+XbcNYiplpxHdGVFoChCUwU0rGQsw5SyLMt770FjtHqLxBiK6HCdwPpR8rSiTjzCAqKAJ+wIgAZEwS79JHPy9AuRkDUSfofV0vFr0ZgrvhrPTXeiocVMF8OL+TTtDL40aAJdepdqdQ4WAbZct/LFJD1Korqs6X root@singlevm1-vm-dfb4ef2c-c152-450c-b84c-0119948490d2 ssh-dss AAAAB3NzaC1kc3MAAACBAPKE0pDgsLYNgA+fHaurZddnFROB1utpB9FiRGi99bOy/ceO8PahxAXl+H2VyZHV695uO8FN8zGKlmBKCcoC108p/992uuj+sqElZbHFeRXgIcwwR7+cs5+a3s727aijlqr8XGzBbqCpsXx9Cach86mEXTgC9KelQCvXHC5D363dAAAAFQDT2Gl6R3kShQjDQV2x2A90qIXTTwAAAIAV5YnhE5Wfq6MXIF6pewvdP+XcZm4OSGEvip9xwW5qOVeE9MUwKx6vn1relmxVBAAPUdrAdrEq6b2oWVVsqKp1rSG22kA1/vlf0srG6EafKxWcI9WhrN6s3alCwy/Jf5D6nf3Q006k3ZyYj8h+Ck6kljJpKmLx9v9hVRgHk6vdFgAAAIEAqdI0msexcOXtn+zXDsRJvK1rPVJ0v3zSMr9CiqGxHarnosldYe2OnrWXtXQoxch14ifRb+MIHaoGrFHPaqRlTeANR6zZiIBjtvCjUrimuNhPFEPGdkjx2DEFoa0TX+GHqtyHT7ueySfDQQXkPJo5VV5HQFbcpBaHaC5txNhkWYg= root@singlevm1-vm-dfb4ef2c-c152-450c-b84c-0119948490d2 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.6,24,fe80::f816:3eff:fe28:974/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.1 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.6 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000001 name: N/A availability-zone: nova local-hostname: singlevm1-vm-dfb4ef2c-c152-450c-b84c-0119948490d2 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.04 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-dfb4ef2c-c152-450c-b84c-0119948490d2 login: 2018-08-05 10:45:22,761 - paramiko.transport - DEBUG - starting thread (client mode): 0x702953d0L 2018-08-05 10:45:22,762 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-05 10:45:22,762 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-05 10:45:22,762 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-05 10:45:22,764 - 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-05 10:45:22,764 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-05 10:45:22,764 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-05 10:45:22,764 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-05 10:45:22,764 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-05 10:45:22,765 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-05 10:45:22,784 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-05 10:45:22,785 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-05 10:45:22,794 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.201: 4d1bc9c0dfb32730edf586bb9a688cf5 2018-08-05 10:45:22,796 - paramiko.transport - DEBUG - Trying discovered key 127cf5108ce443b23635ac546f93e6b6 in /tmp/tmp7Dhm6l 2018-08-05 10:45:22,822 - paramiko.transport - DEBUG - userauth is OK 2018-08-05 10:45:22,828 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-05 10:45:22,860 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-05 10:45:22,861 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-05 10:45:22,862 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-05 10:45:22,863 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-05 10:45:22,864 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-05 10:45:22,864 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-05 10:45:22,865 - functest.core.singlevm - DEBUG - error: 2018-08-05 10:45:22,870 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-05 10:45:22,980 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-05 10:45:22,980 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:27 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-05 10:45:22,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-05 10:45:22,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/floatingips/67e17f95-010b-4dc4-8c1a-8ed88820d822.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:24,128 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b2d415f8-1123-4c14-b952-d185b35dd891 Content-Length: 0 Date: Sun, 05 Aug 2018 10:45:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:45:24,129 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/67e17f95-010b-4dc4-8c1a-8ed88820d822.json used request id req-b2d415f8-1123-4c14-b952-d185b35dd891 2018-08-05 10:45:24,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.14087915421s 2018-08-05 10:45:24,129 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/67e17f95-010b-4dc4-8c1a-8ed88820d822.json used request id req-b2d415f8-1123-4c14-b952-d185b35dd891 2018-08-05 10:45:24,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:45:24,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:24,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-1d0c9b3d-9434-42cc-ae04-fc2e92bc6352 Date: Sun, 05 Aug 2018 10:45:24 GMT RESP BODY: {"floatingips": []} 2018-08-05 10:45:24,196 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-1d0c9b3d-9434-42cc-ae04-fc2e92bc6352 2018-08-05 10:45:24,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0619049072266s 2018-08-05 10:45:24,196 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-1d0c9b3d-9434-42cc-ae04-fc2e92bc6352 2018-08-05 10:45:24,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-05 10:45:24,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/servers/2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:24,383 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:45: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-98268159-0877-4e2b-b65d-afdfcdb277a9 x-compute-request-id: req-98268159-0877-4e2b-b65d-afdfcdb277a9 Content-Type: application/json 2018-08-05 10:45:24,383 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3 used request id req-98268159-0877-4e2b-b65d-afdfcdb277a9 2018-08-05 10:45:24,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.185651063919s 2018-08-05 10:45:24,383 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3 used request id req-98268159-0877-4e2b-b65d-afdfcdb277a9 2018-08-05 10:45:24,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:45:24,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:24,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45: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-155afe16-03ef-43cd-827c-3b5f6ef54e89 x-compute-request-id: req-155afe16-03ef-43cd-827c-3b5f6ef54e89 Content-Encoding: gzip Content-Length: 814 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_dfb4ef2c-c152-450c-b84c-0119948490d2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:28:09:74", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3", "rel": "bookmark"}], "image": {"id": "b53944d1-be1c-44c2-93fa-01a8cff5deee", "links": [{"href": "http://172.30.9.46:8774/images/b53944d1-be1c-44c2-93fa-01a8cff5deee", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-08-05T10:45:15.000000", "flavor": {"id": "04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c", "links": [{"href": "http://172.30.9.46:8774/flavors/04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c", "rel": "bookmark"}]}, "id": "2a4b62f6-a4e6-4f40-8c12-a9e9fb04a0f3", "security_groups": [{"name": "singlevm1-sg_dfb4ef2c-c152-450c-b84c-0119948490d2"}], "user_id": "813c9868726048c9b912c425af42b961", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:45:24Z", "hostId": "bd923410ff241ee3d7b6ef3b39342259ef6dbbc93d33b95a1b3a3410", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_dfb4ef2c-c152-450c-b84c-0119948490d2", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_dfb4ef2c-c152-450c-b84c-0119948490d2", "created": "2018-08-05T10:45:05Z", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:45:24,854 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-155afe16-03ef-43cd-827c-3b5f6ef54e89 2018-08-05 10:45:24,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.470394134521s 2018-08-05 10:45:24,854 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-155afe16-03ef-43cd-827c-3b5f6ef54e89 2018-08-05 10:45:24,856 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:45:26,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:45:26,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:26,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dc368573-b5d0-48e5-b757-8ec004dadbb7 x-compute-request-id: req-dc368573-b5d0-48e5-b757-8ec004dadbb7 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-05 10:45:26,940 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-dc368573-b5d0-48e5-b757-8ec004dadbb7 2018-08-05 10:45:26,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.081020116806s 2018-08-05 10:45:26,940 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-dc368573-b5d0-48e5-b757-8ec004dadbb7 2018-08-05 10:45:26,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 10:45:26,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:26,993 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-11bf6bf0-81c7-4806-9cd4-1c036988559d Date: Sun, 05 Aug 2018 10:45:26 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:45:02Z", "updated_at": "2018-08-05T10:45:03Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:03Z", "revision_number": 0, "id": "03da62b0-2dc7-4a6f-8af2-bb93b5fea48a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:03Z", "security_group_id": "80d95ab9-bf39-4fef-9ca3-f7799a768dbe", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5650b30963342b58320b9e3073d7ddf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:02Z", "revision_number": 0, "id": "0ed22d2d-78c9-4097-9545-a5599fbcafe0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:02Z", "security_group_id": "80d95ab9-bf39-4fef-9ca3-f7799a768dbe", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5650b30963342b58320b9e3073d7ddf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:02Z", "revision_number": 0, "id": "8a24fd4a-02bd-42ac-aadf-a00d37ee3b2b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:02Z", "security_group_id": "80d95ab9-bf39-4fef-9ca3-f7799a768dbe", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5650b30963342b58320b9e3073d7ddf"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T10:45:03Z", "revision_number": 0, "id": "90863fe6-a02c-488f-af29-95aa1155c045", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:03Z", "security_group_id": "80d95ab9-bf39-4fef-9ca3-f7799a768dbe", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d5650b30963342b58320b9e3073d7ddf"}], "revision_number": 3, "project_id": "d5650b30963342b58320b9e3073d7ddf", "id": "80d95ab9-bf39-4fef-9ca3-f7799a768dbe", "name": "singlevm1-sg_dfb4ef2c-c152-450c-b84c-0119948490d2"}, {"description": "Default security group", "tags": [], "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "created_at": "2018-08-05T10:44:39Z", "updated_at": "2018-08-05T10:44:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:39Z", "revision_number": 0, "id": "135fb7b2-ab4c-4e90-9894-777d8b91e107", "remote_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:39Z", "security_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "port_range_min": null, "ethertype": "IPv6", "project_id": "217e81f3792d4daaacc6f61eb2c46f59"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:39Z", "revision_number": 0, "id": "4cb63382-ce34-473e-9294-3e19d964483d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:39Z", "security_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "port_range_min": null, "ethertype": "IPv4", "project_id": "217e81f3792d4daaacc6f61eb2c46f59"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:39Z", "revision_number": 0, "id": "96693c71-fdde-4bcc-89d2-94a3d451c98a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:39Z", "security_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "port_range_min": null, "ethertype": "IPv6", "project_id": "217e81f3792d4daaacc6f61eb2c46f59"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:39Z", "revision_number": 0, "id": "f62dc6b1-5125-46b5-8c14-b9e65149d2f3", "remote_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:39Z", "security_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "port_range_min": null, "ethertype": "IPv4", "project_id": "217e81f3792d4daaacc6f61eb2c46f59"}], "revision_number": 1, "project_id": "217e81f3792d4daaacc6f61eb2c46f59", "id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "created_at": "2018-08-05T10:44:08Z", "updated_at": "2018-08-05T10:44:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:08Z", "revision_number": 0, "id": "24d9e270-9c6c-45ad-98bc-ecb027f43d34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:08Z", "security_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9699c17ac6b46b98413b543bfa6f10f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:08Z", "revision_number": 0, "id": "84feaade-be63-4f99-a7d5-e1c3cfd1cbed", "remote_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:08Z", "security_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9699c17ac6b46b98413b543bfa6f10f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:08Z", "revision_number": 0, "id": "c3137e0b-0d1c-4287-b047-848585197362", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:08Z", "security_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9699c17ac6b46b98413b543bfa6f10f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:08Z", "revision_number": 0, "id": "e108ac41-59ff-4580-8d7c-428f9dbea871", "remote_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:08Z", "security_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9699c17ac6b46b98413b543bfa6f10f"}], "revision_number": 1, "project_id": "f9699c17ac6b46b98413b543bfa6f10f", "id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0657afe192264a9b9d21fa2c02d460ec", "created_at": "2018-08-05T10:41:15Z", "updated_at": "2018-08-05T10:41:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:41:15Z", "revision_number": 0, "id": "0045c841-8862-49fb-808c-6b4e2e5da3fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:41:15Z", "security_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "tenant_id": "0657afe192264a9b9d21fa2c02d460ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "0657afe192264a9b9d21fa2c02d460ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:41:15Z", "revision_number": 0, "id": "03584969-d3f3-440c-bb78-b8ab70a15c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:41:15Z", "security_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "tenant_id": "0657afe192264a9b9d21fa2c02d460ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "0657afe192264a9b9d21fa2c02d460ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:41:15Z", "revision_number": 0, "id": "45eb2436-3f3f-4d46-88c2-149c39ab92ef", "remote_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "remote_ip_prefix": null, "created_at": "2018-08-05T10:41:15Z", "security_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "tenant_id": "0657afe192264a9b9d21fa2c02d460ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "0657afe192264a9b9d21fa2c02d460ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:41:15Z", "revision_number": 0, "id": "bc0fc107-0e8b-4d3a-8bf6-2b1f02460f1b", "remote_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "remote_ip_prefix": null, "created_at": "2018-08-05T10:41:15Z", "security_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "tenant_id": "0657afe192264a9b9d21fa2c02d460ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "0657afe192264a9b9d21fa2c02d460ec"}], "revision_number": 1, "project_id": "0657afe192264a9b9d21fa2c02d460ec", "id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-05T10:43:53Z", "updated_at": "2018-08-05T10:43:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:53Z", "revision_number": 0, "id": "4b139b38-2a75-4873-9694-a4ea112cd3cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:53Z", "security_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:53Z", "revision_number": 0, "id": "f64aa598-56c9-461d-8c76-37b5c2cf45b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:53Z", "security_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:53Z", "revision_number": 0, "id": "f8fd4f01-ec20-4301-a1d3-859471296d13", "remote_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:53Z", "security_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "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-05T10:43:53Z", "revision_number": 0, "id": "fa2adc12-b0d6-474b-9f42-2fdf9195b01a", "remote_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:53Z", "security_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:43:52Z", "updated_at": "2018-08-05T10:43:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:52Z", "revision_number": 0, "id": "50205166-509c-4b12-acb4-63084b96f334", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:52Z", "security_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5650b30963342b58320b9e3073d7ddf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:52Z", "revision_number": 0, "id": "5a4fe5d2-cbe5-46f0-9e55-d7df278ac65f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:52Z", "security_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5650b30963342b58320b9e3073d7ddf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:52Z", "revision_number": 0, "id": "77b10a33-1d8f-41d7-9f68-26cf0de09deb", "remote_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:52Z", "security_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5650b30963342b58320b9e3073d7ddf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:52Z", "revision_number": 0, "id": "9dc5ea92-ce0d-4034-a6f3-d98469cbb79b", "remote_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:52Z", "security_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5650b30963342b58320b9e3073d7ddf"}], "revision_number": 1, "project_id": "d5650b30963342b58320b9e3073d7ddf", "id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "name": "default"}]} 2018-08-05 10:45:26,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-11bf6bf0-81c7-4806-9cd4-1c036988559d 2018-08-05 10:45:26,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0518119335175s 2018-08-05 10:45:26,995 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-11bf6bf0-81c7-4806-9cd4-1c036988559d 2018-08-05 10:45:26,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-05 10:45:26,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/security-groups/80d95ab9-bf39-4fef-9ca3-f7799a768dbe.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:27,140 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a80a08d9-ad14-4eb0-b617-8153e821b388 Content-Length: 0 Date: Sun, 05 Aug 2018 10:45:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:45:27,140 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/security-groups/80d95ab9-bf39-4fef-9ca3-f7799a768dbe.json used request id req-a80a08d9-ad14-4eb0-b617-8153e821b388 2018-08-05 10:45:27,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.141578912735s 2018-08-05 10:45:27,141 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/security-groups/80d95ab9-bf39-4fef-9ca3-f7799a768dbe.json used request id req-a80a08d9-ad14-4eb0-b617-8153e821b388 2018-08-05 10:45:27,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-05 10:45:27,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/os-keypairs/singlevm1-kp_dfb4ef2c-c152-450c-b84c-0119948490d2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:27,188 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 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 x-openstack-request-id: req-dea68ed3-a2d4-494c-9282-a0abaa1b9939 x-compute-request-id: req-dea68ed3-a2d4-494c-9282-a0abaa1b9939 Content-Length: 0 Content-Type: application/json 2018-08-05 10:45:27,188 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/os-keypairs/singlevm1-kp_dfb4ef2c-c152-450c-b84c-0119948490d2 used request id req-dea68ed3-a2d4-494c-9282-a0abaa1b9939 2018-08-05 10:45:27,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0466029644012s 2018-08-05 10:45:27,188 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/os-keypairs/singlevm1-kp_dfb4ef2c-c152-450c-b84c-0119948490d2 used request id req-dea68ed3-a2d4-494c-9282-a0abaa1b9939 2018-08-05 10:45:27,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-05 10:45:27,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/ece04056-cbe0-4776-a9aa-ad441d601832/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" -d '{"subnet_id": "957d9266-e6b1-4e7e-8cab-a792d3e2bf00"}' 2018-08-05 10:45:28,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c040b27e-3717-4b93-afb7-aef40e5d7444 Date: Sun, 05 Aug 2018 10:45:28 GMT RESP BODY: {"network_id": "8a24606e-cb31-4da4-8d85-a5370032995d", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "subnet_id": "957d9266-e6b1-4e7e-8cab-a792d3e2bf00", "subnet_ids": ["957d9266-e6b1-4e7e-8cab-a792d3e2bf00"], "port_id": "9dfde60d-fc66-496b-a146-45fa69ef7d23", "id": "ece04056-cbe0-4776-a9aa-ad441d601832"} 2018-08-05 10:45:28,971 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/ece04056-cbe0-4776-a9aa-ad441d601832/remove_router_interface.json used request id req-c040b27e-3717-4b93-afb7-aef40e5d7444 2018-08-05 10:45:28,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.78299999237s 2018-08-05 10:45:28,972 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/ece04056-cbe0-4776-a9aa-ad441d601832/remove_router_interface.json used request id req-c040b27e-3717-4b93-afb7-aef40e5d7444 returning object ece04056-cbe0-4776-a9aa-ad441d601832 2018-08-05 10:45:28,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-05 10:45:28,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:29,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 718 X-Openstack-Request-Id: req-31749e8d-6cb1-4dea-95c2-f0e39d5c2c88 Date: Sun, 05 Aug 2018 10:45:29 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.213"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:44:56Z", "admin_state_up": true, "updated_at": "2018-08-05T10:45:27Z", "project_id": "d5650b30963342b58320b9e3073d7ddf", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "ece04056-cbe0-4776-a9aa-ad441d601832", "name": "singlevm1-router_dfb4ef2c-c152-450c-b84c-0119948490d2"}]} 2018-08-05 10:45:29,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-31749e8d-6cb1-4dea-95c2-f0e39d5c2c88 2018-08-05 10:45:29,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.122766971588s 2018-08-05 10:45:29,095 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-31749e8d-6cb1-4dea-95c2-f0e39d5c2c88 2018-08-05 10:45:29,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-05 10:45:29,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/routers/ece04056-cbe0-4776-a9aa-ad441d601832.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:30,327 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4f340932-4a65-44eb-ac7c-af90499d3fd2 Content-Length: 0 Date: Sun, 05 Aug 2018 10:45:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:45:30,327 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/ece04056-cbe0-4776-a9aa-ad441d601832.json used request id req-4f340932-4a65-44eb-ac7c-af90499d3fd2 2018-08-05 10:45:30,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.23084998131s 2018-08-05 10:45:30,327 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/ece04056-cbe0-4776-a9aa-ad441d601832.json used request id req-4f340932-4a65-44eb-ac7c-af90499d3fd2 2018-08-05 10:45:30,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 10:45:30,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:30,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1327 X-Openstack-Request-Id: req-0c1e436a-3ed2-4a6e-8eab-8ff4371071f3 Date: Sun, 05 Aug 2018 10:45:30 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-05T10:41:19Z","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":"89972d6a-26a8-4595-baea-47e68ca637c2","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0657afe192264a9b9d21fa2c02d460ec","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:19Z","ip_version":4},{"updated_at":"2018-08-05T10:44:56Z","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":"957d9266-e6b1-4e7e-8cab-a792d3e2bf00","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d5650b30963342b58320b9e3073d7ddf","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_dfb4ef2c-c152-450c-b84c-0119948490d2","enable_dhcp":true,"segment_id":null,"network_id":"8a24606e-cb31-4da4-8d85-a5370032995d","tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:44:56Z","ip_version":4}]} 2018-08-05 10:45:30,382 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-0c1e436a-3ed2-4a6e-8eab-8ff4371071f3 2018-08-05 10:45:30,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0537898540497s 2018-08-05 10:45:30,382 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-0c1e436a-3ed2-4a6e-8eab-8ff4371071f3 2018-08-05 10:45:30,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-05 10:45:30,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/subnets/957d9266-e6b1-4e7e-8cab-a792d3e2bf00.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:31,355 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2145bcb3-3280-41f5-9a96-7ee6805530eb Date: Sun, 05 Aug 2018 10:45:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:45:31,355 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/957d9266-e6b1-4e7e-8cab-a792d3e2bf00.json used request id req-2145bcb3-3280-41f5-9a96-7ee6805530eb 2018-08-05 10:45:31,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.972102165222s 2018-08-05 10:45:31,355 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/957d9266-e6b1-4e7e-8cab-a792d3e2bf00.json used request id req-2145bcb3-3280-41f5-9a96-7ee6805530eb 2018-08-05 10:45:31,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:45:31,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:31,434 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-6aec8bf0-322e-4fff-8e9d-d20ebc727595 Date: Sun, 05 Aug 2018 10:45:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"8a24606e-cb31-4da4-8d85-a5370032995d","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":40,"ipv4_address_scope":null,"shared":false,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:45:31Z","qos_policy_id":null,"name":"singlevm1-net_dfb4ef2c-c152-450c-b84c-0119948490d2","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:44:55Z","provider:network_type":"vxlan"}]} 2018-08-05 10:45:31,435 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-6aec8bf0-322e-4fff-8e9d-d20ebc727595 2018-08-05 10:45:31,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0793030261993s 2018-08-05 10:45:31,435 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-6aec8bf0-322e-4fff-8e9d-d20ebc727595 2018-08-05 10:45:31,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-05 10:45:31,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/networks/8a24606e-cb31-4da4-8d85-a5370032995d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:32,451 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4ba9be03-a193-4f0e-bbc5-0ac4c167a732 Date: Sun, 05 Aug 2018 10:45:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:45:32,451 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/8a24606e-cb31-4da4-8d85-a5370032995d.json used request id req-4ba9be03-a193-4f0e-bbc5-0ac4c167a732 2018-08-05 10:45:32,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.01498508453s 2018-08-05 10:45:32,452 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/8a24606e-cb31-4da4-8d85-a5370032995d.json used request id req-4ba9be03-a193-4f0e-bbc5-0ac4c167a732 2018-08-05 10:45:32,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:45:32,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:32,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-82402234-2ab6-4867-ab62-e9a7408ee506 Date: Sun, 05 Aug 2018 10:45:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/b53944d1-be1c-44c2-93fa-01a8cff5deee/snap", "metadata": {}}], "file": "/v2/images/b53944d1-be1c-44c2-93fa-01a8cff5deee/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "b53944d1-be1c-44c2-93fa-01a8cff5deee", "size": 12716032, "self": "/v2/images/b53944d1-be1c-44c2-93fa-01a8cff5deee", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/b53944d1-be1c-44c2-93fa-01a8cff5deee/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:45:02Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_dfb4ef2c-c152-450c-b84c-0119948490d2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_dfb4ef2c-c152-450c-b84c-0119948490d2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:45:01Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:45:32,635 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-82402234-2ab6-4867-ab62-e9a7408ee506 2018-08-05 10:45:32,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.178984880447s 2018-08-05 10:45:32,636 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-82402234-2ab6-4867-ab62-e9a7408ee506 2018-08-05 10:45:32,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-05 10:45:32,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9292/v2/images/b53944d1-be1c-44c2-93fa-01a8cff5deee -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:33,062 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5434b5bb-87a6-4a4b-bef5-695194d9500f Date: Sun, 05 Aug 2018 10:45:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-05 10:45:33,062 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/b53944d1-be1c-44c2-93fa-01a8cff5deee used request id req-5434b5bb-87a6-4a4b-bef5-695194d9500f 2018-08-05 10:45:33,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.424762964249s 2018-08-05 10:45:33,062 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/b53944d1-be1c-44c2-93fa-01a8cff5deee used request id req-5434b5bb-87a6-4a4b-bef5-695194d9500f 2018-08-05 10:45:33,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 10:45:33,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:33,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45: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-0b9ec096-febb-4ba5-961b-7edc2e01f314 x-compute-request-id: req-0b9ec096-febb-4ba5-961b-7edc2e01f314 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_dfb4ef2c-c152-450c-b84c-0119948490d2", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c", "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": "04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c"}]} 2018-08-05 10:45:33,089 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-0b9ec096-febb-4ba5-961b-7edc2e01f314 2018-08-05 10:45:33,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0264420509338s 2018-08-05 10:45:33,090 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-0b9ec096-febb-4ba5-961b-7edc2e01f314 2018-08-05 10:45:33,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 10:45:33,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7ee61e382f955014dc721651ae1d6c8fe0805b16" 2018-08-05 10:45:33,127 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 10:45:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6c8fbe81-94ff-493f-ab17-bcbf2d95b765 x-compute-request-id: req-6c8fbe81-94ff-493f-ab17-bcbf2d95b765 Content-Length: 0 Content-Type: application/json 2018-08-05 10:45:33,127 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c used request id req-6c8fbe81-94ff-493f-ab17-bcbf2d95b765 2018-08-05 10:45:33,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0357320308685s 2018-08-05 10:45:33,127 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/04be47f1-48b6-4aaf-b6c6-c4a1adb8eb7c used request id req-6c8fbe81-94ff-493f-ab17-bcbf2d95b765 2018-08-05 10:45:33,182 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-08-05 10:45:33,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 10:45:33,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 10:45:33,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 10:45:33,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 10:45:33,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 10:45:33,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 10:45:33,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 10:45:33,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 10:45:33,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 10:45:33,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 10:45:33,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 10:45:33,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 10:45:33,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 10:45:33,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 10:45:33,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 10:45:33,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 10:45:33,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 10:45:33,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 10:45:33,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 10:45:33,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 10:45:33,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 10:45:33,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 10:45:33,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:45:33,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a739f0a5-c552-4b8c-bfc2-95b3b28b3767 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 10:45:33,233 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-a739f0a5-c552-4b8c-bfc2-95b3b28b3767 2018-08-05 10:45:33,233 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 10:45:33,616 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T11:45:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["gWG6lVziRRmtd1iu8KJ9lg"], "issued_at": "2018-08-05T10:45:33.000000Z"}} 2018-08-05 10:45:33,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:45:33,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}859762ece5406e9226000a14ea898ae07c755fb7" 2018-08-05 10:45:33,880 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-576588cd-b75c-483f-98c5-00fb321193c3 Date: Sun, 05 Aug 2018 10:45:33 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 10:45:33,880 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-576588cd-b75c-483f-98c5-00fb321193c3 2018-08-05 10:45:33,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.260512113571s 2018-08-05 10:45:33,881 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-576588cd-b75c-483f-98c5-00fb321193c3 2018-08-05 10:45:33,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:45:33,889 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 10:45:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-748a30fe-abd2-4c7b-a4cb-02bc0417bc95 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.46:5000/v3/", "rel": "self"}]}]}} 2018-08-05 10:45:33,890 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/ used request id req-748a30fe-abd2-4c7b-a4cb-02bc0417bc95 2018-08-05 10:45:33,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 10:45:33,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}859762ece5406e9226000a14ea898ae07c755fb7" 2018-08-05 10:45:33,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd93aa23-6586-4352-8848-808861bf7966 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.46:5000/v3/domains/2e9dbdb0714844c8959b763da4d86693"}, "tags": [], "enabled": true, "id": "2e9dbdb0714844c8959b763da4d86693", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.46:5000/v3/domains", "previous": null, "next": null}} 2018-08-05 10:45:33,987 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-dd93aa23-6586-4352-8848-808861bf7966 2018-08-05 10:45:33,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0965178012848s 2018-08-05 10:45:33,987 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-dd93aa23-6586-4352-8848-808861bf7966 2018-08-05 10:45:33,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-05 10:45:33,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}859762ece5406e9226000a14ea898ae07c755fb7" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_4a407016-c1ca-4a82-bf75-3c6836590305"}}' 2018-08-05 10:45:34,156 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 10:45:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8dfd43e9-6499-4c22-b334-9eb5bb500083 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.46:5000/v3/projects/0027b109278744679cbbeb62c674e8a6"}, "tags": [], "enabled": true, "id": "0027b109278744679cbbeb62c674e8a6", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_4a407016-c1ca-4a82-bf75-3c6836590305"}} 2018-08-05 10:45:34,156 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-8dfd43e9-6499-4c22-b334-9eb5bb500083 2018-08-05 10:45:34,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.162109851837s 2018-08-05 10:45:34,157 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-8dfd43e9-6499-4c22-b334-9eb5bb500083 2018-08-05 10:45:34,157 - 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'0027b109278744679cbbeb62c674e8a6', '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_4a407016-c1ca-4a82-bf75-3c6836590305'}) 2018-08-05 10:45:34,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-05 10:45:34,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}859762ece5406e9226000a14ea898ae07c755fb7" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "886b85a2-57bd-4130-9cf1-a2bd586f8282", "email": null, "name": "singlevm2-user_4a407016-c1ca-4a82-bf75-3c6836590305"}}' 2018-08-05 10:45:34,538 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 10:45:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c20098c5-ea43-4a3d-a3a1-cd5a79746aff Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_4a407016-c1ca-4a82-bf75-3c6836590305", "links": {"self": "http://172.30.9.46:5000/v3/users/fb8710a36bee44479383c409b5643613"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "fb8710a36bee44479383c409b5643613", "domain_id": "default", "password_expires_at": null}} 2018-08-05 10:45:34,538 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-c20098c5-ea43-4a3d-a3a1-cd5a79746aff 2018-08-05 10:45:34,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.374540090561s 2018-08-05 10:45:34,539 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-c20098c5-ea43-4a3d-a3a1-cd5a79746aff 2018-08-05 10:45:34,539 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'fb8710a36bee44479383c409b5643613', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_4a407016-c1ca-4a82-bf75-3c6836590305'}) 2018-08-05 10:45:34,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 10:45:34,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}859762ece5406e9226000a14ea898ae07c755fb7" 2018-08-05 10:45:34,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-91e0b120-62a0-4cd8-9f39-15d72119fbfd Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 10:45:34,629 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-91e0b120-62a0-4cd8-9f39-15d72119fbfd 2018-08-05 10:45:34,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0861117839813s 2018-08-05 10:45:34,629 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-91e0b120-62a0-4cd8-9f39-15d72119fbfd 2018-08-05 10:45:34,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 10:45:34,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}859762ece5406e9226000a14ea898ae07c755fb7" 2018-08-05 10:45:34,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-692b9c74-cdd6-45f7-a46e-c694f1be14cc Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 10:45:34,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-692b9c74-cdd6-45f7-a46e-c694f1be14cc 2018-08-05 10:45:34,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0828969478607s 2018-08-05 10:45:34,717 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-692b9c74-cdd6-45f7-a46e-c694f1be14cc 2018-08-05 10:45:34,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 10:45:34,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}859762ece5406e9226000a14ea898ae07c755fb7" 2018-08-05 10:45:34,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5702f9ab-d88d-429d-bc7d-f2ef4195c0a3 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 10:45:34,819 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-5702f9ab-d88d-429d-bc7d-f2ef4195c0a3 2018-08-05 10:45:34,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0963690280914s 2018-08-05 10:45:34,819 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-5702f9ab-d88d-429d-bc7d-f2ef4195c0a3 2018-08-05 10:45:34,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 10:45:34,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}859762ece5406e9226000a14ea898ae07c755fb7" 2018-08-05 10:45:34,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5da5d52-0770-4a8c-8700-34153945f561 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-05 10:45:34,929 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-f5da5d52-0770-4a8c-8700-34153945f561 2018-08-05 10:45:34,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.10524892807s 2018-08-05 10:45:34,929 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-f5da5d52-0770-4a8c-8700-34153945f561 2018-08-05 10:45:34,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 10:45:34,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}859762ece5406e9226000a14ea898ae07c755fb7" 2018-08-05 10:45:35,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca55e719-dffc-460e-aae3-07fc7dbc0ec8 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}, {"name": "singlevm2-user_4a407016-c1ca-4a82-bf75-3c6836590305", "links": {"self": "http://172.30.9.46:5000/v3/users/fb8710a36bee44479383c409b5643613"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "fb8710a36bee44479383c409b5643613", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 10:45:35,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-ca55e719-dffc-460e-aae3-07fc7dbc0ec8 2018-08-05 10:45:35,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.133317947388s 2018-08-05 10:45:35,064 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-ca55e719-dffc-460e-aae3-07fc7dbc0ec8 2018-08-05 10:45:35,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 10:45:35,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}859762ece5406e9226000a14ea898ae07c755fb7" 2018-08-05 10:45:35,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-565bbe4d-592e-46aa-9071-617dfaef9b4d Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.46:5000/v3/projects/0027b109278744679cbbeb62c674e8a6"}, "tags": [], "enabled": true, "id": "0027b109278744679cbbeb62c674e8a6", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_4a407016-c1ca-4a82-bf75-3c6836590305"}]} 2018-08-05 10:45:35,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-565bbe4d-592e-46aa-9071-617dfaef9b4d 2018-08-05 10:45:35,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0962061882019s 2018-08-05 10:45:35,173 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-565bbe4d-592e-46aa-9071-617dfaef9b4d 2018-08-05 10:45:35,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-05 10:45:35,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:5000/v3/role_assignments?user.id=fb8710a36bee44479383c409b5643613&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=0027b109278744679cbbeb62c674e8a6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}859762ece5406e9226000a14ea898ae07c755fb7" 2018-08-05 10:45:35,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa4d1053-32dc-4246-ad13-b2c1ce272673 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.46:5000/v3/role_assignments?user.id=fb8710a36bee44479383c409b5643613&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=0027b109278744679cbbeb62c674e8a6", "previous": null, "next": null}} 2018-08-05 10:45:35,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=fb8710a36bee44479383c409b5643613&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=0027b109278744679cbbeb62c674e8a6 used request id req-fa4d1053-32dc-4246-ad13-b2c1ce272673 2018-08-05 10:45:35,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0953569412231s 2018-08-05 10:45:35,276 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=fb8710a36bee44479383c409b5643613&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=0027b109278744679cbbeb62c674e8a6 used request id req-fa4d1053-32dc-4246-ad13-b2c1ce272673 2018-08-05 10:45:35,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-05 10:45:35,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:5000/v3/projects/0027b109278744679cbbeb62c674e8a6/users/fb8710a36bee44479383c409b5643613/roles/6f5c235bf8f846e2ab7d21fb711e4f6d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}859762ece5406e9226000a14ea898ae07c755fb7" 2018-08-05 10:45:35,449 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:45:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6b28020-d4b7-437a-bacb-513e28558677 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 10:45:35,450 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/0027b109278744679cbbeb62c674e8a6/users/fb8710a36bee44479383c409b5643613/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-b6b28020-d4b7-437a-bacb-513e28558677 2018-08-05 10:45:35,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.170409917831s 2018-08-05 10:45:35,450 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/0027b109278744679cbbeb62c674e8a6/users/fb8710a36bee44479383c409b5643613/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-b6b28020-d4b7-437a-bacb-513e28558677 2018-08-05 10:45:35,451 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_4a407016-c1ca-4a82-bf75-3c6836590305', 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'0027b109278744679cbbeb62c674e8a6', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '886b85a2-57bd-4130-9cf1-a2bd586f8282', 'username': u'singlevm2-user_4a407016-c1ca-4a82-bf75-3c6836590305', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.46: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-05 10:45:35,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 10:45:35,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 10:45:35,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 10:45:35,452 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 10:45:35,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 10:45:35,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 10:45:35,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 10:45:35,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 10:45:35,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 10:45:35,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 10:45:35,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 10:45:35,453 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 10:45:35,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 10:45:35,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 10:45:35,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 10:45:35,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 10:45:35,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 10:45:35,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 10:45:35,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 10:45:35,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 10:45:35,454 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 10:45:35,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 10:45:35,456 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_4a407016-c1ca-4a82-bf75-3c6836590305', 'password': '886b85a2-57bd-4130-9cf1-a2bd586f8282', 'project_name': 'singlevm2-project_4a407016-c1ca-4a82-bf75-3c6836590305', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.46:5000/v3', 'project_id': '0027b109278744679cbbeb62c674e8a6', 'project_domain_name': 'Default'} 2018-08-05 10:45:35,456 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-08-05 10:45:35,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:45:35,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9efbb9b-b25d-47af-999e-8e3c64e5b265 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 10:45:35,464 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-b9efbb9b-b25d-47af-999e-8e3c64e5b265 2018-08-05 10:45:35,465 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 10:45:35,860 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}], "expires_at": "2018-08-05T11:45:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0027b109278744679cbbeb62c674e8a6", "name": "singlevm2-project_4a407016-c1ca-4a82-bf75-3c6836590305"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_0027b109278744679cbbeb62c674e8a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_0027b109278744679cbbeb62c674e8a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/0027b109278744679cbbeb62c674e8a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/0027b109278744679cbbeb62c674e8a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/0027b109278744679cbbeb62c674e8a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/0027b109278744679cbbeb62c674e8a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/0027b109278744679cbbeb62c674e8a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/0027b109278744679cbbeb62c674e8a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/0027b109278744679cbbeb62c674e8a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/0027b109278744679cbbeb62c674e8a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/0027b109278744679cbbeb62c674e8a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/0027b109278744679cbbeb62c674e8a6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/0027b109278744679cbbeb62c674e8a6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/0027b109278744679cbbeb62c674e8a6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_4a407016-c1ca-4a82-bf75-3c6836590305", "id": "fb8710a36bee44479383c409b5643613"}, "audit_ids": ["HYjQsZJSQWKTbMVGdUwwiw"], "issued_at": "2018-08-05T10:45:35.000000Z"}} 2018-08-05 10:45:35,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-05 10:45:35,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" -d '{"network": {"name": "singlevm2-net_4a407016-c1ca-4a82-bf75-3c6836590305", "admin_state_up": true}}' 2018-08-05 10:45:36,366 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-df72c0ad-6620-43af-9e59-adb358cc7018 Date: Sun, 05 Aug 2018 10:45:36 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"d370d4bb-cf3a-457e-a2a7-1566651544f6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0027b109278744679cbbeb62c674e8a6","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:45:36Z","is_default":false,"name":"singlevm2-net_4a407016-c1ca-4a82-bf75-3c6836590305","qos_policy_id":null,"admin_state_up":true,"tenant_id":"0027b109278744679cbbeb62c674e8a6","created_at":"2018-08-05T10:45:36Z","mtu":1450}} 2018-08-05 10:45:36,366 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-df72c0ad-6620-43af-9e59-adb358cc7018 2018-08-05 10:45:36,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.502653837204s 2018-08-05 10:45:36,367 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-df72c0ad-6620-43af-9e59-adb358cc7018 2018-08-05 10:45:36,367 - 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-05T10:45:36Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'd370d4bb-cf3a-457e-a2a7-1566651544f6', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_4a407016-c1ca-4a82-bf75-3c6836590305', u'admin_state_up': True, u'tenant_id': u'0027b109278744679cbbeb62c674e8a6', u'created_at': u'2018-08-05T10:45:36Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'0027b109278744679cbbeb62c674e8a6', u'l2_adjacency': True}) 2018-08-05 10:45:36,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:45:36,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:36,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1230 X-Openstack-Request-Id: req-1d6832d1-dfb6-427b-ba4d-6c32df35a621 Date: Sun, 05 Aug 2018 10:45:36 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"d370d4bb-cf3a-457e-a2a7-1566651544f6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"0027b109278744679cbbeb62c674e8a6","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:45:36Z","qos_policy_id":null,"name":"singlevm2-net_4a407016-c1ca-4a82-bf75-3c6836590305","admin_state_up":true,"tenant_id":"0027b109278744679cbbeb62c674e8a6","created_at":"2018-08-05T10:45:36Z","mtu":1450}]} 2018-08-05 10:45:36,498 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-1d6832d1-dfb6-427b-ba4d-6c32df35a621 2018-08-05 10:45:36,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.130300998688s 2018-08-05 10:45:36,498 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-1d6832d1-dfb6-427b-ba4d-6c32df35a621 2018-08-05 10:45:36,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-05 10:45:36,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" -d '{"subnet": {"name": "singlevm2-subnet_4a407016-c1ca-4a82-bf75-3c6836590305", "enable_dhcp": true, "network_id": "d370d4bb-cf3a-457e-a2a7-1566651544f6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-05 10:45:37,128 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-93a5f6d1-14cb-479b-b5a2-24d3de15aa4f Date: Sun, 05 Aug 2018 10:45:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d370d4bb-cf3a-457e-a2a7-1566651544f6","tenant_id":"0027b109278744679cbbeb62c674e8a6","created_at":"2018-08-05T10:45:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T10:45:36Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"0027b109278744679cbbeb62c674e8a6","id":"47e151d1-f9a9-423a-ad2b-3d45c4dfae80","subnetpool_id":null,"name":"singlevm2-subnet_4a407016-c1ca-4a82-bf75-3c6836590305"}} 2018-08-05 10:45:37,128 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-93a5f6d1-14cb-479b-b5a2-24d3de15aa4f 2018-08-05 10:45:37,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.628355979919s 2018-08-05 10:45:37,129 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-93a5f6d1-14cb-479b-b5a2-24d3de15aa4f 2018-08-05 10:45:37,129 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T10:45:36Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'47e151d1-f9a9-423a-ad2b-3d45c4dfae80', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_4a407016-c1ca-4a82-bf75-3c6836590305', u'enable_dhcp': True, u'network_id': u'd370d4bb-cf3a-457e-a2a7-1566651544f6', u'tenant_id': u'0027b109278744679cbbeb62c674e8a6', u'created_at': u'2018-08-05T10:45:36Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'0027b109278744679cbbeb62c674e8a6'}) 2018-08-05 10:45:37,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-05 10:45:37,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" -d '{"router": {"external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "name": "singlevm2-router_4a407016-c1ca-4a82-bf75-3c6836590305", "admin_state_up": true}}' 2018-08-05 10:45:38,814 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-f640de9b-4c60-443b-ae00-b2a3eae6ae20 Date: Sun, 05 Aug 2018 10:45:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "0027b109278744679cbbeb62c674e8a6", "created_at": "2018-08-05T10:45:37Z", "admin_state_up": true, "updated_at": "2018-08-05T10:45:38Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "0027b109278744679cbbeb62c674e8a6", "id": "88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09", "name": "singlevm2-router_4a407016-c1ca-4a82-bf75-3c6836590305"}} 2018-08-05 10:45:38,814 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-f640de9b-4c60-443b-ae00-b2a3eae6ae20 2018-08-05 10:45:38,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.68444609642s 2018-08-05 10:45:38,815 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-f640de9b-4c60-443b-ae00-b2a3eae6ae20 2018-08-05 10:45:38,815 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T10:45:38Z', u'revision_number': 2, u'id': u'88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09', u'external_gateway_info': {u'network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'89972d6a-26a8-4595-baea-47e68ca637c2', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-router_4a407016-c1ca-4a82-bf75-3c6836590305', u'admin_state_up': True, u'tenant_id': u'0027b109278744679cbbeb62c674e8a6', u'created_at': u'2018-08-05T10:45:37Z', u'flavor_id': None, u'routes': [], u'project_id': u'0027b109278744679cbbeb62c674e8a6'}) 2018-08-05 10:45:38,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-05 10:45:38,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" -d '{"subnet_id": "47e151d1-f9a9-423a-ad2b-3d45c4dfae80"}' 2018-08-05 10:45:41,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2a133df7-953c-475d-9f41-5a089ec2e400 Date: Sun, 05 Aug 2018 10:45:41 GMT RESP BODY: {"network_id": "d370d4bb-cf3a-457e-a2a7-1566651544f6", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "subnet_id": "47e151d1-f9a9-423a-ad2b-3d45c4dfae80", "subnet_ids": ["47e151d1-f9a9-423a-ad2b-3d45c4dfae80"], "port_id": "93cb8c20-7c45-43ac-9d66-d4d8b351ae8f", "id": "88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09"} 2018-08-05 10:45:41,092 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09/add_router_interface.json used request id req-2a133df7-953c-475d-9f41-5a089ec2e400 2018-08-05 10:45:41,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.27618908882s 2018-08-05 10:45:41,092 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09/add_router_interface.json used request id req-2a133df7-953c-475d-9f41-5a089ec2e400 returning object 88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09 2018-08-05 10:45:41,093 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-05 10:45:41,226 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-05 10:45:41,227 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:45:41,232 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 05 Aug 2018 10:45:41 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}]} 2018-08-05 10:45:41,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:45:41,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:41,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-6b375bbb-177e-4bbc-8456-00220a886d1b Date: Sun, 05 Aug 2018 10:45:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:45:41,904 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-6b375bbb-177e-4bbc-8456-00220a886d1b 2018-08-05 10:45:41,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.669580936432s 2018-08-05 10:45:41,904 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-6b375bbb-177e-4bbc-8456-00220a886d1b 2018-08-05 10:45:41,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 10:45:41,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_4a407016-c1ca-4a82-bf75-3c6836590305", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_4a407016-c1ca-4a82-bf75-3c6836590305"}' 2018-08-05 10:45:41,986 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-24eb1f78-6eb6-4d84-bafe-a023fe161db7 Date: Sun, 05 Aug 2018 10:45:41 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f/file", "owner": "0027b109278744679cbbeb62c674e8a6", "id": "c9b57bed-dfe6-43b0-83e8-f7acf4b0447f", "size": null, "self": "/v2/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:45:41Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_4a407016-c1ca-4a82-bf75-3c6836590305", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_4a407016-c1ca-4a82-bf75-3c6836590305", "checksum": null, "created_at": "2018-08-05T10:45:41Z", "protected": false} 2018-08-05 10:45:41,986 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-24eb1f78-6eb6-4d84-bafe-a023fe161db7 2018-08-05 10:45:41,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0739841461182s 2018-08-05 10:45:41,987 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-24eb1f78-6eb6-4d84-bafe-a023fe161db7 returning object c9b57bed-dfe6-43b0-83e8-f7acf4b0447f 2018-08-05 10:45:41,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 10:45:41,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" -d '' 2018-08-05 10:45:42,410 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-68d92211-937f-4730-a51a-4da54e2ad379 Date: Sun, 05 Aug 2018 10:45:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-05 10:45:42,410 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f/file used request id req-68d92211-937f-4730-a51a-4da54e2ad379 2018-08-05 10:45:42,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.422766923904s 2018-08-05 10:45:42,411 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f/file used request id req-68d92211-937f-4730-a51a-4da54e2ad379 2018-08-05 10:45:42,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:45:42,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:42,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-38977af5-8282-4af3-98c5-18fd415d3d84 Date: Sun, 05 Aug 2018 10:45:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f/snap", "metadata": {}}], "file": "/v2/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f/file", "owner": "0027b109278744679cbbeb62c674e8a6", "id": "c9b57bed-dfe6-43b0-83e8-f7acf4b0447f", "size": 12716032, "self": "/v2/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:45:42Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_4a407016-c1ca-4a82-bf75-3c6836590305", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_4a407016-c1ca-4a82-bf75-3c6836590305", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:45:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:45:42,453 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-38977af5-8282-4af3-98c5-18fd415d3d84 2018-08-05 10:45:42,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0384209156036s 2018-08-05 10:45:42,453 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-38977af5-8282-4af3-98c5-18fd415d3d84 2018-08-05 10:45:42,455 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f/file', 'owner': u'0027b109278744679cbbeb62c674e8a6', 'id': u'c9b57bed-dfe6-43b0-83e8-f7acf4b0447f', 'size': 12716032, u'self': u'/v2/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0027b109278744679cbbeb62c674e8a6', 'name': 'singlevm2-project_4a407016-c1ca-4a82-bf75-3c6836590305', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T10:45:42Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-05T10:45:42Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_4a407016-c1ca-4a82-bf75-3c6836590305', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/singlevm2-img_4a407016-c1ca-4a82-bf75-3c6836590305', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_4a407016-c1ca-4a82-bf75-3c6836590305', 'created': u'2018-08-05T10:45:41Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-05T10:45:41Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/singlevm2-img_4a407016-c1ca-4a82-bf75-3c6836590305', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-05 10:45:42,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 10:45:42,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}859762ece5406e9226000a14ea898ae07c755fb7" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_4a407016-c1ca-4a82-bf75-3c6836590305", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-05 10:45:42,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-365c5baa-6f66-4722-8ca7-7fad5708a2f2 x-compute-request-id: req-365c5baa-6f66-4722-8ca7-7fad5708a2f2 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_4a407016-c1ca-4a82-bf75-3c6836590305", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/60eeb717-51b5-4328-a9a2-b5be0ec95cce", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/60eeb717-51b5-4328-a9a2-b5be0ec95cce", "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": "60eeb717-51b5-4328-a9a2-b5be0ec95cce"}} 2018-08-05 10:45:42,696 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-365c5baa-6f66-4722-8ca7-7fad5708a2f2 2018-08-05 10:45:42,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.23997592926s 2018-08-05 10:45:42,696 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-365c5baa-6f66-4722-8ca7-7fad5708a2f2 2018-08-05 10:45:42,697 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_4a407016-c1ca-4a82-bf75-3c6836590305', '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'd5650b30963342b58320b9e3073d7ddf', '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'60eeb717-51b5-4328-a9a2-b5be0ec95cce', 'swap': 0}) 2018-08-05 10:45:42,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 10:45:42,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/60eeb717-51b5-4328-a9a2-b5be0ec95cce/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}859762ece5406e9226000a14ea898ae07c755fb7" -d '{"extra_specs": {}}' 2018-08-05 10:45:42,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-196a63f7-3f0b-4e98-890d-a2bb4b4dcb4a x-compute-request-id: req-196a63f7-3f0b-4e98-890d-a2bb4b4dcb4a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 10:45:42,721 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/60eeb717-51b5-4328-a9a2-b5be0ec95cce/os-extra_specs used request id req-196a63f7-3f0b-4e98-890d-a2bb4b4dcb4a 2018-08-05 10:45:42,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0229530334473s 2018-08-05 10:45:42,721 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/60eeb717-51b5-4328-a9a2-b5be0ec95cce/os-extra_specs used request id req-196a63f7-3f0b-4e98-890d-a2bb4b4dcb4a 2018-08-05 10:45:42,722 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-05 10:45:42,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" -d '{"keypair": {"name": "singlevm2-kp_4a407016-c1ca-4a82-bf75-3c6836590305"}}' 2018-08-05 10:45:43,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-de584b35-375f-4d76-aaad-ad60ba11e739 x-compute-request-id: req-de584b35-375f-4d76-aaad-ad60ba11e739 Content-Encoding: gzip Content-Length: 1797 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC81aqgJTbHfRhtBGwC6x55RVtoDWPMB3W6Gu4usjpzqPQZku2WoRKMNty2k1ORoAr7oRJ5ISBLrnnHUd3ciW1CnU+iGHPxcds+W9swO32gySecNtxqD+qoRvrUlBmxulhrmaKbvhRgPov37BvNNyJHCJJRCZKVAzA9tgBVg7aSTF4hBf0qvhCh1UMR3uuA9+YUqkOHkGQ0OEO76psD0UKuFQSbBnaTKv8WST+K+DOG6dPkm9wGSqjoAOPYN8G1hQDKTIjREBUTbbhx2BDAgNaKvhEmAx5CAboSwOdizcd5PBtE/6EIvSQslRWmzPZUH1Ty8iNrtW88rpL7Lyc0fWUR Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvNWqoCU2x30YbQRsAuseeUVbaA1jzAd1uhruLrI6c6j0GZLt\nlqESjDbctpNTkaAK+6ESeSEgS655x1Hd3IltQp1Pohhz8XHbPlvbMDt9oMknnDbc\nag/qqEb61JQZsbpYa5mim74UYD6L9+wbzTciRwiSUQmSlQMwPbYAVYO2kkxeIQX9\nKr4QodVDEd7rgPfmFKpDh5BkNDhDu+qbA9FCrhUEmwZ2kyr/Fkk/ivgzhunT5Jvc\nBkqo6ADj2DfBtYUAykyI0RAVE224cdgQwIDWir4RJgMeQgG6EsDnYs3HeTwbRP+h\nCL0kLJUVpsz2VB9U8vIja7VvPK6S+y8nNH1lEQIDAQABAoIBABb3megefpom0ei4\nh/aW6D7xu5tdPY0cPypiiiOt08QrgXz2zOTsNFhPd+rQ4nIs2Akg3yFScR4jW3Zt\ns6FWKa7XeU8K0FdGdNcRzwf/xFjg/mtWlNplkzHiaDGgzbs7IfP8XLW6mbnXAakm\n037TPN0M4tbuZiCvoZdv4nyEJ5mFcNU5tWmFkM8MDCdTMmtPmZ3vcdbHzNkvb4Gi\n2UEq8JQ/81YVvJsF+LFLuu4MkTQBc99Zk6BxV/YUAd7/VqotKhqxBrxIrL6FqfRP\nKm/GuwlVevfntilaDD5+pFQCuxz5djYKH80ieT63VgAOiVqShd2DHUKktXKOyiKE\nHJONEtECgYEA3VZ6KQ3BkOJs5hCjBR1sTW5PtP294s5U6ipalyKWFP43K0AIaLGa\ngqnoq7in94Hxoz/pFYZNT86UG0MzYGU9igPFqA/3o1tG9cg/4g4XPbjeKlgdTuZ8\nx5ewYRQ3cMxSclNdzJkH1PGU6PtwTMPhrq2iYpmnVGT9E90yaMWFg80CgYEA2mgf\nxLjZGJooQKJRljW/JT0CiG3UDxibWtGfmFp/HOJN8trQO+lh3LMl9Sxqh5pi2kGr\nQso2Ll71P3HgAMmGLaapxlg44YKh4SROtUx4N0e5rF9EU5QqfPs+rn7rqv2SGsfO\nSLi7bnlBee3LKWpY7zS9eF+oSvn8bx0EED6tKlUCgYEAtUJqjFBNon8rO0WIm1m7\nJbYe5FOgO6tJcvL4eSjDy7FcMLkhqcs4g6TtfCOeulzaLBzcntn7Wk4MkD76Rgji\n2rG4Hqfk3wyTEhjJ6DAt7EgG+Jpsdf7fVPzuXrIVrPRG2IVZHYJ9HXAxyJKRJuyL\nV2euwhyfIcgKUUgmThLkAkkCgYBhEVvlK55Y/9KZ/0oxb0u3uijRB7byyqXpNDcx\nGC9cX/vyzmsz5WK4Guroz0e9YtFCXWNHOOXhsBRhkTPURbybt3HHFFibaVqW3HMa\nwpS/ROJxiJmuZ7CGgYd3ODN3eGEiA+FbkrbCv6NpFFVx37ENByyaPjFmuToHDCdN\nLP37TQKBgG88IRsnsTwvDNr5oEhFNFSC1lR584ahLPFnDEDX9T5lYJba9psFAZF4\n8UWz1UPrWxN9FzzQ9fAHgrwDGr5oy+EPRFJ0c4IVGFJA6CosCjZXE0VCP6c/DQAP\nm/SzgdykIjo3bSMqHJHUITiiISxz6Sd5PEUgqWMFPkx7NDM6HV60\n-----END RSA PRIVATE KEY-----\n", "user_id": "fb8710a36bee44479383c409b5643613", "name": "singlevm2-kp_4a407016-c1ca-4a82-bf75-3c6836590305", "fingerprint": "bb:96:27:fa:36:4e:ca:9f:6c:b3:fa:7d:bb:b1:01:94"}} 2018-08-05 10:45:43,331 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/os-keypairs used request id req-de584b35-375f-4d76-aaad-ad60ba11e739 2018-08-05 10:45:43,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.609292984009s 2018-08-05 10:45:43,332 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/os-keypairs used request id req-de584b35-375f-4d76-aaad-ad60ba11e739 2018-08-05 10:45:43,332 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC81aqgJTbHfRhtBGwC6x55RVtoDWPMB3W6Gu4usjpzqPQZku2WoRKMNty2k1ORoAr7oRJ5ISBLrnnHUd3ciW1CnU+iGHPxcds+W9swO32gySecNtxqD+qoRvrUlBmxulhrmaKbvhRgPov37BvNNyJHCJJRCZKVAzA9tgBVg7aSTF4hBf0qvhCh1UMR3uuA9+YUqkOHkGQ0OEO76psD0UKuFQSbBnaTKv8WST+K+DOG6dPkm9wGSqjoAOPYN8G1hQDKTIjREBUTbbhx2BDAgNaKvhEmAx5CAboSwOdizcd5PBtE/6EIvSQslRWmzPZUH1Ty8iNrtW88rpL7Lyc0fWUR Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvNWqoCU2x30YbQRsAuseeUVbaA1jzAd1uhruLrI6c6j0GZLt\nlqESjDbctpNTkaAK+6ESeSEgS655x1Hd3IltQp1Pohhz8XHbPlvbMDt9oMknnDbc\nag/qqEb61JQZsbpYa5mim74UYD6L9+wbzTciRwiSUQmSlQMwPbYAVYO2kkxeIQX9\nKr4QodVDEd7rgPfmFKpDh5BkNDhDu+qbA9FCrhUEmwZ2kyr/Fkk/ivgzhunT5Jvc\nBkqo6ADj2DfBtYUAykyI0RAVE224cdgQwIDWir4RJgMeQgG6EsDnYs3HeTwbRP+h\nCL0kLJUVpsz2VB9U8vIja7VvPK6S+y8nNH1lEQIDAQABAoIBABb3megefpom0ei4\nh/aW6D7xu5tdPY0cPypiiiOt08QrgXz2zOTsNFhPd+rQ4nIs2Akg3yFScR4jW3Zt\ns6FWKa7XeU8K0FdGdNcRzwf/xFjg/mtWlNplkzHiaDGgzbs7IfP8XLW6mbnXAakm\n037TPN0M4tbuZiCvoZdv4nyEJ5mFcNU5tWmFkM8MDCdTMmtPmZ3vcdbHzNkvb4Gi\n2UEq8JQ/81YVvJsF+LFLuu4MkTQBc99Zk6BxV/YUAd7/VqotKhqxBrxIrL6FqfRP\nKm/GuwlVevfntilaDD5+pFQCuxz5djYKH80ieT63VgAOiVqShd2DHUKktXKOyiKE\nHJONEtECgYEA3VZ6KQ3BkOJs5hCjBR1sTW5PtP294s5U6ipalyKWFP43K0AIaLGa\ngqnoq7in94Hxoz/pFYZNT86UG0MzYGU9igPFqA/3o1tG9cg/4g4XPbjeKlgdTuZ8\nx5ewYRQ3cMxSclNdzJkH1PGU6PtwTMPhrq2iYpmnVGT9E90yaMWFg80CgYEA2mgf\nxLjZGJooQKJRljW/JT0CiG3UDxibWtGfmFp/HOJN8trQO+lh3LMl9Sxqh5pi2kGr\nQso2Ll71P3HgAMmGLaapxlg44YKh4SROtUx4N0e5rF9EU5QqfPs+rn7rqv2SGsfO\nSLi7bnlBee3LKWpY7zS9eF+oSvn8bx0EED6tKlUCgYEAtUJqjFBNon8rO0WIm1m7\nJbYe5FOgO6tJcvL4eSjDy7FcMLkhqcs4g6TtfCOeulzaLBzcntn7Wk4MkD76Rgji\n2rG4Hqfk3wyTEhjJ6DAt7EgG+Jpsdf7fVPzuXrIVrPRG2IVZHYJ9HXAxyJKRJuyL\nV2euwhyfIcgKUUgmThLkAkkCgYBhEVvlK55Y/9KZ/0oxb0u3uijRB7byyqXpNDcx\nGC9cX/vyzmsz5WK4Guroz0e9YtFCXWNHOOXhsBRhkTPURbybt3HHFFibaVqW3HMa\nwpS/ROJxiJmuZ7CGgYd3ODN3eGEiA+FbkrbCv6NpFFVx37ENByyaPjFmuToHDCdN\nLP37TQKBgG88IRsnsTwvDNr5oEhFNFSC1lR584ahLPFnDEDX9T5lYJba9psFAZF4\n8UWz1UPrWxN9FzzQ9fAHgrwDGr5oy+EPRFJ0c4IVGFJA6CosCjZXE0VCP6c/DQAP\nm/SzgdykIjo3bSMqHJHUITiiISxz6Sd5PEUgqWMFPkx7NDM6HV60\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'fb8710a36bee44479383c409b5643613', 'name': u'singlevm2-kp_4a407016-c1ca-4a82-bf75-3c6836590305', 'created_at': '2018-08-05T10:45:43.332754', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0027b109278744679cbbeb62c674e8a6', 'name': 'singlevm2-project_4a407016-c1ca-4a82-bf75-3c6836590305', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'bb:96:27:fa:36:4e:ca:9f:6c:b3:fa:7d:bb:b1:01:94', 'type': 'ssh', 'id': u'singlevm2-kp_4a407016-c1ca-4a82-bf75-3c6836590305'}) 2018-08-05 10:45:43,333 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAvNWqoCU2x30YbQRsAuseeUVbaA1jzAd1uhruLrI6c6j0GZLt lqESjDbctpNTkaAK+6ESeSEgS655x1Hd3IltQp1Pohhz8XHbPlvbMDt9oMknnDbc ag/qqEb61JQZsbpYa5mim74UYD6L9+wbzTciRwiSUQmSlQMwPbYAVYO2kkxeIQX9 Kr4QodVDEd7rgPfmFKpDh5BkNDhDu+qbA9FCrhUEmwZ2kyr/Fkk/ivgzhunT5Jvc Bkqo6ADj2DfBtYUAykyI0RAVE224cdgQwIDWir4RJgMeQgG6EsDnYs3HeTwbRP+h CL0kLJUVpsz2VB9U8vIja7VvPK6S+y8nNH1lEQIDAQABAoIBABb3megefpom0ei4 h/aW6D7xu5tdPY0cPypiiiOt08QrgXz2zOTsNFhPd+rQ4nIs2Akg3yFScR4jW3Zt s6FWKa7XeU8K0FdGdNcRzwf/xFjg/mtWlNplkzHiaDGgzbs7IfP8XLW6mbnXAakm 037TPN0M4tbuZiCvoZdv4nyEJ5mFcNU5tWmFkM8MDCdTMmtPmZ3vcdbHzNkvb4Gi 2UEq8JQ/81YVvJsF+LFLuu4MkTQBc99Zk6BxV/YUAd7/VqotKhqxBrxIrL6FqfRP Km/GuwlVevfntilaDD5+pFQCuxz5djYKH80ieT63VgAOiVqShd2DHUKktXKOyiKE HJONEtECgYEA3VZ6KQ3BkOJs5hCjBR1sTW5PtP294s5U6ipalyKWFP43K0AIaLGa gqnoq7in94Hxoz/pFYZNT86UG0MzYGU9igPFqA/3o1tG9cg/4g4XPbjeKlgdTuZ8 x5ewYRQ3cMxSclNdzJkH1PGU6PtwTMPhrq2iYpmnVGT9E90yaMWFg80CgYEA2mgf xLjZGJooQKJRljW/JT0CiG3UDxibWtGfmFp/HOJN8trQO+lh3LMl9Sxqh5pi2kGr Qso2Ll71P3HgAMmGLaapxlg44YKh4SROtUx4N0e5rF9EU5QqfPs+rn7rqv2SGsfO SLi7bnlBee3LKWpY7zS9eF+oSvn8bx0EED6tKlUCgYEAtUJqjFBNon8rO0WIm1m7 JbYe5FOgO6tJcvL4eSjDy7FcMLkhqcs4g6TtfCOeulzaLBzcntn7Wk4MkD76Rgji 2rG4Hqfk3wyTEhjJ6DAt7EgG+Jpsdf7fVPzuXrIVrPRG2IVZHYJ9HXAxyJKRJuyL V2euwhyfIcgKUUgmThLkAkkCgYBhEVvlK55Y/9KZ/0oxb0u3uijRB7byyqXpNDcx GC9cX/vyzmsz5WK4Guroz0e9YtFCXWNHOOXhsBRhkTPURbybt3HHFFibaVqW3HMa wpS/ROJxiJmuZ7CGgYd3ODN3eGEiA+FbkrbCv6NpFFVx37ENByyaPjFmuToHDCdN LP37TQKBgG88IRsnsTwvDNr5oEhFNFSC1lR584ahLPFnDEDX9T5lYJba9psFAZF4 8UWz1UPrWxN9FzzQ9fAHgrwDGr5oy+EPRFJ0c4IVGFJA6CosCjZXE0VCP6c/DQAP m/SzgdykIjo3bSMqHJHUITiiISxz6Sd5PEUgqWMFPkx7NDM6HV60 -----END RSA PRIVATE KEY----- 2018-08-05 10:45:43,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-05 10:45:43,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" -d '{"security_group": {"name": "singlevm2-sg_4a407016-c1ca-4a82-bf75-3c6836590305", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-08-05 10:45:43,611 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-a1d804e3-24a3-4e6d-bbba-37abadb660a8 Date: Sun, 05 Aug 2018 10:45:43 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "0027b109278744679cbbeb62c674e8a6", "created_at": "2018-08-05T10:45:43Z", "updated_at": "2018-08-05T10:45:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:43Z", "revision_number": 0, "id": "b7b5c49c-2b20-4b8f-a00a-5b69cfe22d95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:43Z", "security_group_id": "bc9db606-8ff7-45a6-8b7c-2dd1af897ed7", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "0027b109278744679cbbeb62c674e8a6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:43Z", "revision_number": 0, "id": "bc763844-0cc7-4278-8e03-95796046792d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:43Z", "security_group_id": "bc9db606-8ff7-45a6-8b7c-2dd1af897ed7", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv6", "project_id": "0027b109278744679cbbeb62c674e8a6"}], "revision_number": 1, "project_id": "0027b109278744679cbbeb62c674e8a6", "id": "bc9db606-8ff7-45a6-8b7c-2dd1af897ed7", "name": "singlevm2-sg_4a407016-c1ca-4a82-bf75-3c6836590305"}} 2018-08-05 10:45:43,611 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-a1d804e3-24a3-4e6d-bbba-37abadb660a8 2018-08-05 10:45:43,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.274960041046s 2018-08-05 10:45:43,611 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-a1d804e3-24a3-4e6d-bbba-37abadb660a8 2018-08-05 10:45:43,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 10:45:43,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:43,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-c5187701-3d8f-4df9-b646-10a66714eab0 Date: Sun, 05 Aug 2018 10:45:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0027b109278744679cbbeb62c674e8a6", "created_at": "2018-08-05T10:45:36Z", "updated_at": "2018-08-05T10:45:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:36Z", "revision_number": 0, "id": "396c2a70-2d0b-4692-a0cf-9665a1722a7b", "remote_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:36Z", "security_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv6", "project_id": "0027b109278744679cbbeb62c674e8a6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:36Z", "revision_number": 0, "id": "6b444bd8-934a-43de-ad04-2051d67c9271", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:36Z", "security_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv6", "project_id": "0027b109278744679cbbeb62c674e8a6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:36Z", "revision_number": 0, "id": "87a650a3-9c14-4811-9c24-a95ae53ee23d", "remote_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:36Z", "security_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "0027b109278744679cbbeb62c674e8a6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:36Z", "revision_number": 0, "id": "97e5beb4-9281-460b-a97b-b8f185c0e8d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:36Z", "security_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "0027b109278744679cbbeb62c674e8a6"}], "revision_number": 1, "project_id": "0027b109278744679cbbeb62c674e8a6", "id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "0027b109278744679cbbeb62c674e8a6", "created_at": "2018-08-05T10:45:43Z", "updated_at": "2018-08-05T10:45:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:43Z", "revision_number": 0, "id": "b7b5c49c-2b20-4b8f-a00a-5b69cfe22d95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:43Z", "security_group_id": "bc9db606-8ff7-45a6-8b7c-2dd1af897ed7", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "0027b109278744679cbbeb62c674e8a6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:43Z", "revision_number": 0, "id": "bc763844-0cc7-4278-8e03-95796046792d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:43Z", "security_group_id": "bc9db606-8ff7-45a6-8b7c-2dd1af897ed7", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv6", "project_id": "0027b109278744679cbbeb62c674e8a6"}], "revision_number": 1, "project_id": "0027b109278744679cbbeb62c674e8a6", "id": "bc9db606-8ff7-45a6-8b7c-2dd1af897ed7", "name": "singlevm2-sg_4a407016-c1ca-4a82-bf75-3c6836590305"}]} 2018-08-05 10:45:43,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-c5187701-3d8f-4df9-b646-10a66714eab0 2018-08-05 10:45:43,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0665719509125s 2018-08-05 10:45:43,682 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-c5187701-3d8f-4df9-b646-10a66714eab0 2018-08-05 10:45:43,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 10:45:43,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" -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": "bc9db606-8ff7-45a6-8b7c-2dd1af897ed7"}}' 2018-08-05 10:45:43,808 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-12078014-7676-4e9f-9f65-39b914dff71e Date: Sun, 05 Aug 2018 10:45:43 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-05T10:45:43Z", "security_group_id": "bc9db606-8ff7-45a6-8b7c-2dd1af897ed7", "port_range_min": 22, "revision_number": 0, "tenant_id": "0027b109278744679cbbeb62c674e8a6", "created_at": "2018-08-05T10:45:43Z", "project_id": "0027b109278744679cbbeb62c674e8a6", "id": "6c0630fd-a181-4e8c-a680-c3bb8bc0ca03"}} 2018-08-05 10:45:43,809 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-12078014-7676-4e9f-9f65-39b914dff71e 2018-08-05 10:45:43,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.122179031372s 2018-08-05 10:45:43,809 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-12078014-7676-4e9f-9f65-39b914dff71e 2018-08-05 10:45:43,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 10:45:43,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:43,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-44905037-024e-4e6f-8a2e-a7c12ec2aa8c Date: Sun, 05 Aug 2018 10:45:43 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0027b109278744679cbbeb62c674e8a6", "created_at": "2018-08-05T10:45:36Z", "updated_at": "2018-08-05T10:45:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:36Z", "revision_number": 0, "id": "396c2a70-2d0b-4692-a0cf-9665a1722a7b", "remote_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:36Z", "security_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv6", "project_id": "0027b109278744679cbbeb62c674e8a6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:36Z", "revision_number": 0, "id": "6b444bd8-934a-43de-ad04-2051d67c9271", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:36Z", "security_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv6", "project_id": "0027b109278744679cbbeb62c674e8a6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:36Z", "revision_number": 0, "id": "87a650a3-9c14-4811-9c24-a95ae53ee23d", "remote_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:36Z", "security_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "0027b109278744679cbbeb62c674e8a6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:36Z", "revision_number": 0, "id": "97e5beb4-9281-460b-a97b-b8f185c0e8d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:36Z", "security_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "0027b109278744679cbbeb62c674e8a6"}], "revision_number": 1, "project_id": "0027b109278744679cbbeb62c674e8a6", "id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "0027b109278744679cbbeb62c674e8a6", "created_at": "2018-08-05T10:45:43Z", "updated_at": "2018-08-05T10:45:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T10:45:43Z", "revision_number": 0, "id": "6c0630fd-a181-4e8c-a680-c3bb8bc0ca03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:43Z", "security_group_id": "bc9db606-8ff7-45a6-8b7c-2dd1af897ed7", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0027b109278744679cbbeb62c674e8a6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:43Z", "revision_number": 0, "id": "b7b5c49c-2b20-4b8f-a00a-5b69cfe22d95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:43Z", "security_group_id": "bc9db606-8ff7-45a6-8b7c-2dd1af897ed7", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "0027b109278744679cbbeb62c674e8a6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:43Z", "revision_number": 0, "id": "bc763844-0cc7-4278-8e03-95796046792d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:43Z", "security_group_id": "bc9db606-8ff7-45a6-8b7c-2dd1af897ed7", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv6", "project_id": "0027b109278744679cbbeb62c674e8a6"}], "revision_number": 2, "project_id": "0027b109278744679cbbeb62c674e8a6", "id": "bc9db606-8ff7-45a6-8b7c-2dd1af897ed7", "name": "singlevm2-sg_4a407016-c1ca-4a82-bf75-3c6836590305"}]} 2018-08-05 10:45:43,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-44905037-024e-4e6f-8a2e-a7c12ec2aa8c 2018-08-05 10:45:43,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0463478565216s 2018-08-05 10:45:43,859 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-44905037-024e-4e6f-8a2e-a7c12ec2aa8c 2018-08-05 10:45:43,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 10:45:43,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" -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": "bc9db606-8ff7-45a6-8b7c-2dd1af897ed7"}}' 2018-08-05 10:45:44,003 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-caa6fadc-74e8-4c01-af44-ec18820b3d43 Date: Sun, 05 Aug 2018 10:45:44 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-05T10:45:43Z", "security_group_id": "bc9db606-8ff7-45a6-8b7c-2dd1af897ed7", "port_range_min": null, "revision_number": 0, "tenant_id": "0027b109278744679cbbeb62c674e8a6", "created_at": "2018-08-05T10:45:43Z", "project_id": "0027b109278744679cbbeb62c674e8a6", "id": "692d45a9-141b-4c6a-a6ff-48609e006607"}} 2018-08-05 10:45:44,004 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-caa6fadc-74e8-4c01-af44-ec18820b3d43 2018-08-05 10:45:44,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.141235113144s 2018-08-05 10:45:44,004 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-caa6fadc-74e8-4c01-af44-ec18820b3d43 2018-08-05 10:45:44,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:45:44,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:44,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-5c1d983a-4c48-42b6-91f7-7c22f051958e Date: Sun, 05 Aug 2018 10:45:44 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d370d4bb-cf3a-457e-a2a7-1566651544f6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0027b109278744679cbbeb62c674e8a6","l2_adjacency":true,"status":"ACTIVE","subnets":["47e151d1-f9a9-423a-ad2b-3d45c4dfae80"],"description":"","tags":[],"updated_at":"2018-08-05T10:45:36Z","qos_policy_id":null,"name":"singlevm2-net_4a407016-c1ca-4a82-bf75-3c6836590305","admin_state_up":true,"tenant_id":"0027b109278744679cbbeb62c674e8a6","created_at":"2018-08-05T10:45:36Z","mtu":1450}]} 2018-08-05 10:45:44,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-5c1d983a-4c48-42b6-91f7-7c22f051958e 2018-08-05 10:45:44,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.102430820465s 2018-08-05 10:45:44,108 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-5c1d983a-4c48-42b6-91f7-7c22f051958e 2018-08-05 10:45:44,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:45:44,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:44,145 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-346ef03a-52c5-43e8-9328-331662fe86e8 Date: Sun, 05 Aug 2018 10:45:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f/snap", "metadata": {}}], "file": "/v2/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f/file", "owner": "0027b109278744679cbbeb62c674e8a6", "id": "c9b57bed-dfe6-43b0-83e8-f7acf4b0447f", "size": 12716032, "self": "/v2/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:45:42Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_4a407016-c1ca-4a82-bf75-3c6836590305", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_4a407016-c1ca-4a82-bf75-3c6836590305", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:45:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:45:44,145 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-346ef03a-52c5-43e8-9328-331662fe86e8 2018-08-05 10:45:44,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0325520038605s 2018-08-05 10:45:44,145 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-346ef03a-52c5-43e8-9328-331662fe86e8 2018-08-05 10:45:44,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 10:45:44,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:44,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45: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-431a8587-4f6b-4aef-9f5b-7765639d061d x-compute-request-id: req-431a8587-4f6b-4aef-9f5b-7765639d061d Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_4a407016-c1ca-4a82-bf75-3c6836590305", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/60eeb717-51b5-4328-a9a2-b5be0ec95cce", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/60eeb717-51b5-4328-a9a2-b5be0ec95cce", "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": "60eeb717-51b5-4328-a9a2-b5be0ec95cce"}]} 2018-08-05 10:45:44,179 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-431a8587-4f6b-4aef-9f5b-7765639d061d 2018-08-05 10:45:44,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0319089889526s 2018-08-05 10:45:44,179 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-431a8587-4f6b-4aef-9f5b-7765639d061d 2018-08-05 10:45:44,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-05 10:45:44,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" -d '{"server": {"name": "singlevm2-vm_4a407016-c1ca-4a82-bf75-3c6836590305", "imageRef": "c9b57bed-dfe6-43b0-83e8-f7acf4b0447f", "key_name": "singlevm2-kp_4a407016-c1ca-4a82-bf75-3c6836590305", "flavorRef": "60eeb717-51b5-4328-a9a2-b5be0ec95cce", "max_count": 1, "min_count": 1, "networks": [{"uuid": "d370d4bb-cf3a-457e-a2a7-1566651544f6"}], "security_groups": [{"name": "bc9db606-8ff7-45a6-8b7c-2dd1af897ed7"}]}}' 2018-08-05 10:45:47,239 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 10:45: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-c971745c-ac9d-4f48-801d-9d8c0c19ce33 x-compute-request-id: req-c971745c-ac9d-4f48-801d-9d8c0c19ce33 Content-Length: 403 location: http://172.30.9.46:8774/v2.1/servers/c80f3f4d-117f-466c-88b1-f3ec11845c28 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "bc9db606-8ff7-45a6-8b7c-2dd1af897ed7"}], "OS-DCF:diskConfig": "MANUAL", "id": "c80f3f4d-117f-466c-88b1-f3ec11845c28", "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/c80f3f4d-117f-466c-88b1-f3ec11845c28", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/c80f3f4d-117f-466c-88b1-f3ec11845c28", "rel": "bookmark"}], "adminPass": "6DpuCFbiGCMk"}} 2018-08-05 10:45:47,240 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-c971745c-ac9d-4f48-801d-9d8c0c19ce33 2018-08-05 10:45:47,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.0589568615s 2018-08-05 10:45:47,240 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-c971745c-ac9d-4f48-801d-9d8c0c19ce33 2018-08-05 10:45:47,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:45:47,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:48,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45: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-11838a38-7c01-458a-86c3-c2ce42e39aeb x-compute-request-id: req-11838a38-7c01-458a-86c3-c2ce42e39aeb Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/c80f3f4d-117f-466c-88b1-f3ec11845c28", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/c80f3f4d-117f-466c-88b1-f3ec11845c28", "rel": "bookmark"}], "image": {"id": "c9b57bed-dfe6-43b0-83e8-f7acf4b0447f", "links": [{"href": "http://172.30.9.46:8774/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60eeb717-51b5-4328-a9a2-b5be0ec95cce", "links": [{"href": "http://172.30.9.46:8774/flavors/60eeb717-51b5-4328-a9a2-b5be0ec95cce", "rel": "bookmark"}]}, "id": "c80f3f4d-117f-466c-88b1-f3ec11845c28", "user_id": "fb8710a36bee44479383c409b5643613", "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-05T10:45:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_4a407016-c1ca-4a82-bf75-3c6836590305", "name": "singlevm2-vm_4a407016-c1ca-4a82-bf75-3c6836590305", "created": "2018-08-05T10:45:47Z", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:45:48,240 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-11838a38-7c01-458a-86c3-c2ce42e39aeb 2018-08-05 10:45:48,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.999460935593s 2018-08-05 10:45:48,240 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-11838a38-7c01-458a-86c3-c2ce42e39aeb 2018-08-05 10:45:48,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:45:48,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:48,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-a1ee53d9-3c12-45ea-bc5c-f8025c460ec4 Date: Sun, 05 Aug 2018 10:45:48 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d370d4bb-cf3a-457e-a2a7-1566651544f6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0027b109278744679cbbeb62c674e8a6","l2_adjacency":true,"status":"ACTIVE","subnets":["47e151d1-f9a9-423a-ad2b-3d45c4dfae80"],"description":"","tags":[],"updated_at":"2018-08-05T10:45:36Z","qos_policy_id":null,"name":"singlevm2-net_4a407016-c1ca-4a82-bf75-3c6836590305","admin_state_up":true,"tenant_id":"0027b109278744679cbbeb62c674e8a6","created_at":"2018-08-05T10:45:36Z","mtu":1450}]} 2018-08-05 10:45:48,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-a1ee53d9-3c12-45ea-bc5c-f8025c460ec4 2018-08-05 10:45:48,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.119040966034s 2018-08-05 10:45:48,367 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-a1ee53d9-3c12-45ea-bc5c-f8025c460ec4 2018-08-05 10:45:48,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 10:45:48,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:48,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-31ea5015-e1bf-4134-b52c-0fd18b27efe5 Date: Sun, 05 Aug 2018 10:45:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d370d4bb-cf3a-457e-a2a7-1566651544f6","tenant_id":"0027b109278744679cbbeb62c674e8a6","created_at":"2018-08-05T10:45:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T10:45:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"0027b109278744679cbbeb62c674e8a6","id":"47e151d1-f9a9-423a-ad2b-3d45c4dfae80","subnetpool_id":null,"name":"singlevm2-subnet_4a407016-c1ca-4a82-bf75-3c6836590305"}]} 2018-08-05 10:45:48,430 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-31ea5015-e1bf-4134-b52c-0fd18b27efe5 2018-08-05 10:45:48,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.062422990799s 2018-08-05 10:45:48,431 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-31ea5015-e1bf-4134-b52c-0fd18b27efe5 2018-08-05 10:45:48,431 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:45:50,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:45:50,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:51,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-c14df7b9-6e02-4b18-a253-435e9c7acff1 x-compute-request-id: req-c14df7b9-6e02-4b18-a253-435e9c7acff1 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/c80f3f4d-117f-466c-88b1-f3ec11845c28", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/c80f3f4d-117f-466c-88b1-f3ec11845c28", "rel": "bookmark"}], "image": {"id": "c9b57bed-dfe6-43b0-83e8-f7acf4b0447f", "links": [{"href": "http://172.30.9.46:8774/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60eeb717-51b5-4328-a9a2-b5be0ec95cce", "links": [{"href": "http://172.30.9.46:8774/flavors/60eeb717-51b5-4328-a9a2-b5be0ec95cce", "rel": "bookmark"}]}, "id": "c80f3f4d-117f-466c-88b1-f3ec11845c28", "security_groups": [{"name": "singlevm2-sg_4a407016-c1ca-4a82-bf75-3c6836590305"}], "user_id": "fb8710a36bee44479383c409b5643613", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T10:45:50Z", "hostId": "b59ae127664d1287047757e649498a909064f902f2bcfd9f70d5a918", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_4a407016-c1ca-4a82-bf75-3c6836590305", "name": "singlevm2-vm_4a407016-c1ca-4a82-bf75-3c6836590305", "created": "2018-08-05T10:45:47Z", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:45:51,124 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c14df7b9-6e02-4b18-a253-435e9c7acff1 2018-08-05 10:45:51,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.689863920212s 2018-08-05 10:45:51,125 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c14df7b9-6e02-4b18-a253-435e9c7acff1 2018-08-05 10:45:51,129 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:45:53,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:45:53,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:53,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-1658ce87-7c29-4ffe-8c96-f0e88b79a385 x-compute-request-id: req-1658ce87-7c29-4ffe-8c96-f0e88b79a385 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/c80f3f4d-117f-466c-88b1-f3ec11845c28", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/c80f3f4d-117f-466c-88b1-f3ec11845c28", "rel": "bookmark"}], "image": {"id": "c9b57bed-dfe6-43b0-83e8-f7acf4b0447f", "links": [{"href": "http://172.30.9.46:8774/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "60eeb717-51b5-4328-a9a2-b5be0ec95cce", "links": [{"href": "http://172.30.9.46:8774/flavors/60eeb717-51b5-4328-a9a2-b5be0ec95cce", "rel": "bookmark"}]}, "id": "c80f3f4d-117f-466c-88b1-f3ec11845c28", "security_groups": [{"name": "singlevm2-sg_4a407016-c1ca-4a82-bf75-3c6836590305"}], "user_id": "fb8710a36bee44479383c409b5643613", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T10:45:50Z", "hostId": "b59ae127664d1287047757e649498a909064f902f2bcfd9f70d5a918", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_4a407016-c1ca-4a82-bf75-3c6836590305", "name": "singlevm2-vm_4a407016-c1ca-4a82-bf75-3c6836590305", "created": "2018-08-05T10:45:47Z", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:45:53,656 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1658ce87-7c29-4ffe-8c96-f0e88b79a385 2018-08-05 10:45:53,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524400949478s 2018-08-05 10:45:53,657 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1658ce87-7c29-4ffe-8c96-f0e88b79a385 2018-08-05 10:45:53,661 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:45:55,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:45:55,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:56,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-c7d3f524-523d-4b7e-a305-2c3a8af4330f x-compute-request-id: req-c7d3f524-523d-4b7e-a305-2c3a8af4330f Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_4a407016-c1ca-4a82-bf75-3c6836590305": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:69:27", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/c80f3f4d-117f-466c-88b1-f3ec11845c28", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/c80f3f4d-117f-466c-88b1-f3ec11845c28", "rel": "bookmark"}], "image": {"id": "c9b57bed-dfe6-43b0-83e8-f7acf4b0447f", "links": [{"href": "http://172.30.9.46:8774/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:45:55.000000", "flavor": {"id": "60eeb717-51b5-4328-a9a2-b5be0ec95cce", "links": [{"href": "http://172.30.9.46:8774/flavors/60eeb717-51b5-4328-a9a2-b5be0ec95cce", "rel": "bookmark"}]}, "id": "c80f3f4d-117f-466c-88b1-f3ec11845c28", "security_groups": [{"name": "singlevm2-sg_4a407016-c1ca-4a82-bf75-3c6836590305"}], "user_id": "fb8710a36bee44479383c409b5643613", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:45:55Z", "hostId": "b59ae127664d1287047757e649498a909064f902f2bcfd9f70d5a918", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_4a407016-c1ca-4a82-bf75-3c6836590305", "name": "singlevm2-vm_4a407016-c1ca-4a82-bf75-3c6836590305", "created": "2018-08-05T10:45:47Z", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:45:56,008 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c7d3f524-523d-4b7e-a305-2c3a8af4330f 2018-08-05 10:45:56,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.344812870026s 2018-08-05 10:45:56,009 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c7d3f524-523d-4b7e-a305-2c3a8af4330f 2018-08-05 10:45:56,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-05 10:45:56,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/ports.json?device_id=c80f3f4d-117f-466c-88b1-f3ec11845c28" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:56,091 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-9253704e-6e80-49bc-8ca2-09362747e658 Date: Sun, 05 Aug 2018 10:45:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-05T10:45:54Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"47e151d1-f9a9-423a-ad2b-3d45c4dfae80","ip_address":"192.168.120.4"}],"id":"c852b83a-7449-4f8b-bff1-f78269584d86","security_groups":["bc9db606-8ff7-45a6-8b7c-2dd1af897ed7"],"mac_address":"fa:16:3e:84:69:27","project_id":"0027b109278744679cbbeb62c674e8a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d370d4bb-cf3a-457e-a2a7-1566651544f6","tenant_id":"0027b109278744679cbbeb62c674e8a6","created_at":"2018-08-05T10:45:50Z","binding:vnic_type":"normal","device_id":"c80f3f4d-117f-466c-88b1-f3ec11845c28","ip_allocation":"immediate"}]} 2018-08-05 10:45:56,091 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=c80f3f4d-117f-466c-88b1-f3ec11845c28 used request id req-9253704e-6e80-49bc-8ca2-09362747e658 2018-08-05 10:45:56,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0787661075592s 2018-08-05 10:45:56,091 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=c80f3f4d-117f-466c-88b1-f3ec11845c28 used request id req-9253704e-6e80-49bc-8ca2-09362747e658 2018-08-05 10:45:56,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:45:56,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/floatingips.json?port_id=c852b83a-7449-4f8b-bff1-f78269584d86" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:56,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-80f40360-d672-4421-8aa4-1dd9a430319e Date: Sun, 05 Aug 2018 10:45:56 GMT RESP BODY: {"floatingips": []} 2018-08-05 10:45:56,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=c852b83a-7449-4f8b-bff1-f78269584d86 used request id req-80f40360-d672-4421-8aa4-1dd9a430319e 2018-08-05 10:45:56,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0469110012054s 2018-08-05 10:45:56,143 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=c852b83a-7449-4f8b-bff1-f78269584d86 used request id req-80f40360-d672-4421-8aa4-1dd9a430319e 2018-08-05 10:45:56,144 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_4a407016-c1ca-4a82-bf75-3c6836590305': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:84:69:27', 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'c9b57bed-dfe6-43b0-83e8-f7acf4b0447f'}), 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-05T10:45:55.000000', 'flavor': Munch({u'id': u'60eeb717-51b5-4328-a9a2-b5be0ec95cce'}), 'az': u'nova', 'id': u'c80f3f4d-117f-466c-88b1-f3ec11845c28', 'security_groups': [Munch({u'name': u'singlevm2-sg_4a407016-c1ca-4a82-bf75-3c6836590305'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'fb8710a36bee44479383c409b5643613', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0027b109278744679cbbeb62c674e8a6', 'name': 'singlevm2-project_4a407016-c1ca-4a82-bf75-3c6836590305', '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-05T10:45:55.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-05T10:45:55Z', 'hostId': u'b59ae127664d1287047757e649498a909064f902f2bcfd9f70d5a918', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_4a407016-c1ca-4a82-bf75-3c6836590305', 'public_v6': '', 'private_v4': u'192.168.120.4', 'cloud': 'envvars', 'host_id': u'b59ae127664d1287047757e649498a909064f902f2bcfd9f70d5a918', '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-05T10:45:55.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'0027b109278744679cbbeb62c674e8a6', 'name': u'singlevm2-vm_4a407016-c1ca-4a82-bf75-3c6836590305', 'adminPass': u'6DpuCFbiGCMk', 'tenant_id': u'0027b109278744679cbbeb62c674e8a6', 'created_at': u'2018-08-05T10:45:47Z', 'created': u'2018-08-05T10:45:47Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-05 10:45:56,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:45:56,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:56,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-193b2f77-2f44-40ba-b9b9-1533b677392e Date: Sun, 05 Aug 2018 10:45:56 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"d370d4bb-cf3a-457e-a2a7-1566651544f6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0027b109278744679cbbeb62c674e8a6","l2_adjacency":true,"status":"ACTIVE","subnets":["47e151d1-f9a9-423a-ad2b-3d45c4dfae80"],"description":"","tags":[],"updated_at":"2018-08-05T10:45:36Z","qos_policy_id":null,"name":"singlevm2-net_4a407016-c1ca-4a82-bf75-3c6836590305","admin_state_up":true,"tenant_id":"0027b109278744679cbbeb62c674e8a6","created_at":"2018-08-05T10:45:36Z","mtu":1450}]} 2018-08-05 10:45:56,405 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-193b2f77-2f44-40ba-b9b9-1533b677392e 2018-08-05 10:45:56,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.258548974991s 2018-08-05 10:45:56,405 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-193b2f77-2f44-40ba-b9b9-1533b677392e 2018-08-05 10:45:56,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-05 10:45:56,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/ports.json?device_id=c80f3f4d-117f-466c-88b1-f3ec11845c28" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:56,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-9722d982-11e0-4f53-be4e-2fab75d039fa Date: Sun, 05 Aug 2018 10:45:56 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-05T10:45:54Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"47e151d1-f9a9-423a-ad2b-3d45c4dfae80","ip_address":"192.168.120.4"}],"id":"c852b83a-7449-4f8b-bff1-f78269584d86","security_groups":["bc9db606-8ff7-45a6-8b7c-2dd1af897ed7"],"mac_address":"fa:16:3e:84:69:27","project_id":"0027b109278744679cbbeb62c674e8a6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"d370d4bb-cf3a-457e-a2a7-1566651544f6","tenant_id":"0027b109278744679cbbeb62c674e8a6","created_at":"2018-08-05T10:45:50Z","binding:vnic_type":"normal","device_id":"c80f3f4d-117f-466c-88b1-f3ec11845c28","ip_allocation":"immediate"}]} 2018-08-05 10:45:56,461 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=c80f3f4d-117f-466c-88b1-f3ec11845c28 used request id req-9722d982-11e0-4f53-be4e-2fab75d039fa 2018-08-05 10:45:56,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0545802116394s 2018-08-05 10:45:56,461 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=c80f3f4d-117f-466c-88b1-f3ec11845c28 used request id req-9722d982-11e0-4f53-be4e-2fab75d039fa 2018-08-05 10:45:56,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-05 10:45:56,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" -d '{"floatingip": {"floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "fixed_ip_address": "192.168.120.4", "port_id": "c852b83a-7449-4f8b-bff1-f78269584d86"}}' 2018-08-05 10:45:58,414 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-261aebf0-0cd4-4c24-80e8-ce266067a626 Date: Sun, 05 Aug 2018 10:45:58 GMT RESP BODY: {"floatingip": {"router_id": "88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09", "status": "DOWN", "description": "", "tags": [], "tenant_id": "0027b109278744679cbbeb62c674e8a6", "created_at": "2018-08-05T10:45:57Z", "updated_at": "2018-08-05T10:45:57Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "d370d4bb-cf3a-457e-a2a7-1566651544f6", "device_owner": "compute:nova", "mac_address": "fa:16:3e:84:69:27", "device_id": "c80f3f4d-117f-466c-88b1-f3ec11845c28"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "0027b109278744679cbbeb62c674e8a6", "port_id": "c852b83a-7449-4f8b-bff1-f78269584d86", "id": "41ea3f58-f344-4e5c-a3c9-9979d396c777", "qos_policy_id": null}} 2018-08-05 10:45:58,414 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-261aebf0-0cd4-4c24-80e8-ce266067a626 2018-08-05 10:45:58,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.95223593712s 2018-08-05 10:45:58,415 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-261aebf0-0cd4-4c24-80e8-ce266067a626 2018-08-05 10:45:58,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:45:58,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:58,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-bfc969be-8f45-4fe0-af4d-39a4ee114e56 Date: Sun, 05 Aug 2018 10:45:58 GMT RESP BODY: {"floatingips": [{"router_id": "88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09", "status": "DOWN", "description": "", "tags": [], "tenant_id": "0027b109278744679cbbeb62c674e8a6", "created_at": "2018-08-05T10:45:57Z", "updated_at": "2018-08-05T10:45:57Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "d370d4bb-cf3a-457e-a2a7-1566651544f6", "device_owner": "compute:nova", "mac_address": "fa:16:3e:84:69:27", "device_id": "c80f3f4d-117f-466c-88b1-f3ec11845c28"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "0027b109278744679cbbeb62c674e8a6", "port_id": "c852b83a-7449-4f8b-bff1-f78269584d86", "id": "41ea3f58-f344-4e5c-a3c9-9979d396c777", "qos_policy_id": null}]} 2018-08-05 10:45:58,520 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-bfc969be-8f45-4fe0-af4d-39a4ee114e56 2018-08-05 10:45:58,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0968050956726s 2018-08-05 10:45:58,520 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-bfc969be-8f45-4fe0-af4d-39a4ee114e56 2018-08-05 10:45:58,524 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:45:58,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:45:58,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:58,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-06ad13a3-fff3-4ddf-a662-6a3141c5ec30 Date: Sun, 05 Aug 2018 10:45:58 GMT RESP BODY: {"floatingips": [{"router_id": "88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09", "status": "DOWN", "description": "", "tags": [], "tenant_id": "0027b109278744679cbbeb62c674e8a6", "created_at": "2018-08-05T10:45:57Z", "updated_at": "2018-08-05T10:45:57Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "d370d4bb-cf3a-457e-a2a7-1566651544f6", "device_owner": "compute:nova", "mac_address": "fa:16:3e:84:69:27", "device_id": "c80f3f4d-117f-466c-88b1-f3ec11845c28"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "0027b109278744679cbbeb62c674e8a6", "port_id": "c852b83a-7449-4f8b-bff1-f78269584d86", "id": "41ea3f58-f344-4e5c-a3c9-9979d396c777", "qos_policy_id": null}]} 2018-08-05 10:45:58,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-06ad13a3-fff3-4ddf-a662-6a3141c5ec30 2018-08-05 10:45:58,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0609421730042s 2018-08-05 10:45:58,692 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-06ad13a3-fff3-4ddf-a662-6a3141c5ec30 2018-08-05 10:45:58,695 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:45:58,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:45:58,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:59,031 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-4468acb4-7e63-4e55-8575-10b035dfd66a Date: Sun, 05 Aug 2018 10:45:59 GMT RESP BODY: {"floatingips": [{"router_id": "88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09", "status": "DOWN", "description": "", "tags": [], "tenant_id": "0027b109278744679cbbeb62c674e8a6", "created_at": "2018-08-05T10:45:57Z", "updated_at": "2018-08-05T10:45:57Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "d370d4bb-cf3a-457e-a2a7-1566651544f6", "device_owner": "compute:nova", "mac_address": "fa:16:3e:84:69:27", "device_id": "c80f3f4d-117f-466c-88b1-f3ec11845c28"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "0027b109278744679cbbeb62c674e8a6", "port_id": "c852b83a-7449-4f8b-bff1-f78269584d86", "id": "41ea3f58-f344-4e5c-a3c9-9979d396c777", "qos_policy_id": null}]} 2018-08-05 10:45:59,031 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-4468acb4-7e63-4e55-8575-10b035dfd66a 2018-08-05 10:45:59,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.230844974518s 2018-08-05 10:45:59,032 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-4468acb4-7e63-4e55-8575-10b035dfd66a 2018-08-05 10:45:59,035 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:45:59,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:45:59,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:59,198 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-99adc3a2-7f92-441a-abb5-41eadae47c87 Date: Sun, 05 Aug 2018 10:45:59 GMT RESP BODY: {"floatingips": [{"router_id": "88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09", "status": "DOWN", "description": "", "tags": [], "tenant_id": "0027b109278744679cbbeb62c674e8a6", "created_at": "2018-08-05T10:45:57Z", "updated_at": "2018-08-05T10:45:57Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "d370d4bb-cf3a-457e-a2a7-1566651544f6", "device_owner": "compute:nova", "mac_address": "fa:16:3e:84:69:27", "device_id": "c80f3f4d-117f-466c-88b1-f3ec11845c28"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "0027b109278744679cbbeb62c674e8a6", "port_id": "c852b83a-7449-4f8b-bff1-f78269584d86", "id": "41ea3f58-f344-4e5c-a3c9-9979d396c777", "qos_policy_id": null}]} 2018-08-05 10:45:59,199 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-99adc3a2-7f92-441a-abb5-41eadae47c87 2018-08-05 10:45:59,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0589380264282s 2018-08-05 10:45:59,199 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-99adc3a2-7f92-441a-abb5-41eadae47c87 2018-08-05 10:45:59,202 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:45:59,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:45:59,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:59,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-02f67c41-2c81-480b-9d30-5b256b527455 Date: Sun, 05 Aug 2018 10:45:59 GMT RESP BODY: {"floatingips": [{"router_id": "88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09", "status": "DOWN", "description": "", "tags": [], "tenant_id": "0027b109278744679cbbeb62c674e8a6", "created_at": "2018-08-05T10:45:57Z", "updated_at": "2018-08-05T10:45:57Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "d370d4bb-cf3a-457e-a2a7-1566651544f6", "device_owner": "compute:nova", "mac_address": "fa:16:3e:84:69:27", "device_id": "c80f3f4d-117f-466c-88b1-f3ec11845c28"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "0027b109278744679cbbeb62c674e8a6", "port_id": "c852b83a-7449-4f8b-bff1-f78269584d86", "id": "41ea3f58-f344-4e5c-a3c9-9979d396c777", "qos_policy_id": null}]} 2018-08-05 10:45:59,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-02f67c41-2c81-480b-9d30-5b256b527455 2018-08-05 10:45:59,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0596518516541s 2018-08-05 10:45:59,368 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-02f67c41-2c81-480b-9d30-5b256b527455 2018-08-05 10:45:59,371 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:45:59,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:45:59,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:45:59,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-2c1a0bd6-9d27-45db-a86d-ae7f7a970c10 Date: Sun, 05 Aug 2018 10:45:59 GMT RESP BODY: {"floatingips": [{"router_id": "88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "0027b109278744679cbbeb62c674e8a6", "created_at": "2018-08-05T10:45:57Z", "updated_at": "2018-08-05T10:45:59Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "d370d4bb-cf3a-457e-a2a7-1566651544f6", "device_owner": "compute:nova", "mac_address": "fa:16:3e:84:69:27", "device_id": "c80f3f4d-117f-466c-88b1-f3ec11845c28"}, "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "0027b109278744679cbbeb62c674e8a6", "port_id": "c852b83a-7449-4f8b-bff1-f78269584d86", "id": "41ea3f58-f344-4e5c-a3c9-9979d396c777", "qos_policy_id": null}]} 2018-08-05 10:45:59,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-2c1a0bd6-9d27-45db-a86d-ae7f7a970c10 2018-08-05 10:45:59,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0617988109589s 2018-08-05 10:45:59,538 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-2c1a0bd6-9d27-45db-a86d-ae7f7a970c10 2018-08-05 10:45:59,541 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09', 'updated_at': u'2018-08-05T10:45:59Z', 'fixed_ip_address': u'192.168.120.4', 'floating_ip_address': u'172.30.9.203', 'revision_number': 1, 'port_id': u'c852b83a-7449-4f8b-bff1-f78269584d86', 'id': u'41ea3f58-f344-4e5c-a3c9-9979d396c777', 'network': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 'port': u'c852b83a-7449-4f8b-bff1-f78269584d86', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'0027b109278744679cbbeb62c674e8a6', 'name': 'singlevm2-project_4a407016-c1ca-4a82-bf75-3c6836590305', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'0027b109278744679cbbeb62c674e8a6', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'd370d4bb-cf3a-457e-a2a7-1566651544f6', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:84:69:27', u'device_id': u'c80f3f4d-117f-466c-88b1-f3ec11845c28'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'0027b109278744679cbbeb62c674e8a6', 'created_at': u'2018-08-05T10:45:57Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'd370d4bb-cf3a-457e-a2a7-1566651544f6', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:84:69:27', u'device_id': u'c80f3f4d-117f-466c-88b1-f3ec11845c28'}), 'router': u'88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09'}) 2018-08-05 10:45:59,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 10:45:59,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/c80f3f4d-117f-466c-88b1-f3ec11845c28/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 10:45:59,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:45:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6bf1d3d8-c59b-447e-ad04-599c3c131dbb x-compute-request-id: req-6bf1d3d8-c59b-447e-ad04-599c3c131dbb Content-Encoding: gzip Content-Length: 7909 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 464741230 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139949] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141637] pid_max: default: 32768 minimum: 301\n[ 0.142547] ACPI: Core revision 20150930\n[ 0.143947] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145279] Security Framework initialized\n[ 0.146113] Yama: becoming mindful.\n[ 0.146856] AppArmor: AppArmor initialized\n[ 0.147733] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149089] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150391] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153064] Initializing cgroup subsys io\n[ 0.153896] Initializing cgroup subsys memory\n[ 0.154772] Initializing cgroup subsys devices\n[ 0.155670] Initializing cgroup subsys freezer\n[ 0.156557] Initializing cgroup subsys net_cls\n[ 0.157433] Initializing cgroup subsys perf_event\n[ 0.158360] Initializing cgroup subsys net_prio\n[ 0.159275] Initializing cgroup subsys hugetlb\n[ 0.160156] Initializing cgroup subsys pids\n[ 0.161039] CPU: Physical Processor ID: 0\n[ 0.162548] mce: CPU supports 10 MCE banks\n[ 0.163417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164438] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178871] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184958] ftrace: allocating 31920 entries in 125 pages\n[ 0.209717] smpboot: Max logical packages: 1\n[ 0.210616] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211983] x2apic enabled\n[ 0.212799] Switched APIC routing to physical x2apic.\n[ 0.214542] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215684] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217780] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219600] KVM setup paravirtual spinlock\n[ 0.220908] x86: Booted up 1 node, 1 CPUs\n[ 0.221731] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223142] devtmpfs: initialized\n[ 0.224885] evm: security.selinux\n[ 0.225599] evm: security.SMACK64\n[ 0.226297] evm: security.SMACK64EXEC\n[ 0.227060] evm: security.SMACK64TRANSMUTE\n[ 0.227886] evm: security.SMACK64MMAP\n[ 0.228645] evm: security.ima\n[ 0.229297] evm: security.capability\n[ 0.230118] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232010] pinctrl core: initialized pinctrl subsystem\n[ 0.233135] RTC time: 10:45:55, date: 08/05/18\n[ 0.234121] NET: Registered protocol family 16\n[ 0.235129] cpuidle: using governor ladder\n[ 0.235971] cpuidle: using governor menu\n[ 0.236771] PCCT header not found.\n[ 0.237538] ACPI: bus type PCI registered\n[ 0.238358] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239628] PCI: Using configuration type 1 for base access\n[ 0.241411] ACPI: Added _OSI(Module Device)\n[ 0.242272] ACPI: Added _OSI(Processor Device)\n[ 0.243149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244071] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245837] ACPI: Interpreter enabled\n[ 0.246624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254148] ACPI: (supports S0 S5)\n[ 0.254865] ACPI: Using IOAPIC for interrupt routing\n[ 0.255827] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261457] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262673] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264952] acpiphp: Slot [3] registered\n[ 0.265775] acpiphp: Slot [4] registered\n[ 0.266592] acpiphp: Slot [5] registered\n[ 0.267401] acpiphp: Slot [6] registered\n[ 0.268213] acpiphp: Slot [7] registered\n[ 0.269039] acpiphp: Slot [8] registered\n[ 0.269877] acpiphp: Slot [9] registered\n[ 0.270699] acpiphp: Slot [10] registered\n[ 0.271520] acpiphp: Slot [11] registered\n[ 0.272351] acpiphp: Slot [12] registered\n[ 0.273196] acpiphp: Slot [13] registered\n[ 0.274024] acpiphp: Slot [14] registered\n[ 0.274853] acpiphp: Slot [15] registered\n[ 0.285856] acpiphp: Slot [16] registered\n[ 0.286686] acpiphp: Slot [17] registered\n[ 0.287508] acpiphp: Slot [18] registered\n[ 0.288346] acpiphp: Slot [19] registered\n[ 0.289185] acpiphp: Slot [20] registered\n[ 0.290015] acpiphp: Slot [21] registered\n[ 0.290849] acpiphp: Slot [22] registered\n[ 0.291676] acpiphp: Slot [23] registered\n[ 0.292496] acpiphp: Slot [24] registered\n[ 0.293320] acpiphp: Slot [25] registered\n[ 0.294149] acpiphp: Slot [26] registered\n[ 0.294992] acpiphp: Slot [27] registered\n[ 0.295816] acpiphp: Slot [28] registered\n[ 0.296674] acpiphp: Slot [29] registered\n[ 0.297491] acpiphp: Slot [30] registered\n[ 0.298321] acpiphp: Slot [31] registered\n[ 0.299146] PCI host bridge to bus 0000:00\n[ 0.299969] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301199] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302430] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303900] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305365] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306868] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311476] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312679] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313967] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317560] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319153] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337348] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338878] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340614] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343480] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344768] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346088] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347167] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348743] vgaarb: loaded\n[ 0.349351] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350616] SCSI subsystem initialized\n[ 0.351544] ACPI: bus type USB registered\n[ 0.352393] usbcore: registered new interface driver usbfs\n[ 0.353451] usbcore: registered new interface driver hub\n[ 0.354487] usbcore: registered new device driver usb\n[ 0.355619] PCI: Using ACPI for IRQ routing\n[ 0.356748] NetLabel: Initializing\n[ 0.357475] NetLabel: domain hash size = 128\n[ 0.358345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359324] NetLabel: unlabeled traffic allowed by default\n[ 0.360504] clocksource: Switched to clocksource kvm-clock\n[ 0.368741] AppArmor: AppArmor Filesystem Enabled\n[ 0.369733] pnp: PnP ACPI init\n[ 0.370692] pnp: PnP ACPI: found 5 devices\n[ 0.377044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378814] NET: Registered protocol family 2\n[ 0.379874] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381204] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382440] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.384777] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385988] NET: Registered protocol family 1\n[ 0.386893] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388014] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389114] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403196] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417349] Trying to unpack rootfs image as initramfs...\n[ 0.473360] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475065] Scanning for low memory corruption every 60 seconds\n[ 0.476601] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477839] audit: initializing netlink subsys (disabled)\n[ 0.478927] audit: type=2000 audit(1533465956.073:1): initialized\n[ 0.480348] Initialise system trusted keyring\n[ 0.481395] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.482639] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.484871] zbud: loaded\n[ 0.485644] VFS: Disk quotas dquot_6.6.0\n[ 0.486511] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488202] fuse init (API version 7.23)\n[ 0.489178] Key type big_key registered\n[ 0.490033] Allocating IMA MOK and blacklist keyrings.\n[ 0.491343] Key type asymmetric registered\n[ 0.492220] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494827] io scheduler noop registered\n[ 0.495665] io scheduler deadline registered (default)\n[ 0.496735] io scheduler cfq registered\n[ 0.497639] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498749] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500089] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501634] ACPI: Power Button [PWRF]\n[ 0.502534] GHES: HEST is not enabled!\n[ 0.516294] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544482] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.546674] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570435] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.572890] Linux agpgart interface v0.103\n[ 0.575647] brd: module loaded\n[ 0.577414] loop: module loaded\n[ 0.581019] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.582555] GPT:90111 != 2097151\n[ 0.583263] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584419] GPT:90111 != 2097151\n[ 0.585140] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586167] vda: vda1 vda15\n[ 0.587439] scsi host0: ata_piix\n[ 0.588281] scsi host1: ata_piix\n[ 0.589061] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590377] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.591942] libphy: Fixed MDIO Bus: probed\n[ 0.592833] tun: Universal TUN/TAP device driver, 1.6\n[ 0.593862] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596184] PPP generic driver version 2.4.2\n[ 0.597182] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598472] ehci-pci: EHCI PCI platform driver\n[ 0.601583] ehci-platform: EHCI generic platform driver\n[ 0.602670] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.603922] ohci-pci: OHCI PCI platform driver\n[ 0.604887] ohci-platform: OHCI generic platform driver\n[ 0.605983] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620752] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621846] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.623415] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.624552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625782] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.627138] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.628665] usb usb1: Product: UHCI Host Controller\n[ 0.629682] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.630923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.632051] hub 1-0:1.0: USB hub found\n[ 0.632905] hub 1-0:1.0: 2 ports detected\n[ 0.633957] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.636279] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.637333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.638655] mousedev: PS/2 mouse device common for all mice\n[ 0.640058] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.642092] rtc_cmos 00:00: RTC can wake from S4\n[ 0.643296] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.644600] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.645908] i2c /dev entries driver\n[ 0.646753] device-mapper: uevent: version 1.0.3\n[ 0.647814] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.649620] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.651249] NET: Registered protocol family 10\n[ 0.652511] NET: Registered protocol family 17\n[ 0.653494] Key type dns_resolver registered\n[ 0.654600] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.655802] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657766] registered taskstats version 1\n[ 0.658707] Loading compiled-in X.509 certificates\n[ 0.660263] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.662315] zswap: loaded using pool lzo/zbud\n[ 0.664101] Key type trusted registered\n[ 0.665983] Key type encrypted registered\n[ 0.666870] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.668016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.669163] evm: HMAC attrs: 0x1\n[ 0.670251] Magic number: 14:681:779\n[ 0.671193] rtc_cmos 00:00: setting system clock to 2018-08-05 10:45:55 UTC (1533465955)\n[ 0.672949] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674162] EDD information not available.\n[ 0.749852] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761805] Write protecting the kernel read-only data: 14336k\n[ 0.764020] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.765980] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\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.812488] 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.72\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.85. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\n"} 2018-08-05 10:45:59,631 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/c80f3f4d-117f-466c-88b1-f3ec11845c28/action used request id req-6bf1d3d8-c59b-447e-ad04-599c3c131dbb 2018-08-05 10:45:59,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0892519950867s 2018-08-05 10:45:59,632 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/c80f3f4d-117f-466c-88b1-f3ec11845c28/action used request id req-6bf1d3d8-c59b-447e-ad04-599c3c131dbb 2018-08-05 10:45:59,632 - 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 464741230 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139949] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141637] pid_max: default: 32768 minimum: 301 [ 0.142547] ACPI: Core revision 20150930 [ 0.143947] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145279] Security Framework initialized [ 0.146113] Yama: becoming mindful. [ 0.146856] AppArmor: AppArmor initialized [ 0.147733] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.149089] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.150391] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.153064] Initializing cgroup subsys io [ 0.153896] Initializing cgroup subsys memory [ 0.154772] Initializing cgroup subsys devices [ 0.155670] Initializing cgroup subsys freezer [ 0.156557] Initializing cgroup subsys net_cls [ 0.157433] Initializing cgroup subsys perf_event [ 0.158360] Initializing cgroup subsys net_prio [ 0.159275] Initializing cgroup subsys hugetlb [ 0.160156] Initializing cgroup subsys pids [ 0.161039] CPU: Physical Processor ID: 0 [ 0.162548] mce: CPU supports 10 MCE banks [ 0.163417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164438] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.178871] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.184958] ftrace: allocating 31920 entries in 125 pages [ 0.209717] smpboot: Max logical packages: 1 [ 0.210616] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.211983] x2apic enabled [ 0.212799] Switched APIC routing to physical x2apic. [ 0.214542] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.215684] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.217780] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.219600] KVM setup paravirtual spinlock [ 0.220908] x86: Booted up 1 node, 1 CPUs [ 0.221731] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.223142] devtmpfs: initialized [ 0.224885] evm: security.selinux [ 0.225599] evm: security.SMACK64 [ 0.226297] evm: security.SMACK64EXEC [ 0.227060] evm: security.SMACK64TRANSMUTE [ 0.227886] evm: security.SMACK64MMAP [ 0.228645] evm: security.ima [ 0.229297] evm: security.capability [ 0.230118] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.232010] pinctrl core: initialized pinctrl subsystem [ 0.233135] RTC time: 10:45:55, date: 08/05/18 [ 0.234121] NET: Registered protocol family 16 [ 0.235129] cpuidle: using governor ladder [ 0.235971] cpuidle: using governor menu [ 0.236771] PCCT header not found. [ 0.237538] ACPI: bus type PCI registered [ 0.238358] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.239628] PCI: Using configuration type 1 for base access [ 0.241411] ACPI: Added _OSI(Module Device) [ 0.242272] ACPI: Added _OSI(Processor Device) [ 0.243149] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.244071] ACPI: Added _OSI(Processor Aggregator Device) [ 0.245837] ACPI: Interpreter enabled [ 0.246624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.248507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.250381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.252260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.254148] ACPI: (supports S0 S5) [ 0.254865] ACPI: Using IOAPIC for interrupt routing [ 0.255827] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.259006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.260202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.261457] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.262673] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.264952] acpiphp: Slot [3] registered [ 0.265775] acpiphp: Slot [4] registered [ 0.266592] acpiphp: Slot [5] registered [ 0.267401] acpiphp: Slot [6] registered [ 0.268213] acpiphp: Slot [7] registered [ 0.269039] acpiphp: Slot [8] registered [ 0.269877] acpiphp: Slot [9] registered [ 0.270699] acpiphp: Slot [10] registered [ 0.271520] acpiphp: Slot [11] registered [ 0.272351] acpiphp: Slot [12] registered [ 0.273196] acpiphp: Slot [13] registered [ 0.274024] acpiphp: Slot [14] registered [ 0.274853] acpiphp: Slot [15] registered [ 0.285856] acpiphp: Slot [16] registered [ 0.286686] acpiphp: Slot [17] registered [ 0.287508] acpiphp: Slot [18] registered [ 0.288346] acpiphp: Slot [19] registered [ 0.289185] acpiphp: Slot [20] registered [ 0.290015] acpiphp: Slot [21] registered [ 0.290849] acpiphp: Slot [22] registered [ 0.291676] acpiphp: Slot [23] registered [ 0.292496] acpiphp: Slot [24] registered [ 0.293320] acpiphp: Slot [25] registered [ 0.294149] acpiphp: Slot [26] registered [ 0.294992] acpiphp: Slot [27] registered [ 0.295816] acpiphp: Slot [28] registered [ 0.296674] acpiphp: Slot [29] registered [ 0.297491] acpiphp: Slot [30] registered [ 0.298321] acpiphp: Slot [31] registered [ 0.299146] PCI host bridge to bus 0000:00 [ 0.299969] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.301199] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.302430] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.303900] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.305365] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.306868] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.310175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311476] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312679] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313967] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.317560] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.319153] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.337348] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.338878] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.340614] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.342061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.343480] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.344768] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.346088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.347167] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.348743] vgaarb: loaded [ 0.349351] vgaarb: bridge control possible 0000:00:02.0 [ 0.350616] SCSI subsystem initialized [ 0.351544] ACPI: bus type USB registered [ 0.352393] usbcore: registered new interface driver usbfs [ 0.353451] usbcore: registered new interface driver hub [ 0.354487] usbcore: registered new device driver usb [ 0.355619] PCI: Using ACPI for IRQ routing [ 0.356748] NetLabel: Initializing [ 0.357475] NetLabel: domain hash size = 128 [ 0.358345] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.359324] NetLabel: unlabeled traffic allowed by default [ 0.360504] clocksource: Switched to clocksource kvm-clock [ 0.368741] AppArmor: AppArmor Filesystem Enabled [ 0.369733] pnp: PnP ACPI init [ 0.370692] pnp: PnP ACPI: found 5 devices [ 0.377044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.378814] NET: Registered protocol family 2 [ 0.379874] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.381204] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.382440] TCP: Hash tables configured (established 4096 bind 4096) [ 0.383667] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.384777] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.385988] NET: Registered protocol family 1 [ 0.386893] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.388014] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.389114] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.403196] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.417349] Trying to unpack rootfs image as initramfs... [ 0.473360] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.475065] Scanning for low memory corruption every 60 seconds [ 0.476601] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.477839] audit: initializing netlink subsys (disabled) [ 0.478927] audit: type=2000 audit(1533465956.073:1): initialized [ 0.480348] Initialise system trusted keyring [ 0.481395] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.482639] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.484871] zbud: loaded [ 0.485644] VFS: Disk quotas dquot_6.6.0 [ 0.486511] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.488202] fuse init (API version 7.23) [ 0.489178] Key type big_key registered [ 0.490033] Allocating IMA MOK and blacklist keyrings. [ 0.491343] Key type asymmetric registered [ 0.492220] Asymmetric key parser 'x509' registered [ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.494827] io scheduler noop registered [ 0.495665] io scheduler deadline registered (default) [ 0.496735] io scheduler cfq registered [ 0.497639] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.498749] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.500089] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.501634] ACPI: Power Button [PWRF] [ 0.502534] GHES: HEST is not enabled! [ 0.516294] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.544482] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.546674] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.570435] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.572890] Linux agpgart interface v0.103 [ 0.575647] brd: module loaded [ 0.577414] loop: module loaded [ 0.581019] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.582555] GPT:90111 != 2097151 [ 0.583263] GPT:Alternate GPT header not at the end of the disk. [ 0.584419] GPT:90111 != 2097151 [ 0.585140] GPT: Use GNU Parted to correct GPT errors. [ 0.586167] vda: vda1 vda15 [ 0.587439] scsi host0: ata_piix [ 0.588281] scsi host1: ata_piix [ 0.589061] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.590377] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.591942] libphy: Fixed MDIO Bus: probed [ 0.592833] tun: Universal TUN/TAP device driver, 1.6 [ 0.593862] tun: (C) 1999-2004 Max Krasnyansky [ 0.596184] PPP generic driver version 2.4.2 [ 0.597182] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.598472] ehci-pci: EHCI PCI platform driver [ 0.601583] ehci-platform: EHCI generic platform driver [ 0.602670] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.603922] ohci-pci: OHCI PCI platform driver [ 0.604887] ohci-platform: OHCI generic platform driver [ 0.605983] uhci_hcd: USB Universal Host Controller Interface driver [ 0.620752] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.621846] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.623415] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.624552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.625782] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.627138] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.628665] usb usb1: Product: UHCI Host Controller [ 0.629682] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.630923] usb usb1: SerialNumber: 0000:00:01.2 [ 0.632051] hub 1-0:1.0: USB hub found [ 0.632905] hub 1-0:1.0: 2 ports detected [ 0.633957] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.636279] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.637333] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.638655] mousedev: PS/2 mouse device common for all mice [ 0.640058] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.642092] rtc_cmos 00:00: RTC can wake from S4 [ 0.643296] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.644600] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.645908] i2c /dev entries driver [ 0.646753] device-mapper: uevent: version 1.0.3 [ 0.647814] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.649620] ledtrig-cpu: registered to indicate activity on CPUs [ 0.651249] NET: Registered protocol family 10 [ 0.652511] NET: Registered protocol family 17 [ 0.653494] Key type dns_resolver registered [ 0.654600] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.655802] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.657766] registered taskstats version 1 [ 0.658707] Loading compiled-in X.509 certificates [ 0.660263] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.662315] zswap: loaded using pool lzo/zbud [ 0.664101] Key type trusted registered [ 0.665983] Key type encrypted registered [ 0.666870] AppArmor: AppArmor sha1 policy hashing enabled [ 0.668016] ima: No TPM chip found, activating TPM-bypass! [ 0.669163] evm: HMAC attrs: 0x1 [ 0.670251] Magic number: 14:681:779 [ 0.671193] rtc_cmos 00:00: setting system clock to 2018-08-05 10:45:55 UTC (1533465955) [ 0.672949] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674162] EDD information not available. [ 0.749852] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761805] Write protecting the kernel read-only data: 14336k [ 0.764020] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.765980] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 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.812488] 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.72 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.85. iid=i-00000002 failed to get http://169.254.169.254/2009-04-04/user-data warning: no ec2 metadata for user-data 2018-08-05 10:45:59,635 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.203: [Errno None] Unable to connect to port 22 on 172.30.9.203 2018-08-05 10:46:08,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 10:46:08,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/c80f3f4d-117f-466c-88b1-f3ec11845c28/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 10:46:08,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10: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-cdea2b14-a320-4d75-8029-7a9864eac4ba x-compute-request-id: req-cdea2b14-a320-4d75-8029-7a9864eac4ba 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 464741230 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.139949] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.141637] pid_max: default: 32768 minimum: 301\n[ 0.142547] ACPI: Core revision 20150930\n[ 0.143947] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145279] Security Framework initialized\n[ 0.146113] Yama: becoming mindful.\n[ 0.146856] AppArmor: AppArmor initialized\n[ 0.147733] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149089] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150391] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153064] Initializing cgroup subsys io\n[ 0.153896] Initializing cgroup subsys memory\n[ 0.154772] Initializing cgroup subsys devices\n[ 0.155670] Initializing cgroup subsys freezer\n[ 0.156557] Initializing cgroup subsys net_cls\n[ 0.157433] Initializing cgroup subsys perf_event\n[ 0.158360] Initializing cgroup subsys net_prio\n[ 0.159275] Initializing cgroup subsys hugetlb\n[ 0.160156] Initializing cgroup subsys pids\n[ 0.161039] CPU: Physical Processor ID: 0\n[ 0.162548] mce: CPU supports 10 MCE banks\n[ 0.163417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164438] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178871] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.184958] ftrace: allocating 31920 entries in 125 pages\n[ 0.209717] smpboot: Max logical packages: 1\n[ 0.210616] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211983] x2apic enabled\n[ 0.212799] Switched APIC routing to physical x2apic.\n[ 0.214542] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.215684] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217780] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.219600] KVM setup paravirtual spinlock\n[ 0.220908] x86: Booted up 1 node, 1 CPUs\n[ 0.221731] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223142] devtmpfs: initialized\n[ 0.224885] evm: security.selinux\n[ 0.225599] evm: security.SMACK64\n[ 0.226297] evm: security.SMACK64EXEC\n[ 0.227060] evm: security.SMACK64TRANSMUTE\n[ 0.227886] evm: security.SMACK64MMAP\n[ 0.228645] evm: security.ima\n[ 0.229297] evm: security.capability\n[ 0.230118] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232010] pinctrl core: initialized pinctrl subsystem\n[ 0.233135] RTC time: 10:45:55, date: 08/05/18\n[ 0.234121] NET: Registered protocol family 16\n[ 0.235129] cpuidle: using governor ladder\n[ 0.235971] cpuidle: using governor menu\n[ 0.236771] PCCT header not found.\n[ 0.237538] ACPI: bus type PCI registered\n[ 0.238358] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239628] PCI: Using configuration type 1 for base access\n[ 0.241411] ACPI: Added _OSI(Module Device)\n[ 0.242272] ACPI: Added _OSI(Processor Device)\n[ 0.243149] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244071] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245837] ACPI: Interpreter enabled\n[ 0.246624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254148] ACPI: (supports S0 S5)\n[ 0.254865] ACPI: Using IOAPIC for interrupt routing\n[ 0.255827] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261457] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262673] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264952] acpiphp: Slot [3] registered\n[ 0.265775] acpiphp: Slot [4] registered\n[ 0.266592] acpiphp: Slot [5] registered\n[ 0.267401] acpiphp: Slot [6] registered\n[ 0.268213] acpiphp: Slot [7] registered\n[ 0.269039] acpiphp: Slot [8] registered\n[ 0.269877] acpiphp: Slot [9] registered\n[ 0.270699] acpiphp: Slot [10] registered\n[ 0.271520] acpiphp: Slot [11] registered\n[ 0.272351] acpiphp: Slot [12] registered\n[ 0.273196] acpiphp: Slot [13] registered\n[ 0.274024] acpiphp: Slot [14] registered\n[ 0.274853] acpiphp: Slot [15] registered\n[ 0.285856] acpiphp: Slot [16] registered\n[ 0.286686] acpiphp: Slot [17] registered\n[ 0.287508] acpiphp: Slot [18] registered\n[ 0.288346] acpiphp: Slot [19] registered\n[ 0.289185] acpiphp: Slot [20] registered\n[ 0.290015] acpiphp: Slot [21] registered\n[ 0.290849] acpiphp: Slot [22] registered\n[ 0.291676] acpiphp: Slot [23] registered\n[ 0.292496] acpiphp: Slot [24] registered\n[ 0.293320] acpiphp: Slot [25] registered\n[ 0.294149] acpiphp: Slot [26] registered\n[ 0.294992] acpiphp: Slot [27] registered\n[ 0.295816] acpiphp: Slot [28] registered\n[ 0.296674] acpiphp: Slot [29] registered\n[ 0.297491] acpiphp: Slot [30] registered\n[ 0.298321] acpiphp: Slot [31] registered\n[ 0.299146] PCI host bridge to bus 0000:00\n[ 0.299969] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301199] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302430] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303900] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305365] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306868] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311476] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312679] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313967] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317560] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.319153] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337348] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338878] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340614] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343480] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344768] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346088] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347167] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348743] vgaarb: loaded\n[ 0.349351] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350616] SCSI subsystem initialized\n[ 0.351544] ACPI: bus type USB registered\n[ 0.352393] usbcore: registered new interface driver usbfs\n[ 0.353451] usbcore: registered new interface driver hub\n[ 0.354487] usbcore: registered new device driver usb\n[ 0.355619] PCI: Using ACPI for IRQ routing\n[ 0.356748] NetLabel: Initializing\n[ 0.357475] NetLabel: domain hash size = 128\n[ 0.358345] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359324] NetLabel: unlabeled traffic allowed by default\n[ 0.360504] clocksource: Switched to clocksource kvm-clock\n[ 0.368741] AppArmor: AppArmor Filesystem Enabled\n[ 0.369733] pnp: PnP ACPI init\n[ 0.370692] pnp: PnP ACPI: found 5 devices\n[ 0.377044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378814] NET: Registered protocol family 2\n[ 0.379874] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381204] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382440] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.384777] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385988] NET: Registered protocol family 1\n[ 0.386893] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388014] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389114] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403196] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417349] Trying to unpack rootfs image as initramfs...\n[ 0.473360] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475065] Scanning for low memory corruption every 60 seconds\n[ 0.476601] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477839] audit: initializing netlink subsys (disabled)\n[ 0.478927] audit: type=2000 audit(1533465956.073:1): initialized\n[ 0.480348] Initialise system trusted keyring\n[ 0.481395] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.482639] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.484871] zbud: loaded\n[ 0.485644] VFS: Disk quotas dquot_6.6.0\n[ 0.486511] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488202] fuse init (API version 7.23)\n[ 0.489178] Key type big_key registered\n[ 0.490033] Allocating IMA MOK and blacklist keyrings.\n[ 0.491343] Key type asymmetric registered\n[ 0.492220] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494827] io scheduler noop registered\n[ 0.495665] io scheduler deadline registered (default)\n[ 0.496735] io scheduler cfq registered\n[ 0.497639] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498749] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500089] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501634] ACPI: Power Button [PWRF]\n[ 0.502534] GHES: HEST is not enabled!\n[ 0.516294] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544482] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.546674] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570435] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.572890] Linux agpgart interface v0.103\n[ 0.575647] brd: module loaded\n[ 0.577414] loop: module loaded\n[ 0.581019] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.582555] GPT:90111 != 2097151\n[ 0.583263] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584419] GPT:90111 != 2097151\n[ 0.585140] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586167] vda: vda1 vda15\n[ 0.587439] scsi host0: ata_piix\n[ 0.588281] scsi host1: ata_piix\n[ 0.589061] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590377] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.591942] libphy: Fixed MDIO Bus: probed\n[ 0.592833] tun: Universal TUN/TAP device driver, 1.6\n[ 0.593862] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596184] PPP generic driver version 2.4.2\n[ 0.597182] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598472] ehci-pci: EHCI PCI platform driver\n[ 0.601583] ehci-platform: EHCI generic platform driver\n[ 0.602670] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.603922] ohci-pci: OHCI PCI platform driver\n[ 0.604887] ohci-platform: OHCI generic platform driver\n[ 0.605983] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620752] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621846] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.623415] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.624552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625782] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.627138] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.628665] usb usb1: Product: UHCI Host Controller\n[ 0.629682] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.630923] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.632051] hub 1-0:1.0: USB hub found\n[ 0.632905] hub 1-0:1.0: 2 ports detected\n[ 0.633957] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.636279] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.637333] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.638655] mousedev: PS/2 mouse device common for all mice\n[ 0.640058] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.642092] rtc_cmos 00:00: RTC can wake from S4\n[ 0.643296] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.644600] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.645908] i2c /dev entries driver\n[ 0.646753] device-mapper: uevent: version 1.0.3\n[ 0.647814] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.649620] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.651249] NET: Registered protocol family 10\n[ 0.652511] NET: Registered protocol family 17\n[ 0.653494] Key type dns_resolver registered\n[ 0.654600] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.655802] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.657766] registered taskstats version 1\n[ 0.658707] Loading compiled-in X.509 certificates\n[ 0.660263] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.662315] zswap: loaded using pool lzo/zbud\n[ 0.664101] Key type trusted registered\n[ 0.665983] Key type encrypted registered\n[ 0.666870] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.668016] ima: No TPM chip found, activating TPM-bypass!\n[ 0.669163] evm: HMAC attrs: 0x1\n[ 0.670251] Magic number: 14:681:779\n[ 0.671193] rtc_cmos 00:00: setting system clock to 2018-08-05 10:45:55 UTC (1533465955)\n[ 0.672949] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674162] EDD information not available.\n[ 0.749852] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761805] Write protecting the kernel read-only data: 14336k\n[ 0.764020] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.765980] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\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.812488] 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.72\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.85. 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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFdbc0cvQOZOzUMvSnvDVY/x/3CnmTnag+TBGCLjLbIhDD9gB2JwTkwVx8tGyQK/hL81o0Arc5JzLzDaKbEDU8F17tw0BLo/nKWqpgWIrIsvLyzqfMTJsrlExZ0g9qzsxC5aPs8QSaYwjBcH2JD5aUX+PQptPVvgVHSTaDEobW69egIQmWtF3ZXi8wmryCguDbL6gtag21wHxi7jZFJpk2z0NSZ3sA8G2+rlwFcOLwgwjdUyQS25rKIi7xh3Nue30uHU/GIZWtJNA5Bv4Lfec7LeK6Hy8CIgQQzs5TlTM7sy2i0528PoxO8WsOXig0MgdJAz7rGYTbMEvGmYYAyEiX root@singlevm2-vm-4a407016-c1ca-4a82-bf75-3c6836590305\nssh-dss AAAAB3NzaC1kc3MAAACBAMEr7fM2HkxDQ80lVFuc1C57mGOMboKua3YP7qzlqtUI6Uzyap/UdmTjKxAvvkL0xirPQcf9SH+grzQQfeomZUIJWJS5ON05hu8iFOZO2hXK0iUqmAH38NDFrE8u20RL2yGRQUxMjMOdcrkYhufpzMCQ6Y66jkZkQ+YQS2jM5HJfAAAAFQDXKpCTQXEoZFbCeyONu4++pdfTxQAAAIBoULZkS673EdgZVoz60zsBU1rKSg30zUZ1tyBMSRBh3ZGtUYaNA5UH4L9dSP8VLsJp+75UE5YMYS3xSUB+mhWapGjbQRDhm0qdz3b8Oac45XBWBxPjHQaf3eQqOkJ2sK4P9sYUq6CP5rPh2D95Oj30riE882UOk3ZY7iiPZC3mcQAAAIB6h6TLmoT7PNx09OUXV41hzVP06k9qVd5HGHFVGk9TXS4jH7+fCicgqt87/2KpL/+aEYZMw9N6EOgLMSIbLcVIrpSv5kMDPESSejBuIfbuV21I5wme6kv1XJ8szsq030DvpNjEOOq2RKqYUMA2WpzEJSECA5dUz+42N3nSJSIwLA== root@singlevm2-vm-4a407016-c1ca-4a82-bf75-3c6836590305\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.4,24,fe80::f816:3eff:fe84:6927/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-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-4a407016-c1ca-4a82-bf75-3c6836590305\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.62 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-4a407016-c1ca-4a82-bf75-3c6836590305 login: "} 2018-08-05 10:46:08,729 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/c80f3f4d-117f-466c-88b1-f3ec11845c28/action used request id req-cdea2b14-a320-4d75-8029-7a9864eac4ba 2018-08-05 10:46:08,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0843789577484s 2018-08-05 10:46:08,729 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/c80f3f4d-117f-466c-88b1-f3ec11845c28/action used request id req-cdea2b14-a320-4d75-8029-7a9864eac4ba 2018-08-05 10:46:08,729 - 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 464741230 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.139949] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.141637] pid_max: default: 32768 minimum: 301 [ 0.142547] ACPI: Core revision 20150930 [ 0.143947] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145279] Security Framework initialized [ 0.146113] Yama: becoming mindful. [ 0.146856] AppArmor: AppArmor initialized [ 0.147733] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.149089] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.150391] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.153064] Initializing cgroup subsys io [ 0.153896] Initializing cgroup subsys memory [ 0.154772] Initializing cgroup subsys devices [ 0.155670] Initializing cgroup subsys freezer [ 0.156557] Initializing cgroup subsys net_cls [ 0.157433] Initializing cgroup subsys perf_event [ 0.158360] Initializing cgroup subsys net_prio [ 0.159275] Initializing cgroup subsys hugetlb [ 0.160156] Initializing cgroup subsys pids [ 0.161039] CPU: Physical Processor ID: 0 [ 0.162548] mce: CPU supports 10 MCE banks [ 0.163417] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164438] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.178871] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.184958] ftrace: allocating 31920 entries in 125 pages [ 0.209717] smpboot: Max logical packages: 1 [ 0.210616] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.211983] x2apic enabled [ 0.212799] Switched APIC routing to physical x2apic. [ 0.214542] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.215684] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.217780] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.219600] KVM setup paravirtual spinlock [ 0.220908] x86: Booted up 1 node, 1 CPUs [ 0.221731] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.223142] devtmpfs: initialized [ 0.224885] evm: security.selinux [ 0.225599] evm: security.SMACK64 [ 0.226297] evm: security.SMACK64EXEC [ 0.227060] evm: security.SMACK64TRANSMUTE [ 0.227886] evm: security.SMACK64MMAP [ 0.228645] evm: security.ima [ 0.229297] evm: security.capability [ 0.230118] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.232010] pinctrl core: initialized pinctrl subsystem [ 0.233135] RTC time: 10:45:55, date: 08/05/18 [ 0.234121] NET: Registered protocol family 16 [ 0.235129] cpuidle: using governor ladder [ 0.235971] cpuidle: using governor menu [ 0.236771] PCCT header not found. [ 0.237538] ACPI: bus type PCI registered [ 0.238358] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.239628] PCI: Using configuration type 1 for base access [ 0.241411] ACPI: Added _OSI(Module Device) [ 0.242272] ACPI: Added _OSI(Processor Device) [ 0.243149] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.244071] ACPI: Added _OSI(Processor Aggregator Device) [ 0.245837] ACPI: Interpreter enabled [ 0.246624] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.248507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.250381] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.252260] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.254148] ACPI: (supports S0 S5) [ 0.254865] ACPI: Using IOAPIC for interrupt routing [ 0.255827] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.259006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.260202] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.261457] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.262673] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.264952] acpiphp: Slot [3] registered [ 0.265775] acpiphp: Slot [4] registered [ 0.266592] acpiphp: Slot [5] registered [ 0.267401] acpiphp: Slot [6] registered [ 0.268213] acpiphp: Slot [7] registered [ 0.269039] acpiphp: Slot [8] registered [ 0.269877] acpiphp: Slot [9] registered [ 0.270699] acpiphp: Slot [10] registered [ 0.271520] acpiphp: Slot [11] registered [ 0.272351] acpiphp: Slot [12] registered [ 0.273196] acpiphp: Slot [13] registered [ 0.274024] acpiphp: Slot [14] registered [ 0.274853] acpiphp: Slot [15] registered [ 0.285856] acpiphp: Slot [16] registered [ 0.286686] acpiphp: Slot [17] registered [ 0.287508] acpiphp: Slot [18] registered [ 0.288346] acpiphp: Slot [19] registered [ 0.289185] acpiphp: Slot [20] registered [ 0.290015] acpiphp: Slot [21] registered [ 0.290849] acpiphp: Slot [22] registered [ 0.291676] acpiphp: Slot [23] registered [ 0.292496] acpiphp: Slot [24] registered [ 0.293320] acpiphp: Slot [25] registered [ 0.294149] acpiphp: Slot [26] registered [ 0.294992] acpiphp: Slot [27] registered [ 0.295816] acpiphp: Slot [28] registered [ 0.296674] acpiphp: Slot [29] registered [ 0.297491] acpiphp: Slot [30] registered [ 0.298321] acpiphp: Slot [31] registered [ 0.299146] PCI host bridge to bus 0000:00 [ 0.299969] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.301199] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.302430] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.303900] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.305365] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.306868] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.310175] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311476] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312679] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313967] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.317560] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.319153] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.337348] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.338878] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.340614] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.342061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.343480] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.344768] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.346088] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.347167] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.348743] vgaarb: loaded [ 0.349351] vgaarb: bridge control possible 0000:00:02.0 [ 0.350616] SCSI subsystem initialized [ 0.351544] ACPI: bus type USB registered [ 0.352393] usbcore: registered new interface driver usbfs [ 0.353451] usbcore: registered new interface driver hub [ 0.354487] usbcore: registered new device driver usb [ 0.355619] PCI: Using ACPI for IRQ routing [ 0.356748] NetLabel: Initializing [ 0.357475] NetLabel: domain hash size = 128 [ 0.358345] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.359324] NetLabel: unlabeled traffic allowed by default [ 0.360504] clocksource: Switched to clocksource kvm-clock [ 0.368741] AppArmor: AppArmor Filesystem Enabled [ 0.369733] pnp: PnP ACPI init [ 0.370692] pnp: PnP ACPI: found 5 devices [ 0.377044] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.378814] NET: Registered protocol family 2 [ 0.379874] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.381204] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.382440] TCP: Hash tables configured (established 4096 bind 4096) [ 0.383667] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.384777] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.385988] NET: Registered protocol family 1 [ 0.386893] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.388014] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.389114] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.403196] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.417349] Trying to unpack rootfs image as initramfs... [ 0.473360] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.475065] Scanning for low memory corruption every 60 seconds [ 0.476601] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.477839] audit: initializing netlink subsys (disabled) [ 0.478927] audit: type=2000 audit(1533465956.073:1): initialized [ 0.480348] Initialise system trusted keyring [ 0.481395] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.482639] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.484871] zbud: loaded [ 0.485644] VFS: Disk quotas dquot_6.6.0 [ 0.486511] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.488202] fuse init (API version 7.23) [ 0.489178] Key type big_key registered [ 0.490033] Allocating IMA MOK and blacklist keyrings. [ 0.491343] Key type asymmetric registered [ 0.492220] Asymmetric key parser 'x509' registered [ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.494827] io scheduler noop registered [ 0.495665] io scheduler deadline registered (default) [ 0.496735] io scheduler cfq registered [ 0.497639] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.498749] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.500089] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.501634] ACPI: Power Button [PWRF] [ 0.502534] GHES: HEST is not enabled! [ 0.516294] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.544482] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.546674] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.570435] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.572890] Linux agpgart interface v0.103 [ 0.575647] brd: module loaded [ 0.577414] loop: module loaded [ 0.581019] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.582555] GPT:90111 != 2097151 [ 0.583263] GPT:Alternate GPT header not at the end of the disk. [ 0.584419] GPT:90111 != 2097151 [ 0.585140] GPT: Use GNU Parted to correct GPT errors. [ 0.586167] vda: vda1 vda15 [ 0.587439] scsi host0: ata_piix [ 0.588281] scsi host1: ata_piix [ 0.589061] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.590377] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.591942] libphy: Fixed MDIO Bus: probed [ 0.592833] tun: Universal TUN/TAP device driver, 1.6 [ 0.593862] tun: (C) 1999-2004 Max Krasnyansky [ 0.596184] PPP generic driver version 2.4.2 [ 0.597182] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.598472] ehci-pci: EHCI PCI platform driver [ 0.601583] ehci-platform: EHCI generic platform driver [ 0.602670] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.603922] ohci-pci: OHCI PCI platform driver [ 0.604887] ohci-platform: OHCI generic platform driver [ 0.605983] uhci_hcd: USB Universal Host Controller Interface driver [ 0.620752] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.621846] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.623415] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.624552] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.625782] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.627138] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.628665] usb usb1: Product: UHCI Host Controller [ 0.629682] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.630923] usb usb1: SerialNumber: 0000:00:01.2 [ 0.632051] hub 1-0:1.0: USB hub found [ 0.632905] hub 1-0:1.0: 2 ports detected [ 0.633957] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.636279] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.637333] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.638655] mousedev: PS/2 mouse device common for all mice [ 0.640058] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.642092] rtc_cmos 00:00: RTC can wake from S4 [ 0.643296] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.644600] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.645908] i2c /dev entries driver [ 0.646753] device-mapper: uevent: version 1.0.3 [ 0.647814] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.649620] ledtrig-cpu: registered to indicate activity on CPUs [ 0.651249] NET: Registered protocol family 10 [ 0.652511] NET: Registered protocol family 17 [ 0.653494] Key type dns_resolver registered [ 0.654600] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.655802] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.657766] registered taskstats version 1 [ 0.658707] Loading compiled-in X.509 certificates [ 0.660263] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.662315] zswap: loaded using pool lzo/zbud [ 0.664101] Key type trusted registered [ 0.665983] Key type encrypted registered [ 0.666870] AppArmor: AppArmor sha1 policy hashing enabled [ 0.668016] ima: No TPM chip found, activating TPM-bypass! [ 0.669163] evm: HMAC attrs: 0x1 [ 0.670251] Magic number: 14:681:779 [ 0.671193] rtc_cmos 00:00: setting system clock to 2018-08-05 10:45:55 UTC (1533465955) [ 0.672949] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674162] EDD information not available. [ 0.749852] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761805] Write protecting the kernel read-only data: 14336k [ 0.764020] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.765980] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 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.812488] 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.72 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.85. 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.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFdbc0cvQOZOzUMvSnvDVY/x/3CnmTnag+TBGCLjLbIhDD9gB2JwTkwVx8tGyQK/hL81o0Arc5JzLzDaKbEDU8F17tw0BLo/nKWqpgWIrIsvLyzqfMTJsrlExZ0g9qzsxC5aPs8QSaYwjBcH2JD5aUX+PQptPVvgVHSTaDEobW69egIQmWtF3ZXi8wmryCguDbL6gtag21wHxi7jZFJpk2z0NSZ3sA8G2+rlwFcOLwgwjdUyQS25rKIi7xh3Nue30uHU/GIZWtJNA5Bv4Lfec7LeK6Hy8CIgQQzs5TlTM7sy2i0528PoxO8WsOXig0MgdJAz7rGYTbMEvGmYYAyEiX root@singlevm2-vm-4a407016-c1ca-4a82-bf75-3c6836590305 ssh-dss AAAAB3NzaC1kc3MAAACBAMEr7fM2HkxDQ80lVFuc1C57mGOMboKua3YP7qzlqtUI6Uzyap/UdmTjKxAvvkL0xirPQcf9SH+grzQQfeomZUIJWJS5ON05hu8iFOZO2hXK0iUqmAH38NDFrE8u20RL2yGRQUxMjMOdcrkYhufpzMCQ6Y66jkZkQ+YQS2jM5HJfAAAAFQDXKpCTQXEoZFbCeyONu4++pdfTxQAAAIBoULZkS673EdgZVoz60zsBU1rKSg30zUZ1tyBMSRBh3ZGtUYaNA5UH4L9dSP8VLsJp+75UE5YMYS3xSUB+mhWapGjbQRDhm0qdz3b8Oac45XBWBxPjHQaf3eQqOkJ2sK4P9sYUq6CP5rPh2D95Oj30riE882UOk3ZY7iiPZC3mcQAAAIB6h6TLmoT7PNx09OUXV41hzVP06k9qVd5HGHFVGk9TXS4jH7+fCicgqt87/2KpL/+aEYZMw9N6EOgLMSIbLcVIrpSv5kMDPESSejBuIfbuV21I5wme6kv1XJ8szsq030DvpNjEOOq2RKqYUMA2WpzEJSECA5dUz+42N3nSJSIwLA== root@singlevm2-vm-4a407016-c1ca-4a82-bf75-3c6836590305 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.4,24,fe80::f816:3eff:fe84:6927/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-00000002 name: N/A availability-zone: nova local-hostname: singlevm2-vm-4a407016-c1ca-4a82-bf75-3c6836590305 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.62 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-4a407016-c1ca-4a82-bf75-3c6836590305 login: 2018-08-05 10:46:08,731 - paramiko.transport - DEBUG - starting thread (client mode): 0x700a2a50L 2018-08-05 10:46:08,731 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-05 10:46:08,731 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-05 10:46:08,732 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-05 10:46:08,733 - 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-05 10:46:08,733 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-05 10:46:08,733 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-05 10:46:08,733 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-05 10:46:08,734 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-05 10:46:08,734 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-05 10:46:08,747 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-05 10:46:08,748 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-05 10:46:08,763 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.203: 24d73a802cb02a28846b7775ffe05056 2018-08-05 10:46:08,764 - paramiko.transport - DEBUG - Trying discovered key bb9627fa364eca9f6cb3fa7dbbb10194 in /tmp/tmpXC4WaC 2018-08-05 10:46:08,785 - paramiko.transport - DEBUG - userauth is OK 2018-08-05 10:46:08,789 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-05 10:46:08,796 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-05 10:46:08,797 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-05 10:46:08,797 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-05 10:46:08,798 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-05 10:46:08,799 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-05 10:46:08,799 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-05 10:46:08,799 - functest.core.singlevm - DEBUG - error: 2018-08-05 10:46:08,802 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-05 10:46:08,911 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-05 10:46:08,911 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:33 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-05 10:46:08,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-05 10:46:08,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/floatingips/41ea3f58-f344-4e5c-a3c9-9979d396c777.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:46:09,962 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c8497583-3ee6-4864-9653-b1e7c65df462 Content-Length: 0 Date: Sun, 05 Aug 2018 10:46:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:46:09,963 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/41ea3f58-f344-4e5c-a3c9-9979d396c777.json used request id req-c8497583-3ee6-4864-9653-b1e7c65df462 2018-08-05 10:46:09,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.04689407349s 2018-08-05 10:46:09,963 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/41ea3f58-f344-4e5c-a3c9-9979d396c777.json used request id req-c8497583-3ee6-4864-9653-b1e7c65df462 2018-08-05 10:46:09,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:46:09,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:46:10,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-04599d22-6b04-478d-a729-b4c86ad43004 Date: Sun, 05 Aug 2018 10:46:10 GMT RESP BODY: {"floatingips": []} 2018-08-05 10:46:10,036 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-04599d22-6b04-478d-a729-b4c86ad43004 2018-08-05 10:46:10,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0677201747894s 2018-08-05 10:46:10,036 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-04599d22-6b04-478d-a729-b4c86ad43004 2018-08-05 10:46:10,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-05 10:46:10,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/servers/c80f3f4d-117f-466c-88b1-f3ec11845c28 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:46:10,231 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 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 x-openstack-request-id: req-f98f7868-9fdb-4fb5-a393-797b912ae11e x-compute-request-id: req-f98f7868-9fdb-4fb5-a393-797b912ae11e Content-Type: application/json 2018-08-05 10:46:10,231 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/c80f3f4d-117f-466c-88b1-f3ec11845c28 used request id req-f98f7868-9fdb-4fb5-a393-797b912ae11e 2018-08-05 10:46:10,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.19437289238s 2018-08-05 10:46:10,232 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/c80f3f4d-117f-466c-88b1-f3ec11845c28 used request id req-f98f7868-9fdb-4fb5-a393-797b912ae11e 2018-08-05 10:46:10,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:46:10,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:46:11,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-9031c19e-ae84-4e7f-8930-50c4c2a3e4d2 x-compute-request-id: req-9031c19e-ae84-4e7f-8930-50c4c2a3e4d2 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_4a407016-c1ca-4a82-bf75-3c6836590305": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:69:27", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:69:27", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/c80f3f4d-117f-466c-88b1-f3ec11845c28", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/c80f3f4d-117f-466c-88b1-f3ec11845c28", "rel": "bookmark"}], "image": {"id": "c9b57bed-dfe6-43b0-83e8-f7acf4b0447f", "links": [{"href": "http://172.30.9.46:8774/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:45:55.000000", "flavor": {"id": "60eeb717-51b5-4328-a9a2-b5be0ec95cce", "links": [{"href": "http://172.30.9.46:8774/flavors/60eeb717-51b5-4328-a9a2-b5be0ec95cce", "rel": "bookmark"}]}, "id": "c80f3f4d-117f-466c-88b1-f3ec11845c28", "security_groups": [{"name": "singlevm2-sg_4a407016-c1ca-4a82-bf75-3c6836590305"}], "user_id": "fb8710a36bee44479383c409b5643613", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:46:10Z", "hostId": "b59ae127664d1287047757e649498a909064f902f2bcfd9f70d5a918", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_4a407016-c1ca-4a82-bf75-3c6836590305", "name": "singlevm2-vm_4a407016-c1ca-4a82-bf75-3c6836590305", "created": "2018-08-05T10:45:47Z", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:46:11,104 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9031c19e-ae84-4e7f-8930-50c4c2a3e4d2 2018-08-05 10:46:11,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.87212896347s 2018-08-05 10:46:11,105 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9031c19e-ae84-4e7f-8930-50c4c2a3e4d2 2018-08-05 10:46:11,106 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:46:13,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:46:13,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:46:13,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:46: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-668205a9-0230-4802-9042-cfd08b587dc5 x-compute-request-id: req-668205a9-0230-4802-9042-cfd08b587dc5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-05 10:46:13,194 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-668205a9-0230-4802-9042-cfd08b587dc5 2018-08-05 10:46:13,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0851771831512s 2018-08-05 10:46:13,195 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-668205a9-0230-4802-9042-cfd08b587dc5 2018-08-05 10:46:13,200 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 10:46:13,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:46:13,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-efff7bdc-b909-491f-a2ab-1ff6bc72f6f5 Date: Sun, 05 Aug 2018 10:46:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "0027b109278744679cbbeb62c674e8a6", "created_at": "2018-08-05T10:45:36Z", "updated_at": "2018-08-05T10:45:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:36Z", "revision_number": 0, "id": "396c2a70-2d0b-4692-a0cf-9665a1722a7b", "remote_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:36Z", "security_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv6", "project_id": "0027b109278744679cbbeb62c674e8a6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:36Z", "revision_number": 0, "id": "6b444bd8-934a-43de-ad04-2051d67c9271", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:36Z", "security_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv6", "project_id": "0027b109278744679cbbeb62c674e8a6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:36Z", "revision_number": 0, "id": "87a650a3-9c14-4811-9c24-a95ae53ee23d", "remote_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:36Z", "security_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "0027b109278744679cbbeb62c674e8a6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:36Z", "revision_number": 0, "id": "97e5beb4-9281-460b-a97b-b8f185c0e8d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:36Z", "security_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "0027b109278744679cbbeb62c674e8a6"}], "revision_number": 1, "project_id": "0027b109278744679cbbeb62c674e8a6", "id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "0027b109278744679cbbeb62c674e8a6", "created_at": "2018-08-05T10:45:43Z", "updated_at": "2018-08-05T10:45:43Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:43Z", "revision_number": 0, "id": "692d45a9-141b-4c6a-a6ff-48609e006607", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:43Z", "security_group_id": "bc9db606-8ff7-45a6-8b7c-2dd1af897ed7", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "0027b109278744679cbbeb62c674e8a6"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T10:45:43Z", "revision_number": 0, "id": "6c0630fd-a181-4e8c-a680-c3bb8bc0ca03", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:43Z", "security_group_id": "bc9db606-8ff7-45a6-8b7c-2dd1af897ed7", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "0027b109278744679cbbeb62c674e8a6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:43Z", "revision_number": 0, "id": "b7b5c49c-2b20-4b8f-a00a-5b69cfe22d95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:43Z", "security_group_id": "bc9db606-8ff7-45a6-8b7c-2dd1af897ed7", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "0027b109278744679cbbeb62c674e8a6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:43Z", "revision_number": 0, "id": "bc763844-0cc7-4278-8e03-95796046792d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:43Z", "security_group_id": "bc9db606-8ff7-45a6-8b7c-2dd1af897ed7", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv6", "project_id": "0027b109278744679cbbeb62c674e8a6"}], "revision_number": 3, "project_id": "0027b109278744679cbbeb62c674e8a6", "id": "bc9db606-8ff7-45a6-8b7c-2dd1af897ed7", "name": "singlevm2-sg_4a407016-c1ca-4a82-bf75-3c6836590305"}]} 2018-08-05 10:46:13,249 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-efff7bdc-b909-491f-a2ab-1ff6bc72f6f5 2018-08-05 10:46:13,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0491981506348s 2018-08-05 10:46:13,250 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-efff7bdc-b909-491f-a2ab-1ff6bc72f6f5 2018-08-05 10:46:13,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-05 10:46:13,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/security-groups/bc9db606-8ff7-45a6-8b7c-2dd1af897ed7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:46:13,454 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1d938910-7bb4-47a5-bf62-5b8cca2e3f24 Content-Length: 0 Date: Sun, 05 Aug 2018 10:46:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:46:13,454 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/security-groups/bc9db606-8ff7-45a6-8b7c-2dd1af897ed7.json used request id req-1d938910-7bb4-47a5-bf62-5b8cca2e3f24 2018-08-05 10:46:13,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.201283931732s 2018-08-05 10:46:13,454 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/security-groups/bc9db606-8ff7-45a6-8b7c-2dd1af897ed7.json used request id req-1d938910-7bb4-47a5-bf62-5b8cca2e3f24 2018-08-05 10:46:13,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-05 10:46:13,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/os-keypairs/singlevm2-kp_4a407016-c1ca-4a82-bf75-3c6836590305 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:46:13,639 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 10:46: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-9aa7dc8d-668f-4331-98a8-d61c85b1ebfc x-compute-request-id: req-9aa7dc8d-668f-4331-98a8-d61c85b1ebfc Content-Length: 0 Content-Type: application/json 2018-08-05 10:46:13,639 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/os-keypairs/singlevm2-kp_4a407016-c1ca-4a82-bf75-3c6836590305 used request id req-9aa7dc8d-668f-4331-98a8-d61c85b1ebfc 2018-08-05 10:46:13,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.184200048447s 2018-08-05 10:46:13,639 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/os-keypairs/singlevm2-kp_4a407016-c1ca-4a82-bf75-3c6836590305 used request id req-9aa7dc8d-668f-4331-98a8-d61c85b1ebfc 2018-08-05 10:46:13,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-05 10:46:13,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" -d '{"subnet_id": "47e151d1-f9a9-423a-ad2b-3d45c4dfae80"}' 2018-08-05 10:46:15,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f4f6a3e5-21fe-4463-8988-ae9e8b5909d9 Date: Sun, 05 Aug 2018 10:46:15 GMT RESP BODY: {"network_id": "d370d4bb-cf3a-457e-a2a7-1566651544f6", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "subnet_id": "47e151d1-f9a9-423a-ad2b-3d45c4dfae80", "subnet_ids": ["47e151d1-f9a9-423a-ad2b-3d45c4dfae80"], "port_id": "93cb8c20-7c45-43ac-9d66-d4d8b351ae8f", "id": "88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09"} 2018-08-05 10:46:15,433 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09/remove_router_interface.json used request id req-f4f6a3e5-21fe-4463-8988-ae9e8b5909d9 2018-08-05 10:46:15,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.79397702217s 2018-08-05 10:46:15,434 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09/remove_router_interface.json used request id req-f4f6a3e5-21fe-4463-8988-ae9e8b5909d9 returning object 88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09 2018-08-05 10:46:15,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-05 10:46:15,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:46:15,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-e54acf04-3af2-46c9-ab47-9fdb4f5ae902 Date: Sun, 05 Aug 2018 10:46:15 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0027b109278744679cbbeb62c674e8a6", "created_at": "2018-08-05T10:45:37Z", "admin_state_up": true, "updated_at": "2018-08-05T10:46:14Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "0027b109278744679cbbeb62c674e8a6", "id": "88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09", "name": "singlevm2-router_4a407016-c1ca-4a82-bf75-3c6836590305"}]} 2018-08-05 10:46:15,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-e54acf04-3af2-46c9-ab47-9fdb4f5ae902 2018-08-05 10:46:15,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.135202884674s 2018-08-05 10:46:15,570 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-e54acf04-3af2-46c9-ab47-9fdb4f5ae902 2018-08-05 10:46:15,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-05 10:46:15,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/routers/88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:46:16,822 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-0f98a99d-8099-4c21-8f45-c299d048d303 Content-Length: 0 Date: Sun, 05 Aug 2018 10:46:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:46:16,822 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09.json used request id req-0f98a99d-8099-4c21-8f45-c299d048d303 2018-08-05 10:46:16,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.2511279583s 2018-08-05 10:46:16,823 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/88e1e803-e0dc-4f8a-8e1d-a7f1d9902e09.json used request id req-0f98a99d-8099-4c21-8f45-c299d048d303 2018-08-05 10:46:16,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 10:46:16,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:46:16,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-6554c503-b2f5-4fbc-a971-048dfc0150b0 Date: Sun, 05 Aug 2018 10:46:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d370d4bb-cf3a-457e-a2a7-1566651544f6","tenant_id":"0027b109278744679cbbeb62c674e8a6","created_at":"2018-08-05T10:45:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T10:45:36Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"0027b109278744679cbbeb62c674e8a6","id":"47e151d1-f9a9-423a-ad2b-3d45c4dfae80","subnetpool_id":null,"name":"singlevm2-subnet_4a407016-c1ca-4a82-bf75-3c6836590305"}]} 2018-08-05 10:46:16,872 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-6554c503-b2f5-4fbc-a971-048dfc0150b0 2018-08-05 10:46:16,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0488469600677s 2018-08-05 10:46:16,873 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-6554c503-b2f5-4fbc-a971-048dfc0150b0 2018-08-05 10:46:16,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-05 10:46:16,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/subnets/47e151d1-f9a9-423a-ad2b-3d45c4dfae80.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:46:17,950 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bbba7ea5-7d9c-493a-b72f-5102da6ceddc Date: Sun, 05 Aug 2018 10:46:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:46:17,950 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/47e151d1-f9a9-423a-ad2b-3d45c4dfae80.json used request id req-bbba7ea5-7d9c-493a-b72f-5102da6ceddc 2018-08-05 10:46:17,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.07602381706s 2018-08-05 10:46:17,950 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/47e151d1-f9a9-423a-ad2b-3d45c4dfae80.json used request id req-bbba7ea5-7d9c-493a-b72f-5102da6ceddc 2018-08-05 10:46:17,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:46:17,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:46:18,059 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1236 X-Openstack-Request-Id: req-8cec8632-1156-484e-8ffe-a7d7daf55cd5 Date: Sun, 05 Aug 2018 10:46:18 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"d370d4bb-cf3a-457e-a2a7-1566651544f6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0027b109278744679cbbeb62c674e8a6","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:46:17Z","qos_policy_id":null,"name":"singlevm2-net_4a407016-c1ca-4a82-bf75-3c6836590305","admin_state_up":true,"tenant_id":"0027b109278744679cbbeb62c674e8a6","created_at":"2018-08-05T10:45:36Z","mtu":1450}]} 2018-08-05 10:46:18,059 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-8cec8632-1156-484e-8ffe-a7d7daf55cd5 2018-08-05 10:46:18,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108444929123s 2018-08-05 10:46:18,060 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-8cec8632-1156-484e-8ffe-a7d7daf55cd5 2018-08-05 10:46:18,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-05 10:46:18,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/networks/d370d4bb-cf3a-457e-a2a7-1566651544f6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:46:19,525 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-35ad3ff1-ad58-4512-9993-35dc0e448763 Date: Sun, 05 Aug 2018 10:46:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:46:19,526 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/d370d4bb-cf3a-457e-a2a7-1566651544f6.json used request id req-35ad3ff1-ad58-4512-9993-35dc0e448763 2018-08-05 10:46:19,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.46464896202s 2018-08-05 10:46:19,526 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/d370d4bb-cf3a-457e-a2a7-1566651544f6.json used request id req-35ad3ff1-ad58-4512-9993-35dc0e448763 2018-08-05 10:46:19,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:46:19,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:46:19,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-69c1c7c7-a0e4-4e33-a28c-727217e6260c Date: Sun, 05 Aug 2018 10:46:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f/snap", "metadata": {}}], "file": "/v2/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f/file", "owner": "0027b109278744679cbbeb62c674e8a6", "id": "c9b57bed-dfe6-43b0-83e8-f7acf4b0447f", "size": 12716032, "self": "/v2/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:45:42Z", "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_4a407016-c1ca-4a82-bf75-3c6836590305", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_4a407016-c1ca-4a82-bf75-3c6836590305", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:45:41Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:46:19,569 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-69c1c7c7-a0e4-4e33-a28c-727217e6260c 2018-08-05 10:46:19,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0388920307159s 2018-08-05 10:46:19,570 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-69c1c7c7-a0e4-4e33-a28c-727217e6260c 2018-08-05 10:46:19,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-05 10:46:19,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9292/v2/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}bbd1db86cda95ba8952b065aaf3f1acacedf373f" 2018-08-05 10:46:20,134 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1458bd0c-fa2a-4c9d-98dd-3ca7fe7b9c54 Date: Sun, 05 Aug 2018 10:46: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-05 10:46:20,134 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f used request id req-1458bd0c-fa2a-4c9d-98dd-3ca7fe7b9c54 2018-08-05 10:46:20,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.563477993011s 2018-08-05 10:46:20,135 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/c9b57bed-dfe6-43b0-83e8-f7acf4b0447f used request id req-1458bd0c-fa2a-4c9d-98dd-3ca7fe7b9c54 2018-08-05 10:46:20,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 10:46:20,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}859762ece5406e9226000a14ea898ae07c755fb7" 2018-08-05 10:46:20,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10: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-c299ac97-39c8-4cbb-8a2c-1b94cc4157de x-compute-request-id: req-c299ac97-39c8-4cbb-8a2c-1b94cc4157de Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_4a407016-c1ca-4a82-bf75-3c6836590305", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/60eeb717-51b5-4328-a9a2-b5be0ec95cce", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/60eeb717-51b5-4328-a9a2-b5be0ec95cce", "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": "60eeb717-51b5-4328-a9a2-b5be0ec95cce"}]} 2018-08-05 10:46:20,161 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-c299ac97-39c8-4cbb-8a2c-1b94cc4157de 2018-08-05 10:46:20,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.025710105896s 2018-08-05 10:46:20,161 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-c299ac97-39c8-4cbb-8a2c-1b94cc4157de 2018-08-05 10:46:20,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 10:46:20,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/60eeb717-51b5-4328-a9a2-b5be0ec95cce -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}859762ece5406e9226000a14ea898ae07c755fb7" 2018-08-05 10:46:20,215 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 10: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 x-openstack-request-id: req-381a8e78-57e4-43e6-a585-5f07bbeabf33 x-compute-request-id: req-381a8e78-57e4-43e6-a585-5f07bbeabf33 Content-Length: 0 Content-Type: application/json 2018-08-05 10:46:20,215 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/60eeb717-51b5-4328-a9a2-b5be0ec95cce used request id req-381a8e78-57e4-43e6-a585-5f07bbeabf33 2018-08-05 10:46:20,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0524978637695s 2018-08-05 10:46:20,215 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/60eeb717-51b5-4328-a9a2-b5be0ec95cce used request id req-381a8e78-57e4-43e6-a585-5f07bbeabf33 2018-08-05 10:46:20,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 10:46:20,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}859762ece5406e9226000a14ea898ae07c755fb7" 2018-08-05 10:46:20,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:46:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-47e00d5f-6ec8-498e-a80f-ddae9baf32df Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}, {"name": "singlevm2-user_4a407016-c1ca-4a82-bf75-3c6836590305", "links": {"self": "http://172.30.9.46:5000/v3/users/fb8710a36bee44479383c409b5643613"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "fb8710a36bee44479383c409b5643613", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 10:46:20,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-47e00d5f-6ec8-498e-a80f-ddae9baf32df 2018-08-05 10:46:20,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.104318141937s 2018-08-05 10:46:20,320 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-47e00d5f-6ec8-498e-a80f-ddae9baf32df 2018-08-05 10:46:20,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 10:46:20,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/users/fb8710a36bee44479383c409b5643613 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}859762ece5406e9226000a14ea898ae07c755fb7" 2018-08-05 10:46:20,445 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:46:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-290144a6-1bbc-466f-8207-901cb9806971 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_4a407016-c1ca-4a82-bf75-3c6836590305", "links": {"self": "http://172.30.9.46:5000/v3/users/fb8710a36bee44479383c409b5643613"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "fb8710a36bee44479383c409b5643613", "description": null}} 2018-08-05 10:46:20,445 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/fb8710a36bee44479383c409b5643613 used request id req-290144a6-1bbc-466f-8207-901cb9806971 2018-08-05 10:46:20,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.11890411377s 2018-08-05 10:46:20,445 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/fb8710a36bee44479383c409b5643613 used request id req-290144a6-1bbc-466f-8207-901cb9806971 2018-08-05 10:46:20,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-05 10:46:20,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/users/fb8710a36bee44479383c409b5643613 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}859762ece5406e9226000a14ea898ae07c755fb7" 2018-08-05 10:46:20,669 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:46:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e473459b-949e-4168-8813-0edef6b080a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 10:46:20,669 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/fb8710a36bee44479383c409b5643613 used request id req-e473459b-949e-4168-8813-0edef6b080a2 2018-08-05 10:46:20,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.222944021225s 2018-08-05 10:46:20,669 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/fb8710a36bee44479383c409b5643613 used request id req-e473459b-949e-4168-8813-0edef6b080a2 2018-08-05 10:46:20,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 10:46:20,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}859762ece5406e9226000a14ea898ae07c755fb7" 2018-08-05 10:46:20,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:46:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd374045-0371-4469-841b-bb22d45d7856 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.46:5000/v3/projects/0027b109278744679cbbeb62c674e8a6"}, "tags": [], "enabled": true, "id": "0027b109278744679cbbeb62c674e8a6", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_4a407016-c1ca-4a82-bf75-3c6836590305"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-05 10:46:20,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-bd374045-0371-4469-841b-bb22d45d7856 2018-08-05 10:46:20,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0960190296173s 2018-08-05 10:46:20,770 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-bd374045-0371-4469-841b-bb22d45d7856 2018-08-05 10:46:20,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-05 10:46:20,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/projects/0027b109278744679cbbeb62c674e8a6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}859762ece5406e9226000a14ea898ae07c755fb7" 2018-08-05 10:46:20,964 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:46:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-decd5c75-9eb9-411d-8fc8-299d5ed37778 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 10:46:20,964 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/0027b109278744679cbbeb62c674e8a6 used request id req-decd5c75-9eb9-411d-8fc8-299d5ed37778 2018-08-05 10:46:20,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.190194129944s 2018-08-05 10:46:20,964 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/0027b109278744679cbbeb62c674e8a6 used request id req-decd5c75-9eb9-411d-8fc8-299d5ed37778 2018-08-05 10:46:21,014 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-05 10:46:21,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 10:46:21,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 10:46:21,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 10:46:21,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 10:46:21,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 10:46:21,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 10:46:21,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 10:46:21,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 10:46:21,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 10:46:21,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 10:46:21,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 10:46:21,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 10:46:21,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 10:46:21,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 10:46:21,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 10:46:21,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 10:46:21,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 10:46:21,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 10:46:21,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 10:46:21,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 10:46:21,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 10:46:21,052 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 10:46:21,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:46:21,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:46:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a756783-1688-4a3a-b90b-6772d531d6f0 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 10:46:21,058 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-7a756783-1688-4a3a-b90b-6772d531d6f0 2018-08-05 10:46:21,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 10:46:21,444 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T11:46:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["qiN75rCsR8SQGoUz_q9DxQ"], "issued_at": "2018-08-05T10:46:21.000000Z"}} 2018-08-05 10:46:21,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:46:21,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d8b61a17ea068476e74f04a9509ea22fb27952cb" 2018-08-05 10:46:21,718 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-281ddd74-47f8-45fb-bfa6-b4e827d02250 Date: Sun, 05 Aug 2018 10:46:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 10:46:21,718 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-281ddd74-47f8-45fb-bfa6-b4e827d02250 2018-08-05 10:46:21,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.271824121475s 2018-08-05 10:46:21,719 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-281ddd74-47f8-45fb-bfa6-b4e827d02250 2018-08-05 10:46:21,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:46:21,728 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 10:46:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ad392658-9a9b-4421-a7af-ee14b33398cf 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.46:5000/v3/", "rel": "self"}]}]}} 2018-08-05 10:46:21,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/ used request id req-ad392658-9a9b-4421-a7af-ee14b33398cf 2018-08-05 10:46:21,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 10:46:21,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d8b61a17ea068476e74f04a9509ea22fb27952cb" 2018-08-05 10:46:21,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:46:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66597385-c675-4eee-a4d1-fc12e0df1ef8 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.46:5000/v3/domains/2e9dbdb0714844c8959b763da4d86693"}, "tags": [], "enabled": true, "id": "2e9dbdb0714844c8959b763da4d86693", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.46:5000/v3/domains", "previous": null, "next": null}} 2018-08-05 10:46:21,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-66597385-c675-4eee-a4d1-fc12e0df1ef8 2018-08-05 10:46:21,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0960149765015s 2018-08-05 10:46:21,825 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-66597385-c675-4eee-a4d1-fc12e0df1ef8 2018-08-05 10:46:21,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-05 10:46:21,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d8b61a17ea068476e74f04a9509ea22fb27952cb" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}}' 2018-08-05 10:46:21,964 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 10:46:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f14208be-775f-4611-b051-1a78fbf1732f 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.46:5000/v3/projects/8e28169371d04bc596984e65148756c5"}, "tags": [], "enabled": true, "id": "8e28169371d04bc596984e65148756c5", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}} 2018-08-05 10:46:21,964 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-f14208be-775f-4611-b051-1a78fbf1732f 2018-08-05 10:46:21,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.131534099579s 2018-08-05 10:46:21,965 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-f14208be-775f-4611-b051-1a78fbf1732f 2018-08-05 10:46:21,965 - 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'8e28169371d04bc596984e65148756c5', '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_ad6c82b3-3ba6-4c0a-8444-c941d96f6842'}) 2018-08-05 10:46:21,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-05 10:46:21,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d8b61a17ea068476e74f04a9509ea22fb27952cb" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "fff31f2c-3c2f-4668-9e61-a4b628fc3e81", "email": null, "name": "vping_ssh-user_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}}' 2018-08-05 10:46:22,348 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 10:46:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-484c5e9b-0f43-439e-8c63-ce1c24b50133 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "links": {"self": "http://172.30.9.46:5000/v3/users/359fddbee76b45d9b4b5f45b95368e93"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "359fddbee76b45d9b4b5f45b95368e93", "domain_id": "default", "password_expires_at": null}} 2018-08-05 10:46:22,348 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-484c5e9b-0f43-439e-8c63-ce1c24b50133 2018-08-05 10:46:22,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.376960039139s 2018-08-05 10:46:22,349 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-484c5e9b-0f43-439e-8c63-ce1c24b50133 2018-08-05 10:46:22,350 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'359fddbee76b45d9b4b5f45b95368e93', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_ad6c82b3-3ba6-4c0a-8444-c941d96f6842'}) 2018-08-05 10:46:22,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 10:46:22,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8b61a17ea068476e74f04a9509ea22fb27952cb" 2018-08-05 10:46:22,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:46:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdcc4ef5-b636-41c8-9d87-fd584574ded2 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 10:46:22,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-cdcc4ef5-b636-41c8-9d87-fd584574ded2 2018-08-05 10:46:22,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.117839097977s 2018-08-05 10:46:22,472 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-cdcc4ef5-b636-41c8-9d87-fd584574ded2 2018-08-05 10:46:22,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 10:46:22,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8b61a17ea068476e74f04a9509ea22fb27952cb" 2018-08-05 10:46:22,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:46:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-624a03e1-10e1-43e8-8fd2-8137c01ac3f8 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 10:46:22,571 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-624a03e1-10e1-43e8-8fd2-8137c01ac3f8 2018-08-05 10:46:22,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0930840969086s 2018-08-05 10:46:22,571 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-624a03e1-10e1-43e8-8fd2-8137c01ac3f8 2018-08-05 10:46:22,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 10:46:22,580 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8b61a17ea068476e74f04a9509ea22fb27952cb" 2018-08-05 10:46:22,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:46:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0377f924-48a8-4e22-90a3-165e4cd0f4ab Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 10:46:22,659 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-0377f924-48a8-4e22-90a3-165e4cd0f4ab 2018-08-05 10:46:22,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0824918746948s 2018-08-05 10:46:22,659 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-0377f924-48a8-4e22-90a3-165e4cd0f4ab 2018-08-05 10:46:22,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 10:46:22,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d8b61a17ea068476e74f04a9509ea22fb27952cb" 2018-08-05 10:46:22,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:46:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3afb578e-92c3-4cce-95c1-398d3c4bb935 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-05 10:46:22,759 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-3afb578e-92c3-4cce-95c1-398d3c4bb935 2018-08-05 10:46:22,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0961110591888s 2018-08-05 10:46:22,759 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-3afb578e-92c3-4cce-95c1-398d3c4bb935 2018-08-05 10:46:22,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 10:46:22,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d8b61a17ea068476e74f04a9509ea22fb27952cb" 2018-08-05 10:46:22,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:46:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f85935cd-b540-4400-8fc8-5a241d89e85e Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "links": {"self": "http://172.30.9.46:5000/v3/users/359fddbee76b45d9b4b5f45b95368e93"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "359fddbee76b45d9b4b5f45b95368e93", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 10:46:22,883 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-f85935cd-b540-4400-8fc8-5a241d89e85e 2018-08-05 10:46:22,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.122867107391s 2018-08-05 10:46:22,884 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-f85935cd-b540-4400-8fc8-5a241d89e85e 2018-08-05 10:46:22,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 10:46:22,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d8b61a17ea068476e74f04a9509ea22fb27952cb" 2018-08-05 10:46:22,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:46:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96a43f34-df0b-4143-8229-d6327a380e2b Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.46:5000/v3/projects/8e28169371d04bc596984e65148756c5"}, "tags": [], "enabled": true, "id": "8e28169371d04bc596984e65148756c5", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}]} 2018-08-05 10:46:22,926 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-96a43f34-df0b-4143-8229-d6327a380e2b 2018-08-05 10:46:22,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0301609039307s 2018-08-05 10:46:22,926 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-96a43f34-df0b-4143-8229-d6327a380e2b 2018-08-05 10:46:22,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-05 10:46:22,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:5000/v3/role_assignments?user.id=359fddbee76b45d9b4b5f45b95368e93&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=8e28169371d04bc596984e65148756c5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8b61a17ea068476e74f04a9509ea22fb27952cb" 2018-08-05 10:46:23,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:46:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3653432c-5015-4eda-8bea-f14d843a60ea Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.46:5000/v3/role_assignments?user.id=359fddbee76b45d9b4b5f45b95368e93&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=8e28169371d04bc596984e65148756c5", "previous": null, "next": null}} 2018-08-05 10:46:23,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=359fddbee76b45d9b4b5f45b95368e93&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=8e28169371d04bc596984e65148756c5 used request id req-3653432c-5015-4eda-8bea-f14d843a60ea 2018-08-05 10:46:23,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0935168266296s 2018-08-05 10:46:23,026 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=359fddbee76b45d9b4b5f45b95368e93&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=8e28169371d04bc596984e65148756c5 used request id req-3653432c-5015-4eda-8bea-f14d843a60ea 2018-08-05 10:46:23,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-05 10:46:23,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:5000/v3/projects/8e28169371d04bc596984e65148756c5/users/359fddbee76b45d9b4b5f45b95368e93/roles/6f5c235bf8f846e2ab7d21fb711e4f6d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8b61a17ea068476e74f04a9509ea22fb27952cb" 2018-08-05 10:46:23,173 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:46:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b4f0dfe6-a468-43e1-bc65-93e92f16cdd9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 10:46:23,173 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/8e28169371d04bc596984e65148756c5/users/359fddbee76b45d9b4b5f45b95368e93/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-b4f0dfe6-a468-43e1-bc65-93e92f16cdd9 2018-08-05 10:46:23,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.143186092377s 2018-08-05 10:46:23,173 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/8e28169371d04bc596984e65148756c5/users/359fddbee76b45d9b4b5f45b95368e93/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-b4f0dfe6-a468-43e1-bc65-93e92f16cdd9 2018-08-05 10:46:23,174 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_ad6c82b3-3ba6-4c0a-8444-c941d96f6842', 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'8e28169371d04bc596984e65148756c5', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'fff31f2c-3c2f-4668-9e61-a4b628fc3e81', 'username': u'vping_ssh-user_ad6c82b3-3ba6-4c0a-8444-c941d96f6842', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.46: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-05 10:46:23,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 10:46:23,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 10:46:23,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 10:46:23,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 10:46:23,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 10:46:23,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 10:46:23,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 10:46:23,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 10:46:23,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 10:46:23,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 10:46:23,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 10:46:23,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 10:46:23,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 10:46:23,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 10:46:23,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 10:46:23,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 10:46:23,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 10:46:23,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 10:46:23,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 10:46:23,177 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 10:46:23,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 10:46:23,178 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 10:46:23,179 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_ad6c82b3-3ba6-4c0a-8444-c941d96f6842', 'password': 'fff31f2c-3c2f-4668-9e61-a4b628fc3e81', 'project_name': 'vping_ssh-project_ad6c82b3-3ba6-4c0a-8444-c941d96f6842', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.46:5000/v3', 'project_id': '8e28169371d04bc596984e65148756c5', 'project_domain_name': 'Default'} 2018-08-05 10:46:23,180 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-05 10:46:23,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:46:23,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:46:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1b3b3eb-0738-47a1-9640-14ef1b8ebe95 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 10:46:23,188 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-c1b3b3eb-0738-47a1-9640-14ef1b8ebe95 2018-08-05 10:46:23,188 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 10:46:23,569 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}], "expires_at": "2018-08-05T11:46:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e28169371d04bc596984e65148756c5", "name": "vping_ssh-project_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_8e28169371d04bc596984e65148756c5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_8e28169371d04bc596984e65148756c5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/8e28169371d04bc596984e65148756c5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/8e28169371d04bc596984e65148756c5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/8e28169371d04bc596984e65148756c5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/8e28169371d04bc596984e65148756c5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/8e28169371d04bc596984e65148756c5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/8e28169371d04bc596984e65148756c5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/8e28169371d04bc596984e65148756c5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/8e28169371d04bc596984e65148756c5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/8e28169371d04bc596984e65148756c5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/8e28169371d04bc596984e65148756c5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/8e28169371d04bc596984e65148756c5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/8e28169371d04bc596984e65148756c5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "id": "359fddbee76b45d9b4b5f45b95368e93"}, "audit_ids": ["wEtMg6FOR2CneySDc23bVA"], "issued_at": "2018-08-05T10:46:23.000000Z"}} 2018-08-05 10:46:23,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-05 10:46:23,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" -d '{"network": {"name": "vping_ssh-net_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "admin_state_up": true}}' 2018-08-05 10:46:24,078 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-e4b7fb2d-5e6b-4b6f-8bcc-d53adf044336 Date: Sun, 05 Aug 2018 10:46:24 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"cce550ce-b55a-4688-8709-7a5a5c07b52c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e28169371d04bc596984e65148756c5","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:46:23Z","is_default":false,"name":"vping_ssh-net_ad6c82b3-3ba6-4c0a-8444-c941d96f6842","qos_policy_id":null,"admin_state_up":true,"tenant_id":"8e28169371d04bc596984e65148756c5","created_at":"2018-08-05T10:46:23Z","mtu":1450}} 2018-08-05 10:46:24,078 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-e4b7fb2d-5e6b-4b6f-8bcc-d53adf044336 2018-08-05 10:46:24,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.507047891617s 2018-08-05 10:46:24,079 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-e4b7fb2d-5e6b-4b6f-8bcc-d53adf044336 2018-08-05 10:46:24,079 - 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-05T10:46:23Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'cce550ce-b55a-4688-8709-7a5a5c07b52c', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_ad6c82b3-3ba6-4c0a-8444-c941d96f6842', u'admin_state_up': True, u'tenant_id': u'8e28169371d04bc596984e65148756c5', u'created_at': u'2018-08-05T10:46:23Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'8e28169371d04bc596984e65148756c5', u'l2_adjacency': True}) 2018-08-05 10:46:24,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:46:24,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:24,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1230 X-Openstack-Request-Id: req-3c936a94-7424-41e3-b75c-112de0d47cd7 Date: Sun, 05 Aug 2018 10:46:24 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"cce550ce-b55a-4688-8709-7a5a5c07b52c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"8e28169371d04bc596984e65148756c5","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:46:23Z","qos_policy_id":null,"name":"vping_ssh-net_ad6c82b3-3ba6-4c0a-8444-c941d96f6842","admin_state_up":true,"tenant_id":"8e28169371d04bc596984e65148756c5","created_at":"2018-08-05T10:46:23Z","mtu":1450}]} 2018-08-05 10:46:24,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-3c936a94-7424-41e3-b75c-112de0d47cd7 2018-08-05 10:46:24,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.129323959351s 2018-08-05 10:46:24,210 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-3c936a94-7424-41e3-b75c-112de0d47cd7 2018-08-05 10:46:24,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-05 10:46:24,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" -d '{"subnet": {"name": "vping_ssh-subnet_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "enable_dhcp": true, "network_id": "cce550ce-b55a-4688-8709-7a5a5c07b52c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-05 10:46:25,021 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-7942ba24-06fa-4b5f-a315-b0abc6e51414 Date: Sun, 05 Aug 2018 10:46:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cce550ce-b55a-4688-8709-7a5a5c07b52c","tenant_id":"8e28169371d04bc596984e65148756c5","created_at":"2018-08-05T10:46:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T10:46:24Z","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":"8e28169371d04bc596984e65148756c5","id":"c401a5f6-0d48-44fa-ac17-9146806d8c8b","subnetpool_id":null,"name":"vping_ssh-subnet_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}} 2018-08-05 10:46:25,021 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-7942ba24-06fa-4b5f-a315-b0abc6e51414 2018-08-05 10:46:25,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.809762954712s 2018-08-05 10:46:25,022 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-7942ba24-06fa-4b5f-a315-b0abc6e51414 2018-08-05 10:46:25,022 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T10:46:24Z', 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'c401a5f6-0d48-44fa-ac17-9146806d8c8b', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_ad6c82b3-3ba6-4c0a-8444-c941d96f6842', u'enable_dhcp': True, u'network_id': u'cce550ce-b55a-4688-8709-7a5a5c07b52c', u'tenant_id': u'8e28169371d04bc596984e65148756c5', u'created_at': u'2018-08-05T10:46:24Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'8e28169371d04bc596984e65148756c5'}) 2018-08-05 10:46:25,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-05 10:46:25,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" -d '{"router": {"external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "name": "vping_ssh-router_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "admin_state_up": true}}' 2018-08-05 10:46:26,532 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-926c1342-6a79-4df8-8e5c-febea8544f0d Date: Sun, 05 Aug 2018 10:46:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "8e28169371d04bc596984e65148756c5", "created_at": "2018-08-05T10:46:25Z", "admin_state_up": true, "updated_at": "2018-08-05T10:46:26Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "8e28169371d04bc596984e65148756c5", "id": "f1ee3066-1b92-43dc-88d4-0e2b13b12c25", "name": "vping_ssh-router_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}} 2018-08-05 10:46:26,533 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-926c1342-6a79-4df8-8e5c-febea8544f0d 2018-08-05 10:46:26,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.51004004478s 2018-08-05 10:46:26,533 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-926c1342-6a79-4df8-8e5c-febea8544f0d 2018-08-05 10:46:26,534 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T10:46:26Z', u'revision_number': 2, u'id': u'f1ee3066-1b92-43dc-88d4-0e2b13b12c25', u'external_gateway_info': {u'network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'89972d6a-26a8-4595-baea-47e68ca637c2', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-router_ad6c82b3-3ba6-4c0a-8444-c941d96f6842', u'admin_state_up': True, u'tenant_id': u'8e28169371d04bc596984e65148756c5', u'created_at': u'2018-08-05T10:46:25Z', u'flavor_id': None, u'routes': [], u'project_id': u'8e28169371d04bc596984e65148756c5'}) 2018-08-05 10:46:26,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-05 10:46:26,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/f1ee3066-1b92-43dc-88d4-0e2b13b12c25/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" -d '{"subnet_id": "c401a5f6-0d48-44fa-ac17-9146806d8c8b"}' 2018-08-05 10:46:28,972 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3f68e81b-002e-494d-a6d9-4f36aee2c958 Date: Sun, 05 Aug 2018 10:46:28 GMT RESP BODY: {"network_id": "cce550ce-b55a-4688-8709-7a5a5c07b52c", "tenant_id": "8e28169371d04bc596984e65148756c5", "subnet_id": "c401a5f6-0d48-44fa-ac17-9146806d8c8b", "subnet_ids": ["c401a5f6-0d48-44fa-ac17-9146806d8c8b"], "port_id": "81122625-a0b3-455c-9301-2d7d0fb5511a", "id": "f1ee3066-1b92-43dc-88d4-0e2b13b12c25"} 2018-08-05 10:46:28,972 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/f1ee3066-1b92-43dc-88d4-0e2b13b12c25/add_router_interface.json used request id req-3f68e81b-002e-494d-a6d9-4f36aee2c958 2018-08-05 10:46:28,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.43669509888s 2018-08-05 10:46:28,972 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/f1ee3066-1b92-43dc-88d4-0e2b13b12c25/add_router_interface.json used request id req-3f68e81b-002e-494d-a6d9-4f36aee2c958 returning object f1ee3066-1b92-43dc-88d4-0e2b13b12c25 2018-08-05 10:46:28,973 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-05 10:46:29,105 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-05 10:46:29,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:46:29,112 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 05 Aug 2018 10:46:29 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}]} 2018-08-05 10:46:29,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:46:29,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:29,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ebc508f1-48d7-49cd-89eb-aae0c5b2e0f2 Date: Sun, 05 Aug 2018 10:46:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:46:29,802 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-ebc508f1-48d7-49cd-89eb-aae0c5b2e0f2 2018-08-05 10:46:29,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.685111999512s 2018-08-05 10:46:29,802 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-ebc508f1-48d7-49cd-89eb-aae0c5b2e0f2 2018-08-05 10:46:29,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 10:46:29,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}' 2018-08-05 10:46:29,898 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 870 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/d2099311-f747-4e85-ad26-3e6473457e65 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-aac0289e-cbcb-4dbf-9f37-b58730177d6d Date: Sun, 05 Aug 2018 10:46:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/d2099311-f747-4e85-ad26-3e6473457e65/file", "owner": "8e28169371d04bc596984e65148756c5", "id": "d2099311-f747-4e85-ad26-3e6473457e65", "size": null, "self": "/v2/images/d2099311-f747-4e85-ad26-3e6473457e65", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:46:29Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "checksum": null, "created_at": "2018-08-05T10:46:29Z", "protected": false} 2018-08-05 10:46:29,898 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-aac0289e-cbcb-4dbf-9f37-b58730177d6d 2018-08-05 10:46:29,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0857920646667s 2018-08-05 10:46:29,899 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-aac0289e-cbcb-4dbf-9f37-b58730177d6d returning object d2099311-f747-4e85-ad26-3e6473457e65 2018-08-05 10:46:29,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 10:46:29,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/d2099311-f747-4e85-ad26-3e6473457e65/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" -d '' 2018-08-05 10:46:31,281 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4b541253-34b0-4140-a1c5-07c61dcfb02d Date: Sun, 05 Aug 2018 10:46: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-05 10:46:31,281 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/d2099311-f747-4e85-ad26-3e6473457e65/file used request id req-4b541253-34b0-4140-a1c5-07c61dcfb02d 2018-08-05 10:46:31,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.38090085983s 2018-08-05 10:46:31,281 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/d2099311-f747-4e85-ad26-3e6473457e65/file used request id req-4b541253-34b0-4140-a1c5-07c61dcfb02d 2018-08-05 10:46:31,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:46:31,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:31,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-6b5484c2-2bd0-4362-8006-ec6f1431bbfe Date: Sun, 05 Aug 2018 10:46:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/d2099311-f747-4e85-ad26-3e6473457e65/snap", "metadata": {}}], "file": "/v2/images/d2099311-f747-4e85-ad26-3e6473457e65/file", "owner": "8e28169371d04bc596984e65148756c5", "id": "d2099311-f747-4e85-ad26-3e6473457e65", "size": 12716032, "self": "/v2/images/d2099311-f747-4e85-ad26-3e6473457e65", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/d2099311-f747-4e85-ad26-3e6473457e65/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:46:31Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:46:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:46:31,342 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-6b5484c2-2bd0-4362-8006-ec6f1431bbfe 2018-08-05 10:46:31,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0567450523376s 2018-08-05 10:46:31,343 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-6b5484c2-2bd0-4362-8006-ec6f1431bbfe 2018-08-05 10:46:31,345 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/d2099311-f747-4e85-ad26-3e6473457e65/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d2099311-f747-4e85-ad26-3e6473457e65/file', 'owner': u'8e28169371d04bc596984e65148756c5', 'id': u'd2099311-f747-4e85-ad26-3e6473457e65', 'size': 12716032, u'self': u'/v2/images/d2099311-f747-4e85-ad26-3e6473457e65', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8e28169371d04bc596984e65148756c5', 'name': 'vping_ssh-project_ad6c82b3-3ba6-4c0a-8444-c941d96f6842', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/d2099311-f747-4e85-ad26-3e6473457e65/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T10:46:31Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-05T10:46:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_ad6c82b3-3ba6-4c0a-8444-c941d96f6842', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/d2099311-f747-4e85-ad26-3e6473457e65', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_ad6c82b3-3ba6-4c0a-8444-c941d96f6842', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_ad6c82b3-3ba6-4c0a-8444-c941d96f6842', 'created': u'2018-08-05T10:46:29Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-05T10:46:29Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/d2099311-f747-4e85-ad26-3e6473457e65', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_ssh-img_ad6c82b3-3ba6-4c0a-8444-c941d96f6842', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-05 10:46:31,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 10:46:31,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d8b61a17ea068476e74f04a9509ea22fb27952cb" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-05 10:46:31,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-c48b3c1e-6001-439a-ae70-7927bd0d29f6 x-compute-request-id: req-c48b3c1e-6001-439a-ae70-7927bd0d29f6 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "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": "8fb75423-1e93-44ff-ba72-0787360ccf34"}} 2018-08-05 10:46:31,599 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-c48b3c1e-6001-439a-ae70-7927bd0d29f6 2018-08-05 10:46:31,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.252960920334s 2018-08-05 10:46:31,599 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-c48b3c1e-6001-439a-ae70-7927bd0d29f6 2018-08-05 10:46:31,600 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_ad6c82b3-3ba6-4c0a-8444-c941d96f6842', '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'd5650b30963342b58320b9e3073d7ddf', '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'8fb75423-1e93-44ff-ba72-0787360ccf34', 'swap': 0}) 2018-08-05 10:46:31,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 10:46:31,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d8b61a17ea068476e74f04a9509ea22fb27952cb" -d '{"extra_specs": {}}' 2018-08-05 10:46:31,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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 x-openstack-request-id: req-a757525f-9de7-4378-bc32-58bca50a39b6 x-compute-request-id: req-a757525f-9de7-4378-bc32-58bca50a39b6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 10:46:31,628 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34/os-extra_specs used request id req-a757525f-9de7-4378-bc32-58bca50a39b6 2018-08-05 10:46:31,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0267050266266s 2018-08-05 10:46:31,628 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34/os-extra_specs used request id req-a757525f-9de7-4378-bc32-58bca50a39b6 2018-08-05 10:46:31,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-05 10:46:31,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" -d '{"keypair": {"name": "vping_ssh-kp_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}}' 2018-08-05 10:46:31,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-0178a026-6286-4d80-9be6-71f68e5da6e2 x-compute-request-id: req-0178a026-6286-4d80-9be6-71f68e5da6e2 Content-Encoding: gzip Content-Length: 1801 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDiCJQKHD1n+DAItPruZ0na8i2n+C3lxA0TdaznhsJXW5qoKv5tcrnY3+EMmlDPI35iP+Zg56oXZZZQ6mr7x0eRUjooafbc1ZXY/13H2FUrwPbRywcDAcd+pNJkd7Fi4/YeSSIXY2BPPQWNi7qCcrK57eFsOHkb3HNkTpacqKdLQFUYr69dOmf+fG69JeahKxfvS+mcsQwOghdG+ZxauOwZdwFAl35fCvsw/DknpO4XH2UmmSC7wuhZidIjMG0jw2E4oFXNYv1yPEElA/z0bWPDw152322TzPTHKZEvbrXmMHS6eDXIgMEWgBi6WMp7kW77D3CYPNgPaX79jeu+d+rF Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEA4giUChw9Z/gwCLT67mdJ2vItp/gt5cQNE3Ws54bCV1uaqCr+\nbXK52N/hDJpQzyN+Yj/mYOeqF2WWUOpq+8dHkVI6KGn23NWV2P9dx9hVK8D20csH\nAwHHfqTSZHexYuP2HkkiF2NgTz0FjYu6gnKyue3hbDh5G9xzZE6WnKinS0BVGK+v\nXTpn/nxuvSXmoSsX70vpnLEMDoIXRvmcWrjsGXcBQJd+Xwr7MPw5J6TuFx9lJpkg\nu8LoWYnSIzBtI8NhOKBVzWL9cjxBJQP89G1jw8Nedt9tk8z0xymRL2615jB0ung1\nyIDBFoAYuljKe5Fu+w9wmDzYD2l+/Y3rvnfqxQIDAQABAoIBAQC761HYzf2ncMnO\nk1iD2E+oveuDWGwgOEx+vzjPDFSKeFguNABvUhB85DSgW7OPYvzyBhosuq3I4eaE\nwz/Kr7UqdmhvrRlWJCR+0mBPg+XbiIQri1X7BAGtoq5gZLqPcuLt7vNu6mnpttvl\nACRBy8YXmlPtu03FAhTVchj5iaX8gqFESONqczb1Mr1dvP6dfAD5QLSVxvYQOS/+\nXU+V+5Zpy2z7115qPU6rcUrMdddCwfRYKvlkh03aKQfElFUim7dVSVXqMsSNErd8\nZGgvDib84Z8XfAQWXEM+h18QDcJUjhej3+QFlQ7vDw16l4rjJ+nHtYTgEfl6REjN\nEffPtDxJAoGBAPy8gsd724t/2gdi0T2DOlZiD680/BxWKJ6wHn5arv+sDm/9lnGo\nDxKYGnBVVv74qlSujM3+jla6GwN+v0skrthCdyUa7PN9jerjiK62+SGVIQdWYsan\n/yeEzJTrRabVllW5Cxf+Y8S2axS3glyYE4wuX1qBQL10XXnp8AnUkKOzAoGBAOTz\nyzeIGzmiiDFuX2Plpmo6zp0seu4WwR4xcDfat9b1VeRhftN65F/b93itKjLsnEDw\nB/So2S6elT2rLdVenVXieKKspo02anN3L30Yd2DK3UJTi2XWGtSCio2N+CCZFxSO\nbdclYV1eopF0fQn1aGtDZJRSBYWRzS/kWL7KIdunAoGBAPOvd5GMNPVegwTYHNPo\nsdkUl/bhaayQzn2jZuOB4HYYmZsVsXdJCa9uBSAGyOjzLpiT7KO6K9gnfWBzV1LG\nvec6vtKCEbH8f1fZp7J+LdxZhA0lF/xfgz/BZdi4uOHR0zA4SSALYnsLQFgrUICj\nCUYCeGI1egyyJGcmTxHLaOLNAoGBAIvGMohidYyIJ3FWGrJYH3K3GDBoWVxFU/zk\n3cebpaR7/sYAp3bgjc/f8IMh5KNWREZ4w8Kf2odVlXMisEaVDqTCMDfQA5YuZGq9\nlqZea3MSJmY5rt6rCZI3Z/Lne1YbYDXShkhUr85a2hDG9xc/VVI2wI60TF6xFn1o\ngK1ppaX9AoGBAIgNEnhIIm4/lBBmjr/bd38nmiTGAq0Toxb9sm6ODScGBvZZg7mv\nT0PcpEE1rEM/tElmEqZZ+xT4rNCoAc3ECpy7zNBxjK0DXydu4eBFCuKzq/vRjrZj\nIBaQmDkEP8dQAfP5W/FT0fm0QapXOeC7HoLsWoNkQo12fQaWhmNkDIBE\n-----END RSA PRIVATE KEY-----\n", "user_id": "359fddbee76b45d9b4b5f45b95368e93", "name": "vping_ssh-kp_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "fingerprint": "38:8c:7f:26:55:06:02:a6:8c:2c:46:7a:b7:3d:59:15"}} 2018-08-05 10:46:31,939 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/os-keypairs used request id req-0178a026-6286-4d80-9be6-71f68e5da6e2 2018-08-05 10:46:31,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.309848070145s 2018-08-05 10:46:31,939 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/os-keypairs used request id req-0178a026-6286-4d80-9be6-71f68e5da6e2 2018-08-05 10:46:31,940 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDiCJQKHD1n+DAItPruZ0na8i2n+C3lxA0TdaznhsJXW5qoKv5tcrnY3+EMmlDPI35iP+Zg56oXZZZQ6mr7x0eRUjooafbc1ZXY/13H2FUrwPbRywcDAcd+pNJkd7Fi4/YeSSIXY2BPPQWNi7qCcrK57eFsOHkb3HNkTpacqKdLQFUYr69dOmf+fG69JeahKxfvS+mcsQwOghdG+ZxauOwZdwFAl35fCvsw/DknpO4XH2UmmSC7wuhZidIjMG0jw2E4oFXNYv1yPEElA/z0bWPDw152322TzPTHKZEvbrXmMHS6eDXIgMEWgBi6WMp7kW77D3CYPNgPaX79jeu+d+rF Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEA4giUChw9Z/gwCLT67mdJ2vItp/gt5cQNE3Ws54bCV1uaqCr+\nbXK52N/hDJpQzyN+Yj/mYOeqF2WWUOpq+8dHkVI6KGn23NWV2P9dx9hVK8D20csH\nAwHHfqTSZHexYuP2HkkiF2NgTz0FjYu6gnKyue3hbDh5G9xzZE6WnKinS0BVGK+v\nXTpn/nxuvSXmoSsX70vpnLEMDoIXRvmcWrjsGXcBQJd+Xwr7MPw5J6TuFx9lJpkg\nu8LoWYnSIzBtI8NhOKBVzWL9cjxBJQP89G1jw8Nedt9tk8z0xymRL2615jB0ung1\nyIDBFoAYuljKe5Fu+w9wmDzYD2l+/Y3rvnfqxQIDAQABAoIBAQC761HYzf2ncMnO\nk1iD2E+oveuDWGwgOEx+vzjPDFSKeFguNABvUhB85DSgW7OPYvzyBhosuq3I4eaE\nwz/Kr7UqdmhvrRlWJCR+0mBPg+XbiIQri1X7BAGtoq5gZLqPcuLt7vNu6mnpttvl\nACRBy8YXmlPtu03FAhTVchj5iaX8gqFESONqczb1Mr1dvP6dfAD5QLSVxvYQOS/+\nXU+V+5Zpy2z7115qPU6rcUrMdddCwfRYKvlkh03aKQfElFUim7dVSVXqMsSNErd8\nZGgvDib84Z8XfAQWXEM+h18QDcJUjhej3+QFlQ7vDw16l4rjJ+nHtYTgEfl6REjN\nEffPtDxJAoGBAPy8gsd724t/2gdi0T2DOlZiD680/BxWKJ6wHn5arv+sDm/9lnGo\nDxKYGnBVVv74qlSujM3+jla6GwN+v0skrthCdyUa7PN9jerjiK62+SGVIQdWYsan\n/yeEzJTrRabVllW5Cxf+Y8S2axS3glyYE4wuX1qBQL10XXnp8AnUkKOzAoGBAOTz\nyzeIGzmiiDFuX2Plpmo6zp0seu4WwR4xcDfat9b1VeRhftN65F/b93itKjLsnEDw\nB/So2S6elT2rLdVenVXieKKspo02anN3L30Yd2DK3UJTi2XWGtSCio2N+CCZFxSO\nbdclYV1eopF0fQn1aGtDZJRSBYWRzS/kWL7KIdunAoGBAPOvd5GMNPVegwTYHNPo\nsdkUl/bhaayQzn2jZuOB4HYYmZsVsXdJCa9uBSAGyOjzLpiT7KO6K9gnfWBzV1LG\nvec6vtKCEbH8f1fZp7J+LdxZhA0lF/xfgz/BZdi4uOHR0zA4SSALYnsLQFgrUICj\nCUYCeGI1egyyJGcmTxHLaOLNAoGBAIvGMohidYyIJ3FWGrJYH3K3GDBoWVxFU/zk\n3cebpaR7/sYAp3bgjc/f8IMh5KNWREZ4w8Kf2odVlXMisEaVDqTCMDfQA5YuZGq9\nlqZea3MSJmY5rt6rCZI3Z/Lne1YbYDXShkhUr85a2hDG9xc/VVI2wI60TF6xFn1o\ngK1ppaX9AoGBAIgNEnhIIm4/lBBmjr/bd38nmiTGAq0Toxb9sm6ODScGBvZZg7mv\nT0PcpEE1rEM/tElmEqZZ+xT4rNCoAc3ECpy7zNBxjK0DXydu4eBFCuKzq/vRjrZj\nIBaQmDkEP8dQAfP5W/FT0fm0QapXOeC7HoLsWoNkQo12fQaWhmNkDIBE\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'359fddbee76b45d9b4b5f45b95368e93', 'name': u'vping_ssh-kp_ad6c82b3-3ba6-4c0a-8444-c941d96f6842', 'created_at': '2018-08-05T10:46:31.940296', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8e28169371d04bc596984e65148756c5', 'name': 'vping_ssh-project_ad6c82b3-3ba6-4c0a-8444-c941d96f6842', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'38:8c:7f:26:55:06:02:a6:8c:2c:46:7a:b7:3d:59:15', 'type': 'ssh', 'id': u'vping_ssh-kp_ad6c82b3-3ba6-4c0a-8444-c941d96f6842'}) 2018-08-05 10:46:31,940 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpgIBAAKCAQEA4giUChw9Z/gwCLT67mdJ2vItp/gt5cQNE3Ws54bCV1uaqCr+ bXK52N/hDJpQzyN+Yj/mYOeqF2WWUOpq+8dHkVI6KGn23NWV2P9dx9hVK8D20csH AwHHfqTSZHexYuP2HkkiF2NgTz0FjYu6gnKyue3hbDh5G9xzZE6WnKinS0BVGK+v XTpn/nxuvSXmoSsX70vpnLEMDoIXRvmcWrjsGXcBQJd+Xwr7MPw5J6TuFx9lJpkg u8LoWYnSIzBtI8NhOKBVzWL9cjxBJQP89G1jw8Nedt9tk8z0xymRL2615jB0ung1 yIDBFoAYuljKe5Fu+w9wmDzYD2l+/Y3rvnfqxQIDAQABAoIBAQC761HYzf2ncMnO k1iD2E+oveuDWGwgOEx+vzjPDFSKeFguNABvUhB85DSgW7OPYvzyBhosuq3I4eaE wz/Kr7UqdmhvrRlWJCR+0mBPg+XbiIQri1X7BAGtoq5gZLqPcuLt7vNu6mnpttvl ACRBy8YXmlPtu03FAhTVchj5iaX8gqFESONqczb1Mr1dvP6dfAD5QLSVxvYQOS/+ XU+V+5Zpy2z7115qPU6rcUrMdddCwfRYKvlkh03aKQfElFUim7dVSVXqMsSNErd8 ZGgvDib84Z8XfAQWXEM+h18QDcJUjhej3+QFlQ7vDw16l4rjJ+nHtYTgEfl6REjN EffPtDxJAoGBAPy8gsd724t/2gdi0T2DOlZiD680/BxWKJ6wHn5arv+sDm/9lnGo DxKYGnBVVv74qlSujM3+jla6GwN+v0skrthCdyUa7PN9jerjiK62+SGVIQdWYsan /yeEzJTrRabVllW5Cxf+Y8S2axS3glyYE4wuX1qBQL10XXnp8AnUkKOzAoGBAOTz yzeIGzmiiDFuX2Plpmo6zp0seu4WwR4xcDfat9b1VeRhftN65F/b93itKjLsnEDw B/So2S6elT2rLdVenVXieKKspo02anN3L30Yd2DK3UJTi2XWGtSCio2N+CCZFxSO bdclYV1eopF0fQn1aGtDZJRSBYWRzS/kWL7KIdunAoGBAPOvd5GMNPVegwTYHNPo sdkUl/bhaayQzn2jZuOB4HYYmZsVsXdJCa9uBSAGyOjzLpiT7KO6K9gnfWBzV1LG vec6vtKCEbH8f1fZp7J+LdxZhA0lF/xfgz/BZdi4uOHR0zA4SSALYnsLQFgrUICj CUYCeGI1egyyJGcmTxHLaOLNAoGBAIvGMohidYyIJ3FWGrJYH3K3GDBoWVxFU/zk 3cebpaR7/sYAp3bgjc/f8IMh5KNWREZ4w8Kf2odVlXMisEaVDqTCMDfQA5YuZGq9 lqZea3MSJmY5rt6rCZI3Z/Lne1YbYDXShkhUr85a2hDG9xc/VVI2wI60TF6xFn1o gK1ppaX9AoGBAIgNEnhIIm4/lBBmjr/bd38nmiTGAq0Toxb9sm6ODScGBvZZg7mv T0PcpEE1rEM/tElmEqZZ+xT4rNCoAc3ECpy7zNBxjK0DXydu4eBFCuKzq/vRjrZj IBaQmDkEP8dQAfP5W/FT0fm0QapXOeC7HoLsWoNkQo12fQaWhmNkDIBE -----END RSA PRIVATE KEY----- 2018-08-05 10:46:31,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-05 10:46:31,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" -d '{"security_group": {"name": "vping_ssh-sg_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-08-05 10:46:32,074 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-2b6408f8-c011-4023-8e03-de4e9839bf0b Date: Sun, 05 Aug 2018 10:46:32 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "8e28169371d04bc596984e65148756c5", "created_at": "2018-08-05T10:46:32Z", "updated_at": "2018-08-05T10:46:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:32Z", "revision_number": 0, "id": "bd604267-a1c4-429b-af34-8d8d66a9a729", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:32Z", "security_group_id": "9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e28169371d04bc596984e65148756c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:32Z", "revision_number": 0, "id": "e5f9e47e-a32b-43b0-bada-80ec833224f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:32Z", "security_group_id": "9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e28169371d04bc596984e65148756c5"}], "revision_number": 1, "project_id": "8e28169371d04bc596984e65148756c5", "id": "9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0", "name": "vping_ssh-sg_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}} 2018-08-05 10:46:32,075 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-2b6408f8-c011-4023-8e03-de4e9839bf0b 2018-08-05 10:46:32,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.131208896637s 2018-08-05 10:46:32,075 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-2b6408f8-c011-4023-8e03-de4e9839bf0b 2018-08-05 10:46:32,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 10:46:32,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:32,152 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-47876d78-0471-4382-94e8-09aae09cff69 Date: Sun, 05 Aug 2018 10:46:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "8e28169371d04bc596984e65148756c5", "created_at": "2018-08-05T10:46:23Z", "updated_at": "2018-08-05T10:46:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:23Z", "revision_number": 0, "id": "15a99c2f-0545-4bf6-a7cf-374c45ef6371", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:23Z", "security_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e28169371d04bc596984e65148756c5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:23Z", "revision_number": 0, "id": "451a8dd4-e2d7-4777-b28c-b5a66a1f4c25", "remote_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:23Z", "security_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e28169371d04bc596984e65148756c5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:23Z", "revision_number": 0, "id": "ab81aa77-c42e-4ecc-a692-b031e38f9692", "remote_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:23Z", "security_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e28169371d04bc596984e65148756c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:23Z", "revision_number": 0, "id": "b98f040d-49b7-47cc-81e7-c497854b36f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:23Z", "security_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e28169371d04bc596984e65148756c5"}], "revision_number": 1, "project_id": "8e28169371d04bc596984e65148756c5", "id": "691acbd5-8983-4044-8480-ea40ff121eef", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "8e28169371d04bc596984e65148756c5", "created_at": "2018-08-05T10:46:32Z", "updated_at": "2018-08-05T10:46:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:32Z", "revision_number": 0, "id": "bd604267-a1c4-429b-af34-8d8d66a9a729", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:32Z", "security_group_id": "9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e28169371d04bc596984e65148756c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:32Z", "revision_number": 0, "id": "e5f9e47e-a32b-43b0-bada-80ec833224f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:32Z", "security_group_id": "9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e28169371d04bc596984e65148756c5"}], "revision_number": 1, "project_id": "8e28169371d04bc596984e65148756c5", "id": "9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0", "name": "vping_ssh-sg_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}]} 2018-08-05 10:46:32,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-47876d78-0471-4382-94e8-09aae09cff69 2018-08-05 10:46:32,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0727078914642s 2018-08-05 10:46:32,153 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-47876d78-0471-4382-94e8-09aae09cff69 2018-08-05 10:46:32,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 10:46:32,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" -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": "9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0"}}' 2018-08-05 10:46:32,314 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-fb5cef37-ba94-446b-b34b-654ce6fb6613 Date: Sun, 05 Aug 2018 10:46:32 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-05T10:46:32Z", "security_group_id": "9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0", "port_range_min": 22, "revision_number": 0, "tenant_id": "8e28169371d04bc596984e65148756c5", "created_at": "2018-08-05T10:46:32Z", "project_id": "8e28169371d04bc596984e65148756c5", "id": "51513dc8-fb69-408b-80e1-7bb1940a9ee7"}} 2018-08-05 10:46:32,314 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-fb5cef37-ba94-446b-b34b-654ce6fb6613 2018-08-05 10:46:32,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.15749502182s 2018-08-05 10:46:32,314 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-fb5cef37-ba94-446b-b34b-654ce6fb6613 2018-08-05 10:46:32,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 10:46:32,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:32,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-bdf84b68-2fce-4d2f-8868-3deea8d42b98 Date: Sun, 05 Aug 2018 10:46:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "8e28169371d04bc596984e65148756c5", "created_at": "2018-08-05T10:46:23Z", "updated_at": "2018-08-05T10:46:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:23Z", "revision_number": 0, "id": "15a99c2f-0545-4bf6-a7cf-374c45ef6371", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:23Z", "security_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e28169371d04bc596984e65148756c5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:23Z", "revision_number": 0, "id": "451a8dd4-e2d7-4777-b28c-b5a66a1f4c25", "remote_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:23Z", "security_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e28169371d04bc596984e65148756c5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:23Z", "revision_number": 0, "id": "ab81aa77-c42e-4ecc-a692-b031e38f9692", "remote_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:23Z", "security_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e28169371d04bc596984e65148756c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:23Z", "revision_number": 0, "id": "b98f040d-49b7-47cc-81e7-c497854b36f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:23Z", "security_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e28169371d04bc596984e65148756c5"}], "revision_number": 1, "project_id": "8e28169371d04bc596984e65148756c5", "id": "691acbd5-8983-4044-8480-ea40ff121eef", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "8e28169371d04bc596984e65148756c5", "created_at": "2018-08-05T10:46:32Z", "updated_at": "2018-08-05T10:46:32Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T10:46:32Z", "revision_number": 0, "id": "51513dc8-fb69-408b-80e1-7bb1940a9ee7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:32Z", "security_group_id": "9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8e28169371d04bc596984e65148756c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:32Z", "revision_number": 0, "id": "bd604267-a1c4-429b-af34-8d8d66a9a729", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:32Z", "security_group_id": "9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e28169371d04bc596984e65148756c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:32Z", "revision_number": 0, "id": "e5f9e47e-a32b-43b0-bada-80ec833224f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:32Z", "security_group_id": "9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e28169371d04bc596984e65148756c5"}], "revision_number": 2, "project_id": "8e28169371d04bc596984e65148756c5", "id": "9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0", "name": "vping_ssh-sg_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}]} 2018-08-05 10:46:32,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-bdf84b68-2fce-4d2f-8868-3deea8d42b98 2018-08-05 10:46:32,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0650789737701s 2018-08-05 10:46:32,384 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-bdf84b68-2fce-4d2f-8868-3deea8d42b98 2018-08-05 10:46:32,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 10:46:32,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" -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": "9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0"}}' 2018-08-05 10:46:32,508 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-d74f072f-5c26-423f-846e-b4be773f128c Date: Sun, 05 Aug 2018 10:46:32 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-05T10:46:32Z", "security_group_id": "9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0", "port_range_min": null, "revision_number": 0, "tenant_id": "8e28169371d04bc596984e65148756c5", "created_at": "2018-08-05T10:46:32Z", "project_id": "8e28169371d04bc596984e65148756c5", "id": "c9d60a3f-8688-4d75-a035-6e5e4c949e8e"}} 2018-08-05 10:46:32,509 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-d74f072f-5c26-423f-846e-b4be773f128c 2018-08-05 10:46:32,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.121673107147s 2018-08-05 10:46:32,509 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-d74f072f-5c26-423f-846e-b4be773f128c 2018-08-05 10:46:32,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:46:32,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:32,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-6a316cdd-6333-4d5c-ad59-541330bce4d7 Date: Sun, 05 Aug 2018 10:46:32 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"cce550ce-b55a-4688-8709-7a5a5c07b52c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e28169371d04bc596984e65148756c5","l2_adjacency":true,"status":"ACTIVE","subnets":["c401a5f6-0d48-44fa-ac17-9146806d8c8b"],"description":"","tags":[],"updated_at":"2018-08-05T10:46:24Z","qos_policy_id":null,"name":"vping_ssh-net_ad6c82b3-3ba6-4c0a-8444-c941d96f6842","admin_state_up":true,"tenant_id":"8e28169371d04bc596984e65148756c5","created_at":"2018-08-05T10:46:23Z","mtu":1450}]} 2018-08-05 10:46:32,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-6a316cdd-6333-4d5c-ad59-541330bce4d7 2018-08-05 10:46:32,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.111464977264s 2018-08-05 10:46:32,622 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-6a316cdd-6333-4d5c-ad59-541330bce4d7 2018-08-05 10:46:32,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:46:32,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:32,660 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-3a039374-1e38-4fb7-9f6d-bf355205f45c Date: Sun, 05 Aug 2018 10:46:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/d2099311-f747-4e85-ad26-3e6473457e65/snap", "metadata": {}}], "file": "/v2/images/d2099311-f747-4e85-ad26-3e6473457e65/file", "owner": "8e28169371d04bc596984e65148756c5", "id": "d2099311-f747-4e85-ad26-3e6473457e65", "size": 12716032, "self": "/v2/images/d2099311-f747-4e85-ad26-3e6473457e65", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/d2099311-f747-4e85-ad26-3e6473457e65/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:46:31Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:46:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:46:32,660 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-3a039374-1e38-4fb7-9f6d-bf355205f45c 2018-08-05 10:46:32,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0334620475769s 2018-08-05 10:46:32,661 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-3a039374-1e38-4fb7-9f6d-bf355205f45c 2018-08-05 10:46:32,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 10:46:32,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:32,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:46: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-d6d0ec59-8011-4e83-bacd-30b61f8632a6 x-compute-request-id: req-d6d0ec59-8011-4e83-bacd-30b61f8632a6 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "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": "8fb75423-1e93-44ff-ba72-0787360ccf34"}]} 2018-08-05 10:46:32,693 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-d6d0ec59-8011-4e83-bacd-30b61f8632a6 2018-08-05 10:46:32,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0308289527893s 2018-08-05 10:46:32,694 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-d6d0ec59-8011-4e83-bacd-30b61f8632a6 2018-08-05 10:46:32,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-05 10:46:32,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" -d '{"server": {"name": "vping_ssh-vm2_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "imageRef": "d2099311-f747-4e85-ad26-3e6473457e65", "flavorRef": "8fb75423-1e93-44ff-ba72-0787360ccf34", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cce550ce-b55a-4688-8709-7a5a5c07b52c"}], "security_groups": [{"name": "9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0"}]}}' 2018-08-05 10:46:34,371 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 10:46: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-dddeaa6c-ce1d-48c9-89f1-6975753501a0 x-compute-request-id: req-dddeaa6c-ce1d-48c9-89f1-6975753501a0 Content-Length: 403 location: http://172.30.9.46:8774/v2.1/servers/bd4831fe-0fed-46ed-821e-18507ea3e987 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0"}], "OS-DCF:diskConfig": "MANUAL", "id": "bd4831fe-0fed-46ed-821e-18507ea3e987", "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/bd4831fe-0fed-46ed-821e-18507ea3e987", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/bd4831fe-0fed-46ed-821e-18507ea3e987", "rel": "bookmark"}], "adminPass": "vS5A45sMjjMW"}} 2018-08-05 10:46:34,371 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-dddeaa6c-ce1d-48c9-89f1-6975753501a0 2018-08-05 10:46:34,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.67369484901s 2018-08-05 10:46:34,371 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-dddeaa6c-ce1d-48c9-89f1-6975753501a0 2018-08-05 10:46:34,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:46:34,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:34,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-dc6f5c38-395e-4708-af33-d27ac445d8c8 x-compute-request-id: req-dc6f5c38-395e-4708-af33-d27ac445d8c8 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.46:8774/v2.1/servers/bd4831fe-0fed-46ed-821e-18507ea3e987", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/bd4831fe-0fed-46ed-821e-18507ea3e987", "rel": "bookmark"}], "image": {"id": "d2099311-f747-4e85-ad26-3e6473457e65", "links": [{"href": "http://172.30.9.46:8774/images/d2099311-f747-4e85-ad26-3e6473457e65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8fb75423-1e93-44ff-ba72-0787360ccf34", "links": [{"href": "http://172.30.9.46:8774/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "rel": "bookmark"}]}, "id": "bd4831fe-0fed-46ed-821e-18507ea3e987", "user_id": "359fddbee76b45d9b4b5f45b95368e93", "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-05T10:46:34Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "created": "2018-08-05T10:46:34Z", "tenant_id": "8e28169371d04bc596984e65148756c5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:46:34,834 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-dc6f5c38-395e-4708-af33-d27ac445d8c8 2018-08-05 10:46:34,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.462265014648s 2018-08-05 10:46:34,835 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-dc6f5c38-395e-4708-af33-d27ac445d8c8 2018-08-05 10:46:34,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:46:34,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:34,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-0ef69261-135a-4415-a332-545721b569b0 Date: Sun, 05 Aug 2018 10:46:34 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"cce550ce-b55a-4688-8709-7a5a5c07b52c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e28169371d04bc596984e65148756c5","l2_adjacency":true,"status":"ACTIVE","subnets":["c401a5f6-0d48-44fa-ac17-9146806d8c8b"],"description":"","tags":[],"updated_at":"2018-08-05T10:46:24Z","qos_policy_id":null,"name":"vping_ssh-net_ad6c82b3-3ba6-4c0a-8444-c941d96f6842","admin_state_up":true,"tenant_id":"8e28169371d04bc596984e65148756c5","created_at":"2018-08-05T10:46:23Z","mtu":1450}]} 2018-08-05 10:46:34,952 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-0ef69261-135a-4415-a332-545721b569b0 2018-08-05 10:46:34,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109775066376s 2018-08-05 10:46:34,952 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-0ef69261-135a-4415-a332-545721b569b0 2018-08-05 10:46:34,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 10:46:34,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:35,044 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-7bdb2ebd-f64f-46d8-86d0-31f5dbd1f57c Date: Sun, 05 Aug 2018 10:46:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cce550ce-b55a-4688-8709-7a5a5c07b52c","tenant_id":"8e28169371d04bc596984e65148756c5","created_at":"2018-08-05T10:46:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T10:46:24Z","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":"8e28169371d04bc596984e65148756c5","id":"c401a5f6-0d48-44fa-ac17-9146806d8c8b","subnetpool_id":null,"name":"vping_ssh-subnet_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}]} 2018-08-05 10:46:35,044 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-7bdb2ebd-f64f-46d8-86d0-31f5dbd1f57c 2018-08-05 10:46:35,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0910930633545s 2018-08-05 10:46:35,044 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-7bdb2ebd-f64f-46d8-86d0-31f5dbd1f57c 2018-08-05 10:46:35,045 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:46:37,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:46:37,051 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:37,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:46: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-f680b592-7006-45c2-82a4-6cfd0028eb71 x-compute-request-id: req-f680b592-7006-45c2-82a4-6cfd0028eb71 Content-Encoding: gzip Content-Length: 652 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/bd4831fe-0fed-46ed-821e-18507ea3e987", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/bd4831fe-0fed-46ed-821e-18507ea3e987", "rel": "bookmark"}], "image": {"id": "d2099311-f747-4e85-ad26-3e6473457e65", "links": [{"href": "http://172.30.9.46:8774/images/d2099311-f747-4e85-ad26-3e6473457e65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8fb75423-1e93-44ff-ba72-0787360ccf34", "links": [{"href": "http://172.30.9.46:8774/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "rel": "bookmark"}]}, "id": "bd4831fe-0fed-46ed-821e-18507ea3e987", "user_id": "359fddbee76b45d9b4b5f45b95368e93", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T10:46:37Z", "hostId": "36ef328dd876ca4874afd054b1580ec45e8dbec348842325b2388603", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "created": "2018-08-05T10:46:34Z", "tenant_id": "8e28169371d04bc596984e65148756c5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:46:37,475 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f680b592-7006-45c2-82a4-6cfd0028eb71 2018-08-05 10:46:37,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.427410125732s 2018-08-05 10:46:37,476 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f680b592-7006-45c2-82a4-6cfd0028eb71 2018-08-05 10:46:37,479 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:46:39,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:46:39,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:40,059 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:46: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-5d075a46-ad66-467d-a3fc-41e68e322247 x-compute-request-id: req-5d075a46-ad66-467d-a3fc-41e68e322247 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.46:8774/v2.1/servers/bd4831fe-0fed-46ed-821e-18507ea3e987", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/bd4831fe-0fed-46ed-821e-18507ea3e987", "rel": "bookmark"}], "image": {"id": "d2099311-f747-4e85-ad26-3e6473457e65", "links": [{"href": "http://172.30.9.46:8774/images/d2099311-f747-4e85-ad26-3e6473457e65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8fb75423-1e93-44ff-ba72-0787360ccf34", "links": [{"href": "http://172.30.9.46:8774/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "rel": "bookmark"}]}, "id": "bd4831fe-0fed-46ed-821e-18507ea3e987", "security_groups": [{"name": "vping_ssh-sg_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}], "user_id": "359fddbee76b45d9b4b5f45b95368e93", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T10:46:37Z", "hostId": "36ef328dd876ca4874afd054b1580ec45e8dbec348842325b2388603", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "created": "2018-08-05T10:46:34Z", "tenant_id": "8e28169371d04bc596984e65148756c5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:46:40,059 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5d075a46-ad66-467d-a3fc-41e68e322247 2018-08-05 10:46:40,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.577185153961s 2018-08-05 10:46:40,059 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5d075a46-ad66-467d-a3fc-41e68e322247 2018-08-05 10:46:40,063 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:46:42,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:46:42,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:42,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:46: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-af9942d8-62ac-4350-a113-c92a5eef7051 x-compute-request-id: req-af9942d8-62ac-4350-a113-c92a5eef7051 Content-Encoding: gzip Content-Length: 741 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_ad6c82b3-3ba6-4c0a-8444-c941d96f6842": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:2e:ae", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/bd4831fe-0fed-46ed-821e-18507ea3e987", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/bd4831fe-0fed-46ed-821e-18507ea3e987", "rel": "bookmark"}], "image": {"id": "d2099311-f747-4e85-ad26-3e6473457e65", "links": [{"href": "http://172.30.9.46:8774/images/d2099311-f747-4e85-ad26-3e6473457e65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:46:40.000000", "flavor": {"id": "8fb75423-1e93-44ff-ba72-0787360ccf34", "links": [{"href": "http://172.30.9.46:8774/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "rel": "bookmark"}]}, "id": "bd4831fe-0fed-46ed-821e-18507ea3e987", "security_groups": [{"name": "vping_ssh-sg_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}], "user_id": "359fddbee76b45d9b4b5f45b95368e93", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:46:40Z", "hostId": "36ef328dd876ca4874afd054b1580ec45e8dbec348842325b2388603", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "created": "2018-08-05T10:46:34Z", "tenant_id": "8e28169371d04bc596984e65148756c5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:46:42,642 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-af9942d8-62ac-4350-a113-c92a5eef7051 2018-08-05 10:46:42,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.576600074768s 2018-08-05 10:46:42,643 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-af9942d8-62ac-4350-a113-c92a5eef7051 2018-08-05 10:46:42,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-05 10:46:42,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/ports.json?device_id=bd4831fe-0fed-46ed-821e-18507ea3e987" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:42,731 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-070e14df-f5d0-4755-86ef-43aeae6a03e3 Date: Sun, 05 Aug 2018 10:46:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-05T10:46:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c401a5f6-0d48-44fa-ac17-9146806d8c8b","ip_address":"192.168.120.7"}],"id":"9eeb0839-1e06-46ef-81df-ea2ab423199b","security_groups":["9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0"],"mac_address":"fa:16:3e:d9:2e:ae","project_id":"8e28169371d04bc596984e65148756c5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cce550ce-b55a-4688-8709-7a5a5c07b52c","tenant_id":"8e28169371d04bc596984e65148756c5","created_at":"2018-08-05T10:46:37Z","binding:vnic_type":"normal","device_id":"bd4831fe-0fed-46ed-821e-18507ea3e987","ip_allocation":"immediate"}]} 2018-08-05 10:46:42,731 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=bd4831fe-0fed-46ed-821e-18507ea3e987 used request id req-070e14df-f5d0-4755-86ef-43aeae6a03e3 2018-08-05 10:46:42,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0838959217072s 2018-08-05 10:46:42,731 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=bd4831fe-0fed-46ed-821e-18507ea3e987 used request id req-070e14df-f5d0-4755-86ef-43aeae6a03e3 2018-08-05 10:46:42,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:46:42,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/floatingips.json?port_id=9eeb0839-1e06-46ef-81df-ea2ab423199b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:42,782 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-dff80880-3545-440a-9c0b-1f565c1930fa Date: Sun, 05 Aug 2018 10:46:42 GMT RESP BODY: {"floatingips": []} 2018-08-05 10:46:42,782 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=9eeb0839-1e06-46ef-81df-ea2ab423199b used request id req-dff80880-3545-440a-9c0b-1f565c1930fa 2018-08-05 10:46:42,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0457999706268s 2018-08-05 10:46:42,783 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=9eeb0839-1e06-46ef-81df-ea2ab423199b used request id req-dff80880-3545-440a-9c0b-1f565c1930fa 2018-08-05 10:46:42,783 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_ad6c82b3-3ba6-4c0a-8444-c941d96f6842': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d9:2e:ae', u'version': 4, u'addr': u'192.168.120.7', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'd2099311-f747-4e85-ad26-3e6473457e65'}), 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-05T10:46:40.000000', 'flavor': Munch({u'id': u'8fb75423-1e93-44ff-ba72-0787360ccf34'}), 'az': u'nova', 'id': u'bd4831fe-0fed-46ed-821e-18507ea3e987', 'security_groups': [Munch({u'name': u'vping_ssh-sg_ad6c82b3-3ba6-4c0a-8444-c941d96f6842'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'359fddbee76b45d9b4b5f45b95368e93', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8e28169371d04bc596984e65148756c5', 'name': 'vping_ssh-project_ad6c82b3-3ba6-4c0a-8444-c941d96f6842', '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-05T10:46:40.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-05T10:46:40Z', 'hostId': u'36ef328dd876ca4874afd054b1580ec45e8dbec348842325b2388603', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.7', 'cloud': 'envvars', 'host_id': u'36ef328dd876ca4874afd054b1580ec45e8dbec348842325b2388603', '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-05T10:46:40.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'8e28169371d04bc596984e65148756c5', 'name': u'vping_ssh-vm2_ad6c82b3-3ba6-4c0a-8444-c941d96f6842', 'adminPass': u'vS5A45sMjjMW', 'tenant_id': u'8e28169371d04bc596984e65148756c5', 'created_at': u'2018-08-05T10:46:34Z', 'created': u'2018-08-05T10:46:34Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-05 10:46:42,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:46:42,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:42,892 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-dc3cad72-76fa-415a-af4c-da5c384ee8ac Date: Sun, 05 Aug 2018 10:46:42 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"cce550ce-b55a-4688-8709-7a5a5c07b52c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e28169371d04bc596984e65148756c5","l2_adjacency":true,"status":"ACTIVE","subnets":["c401a5f6-0d48-44fa-ac17-9146806d8c8b"],"description":"","tags":[],"updated_at":"2018-08-05T10:46:24Z","qos_policy_id":null,"name":"vping_ssh-net_ad6c82b3-3ba6-4c0a-8444-c941d96f6842","admin_state_up":true,"tenant_id":"8e28169371d04bc596984e65148756c5","created_at":"2018-08-05T10:46:23Z","mtu":1450}]} 2018-08-05 10:46:42,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-dc3cad72-76fa-415a-af4c-da5c384ee8ac 2018-08-05 10:46:42,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108300924301s 2018-08-05 10:46:42,893 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-dc3cad72-76fa-415a-af4c-da5c384ee8ac 2018-08-05 10:46:42,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:46:42,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:43,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-c8609089-ccd4-434f-bd99-1460573e2dd9 Date: Sun, 05 Aug 2018 10:46:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/d2099311-f747-4e85-ad26-3e6473457e65/snap", "metadata": {}}], "file": "/v2/images/d2099311-f747-4e85-ad26-3e6473457e65/file", "owner": "8e28169371d04bc596984e65148756c5", "id": "d2099311-f747-4e85-ad26-3e6473457e65", "size": 12716032, "self": "/v2/images/d2099311-f747-4e85-ad26-3e6473457e65", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/d2099311-f747-4e85-ad26-3e6473457e65/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:46:31Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:46:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:46:43,021 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-c8609089-ccd4-434f-bd99-1460573e2dd9 2018-08-05 10:46:43,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.123694896698s 2018-08-05 10:46:43,022 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-c8609089-ccd4-434f-bd99-1460573e2dd9 2018-08-05 10:46:43,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 10:46:43,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:43,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-9619ba82-e116-48c2-9611-22adfb175d93 x-compute-request-id: req-9619ba82-e116-48c2-9611-22adfb175d93 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "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": "8fb75423-1e93-44ff-ba72-0787360ccf34"}]} 2018-08-05 10:46:43,052 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-9619ba82-e116-48c2-9611-22adfb175d93 2018-08-05 10:46:43,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0283880233765s 2018-08-05 10:46:43,052 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-9619ba82-e116-48c2-9611-22adfb175d93 2018-08-05 10:46:43,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-05 10:46:43,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" -d '{"server": {"name": "vping_ssh-vm_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "imageRef": "d2099311-f747-4e85-ad26-3e6473457e65", "key_name": "vping_ssh-kp_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "flavorRef": "8fb75423-1e93-44ff-ba72-0787360ccf34", "max_count": 1, "min_count": 1, "networks": [{"uuid": "cce550ce-b55a-4688-8709-7a5a5c07b52c"}], "security_groups": [{"name": "9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0"}]}}' 2018-08-05 10:46:45,174 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 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 x-openstack-request-id: req-f96e8ea9-416a-45e3-88c7-f6cb98ac9d80 x-compute-request-id: req-f96e8ea9-416a-45e3-88c7-f6cb98ac9d80 Content-Length: 403 location: http://172.30.9.46:8774/v2.1/servers/adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0"}], "OS-DCF:diskConfig": "MANUAL", "id": "adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "rel": "bookmark"}], "adminPass": "A9w9Jh822Tso"}} 2018-08-05 10:46:45,175 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-f96e8ea9-416a-45e3-88c7-f6cb98ac9d80 2018-08-05 10:46:45,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.12196993828s 2018-08-05 10:46:45,175 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-f96e8ea9-416a-45e3-88c7-f6cb98ac9d80 2018-08-05 10:46:45,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:46:45,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:45,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-227ff2cd-9351-49a0-8314-c173ef9c720e x-compute-request-id: req-227ff2cd-9351-49a0-8314-c173ef9c720e Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "rel": "bookmark"}], "image": {"id": "d2099311-f747-4e85-ad26-3e6473457e65", "links": [{"href": "http://172.30.9.46:8774/images/d2099311-f747-4e85-ad26-3e6473457e65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8fb75423-1e93-44ff-ba72-0787360ccf34", "links": [{"href": "http://172.30.9.46:8774/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "rel": "bookmark"}]}, "id": "adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "user_id": "359fddbee76b45d9b4b5f45b95368e93", "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-05T10:46:45Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "name": "vping_ssh-vm_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "created": "2018-08-05T10:46:45Z", "tenant_id": "8e28169371d04bc596984e65148756c5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_ad6c82b3-3ba6-4c0a-8444-c941d96f6842": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:2e:ae", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/bd4831fe-0fed-46ed-821e-18507ea3e987", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/bd4831fe-0fed-46ed-821e-18507ea3e987", "rel": "bookmark"}], "image": {"id": "d2099311-f747-4e85-ad26-3e6473457e65", "links": [{"href": "http://172.30.9.46:8774/images/d2099311-f747-4e85-ad26-3e6473457e65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:46:40.000000", "flavor": {"id": "8fb75423-1e93-44ff-ba72-0787360ccf34", "links": [{"href": "http://172.30.9.46:8774/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "rel": "bookmark"}]}, "id": "bd4831fe-0fed-46ed-821e-18507ea3e987", "security_groups": [{"name": "vping_ssh-sg_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}], "user_id": "359fddbee76b45d9b4b5f45b95368e93", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:46:40Z", "hostId": "36ef328dd876ca4874afd054b1580ec45e8dbec348842325b2388603", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "created": "2018-08-05T10:46:34Z", "tenant_id": "8e28169371d04bc596984e65148756c5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:46:45,686 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-227ff2cd-9351-49a0-8314-c173ef9c720e 2018-08-05 10:46:45,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.509624004364s 2018-08-05 10:46:45,686 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-227ff2cd-9351-49a0-8314-c173ef9c720e 2018-08-05 10:46:45,692 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:46:47,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:46:47,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:47,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:46:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8b0faf0b-2250-4ded-a3f6-9c7d5a865f93 x-compute-request-id: req-8b0faf0b-2250-4ded-a3f6-9c7d5a865f93 Content-Encoding: gzip Content-Length: 897 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "rel": "bookmark"}], "image": {"id": "d2099311-f747-4e85-ad26-3e6473457e65", "links": [{"href": "http://172.30.9.46:8774/images/d2099311-f747-4e85-ad26-3e6473457e65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8fb75423-1e93-44ff-ba72-0787360ccf34", "links": [{"href": "http://172.30.9.46:8774/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "rel": "bookmark"}]}, "id": "adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "user_id": "359fddbee76b45d9b4b5f45b95368e93", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T10:46:47Z", "hostId": "783eb1d28773040b599e344363a1716ff3bc3b10622c4cef44e7410a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "name": "vping_ssh-vm_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "created": "2018-08-05T10:46:45Z", "tenant_id": "8e28169371d04bc596984e65148756c5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_ad6c82b3-3ba6-4c0a-8444-c941d96f6842": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:2e:ae", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/bd4831fe-0fed-46ed-821e-18507ea3e987", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/bd4831fe-0fed-46ed-821e-18507ea3e987", "rel": "bookmark"}], "image": {"id": "d2099311-f747-4e85-ad26-3e6473457e65", "links": [{"href": "http://172.30.9.46:8774/images/d2099311-f747-4e85-ad26-3e6473457e65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:46:40.000000", "flavor": {"id": "8fb75423-1e93-44ff-ba72-0787360ccf34", "links": [{"href": "http://172.30.9.46:8774/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "rel": "bookmark"}]}, "id": "bd4831fe-0fed-46ed-821e-18507ea3e987", "security_groups": [{"name": "vping_ssh-sg_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}], "user_id": "359fddbee76b45d9b4b5f45b95368e93", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:46:40Z", "hostId": "36ef328dd876ca4874afd054b1580ec45e8dbec348842325b2388603", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "created": "2018-08-05T10:46:34Z", "tenant_id": "8e28169371d04bc596984e65148756c5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:46:47,996 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-8b0faf0b-2250-4ded-a3f6-9c7d5a865f93 2018-08-05 10:46:47,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.301403999329s 2018-08-05 10:46:47,996 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-8b0faf0b-2250-4ded-a3f6-9c7d5a865f93 2018-08-05 10:46:48,001 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:46:50,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:46:50,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:50,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-02115a34-96c7-4926-b007-ca55152d9eab x-compute-request-id: req-02115a34-96c7-4926-b007-ca55152d9eab Content-Encoding: gzip Content-Length: 890 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "rel": "bookmark"}], "image": {"id": "d2099311-f747-4e85-ad26-3e6473457e65", "links": [{"href": "http://172.30.9.46:8774/images/d2099311-f747-4e85-ad26-3e6473457e65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8fb75423-1e93-44ff-ba72-0787360ccf34", "links": [{"href": "http://172.30.9.46:8774/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "rel": "bookmark"}]}, "id": "adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "security_groups": [{"name": "vping_ssh-sg_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}], "user_id": "359fddbee76b45d9b4b5f45b95368e93", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T10:46:48Z", "hostId": "783eb1d28773040b599e344363a1716ff3bc3b10622c4cef44e7410a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "name": "vping_ssh-vm_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "created": "2018-08-05T10:46:45Z", "tenant_id": "8e28169371d04bc596984e65148756c5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_ad6c82b3-3ba6-4c0a-8444-c941d96f6842": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:2e:ae", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/bd4831fe-0fed-46ed-821e-18507ea3e987", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/bd4831fe-0fed-46ed-821e-18507ea3e987", "rel": "bookmark"}], "image": {"id": "d2099311-f747-4e85-ad26-3e6473457e65", "links": [{"href": "http://172.30.9.46:8774/images/d2099311-f747-4e85-ad26-3e6473457e65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:46:40.000000", "flavor": {"id": "8fb75423-1e93-44ff-ba72-0787360ccf34", "links": [{"href": "http://172.30.9.46:8774/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "rel": "bookmark"}]}, "id": "bd4831fe-0fed-46ed-821e-18507ea3e987", "security_groups": [{"name": "vping_ssh-sg_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}], "user_id": "359fddbee76b45d9b4b5f45b95368e93", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:46:40Z", "hostId": "36ef328dd876ca4874afd054b1580ec45e8dbec348842325b2388603", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "created": "2018-08-05T10:46:34Z", "tenant_id": "8e28169371d04bc596984e65148756c5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:46:50,437 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-02115a34-96c7-4926-b007-ca55152d9eab 2018-08-05 10:46:50,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.435105085373s 2018-08-05 10:46:50,437 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-02115a34-96c7-4926-b007-ca55152d9eab 2018-08-05 10:46:50,441 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:46:52,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:46:52,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:53,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-69b98846-f772-438f-bc47-00cbd71c12cf x-compute-request-id: req-69b98846-f772-438f-bc47-00cbd71c12cf Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_ad6c82b3-3ba6-4c0a-8444-c941d96f6842": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7b:1e", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "rel": "bookmark"}], "image": {"id": "d2099311-f747-4e85-ad26-3e6473457e65", "links": [{"href": "http://172.30.9.46:8774/images/d2099311-f747-4e85-ad26-3e6473457e65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:46:52.000000", "flavor": {"id": "8fb75423-1e93-44ff-ba72-0787360ccf34", "links": [{"href": "http://172.30.9.46:8774/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "rel": "bookmark"}]}, "id": "adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "security_groups": [{"name": "vping_ssh-sg_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}], "user_id": "359fddbee76b45d9b4b5f45b95368e93", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:46:52Z", "hostId": "783eb1d28773040b599e344363a1716ff3bc3b10622c4cef44e7410a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "name": "vping_ssh-vm_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "created": "2018-08-05T10:46:45Z", "tenant_id": "8e28169371d04bc596984e65148756c5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_ad6c82b3-3ba6-4c0a-8444-c941d96f6842": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:2e:ae", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/bd4831fe-0fed-46ed-821e-18507ea3e987", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/bd4831fe-0fed-46ed-821e-18507ea3e987", "rel": "bookmark"}], "image": {"id": "d2099311-f747-4e85-ad26-3e6473457e65", "links": [{"href": "http://172.30.9.46:8774/images/d2099311-f747-4e85-ad26-3e6473457e65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:46:40.000000", "flavor": {"id": "8fb75423-1e93-44ff-ba72-0787360ccf34", "links": [{"href": "http://172.30.9.46:8774/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "rel": "bookmark"}]}, "id": "bd4831fe-0fed-46ed-821e-18507ea3e987", "security_groups": [{"name": "vping_ssh-sg_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}], "user_id": "359fddbee76b45d9b4b5f45b95368e93", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:46:40Z", "hostId": "36ef328dd876ca4874afd054b1580ec45e8dbec348842325b2388603", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "created": "2018-08-05T10:46:34Z", "tenant_id": "8e28169371d04bc596984e65148756c5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:46:53,025 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-69b98846-f772-438f-bc47-00cbd71c12cf 2018-08-05 10:46:53,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.582666873932s 2018-08-05 10:46:53,026 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-69b98846-f772-438f-bc47-00cbd71c12cf 2018-08-05 10:46:53,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-05 10:46:53,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/ports.json?device_id=adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:53,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-3e874ecf-ed17-4bb8-94d9-c0e26bb37222 Date: Sun, 05 Aug 2018 10:46:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-05T10:46:52Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c401a5f6-0d48-44fa-ac17-9146806d8c8b","ip_address":"192.168.120.8"}],"id":"e6a8db62-4a8e-4e76-877f-2a15e9a3c393","security_groups":["9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0"],"mac_address":"fa:16:3e:66:7b:1e","project_id":"8e28169371d04bc596984e65148756c5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cce550ce-b55a-4688-8709-7a5a5c07b52c","tenant_id":"8e28169371d04bc596984e65148756c5","created_at":"2018-08-05T10:46:48Z","binding:vnic_type":"normal","device_id":"adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8","ip_allocation":"immediate"}]} 2018-08-05 10:46:53,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8 used request id req-3e874ecf-ed17-4bb8-94d9-c0e26bb37222 2018-08-05 10:46:53,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.061075925827s 2018-08-05 10:46:53,090 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8 used request id req-3e874ecf-ed17-4bb8-94d9-c0e26bb37222 2018-08-05 10:46:53,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:46:53,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/floatingips.json?port_id=e6a8db62-4a8e-4e76-877f-2a15e9a3c393" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:53,141 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c7649223-3507-4ebb-ae13-2d54ea6e4f1d Date: Sun, 05 Aug 2018 10:46:53 GMT RESP BODY: {"floatingips": []} 2018-08-05 10:46:53,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=e6a8db62-4a8e-4e76-877f-2a15e9a3c393 used request id req-c7649223-3507-4ebb-ae13-2d54ea6e4f1d 2018-08-05 10:46:53,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0456080436707s 2018-08-05 10:46:53,141 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=e6a8db62-4a8e-4e76-877f-2a15e9a3c393 used request id req-c7649223-3507-4ebb-ae13-2d54ea6e4f1d 2018-08-05 10:46:53,142 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_ad6c82b3-3ba6-4c0a-8444-c941d96f6842': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:66:7b:1e', 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'd2099311-f747-4e85-ad26-3e6473457e65'}), 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-05T10:46:52.000000', 'flavor': Munch({u'id': u'8fb75423-1e93-44ff-ba72-0787360ccf34'}), 'az': u'nova', 'id': u'adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8', 'security_groups': [Munch({u'name': u'vping_ssh-sg_ad6c82b3-3ba6-4c0a-8444-c941d96f6842'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'359fddbee76b45d9b4b5f45b95368e93', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8e28169371d04bc596984e65148756c5', 'name': 'vping_ssh-project_ad6c82b3-3ba6-4c0a-8444-c941d96f6842', '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-05T10:46:52.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-05T10:46:52Z', 'hostId': u'783eb1d28773040b599e344363a1716ff3bc3b10622c4cef44e7410a', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_ad6c82b3-3ba6-4c0a-8444-c941d96f6842', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'783eb1d28773040b599e344363a1716ff3bc3b10622c4cef44e7410a', '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-05T10:46:52.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'8e28169371d04bc596984e65148756c5', 'name': u'vping_ssh-vm_ad6c82b3-3ba6-4c0a-8444-c941d96f6842', 'adminPass': u'A9w9Jh822Tso', 'tenant_id': u'8e28169371d04bc596984e65148756c5', 'created_at': u'2018-08-05T10:46:45Z', 'created': u'2018-08-05T10:46:45Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-05 10:46:53,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:46:53,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:53,253 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-01e990b6-c596-4a07-a5c1-46f6862d13b6 Date: Sun, 05 Aug 2018 10:46:53 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"cce550ce-b55a-4688-8709-7a5a5c07b52c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e28169371d04bc596984e65148756c5","l2_adjacency":true,"status":"ACTIVE","subnets":["c401a5f6-0d48-44fa-ac17-9146806d8c8b"],"description":"","tags":[],"updated_at":"2018-08-05T10:46:24Z","qos_policy_id":null,"name":"vping_ssh-net_ad6c82b3-3ba6-4c0a-8444-c941d96f6842","admin_state_up":true,"tenant_id":"8e28169371d04bc596984e65148756c5","created_at":"2018-08-05T10:46:23Z","mtu":1450}]} 2018-08-05 10:46:53,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-01e990b6-c596-4a07-a5c1-46f6862d13b6 2018-08-05 10:46:53,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108688831329s 2018-08-05 10:46:53,254 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-01e990b6-c596-4a07-a5c1-46f6862d13b6 2018-08-05 10:46:53,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-05 10:46:53,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/ports.json?device_id=adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:53,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-1c669a70-4c9b-4fe5-a96b-003b0471e9cd Date: Sun, 05 Aug 2018 10:46:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-05T10:46:52Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"c401a5f6-0d48-44fa-ac17-9146806d8c8b","ip_address":"192.168.120.8"}],"id":"e6a8db62-4a8e-4e76-877f-2a15e9a3c393","security_groups":["9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0"],"mac_address":"fa:16:3e:66:7b:1e","project_id":"8e28169371d04bc596984e65148756c5","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"cce550ce-b55a-4688-8709-7a5a5c07b52c","tenant_id":"8e28169371d04bc596984e65148756c5","created_at":"2018-08-05T10:46:48Z","binding:vnic_type":"normal","device_id":"adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8","ip_allocation":"immediate"}]} 2018-08-05 10:46:53,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8 used request id req-1c669a70-4c9b-4fe5-a96b-003b0471e9cd 2018-08-05 10:46:53,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.061537027359s 2018-08-05 10:46:53,317 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8 used request id req-1c669a70-4c9b-4fe5-a96b-003b0471e9cd 2018-08-05 10:46:53,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-05 10:46:53,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" -d '{"floatingip": {"floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "fixed_ip_address": "192.168.120.8", "port_id": "e6a8db62-4a8e-4e76-877f-2a15e9a3c393"}}' 2018-08-05 10:46:55,444 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-4b3c83a7-96d3-4c2c-986e-4ca850f73c7e Date: Sun, 05 Aug 2018 10:46:55 GMT RESP BODY: {"floatingip": {"router_id": "f1ee3066-1b92-43dc-88d4-0e2b13b12c25", "status": "DOWN", "description": "", "tags": [], "tenant_id": "8e28169371d04bc596984e65148756c5", "created_at": "2018-08-05T10:46:54Z", "updated_at": "2018-08-05T10:46:54Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cce550ce-b55a-4688-8709-7a5a5c07b52c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:66:7b:1e", "device_id": "adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "8e28169371d04bc596984e65148756c5", "port_id": "e6a8db62-4a8e-4e76-877f-2a15e9a3c393", "id": "a37c38a6-82d6-49fb-a483-fa24583c5d7b", "qos_policy_id": null}} 2018-08-05 10:46:55,444 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-4b3c83a7-96d3-4c2c-986e-4ca850f73c7e 2018-08-05 10:46:55,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.12647509575s 2018-08-05 10:46:55,445 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-4b3c83a7-96d3-4c2c-986e-4ca850f73c7e 2018-08-05 10:46:55,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:46:55,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:55,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-7f2931a8-6818-475b-9fd4-146183c71f05 Date: Sun, 05 Aug 2018 10:46:55 GMT RESP BODY: {"floatingips": [{"router_id": "f1ee3066-1b92-43dc-88d4-0e2b13b12c25", "status": "DOWN", "description": "", "tags": [], "tenant_id": "8e28169371d04bc596984e65148756c5", "created_at": "2018-08-05T10:46:54Z", "updated_at": "2018-08-05T10:46:54Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cce550ce-b55a-4688-8709-7a5a5c07b52c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:66:7b:1e", "device_id": "adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "8e28169371d04bc596984e65148756c5", "port_id": "e6a8db62-4a8e-4e76-877f-2a15e9a3c393", "id": "a37c38a6-82d6-49fb-a483-fa24583c5d7b", "qos_policy_id": null}]} 2018-08-05 10:46:55,538 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-7f2931a8-6818-475b-9fd4-146183c71f05 2018-08-05 10:46:55,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.085578918457s 2018-08-05 10:46:55,539 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-7f2931a8-6818-475b-9fd4-146183c71f05 2018-08-05 10:46:55,542 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:46:55,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:46:55,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:55,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-18de5c58-d20d-47f6-bb1b-108519258fb0 Date: Sun, 05 Aug 2018 10:46:55 GMT RESP BODY: {"floatingips": [{"router_id": "f1ee3066-1b92-43dc-88d4-0e2b13b12c25", "status": "DOWN", "description": "", "tags": [], "tenant_id": "8e28169371d04bc596984e65148756c5", "created_at": "2018-08-05T10:46:54Z", "updated_at": "2018-08-05T10:46:54Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cce550ce-b55a-4688-8709-7a5a5c07b52c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:66:7b:1e", "device_id": "adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "8e28169371d04bc596984e65148756c5", "port_id": "e6a8db62-4a8e-4e76-877f-2a15e9a3c393", "id": "a37c38a6-82d6-49fb-a483-fa24583c5d7b", "qos_policy_id": null}]} 2018-08-05 10:46:55,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-18de5c58-d20d-47f6-bb1b-108519258fb0 2018-08-05 10:46:55,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0595898628235s 2018-08-05 10:46:55,708 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-18de5c58-d20d-47f6-bb1b-108519258fb0 2018-08-05 10:46:55,711 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:46:55,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:46:55,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:55,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-960078d3-b30c-4907-a4ea-99c2c3424ca4 Date: Sun, 05 Aug 2018 10:46:55 GMT RESP BODY: {"floatingips": [{"router_id": "f1ee3066-1b92-43dc-88d4-0e2b13b12c25", "status": "DOWN", "description": "", "tags": [], "tenant_id": "8e28169371d04bc596984e65148756c5", "created_at": "2018-08-05T10:46:54Z", "updated_at": "2018-08-05T10:46:54Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cce550ce-b55a-4688-8709-7a5a5c07b52c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:66:7b:1e", "device_id": "adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "8e28169371d04bc596984e65148756c5", "port_id": "e6a8db62-4a8e-4e76-877f-2a15e9a3c393", "id": "a37c38a6-82d6-49fb-a483-fa24583c5d7b", "qos_policy_id": null}]} 2018-08-05 10:46:55,875 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-960078d3-b30c-4907-a4ea-99c2c3424ca4 2018-08-05 10:46:55,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0584449768066s 2018-08-05 10:46:55,875 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-960078d3-b30c-4907-a4ea-99c2c3424ca4 2018-08-05 10:46:55,877 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:46:55,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:46:55,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:56,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-ba1196ab-5f98-4012-a0cb-89cbf8d9ed97 Date: Sun, 05 Aug 2018 10:46:56 GMT RESP BODY: {"floatingips": [{"router_id": "f1ee3066-1b92-43dc-88d4-0e2b13b12c25", "status": "DOWN", "description": "", "tags": [], "tenant_id": "8e28169371d04bc596984e65148756c5", "created_at": "2018-08-05T10:46:54Z", "updated_at": "2018-08-05T10:46:54Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cce550ce-b55a-4688-8709-7a5a5c07b52c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:66:7b:1e", "device_id": "adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "8e28169371d04bc596984e65148756c5", "port_id": "e6a8db62-4a8e-4e76-877f-2a15e9a3c393", "id": "a37c38a6-82d6-49fb-a483-fa24583c5d7b", "qos_policy_id": null}]} 2018-08-05 10:46:56,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-ba1196ab-5f98-4012-a0cb-89cbf8d9ed97 2018-08-05 10:46:56,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0724170207977s 2018-08-05 10:46:56,053 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-ba1196ab-5f98-4012-a0cb-89cbf8d9ed97 2018-08-05 10:46:56,057 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:46:56,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:46:56,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:56,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-04e6ed23-e687-418a-ab12-e59df624ff64 Date: Sun, 05 Aug 2018 10:46:56 GMT RESP BODY: {"floatingips": [{"router_id": "f1ee3066-1b92-43dc-88d4-0e2b13b12c25", "status": "DOWN", "description": "", "tags": [], "tenant_id": "8e28169371d04bc596984e65148756c5", "created_at": "2018-08-05T10:46:54Z", "updated_at": "2018-08-05T10:46:54Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cce550ce-b55a-4688-8709-7a5a5c07b52c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:66:7b:1e", "device_id": "adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "8e28169371d04bc596984e65148756c5", "port_id": "e6a8db62-4a8e-4e76-877f-2a15e9a3c393", "id": "a37c38a6-82d6-49fb-a483-fa24583c5d7b", "qos_policy_id": null}]} 2018-08-05 10:46:56,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-04e6ed23-e687-418a-ab12-e59df624ff64 2018-08-05 10:46:56,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0709810256958s 2018-08-05 10:46:56,233 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-04e6ed23-e687-418a-ab12-e59df624ff64 2018-08-05 10:46:56,241 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:46:56,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:46:56,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:56,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-3ecb77ab-6475-4f7f-9705-5fbcf493c7c4 Date: Sun, 05 Aug 2018 10:46:56 GMT RESP BODY: {"floatingips": [{"router_id": "f1ee3066-1b92-43dc-88d4-0e2b13b12c25", "status": "DOWN", "description": "", "tags": [], "tenant_id": "8e28169371d04bc596984e65148756c5", "created_at": "2018-08-05T10:46:54Z", "updated_at": "2018-08-05T10:46:54Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cce550ce-b55a-4688-8709-7a5a5c07b52c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:66:7b:1e", "device_id": "adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.200", "revision_number": 0, "project_id": "8e28169371d04bc596984e65148756c5", "port_id": "e6a8db62-4a8e-4e76-877f-2a15e9a3c393", "id": "a37c38a6-82d6-49fb-a483-fa24583c5d7b", "qos_policy_id": null}]} 2018-08-05 10:46:56,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-3ecb77ab-6475-4f7f-9705-5fbcf493c7c4 2018-08-05 10:46:56,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0676119327545s 2018-08-05 10:46:56,414 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-3ecb77ab-6475-4f7f-9705-5fbcf493c7c4 2018-08-05 10:46:56,418 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:46:56,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:46:56,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:56,583 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-88950ebd-88a6-4a19-93b8-97f129cbb597 Date: Sun, 05 Aug 2018 10:46:56 GMT RESP BODY: {"floatingips": [{"router_id": "f1ee3066-1b92-43dc-88d4-0e2b13b12c25", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "8e28169371d04bc596984e65148756c5", "created_at": "2018-08-05T10:46:54Z", "updated_at": "2018-08-05T10:46:56Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "cce550ce-b55a-4688-8709-7a5a5c07b52c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:66:7b:1e", "device_id": "adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.200", "revision_number": 1, "project_id": "8e28169371d04bc596984e65148756c5", "port_id": "e6a8db62-4a8e-4e76-877f-2a15e9a3c393", "id": "a37c38a6-82d6-49fb-a483-fa24583c5d7b", "qos_policy_id": null}]} 2018-08-05 10:46:56,584 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-88950ebd-88a6-4a19-93b8-97f129cbb597 2018-08-05 10:46:56,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0608098506927s 2018-08-05 10:46:56,584 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-88950ebd-88a6-4a19-93b8-97f129cbb597 2018-08-05 10:46:56,586 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'f1ee3066-1b92-43dc-88d4-0e2b13b12c25', 'updated_at': u'2018-08-05T10:46:56Z', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.200', 'revision_number': 1, 'port_id': u'e6a8db62-4a8e-4e76-877f-2a15e9a3c393', 'id': u'a37c38a6-82d6-49fb-a483-fa24583c5d7b', 'network': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 'port': u'e6a8db62-4a8e-4e76-877f-2a15e9a3c393', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'8e28169371d04bc596984e65148756c5', 'name': 'vping_ssh-project_ad6c82b3-3ba6-4c0a-8444-c941d96f6842', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'8e28169371d04bc596984e65148756c5', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'cce550ce-b55a-4688-8709-7a5a5c07b52c', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:66:7b:1e', u'device_id': u'adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'8e28169371d04bc596984e65148756c5', 'created_at': u'2018-08-05T10:46:54Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'cce550ce-b55a-4688-8709-7a5a5c07b52c', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:66:7b:1e', u'device_id': u'adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8'}), 'router': u'f1ee3066-1b92-43dc-88d4-0e2b13b12c25'}) 2018-08-05 10:46:56,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 10:46:56,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 10:46:57,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:46: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-1a6a753b-8bba-4c90-aa87-2baaaf80c1b6 x-compute-request-id: req-1a6a753b-8bba-4c90-aa87-2baaaf80c1b6 Content-Encoding: gzip Content-Length: 9566 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 482795980 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.157591] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159556] pid_max: default: 32768 minimum: 301\n[ 0.160656] ACPI: Core revision 20150930\n[ 0.162206] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163749] Security Framework initialized\n[ 0.164760] Yama: becoming mindful.\n[ 0.165683] AppArmor: AppArmor initialized\n[ 0.166700] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.168377] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169953] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171456] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.173197] Initializing cgroup subsys io\n[ 0.174176] Initializing cgroup subsys memory\n[ 0.175234] Initializing cgroup subsys devices\n[ 0.176330] Initializing cgroup subsys freezer\n[ 0.177390] Initializing cgroup subsys net_cls\n[ 0.178450] Initializing cgroup subsys perf_event\n[ 0.179559] Initializing cgroup subsys net_prio\n[ 0.180652] Initializing cgroup subsys hugetlb\n[ 0.181712] Initializing cgroup subsys pids\n[ 0.182760] CPU: Physical Processor ID: 0\n[ 0.184459] mce: CPU supports 10 MCE banks\n[ 0.185512] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.186745] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.204768] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.211195] ftrace: allocating 31920 entries in 125 pages\n[ 0.236403] smpboot: Max logical packages: 1\n[ 0.237439] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.239075] x2apic enabled\n[ 0.239997] Switched APIC routing to physical x2apic.\n[ 0.241954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.243339] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.245849] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.248046] KVM setup paravirtual spinlock\n[ 0.249527] x86: Booted up 1 node, 1 CPUs\n[ 0.250509] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.252195] devtmpfs: initialized\n[ 0.254036] evm: security.selinux\n[ 0.254884] evm: security.SMACK64\n[ 0.255714] evm: security.SMACK64EXEC\n[ 0.256651] evm: security.SMACK64TRANSMUTE\n[ 0.257638] evm: security.SMACK64MMAP\n[ 0.258536] evm: security.ima\n[ 0.259301] evm: security.capability\n[ 0.260260] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.262525] pinctrl core: initialized pinctrl subsystem\n[ 0.263846] RTC time: 10:46:51, date: 08/05/18\n[ 0.264997] NET: Registered protocol family 16\n[ 0.266172] cpuidle: using governor ladder\n[ 0.267209] cpuidle: using governor menu\n[ 0.268159] PCCT header not found.\n[ 0.269059] ACPI: bus type PCI registered\n[ 0.270032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.271556] PCI: Using configuration type 1 for base access\n[ 0.273567] ACPI: Added _OSI(Module Device)\n[ 0.274580] ACPI: Added _OSI(Processor Device)\n[ 0.275631] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.276761] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.278754] ACPI: Interpreter enabled\n[ 0.279687] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.281913] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.286368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.288630] ACPI: (supports S0 S5)\n[ 0.289497] ACPI: Using IOAPIC for interrupt routing\n[ 0.290650] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.294145] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.295546] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.297093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.298578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.301304] acpiphp: Slot [3] registered\n[ 0.302284] acpiphp: Slot [4] registered\n[ 0.303246] acpiphp: Slot [5] registered\n[ 0.304221] acpiphp: Slot [6] registered\n[ 0.305189] acpiphp: Slot [7] registered\n[ 0.306149] acpiphp: Slot [8] registered\n[ 0.307140] acpiphp: Slot [9] registered\n[ 0.308109] acpiphp: Slot [10] registered\n[ 0.309101] acpiphp: Slot [11] registered\n[ 0.310085] acpiphp: Slot [12] registered\n[ 0.311064] acpiphp: Slot [13] registered\n[ 0.312041] acpiphp: Slot [14] registered\n[ 0.313018] acpiphp: Slot [15] registered\n[ 0.324000] acpiphp: Slot [16] registered\n[ 0.324980] acpiphp: Slot [17] registered\n[ 0.325955] acpiphp: Slot [18] registered\n[ 0.326955] acpiphp: Slot [19] registered\n[ 0.327941] acpiphp: Slot [20] registered\n[ 0.328964] acpiphp: Slot [21] registered\n[ 0.329951] acpiphp: Slot [22] registered\n[ 0.330928] acpiphp: Slot [23] registered\n[ 0.331908] acpiphp: Slot [24] registered\n[ 0.332886] acpiphp: Slot [25] registered\n[ 0.333868] acpiphp: Slot [26] registered\n[ 0.334846] acpiphp: Slot [27] registered\n[ 0.335823] acpiphp: Slot [28] registered\n[ 0.336804] acpiphp: Slot [29] registered\n[ 0.337817] acpiphp: Slot [30] registered\n[ 0.338801] acpiphp: Slot [31] registered\n[ 0.339795] PCI host bridge to bus 0000:00\n[ 0.340772] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.342266] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.343763] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.345521] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.347303] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.349095] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.352540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.354109] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.355552] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.357101] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.360962] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.362855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.381645] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.383793] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.385457] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.387111] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.388787] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.390276] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.391781] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.393079] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.394964] vgaarb: loaded\n[ 0.395678] vgaarb: bridge control possible 0000:00:02.0\n[ 0.397122] SCSI subsystem initialized\n[ 0.398239] ACPI: bus type USB registered\n[ 0.399243] usbcore: registered new interface driver usbfs\n[ 0.400503] usbcore: registered new interface driver hub\n[ 0.401726] usbcore: registered new device driver usb\n[ 0.403054] PCI: Using ACPI for IRQ routing\n[ 0.404360] NetLabel: Initializing\n[ 0.405223] NetLabel: domain hash size = 128\n[ 0.406253] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.407425] NetLabel: unlabeled traffic allowed by default\n[ 0.408860] clocksource: Switched to clocksource kvm-clock\n[ 0.417337] AppArmor: AppArmor Filesystem Enabled\n[ 0.418556] pnp: PnP ACPI init\n[ 0.419625] pnp: PnP ACPI: found 5 devices\n[ 0.426221] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.428339] NET: Registered protocol family 2\n[ 0.429576] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.431157] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.432638] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.434107] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.435440] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.436879] NET: Registered protocol family 1\n[ 0.437959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.439343] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.440627] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.454814] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.469060] Trying to unpack rootfs image as initramfs...\n[ 0.525572] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.527548] Scanning for low memory corruption every 60 seconds\n[ 0.529145] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.530551] audit: initializing netlink subsys (disabled)\n[ 0.531784] audit: type=2000 audit(1533466012.910:1): initialized\n[ 0.533377] Initialise system trusted keyring\n[ 0.534479] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.535869] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.538276] zbud: loaded\n[ 0.539095] VFS: Disk quotas dquot_6.6.0\n[ 0.540085] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.541927] fuse init (API version 7.23)\n[ 0.542985] Key type big_key registered\n[ 0.543936] Allocating IMA MOK and blacklist keyrings.\n[ 0.545366] Key type asymmetric registered\n[ 0.546361] Asymmetric key parser 'x509' registered\n[ 0.547549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.549334] io scheduler noop registered\n[ 0.550301] io scheduler deadline registered (default)\n[ 0.551497] io scheduler cfq registered\n[ 0.552480] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.553736] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.555264] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.557025] ACPI: Power Button [PWRF]\n[ 0.558041] GHES: HEST is not enabled!\n[ 0.571738] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.602350] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.605175] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.629032] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.631632] Linux agpgart interface v0.103\n[ 0.634564] brd: module loaded\n[ 0.636331] loop: module loaded\n[ 0.640297] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.641907] GPT:90111 != 2097151\n[ 0.642662] GPT:Alternate GPT header not at the end of the disk.\n[ 0.643885] GPT:90111 != 2097151\n[ 0.644636] GPT: Use GNU Parted to correct GPT errors.\n[ 0.645721] vda: vda1 vda15\n[ 0.647114] scsi host0: ata_piix\n[ 0.647977] scsi host1: ata_piix\n[ 0.648781] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.650152] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.651794] libphy: Fixed MDIO Bus: probed\n[ 0.652708] tun: Universal TUN/TAP device driver, 1.6\n[ 0.653780] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.656280] PPP generic driver version 2.4.2\n[ 0.657307] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.658648] ehci-pci: EHCI PCI platform driver\n[ 0.659610] ehci-platform: EHCI generic platform driver\n[ 0.660712] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.661981] ohci-pci: OHCI PCI platform driver\n[ 0.662955] ohci-platform: OHCI generic platform driver\n[ 0.664066] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.678289] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.679407] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.681034] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.682169] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.683466] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.684843] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.686412] usb usb1: Product: UHCI Host Controller\n[ 0.687455] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.688724] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.689813] hub 1-0:1.0: USB hub found\n[ 0.690671] hub 1-0:1.0: 2 ports detected\n[ 0.691700] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.694007] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.695075] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.696229] mousedev: PS/2 mouse device common for all mice\n[ 0.697693] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.699716] rtc_cmos 00:00: RTC can wake from S4\n[ 0.700929] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.702235] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.703568] i2c /dev entries driver\n[ 0.704414] device-mapper: uevent: version 1.0.3\n[ 0.705483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.707307] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.708852] NET: Registered protocol family 10\n[ 0.710108] NET: Registered protocol family 17\n[ 0.711092] Key type dns_resolver registered\n[ 0.712184] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.713405] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.715382] registered taskstats version 1\n[ 0.716321] Loading compiled-in X.509 certificates\n[ 0.717910] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.719958] zswap: loaded using pool lzo/zbud\n[ 0.721737] Key type trusted registered\n[ 0.723637] Key type encrypted registered\n[ 0.724555] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.725719] ima: No TPM chip found, activating TPM-bypass!\n[ 0.726880] evm: HMAC attrs: 0x1\n[ 0.727910] Magic number: 14:681:779\n[ 0.728849] rtc_cmos 00:00: setting system clock to 2018-08-05 10:46:52 UTC (1533466012)\n[ 0.730615] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.731849] EDD information not available.\n[ 0.810159] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.822164] Write protecting the kernel read-only data: 14336k\n[ 0.824427] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.826451] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\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.872789] 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.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.8...\nLease of 192.168.120.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"192.168.120.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.90. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCaL6UNZcmdZ1zLMPBT9K92NzJ3H8EPBbMvacBfzR2hMvdxaSrpKQVQ5kwJcGtMIWYBD1GCgTrrJpMHhknXrLVLxdYVvZ3YjSWn1C2bODGGV67mYW408agz5tjfKqCkvGZC/kD/jAvjJBU7flNZLORSXddsKcycyYlzPOJ2nRZYKAtjUWLOj3nNktJ16G9V/N96vu+0DuaNJp9nIQKJ/hHvhmYYLNGb7xhK0LkISL2CCAtX+CSwqRPimyctChKwenrHYDirv1dmYueLr9Zpqd/Abjr/cMKnvdlbCySpR2hQGNLqUw+8ktMCzcH4fl1mfAOC9Xshie7PipTEr1VswcTD root@vping-ssh-vm-ad6c82b3-3ba6-4c0a-8444-c941d96f6842\nssh-dss AAAAB3NzaC1kc3MAAACBAMZiMWLzE2Ajp8v1/4AV2M0NaVOTNT3imNcB26b/xsJQEA8czAUinxpx+cpGEY3K9azj71fWBULo66CCWFhB6sBQmIylTcwQPirrtcIdra1KGvL130zq36MUCcX0ihoUTpif+aiYdBZ1Le/31YqTmffbNJ67+Dn9EuKal8qWfuAHAAAAFQCz3FUmA0gyWvW0gNN6ZcG1imPzEwAAAIEAmtAZbYAqPxIjkgdKz8amTL7EPwhbid9AmtjZQDqL7KsaumVFlXJy/PKPl8RG+KRxGRKThWqZ92IaFijuqQcKtjJsPWGtHKw1n8lcIVFhlkOf853tB1+V9L7vShYyYhe3y8RG29viLYma2fZ4zG+UfYGg8YhAZFGPl2lhQvDhu1EAAACAe3CVX7skBUq2YRLLzLXOdtEtPFquHmIMPiJANM+oqmafSEl6jzpRtUEM/vZUw7vdkAAlpcbqspLYVAIEF5bNf+tuujzc/nOa6G0MA4vrKqEHClS8Im7ITAZtqpT5zg05COOlQ2BxsZPyy2UB4zqXV1Y+1wG+PAYSI/dh9gPEIEQ= root@vping-ssh-vm-ad6c82b3-3ba6-4c0a-8444-c941d96f6842\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.56s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fe66:7b1e/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.1 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000004\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-ad6c82b3-3ba6-4c0a-8444-c941d96f6842\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.14 ===\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-ad6c82b3-3ba6-4c0a-8444-c941d96f6842 login: "} 2018-08-05 10:46:57,274 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8/action used request id req-1a6a753b-8bba-4c90-aa87-2baaaf80c1b6 2018-08-05 10:46:57,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.68665099144s 2018-08-05 10:46:57,275 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8/action used request id req-1a6a753b-8bba-4c90-aa87-2baaaf80c1b6 2018-08-05 10:46:57,276 - 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 482795980 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.157591] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.159556] pid_max: default: 32768 minimum: 301 [ 0.160656] ACPI: Core revision 20150930 [ 0.162206] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.163749] Security Framework initialized [ 0.164760] Yama: becoming mindful. [ 0.165683] AppArmor: AppArmor initialized [ 0.166700] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.168377] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.169953] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.171456] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.173197] Initializing cgroup subsys io [ 0.174176] Initializing cgroup subsys memory [ 0.175234] Initializing cgroup subsys devices [ 0.176330] Initializing cgroup subsys freezer [ 0.177390] Initializing cgroup subsys net_cls [ 0.178450] Initializing cgroup subsys perf_event [ 0.179559] Initializing cgroup subsys net_prio [ 0.180652] Initializing cgroup subsys hugetlb [ 0.181712] Initializing cgroup subsys pids [ 0.182760] CPU: Physical Processor ID: 0 [ 0.184459] mce: CPU supports 10 MCE banks [ 0.185512] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.186745] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.204768] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.211195] ftrace: allocating 31920 entries in 125 pages [ 0.236403] smpboot: Max logical packages: 1 [ 0.237439] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.239075] x2apic enabled [ 0.239997] Switched APIC routing to physical x2apic. [ 0.241954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.243339] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.245849] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.248046] KVM setup paravirtual spinlock [ 0.249527] x86: Booted up 1 node, 1 CPUs [ 0.250509] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.252195] devtmpfs: initialized [ 0.254036] evm: security.selinux [ 0.254884] evm: security.SMACK64 [ 0.255714] evm: security.SMACK64EXEC [ 0.256651] evm: security.SMACK64TRANSMUTE [ 0.257638] evm: security.SMACK64MMAP [ 0.258536] evm: security.ima [ 0.259301] evm: security.capability [ 0.260260] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.262525] pinctrl core: initialized pinctrl subsystem [ 0.263846] RTC time: 10:46:51, date: 08/05/18 [ 0.264997] NET: Registered protocol family 16 [ 0.266172] cpuidle: using governor ladder [ 0.267209] cpuidle: using governor menu [ 0.268159] PCCT header not found. [ 0.269059] ACPI: bus type PCI registered [ 0.270032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.271556] PCI: Using configuration type 1 for base access [ 0.273567] ACPI: Added _OSI(Module Device) [ 0.274580] ACPI: Added _OSI(Processor Device) [ 0.275631] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.276761] ACPI: Added _OSI(Processor Aggregator Device) [ 0.278754] ACPI: Interpreter enabled [ 0.279687] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.281913] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.284137] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.286368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.288630] ACPI: (supports S0 S5) [ 0.289497] ACPI: Using IOAPIC for interrupt routing [ 0.290650] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.294145] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.295546] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.297093] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.298578] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.301304] acpiphp: Slot [3] registered [ 0.302284] acpiphp: Slot [4] registered [ 0.303246] acpiphp: Slot [5] registered [ 0.304221] acpiphp: Slot [6] registered [ 0.305189] acpiphp: Slot [7] registered [ 0.306149] acpiphp: Slot [8] registered [ 0.307140] acpiphp: Slot [9] registered [ 0.308109] acpiphp: Slot [10] registered [ 0.309101] acpiphp: Slot [11] registered [ 0.310085] acpiphp: Slot [12] registered [ 0.311064] acpiphp: Slot [13] registered [ 0.312041] acpiphp: Slot [14] registered [ 0.313018] acpiphp: Slot [15] registered [ 0.324000] acpiphp: Slot [16] registered [ 0.324980] acpiphp: Slot [17] registered [ 0.325955] acpiphp: Slot [18] registered [ 0.326955] acpiphp: Slot [19] registered [ 0.327941] acpiphp: Slot [20] registered [ 0.328964] acpiphp: Slot [21] registered [ 0.329951] acpiphp: Slot [22] registered [ 0.330928] acpiphp: Slot [23] registered [ 0.331908] acpiphp: Slot [24] registered [ 0.332886] acpiphp: Slot [25] registered [ 0.333868] acpiphp: Slot [26] registered [ 0.334846] acpiphp: Slot [27] registered [ 0.335823] acpiphp: Slot [28] registered [ 0.336804] acpiphp: Slot [29] registered [ 0.337817] acpiphp: Slot [30] registered [ 0.338801] acpiphp: Slot [31] registered [ 0.339795] PCI host bridge to bus 0000:00 [ 0.340772] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.342266] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.343763] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.345521] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.347303] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.349095] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.352540] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.354109] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.355552] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.357101] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.360962] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.362855] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.381645] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.383793] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.385457] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.387111] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.388787] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.390276] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.391781] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.393079] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.394964] vgaarb: loaded [ 0.395678] vgaarb: bridge control possible 0000:00:02.0 [ 0.397122] SCSI subsystem initialized [ 0.398239] ACPI: bus type USB registered [ 0.399243] usbcore: registered new interface driver usbfs [ 0.400503] usbcore: registered new interface driver hub [ 0.401726] usbcore: registered new device driver usb [ 0.403054] PCI: Using ACPI for IRQ routing [ 0.404360] NetLabel: Initializing [ 0.405223] NetLabel: domain hash size = 128 [ 0.406253] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.407425] NetLabel: unlabeled traffic allowed by default [ 0.408860] clocksource: Switched to clocksource kvm-clock [ 0.417337] AppArmor: AppArmor Filesystem Enabled [ 0.418556] pnp: PnP ACPI init [ 0.419625] pnp: PnP ACPI: found 5 devices [ 0.426221] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.428339] NET: Registered protocol family 2 [ 0.429576] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.431157] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.432638] TCP: Hash tables configured (established 4096 bind 4096) [ 0.434107] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.435440] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.436879] NET: Registered protocol family 1 [ 0.437959] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.439343] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.440627] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.454814] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.469060] Trying to unpack rootfs image as initramfs... [ 0.525572] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.527548] Scanning for low memory corruption every 60 seconds [ 0.529145] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.530551] audit: initializing netlink subsys (disabled) [ 0.531784] audit: type=2000 audit(1533466012.910:1): initialized [ 0.533377] Initialise system trusted keyring [ 0.534479] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.535869] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.538276] zbud: loaded [ 0.539095] VFS: Disk quotas dquot_6.6.0 [ 0.540085] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.541927] fuse init (API version 7.23) [ 0.542985] Key type big_key registered [ 0.543936] Allocating IMA MOK and blacklist keyrings. [ 0.545366] Key type asymmetric registered [ 0.546361] Asymmetric key parser 'x509' registered [ 0.547549] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.549334] io scheduler noop registered [ 0.550301] io scheduler deadline registered (default) [ 0.551497] io scheduler cfq registered [ 0.552480] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.553736] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.555264] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.557025] ACPI: Power Button [PWRF] [ 0.558041] GHES: HEST is not enabled! [ 0.571738] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.602350] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.605175] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.629032] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.631632] Linux agpgart interface v0.103 [ 0.634564] brd: module loaded [ 0.636331] loop: module loaded [ 0.640297] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.641907] GPT:90111 != 2097151 [ 0.642662] GPT:Alternate GPT header not at the end of the disk. [ 0.643885] GPT:90111 != 2097151 [ 0.644636] GPT: Use GNU Parted to correct GPT errors. [ 0.645721] vda: vda1 vda15 [ 0.647114] scsi host0: ata_piix [ 0.647977] scsi host1: ata_piix [ 0.648781] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.650152] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.651794] libphy: Fixed MDIO Bus: probed [ 0.652708] tun: Universal TUN/TAP device driver, 1.6 [ 0.653780] tun: (C) 1999-2004 Max Krasnyansky [ 0.656280] PPP generic driver version 2.4.2 [ 0.657307] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.658648] ehci-pci: EHCI PCI platform driver [ 0.659610] ehci-platform: EHCI generic platform driver [ 0.660712] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.661981] ohci-pci: OHCI PCI platform driver [ 0.662955] ohci-platform: OHCI generic platform driver [ 0.664066] uhci_hcd: USB Universal Host Controller Interface driver [ 0.678289] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.679407] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.681034] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.682169] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.683466] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.684843] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.686412] usb usb1: Product: UHCI Host Controller [ 0.687455] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.688724] usb usb1: SerialNumber: 0000:00:01.2 [ 0.689813] hub 1-0:1.0: USB hub found [ 0.690671] hub 1-0:1.0: 2 ports detected [ 0.691700] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.694007] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.695075] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.696229] mousedev: PS/2 mouse device common for all mice [ 0.697693] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.699716] rtc_cmos 00:00: RTC can wake from S4 [ 0.700929] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.702235] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.703568] i2c /dev entries driver [ 0.704414] device-mapper: uevent: version 1.0.3 [ 0.705483] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.707307] ledtrig-cpu: registered to indicate activity on CPUs [ 0.708852] NET: Registered protocol family 10 [ 0.710108] NET: Registered protocol family 17 [ 0.711092] Key type dns_resolver registered [ 0.712184] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.713405] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.715382] registered taskstats version 1 [ 0.716321] Loading compiled-in X.509 certificates [ 0.717910] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.719958] zswap: loaded using pool lzo/zbud [ 0.721737] Key type trusted registered [ 0.723637] Key type encrypted registered [ 0.724555] AppArmor: AppArmor sha1 policy hashing enabled [ 0.725719] ima: No TPM chip found, activating TPM-bypass! [ 0.726880] evm: HMAC attrs: 0x1 [ 0.727910] Magic number: 14:681:779 [ 0.728849] rtc_cmos 00:00: setting system clock to 2018-08-05 10:46:52 UTC (1533466012) [ 0.730615] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.731849] EDD information not available. [ 0.810159] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.822164] Write protecting the kernel read-only data: 14336k [ 0.824427] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.826451] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.63 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.872789] 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.77 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.8... Lease of 192.168.120.8 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.90. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCaL6UNZcmdZ1zLMPBT9K92NzJ3H8EPBbMvacBfzR2hMvdxaSrpKQVQ5kwJcGtMIWYBD1GCgTrrJpMHhknXrLVLxdYVvZ3YjSWn1C2bODGGV67mYW408agz5tjfKqCkvGZC/kD/jAvjJBU7flNZLORSXddsKcycyYlzPOJ2nRZYKAtjUWLOj3nNktJ16G9V/N96vu+0DuaNJp9nIQKJ/hHvhmYYLNGb7xhK0LkISL2CCAtX+CSwqRPimyctChKwenrHYDirv1dmYueLr9Zpqd/Abjr/cMKnvdlbCySpR2hQGNLqUw+8ktMCzcH4fl1mfAOC9Xshie7PipTEr1VswcTD root@vping-ssh-vm-ad6c82b3-3ba6-4c0a-8444-c941d96f6842 ssh-dss AAAAB3NzaC1kc3MAAACBAMZiMWLzE2Ajp8v1/4AV2M0NaVOTNT3imNcB26b/xsJQEA8czAUinxpx+cpGEY3K9azj71fWBULo66CCWFhB6sBQmIylTcwQPirrtcIdra1KGvL130zq36MUCcX0ihoUTpif+aiYdBZ1Le/31YqTmffbNJ67+Dn9EuKal8qWfuAHAAAAFQCz3FUmA0gyWvW0gNN6ZcG1imPzEwAAAIEAmtAZbYAqPxIjkgdKz8amTL7EPwhbid9AmtjZQDqL7KsaumVFlXJy/PKPl8RG+KRxGRKThWqZ92IaFijuqQcKtjJsPWGtHKw1n8lcIVFhlkOf853tB1+V9L7vShYyYhe3y8RG29viLYma2fZ4zG+UfYGg8YhAZFGPl2lhQvDhu1EAAACAe3CVX7skBUq2YRLLzLXOdtEtPFquHmIMPiJANM+oqmafSEl6jzpRtUEM/vZUw7vdkAAlpcbqspLYVAIEF5bNf+tuujzc/nOa6G0MA4vrKqEHClS8Im7ITAZtqpT5zg05COOlQ2BxsZPyy2UB4zqXV1Y+1wG+PAYSI/dh9gPEIEQ= root@vping-ssh-vm-ad6c82b3-3ba6-4c0a-8444-c941d96f6842 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.56s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fe66:7b1e/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.1 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.8 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000004 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-ad6c82b3-3ba6-4c0a-8444-c941d96f6842 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.14 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-ad6c82b3-3ba6-4c0a-8444-c941d96f6842 login: 2018-08-05 10:46:57,280 - paramiko.transport - DEBUG - starting thread (client mode): 0x6ff2b150L 2018-08-05 10:46:57,281 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-05 10:46:57,281 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-05 10:46:57,281 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-05 10:46:57,283 - 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-05 10:46:57,283 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-05 10:46:57,283 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-05 10:46:57,283 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-05 10:46:57,284 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-05 10:46:57,284 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-05 10:46:57,302 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-05 10:46:57,302 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-05 10:46:57,313 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.200: b20f11afa339cf53a1ccafabdf1fe828 2018-08-05 10:46:57,314 - paramiko.transport - DEBUG - Trying discovered key 388c7f26550602a68c2c467ab73d5915 in /tmp/tmptmqq57 2018-08-05 10:46:57,340 - paramiko.transport - DEBUG - userauth is OK 2018-08-05 10:46:57,345 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-05 10:46:57,346 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-05 10:46:57,347 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-05 10:46:57,348 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-05 10:46:57,349 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-05 10:46:57,393 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-05 10:46:57,393 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.7 (192.168.120.7): 56 data bytes 64 bytes from 192.168.120.7: seq=0 ttl=64 time=42.210 ms --- 192.168.120.7 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 42.210/42.210/42.210 ms 2018-08-05 10:46:57,394 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-05 10:46:57,398 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-05 10:46:57,510 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-05 10:46:57,510 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:34 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-05 10:46:57,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-05 10:46:57,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/servers/bd4831fe-0fed-46ed-821e-18507ea3e987 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:57,674 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 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 x-openstack-request-id: req-3f99045c-4b4e-43f2-ab50-fc6693cac0ff x-compute-request-id: req-3f99045c-4b4e-43f2-ab50-fc6693cac0ff Content-Type: application/json 2018-08-05 10:46:57,674 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/bd4831fe-0fed-46ed-821e-18507ea3e987 used request id req-3f99045c-4b4e-43f2-ab50-fc6693cac0ff 2018-08-05 10:46:57,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.159175872803s 2018-08-05 10:46:57,675 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/bd4831fe-0fed-46ed-821e-18507ea3e987 used request id req-3f99045c-4b4e-43f2-ab50-fc6693cac0ff 2018-08-05 10:46:57,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:46:57,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:46:58,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-c20e212d-87cc-419f-900a-0efe03aa46d1 x-compute-request-id: req-c20e212d-87cc-419f-900a-0efe03aa46d1 Content-Encoding: gzip Content-Length: 899 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_ad6c82b3-3ba6-4c0a-8444-c941d96f6842": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7b:1e", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7b:1e", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "rel": "bookmark"}], "image": {"id": "d2099311-f747-4e85-ad26-3e6473457e65", "links": [{"href": "http://172.30.9.46:8774/images/d2099311-f747-4e85-ad26-3e6473457e65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:46:52.000000", "flavor": {"id": "8fb75423-1e93-44ff-ba72-0787360ccf34", "links": [{"href": "http://172.30.9.46:8774/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "rel": "bookmark"}]}, "id": "adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "security_groups": [{"name": "vping_ssh-sg_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}], "user_id": "359fddbee76b45d9b4b5f45b95368e93", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:46:52Z", "hostId": "783eb1d28773040b599e344363a1716ff3bc3b10622c4cef44e7410a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "name": "vping_ssh-vm_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "created": "2018-08-05T10:46:45Z", "tenant_id": "8e28169371d04bc596984e65148756c5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_ad6c82b3-3ba6-4c0a-8444-c941d96f6842": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d9:2e:ae", "version": 4, "addr": "192.168.120.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/bd4831fe-0fed-46ed-821e-18507ea3e987", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/bd4831fe-0fed-46ed-821e-18507ea3e987", "rel": "bookmark"}], "image": {"id": "d2099311-f747-4e85-ad26-3e6473457e65", "links": [{"href": "http://172.30.9.46:8774/images/d2099311-f747-4e85-ad26-3e6473457e65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:46:40.000000", "flavor": {"id": "8fb75423-1e93-44ff-ba72-0787360ccf34", "links": [{"href": "http://172.30.9.46:8774/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "rel": "bookmark"}]}, "id": "bd4831fe-0fed-46ed-821e-18507ea3e987", "security_groups": [{"name": "vping_ssh-sg_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}], "user_id": "359fddbee76b45d9b4b5f45b95368e93", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:46:57Z", "hostId": "36ef328dd876ca4874afd054b1580ec45e8dbec348842325b2388603", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "created": "2018-08-05T10:46:34Z", "tenant_id": "8e28169371d04bc596984e65148756c5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:46:58,026 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c20e212d-87cc-419f-900a-0efe03aa46d1 2018-08-05 10:46:58,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.350149869919s 2018-08-05 10:46:58,026 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c20e212d-87cc-419f-900a-0efe03aa46d1 2018-08-05 10:46:58,028 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:47:00,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:47:00,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:47:00,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47: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-4967358f-73de-483e-9872-3a3f7e0645e4 x-compute-request-id: req-4967358f-73de-483e-9872-3a3f7e0645e4 Content-Encoding: gzip Content-Length: 763 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_ad6c82b3-3ba6-4c0a-8444-c941d96f6842": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7b:1e", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7b:1e", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "rel": "bookmark"}], "image": {"id": "d2099311-f747-4e85-ad26-3e6473457e65", "links": [{"href": "http://172.30.9.46:8774/images/d2099311-f747-4e85-ad26-3e6473457e65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:46:52.000000", "flavor": {"id": "8fb75423-1e93-44ff-ba72-0787360ccf34", "links": [{"href": "http://172.30.9.46:8774/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "rel": "bookmark"}]}, "id": "adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "security_groups": [{"name": "vping_ssh-sg_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}], "user_id": "359fddbee76b45d9b4b5f45b95368e93", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:46:52Z", "hostId": "783eb1d28773040b599e344363a1716ff3bc3b10622c4cef44e7410a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "name": "vping_ssh-vm_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "created": "2018-08-05T10:46:45Z", "tenant_id": "8e28169371d04bc596984e65148756c5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:47:00,228 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-4967358f-73de-483e-9872-3a3f7e0645e4 2018-08-05 10:47:00,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.196449995041s 2018-08-05 10:47:00,228 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-4967358f-73de-483e-9872-3a3f7e0645e4 2018-08-05 10:47:00,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-05 10:47:00,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/floatingips/a37c38a6-82d6-49fb-a483-fa24583c5d7b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:47:01,333 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fa1bccea-1e6c-416d-b106-955cc0203579 Content-Length: 0 Date: Sun, 05 Aug 2018 10:47:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:47:01,333 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/a37c38a6-82d6-49fb-a483-fa24583c5d7b.json used request id req-fa1bccea-1e6c-416d-b106-955cc0203579 2018-08-05 10:47:01,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.10193300247s 2018-08-05 10:47:01,334 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/a37c38a6-82d6-49fb-a483-fa24583c5d7b.json used request id req-fa1bccea-1e6c-416d-b106-955cc0203579 2018-08-05 10:47:01,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:47:01,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:47:01,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-bfd2029f-6f14-4dc8-98bb-3d8440369ff6 Date: Sun, 05 Aug 2018 10:47:01 GMT RESP BODY: {"floatingips": []} 2018-08-05 10:47:01,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-bfd2029f-6f14-4dc8-98bb-3d8440369ff6 2018-08-05 10:47:01,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0747210979462s 2018-08-05 10:47:01,414 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-bfd2029f-6f14-4dc8-98bb-3d8440369ff6 2018-08-05 10:47:01,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-05 10:47:01,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/servers/adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:47:01,555 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:47: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-29095ad8-1220-476a-b756-e1a494a9f6de x-compute-request-id: req-29095ad8-1220-476a-b756-e1a494a9f6de Content-Type: application/json 2018-08-05 10:47:01,555 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8 used request id req-29095ad8-1220-476a-b756-e1a494a9f6de 2018-08-05 10:47:01,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.139913797379s 2018-08-05 10:47:01,555 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8 used request id req-29095ad8-1220-476a-b756-e1a494a9f6de 2018-08-05 10:47:01,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:47:01,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:47:01,992 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47: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-462175ee-8c07-4447-a88a-ea10603d9e04 x-compute-request-id: req-462175ee-8c07-4447-a88a-ea10603d9e04 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_ad6c82b3-3ba6-4c0a-8444-c941d96f6842": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7b:1e", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7b:1e", "version": 4, "addr": "172.30.9.200", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "rel": "bookmark"}], "image": {"id": "d2099311-f747-4e85-ad26-3e6473457e65", "links": [{"href": "http://172.30.9.46:8774/images/d2099311-f747-4e85-ad26-3e6473457e65", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:46:52.000000", "flavor": {"id": "8fb75423-1e93-44ff-ba72-0787360ccf34", "links": [{"href": "http://172.30.9.46:8774/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "rel": "bookmark"}]}, "id": "adb2d9d9-6fac-4d3b-820e-1ffde2ac63c8", "security_groups": [{"name": "vping_ssh-sg_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}], "user_id": "359fddbee76b45d9b4b5f45b95368e93", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:47:01Z", "hostId": "783eb1d28773040b599e344363a1716ff3bc3b10622c4cef44e7410a", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "name": "vping_ssh-vm_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "created": "2018-08-05T10:46:45Z", "tenant_id": "8e28169371d04bc596984e65148756c5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:47:01,992 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-462175ee-8c07-4447-a88a-ea10603d9e04 2018-08-05 10:47:01,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.436843156815s 2018-08-05 10:47:01,993 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-462175ee-8c07-4447-a88a-ea10603d9e04 2018-08-05 10:47:01,994 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:47:03,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:47:04,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:47:04,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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 x-openstack-request-id: req-79809586-6ee3-4b04-a277-69b467e065c1 x-compute-request-id: req-79809586-6ee3-4b04-a277-69b467e065c1 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-05 10:47:04,076 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-79809586-6ee3-4b04-a277-69b467e065c1 2018-08-05 10:47:04,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0785539150238s 2018-08-05 10:47:04,076 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-79809586-6ee3-4b04-a277-69b467e065c1 2018-08-05 10:47:04,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 10:47:04,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:47:04,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-3ccea3ab-029c-488c-93ff-c170e6ad0a94 Date: Sun, 05 Aug 2018 10:47:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "8e28169371d04bc596984e65148756c5", "created_at": "2018-08-05T10:46:23Z", "updated_at": "2018-08-05T10:46:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:23Z", "revision_number": 0, "id": "15a99c2f-0545-4bf6-a7cf-374c45ef6371", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:23Z", "security_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e28169371d04bc596984e65148756c5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:23Z", "revision_number": 0, "id": "451a8dd4-e2d7-4777-b28c-b5a66a1f4c25", "remote_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:23Z", "security_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e28169371d04bc596984e65148756c5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:23Z", "revision_number": 0, "id": "ab81aa77-c42e-4ecc-a692-b031e38f9692", "remote_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:23Z", "security_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e28169371d04bc596984e65148756c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:23Z", "revision_number": 0, "id": "b98f040d-49b7-47cc-81e7-c497854b36f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:23Z", "security_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e28169371d04bc596984e65148756c5"}], "revision_number": 1, "project_id": "8e28169371d04bc596984e65148756c5", "id": "691acbd5-8983-4044-8480-ea40ff121eef", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "8e28169371d04bc596984e65148756c5", "created_at": "2018-08-05T10:46:32Z", "updated_at": "2018-08-05T10:46:32Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T10:46:32Z", "revision_number": 0, "id": "51513dc8-fb69-408b-80e1-7bb1940a9ee7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:32Z", "security_group_id": "9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "8e28169371d04bc596984e65148756c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:32Z", "revision_number": 0, "id": "bd604267-a1c4-429b-af34-8d8d66a9a729", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:32Z", "security_group_id": "9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e28169371d04bc596984e65148756c5"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:32Z", "revision_number": 0, "id": "c9d60a3f-8688-4d75-a035-6e5e4c949e8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:32Z", "security_group_id": "9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e28169371d04bc596984e65148756c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:32Z", "revision_number": 0, "id": "e5f9e47e-a32b-43b0-bada-80ec833224f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:32Z", "security_group_id": "9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e28169371d04bc596984e65148756c5"}], "revision_number": 3, "project_id": "8e28169371d04bc596984e65148756c5", "id": "9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0", "name": "vping_ssh-sg_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}]} 2018-08-05 10:47:04,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-3ccea3ab-029c-488c-93ff-c170e6ad0a94 2018-08-05 10:47:04,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0515849590302s 2018-08-05 10:47:04,131 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-3ccea3ab-029c-488c-93ff-c170e6ad0a94 2018-08-05 10:47:04,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-05 10:47:04,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/security-groups/9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:47:04,296 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d39e5cc0-00d4-4e9a-b30f-5a7b2e51b8bf Content-Length: 0 Date: Sun, 05 Aug 2018 10:47:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:47:04,297 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/security-groups/9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0.json used request id req-d39e5cc0-00d4-4e9a-b30f-5a7b2e51b8bf 2018-08-05 10:47:04,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.161717891693s 2018-08-05 10:47:04,297 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/security-groups/9a9c3ed3-f057-4789-ae9b-3ce6141dc4b0.json used request id req-d39e5cc0-00d4-4e9a-b30f-5a7b2e51b8bf 2018-08-05 10:47:04,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-05 10:47:04,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/os-keypairs/vping_ssh-kp_ad6c82b3-3ba6-4c0a-8444-c941d96f6842 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:47:04,338 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 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 x-openstack-request-id: req-1676e820-6ce3-40ef-ad38-fab914e4b7e6 x-compute-request-id: req-1676e820-6ce3-40ef-ad38-fab914e4b7e6 Content-Length: 0 Content-Type: application/json 2018-08-05 10:47:04,338 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/os-keypairs/vping_ssh-kp_ad6c82b3-3ba6-4c0a-8444-c941d96f6842 used request id req-1676e820-6ce3-40ef-ad38-fab914e4b7e6 2018-08-05 10:47:04,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0410280227661s 2018-08-05 10:47:04,339 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/os-keypairs/vping_ssh-kp_ad6c82b3-3ba6-4c0a-8444-c941d96f6842 used request id req-1676e820-6ce3-40ef-ad38-fab914e4b7e6 2018-08-05 10:47:04,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-05 10:47:04,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/f1ee3066-1b92-43dc-88d4-0e2b13b12c25/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" -d '{"subnet_id": "c401a5f6-0d48-44fa-ac17-9146806d8c8b"}' 2018-08-05 10:47:06,155 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cf75d5f5-5812-460d-b338-98f6ed918a9a Date: Sun, 05 Aug 2018 10:47:06 GMT RESP BODY: {"network_id": "cce550ce-b55a-4688-8709-7a5a5c07b52c", "tenant_id": "8e28169371d04bc596984e65148756c5", "subnet_id": "c401a5f6-0d48-44fa-ac17-9146806d8c8b", "subnet_ids": ["c401a5f6-0d48-44fa-ac17-9146806d8c8b"], "port_id": "81122625-a0b3-455c-9301-2d7d0fb5511a", "id": "f1ee3066-1b92-43dc-88d4-0e2b13b12c25"} 2018-08-05 10:47:06,155 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/f1ee3066-1b92-43dc-88d4-0e2b13b12c25/remove_router_interface.json used request id req-cf75d5f5-5812-460d-b338-98f6ed918a9a 2018-08-05 10:47:06,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.81627321243s 2018-08-05 10:47:06,156 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/f1ee3066-1b92-43dc-88d4-0e2b13b12c25/remove_router_interface.json used request id req-cf75d5f5-5812-460d-b338-98f6ed918a9a returning object f1ee3066-1b92-43dc-88d4-0e2b13b12c25 2018-08-05 10:47:06,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-05 10:47:06,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:47:06,279 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-d70c4741-fcb4-48f5-9bfc-70350bf4b3b7 Date: Sun, 05 Aug 2018 10:47:06 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "8e28169371d04bc596984e65148756c5", "created_at": "2018-08-05T10:46:25Z", "admin_state_up": true, "updated_at": "2018-08-05T10:47:05Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "8e28169371d04bc596984e65148756c5", "id": "f1ee3066-1b92-43dc-88d4-0e2b13b12c25", "name": "vping_ssh-router_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}]} 2018-08-05 10:47:06,279 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-d70c4741-fcb4-48f5-9bfc-70350bf4b3b7 2018-08-05 10:47:06,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.122457027435s 2018-08-05 10:47:06,279 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-d70c4741-fcb4-48f5-9bfc-70350bf4b3b7 2018-08-05 10:47:06,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-05 10:47:06,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/routers/f1ee3066-1b92-43dc-88d4-0e2b13b12c25.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:47:07,458 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5fbcefc3-2622-45cc-917d-d92c2dc7a2c1 Content-Length: 0 Date: Sun, 05 Aug 2018 10:47:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:47:07,458 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/f1ee3066-1b92-43dc-88d4-0e2b13b12c25.json used request id req-5fbcefc3-2622-45cc-917d-d92c2dc7a2c1 2018-08-05 10:47:07,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.17745614052s 2018-08-05 10:47:07,458 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/f1ee3066-1b92-43dc-88d4-0e2b13b12c25.json used request id req-5fbcefc3-2622-45cc-917d-d92c2dc7a2c1 2018-08-05 10:47:07,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 10:47:07,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:47:07,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-073d8864-7fd8-46fb-959e-bde4c763fac5 Date: Sun, 05 Aug 2018 10:47:07 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cce550ce-b55a-4688-8709-7a5a5c07b52c","tenant_id":"8e28169371d04bc596984e65148756c5","created_at":"2018-08-05T10:46:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T10:46:24Z","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":"8e28169371d04bc596984e65148756c5","id":"c401a5f6-0d48-44fa-ac17-9146806d8c8b","subnetpool_id":null,"name":"vping_ssh-subnet_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}]} 2018-08-05 10:47:07,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-073d8864-7fd8-46fb-959e-bde4c763fac5 2018-08-05 10:47:07,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0485851764679s 2018-08-05 10:47:07,508 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-073d8864-7fd8-46fb-959e-bde4c763fac5 2018-08-05 10:47:07,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-05 10:47:07,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/subnets/c401a5f6-0d48-44fa-ac17-9146806d8c8b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:47:08,571 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a87dae3f-9233-401b-b78f-64f484ce21b5 Date: Sun, 05 Aug 2018 10:47:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:47:08,571 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/c401a5f6-0d48-44fa-ac17-9146806d8c8b.json used request id req-a87dae3f-9233-401b-b78f-64f484ce21b5 2018-08-05 10:47:08,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.06181693077s 2018-08-05 10:47:08,571 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/c401a5f6-0d48-44fa-ac17-9146806d8c8b.json used request id req-a87dae3f-9233-401b-b78f-64f484ce21b5 2018-08-05 10:47:08,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:47:08,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:47:08,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1236 X-Openstack-Request-Id: req-8dd48b1b-dfb0-40eb-b396-eebaab9461d3 Date: Sun, 05 Aug 2018 10:47:08 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"cce550ce-b55a-4688-8709-7a5a5c07b52c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"8e28169371d04bc596984e65148756c5","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:47:08Z","qos_policy_id":null,"name":"vping_ssh-net_ad6c82b3-3ba6-4c0a-8444-c941d96f6842","admin_state_up":true,"tenant_id":"8e28169371d04bc596984e65148756c5","created_at":"2018-08-05T10:46:23Z","mtu":1450}]} 2018-08-05 10:47:08,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-8dd48b1b-dfb0-40eb-b396-eebaab9461d3 2018-08-05 10:47:08,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.105578184128s 2018-08-05 10:47:08,678 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-8dd48b1b-dfb0-40eb-b396-eebaab9461d3 2018-08-05 10:47:08,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-05 10:47:08,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/networks/cce550ce-b55a-4688-8709-7a5a5c07b52c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:47:09,798 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4e04dcdc-d1a2-4e47-b73d-38823fe77cec Date: Sun, 05 Aug 2018 10:47:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:47:09,798 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/cce550ce-b55a-4688-8709-7a5a5c07b52c.json used request id req-4e04dcdc-d1a2-4e47-b73d-38823fe77cec 2018-08-05 10:47:09,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.11966490746s 2018-08-05 10:47:09,799 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/cce550ce-b55a-4688-8709-7a5a5c07b52c.json used request id req-4e04dcdc-d1a2-4e47-b73d-38823fe77cec 2018-08-05 10:47:09,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:47:09,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:47:10,015 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-71fe8c49-7582-44eb-a689-8b1f48c47d98 Date: Sun, 05 Aug 2018 10:47:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/d2099311-f747-4e85-ad26-3e6473457e65/snap", "metadata": {}}], "file": "/v2/images/d2099311-f747-4e85-ad26-3e6473457e65/file", "owner": "8e28169371d04bc596984e65148756c5", "id": "d2099311-f747-4e85-ad26-3e6473457e65", "size": 12716032, "self": "/v2/images/d2099311-f747-4e85-ad26-3e6473457e65", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/d2099311-f747-4e85-ad26-3e6473457e65/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:46:31Z", "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:46:29Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:47:10,015 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-71fe8c49-7582-44eb-a689-8b1f48c47d98 2018-08-05 10:47:10,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.212718009949s 2018-08-05 10:47:10,016 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-71fe8c49-7582-44eb-a689-8b1f48c47d98 2018-08-05 10:47:10,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-05 10:47:10,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9292/v2/images/d2099311-f747-4e85-ad26-3e6473457e65 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a6e5b7ec33ae0acb3d2927791f57ee9032c5414" 2018-08-05 10:47:10,352 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-de67b1f5-660c-4331-987f-3023e54a588e Date: Sun, 05 Aug 2018 10:47:10 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-05 10:47:10,352 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/d2099311-f747-4e85-ad26-3e6473457e65 used request id req-de67b1f5-660c-4331-987f-3023e54a588e 2018-08-05 10:47:10,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.334982156754s 2018-08-05 10:47:10,353 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/d2099311-f747-4e85-ad26-3e6473457e65 used request id req-de67b1f5-660c-4331-987f-3023e54a588e 2018-08-05 10:47:10,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 10:47:10,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d8b61a17ea068476e74f04a9509ea22fb27952cb" 2018-08-05 10:47:10,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36ff2cef-e7ce-44f4-8a45-355a6e646b20 x-compute-request-id: req-36ff2cef-e7ce-44f4-8a45-355a6e646b20 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34", "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": "8fb75423-1e93-44ff-ba72-0787360ccf34"}]} 2018-08-05 10:47:10,377 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-36ff2cef-e7ce-44f4-8a45-355a6e646b20 2018-08-05 10:47:10,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0241670608521s 2018-08-05 10:47:10,378 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-36ff2cef-e7ce-44f4-8a45-355a6e646b20 2018-08-05 10:47:10,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 10:47:10,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8b61a17ea068476e74f04a9509ea22fb27952cb" 2018-08-05 10:47:10,419 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 10:47:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bd1e6da5-4445-49e3-ab8d-5e669a9f7ee0 x-compute-request-id: req-bd1e6da5-4445-49e3-ab8d-5e669a9f7ee0 Content-Length: 0 Content-Type: application/json 2018-08-05 10:47:10,419 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34 used request id req-bd1e6da5-4445-49e3-ab8d-5e669a9f7ee0 2018-08-05 10:47:10,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.040146112442s 2018-08-05 10:47:10,419 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/8fb75423-1e93-44ff-ba72-0787360ccf34 used request id req-bd1e6da5-4445-49e3-ab8d-5e669a9f7ee0 2018-08-05 10:47:10,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 10:47:10,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d8b61a17ea068476e74f04a9509ea22fb27952cb" 2018-08-05 10:47:10,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4703e17-7850-48f3-b864-507d8c62fae3 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "links": {"self": "http://172.30.9.46:5000/v3/users/359fddbee76b45d9b4b5f45b95368e93"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "359fddbee76b45d9b4b5f45b95368e93", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 10:47:10,536 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-c4703e17-7850-48f3-b864-507d8c62fae3 2018-08-05 10:47:10,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115691184998s 2018-08-05 10:47:10,536 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-c4703e17-7850-48f3-b864-507d8c62fae3 2018-08-05 10:47:10,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 10:47:10,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/users/359fddbee76b45d9b4b5f45b95368e93 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8b61a17ea068476e74f04a9509ea22fb27952cb" 2018-08-05 10:47:10,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-627cde59-647f-4bd9-b4e0-f80b74dafa34 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_ad6c82b3-3ba6-4c0a-8444-c941d96f6842", "links": {"self": "http://172.30.9.46:5000/v3/users/359fddbee76b45d9b4b5f45b95368e93"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "359fddbee76b45d9b4b5f45b95368e93", "description": null}} 2018-08-05 10:47:10,652 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/359fddbee76b45d9b4b5f45b95368e93 used request id req-627cde59-647f-4bd9-b4e0-f80b74dafa34 2018-08-05 10:47:10,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110851049423s 2018-08-05 10:47:10,652 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/359fddbee76b45d9b4b5f45b95368e93 used request id req-627cde59-647f-4bd9-b4e0-f80b74dafa34 2018-08-05 10:47:10,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-05 10:47:10,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/users/359fddbee76b45d9b4b5f45b95368e93 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8b61a17ea068476e74f04a9509ea22fb27952cb" 2018-08-05 10:47:10,843 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:47:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8098489-6d22-45ec-9f3f-2e523db9abfa Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 10:47:10,843 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/359fddbee76b45d9b4b5f45b95368e93 used request id req-e8098489-6d22-45ec-9f3f-2e523db9abfa 2018-08-05 10:47:10,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.189832210541s 2018-08-05 10:47:10,843 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/359fddbee76b45d9b4b5f45b95368e93 used request id req-e8098489-6d22-45ec-9f3f-2e523db9abfa 2018-08-05 10:47:10,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 10:47:10,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d8b61a17ea068476e74f04a9509ea22fb27952cb" 2018-08-05 10:47:10,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10bd56d3-7543-4300-b9a2-b6f3574543d8 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.46:5000/v3/projects/8e28169371d04bc596984e65148756c5"}, "tags": [], "enabled": true, "id": "8e28169371d04bc596984e65148756c5", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_ad6c82b3-3ba6-4c0a-8444-c941d96f6842"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-05 10:47:10,941 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-10bd56d3-7543-4300-b9a2-b6f3574543d8 2018-08-05 10:47:10,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0914912223816s 2018-08-05 10:47:10,941 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-10bd56d3-7543-4300-b9a2-b6f3574543d8 2018-08-05 10:47:10,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-05 10:47:10,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/projects/8e28169371d04bc596984e65148756c5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d8b61a17ea068476e74f04a9509ea22fb27952cb" 2018-08-05 10:47:11,112 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:47:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-74123788-67fe-4cd2-9fc4-447838fc1d04 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 10:47:11,112 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/8e28169371d04bc596984e65148756c5 used request id req-74123788-67fe-4cd2-9fc4-447838fc1d04 2018-08-05 10:47:11,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.167006969452s 2018-08-05 10:47:11,113 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/8e28169371d04bc596984e65148756c5 used request id req-74123788-67fe-4cd2-9fc4-447838fc1d04 2018-08-05 10:47:11,168 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-05 10:47:11,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 10:47:11,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 10:47:11,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 10:47:11,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 10:47:11,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 10:47:11,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 10:47:11,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 10:47:11,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 10:47:11,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 10:47:11,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 10:47:11,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 10:47:11,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 10:47:11,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 10:47:11,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 10:47:11,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 10:47:11,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 10:47:11,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 10:47:11,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 10:47:11,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 10:47:11,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 10:47:11,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 10:47:11,212 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 10:47:11,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:47:11,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f17384f6-ff8d-4238-8156-0c8f2dfeeb90 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 10:47:11,219 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-f17384f6-ff8d-4238-8156-0c8f2dfeeb90 2018-08-05 10:47:11,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 10:47:11,612 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T11:47:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["eGPFnqjGT0W4hpgaHFBGXw"], "issued_at": "2018-08-05T10:47:11.000000Z"}} 2018-08-05 10:47:11,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:47:11,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}eb0c2d2c5fa0e226d20861e5ad95726150aa196f" 2018-08-05 10:47:11,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-6f3f04b6-58e9-4347-a183-bc4358d1c82f Date: Sun, 05 Aug 2018 10:47:11 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 10:47:11,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6f3f04b6-58e9-4347-a183-bc4358d1c82f 2018-08-05 10:47:11,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.249713182449s 2018-08-05 10:47:11,867 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6f3f04b6-58e9-4347-a183-bc4358d1c82f 2018-08-05 10:47:11,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:47:11,876 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 10:47:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1504abfe-5d38-429f-aecc-98dca5b63392 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.46:5000/v3/", "rel": "self"}]}]}} 2018-08-05 10:47:11,876 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/ used request id req-1504abfe-5d38-429f-aecc-98dca5b63392 2018-08-05 10:47:11,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 10:47:11,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}eb0c2d2c5fa0e226d20861e5ad95726150aa196f" 2018-08-05 10:47:11,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9ab012d-6b58-4eaa-b5b7-4cfe8e05c452 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.46:5000/v3/domains/2e9dbdb0714844c8959b763da4d86693"}, "tags": [], "enabled": true, "id": "2e9dbdb0714844c8959b763da4d86693", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.46:5000/v3/domains", "previous": null, "next": null}} 2018-08-05 10:47:11,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-e9ab012d-6b58-4eaa-b5b7-4cfe8e05c452 2018-08-05 10:47:11,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0963230133057s 2018-08-05 10:47:11,974 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-e9ab012d-6b58-4eaa-b5b7-4cfe8e05c452 2018-08-05 10:47:11,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-05 10:47:11,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb0c2d2c5fa0e226d20861e5ad95726150aa196f" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_744a2661-9f50-4cef-97d8-7d9548f56185"}}' 2018-08-05 10:47:12,160 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 10:47:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ba22449a-a5d2-44d0-bca8-8d4a7b337051 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.46:5000/v3/projects/48a8536f1aea4650b9a566299edebcd9"}, "tags": [], "enabled": true, "id": "48a8536f1aea4650b9a566299edebcd9", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_744a2661-9f50-4cef-97d8-7d9548f56185"}} 2018-08-05 10:47:12,160 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-ba22449a-a5d2-44d0-bca8-8d4a7b337051 2018-08-05 10:47:12,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.17923116684s 2018-08-05 10:47:12,160 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-ba22449a-a5d2-44d0-bca8-8d4a7b337051 2018-08-05 10:47:12,161 - 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'48a8536f1aea4650b9a566299edebcd9', '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_744a2661-9f50-4cef-97d8-7d9548f56185'}) 2018-08-05 10:47:12,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-05 10:47:12,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb0c2d2c5fa0e226d20861e5ad95726150aa196f" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "ef85a0d5-450a-465e-9155-20ca4f73d8d7", "email": null, "name": "vping_userdata-user_744a2661-9f50-4cef-97d8-7d9548f56185"}}' 2018-08-05 10:47:12,534 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 10:47:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a8f00fed-db4d-4f70-b2ab-f0da3066106d Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_744a2661-9f50-4cef-97d8-7d9548f56185", "links": {"self": "http://172.30.9.46:5000/v3/users/b02828ffc4db42ac8f667b87c5bb8030"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b02828ffc4db42ac8f667b87c5bb8030", "domain_id": "default", "password_expires_at": null}} 2018-08-05 10:47:12,534 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-a8f00fed-db4d-4f70-b2ab-f0da3066106d 2018-08-05 10:47:12,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.367137908936s 2018-08-05 10:47:12,535 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-a8f00fed-db4d-4f70-b2ab-f0da3066106d 2018-08-05 10:47:12,535 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b02828ffc4db42ac8f667b87c5bb8030', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_744a2661-9f50-4cef-97d8-7d9548f56185'}) 2018-08-05 10:47:12,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 10:47:12,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb0c2d2c5fa0e226d20861e5ad95726150aa196f" 2018-08-05 10:47:12,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-396876b7-f23e-4bcc-931d-ef31c3257b8d Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 10:47:12,632 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-396876b7-f23e-4bcc-931d-ef31c3257b8d 2018-08-05 10:47:12,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0935549736023s 2018-08-05 10:47:12,633 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-396876b7-f23e-4bcc-931d-ef31c3257b8d 2018-08-05 10:47:12,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 10:47:12,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb0c2d2c5fa0e226d20861e5ad95726150aa196f" 2018-08-05 10:47:12,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1fa37a22-df25-4a43-b7ed-d9a92152439f Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 10:47:12,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-1fa37a22-df25-4a43-b7ed-d9a92152439f 2018-08-05 10:47:12,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.107190132141s 2018-08-05 10:47:12,748 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-1fa37a22-df25-4a43-b7ed-d9a92152439f 2018-08-05 10:47:12,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 10:47:12,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb0c2d2c5fa0e226d20861e5ad95726150aa196f" 2018-08-05 10:47:12,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33d030ff-8ef1-4530-9f5b-cb420dbc8d21 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 10:47:12,849 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-33d030ff-8ef1-4530-9f5b-cb420dbc8d21 2018-08-05 10:47:12,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0962860584259s 2018-08-05 10:47:12,849 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-33d030ff-8ef1-4530-9f5b-cb420dbc8d21 2018-08-05 10:47:12,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 10:47:12,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}eb0c2d2c5fa0e226d20861e5ad95726150aa196f" 2018-08-05 10:47:12,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-172ec20e-7aa6-42f9-99a1-eff15f645779 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-05 10:47:12,951 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-172ec20e-7aa6-42f9-99a1-eff15f645779 2018-08-05 10:47:12,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0969109535217s 2018-08-05 10:47:12,951 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-172ec20e-7aa6-42f9-99a1-eff15f645779 2018-08-05 10:47:12,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 10:47:12,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}eb0c2d2c5fa0e226d20861e5ad95726150aa196f" 2018-08-05 10:47:12,990 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95ab89d6-125c-4d92-8935-50a96e388cd2 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_744a2661-9f50-4cef-97d8-7d9548f56185", "links": {"self": "http://172.30.9.46:5000/v3/users/b02828ffc4db42ac8f667b87c5bb8030"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b02828ffc4db42ac8f667b87c5bb8030", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 10:47:12,991 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-95ab89d6-125c-4d92-8935-50a96e388cd2 2018-08-05 10:47:12,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0383660793304s 2018-08-05 10:47:12,991 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-95ab89d6-125c-4d92-8935-50a96e388cd2 2018-08-05 10:47:13,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 10:47:13,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}eb0c2d2c5fa0e226d20861e5ad95726150aa196f" 2018-08-05 10:47:13,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f2f1771-ca1b-4fe5-8bfd-b7bd4f6a655f Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.46:5000/v3/projects/48a8536f1aea4650b9a566299edebcd9"}, "tags": [], "enabled": true, "id": "48a8536f1aea4650b9a566299edebcd9", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_744a2661-9f50-4cef-97d8-7d9548f56185"}]} 2018-08-05 10:47:13,097 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-7f2f1771-ca1b-4fe5-8bfd-b7bd4f6a655f 2018-08-05 10:47:13,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.094309091568s 2018-08-05 10:47:13,097 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-7f2f1771-ca1b-4fe5-8bfd-b7bd4f6a655f 2018-08-05 10:47:13,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-05 10:47:13,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:5000/v3/role_assignments?user.id=b02828ffc4db42ac8f667b87c5bb8030&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=48a8536f1aea4650b9a566299edebcd9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb0c2d2c5fa0e226d20861e5ad95726150aa196f" 2018-08-05 10:47:13,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-437ca41b-b694-435f-ab19-370afe166f5e Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.46:5000/v3/role_assignments?user.id=b02828ffc4db42ac8f667b87c5bb8030&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=48a8536f1aea4650b9a566299edebcd9", "previous": null, "next": null}} 2018-08-05 10:47:13,199 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=b02828ffc4db42ac8f667b87c5bb8030&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=48a8536f1aea4650b9a566299edebcd9 used request id req-437ca41b-b694-435f-ab19-370afe166f5e 2018-08-05 10:47:13,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0939681529999s 2018-08-05 10:47:13,199 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=b02828ffc4db42ac8f667b87c5bb8030&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=48a8536f1aea4650b9a566299edebcd9 used request id req-437ca41b-b694-435f-ab19-370afe166f5e 2018-08-05 10:47:13,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-05 10:47:13,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:5000/v3/projects/48a8536f1aea4650b9a566299edebcd9/users/b02828ffc4db42ac8f667b87c5bb8030/roles/6f5c235bf8f846e2ab7d21fb711e4f6d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb0c2d2c5fa0e226d20861e5ad95726150aa196f" 2018-08-05 10:47:13,330 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:47:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1543e83f-1e2b-47ec-82e7-4f0a7e3dfc25 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 10:47:13,331 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/48a8536f1aea4650b9a566299edebcd9/users/b02828ffc4db42ac8f667b87c5bb8030/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-1543e83f-1e2b-47ec-82e7-4f0a7e3dfc25 2018-08-05 10:47:13,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.12805390358s 2018-08-05 10:47:13,331 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/48a8536f1aea4650b9a566299edebcd9/users/b02828ffc4db42ac8f667b87c5bb8030/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-1543e83f-1e2b-47ec-82e7-4f0a7e3dfc25 2018-08-05 10:47:13,332 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_744a2661-9f50-4cef-97d8-7d9548f56185', 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'48a8536f1aea4650b9a566299edebcd9', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'ef85a0d5-450a-465e-9155-20ca4f73d8d7', 'username': u'vping_userdata-user_744a2661-9f50-4cef-97d8-7d9548f56185', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.46: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-05 10:47:13,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 10:47:13,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 10:47:13,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 10:47:13,333 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 10:47:13,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 10:47:13,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 10:47:13,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 10:47:13,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 10:47:13,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 10:47:13,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 10:47:13,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 10:47:13,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 10:47:13,334 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 10:47:13,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 10:47:13,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 10:47:13,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 10:47:13,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 10:47:13,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 10:47:13,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 10:47:13,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 10:47:13,335 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 10:47:13,336 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 10:47:13,337 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_744a2661-9f50-4cef-97d8-7d9548f56185', 'password': 'ef85a0d5-450a-465e-9155-20ca4f73d8d7', 'project_name': 'vping_userdata-project_744a2661-9f50-4cef-97d8-7d9548f56185', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.46:5000/v3', 'project_id': '48a8536f1aea4650b9a566299edebcd9', 'project_domain_name': 'Default'} 2018-08-05 10:47:13,337 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-05 10:47:13,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:47:13,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdc24b6b-a636-4814-96a6-d69bde179d3c Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 10:47:13,345 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-bdc24b6b-a636-4814-96a6-d69bde179d3c 2018-08-05 10:47:13,346 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 10:47:13,739 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}], "expires_at": "2018-08-05T11:47:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "48a8536f1aea4650b9a566299edebcd9", "name": "vping_userdata-project_744a2661-9f50-4cef-97d8-7d9548f56185"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_48a8536f1aea4650b9a566299edebcd9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_48a8536f1aea4650b9a566299edebcd9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/48a8536f1aea4650b9a566299edebcd9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/48a8536f1aea4650b9a566299edebcd9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/48a8536f1aea4650b9a566299edebcd9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/48a8536f1aea4650b9a566299edebcd9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/48a8536f1aea4650b9a566299edebcd9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/48a8536f1aea4650b9a566299edebcd9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/48a8536f1aea4650b9a566299edebcd9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/48a8536f1aea4650b9a566299edebcd9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/48a8536f1aea4650b9a566299edebcd9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/48a8536f1aea4650b9a566299edebcd9", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/48a8536f1aea4650b9a566299edebcd9", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/48a8536f1aea4650b9a566299edebcd9", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_744a2661-9f50-4cef-97d8-7d9548f56185", "id": "b02828ffc4db42ac8f667b87c5bb8030"}, "audit_ids": ["8NaSWDIDRiaRoc450DNIDQ"], "issued_at": "2018-08-05T10:47:13.000000Z"}} 2018-08-05 10:47:13,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-05 10:47:13,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" -d '{"network": {"name": "vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185", "admin_state_up": true}}' 2018-08-05 10:47:14,538 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 633 X-Openstack-Request-Id: req-75689f7d-522e-4c96-a722-6154e7be3957 Date: Sun, 05 Aug 2018 10:47:14 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"99f0fcb3-462e-4dac-bbe0-a9b3c14e4fa8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"48a8536f1aea4650b9a566299edebcd9","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:47:14Z","is_default":false,"name":"vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185","qos_policy_id":null,"admin_state_up":true,"tenant_id":"48a8536f1aea4650b9a566299edebcd9","created_at":"2018-08-05T10:47:14Z","mtu":1450}} 2018-08-05 10:47:14,539 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-75689f7d-522e-4c96-a722-6154e7be3957 2018-08-05 10:47:14,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.796777009964s 2018-08-05 10:47:14,539 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-75689f7d-522e-4c96-a722-6154e7be3957 2018-08-05 10:47:14,539 - 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-05T10:47:14Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'99f0fcb3-462e-4dac-bbe0-a9b3c14e4fa8', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185', u'admin_state_up': True, u'tenant_id': u'48a8536f1aea4650b9a566299edebcd9', u'created_at': u'2018-08-05T10:47:14Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'48a8536f1aea4650b9a566299edebcd9', u'l2_adjacency': True}) 2018-08-05 10:47:14,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:47:14,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:14,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-46ad6e83-06a2-4c9e-9260-556e7e9742ce Date: Sun, 05 Aug 2018 10:47:14 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"99f0fcb3-462e-4dac-bbe0-a9b3c14e4fa8","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"48a8536f1aea4650b9a566299edebcd9","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:47:14Z","qos_policy_id":null,"name":"vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185","admin_state_up":true,"tenant_id":"48a8536f1aea4650b9a566299edebcd9","created_at":"2018-08-05T10:47:14Z","mtu":1450}]} 2018-08-05 10:47:14,754 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-46ad6e83-06a2-4c9e-9260-556e7e9742ce 2018-08-05 10:47:14,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.214236974716s 2018-08-05 10:47:14,755 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-46ad6e83-06a2-4c9e-9260-556e7e9742ce 2018-08-05 10:47:14,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-05 10:47:14,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" -d '{"subnet": {"name": "vping_userdata-subnet_744a2661-9f50-4cef-97d8-7d9548f56185", "enable_dhcp": true, "network_id": "99f0fcb3-462e-4dac-bbe0-a9b3c14e4fa8", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-05 10:47:15,347 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-8ccddd60-5291-4a12-9e0b-65700167e110 Date: Sun, 05 Aug 2018 10:47:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"99f0fcb3-462e-4dac-bbe0-a9b3c14e4fa8","tenant_id":"48a8536f1aea4650b9a566299edebcd9","created_at":"2018-08-05T10:47:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T10:47: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":"48a8536f1aea4650b9a566299edebcd9","id":"fed7fdfd-c930-4c4f-a98b-f47913f39208","subnetpool_id":null,"name":"vping_userdata-subnet_744a2661-9f50-4cef-97d8-7d9548f56185"}} 2018-08-05 10:47:15,347 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-8ccddd60-5291-4a12-9e0b-65700167e110 2018-08-05 10:47:15,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.590551137924s 2018-08-05 10:47:15,347 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-8ccddd60-5291-4a12-9e0b-65700167e110 2018-08-05 10:47:15,348 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T10:47: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'fed7fdfd-c930-4c4f-a98b-f47913f39208', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_744a2661-9f50-4cef-97d8-7d9548f56185', u'enable_dhcp': True, u'network_id': u'99f0fcb3-462e-4dac-bbe0-a9b3c14e4fa8', u'tenant_id': u'48a8536f1aea4650b9a566299edebcd9', u'created_at': u'2018-08-05T10:47: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'48a8536f1aea4650b9a566299edebcd9'}) 2018-08-05 10:47:15,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-05 10:47:15,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" -d '{"router": {"external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "name": "vping_userdata-router_744a2661-9f50-4cef-97d8-7d9548f56185", "admin_state_up": true}}' 2018-08-05 10:47:17,077 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-e3e16c83-11c9-4503-84db-069dc8a203a1 Date: Sun, 05 Aug 2018 10:47:17 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "created_at": "2018-08-05T10:47:15Z", "admin_state_up": true, "updated_at": "2018-08-05T10:47:16Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "48a8536f1aea4650b9a566299edebcd9", "id": "9b0c77d5-4752-4e92-b443-b72f4eac21ea", "name": "vping_userdata-router_744a2661-9f50-4cef-97d8-7d9548f56185"}} 2018-08-05 10:47:17,078 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-e3e16c83-11c9-4503-84db-069dc8a203a1 2018-08-05 10:47:17,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.72919893265s 2018-08-05 10:47:17,078 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-e3e16c83-11c9-4503-84db-069dc8a203a1 2018-08-05 10:47:17,078 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T10:47:16Z', u'revision_number': 2, u'id': u'9b0c77d5-4752-4e92-b443-b72f4eac21ea', u'external_gateway_info': {u'network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'89972d6a-26a8-4595-baea-47e68ca637c2', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-router_744a2661-9f50-4cef-97d8-7d9548f56185', u'admin_state_up': True, u'tenant_id': u'48a8536f1aea4650b9a566299edebcd9', u'created_at': u'2018-08-05T10:47:15Z', u'flavor_id': None, u'routes': [], u'project_id': u'48a8536f1aea4650b9a566299edebcd9'}) 2018-08-05 10:47:17,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-05 10:47:17,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/9b0c77d5-4752-4e92-b443-b72f4eac21ea/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" -d '{"subnet_id": "fed7fdfd-c930-4c4f-a98b-f47913f39208"}' 2018-08-05 10:47:19,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f5a59e40-08d3-496c-bd7f-26f94be06764 Date: Sun, 05 Aug 2018 10:47:19 GMT RESP BODY: {"network_id": "99f0fcb3-462e-4dac-bbe0-a9b3c14e4fa8", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "subnet_id": "fed7fdfd-c930-4c4f-a98b-f47913f39208", "subnet_ids": ["fed7fdfd-c930-4c4f-a98b-f47913f39208"], "port_id": "6ab8f0f8-2039-4b40-b857-b3f1b822268c", "id": "9b0c77d5-4752-4e92-b443-b72f4eac21ea"} 2018-08-05 10:47:19,425 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/9b0c77d5-4752-4e92-b443-b72f4eac21ea/add_router_interface.json used request id req-f5a59e40-08d3-496c-bd7f-26f94be06764 2018-08-05 10:47:19,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.34626603127s 2018-08-05 10:47:19,426 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/9b0c77d5-4752-4e92-b443-b72f4eac21ea/add_router_interface.json used request id req-f5a59e40-08d3-496c-bd7f-26f94be06764 returning object 9b0c77d5-4752-4e92-b443-b72f4eac21ea 2018-08-05 10:47:19,426 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-05 10:47:19,559 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-05 10:47:19,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:47:19,564 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 05 Aug 2018 10:47:19 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}]} 2018-08-05 10:47:19,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:47:19,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:19,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2dc13f5a-1dd6-496f-a4f0-f25214467800 Date: Sun, 05 Aug 2018 10:47:19 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:47:19,745 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-2dc13f5a-1dd6-496f-a4f0-f25214467800 2018-08-05 10:47:19,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.177869081497s 2018-08-05 10:47:19,745 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-2dc13f5a-1dd6-496f-a4f0-f25214467800 2018-08-05 10:47:19,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 10:47:19,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_744a2661-9f50-4cef-97d8-7d9548f56185", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_744a2661-9f50-4cef-97d8-7d9548f56185"}' 2018-08-05 10:47:19,796 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 880 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-af33af9d-e081-43cb-aa01-4133fe536841 Date: Sun, 05 Aug 2018 10:47:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66/file", "owner": "48a8536f1aea4650b9a566299edebcd9", "id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "size": null, "self": "/v2/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:47:19Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_744a2661-9f50-4cef-97d8-7d9548f56185", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_744a2661-9f50-4cef-97d8-7d9548f56185", "checksum": null, "created_at": "2018-08-05T10:47:19Z", "protected": false} 2018-08-05 10:47:19,796 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-af33af9d-e081-43cb-aa01-4133fe536841 2018-08-05 10:47:19,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0450279712677s 2018-08-05 10:47:19,797 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-af33af9d-e081-43cb-aa01-4133fe536841 returning object 3dbe13a6-c3b5-4b95-bee3-b3f001156b66 2018-08-05 10:47:19,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 10:47:19,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" -d '' 2018-08-05 10:47:20,234 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-20d53004-3f16-4394-baec-3d425a32d29e Date: Sun, 05 Aug 2018 10:47: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-05 10:47:20,235 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66/file used request id req-20d53004-3f16-4394-baec-3d425a32d29e 2018-08-05 10:47:20,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.437541007996s 2018-08-05 10:47:20,235 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66/file used request id req-20d53004-3f16-4394-baec-3d425a32d29e 2018-08-05 10:47:20,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:47:20,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:20,358 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-a5a3c278-7b73-4003-aeea-af55c5e203da Date: Sun, 05 Aug 2018 10:47:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66/snap", "metadata": {}}], "file": "/v2/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66/file", "owner": "48a8536f1aea4650b9a566299edebcd9", "id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "size": 12716032, "self": "/v2/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:47:20Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_744a2661-9f50-4cef-97d8-7d9548f56185", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_744a2661-9f50-4cef-97d8-7d9548f56185", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:47:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:47:20,359 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-a5a3c278-7b73-4003-aeea-af55c5e203da 2018-08-05 10:47:20,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.119840145111s 2018-08-05 10:47:20,359 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-a5a3c278-7b73-4003-aeea-af55c5e203da 2018-08-05 10:47:20,361 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66/snap', u'metadata': Munch({})})], 'file': u'/v2/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66/file', 'owner': u'48a8536f1aea4650b9a566299edebcd9', 'id': u'3dbe13a6-c3b5-4b95-bee3-b3f001156b66', 'size': 12716032, u'self': u'/v2/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'48a8536f1aea4650b9a566299edebcd9', 'name': 'vping_userdata-project_744a2661-9f50-4cef-97d8-7d9548f56185', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T10:47:20Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-05T10:47:20Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_744a2661-9f50-4cef-97d8-7d9548f56185', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_744a2661-9f50-4cef-97d8-7d9548f56185', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_744a2661-9f50-4cef-97d8-7d9548f56185', 'created': u'2018-08-05T10:47:19Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-05T10:47:19Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/vping_userdata-img_744a2661-9f50-4cef-97d8-7d9548f56185', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-05 10:47:20,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 10:47:20,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb0c2d2c5fa0e226d20861e5ad95726150aa196f" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_744a2661-9f50-4cef-97d8-7d9548f56185", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-05 10:47:20,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-db3d3fe7-7732-48a6-b9c8-a451fc0fd47a x-compute-request-id: req-db3d3fe7-7732-48a6-b9c8-a451fc0fd47a Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_744a2661-9f50-4cef-97d8-7d9548f56185", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "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": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159"}} 2018-08-05 10:47:20,586 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-db3d3fe7-7732-48a6-b9c8-a451fc0fd47a 2018-08-05 10:47:20,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.224562883377s 2018-08-05 10:47:20,587 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-db3d3fe7-7732-48a6-b9c8-a451fc0fd47a 2018-08-05 10:47:20,587 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_744a2661-9f50-4cef-97d8-7d9548f56185', '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'd5650b30963342b58320b9e3073d7ddf', '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'6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159', 'swap': 0}) 2018-08-05 10:47:20,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 10:47:20,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eb0c2d2c5fa0e226d20861e5ad95726150aa196f" -d '{"extra_specs": {}}' 2018-08-05 10:47:20,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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 x-openstack-request-id: req-f18a1af2-70b7-4393-83ab-ff94166a4218 x-compute-request-id: req-f18a1af2-70b7-4393-83ab-ff94166a4218 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 10:47:20,609 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159/os-extra_specs used request id req-f18a1af2-70b7-4393-83ab-ff94166a4218 2018-08-05 10:47:20,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0217199325562s 2018-08-05 10:47:20,609 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159/os-extra_specs used request id req-f18a1af2-70b7-4393-83ab-ff94166a4218 2018-08-05 10:47:20,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:47:20,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:20,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1279 X-Openstack-Request-Id: req-1adef4ee-4f2e-48c5-8278-49a18bf56958 Date: Sun, 05 Aug 2018 10:47:20 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"99f0fcb3-462e-4dac-bbe0-a9b3c14e4fa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"48a8536f1aea4650b9a566299edebcd9","l2_adjacency":true,"status":"ACTIVE","subnets":["fed7fdfd-c930-4c4f-a98b-f47913f39208"],"description":"","tags":[],"updated_at":"2018-08-05T10:47:15Z","qos_policy_id":null,"name":"vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185","admin_state_up":true,"tenant_id":"48a8536f1aea4650b9a566299edebcd9","created_at":"2018-08-05T10:47:14Z","mtu":1450}]} 2018-08-05 10:47:20,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-1adef4ee-4f2e-48c5-8278-49a18bf56958 2018-08-05 10:47:20,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.104671001434s 2018-08-05 10:47:20,715 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-1adef4ee-4f2e-48c5-8278-49a18bf56958 2018-08-05 10:47:20,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:47:20,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:20,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-fc9c61ef-52aa-4bcc-9b08-d0c292f62cf0 Date: Sun, 05 Aug 2018 10:47:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66/snap", "metadata": {}}], "file": "/v2/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66/file", "owner": "48a8536f1aea4650b9a566299edebcd9", "id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "size": 12716032, "self": "/v2/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:47:20Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_744a2661-9f50-4cef-97d8-7d9548f56185", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_744a2661-9f50-4cef-97d8-7d9548f56185", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:47:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:47:20,749 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-fc9c61ef-52aa-4bcc-9b08-d0c292f62cf0 2018-08-05 10:47:20,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0316009521484s 2018-08-05 10:47:20,750 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-fc9c61ef-52aa-4bcc-9b08-d0c292f62cf0 2018-08-05 10:47:20,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 10:47:20,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:20,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-18e62d25-4e48-4ba9-95a6-46fa08aa3006 x-compute-request-id: req-18e62d25-4e48-4ba9-95a6-46fa08aa3006 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_744a2661-9f50-4cef-97d8-7d9548f56185", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "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": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159"}]} 2018-08-05 10:47:20,882 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-18e62d25-4e48-4ba9-95a6-46fa08aa3006 2018-08-05 10:47:20,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.131311893463s 2018-08-05 10:47:20,883 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-18e62d25-4e48-4ba9-95a6-46fa08aa3006 2018-08-05 10:47:20,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-05 10:47:20,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" -d '{"server": {"name": "vping_userdata-vm_744a2661-9f50-4cef-97d8-7d9548f56185", "imageRef": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "flavorRef": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "max_count": 1, "min_count": 1, "networks": [{"uuid": "99f0fcb3-462e-4dac-bbe0-a9b3c14e4fa8"}]}}' 2018-08-05 10:47:23,566 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 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 x-openstack-request-id: req-ba5b1f15-97f4-4459-80f1-95327ecfffe9 x-compute-request-id: req-ba5b1f15-97f4-4459-80f1-95327ecfffe9 Content-Length: 374 location: http://172.30.9.46:8774/v2.1/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "bookmark"}], "adminPass": "3bNEMe5ZMtpi"}} 2018-08-05 10:47:23,567 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-ba5b1f15-97f4-4459-80f1-95327ecfffe9 2018-08-05 10:47:23,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.68236589432s 2018-08-05 10:47:23,567 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-ba5b1f15-97f4-4459-80f1-95327ecfffe9 2018-08-05 10:47:23,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:47:23,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:24,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-a95aa106-38db-45fd-b3bf-add08eee825f x-compute-request-id: req-a95aa106-38db-45fd-b3bf-add08eee825f 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.46:8774/v2.1/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "bookmark"}], "image": {"id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "links": [{"href": "http://172.30.9.46:8774/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "links": [{"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "bookmark"}]}, "id": "bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "user_id": "b02828ffc4db42ac8f667b87c5bb8030", "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-05T10:47:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_744a2661-9f50-4cef-97d8-7d9548f56185", "created": "2018-08-05T10:47:23Z", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:47:24,021 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-a95aa106-38db-45fd-b3bf-add08eee825f 2018-08-05 10:47:24,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.453506946564s 2018-08-05 10:47:24,022 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-a95aa106-38db-45fd-b3bf-add08eee825f 2018-08-05 10:47:24,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:47:24,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:24,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1279 X-Openstack-Request-Id: req-7e78a3e4-9fdf-4795-abb8-d2a953d5dd05 Date: Sun, 05 Aug 2018 10:47:24 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"99f0fcb3-462e-4dac-bbe0-a9b3c14e4fa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"48a8536f1aea4650b9a566299edebcd9","l2_adjacency":true,"status":"ACTIVE","subnets":["fed7fdfd-c930-4c4f-a98b-f47913f39208"],"description":"","tags":[],"updated_at":"2018-08-05T10:47:15Z","qos_policy_id":null,"name":"vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185","admin_state_up":true,"tenant_id":"48a8536f1aea4650b9a566299edebcd9","created_at":"2018-08-05T10:47:14Z","mtu":1450}]} 2018-08-05 10:47:24,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-7e78a3e4-9fdf-4795-abb8-d2a953d5dd05 2018-08-05 10:47:24,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115355014801s 2018-08-05 10:47:24,144 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-7e78a3e4-9fdf-4795-abb8-d2a953d5dd05 2018-08-05 10:47:24,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 10:47:24,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:24,212 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-420a7134-ad1d-44a0-848a-b6f81fceb7cb Date: Sun, 05 Aug 2018 10:47:24 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"99f0fcb3-462e-4dac-bbe0-a9b3c14e4fa8","tenant_id":"48a8536f1aea4650b9a566299edebcd9","created_at":"2018-08-05T10:47:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T10:47: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":"48a8536f1aea4650b9a566299edebcd9","id":"fed7fdfd-c930-4c4f-a98b-f47913f39208","subnetpool_id":null,"name":"vping_userdata-subnet_744a2661-9f50-4cef-97d8-7d9548f56185"}]} 2018-08-05 10:47:24,213 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-420a7134-ad1d-44a0-848a-b6f81fceb7cb 2018-08-05 10:47:24,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0676348209381s 2018-08-05 10:47:24,213 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-420a7134-ad1d-44a0-848a-b6f81fceb7cb 2018-08-05 10:47:24,213 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:47:26,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:47:26,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:26,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47: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-66328b13-38c1-4311-a10d-56896f3f1b4f x-compute-request-id: req-66328b13-38c1-4311-a10d-56896f3f1b4f Content-Encoding: gzip Content-Length: 651 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "bookmark"}], "image": {"id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "links": [{"href": "http://172.30.9.46:8774/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "links": [{"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "bookmark"}]}, "id": "bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "user_id": "b02828ffc4db42ac8f667b87c5bb8030", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T10:47:26Z", "hostId": "0721ea72dfaadd8ab3df4b302e32f9a88fca34ac88d2d2645da46aa5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_744a2661-9f50-4cef-97d8-7d9548f56185", "created": "2018-08-05T10:47:23Z", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:47:26,636 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-66328b13-38c1-4311-a10d-56896f3f1b4f 2018-08-05 10:47:26,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.420744895935s 2018-08-05 10:47:26,636 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-66328b13-38c1-4311-a10d-56896f3f1b4f 2018-08-05 10:47:26,640 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:47:28,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:47:28,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:29,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-7e128638-fb92-44cf-91db-e88829649478 x-compute-request-id: req-7e128638-fb92-44cf-91db-e88829649478 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.46:8774/v2.1/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "bookmark"}], "image": {"id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "links": [{"href": "http://172.30.9.46:8774/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "links": [{"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "bookmark"}]}, "id": "bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "security_groups": [{"name": "default"}], "user_id": "b02828ffc4db42ac8f667b87c5bb8030", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T10:47:26Z", "hostId": "0721ea72dfaadd8ab3df4b302e32f9a88fca34ac88d2d2645da46aa5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_744a2661-9f50-4cef-97d8-7d9548f56185", "created": "2018-08-05T10:47:23Z", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:47:29,192 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-7e128638-fb92-44cf-91db-e88829649478 2018-08-05 10:47:29,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.549477100372s 2018-08-05 10:47:29,192 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-7e128638-fb92-44cf-91db-e88829649478 2018-08-05 10:47:29,196 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:47:31,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:47:31,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:31,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47: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-3b4c2a99-e0fe-4bf9-845a-ee04c911b90c x-compute-request-id: req-3b4c2a99-e0fe-4bf9-845a-ee04c911b90c Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:53:23", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "bookmark"}], "image": {"id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "links": [{"href": "http://172.30.9.46:8774/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:47:30.000000", "flavor": {"id": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "links": [{"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "bookmark"}]}, "id": "bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "security_groups": [{"name": "default"}], "user_id": "b02828ffc4db42ac8f667b87c5bb8030", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:47:30Z", "hostId": "0721ea72dfaadd8ab3df4b302e32f9a88fca34ac88d2d2645da46aa5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_744a2661-9f50-4cef-97d8-7d9548f56185", "created": "2018-08-05T10:47:23Z", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:47:31,556 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3b4c2a99-e0fe-4bf9-845a-ee04c911b90c 2018-08-05 10:47:31,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.357348918915s 2018-08-05 10:47:31,556 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3b4c2a99-e0fe-4bf9-845a-ee04c911b90c 2018-08-05 10:47:31,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-05 10:47:31,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/ports.json?device_id=bf1f52a8-60d9-4e1d-b4ce-82d9509aa696" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:31,643 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-8ab66b97-03ae-4ced-be77-c387bbf3c668 Date: Sun, 05 Aug 2018 10:47:31 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-05T10:47:30Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fed7fdfd-c930-4c4f-a98b-f47913f39208","ip_address":"192.168.120.26"}],"id":"b0f1463e-37df-4ec8-8a6b-b10eff4cae74","security_groups":["ea6d28c0-25ee-4665-a667-6aac347746a6"],"mac_address":"fa:16:3e:c9:53:23","project_id":"48a8536f1aea4650b9a566299edebcd9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"99f0fcb3-462e-4dac-bbe0-a9b3c14e4fa8","tenant_id":"48a8536f1aea4650b9a566299edebcd9","created_at":"2018-08-05T10:47:26Z","binding:vnic_type":"normal","device_id":"bf1f52a8-60d9-4e1d-b4ce-82d9509aa696","ip_allocation":"immediate"}]} 2018-08-05 10:47:31,643 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=bf1f52a8-60d9-4e1d-b4ce-82d9509aa696 used request id req-8ab66b97-03ae-4ced-be77-c387bbf3c668 2018-08-05 10:47:31,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0840699672699s 2018-08-05 10:47:31,644 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=bf1f52a8-60d9-4e1d-b4ce-82d9509aa696 used request id req-8ab66b97-03ae-4ced-be77-c387bbf3c668 2018-08-05 10:47:31,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:47:31,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/floatingips.json?port_id=b0f1463e-37df-4ec8-8a6b-b10eff4cae74" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:31,694 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-36e0b20d-ab86-4423-9b5f-f48f7e9e03a8 Date: Sun, 05 Aug 2018 10:47:31 GMT RESP BODY: {"floatingips": []} 2018-08-05 10:47:31,694 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=b0f1463e-37df-4ec8-8a6b-b10eff4cae74 used request id req-36e0b20d-ab86-4423-9b5f-f48f7e9e03a8 2018-08-05 10:47:31,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0459589958191s 2018-08-05 10:47:31,695 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=b0f1463e-37df-4ec8-8a6b-b10eff4cae74 used request id req-36e0b20d-ab86-4423-9b5f-f48f7e9e03a8 2018-08-05 10:47:31,695 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:c9:53:23', u'version': 4, u'addr': u'192.168.120.26', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'3dbe13a6-c3b5-4b95-bee3-b3f001156b66'}), 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-05T10:47:30.000000', 'flavor': Munch({u'id': u'6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159'}), 'az': u'nova', 'id': u'bf1f52a8-60d9-4e1d-b4ce-82d9509aa696', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b02828ffc4db42ac8f667b87c5bb8030', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'48a8536f1aea4650b9a566299edebcd9', 'name': 'vping_userdata-project_744a2661-9f50-4cef-97d8-7d9548f56185', '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-05T10:47:30.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-05T10:47:30Z', 'hostId': u'0721ea72dfaadd8ab3df4b302e32f9a88fca34ac88d2d2645da46aa5', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.26', 'cloud': 'envvars', 'host_id': u'0721ea72dfaadd8ab3df4b302e32f9a88fca34ac88d2d2645da46aa5', '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-05T10:47:30.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'48a8536f1aea4650b9a566299edebcd9', 'name': u'vping_userdata-vm_744a2661-9f50-4cef-97d8-7d9548f56185', 'adminPass': u'3bNEMe5ZMtpi', 'tenant_id': u'48a8536f1aea4650b9a566299edebcd9', 'created_at': u'2018-08-05T10:47:23Z', 'created': u'2018-08-05T10:47:23Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-05 10:47:31,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:47:31,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:31,802 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1279 X-Openstack-Request-Id: req-5e7c77e9-ac89-45a6-ad57-0bf57342aef9 Date: Sun, 05 Aug 2018 10:47:31 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"99f0fcb3-462e-4dac-bbe0-a9b3c14e4fa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"48a8536f1aea4650b9a566299edebcd9","l2_adjacency":true,"status":"ACTIVE","subnets":["fed7fdfd-c930-4c4f-a98b-f47913f39208"],"description":"","tags":[],"updated_at":"2018-08-05T10:47:15Z","qos_policy_id":null,"name":"vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185","admin_state_up":true,"tenant_id":"48a8536f1aea4650b9a566299edebcd9","created_at":"2018-08-05T10:47:14Z","mtu":1450}]} 2018-08-05 10:47:31,802 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-5e7c77e9-ac89-45a6-ad57-0bf57342aef9 2018-08-05 10:47:31,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.105918884277s 2018-08-05 10:47:31,803 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-5e7c77e9-ac89-45a6-ad57-0bf57342aef9 2018-08-05 10:47:31,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:47:31,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:32,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-5c809ff0-3201-4bfd-893b-93bcb513760b Date: Sun, 05 Aug 2018 10:47:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66/snap", "metadata": {}}], "file": "/v2/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66/file", "owner": "48a8536f1aea4650b9a566299edebcd9", "id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "size": 12716032, "self": "/v2/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:47:20Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_744a2661-9f50-4cef-97d8-7d9548f56185", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_744a2661-9f50-4cef-97d8-7d9548f56185", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:47:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:47:32,014 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-5c809ff0-3201-4bfd-893b-93bcb513760b 2018-08-05 10:47:32,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.207210063934s 2018-08-05 10:47:32,015 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-5c809ff0-3201-4bfd-893b-93bcb513760b 2018-08-05 10:47:32,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 10:47:32,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:32,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47: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-1f5b65ae-75d7-4807-bad0-485ce738f819 x-compute-request-id: req-1f5b65ae-75d7-4807-bad0-485ce738f819 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_744a2661-9f50-4cef-97d8-7d9548f56185", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "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": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159"}]} 2018-08-05 10:47:32,047 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-1f5b65ae-75d7-4807-bad0-485ce738f819 2018-08-05 10:47:32,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0309309959412s 2018-08-05 10:47:32,047 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-1f5b65ae-75d7-4807-bad0-485ce738f819 2018-08-05 10:47:32,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-05 10:47:32,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" -d '{"server": {"name": "vping_userdata-vm2_744a2661-9f50-4cef-97d8-7d9548f56185", "imageRef": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "flavorRef": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjI2IDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "99f0fcb3-462e-4dac-bbe0-a9b3c14e4fa8"}]}}' 2018-08-05 10:47:33,085 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 10:47: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-4dd58952-a1aa-42c0-8250-24af8794455f x-compute-request-id: req-4dd58952-a1aa-42c0-8250-24af8794455f Content-Length: 374 location: http://172.30.9.46:8774/v2.1/servers/1a7f6963-c284-4351-b3e7-836c738a24c5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1a7f6963-c284-4351-b3e7-836c738a24c5", "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/1a7f6963-c284-4351-b3e7-836c738a24c5", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/1a7f6963-c284-4351-b3e7-836c738a24c5", "rel": "bookmark"}], "adminPass": "xw2Kxr3sTjvR"}} 2018-08-05 10:47:33,085 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-4dd58952-a1aa-42c0-8250-24af8794455f 2018-08-05 10:47:33,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.03707313538s 2018-08-05 10:47:33,086 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-4dd58952-a1aa-42c0-8250-24af8794455f 2018-08-05 10:47:33,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:47:33,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:33,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-c75e887f-1558-4511-af33-c7b9d0bd0323 x-compute-request-id: req-c75e887f-1558-4511-af33-c7b9d0bd0323 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/1a7f6963-c284-4351-b3e7-836c738a24c5", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/1a7f6963-c284-4351-b3e7-836c738a24c5", "rel": "bookmark"}], "image": {"id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "links": [{"href": "http://172.30.9.46:8774/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "links": [{"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "bookmark"}]}, "id": "1a7f6963-c284-4351-b3e7-836c738a24c5", "user_id": "b02828ffc4db42ac8f667b87c5bb8030", "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-05T10:47:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_744a2661-9f50-4cef-97d8-7d9548f56185", "created": "2018-08-05T10:47:33Z", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:53:23", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "bookmark"}], "image": {"id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "links": [{"href": "http://172.30.9.46:8774/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:47:30.000000", "flavor": {"id": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "links": [{"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "bookmark"}]}, "id": "bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "security_groups": [{"name": "default"}], "user_id": "b02828ffc4db42ac8f667b87c5bb8030", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:47:30Z", "hostId": "0721ea72dfaadd8ab3df4b302e32f9a88fca34ac88d2d2645da46aa5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_744a2661-9f50-4cef-97d8-7d9548f56185", "created": "2018-08-05T10:47:23Z", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:47:33,312 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c75e887f-1558-4511-af33-c7b9d0bd0323 2018-08-05 10:47:33,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.225556850433s 2018-08-05 10:47:33,312 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c75e887f-1558-4511-af33-c7b9d0bd0323 2018-08-05 10:47:33,316 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:47:35,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:47:35,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:35,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47: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-2f24c1f4-3f56-41d7-bc74-5c499bf1f3ee x-compute-request-id: req-2f24c1f4-3f56-41d7-bc74-5c499bf1f3ee 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.46:8774/v2.1/servers/1a7f6963-c284-4351-b3e7-836c738a24c5", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/1a7f6963-c284-4351-b3e7-836c738a24c5", "rel": "bookmark"}], "image": {"id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "links": [{"href": "http://172.30.9.46:8774/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "links": [{"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "bookmark"}]}, "id": "1a7f6963-c284-4351-b3e7-836c738a24c5", "user_id": "b02828ffc4db42ac8f667b87c5bb8030", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T10:47:35Z", "hostId": "f3f9236a5a291f5d693d2bdd9219c520db78cb25b7fd969725e8ac8f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_744a2661-9f50-4cef-97d8-7d9548f56185", "created": "2018-08-05T10:47:33Z", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:53:23", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "bookmark"}], "image": {"id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "links": [{"href": "http://172.30.9.46:8774/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:47:30.000000", "flavor": {"id": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "links": [{"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "bookmark"}]}, "id": "bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "security_groups": [{"name": "default"}], "user_id": "b02828ffc4db42ac8f667b87c5bb8030", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:47:30Z", "hostId": "0721ea72dfaadd8ab3df4b302e32f9a88fca34ac88d2d2645da46aa5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_744a2661-9f50-4cef-97d8-7d9548f56185", "created": "2018-08-05T10:47:23Z", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:47:35,611 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2f24c1f4-3f56-41d7-bc74-5c499bf1f3ee 2018-08-05 10:47:35,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.292124986649s 2018-08-05 10:47:35,611 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2f24c1f4-3f56-41d7-bc74-5c499bf1f3ee 2018-08-05 10:47:35,615 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:47:37,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:47:37,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:38,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47: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-c359c797-7ab4-4a62-b7bc-0355397106f1 x-compute-request-id: req-c359c797-7ab4-4a62-b7bc-0355397106f1 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/1a7f6963-c284-4351-b3e7-836c738a24c5", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/1a7f6963-c284-4351-b3e7-836c738a24c5", "rel": "bookmark"}], "image": {"id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "links": [{"href": "http://172.30.9.46:8774/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "links": [{"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "bookmark"}]}, "id": "1a7f6963-c284-4351-b3e7-836c738a24c5", "security_groups": [{"name": "default"}], "user_id": "b02828ffc4db42ac8f667b87c5bb8030", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T10:47:35Z", "hostId": "f3f9236a5a291f5d693d2bdd9219c520db78cb25b7fd969725e8ac8f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_744a2661-9f50-4cef-97d8-7d9548f56185", "created": "2018-08-05T10:47:33Z", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:53:23", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "bookmark"}], "image": {"id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "links": [{"href": "http://172.30.9.46:8774/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:47:30.000000", "flavor": {"id": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "links": [{"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "bookmark"}]}, "id": "bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "security_groups": [{"name": "default"}], "user_id": "b02828ffc4db42ac8f667b87c5bb8030", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:47:30Z", "hostId": "0721ea72dfaadd8ab3df4b302e32f9a88fca34ac88d2d2645da46aa5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_744a2661-9f50-4cef-97d8-7d9548f56185", "created": "2018-08-05T10:47:23Z", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:47:38,189 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c359c797-7ab4-4a62-b7bc-0355397106f1 2018-08-05 10:47:38,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.571044206619s 2018-08-05 10:47:38,189 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c359c797-7ab4-4a62-b7bc-0355397106f1 2018-08-05 10:47:38,193 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:47:40,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:47:40,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:40,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47: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-9b24e819-8de4-41f6-8fb7-cb9889a906e7 x-compute-request-id: req-9b24e819-8de4-41f6-8fb7-cb9889a906e7 Content-Encoding: gzip Content-Length: 880 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/1a7f6963-c284-4351-b3e7-836c738a24c5", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/1a7f6963-c284-4351-b3e7-836c738a24c5", "rel": "bookmark"}], "image": {"id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "links": [{"href": "http://172.30.9.46:8774/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "links": [{"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "bookmark"}]}, "id": "1a7f6963-c284-4351-b3e7-836c738a24c5", "security_groups": [{"name": "default"}], "user_id": "b02828ffc4db42ac8f667b87c5bb8030", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T10:47:35Z", "hostId": "f3f9236a5a291f5d693d2bdd9219c520db78cb25b7fd969725e8ac8f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_744a2661-9f50-4cef-97d8-7d9548f56185", "created": "2018-08-05T10:47:33Z", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:53:23", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "bookmark"}], "image": {"id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "links": [{"href": "http://172.30.9.46:8774/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:47:30.000000", "flavor": {"id": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "links": [{"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "bookmark"}]}, "id": "bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "security_groups": [{"name": "default"}], "user_id": "b02828ffc4db42ac8f667b87c5bb8030", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:47:30Z", "hostId": "0721ea72dfaadd8ab3df4b302e32f9a88fca34ac88d2d2645da46aa5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_744a2661-9f50-4cef-97d8-7d9548f56185", "created": "2018-08-05T10:47:23Z", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:47:40,425 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9b24e819-8de4-41f6-8fb7-cb9889a906e7 2018-08-05 10:47:40,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.229130983353s 2018-08-05 10:47:40,426 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9b24e819-8de4-41f6-8fb7-cb9889a906e7 2018-08-05 10:47:40,430 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:47:42,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:47:42,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:42,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47: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-2fe5b2c1-49e9-448b-aa40-a3d5d892328f x-compute-request-id: req-2fe5b2c1-49e9-448b-aa40-a3d5d892328f Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:e9:ee", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/1a7f6963-c284-4351-b3e7-836c738a24c5", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/1a7f6963-c284-4351-b3e7-836c738a24c5", "rel": "bookmark"}], "image": {"id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "links": [{"href": "http://172.30.9.46:8774/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:47:40.000000", "flavor": {"id": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "links": [{"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "bookmark"}]}, "id": "1a7f6963-c284-4351-b3e7-836c738a24c5", "security_groups": [{"name": "default"}], "user_id": "b02828ffc4db42ac8f667b87c5bb8030", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:47:40Z", "hostId": "f3f9236a5a291f5d693d2bdd9219c520db78cb25b7fd969725e8ac8f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_744a2661-9f50-4cef-97d8-7d9548f56185", "created": "2018-08-05T10:47:33Z", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:53:23", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "bookmark"}], "image": {"id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "links": [{"href": "http://172.30.9.46:8774/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:47:30.000000", "flavor": {"id": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "links": [{"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "bookmark"}]}, "id": "bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "security_groups": [{"name": "default"}], "user_id": "b02828ffc4db42ac8f667b87c5bb8030", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:47:30Z", "hostId": "0721ea72dfaadd8ab3df4b302e32f9a88fca34ac88d2d2645da46aa5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_744a2661-9f50-4cef-97d8-7d9548f56185", "created": "2018-08-05T10:47:23Z", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:47:42,643 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2fe5b2c1-49e9-448b-aa40-a3d5d892328f 2018-08-05 10:47:42,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.21081495285s 2018-08-05 10:47:42,644 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2fe5b2c1-49e9-448b-aa40-a3d5d892328f 2018-08-05 10:47:42,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-05 10:47:42,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/ports.json?device_id=1a7f6963-c284-4351-b3e7-836c738a24c5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:42,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-106f1c80-81f8-4d46-8814-eeafd5fdac8b Date: Sun, 05 Aug 2018 10:47:42 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-05T10:47:40Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"fed7fdfd-c930-4c4f-a98b-f47913f39208","ip_address":"192.168.120.3"}],"id":"05fbfbee-1f96-4a69-a3d8-9767b1bb3118","security_groups":["ea6d28c0-25ee-4665-a667-6aac347746a6"],"mac_address":"fa:16:3e:45:e9:ee","project_id":"48a8536f1aea4650b9a566299edebcd9","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"99f0fcb3-462e-4dac-bbe0-a9b3c14e4fa8","tenant_id":"48a8536f1aea4650b9a566299edebcd9","created_at":"2018-08-05T10:47:35Z","binding:vnic_type":"normal","device_id":"1a7f6963-c284-4351-b3e7-836c738a24c5","ip_allocation":"immediate"}]} 2018-08-05 10:47:42,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=1a7f6963-c284-4351-b3e7-836c738a24c5 used request id req-106f1c80-81f8-4d46-8814-eeafd5fdac8b 2018-08-05 10:47:42,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0600869655609s 2018-08-05 10:47:42,708 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=1a7f6963-c284-4351-b3e7-836c738a24c5 used request id req-106f1c80-81f8-4d46-8814-eeafd5fdac8b 2018-08-05 10:47:42,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:47:42,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/floatingips.json?port_id=05fbfbee-1f96-4a69-a3d8-9767b1bb3118" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:42,758 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-2cc0c07c-2297-4b4c-bd81-cb4ef417cc39 Date: Sun, 05 Aug 2018 10:47:42 GMT RESP BODY: {"floatingips": []} 2018-08-05 10:47:42,758 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=05fbfbee-1f96-4a69-a3d8-9767b1bb3118 used request id req-2cc0c07c-2297-4b4c-bd81-cb4ef417cc39 2018-08-05 10:47:42,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0457820892334s 2018-08-05 10:47:42,759 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=05fbfbee-1f96-4a69-a3d8-9767b1bb3118 used request id req-2cc0c07c-2297-4b4c-bd81-cb4ef417cc39 2018-08-05 10:47:42,759 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:45:e9:ee', 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'3dbe13a6-c3b5-4b95-bee3-b3f001156b66'}), 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-05T10:47:40.000000', 'flavor': Munch({u'id': u'6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159'}), 'az': u'nova', 'id': u'1a7f6963-c284-4351-b3e7-836c738a24c5', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b02828ffc4db42ac8f667b87c5bb8030', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'48a8536f1aea4650b9a566299edebcd9', 'name': 'vping_userdata-project_744a2661-9f50-4cef-97d8-7d9548f56185', '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-05T10:47:40.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-05T10:47:40Z', 'hostId': u'f3f9236a5a291f5d693d2bdd9219c520db78cb25b7fd969725e8ac8f', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.3', 'cloud': 'envvars', 'host_id': u'f3f9236a5a291f5d693d2bdd9219c520db78cb25b7fd969725e8ac8f', '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-05T10:47:40.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'48a8536f1aea4650b9a566299edebcd9', 'name': u'vping_userdata-vm2_744a2661-9f50-4cef-97d8-7d9548f56185', 'adminPass': u'xw2Kxr3sTjvR', 'tenant_id': u'48a8536f1aea4650b9a566299edebcd9', 'created_at': u'2018-08-05T10:47:33Z', 'created': u'2018-08-05T10:47:33Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-05 10:47:42,760 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-05 10:47:43,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:47:43,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:44,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47: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-efbf5dd4-aada-4493-bdfa-89b54d5477e1 x-compute-request-id: req-efbf5dd4-aada-4493-bdfa-89b54d5477e1 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:e9:ee", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/1a7f6963-c284-4351-b3e7-836c738a24c5", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/1a7f6963-c284-4351-b3e7-836c738a24c5", "rel": "bookmark"}], "image": {"id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "links": [{"href": "http://172.30.9.46:8774/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:47:40.000000", "flavor": {"id": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "links": [{"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "bookmark"}]}, "id": "1a7f6963-c284-4351-b3e7-836c738a24c5", "security_groups": [{"name": "default"}], "user_id": "b02828ffc4db42ac8f667b87c5bb8030", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:47:40Z", "hostId": "f3f9236a5a291f5d693d2bdd9219c520db78cb25b7fd969725e8ac8f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_744a2661-9f50-4cef-97d8-7d9548f56185", "created": "2018-08-05T10:47:33Z", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:53:23", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "bookmark"}], "image": {"id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "links": [{"href": "http://172.30.9.46:8774/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:47:30.000000", "flavor": {"id": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "links": [{"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "bookmark"}]}, "id": "bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "security_groups": [{"name": "default"}], "user_id": "b02828ffc4db42ac8f667b87c5bb8030", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:47:30Z", "hostId": "0721ea72dfaadd8ab3df4b302e32f9a88fca34ac88d2d2645da46aa5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_744a2661-9f50-4cef-97d8-7d9548f56185", "created": "2018-08-05T10:47:23Z", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:47:44,191 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-efbf5dd4-aada-4493-bdfa-89b54d5477e1 2018-08-05 10:47:44,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.429175138474s 2018-08-05 10:47:44,191 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-efbf5dd4-aada-4493-bdfa-89b54d5477e1 2018-08-05 10:47:44,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 10:47:44,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/1a7f6963-c284-4351-b3e7-836c738a24c5/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 10:47:44,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-62f73be9-6825-4c5a-88a3-0df35f39aa41 x-compute-request-id: req-62f73be9-6825-4c5a-88a3-0df35f39aa41 Content-Encoding: gzip Content-Length: 7937 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 489633055 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.140341] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142002] pid_max: default: 32768 minimum: 301\n[ 0.142901] ACPI: Core revision 20150930\n[ 0.144289] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145603] Security Framework initialized\n[ 0.146418] Yama: becoming mindful.\n[ 0.147149] AppArmor: AppArmor initialized\n[ 0.148020] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150616] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151835] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153240] Initializing cgroup subsys io\n[ 0.154058] Initializing cgroup subsys memory\n[ 0.154917] Initializing cgroup subsys devices\n[ 0.155804] Initializing cgroup subsys freezer\n[ 0.156669] Initializing cgroup subsys net_cls\n[ 0.157532] Initializing cgroup subsys perf_event\n[ 0.158440] Initializing cgroup subsys net_prio\n[ 0.159323] Initializing cgroup subsys hugetlb\n[ 0.160198] Initializing cgroup subsys pids\n[ 0.161067] CPU: Physical Processor ID: 0\n[ 0.162554] mce: CPU supports 10 MCE banks\n[ 0.163413] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164412] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180225] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186276] ftrace: allocating 31920 entries in 125 pages\n[ 0.211312] smpboot: Max logical packages: 1\n[ 0.212188] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213535] x2apic enabled\n[ 0.214351] Switched APIC routing to physical x2apic.\n[ 0.216095] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221088] KVM setup paravirtual spinlock\n[ 0.222380] x86: Booted up 1 node, 1 CPUs\n[ 0.223196] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224592] devtmpfs: initialized\n[ 0.226307] evm: security.selinux\n[ 0.227011] evm: security.SMACK64\n[ 0.227704] evm: security.SMACK64EXEC\n[ 0.228451] evm: security.SMACK64TRANSMUTE\n[ 0.229275] evm: security.SMACK64MMAP\n[ 0.230022] evm: security.ima\n[ 0.230661] evm: security.capability\n[ 0.231466] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233315] pinctrl core: initialized pinctrl subsystem\n[ 0.234430] RTC time: 10:47:40, date: 08/05/18\n[ 0.235394] NET: Registered protocol family 16\n[ 0.236381] cpuidle: using governor ladder\n[ 0.237203] cpuidle: using governor menu\n[ 0.237989] PCCT header not found.\n[ 0.238748] ACPI: bus type PCI registered\n[ 0.239557] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240805] PCI: Using configuration type 1 for base access\n[ 0.242565] ACPI: Added _OSI(Module Device)\n[ 0.243414] ACPI: Added _OSI(Processor Device)\n[ 0.244281] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245182] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246939] ACPI: Interpreter enabled\n[ 0.247719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249574] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251417] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255107] ACPI: (supports S0 S5)\n[ 0.255810] ACPI: Using IOAPIC for interrupt routing\n[ 0.256752] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259860] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261001] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262240] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263428] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265638] acpiphp: Slot [3] registered\n[ 0.266449] acpiphp: Slot [4] registered\n[ 0.267250] acpiphp: Slot [5] registered\n[ 0.268047] acpiphp: Slot [6] registered\n[ 0.268839] acpiphp: Slot [7] registered\n[ 0.269638] acpiphp: Slot [8] registered\n[ 0.270446] acpiphp: Slot [9] registered\n[ 0.271240] acpiphp: Slot [10] registered\n[ 0.272049] acpiphp: Slot [11] registered\n[ 0.272876] acpiphp: Slot [12] registered\n[ 0.273689] acpiphp: Slot [13] registered\n[ 0.274502] acpiphp: Slot [14] registered\n[ 0.275317] acpiphp: Slot [15] registered\n[ 0.286069] acpiphp: Slot [16] registered\n[ 0.286886] acpiphp: Slot [17] registered\n[ 0.287694] acpiphp: Slot [18] registered\n[ 0.288502] acpiphp: Slot [19] registered\n[ 0.289313] acpiphp: Slot [20] registered\n[ 0.290130] acpiphp: Slot [21] registered\n[ 0.290941] acpiphp: Slot [22] registered\n[ 0.291746] acpiphp: Slot [23] registered\n[ 0.292575] acpiphp: Slot [24] registered\n[ 0.293422] acpiphp: Slot [25] registered\n[ 0.294243] acpiphp: Slot [26] registered\n[ 0.295057] acpiphp: Slot [27] registered\n[ 0.295872] acpiphp: Slot [28] registered\n[ 0.296683] acpiphp: Slot [29] registered\n[ 0.297532] acpiphp: Slot [30] registered\n[ 0.298353] acpiphp: Slot [31] registered\n[ 0.299161] PCI host bridge to bus 0000:00\n[ 0.299974] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301189] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302407] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303865] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305314] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306794] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310132] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311410] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312588] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317367] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318926] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338668] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340420] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341854] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343244] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344509] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345816] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346868] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348409] vgaarb: loaded\n[ 0.349012] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350237] SCSI subsystem initialized\n[ 0.351150] ACPI: bus type USB registered\n[ 0.351980] usbcore: registered new interface driver usbfs\n[ 0.353008] usbcore: registered new interface driver hub\n[ 0.354017] usbcore: registered new device driver usb\n[ 0.355120] PCI: Using ACPI for IRQ routing\n[ 0.356229] NetLabel: Initializing\n[ 0.356946] NetLabel: domain hash size = 128\n[ 0.357791] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358750] NetLabel: unlabeled traffic allowed by default\n[ 0.359910] clocksource: Switched to clocksource kvm-clock\n[ 0.368070] AppArmor: AppArmor Filesystem Enabled\n[ 0.369053] pnp: PnP ACPI init\n[ 0.369994] pnp: PnP ACPI: found 5 devices\n[ 0.376304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378021] NET: Registered protocol family 2\n[ 0.379080] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380380] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381585] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382778] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383860] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385042] NET: Registered protocol family 1\n[ 0.385927] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387021] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388096] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402105] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416243] Trying to unpack rootfs image as initramfs...\n[ 0.472911] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474544] Scanning for low memory corruption every 60 seconds\n[ 0.475898] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477077] audit: initializing netlink subsys (disabled)\n[ 0.478107] audit: type=2000 audit(1533466061.531:1): initialized\n[ 0.479466] Initialise system trusted keyring\n[ 0.480437] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481602] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483730] zbud: loaded\n[ 0.484470] VFS: Disk quotas dquot_6.6.0\n[ 0.485308] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486906] fuse init (API version 7.23)\n[ 0.487815] Key type big_key registered\n[ 0.488626] Allocating IMA MOK and blacklist keyrings.\n[ 0.489860] Key type asymmetric registered\n[ 0.490685] Asymmetric key parser 'x509' registered\n[ 0.491663] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493141] io scheduler noop registered\n[ 0.493936] io scheduler deadline registered (default)\n[ 0.494933] io scheduler cfq registered\n[ 0.495786] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496839] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498108] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499553] ACPI: Power Button [PWRF]\n[ 0.500417] GHES: HEST is not enabled!\n[ 0.514063] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.541498] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.543622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.569709] Linux agpgart interface v0.103\n[ 0.572342] brd: module loaded\n[ 0.576275] loop: module loaded\n[ 0.580368] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.581828] GPT:90111 != 2097151\n[ 0.582502] GPT:Alternate GPT header not at the end of the disk.\n[ 0.583599] GPT:90111 != 2097151\n[ 0.584286] GPT: Use GNU Parted to correct GPT errors.\n[ 0.585269] vda: vda1 vda15\n[ 0.586708] scsi host0: ata_piix\n[ 0.587503] scsi host1: ata_piix\n[ 0.588242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.589465] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.590965] libphy: Fixed MDIO Bus: probed\n[ 0.591791] tun: Universal TUN/TAP device driver, 1.6\n[ 0.592746] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.595089] PPP generic driver version 2.4.2\n[ 0.596036] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.597237] ehci-pci: EHCI PCI platform driver\n[ 0.598121] ehci-platform: EHCI generic platform driver\n[ 0.599119] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600263] ohci-pci: OHCI PCI platform driver\n[ 0.601149] ohci-platform: OHCI generic platform driver\n[ 0.602151] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.616329] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.617355] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.618830] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.619835] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.620995] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.622229] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.623647] usb usb1: Product: UHCI Host Controller\n[ 0.624588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.625734] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.626729] hub 1-0:1.0: USB hub found\n[ 0.627521] hub 1-0:1.0: 2 ports detected\n[ 0.628486] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.630659] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.631682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.632775] mousedev: PS/2 mouse device common for all mice\n[ 0.634060] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.635960] rtc_cmos 00:00: RTC can wake from S4\n[ 0.637107] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.638313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.639519] i2c /dev entries driver\n[ 0.640315] device-mapper: uevent: version 1.0.3\n[ 0.641285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.642943] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.644402] NET: Registered protocol family 10\n[ 0.645551] NET: Registered protocol family 17\n[ 0.646472] Key type dns_resolver registered\n[ 0.647499] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.648627] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.650448] registered taskstats version 1\n[ 0.651305] Loading compiled-in X.509 certificates\n[ 0.652798] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.654688] zswap: loaded using pool lzo/zbud\n[ 0.656365] Key type trusted registered\n[ 0.658140] Key type encrypted registered\n[ 0.658984] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.660047] ima: No TPM chip found, activating TPM-bypass!\n[ 0.661116] evm: HMAC attrs: 0x1\n[ 0.662087] Magic number: 14:681:779\n[ 0.662978] rtc_cmos 00:00: setting system clock to 2018-08-05 10:47:41 UTC (1533466061)\n[ 0.664612] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.665735] EDD information not available.\n[ 0.749223] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.760900] Write protecting the kernel read-only data: 14336k\n[ 0.763041] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.764886] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\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.808196] 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.72\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.85. iid=i-00000006\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\n"} 2018-08-05 10:47:44,297 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/1a7f6963-c284-4351-b3e7-836c738a24c5/action used request id req-62f73be9-6825-4c5a-88a3-0df35f39aa41 2018-08-05 10:47:44,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.10303401947s 2018-08-05 10:47:44,298 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/1a7f6963-c284-4351-b3e7-836c738a24c5/action used request id req-62f73be9-6825-4c5a-88a3-0df35f39aa41 2018-08-05 10:47:44,298 - 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 489633055 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.140341] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.142002] pid_max: default: 32768 minimum: 301 [ 0.142901] ACPI: Core revision 20150930 [ 0.144289] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145603] Security Framework initialized [ 0.146418] Yama: becoming mindful. [ 0.147149] AppArmor: AppArmor initialized [ 0.148020] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.149349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.150616] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151835] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.153240] Initializing cgroup subsys io [ 0.154058] Initializing cgroup subsys memory [ 0.154917] Initializing cgroup subsys devices [ 0.155804] Initializing cgroup subsys freezer [ 0.156669] Initializing cgroup subsys net_cls [ 0.157532] Initializing cgroup subsys perf_event [ 0.158440] Initializing cgroup subsys net_prio [ 0.159323] Initializing cgroup subsys hugetlb [ 0.160198] Initializing cgroup subsys pids [ 0.161067] CPU: Physical Processor ID: 0 [ 0.162554] mce: CPU supports 10 MCE banks [ 0.163413] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164412] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.180225] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.186276] ftrace: allocating 31920 entries in 125 pages [ 0.211312] smpboot: Max logical packages: 1 [ 0.212188] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.213535] x2apic enabled [ 0.214351] Switched APIC routing to physical x2apic. [ 0.216095] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.217214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.219295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.221088] KVM setup paravirtual spinlock [ 0.222380] x86: Booted up 1 node, 1 CPUs [ 0.223196] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.224592] devtmpfs: initialized [ 0.226307] evm: security.selinux [ 0.227011] evm: security.SMACK64 [ 0.227704] evm: security.SMACK64EXEC [ 0.228451] evm: security.SMACK64TRANSMUTE [ 0.229275] evm: security.SMACK64MMAP [ 0.230022] evm: security.ima [ 0.230661] evm: security.capability [ 0.231466] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.233315] pinctrl core: initialized pinctrl subsystem [ 0.234430] RTC time: 10:47:40, date: 08/05/18 [ 0.235394] NET: Registered protocol family 16 [ 0.236381] cpuidle: using governor ladder [ 0.237203] cpuidle: using governor menu [ 0.237989] PCCT header not found. [ 0.238748] ACPI: bus type PCI registered [ 0.239557] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.240805] PCI: Using configuration type 1 for base access [ 0.242565] ACPI: Added _OSI(Module Device) [ 0.243414] ACPI: Added _OSI(Processor Device) [ 0.244281] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.245182] ACPI: Added _OSI(Processor Aggregator Device) [ 0.246939] ACPI: Interpreter enabled [ 0.247719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.249574] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.251417] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.253268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.255107] ACPI: (supports S0 S5) [ 0.255810] ACPI: Using IOAPIC for interrupt routing [ 0.256752] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.259860] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.261001] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.262240] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.263428] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.265638] acpiphp: Slot [3] registered [ 0.266449] acpiphp: Slot [4] registered [ 0.267250] acpiphp: Slot [5] registered [ 0.268047] acpiphp: Slot [6] registered [ 0.268839] acpiphp: Slot [7] registered [ 0.269638] acpiphp: Slot [8] registered [ 0.270446] acpiphp: Slot [9] registered [ 0.271240] acpiphp: Slot [10] registered [ 0.272049] acpiphp: Slot [11] registered [ 0.272876] acpiphp: Slot [12] registered [ 0.273689] acpiphp: Slot [13] registered [ 0.274502] acpiphp: Slot [14] registered [ 0.275317] acpiphp: Slot [15] registered [ 0.286069] acpiphp: Slot [16] registered [ 0.286886] acpiphp: Slot [17] registered [ 0.287694] acpiphp: Slot [18] registered [ 0.288502] acpiphp: Slot [19] registered [ 0.289313] acpiphp: Slot [20] registered [ 0.290130] acpiphp: Slot [21] registered [ 0.290941] acpiphp: Slot [22] registered [ 0.291746] acpiphp: Slot [23] registered [ 0.292575] acpiphp: Slot [24] registered [ 0.293422] acpiphp: Slot [25] registered [ 0.294243] acpiphp: Slot [26] registered [ 0.295057] acpiphp: Slot [27] registered [ 0.295872] acpiphp: Slot [28] registered [ 0.296683] acpiphp: Slot [29] registered [ 0.297532] acpiphp: Slot [30] registered [ 0.298353] acpiphp: Slot [31] registered [ 0.299161] PCI host bridge to bus 0000:00 [ 0.299974] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.301189] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.302407] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.303865] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.305314] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.306794] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.310132] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311410] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312588] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.317367] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.318926] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.337192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.338668] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.340420] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.341854] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.343244] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.344509] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.345816] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.346868] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.348409] vgaarb: loaded [ 0.349012] vgaarb: bridge control possible 0000:00:02.0 [ 0.350237] SCSI subsystem initialized [ 0.351150] ACPI: bus type USB registered [ 0.351980] usbcore: registered new interface driver usbfs [ 0.353008] usbcore: registered new interface driver hub [ 0.354017] usbcore: registered new device driver usb [ 0.355120] PCI: Using ACPI for IRQ routing [ 0.356229] NetLabel: Initializing [ 0.356946] NetLabel: domain hash size = 128 [ 0.357791] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.358750] NetLabel: unlabeled traffic allowed by default [ 0.359910] clocksource: Switched to clocksource kvm-clock [ 0.368070] AppArmor: AppArmor Filesystem Enabled [ 0.369053] pnp: PnP ACPI init [ 0.369994] pnp: PnP ACPI: found 5 devices [ 0.376304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.378021] NET: Registered protocol family 2 [ 0.379080] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.380380] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.381585] TCP: Hash tables configured (established 4096 bind 4096) [ 0.382778] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.383860] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.385042] NET: Registered protocol family 1 [ 0.385927] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.387021] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.388096] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.402105] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.416243] Trying to unpack rootfs image as initramfs... [ 0.472911] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.474544] Scanning for low memory corruption every 60 seconds [ 0.475898] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.477077] audit: initializing netlink subsys (disabled) [ 0.478107] audit: type=2000 audit(1533466061.531:1): initialized [ 0.479466] Initialise system trusted keyring [ 0.480437] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.481602] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.483730] zbud: loaded [ 0.484470] VFS: Disk quotas dquot_6.6.0 [ 0.485308] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.486906] fuse init (API version 7.23) [ 0.487815] Key type big_key registered [ 0.488626] Allocating IMA MOK and blacklist keyrings. [ 0.489860] Key type asymmetric registered [ 0.490685] Asymmetric key parser 'x509' registered [ 0.491663] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.493141] io scheduler noop registered [ 0.493936] io scheduler deadline registered (default) [ 0.494933] io scheduler cfq registered [ 0.495786] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.496839] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.498108] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.499553] ACPI: Power Button [PWRF] [ 0.500417] GHES: HEST is not enabled! [ 0.514063] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.541498] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.543622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569709] Linux agpgart interface v0.103 [ 0.572342] brd: module loaded [ 0.576275] loop: module loaded [ 0.580368] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.581828] GPT:90111 != 2097151 [ 0.582502] GPT:Alternate GPT header not at the end of the disk. [ 0.583599] GPT:90111 != 2097151 [ 0.584286] GPT: Use GNU Parted to correct GPT errors. [ 0.585269] vda: vda1 vda15 [ 0.586708] scsi host0: ata_piix [ 0.587503] scsi host1: ata_piix [ 0.588242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.589465] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.590965] libphy: Fixed MDIO Bus: probed [ 0.591791] tun: Universal TUN/TAP device driver, 1.6 [ 0.592746] tun: (C) 1999-2004 Max Krasnyansky [ 0.595089] PPP generic driver version 2.4.2 [ 0.596036] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.597237] ehci-pci: EHCI PCI platform driver [ 0.598121] ehci-platform: EHCI generic platform driver [ 0.599119] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.600263] ohci-pci: OHCI PCI platform driver [ 0.601149] ohci-platform: OHCI generic platform driver [ 0.602151] uhci_hcd: USB Universal Host Controller Interface driver [ 0.616329] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.617355] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.618830] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.619835] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.620995] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.622229] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.623647] usb usb1: Product: UHCI Host Controller [ 0.624588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.625734] usb usb1: SerialNumber: 0000:00:01.2 [ 0.626729] hub 1-0:1.0: USB hub found [ 0.627521] hub 1-0:1.0: 2 ports detected [ 0.628486] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.630659] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.631682] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.632775] mousedev: PS/2 mouse device common for all mice [ 0.634060] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.635960] rtc_cmos 00:00: RTC can wake from S4 [ 0.637107] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.638313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.639519] i2c /dev entries driver [ 0.640315] device-mapper: uevent: version 1.0.3 [ 0.641285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.642943] ledtrig-cpu: registered to indicate activity on CPUs [ 0.644402] NET: Registered protocol family 10 [ 0.645551] NET: Registered protocol family 17 [ 0.646472] Key type dns_resolver registered [ 0.647499] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.648627] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.650448] registered taskstats version 1 [ 0.651305] Loading compiled-in X.509 certificates [ 0.652798] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.654688] zswap: loaded using pool lzo/zbud [ 0.656365] Key type trusted registered [ 0.658140] Key type encrypted registered [ 0.658984] AppArmor: AppArmor sha1 policy hashing enabled [ 0.660047] ima: No TPM chip found, activating TPM-bypass! [ 0.661116] evm: HMAC attrs: 0x1 [ 0.662087] Magic number: 14:681:779 [ 0.662978] rtc_cmos 00:00: setting system clock to 2018-08-05 10:47:41 UTC (1533466061) [ 0.664612] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.665735] EDD information not available. [ 0.749223] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.760900] Write protecting the kernel read-only data: 14336k [ 0.763041] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.764886] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 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.808196] 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.72 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.85. iid=i-00000006 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 2018-08-05 10:47:44,299 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.26. Waiting for response... 2018-08-05 10:47:45,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:47:45,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:45,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47: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-16beddf3-60ba-42d8-9fd5-c802aaaa0e41 x-compute-request-id: req-16beddf3-60ba-42d8-9fd5-c802aaaa0e41 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:e9:ee", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/1a7f6963-c284-4351-b3e7-836c738a24c5", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/1a7f6963-c284-4351-b3e7-836c738a24c5", "rel": "bookmark"}], "image": {"id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "links": [{"href": "http://172.30.9.46:8774/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:47:40.000000", "flavor": {"id": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "links": [{"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "bookmark"}]}, "id": "1a7f6963-c284-4351-b3e7-836c738a24c5", "security_groups": [{"name": "default"}], "user_id": "b02828ffc4db42ac8f667b87c5bb8030", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:47:40Z", "hostId": "f3f9236a5a291f5d693d2bdd9219c520db78cb25b7fd969725e8ac8f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_744a2661-9f50-4cef-97d8-7d9548f56185", "created": "2018-08-05T10:47:33Z", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:53:23", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "bookmark"}], "image": {"id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "links": [{"href": "http://172.30.9.46:8774/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:47:30.000000", "flavor": {"id": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "links": [{"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "bookmark"}]}, "id": "bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "security_groups": [{"name": "default"}], "user_id": "b02828ffc4db42ac8f667b87c5bb8030", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:47:30Z", "hostId": "0721ea72dfaadd8ab3df4b302e32f9a88fca34ac88d2d2645da46aa5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_744a2661-9f50-4cef-97d8-7d9548f56185", "created": "2018-08-05T10:47:23Z", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:47:45,861 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-16beddf3-60ba-42d8-9fd5-c802aaaa0e41 2018-08-05 10:47:45,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.559977054596s 2018-08-05 10:47:45,862 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-16beddf3-60ba-42d8-9fd5-c802aaaa0e41 2018-08-05 10:47:45,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 10:47:45,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/1a7f6963-c284-4351-b3e7-836c738a24c5/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 10:47:45,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47: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-5084cc07-a91c-4387-ba5d-a62ee87d6fe0 x-compute-request-id: req-5084cc07-a91c-4387-ba5d-a62ee87d6fe0 Content-Encoding: gzip Content-Length: 9578 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 489633055 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.140341] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142002] pid_max: default: 32768 minimum: 301\n[ 0.142901] ACPI: Core revision 20150930\n[ 0.144289] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145603] Security Framework initialized\n[ 0.146418] Yama: becoming mindful.\n[ 0.147149] AppArmor: AppArmor initialized\n[ 0.148020] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150616] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151835] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153240] Initializing cgroup subsys io\n[ 0.154058] Initializing cgroup subsys memory\n[ 0.154917] Initializing cgroup subsys devices\n[ 0.155804] Initializing cgroup subsys freezer\n[ 0.156669] Initializing cgroup subsys net_cls\n[ 0.157532] Initializing cgroup subsys perf_event\n[ 0.158440] Initializing cgroup subsys net_prio\n[ 0.159323] Initializing cgroup subsys hugetlb\n[ 0.160198] Initializing cgroup subsys pids\n[ 0.161067] CPU: Physical Processor ID: 0\n[ 0.162554] mce: CPU supports 10 MCE banks\n[ 0.163413] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164412] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180225] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186276] ftrace: allocating 31920 entries in 125 pages\n[ 0.211312] smpboot: Max logical packages: 1\n[ 0.212188] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213535] x2apic enabled\n[ 0.214351] Switched APIC routing to physical x2apic.\n[ 0.216095] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221088] KVM setup paravirtual spinlock\n[ 0.222380] x86: Booted up 1 node, 1 CPUs\n[ 0.223196] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224592] devtmpfs: initialized\n[ 0.226307] evm: security.selinux\n[ 0.227011] evm: security.SMACK64\n[ 0.227704] evm: security.SMACK64EXEC\n[ 0.228451] evm: security.SMACK64TRANSMUTE\n[ 0.229275] evm: security.SMACK64MMAP\n[ 0.230022] evm: security.ima\n[ 0.230661] evm: security.capability\n[ 0.231466] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233315] pinctrl core: initialized pinctrl subsystem\n[ 0.234430] RTC time: 10:47:40, date: 08/05/18\n[ 0.235394] NET: Registered protocol family 16\n[ 0.236381] cpuidle: using governor ladder\n[ 0.237203] cpuidle: using governor menu\n[ 0.237989] PCCT header not found.\n[ 0.238748] ACPI: bus type PCI registered\n[ 0.239557] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240805] PCI: Using configuration type 1 for base access\n[ 0.242565] ACPI: Added _OSI(Module Device)\n[ 0.243414] ACPI: Added _OSI(Processor Device)\n[ 0.244281] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245182] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246939] ACPI: Interpreter enabled\n[ 0.247719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.249574] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251417] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255107] ACPI: (supports S0 S5)\n[ 0.255810] ACPI: Using IOAPIC for interrupt routing\n[ 0.256752] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259860] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261001] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262240] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.263428] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265638] acpiphp: Slot [3] registered\n[ 0.266449] acpiphp: Slot [4] registered\n[ 0.267250] acpiphp: Slot [5] registered\n[ 0.268047] acpiphp: Slot [6] registered\n[ 0.268839] acpiphp: Slot [7] registered\n[ 0.269638] acpiphp: Slot [8] registered\n[ 0.270446] acpiphp: Slot [9] registered\n[ 0.271240] acpiphp: Slot [10] registered\n[ 0.272049] acpiphp: Slot [11] registered\n[ 0.272876] acpiphp: Slot [12] registered\n[ 0.273689] acpiphp: Slot [13] registered\n[ 0.274502] acpiphp: Slot [14] registered\n[ 0.275317] acpiphp: Slot [15] registered\n[ 0.286069] acpiphp: Slot [16] registered\n[ 0.286886] acpiphp: Slot [17] registered\n[ 0.287694] acpiphp: Slot [18] registered\n[ 0.288502] acpiphp: Slot [19] registered\n[ 0.289313] acpiphp: Slot [20] registered\n[ 0.290130] acpiphp: Slot [21] registered\n[ 0.290941] acpiphp: Slot [22] registered\n[ 0.291746] acpiphp: Slot [23] registered\n[ 0.292575] acpiphp: Slot [24] registered\n[ 0.293422] acpiphp: Slot [25] registered\n[ 0.294243] acpiphp: Slot [26] registered\n[ 0.295057] acpiphp: Slot [27] registered\n[ 0.295872] acpiphp: Slot [28] registered\n[ 0.296683] acpiphp: Slot [29] registered\n[ 0.297532] acpiphp: Slot [30] registered\n[ 0.298353] acpiphp: Slot [31] registered\n[ 0.299161] PCI host bridge to bus 0000:00\n[ 0.299974] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.301189] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302407] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303865] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305314] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306794] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.310132] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311410] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312588] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317367] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318926] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338668] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340420] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341854] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343244] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344509] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345816] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346868] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348409] vgaarb: loaded\n[ 0.349012] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350237] SCSI subsystem initialized\n[ 0.351150] ACPI: bus type USB registered\n[ 0.351980] usbcore: registered new interface driver usbfs\n[ 0.353008] usbcore: registered new interface driver hub\n[ 0.354017] usbcore: registered new device driver usb\n[ 0.355120] PCI: Using ACPI for IRQ routing\n[ 0.356229] NetLabel: Initializing\n[ 0.356946] NetLabel: domain hash size = 128\n[ 0.357791] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358750] NetLabel: unlabeled traffic allowed by default\n[ 0.359910] clocksource: Switched to clocksource kvm-clock\n[ 0.368070] AppArmor: AppArmor Filesystem Enabled\n[ 0.369053] pnp: PnP ACPI init\n[ 0.369994] pnp: PnP ACPI: found 5 devices\n[ 0.376304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378021] NET: Registered protocol family 2\n[ 0.379080] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380380] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381585] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382778] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383860] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385042] NET: Registered protocol family 1\n[ 0.385927] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387021] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388096] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402105] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416243] Trying to unpack rootfs image as initramfs...\n[ 0.472911] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474544] Scanning for low memory corruption every 60 seconds\n[ 0.475898] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477077] audit: initializing netlink subsys (disabled)\n[ 0.478107] audit: type=2000 audit(1533466061.531:1): initialized\n[ 0.479466] Initialise system trusted keyring\n[ 0.480437] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481602] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483730] zbud: loaded\n[ 0.484470] VFS: Disk quotas dquot_6.6.0\n[ 0.485308] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486906] fuse init (API version 7.23)\n[ 0.487815] Key type big_key registered\n[ 0.488626] Allocating IMA MOK and blacklist keyrings.\n[ 0.489860] Key type asymmetric registered\n[ 0.490685] Asymmetric key parser 'x509' registered\n[ 0.491663] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493141] io scheduler noop registered\n[ 0.493936] io scheduler deadline registered (default)\n[ 0.494933] io scheduler cfq registered\n[ 0.495786] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496839] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498108] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499553] ACPI: Power Button [PWRF]\n[ 0.500417] GHES: HEST is not enabled!\n[ 0.514063] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.541498] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.543622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.569709] Linux agpgart interface v0.103\n[ 0.572342] brd: module loaded\n[ 0.576275] loop: module loaded\n[ 0.580368] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.581828] GPT:90111 != 2097151\n[ 0.582502] GPT:Alternate GPT header not at the end of the disk.\n[ 0.583599] GPT:90111 != 2097151\n[ 0.584286] GPT: Use GNU Parted to correct GPT errors.\n[ 0.585269] vda: vda1 vda15\n[ 0.586708] scsi host0: ata_piix\n[ 0.587503] scsi host1: ata_piix\n[ 0.588242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.589465] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.590965] libphy: Fixed MDIO Bus: probed\n[ 0.591791] tun: Universal TUN/TAP device driver, 1.6\n[ 0.592746] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.595089] PPP generic driver version 2.4.2\n[ 0.596036] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.597237] ehci-pci: EHCI PCI platform driver\n[ 0.598121] ehci-platform: EHCI generic platform driver\n[ 0.599119] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600263] ohci-pci: OHCI PCI platform driver\n[ 0.601149] ohci-platform: OHCI generic platform driver\n[ 0.602151] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.616329] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.617355] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.618830] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.619835] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.620995] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.622229] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.623647] usb usb1: Product: UHCI Host Controller\n[ 0.624588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.625734] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.626729] hub 1-0:1.0: USB hub found\n[ 0.627521] hub 1-0:1.0: 2 ports detected\n[ 0.628486] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.630659] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.631682] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.632775] mousedev: PS/2 mouse device common for all mice\n[ 0.634060] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.635960] rtc_cmos 00:00: RTC can wake from S4\n[ 0.637107] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.638313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.639519] i2c /dev entries driver\n[ 0.640315] device-mapper: uevent: version 1.0.3\n[ 0.641285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.642943] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.644402] NET: Registered protocol family 10\n[ 0.645551] NET: Registered protocol family 17\n[ 0.646472] Key type dns_resolver registered\n[ 0.647499] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.648627] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.650448] registered taskstats version 1\n[ 0.651305] Loading compiled-in X.509 certificates\n[ 0.652798] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.654688] zswap: loaded using pool lzo/zbud\n[ 0.656365] Key type trusted registered\n[ 0.658140] Key type encrypted registered\n[ 0.658984] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.660047] ima: No TPM chip found, activating TPM-bypass!\n[ 0.661116] evm: HMAC attrs: 0x1\n[ 0.662087] Magic number: 14:681:779\n[ 0.662978] rtc_cmos 00:00: setting system clock to 2018-08-05 10:47:41 UTC (1533466061)\n[ 0.664612] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.665735] EDD information not available.\n[ 0.749223] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.760900] Write protecting the kernel read-only data: 14336k\n[ 0.763041] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.764886] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\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.808196] 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.72\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.85. iid=i-00000006\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCijYzfrYU2qPWJOI9xQU1eSAhdI5tXoB5C3rafVNFV9Xu1DHc8U6fJ3Ol3+fdXWGMdw25g5QHxRaL90P8TiK+Quuv5zhBTw5mPD5l/Qpu6CQ6k4QMOzsQt30iQjUlPcd3J41KOwbcCjqX5IjpwTUF2GV/QY7ze/odabZ2HOTXRdIby2nbK16WqfRg+aXJOs/87fAFL/r4UMsEHfxDhbynqvLPDsUAkudF1QVwacYPDPWVUFIq7cOj+ZBFYYFj3PDnH8gIEx1XK50pTzFdCCY+OubdXkzOUupGV5jqEFLe7I7dQo9D5yDINXoxGHlswm1w9drn9S1nkNDP+Tg7w0HUd root@vping-userdata-vm2-744a2661-9f50-4cef-97d8-7d9548f56185\nssh-dss AAAAB3NzaC1kc3MAAACBAJ6VYiMqpLJaTCTsHA//F79MMCXaaAA653QshRu0eDm77Ei7sMb8f3NxuON2y4p0cTIYhOWVIBz+m2v/EzJBfSwtiyvDtvuTWkK7IE6OVQyUMzI7AdSCsOHd3ND9E2msGWEkVih4NF2HjZB1IK2GJniYq2ABps77esQtMXbor2VvAAAAFQCY99kYrABL4NpMsubCXLV/yhwBPQAAAIAm6GTlc9t8IXEn5Xr5mdYeeCJKZj5/1Hnoj+IimaG4dCfeJSCZYOLGP8Zj0Nuz3nk/DFTYFIJXszNyXGzz+C1N4dqCayiOzUf6OR5DbZw+WbiFKrWLKn21XHxZNU80k0DSJQJNRbbUdxscxkgDxHUxJHzkRIMp7YAH/rjCZALQAAAAAIBwwvIDcQNg5gn57quQnkGDe7V8jox2dftWT4AqDFwqWQyPerPuvPHfoUD5KNcCVg/0ingY8SCSyEBIHGWtG1x8BUHNoqtl9wDEG7Zu3bBgBjj+JoAISzGV0HxH7hjNe10uC9tNFPvGgdwUdrI5QOuAxcF53v5jjQEav2rqART4iw== root@vping-userdata-vm2-744a2661-9f50-4cef-97d8-7d9548f56185\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.3,24,fe80::f816:3eff:fe45:e9ee/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-00000006\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-744a2661-9f50-4cef-97d8-7d9548f56185\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.47 ===\n/dev/root resized successfully [took 0.17s]\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-744a2661-9f50-4cef-97d8-7d9548f56185 login: "} 2018-08-05 10:47:45,937 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/1a7f6963-c284-4351-b3e7-836c738a24c5/action used request id req-5084cc07-a91c-4387-ba5d-a62ee87d6fe0 2018-08-05 10:47:45,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0728430747986s 2018-08-05 10:47:45,938 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/1a7f6963-c284-4351-b3e7-836c738a24c5/action used request id req-5084cc07-a91c-4387-ba5d-a62ee87d6fe0 2018-08-05 10:47:45,938 - 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 489633055 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.140341] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.142002] pid_max: default: 32768 minimum: 301 [ 0.142901] ACPI: Core revision 20150930 [ 0.144289] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145603] Security Framework initialized [ 0.146418] Yama: becoming mindful. [ 0.147149] AppArmor: AppArmor initialized [ 0.148020] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.149349] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.150616] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151835] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.153240] Initializing cgroup subsys io [ 0.154058] Initializing cgroup subsys memory [ 0.154917] Initializing cgroup subsys devices [ 0.155804] Initializing cgroup subsys freezer [ 0.156669] Initializing cgroup subsys net_cls [ 0.157532] Initializing cgroup subsys perf_event [ 0.158440] Initializing cgroup subsys net_prio [ 0.159323] Initializing cgroup subsys hugetlb [ 0.160198] Initializing cgroup subsys pids [ 0.161067] CPU: Physical Processor ID: 0 [ 0.162554] mce: CPU supports 10 MCE banks [ 0.163413] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164412] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.180225] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.186276] ftrace: allocating 31920 entries in 125 pages [ 0.211312] smpboot: Max logical packages: 1 [ 0.212188] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.213535] x2apic enabled [ 0.214351] Switched APIC routing to physical x2apic. [ 0.216095] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.217214] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.219295] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.221088] KVM setup paravirtual spinlock [ 0.222380] x86: Booted up 1 node, 1 CPUs [ 0.223196] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.224592] devtmpfs: initialized [ 0.226307] evm: security.selinux [ 0.227011] evm: security.SMACK64 [ 0.227704] evm: security.SMACK64EXEC [ 0.228451] evm: security.SMACK64TRANSMUTE [ 0.229275] evm: security.SMACK64MMAP [ 0.230022] evm: security.ima [ 0.230661] evm: security.capability [ 0.231466] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.233315] pinctrl core: initialized pinctrl subsystem [ 0.234430] RTC time: 10:47:40, date: 08/05/18 [ 0.235394] NET: Registered protocol family 16 [ 0.236381] cpuidle: using governor ladder [ 0.237203] cpuidle: using governor menu [ 0.237989] PCCT header not found. [ 0.238748] ACPI: bus type PCI registered [ 0.239557] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.240805] PCI: Using configuration type 1 for base access [ 0.242565] ACPI: Added _OSI(Module Device) [ 0.243414] ACPI: Added _OSI(Processor Device) [ 0.244281] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.245182] ACPI: Added _OSI(Processor Aggregator Device) [ 0.246939] ACPI: Interpreter enabled [ 0.247719] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.249574] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.251417] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.253268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.255107] ACPI: (supports S0 S5) [ 0.255810] ACPI: Using IOAPIC for interrupt routing [ 0.256752] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.259860] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.261001] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.262240] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.263428] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.265638] acpiphp: Slot [3] registered [ 0.266449] acpiphp: Slot [4] registered [ 0.267250] acpiphp: Slot [5] registered [ 0.268047] acpiphp: Slot [6] registered [ 0.268839] acpiphp: Slot [7] registered [ 0.269638] acpiphp: Slot [8] registered [ 0.270446] acpiphp: Slot [9] registered [ 0.271240] acpiphp: Slot [10] registered [ 0.272049] acpiphp: Slot [11] registered [ 0.272876] acpiphp: Slot [12] registered [ 0.273689] acpiphp: Slot [13] registered [ 0.274502] acpiphp: Slot [14] registered [ 0.275317] acpiphp: Slot [15] registered [ 0.286069] acpiphp: Slot [16] registered [ 0.286886] acpiphp: Slot [17] registered [ 0.287694] acpiphp: Slot [18] registered [ 0.288502] acpiphp: Slot [19] registered [ 0.289313] acpiphp: Slot [20] registered [ 0.290130] acpiphp: Slot [21] registered [ 0.290941] acpiphp: Slot [22] registered [ 0.291746] acpiphp: Slot [23] registered [ 0.292575] acpiphp: Slot [24] registered [ 0.293422] acpiphp: Slot [25] registered [ 0.294243] acpiphp: Slot [26] registered [ 0.295057] acpiphp: Slot [27] registered [ 0.295872] acpiphp: Slot [28] registered [ 0.296683] acpiphp: Slot [29] registered [ 0.297532] acpiphp: Slot [30] registered [ 0.298353] acpiphp: Slot [31] registered [ 0.299161] PCI host bridge to bus 0000:00 [ 0.299974] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.301189] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.302407] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.303865] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.305314] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.306794] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.310132] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311410] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312588] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313846] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.317367] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.318926] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.337192] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.338668] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.340420] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.341854] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.343244] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.344509] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.345816] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.346868] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.348409] vgaarb: loaded [ 0.349012] vgaarb: bridge control possible 0000:00:02.0 [ 0.350237] SCSI subsystem initialized [ 0.351150] ACPI: bus type USB registered [ 0.351980] usbcore: registered new interface driver usbfs [ 0.353008] usbcore: registered new interface driver hub [ 0.354017] usbcore: registered new device driver usb [ 0.355120] PCI: Using ACPI for IRQ routing [ 0.356229] NetLabel: Initializing [ 0.356946] NetLabel: domain hash size = 128 [ 0.357791] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.358750] NetLabel: unlabeled traffic allowed by default [ 0.359910] clocksource: Switched to clocksource kvm-clock [ 0.368070] AppArmor: AppArmor Filesystem Enabled [ 0.369053] pnp: PnP ACPI init [ 0.369994] pnp: PnP ACPI: found 5 devices [ 0.376304] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.378021] NET: Registered protocol family 2 [ 0.379080] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.380380] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.381585] TCP: Hash tables configured (established 4096 bind 4096) [ 0.382778] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.383860] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.385042] NET: Registered protocol family 1 [ 0.385927] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.387021] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.388096] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.402105] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.416243] Trying to unpack rootfs image as initramfs... [ 0.472911] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.474544] Scanning for low memory corruption every 60 seconds [ 0.475898] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.477077] audit: initializing netlink subsys (disabled) [ 0.478107] audit: type=2000 audit(1533466061.531:1): initialized [ 0.479466] Initialise system trusted keyring [ 0.480437] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.481602] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.483730] zbud: loaded [ 0.484470] VFS: Disk quotas dquot_6.6.0 [ 0.485308] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.486906] fuse init (API version 7.23) [ 0.487815] Key type big_key registered [ 0.488626] Allocating IMA MOK and blacklist keyrings. [ 0.489860] Key type asymmetric registered [ 0.490685] Asymmetric key parser 'x509' registered [ 0.491663] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.493141] io scheduler noop registered [ 0.493936] io scheduler deadline registered (default) [ 0.494933] io scheduler cfq registered [ 0.495786] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.496839] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.498108] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.499553] ACPI: Power Button [PWRF] [ 0.500417] GHES: HEST is not enabled! [ 0.514063] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.541498] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.543622] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567412] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569709] Linux agpgart interface v0.103 [ 0.572342] brd: module loaded [ 0.576275] loop: module loaded [ 0.580368] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.581828] GPT:90111 != 2097151 [ 0.582502] GPT:Alternate GPT header not at the end of the disk. [ 0.583599] GPT:90111 != 2097151 [ 0.584286] GPT: Use GNU Parted to correct GPT errors. [ 0.585269] vda: vda1 vda15 [ 0.586708] scsi host0: ata_piix [ 0.587503] scsi host1: ata_piix [ 0.588242] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.589465] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.590965] libphy: Fixed MDIO Bus: probed [ 0.591791] tun: Universal TUN/TAP device driver, 1.6 [ 0.592746] tun: (C) 1999-2004 Max Krasnyansky [ 0.595089] PPP generic driver version 2.4.2 [ 0.596036] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.597237] ehci-pci: EHCI PCI platform driver [ 0.598121] ehci-platform: EHCI generic platform driver [ 0.599119] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.600263] ohci-pci: OHCI PCI platform driver [ 0.601149] ohci-platform: OHCI generic platform driver [ 0.602151] uhci_hcd: USB Universal Host Controller Interface driver [ 0.616329] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.617355] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.618830] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.619835] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.620995] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.622229] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.623647] usb usb1: Product: UHCI Host Controller [ 0.624588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.625734] usb usb1: SerialNumber: 0000:00:01.2 [ 0.626729] hub 1-0:1.0: USB hub found [ 0.627521] hub 1-0:1.0: 2 ports detected [ 0.628486] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.630659] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.631682] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.632775] mousedev: PS/2 mouse device common for all mice [ 0.634060] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.635960] rtc_cmos 00:00: RTC can wake from S4 [ 0.637107] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.638313] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.639519] i2c /dev entries driver [ 0.640315] device-mapper: uevent: version 1.0.3 [ 0.641285] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.642943] ledtrig-cpu: registered to indicate activity on CPUs [ 0.644402] NET: Registered protocol family 10 [ 0.645551] NET: Registered protocol family 17 [ 0.646472] Key type dns_resolver registered [ 0.647499] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.648627] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.650448] registered taskstats version 1 [ 0.651305] Loading compiled-in X.509 certificates [ 0.652798] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.654688] zswap: loaded using pool lzo/zbud [ 0.656365] Key type trusted registered [ 0.658140] Key type encrypted registered [ 0.658984] AppArmor: AppArmor sha1 policy hashing enabled [ 0.660047] ima: No TPM chip found, activating TPM-bypass! [ 0.661116] evm: HMAC attrs: 0x1 [ 0.662087] Magic number: 14:681:779 [ 0.662978] rtc_cmos 00:00: setting system clock to 2018-08-05 10:47:41 UTC (1533466061) [ 0.664612] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.665735] EDD information not available. [ 0.749223] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.760900] Write protecting the kernel read-only data: 14336k [ 0.763041] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.764886] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 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.808196] 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.72 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.85. iid=i-00000006 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCijYzfrYU2qPWJOI9xQU1eSAhdI5tXoB5C3rafVNFV9Xu1DHc8U6fJ3Ol3+fdXWGMdw25g5QHxRaL90P8TiK+Quuv5zhBTw5mPD5l/Qpu6CQ6k4QMOzsQt30iQjUlPcd3J41KOwbcCjqX5IjpwTUF2GV/QY7ze/odabZ2HOTXRdIby2nbK16WqfRg+aXJOs/87fAFL/r4UMsEHfxDhbynqvLPDsUAkudF1QVwacYPDPWVUFIq7cOj+ZBFYYFj3PDnH8gIEx1XK50pTzFdCCY+OubdXkzOUupGV5jqEFLe7I7dQo9D5yDINXoxGHlswm1w9drn9S1nkNDP+Tg7w0HUd root@vping-userdata-vm2-744a2661-9f50-4cef-97d8-7d9548f56185 ssh-dss AAAAB3NzaC1kc3MAAACBAJ6VYiMqpLJaTCTsHA//F79MMCXaaAA653QshRu0eDm77Ei7sMb8f3NxuON2y4p0cTIYhOWVIBz+m2v/EzJBfSwtiyvDtvuTWkK7IE6OVQyUMzI7AdSCsOHd3ND9E2msGWEkVih4NF2HjZB1IK2GJniYq2ABps77esQtMXbor2VvAAAAFQCY99kYrABL4NpMsubCXLV/yhwBPQAAAIAm6GTlc9t8IXEn5Xr5mdYeeCJKZj5/1Hnoj+IimaG4dCfeJSCZYOLGP8Zj0Nuz3nk/DFTYFIJXszNyXGzz+C1N4dqCayiOzUf6OR5DbZw+WbiFKrWLKn21XHxZNU80k0DSJQJNRbbUdxscxkgDxHUxJHzkRIMp7YAH/rjCZALQAAAAAIBwwvIDcQNg5gn57quQnkGDe7V8jox2dftWT4AqDFwqWQyPerPuvPHfoUD5KNcCVg/0ingY8SCSyEBIHGWtG1x8BUHNoqtl9wDEG7Zu3bBgBjj+JoAISzGV0HxH7hjNe10uC9tNFPvGgdwUdrI5QOuAxcF53v5jjQEav2rqART4iw== root@vping-userdata-vm2-744a2661-9f50-4cef-97d8-7d9548f56185 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.3,24,fe80::f816:3eff:fe45:e9ee/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-00000006 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-744a2661-9f50-4cef-97d8-7d9548f56185 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.47 === /dev/root resized successfully [took 0.17s] ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-744a2661-9f50-4cef-97d8-7d9548f56185 login: 2018-08-05 10:47:45,940 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-05 10:47:46,050 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-05 10:47:46,050 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:33 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-05 10:47:46,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-05 10:47:46,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:46,202 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:47: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-fbfd3fdb-b915-42c7-90c4-f0999f7aa70c x-compute-request-id: req-fbfd3fdb-b915-42c7-90c4-f0999f7aa70c Content-Type: application/json 2018-08-05 10:47:46,202 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696 used request id req-fbfd3fdb-b915-42c7-90c4-f0999f7aa70c 2018-08-05 10:47:46,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.146872997284s 2018-08-05 10:47:46,202 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696 used request id req-fbfd3fdb-b915-42c7-90c4-f0999f7aa70c 2018-08-05 10:47:46,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:47:46,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:46,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47: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-3063071a-a304-4334-b7e4-8a13dac94872 x-compute-request-id: req-3063071a-a304-4334-b7e4-8a13dac94872 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:e9:ee", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/1a7f6963-c284-4351-b3e7-836c738a24c5", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/1a7f6963-c284-4351-b3e7-836c738a24c5", "rel": "bookmark"}], "image": {"id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "links": [{"href": "http://172.30.9.46:8774/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:47:40.000000", "flavor": {"id": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "links": [{"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "bookmark"}]}, "id": "1a7f6963-c284-4351-b3e7-836c738a24c5", "security_groups": [{"name": "default"}], "user_id": "b02828ffc4db42ac8f667b87c5bb8030", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:47:40Z", "hostId": "f3f9236a5a291f5d693d2bdd9219c520db78cb25b7fd969725e8ac8f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_744a2661-9f50-4cef-97d8-7d9548f56185", "created": "2018-08-05T10:47:33Z", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:53:23", "version": 4, "addr": "192.168.120.26", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "rel": "bookmark"}], "image": {"id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "links": [{"href": "http://172.30.9.46:8774/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:47:30.000000", "flavor": {"id": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "links": [{"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "bookmark"}]}, "id": "bf1f52a8-60d9-4e1d-b4ce-82d9509aa696", "security_groups": [{"name": "default"}], "user_id": "b02828ffc4db42ac8f667b87c5bb8030", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:47:46Z", "hostId": "0721ea72dfaadd8ab3df4b302e32f9a88fca34ac88d2d2645da46aa5", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_744a2661-9f50-4cef-97d8-7d9548f56185", "created": "2018-08-05T10:47:23Z", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:47:46,470 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3063071a-a304-4334-b7e4-8a13dac94872 2018-08-05 10:47:46,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.266723871231s 2018-08-05 10:47:46,470 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3063071a-a304-4334-b7e4-8a13dac94872 2018-08-05 10:47:46,472 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:47:48,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:47:48,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:48,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47: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-006a92b5-dace-4f2d-90df-5c54e61661aa x-compute-request-id: req-006a92b5-dace-4f2d-90df-5c54e61661aa Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:e9:ee", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/1a7f6963-c284-4351-b3e7-836c738a24c5", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/1a7f6963-c284-4351-b3e7-836c738a24c5", "rel": "bookmark"}], "image": {"id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "links": [{"href": "http://172.30.9.46:8774/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:47:40.000000", "flavor": {"id": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "links": [{"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "bookmark"}]}, "id": "1a7f6963-c284-4351-b3e7-836c738a24c5", "security_groups": [{"name": "default"}], "user_id": "b02828ffc4db42ac8f667b87c5bb8030", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:47:40Z", "hostId": "f3f9236a5a291f5d693d2bdd9219c520db78cb25b7fd969725e8ac8f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_744a2661-9f50-4cef-97d8-7d9548f56185", "created": "2018-08-05T10:47:33Z", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:47:48,993 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-006a92b5-dace-4f2d-90df-5c54e61661aa 2018-08-05 10:47:48,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.518064022064s 2018-08-05 10:47:48,994 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-006a92b5-dace-4f2d-90df-5c54e61661aa 2018-08-05 10:47:48,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-05 10:47:48,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/servers/1a7f6963-c284-4351-b3e7-836c738a24c5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:49,142 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:47: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-c1a129e6-a64e-4088-9da4-c6328aae428f x-compute-request-id: req-c1a129e6-a64e-4088-9da4-c6328aae428f Content-Type: application/json 2018-08-05 10:47:49,143 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/1a7f6963-c284-4351-b3e7-836c738a24c5 used request id req-c1a129e6-a64e-4088-9da4-c6328aae428f 2018-08-05 10:47:49,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.146811008453s 2018-08-05 10:47:49,143 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/1a7f6963-c284-4351-b3e7-836c738a24c5 used request id req-c1a129e6-a64e-4088-9da4-c6328aae428f 2018-08-05 10:47:49,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:47:49,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:49,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47: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-bfcfb24c-a1f8-47b1-b0ec-f84aece17c2c x-compute-request-id: req-bfcfb24c-a1f8-47b1-b0ec-f84aece17c2c Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:45:e9:ee", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/1a7f6963-c284-4351-b3e7-836c738a24c5", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/1a7f6963-c284-4351-b3e7-836c738a24c5", "rel": "bookmark"}], "image": {"id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "links": [{"href": "http://172.30.9.46:8774/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:47:40.000000", "flavor": {"id": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "links": [{"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "bookmark"}]}, "id": "1a7f6963-c284-4351-b3e7-836c738a24c5", "security_groups": [{"name": "default"}], "user_id": "b02828ffc4db42ac8f667b87c5bb8030", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:47:49Z", "hostId": "f3f9236a5a291f5d693d2bdd9219c520db78cb25b7fd969725e8ac8f", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_744a2661-9f50-4cef-97d8-7d9548f56185", "created": "2018-08-05T10:47:33Z", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:47:49,371 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-bfcfb24c-a1f8-47b1-b0ec-f84aece17c2c 2018-08-05 10:47:49,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.227428913116s 2018-08-05 10:47:49,371 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-bfcfb24c-a1f8-47b1-b0ec-f84aece17c2c 2018-08-05 10:47:49,373 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:47:51,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:47:51,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:51,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47: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-40153b4b-e143-4642-a1e9-8fd4c686058a x-compute-request-id: req-40153b4b-e143-4642-a1e9-8fd4c686058a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-05 10:47:51,464 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-40153b4b-e143-4642-a1e9-8fd4c686058a 2018-08-05 10:47:51,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0880029201508s 2018-08-05 10:47:51,464 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-40153b4b-e143-4642-a1e9-8fd4c686058a 2018-08-05 10:47:51,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-05 10:47:51,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/9b0c77d5-4752-4e92-b443-b72f4eac21ea/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" -d '{"subnet_id": "fed7fdfd-c930-4c4f-a98b-f47913f39208"}' 2018-08-05 10:47:53,325 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2297454c-5442-48c5-a1de-32467fa0e8bf Date: Sun, 05 Aug 2018 10:47:53 GMT RESP BODY: {"network_id": "99f0fcb3-462e-4dac-bbe0-a9b3c14e4fa8", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "subnet_id": "fed7fdfd-c930-4c4f-a98b-f47913f39208", "subnet_ids": ["fed7fdfd-c930-4c4f-a98b-f47913f39208"], "port_id": "6ab8f0f8-2039-4b40-b857-b3f1b822268c", "id": "9b0c77d5-4752-4e92-b443-b72f4eac21ea"} 2018-08-05 10:47:53,325 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/9b0c77d5-4752-4e92-b443-b72f4eac21ea/remove_router_interface.json used request id req-2297454c-5442-48c5-a1de-32467fa0e8bf 2018-08-05 10:47:53,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.86050796509s 2018-08-05 10:47:53,326 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/9b0c77d5-4752-4e92-b443-b72f4eac21ea/remove_router_interface.json used request id req-2297454c-5442-48c5-a1de-32467fa0e8bf returning object 9b0c77d5-4752-4e92-b443-b72f4eac21ea 2018-08-05 10:47:53,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-05 10:47:53,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:53,636 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-165b5641-2a3a-4b57-add8-0c2923e3985d Date: Sun, 05 Aug 2018 10:47:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "created_at": "2018-08-05T10:47:15Z", "admin_state_up": true, "updated_at": "2018-08-05T10:47:52Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "48a8536f1aea4650b9a566299edebcd9", "id": "9b0c77d5-4752-4e92-b443-b72f4eac21ea", "name": "vping_userdata-router_744a2661-9f50-4cef-97d8-7d9548f56185"}]} 2018-08-05 10:47:53,636 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-165b5641-2a3a-4b57-add8-0c2923e3985d 2018-08-05 10:47:53,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.30974316597s 2018-08-05 10:47:53,636 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-165b5641-2a3a-4b57-add8-0c2923e3985d 2018-08-05 10:47:53,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-05 10:47:53,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/routers/9b0c77d5-4752-4e92-b443-b72f4eac21ea.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:54,835 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-78c1c195-9c19-4846-961c-f1af71273245 Content-Length: 0 Date: Sun, 05 Aug 2018 10:47:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:47:54,835 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/9b0c77d5-4752-4e92-b443-b72f4eac21ea.json used request id req-78c1c195-9c19-4846-961c-f1af71273245 2018-08-05 10:47:54,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.19706702232s 2018-08-05 10:47:54,835 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/9b0c77d5-4752-4e92-b443-b72f4eac21ea.json used request id req-78c1c195-9c19-4846-961c-f1af71273245 2018-08-05 10:47:54,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 10:47:54,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:54,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2161a9b8-41c7-4249-8230-a3529535bb7c Date: Sun, 05 Aug 2018 10:47:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"99f0fcb3-462e-4dac-bbe0-a9b3c14e4fa8","tenant_id":"48a8536f1aea4650b9a566299edebcd9","created_at":"2018-08-05T10:47:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T10:47: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":"48a8536f1aea4650b9a566299edebcd9","id":"fed7fdfd-c930-4c4f-a98b-f47913f39208","subnetpool_id":null,"name":"vping_userdata-subnet_744a2661-9f50-4cef-97d8-7d9548f56185"}]} 2018-08-05 10:47:54,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-2161a9b8-41c7-4249-8230-a3529535bb7c 2018-08-05 10:47:54,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0534501075745s 2018-08-05 10:47:54,890 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-2161a9b8-41c7-4249-8230-a3529535bb7c 2018-08-05 10:47:54,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-05 10:47:54,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/subnets/fed7fdfd-c930-4c4f-a98b-f47913f39208.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:55,996 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5e10578e-e59c-4ec4-a644-d9543726704d Date: Sun, 05 Aug 2018 10:47:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:47:55,996 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/fed7fdfd-c930-4c4f-a98b-f47913f39208.json used request id req-5e10578e-e59c-4ec4-a644-d9543726704d 2018-08-05 10:47:55,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.10436105728s 2018-08-05 10:47:55,996 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/fed7fdfd-c930-4c4f-a98b-f47913f39208.json used request id req-5e10578e-e59c-4ec4-a644-d9543726704d 2018-08-05 10:47:55,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:47:55,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:56,108 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1241 X-Openstack-Request-Id: req-f86c76d0-f089-43ab-9c54-fad64947e60b Date: Sun, 05 Aug 2018 10:47:56 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"99f0fcb3-462e-4dac-bbe0-a9b3c14e4fa8","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"48a8536f1aea4650b9a566299edebcd9","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:47:55Z","qos_policy_id":null,"name":"vping_userdata-net_744a2661-9f50-4cef-97d8-7d9548f56185","admin_state_up":true,"tenant_id":"48a8536f1aea4650b9a566299edebcd9","created_at":"2018-08-05T10:47:14Z","mtu":1450}]} 2018-08-05 10:47:56,109 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-f86c76d0-f089-43ab-9c54-fad64947e60b 2018-08-05 10:47:56,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112200021744s 2018-08-05 10:47:56,109 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-f86c76d0-f089-43ab-9c54-fad64947e60b 2018-08-05 10:47:56,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-05 10:47:56,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/networks/99f0fcb3-462e-4dac-bbe0-a9b3c14e4fa8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:57,211 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-117ffb05-aac5-476d-b8e2-1639a6b514c0 Date: Sun, 05 Aug 2018 10:47:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:47:57,211 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/99f0fcb3-462e-4dac-bbe0-a9b3c14e4fa8.json used request id req-117ffb05-aac5-476d-b8e2-1639a6b514c0 2018-08-05 10:47:57,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.10035586357s 2018-08-05 10:47:57,211 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/99f0fcb3-462e-4dac-bbe0-a9b3c14e4fa8.json used request id req-117ffb05-aac5-476d-b8e2-1639a6b514c0 2018-08-05 10:47:57,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:47:57,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:57,429 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1210 Content-Type: application/json X-Openstack-Request-Id: req-3736bbbb-d25d-41d8-b8d4-2857afa4e088 Date: Sun, 05 Aug 2018 10:47:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66/snap", "metadata": {}}], "file": "/v2/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66/file", "owner": "48a8536f1aea4650b9a566299edebcd9", "id": "3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "size": 12716032, "self": "/v2/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:47:20Z", "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_744a2661-9f50-4cef-97d8-7d9548f56185", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_744a2661-9f50-4cef-97d8-7d9548f56185", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:47:19Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:47:57,430 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-3736bbbb-d25d-41d8-b8d4-2857afa4e088 2018-08-05 10:47:57,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.214215993881s 2018-08-05 10:47:57,430 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-3736bbbb-d25d-41d8-b8d4-2857afa4e088 2018-08-05 10:47:57,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-05 10:47:57,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9292/v2/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}3206149e764f5a14b94f365a5efaa578ce7c6388" 2018-08-05 10:47:58,178 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dead9539-f91a-4416-b00b-b3c4f700a267 Date: Sun, 05 Aug 2018 10:47: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-05 10:47:58,179 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66 used request id req-dead9539-f91a-4416-b00b-b3c4f700a267 2018-08-05 10:47:58,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.746803045273s 2018-08-05 10:47:58,179 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/3dbe13a6-c3b5-4b95-bee3-b3f001156b66 used request id req-dead9539-f91a-4416-b00b-b3c4f700a267 2018-08-05 10:47:58,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 10:47:58,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}eb0c2d2c5fa0e226d20861e5ad95726150aa196f" 2018-08-05 10:47:58,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47: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-9a592e30-2c4c-4711-b299-2d8343e45060 x-compute-request-id: req-9a592e30-2c4c-4711-b299-2d8343e45060 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_744a2661-9f50-4cef-97d8-7d9548f56185", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159", "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": "6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159"}]} 2018-08-05 10:47:58,208 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-9a592e30-2c4c-4711-b299-2d8343e45060 2018-08-05 10:47:58,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0281658172607s 2018-08-05 10:47:58,208 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-9a592e30-2c4c-4711-b299-2d8343e45060 2018-08-05 10:47:58,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 10:47:58,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb0c2d2c5fa0e226d20861e5ad95726150aa196f" 2018-08-05 10:47:58,244 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 10:47: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-581be0d6-f260-458f-9cb0-dd127b353139 x-compute-request-id: req-581be0d6-f260-458f-9cb0-dd127b353139 Content-Length: 0 Content-Type: application/json 2018-08-05 10:47:58,244 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159 used request id req-581be0d6-f260-458f-9cb0-dd127b353139 2018-08-05 10:47:58,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0339169502258s 2018-08-05 10:47:58,244 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/6dfd03a8-1ebe-4c15-aed5-b3c6f4a72159 used request id req-581be0d6-f260-458f-9cb0-dd127b353139 2018-08-05 10:47:58,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 10:47:58,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}eb0c2d2c5fa0e226d20861e5ad95726150aa196f" 2018-08-05 10:47:58,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf6b1557-91fa-4135-b39f-68a5d301c772 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_744a2661-9f50-4cef-97d8-7d9548f56185", "links": {"self": "http://172.30.9.46:5000/v3/users/b02828ffc4db42ac8f667b87c5bb8030"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b02828ffc4db42ac8f667b87c5bb8030", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 10:47:58,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-cf6b1557-91fa-4135-b39f-68a5d301c772 2018-08-05 10:47:58,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.119289875031s 2018-08-05 10:47:58,364 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-cf6b1557-91fa-4135-b39f-68a5d301c772 2018-08-05 10:47:58,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 10:47:58,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/users/b02828ffc4db42ac8f667b87c5bb8030 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb0c2d2c5fa0e226d20861e5ad95726150aa196f" 2018-08-05 10:47:58,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69cd2672-497e-49c1-8f45-b56cf8878acc Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_744a2661-9f50-4cef-97d8-7d9548f56185", "links": {"self": "http://172.30.9.46:5000/v3/users/b02828ffc4db42ac8f667b87c5bb8030"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "b02828ffc4db42ac8f667b87c5bb8030", "description": null}} 2018-08-05 10:47:58,478 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/b02828ffc4db42ac8f667b87c5bb8030 used request id req-69cd2672-497e-49c1-8f45-b56cf8878acc 2018-08-05 10:47:58,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109301805496s 2018-08-05 10:47:58,479 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/b02828ffc4db42ac8f667b87c5bb8030 used request id req-69cd2672-497e-49c1-8f45-b56cf8878acc 2018-08-05 10:47:58,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-05 10:47:58,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/users/b02828ffc4db42ac8f667b87c5bb8030 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb0c2d2c5fa0e226d20861e5ad95726150aa196f" 2018-08-05 10:47:58,695 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:47:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-44d2171e-72b9-46b2-875e-4547fb9e4880 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 10:47:58,695 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/b02828ffc4db42ac8f667b87c5bb8030 used request id req-44d2171e-72b9-46b2-875e-4547fb9e4880 2018-08-05 10:47:58,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.215872049332s 2018-08-05 10:47:58,695 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/b02828ffc4db42ac8f667b87c5bb8030 used request id req-44d2171e-72b9-46b2-875e-4547fb9e4880 2018-08-05 10:47:58,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 10:47:58,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}eb0c2d2c5fa0e226d20861e5ad95726150aa196f" 2018-08-05 10:47:58,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b92f9cde-b35e-41b1-8602-40b022731469 Content-Encoding: gzip Content-Length: 390 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.46:5000/v3/projects/48a8536f1aea4650b9a566299edebcd9"}, "tags": [], "enabled": true, "id": "48a8536f1aea4650b9a566299edebcd9", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_744a2661-9f50-4cef-97d8-7d9548f56185"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-05 10:47:58,801 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-b92f9cde-b35e-41b1-8602-40b022731469 2018-08-05 10:47:58,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0998759269714s 2018-08-05 10:47:58,801 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-b92f9cde-b35e-41b1-8602-40b022731469 2018-08-05 10:47:58,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-05 10:47:58,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/projects/48a8536f1aea4650b9a566299edebcd9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eb0c2d2c5fa0e226d20861e5ad95726150aa196f" 2018-08-05 10:47:58,950 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:47:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4c337a1-ad0c-483b-944e-f5bdff16d077 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 10:47:58,950 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/48a8536f1aea4650b9a566299edebcd9 used request id req-f4c337a1-ad0c-483b-944e-f5bdff16d077 2018-08-05 10:47:58,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.144857883453s 2018-08-05 10:47:58,951 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/48a8536f1aea4650b9a566299edebcd9 used request id req-f4c337a1-ad0c-483b-944e-f5bdff16d077 2018-08-05 10:47:59,006 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-08-05 10:47:59,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 10:47:59,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 10:47:59,049 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 10:47:59,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 10:47:59,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 10:47:59,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 10:47:59,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 10:47:59,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 10:47:59,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 10:47:59,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 10:47:59,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 10:47:59,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 10:47:59,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 10:47:59,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 10:47:59,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 10:47:59,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 10:47:59,050 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 10:47:59,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 10:47:59,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 10:47:59,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 10:47:59,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 10:47:59,051 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 10:47:59,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:47:59,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57b5d27c-6189-4539-9d49-e61666bbf6c0 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 10:47:59,057 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-57b5d27c-6189-4539-9d49-e61666bbf6c0 2018-08-05 10:47:59,058 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 10:47:59,515 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T11:47:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["neDVeLtUTw-N8PzHhBS3OA"], "issued_at": "2018-08-05T10:47:59.000000Z"}} 2018-08-05 10:47:59,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:47:59,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}5936fc2733d6c7ce664874610ac195c37f9f46ad" 2018-08-05 10:47:59,775 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-d4e47b03-5155-43e5-954d-efe6df58906e Date: Sun, 05 Aug 2018 10:47:59 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 10:47:59,775 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d4e47b03-5155-43e5-954d-efe6df58906e 2018-08-05 10:47:59,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.258068084717s 2018-08-05 10:47:59,776 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d4e47b03-5155-43e5-954d-efe6df58906e 2018-08-05 10:47:59,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:47:59,784 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 10:47:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8de54247-5d45-438e-9be8-78b47a0fd4d9 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.46:5000/v3/", "rel": "self"}]}]}} 2018-08-05 10:47:59,784 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/ used request id req-8de54247-5d45-438e-9be8-78b47a0fd4d9 2018-08-05 10:47:59,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 10:47:59,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}5936fc2733d6c7ce664874610ac195c37f9f46ad" 2018-08-05 10:47:59,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:47:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6b77b12-7ff9-4f3c-9b22-005e31e0a3bc Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.46:5000/v3/domains/2e9dbdb0714844c8959b763da4d86693"}, "tags": [], "enabled": true, "id": "2e9dbdb0714844c8959b763da4d86693", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.46:5000/v3/domains", "previous": null, "next": null}} 2018-08-05 10:47:59,880 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-b6b77b12-7ff9-4f3c-9b22-005e31e0a3bc 2018-08-05 10:47:59,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0957410335541s 2018-08-05 10:47:59,881 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-b6b77b12-7ff9-4f3c-9b22-005e31e0a3bc 2018-08-05 10:47:59,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-05 10:47:59,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5936fc2733d6c7ce664874610ac195c37f9f46ad" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}}' 2018-08-05 10:48:00,025 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 10:47:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c1f4b923-2776-44fb-b341-32c7f5767d96 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.46:5000/v3/projects/1bcef6eb88e84482be4d29e40c11f2ad"}, "tags": [], "enabled": true, "id": "1bcef6eb88e84482be4d29e40c11f2ad", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}} 2018-08-05 10:48:00,026 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-c1f4b923-2776-44fb-b341-32c7f5767d96 2018-08-05 10:48:00,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.137668848038s 2018-08-05 10:48:00,026 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-c1f4b923-2776-44fb-b341-32c7f5767d96 2018-08-05 10:48:00,026 - 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'1bcef6eb88e84482be4d29e40c11f2ad', '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_8e62f908-bf6c-4b2f-8c0f-84ef194afec3'}) 2018-08-05 10:48:00,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-05 10:48:00,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5936fc2733d6c7ce664874610ac195c37f9f46ad" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "02a6e12f-dbea-4944-be1e-33c6c494bbd8", "email": null, "name": "cinder_test-user_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}}' 2018-08-05 10:48:00,400 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 10:48:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-73bcdb7d-d8fc-45d4-80f8-f2d2f6f495fe Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "links": {"self": "http://172.30.9.46:5000/v3/users/c768becaafbb473d9150f926b4632cdf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c768becaafbb473d9150f926b4632cdf", "domain_id": "default", "password_expires_at": null}} 2018-08-05 10:48:00,400 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-73bcdb7d-d8fc-45d4-80f8-f2d2f6f495fe 2018-08-05 10:48:00,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.368214845657s 2018-08-05 10:48:00,401 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-73bcdb7d-d8fc-45d4-80f8-f2d2f6f495fe 2018-08-05 10:48:00,402 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c768becaafbb473d9150f926b4632cdf', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_8e62f908-bf6c-4b2f-8c0f-84ef194afec3'}) 2018-08-05 10:48:00,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 10:48:00,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5936fc2733d6c7ce664874610ac195c37f9f46ad" 2018-08-05 10:48:00,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bbcb04b-8d25-490e-ab8f-11ee4a76c024 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 10:48:00,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-3bbcb04b-8d25-490e-ab8f-11ee4a76c024 2018-08-05 10:48:00,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0970070362091s 2018-08-05 10:48:00,502 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-3bbcb04b-8d25-490e-ab8f-11ee4a76c024 2018-08-05 10:48:00,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 10:48:00,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5936fc2733d6c7ce664874610ac195c37f9f46ad" 2018-08-05 10:48:00,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e425e3f9-c741-448d-8d86-1ec7f0790a30 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 10:48:00,525 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-e425e3f9-c741-448d-8d86-1ec7f0790a30 2018-08-05 10:48:00,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0174949169159s 2018-08-05 10:48:00,525 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-e425e3f9-c741-448d-8d86-1ec7f0790a30 2018-08-05 10:48:00,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 10:48:00,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5936fc2733d6c7ce664874610ac195c37f9f46ad" 2018-08-05 10:48:00,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-047afe52-eb52-4bfc-9516-6d1d45e5d679 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 10:48:00,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-047afe52-eb52-4bfc-9516-6d1d45e5d679 2018-08-05 10:48:00,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106634140015s 2018-08-05 10:48:00,637 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-047afe52-eb52-4bfc-9516-6d1d45e5d679 2018-08-05 10:48:00,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 10:48:00,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}5936fc2733d6c7ce664874610ac195c37f9f46ad" 2018-08-05 10:48:00,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4176f99-4ab0-402c-9e0f-4abd7a1d4044 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-05 10:48:00,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-c4176f99-4ab0-402c-9e0f-4abd7a1d4044 2018-08-05 10:48:00,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.100108146667s 2018-08-05 10:48:00,742 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-c4176f99-4ab0-402c-9e0f-4abd7a1d4044 2018-08-05 10:48:00,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 10:48:00,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}5936fc2733d6c7ce664874610ac195c37f9f46ad" 2018-08-05 10:48:00,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd6b506d-0b09-438f-be5a-b5eaa8719356 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder_test-user_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "links": {"self": "http://172.30.9.46:5000/v3/users/c768becaafbb473d9150f926b4632cdf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c768becaafbb473d9150f926b4632cdf", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 10:48:00,858 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-bd6b506d-0b09-438f-be5a-b5eaa8719356 2018-08-05 10:48:00,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.115473031998s 2018-08-05 10:48:00,859 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-bd6b506d-0b09-438f-be5a-b5eaa8719356 2018-08-05 10:48:00,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 10:48:00,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}5936fc2733d6c7ce664874610ac195c37f9f46ad" 2018-08-05 10:48:00,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c9d489b-fa98-4fae-aed5-87912cb6aab5 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.46:5000/v3/projects/1bcef6eb88e84482be4d29e40c11f2ad"}, "tags": [], "enabled": true, "id": "1bcef6eb88e84482be4d29e40c11f2ad", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-05 10:48:00,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-6c9d489b-fa98-4fae-aed5-87912cb6aab5 2018-08-05 10:48:00,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.093278169632s 2018-08-05 10:48:00,964 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-6c9d489b-fa98-4fae-aed5-87912cb6aab5 2018-08-05 10:48:00,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-05 10:48:00,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:5000/v3/role_assignments?user.id=c768becaafbb473d9150f926b4632cdf&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=1bcef6eb88e84482be4d29e40c11f2ad" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5936fc2733d6c7ce664874610ac195c37f9f46ad" 2018-08-05 10:48:01,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f4e5ff3-eb8e-4e73-b089-980451ff0314 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.46:5000/v3/role_assignments?user.id=c768becaafbb473d9150f926b4632cdf&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=1bcef6eb88e84482be4d29e40c11f2ad", "previous": null, "next": null}} 2018-08-05 10:48:01,064 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=c768becaafbb473d9150f926b4632cdf&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=1bcef6eb88e84482be4d29e40c11f2ad used request id req-2f4e5ff3-eb8e-4e73-b089-980451ff0314 2018-08-05 10:48:01,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.093111038208s 2018-08-05 10:48:01,065 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=c768becaafbb473d9150f926b4632cdf&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=1bcef6eb88e84482be4d29e40c11f2ad used request id req-2f4e5ff3-eb8e-4e73-b089-980451ff0314 2018-08-05 10:48:01,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-05 10:48:01,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:5000/v3/projects/1bcef6eb88e84482be4d29e40c11f2ad/users/c768becaafbb473d9150f926b4632cdf/roles/6f5c235bf8f846e2ab7d21fb711e4f6d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5936fc2733d6c7ce664874610ac195c37f9f46ad" 2018-08-05 10:48:01,218 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:48:01 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1e027346-8033-4ad1-82c8-a4431662779e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 10:48:01,218 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/1bcef6eb88e84482be4d29e40c11f2ad/users/c768becaafbb473d9150f926b4632cdf/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-1e027346-8033-4ad1-82c8-a4431662779e 2018-08-05 10:48:01,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.150127887726s 2018-08-05 10:48:01,219 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/1bcef6eb88e84482be4d29e40c11f2ad/users/c768becaafbb473d9150f926b4632cdf/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-1e027346-8033-4ad1-82c8-a4431662779e 2018-08-05 10:48:01,219 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_8e62f908-bf6c-4b2f-8c0f-84ef194afec3', 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'1bcef6eb88e84482be4d29e40c11f2ad', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '02a6e12f-dbea-4944-be1e-33c6c494bbd8', 'username': u'cinder_test-user_8e62f908-bf6c-4b2f-8c0f-84ef194afec3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.46: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-05 10:48:01,220 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 10:48:01,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 10:48:01,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 10:48:01,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 10:48:01,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 10:48:01,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 10:48:01,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 10:48:01,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 10:48:01,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 10:48:01,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 10:48:01,221 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 10:48:01,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 10:48:01,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 10:48:01,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 10:48:01,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 10:48:01,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 10:48:01,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 10:48:01,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 10:48:01,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 10:48:01,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 10:48:01,222 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 10:48:01,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 10:48:01,224 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_8e62f908-bf6c-4b2f-8c0f-84ef194afec3', 'password': '02a6e12f-dbea-4944-be1e-33c6c494bbd8', 'project_name': 'cinder_test-project_8e62f908-bf6c-4b2f-8c0f-84ef194afec3', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.46:5000/v3', 'project_id': '1bcef6eb88e84482be4d29e40c11f2ad', 'project_domain_name': 'Default'} 2018-08-05 10:48:01,224 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-08-05 10:48:01,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:48:01,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83d44852-89f9-4667-9c02-bf275b166888 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 10:48:01,231 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-83d44852-89f9-4667-9c02-bf275b166888 2018-08-05 10:48:01,232 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 10:48:01,614 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}], "expires_at": "2018-08-05T11:48:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1bcef6eb88e84482be4d29e40c11f2ad", "name": "cinder_test-project_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_1bcef6eb88e84482be4d29e40c11f2ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_1bcef6eb88e84482be4d29e40c11f2ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/1bcef6eb88e84482be4d29e40c11f2ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/1bcef6eb88e84482be4d29e40c11f2ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/1bcef6eb88e84482be4d29e40c11f2ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/1bcef6eb88e84482be4d29e40c11f2ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/1bcef6eb88e84482be4d29e40c11f2ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/1bcef6eb88e84482be4d29e40c11f2ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/1bcef6eb88e84482be4d29e40c11f2ad", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/1bcef6eb88e84482be4d29e40c11f2ad", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/1bcef6eb88e84482be4d29e40c11f2ad", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "id": "c768becaafbb473d9150f926b4632cdf"}, "audit_ids": ["DsKeMj7JSnePQH4Qy89WfA"], "issued_at": "2018-08-05T10:48:01.000000Z"}} 2018-08-05 10:48:01,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-05 10:48:01,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" -d '{"network": {"name": "cinder_test-net_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "admin_state_up": true}}' 2018-08-05 10:48:02,208 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 630 X-Openstack-Request-Id: req-9a60bc04-f719-48f7-87bd-dc406ca9ff6b Date: Sun, 05 Aug 2018 10:48:02 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"6d3aec91-dbe4-47bf-b9b0-4909912a6569","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1bcef6eb88e84482be4d29e40c11f2ad","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:48:02Z","is_default":false,"name":"cinder_test-net_8e62f908-bf6c-4b2f-8c0f-84ef194afec3","qos_policy_id":null,"admin_state_up":true,"tenant_id":"1bcef6eb88e84482be4d29e40c11f2ad","created_at":"2018-08-05T10:48:01Z","mtu":1450}} 2018-08-05 10:48:02,208 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-9a60bc04-f719-48f7-87bd-dc406ca9ff6b 2018-08-05 10:48:02,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.590598106384s 2018-08-05 10:48:02,209 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-9a60bc04-f719-48f7-87bd-dc406ca9ff6b 2018-08-05 10:48:02,209 - 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-05T10:48:02Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'6d3aec91-dbe4-47bf-b9b0-4909912a6569', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_8e62f908-bf6c-4b2f-8c0f-84ef194afec3', u'admin_state_up': True, u'tenant_id': u'1bcef6eb88e84482be4d29e40c11f2ad', u'created_at': u'2018-08-05T10:48:01Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1bcef6eb88e84482be4d29e40c11f2ad', u'l2_adjacency': True}) 2018-08-05 10:48:02,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:48:02,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:02,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1232 X-Openstack-Request-Id: req-2569fcd4-8983-468a-8824-3589dc89eb3c Date: Sun, 05 Aug 2018 10:48:02 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"6d3aec91-dbe4-47bf-b9b0-4909912a6569","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1bcef6eb88e84482be4d29e40c11f2ad","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:48:02Z","qos_policy_id":null,"name":"cinder_test-net_8e62f908-bf6c-4b2f-8c0f-84ef194afec3","admin_state_up":true,"tenant_id":"1bcef6eb88e84482be4d29e40c11f2ad","created_at":"2018-08-05T10:48:01Z","mtu":1450}]} 2018-08-05 10:48:02,352 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-2569fcd4-8983-468a-8824-3589dc89eb3c 2018-08-05 10:48:02,352 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.142168045044s 2018-08-05 10:48:02,352 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-2569fcd4-8983-468a-8824-3589dc89eb3c 2018-08-05 10:48:02,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-05 10:48:02,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" -d '{"subnet": {"name": "cinder_test-subnet_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "enable_dhcp": true, "network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-05 10:48:03,136 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-36fe3d10-0595-4063-bfbd-e18d876d03a1 Date: Sun, 05 Aug 2018 10:48:03 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d3aec91-dbe4-47bf-b9b0-4909912a6569","tenant_id":"1bcef6eb88e84482be4d29e40c11f2ad","created_at":"2018-08-05T10:48:02Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T10:48:02Z","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":"1bcef6eb88e84482be4d29e40c11f2ad","id":"4831a310-7cb1-48ea-82c6-26098f46e35b","subnetpool_id":null,"name":"cinder_test-subnet_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}} 2018-08-05 10:48:03,136 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-36fe3d10-0595-4063-bfbd-e18d876d03a1 2018-08-05 10:48:03,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.782689094543s 2018-08-05 10:48:03,137 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-36fe3d10-0595-4063-bfbd-e18d876d03a1 2018-08-05 10:48:03,137 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T10:48:02Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'4831a310-7cb1-48ea-82c6-26098f46e35b', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_8e62f908-bf6c-4b2f-8c0f-84ef194afec3', u'enable_dhcp': True, u'network_id': u'6d3aec91-dbe4-47bf-b9b0-4909912a6569', u'tenant_id': u'1bcef6eb88e84482be4d29e40c11f2ad', u'created_at': u'2018-08-05T10:48:02Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1bcef6eb88e84482be4d29e40c11f2ad'}) 2018-08-05 10:48:03,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-05 10:48:03,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" -d '{"router": {"external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "name": "cinder_test-router_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "admin_state_up": true}}' 2018-08-05 10:48:04,509 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 698 X-Openstack-Request-Id: req-cb60ab84-8919-4d7a-8b6e-81d62ba7a50b Date: Sun, 05 Aug 2018 10:48:04 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:03Z", "admin_state_up": true, "updated_at": "2018-08-05T10:48:04Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "name": "cinder_test-router_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}} 2018-08-05 10:48:04,509 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-cb60ab84-8919-4d7a-8b6e-81d62ba7a50b 2018-08-05 10:48:04,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.37146806717s 2018-08-05 10:48:04,510 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-cb60ab84-8919-4d7a-8b6e-81d62ba7a50b 2018-08-05 10:48:04,510 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T10:48:04Z', u'revision_number': 2, u'id': u'94f78a14-6367-4cb9-a09a-4b2664c68190', u'external_gateway_info': {u'network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'89972d6a-26a8-4595-baea-47e68ca637c2', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-router_8e62f908-bf6c-4b2f-8c0f-84ef194afec3', u'admin_state_up': True, u'tenant_id': u'1bcef6eb88e84482be4d29e40c11f2ad', u'created_at': u'2018-08-05T10:48:03Z', u'flavor_id': None, u'routes': [], u'project_id': u'1bcef6eb88e84482be4d29e40c11f2ad'}) 2018-08-05 10:48:04,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-05 10:48:04,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/94f78a14-6367-4cb9-a09a-4b2664c68190/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" -d '{"subnet_id": "4831a310-7cb1-48ea-82c6-26098f46e35b"}' 2018-08-05 10:48:06,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-008e4fd1-5f1f-42ec-a95d-00c203c4d5f2 Date: Sun, 05 Aug 2018 10:48:06 GMT RESP BODY: {"network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "subnet_id": "4831a310-7cb1-48ea-82c6-26098f46e35b", "subnet_ids": ["4831a310-7cb1-48ea-82c6-26098f46e35b"], "port_id": "c12c5014-43ce-43a5-bf62-52d0020f753d", "id": "94f78a14-6367-4cb9-a09a-4b2664c68190"} 2018-08-05 10:48:06,946 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/94f78a14-6367-4cb9-a09a-4b2664c68190/add_router_interface.json used request id req-008e4fd1-5f1f-42ec-a95d-00c203c4d5f2 2018-08-05 10:48:06,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.43517804146s 2018-08-05 10:48:06,946 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/94f78a14-6367-4cb9-a09a-4b2664c68190/add_router_interface.json used request id req-008e4fd1-5f1f-42ec-a95d-00c203c4d5f2 returning object 94f78a14-6367-4cb9-a09a-4b2664c68190 2018-08-05 10:48:06,947 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-05 10:48:07,079 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-05 10:48:07,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:48:07,086 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 05 Aug 2018 10:48:07 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}]} 2018-08-05 10:48:07,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:48:07,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:07,286 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-ff9ac68f-a73d-4d95-8a5c-68edbc2a5ace Date: Sun, 05 Aug 2018 10:48:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:48:07,286 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-ff9ac68f-a73d-4d95-8a5c-68edbc2a5ace 2018-08-05 10:48:07,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.195551156998s 2018-08-05 10:48:07,287 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-ff9ac68f-a73d-4d95-8a5c-68edbc2a5ace 2018-08-05 10:48:07,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 10:48:07,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}' 2018-08-05 10:48:07,342 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 874 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/bb576e94-4ada-4749-a338-b964abf276ac Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c9cd5b2a-7ecb-4c51-b89d-534b77b040a1 Date: Sun, 05 Aug 2018 10:48:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/bb576e94-4ada-4749-a338-b964abf276ac/file", "owner": "1bcef6eb88e84482be4d29e40c11f2ad", "id": "bb576e94-4ada-4749-a338-b964abf276ac", "size": null, "self": "/v2/images/bb576e94-4ada-4749-a338-b964abf276ac", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:48:07Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "checksum": null, "created_at": "2018-08-05T10:48:07Z", "protected": false} 2018-08-05 10:48:07,342 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-c9cd5b2a-7ecb-4c51-b89d-534b77b040a1 2018-08-05 10:48:07,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0476229190826s 2018-08-05 10:48:07,342 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-c9cd5b2a-7ecb-4c51-b89d-534b77b040a1 returning object bb576e94-4ada-4749-a338-b964abf276ac 2018-08-05 10:48:07,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 10:48:07,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/bb576e94-4ada-4749-a338-b964abf276ac/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" -d '' 2018-08-05 10:48:08,148 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8892de99-a4f0-4a96-8c31-386596abeb23 Date: Sun, 05 Aug 2018 10:48: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-05 10:48:08,149 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/bb576e94-4ada-4749-a338-b964abf276ac/file used request id req-8892de99-a4f0-4a96-8c31-386596abeb23 2018-08-05 10:48:08,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.805620193481s 2018-08-05 10:48:08,149 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/bb576e94-4ada-4749-a338-b964abf276ac/file used request id req-8892de99-a4f0-4a96-8c31-386596abeb23 2018-08-05 10:48:08,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:48:08,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:08,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-b529ae22-79f0-4eaa-9fae-685c2692f8c5 Date: Sun, 05 Aug 2018 10:48:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/bb576e94-4ada-4749-a338-b964abf276ac/snap", "metadata": {}}], "file": "/v2/images/bb576e94-4ada-4749-a338-b964abf276ac/file", "owner": "1bcef6eb88e84482be4d29e40c11f2ad", "id": "bb576e94-4ada-4749-a338-b964abf276ac", "size": 12716032, "self": "/v2/images/bb576e94-4ada-4749-a338-b964abf276ac", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/bb576e94-4ada-4749-a338-b964abf276ac/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:48:08Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:48:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:48:08,203 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-b529ae22-79f0-4eaa-9fae-685c2692f8c5 2018-08-05 10:48:08,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0507349967957s 2018-08-05 10:48:08,204 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-b529ae22-79f0-4eaa-9fae-685c2692f8c5 2018-08-05 10:48:08,205 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/bb576e94-4ada-4749-a338-b964abf276ac/snap', u'metadata': Munch({})})], 'file': u'/v2/images/bb576e94-4ada-4749-a338-b964abf276ac/file', 'owner': u'1bcef6eb88e84482be4d29e40c11f2ad', 'id': u'bb576e94-4ada-4749-a338-b964abf276ac', 'size': 12716032, u'self': u'/v2/images/bb576e94-4ada-4749-a338-b964abf276ac', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1bcef6eb88e84482be4d29e40c11f2ad', 'name': 'cinder_test-project_8e62f908-bf6c-4b2f-8c0f-84ef194afec3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/bb576e94-4ada-4749-a338-b964abf276ac/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T10:48:08Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-05T10:48:08Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_8e62f908-bf6c-4b2f-8c0f-84ef194afec3', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/bb576e94-4ada-4749-a338-b964abf276ac', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/cinder_test-img_8e62f908-bf6c-4b2f-8c0f-84ef194afec3', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_8e62f908-bf6c-4b2f-8c0f-84ef194afec3', 'created': u'2018-08-05T10:48:07Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-05T10:48:07Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/bb576e94-4ada-4749-a338-b964abf276ac', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/cinder_test-img_8e62f908-bf6c-4b2f-8c0f-84ef194afec3', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-05 10:48:08,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 10:48:08,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5936fc2733d6c7ce664874610ac195c37f9f46ad" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-05 10:48:08,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48: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-63e4176e-2832-419e-a16c-d99bffbb52df x-compute-request-id: req-63e4176e-2832-419e-a16c-d99bffbb52df Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "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": "af024fc9-884f-4a51-8800-3265c5a84dcd"}} 2018-08-05 10:48:08,462 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-63e4176e-2832-419e-a16c-d99bffbb52df 2018-08-05 10:48:08,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.255596876144s 2018-08-05 10:48:08,462 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-63e4176e-2832-419e-a16c-d99bffbb52df 2018-08-05 10:48:08,463 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_8e62f908-bf6c-4b2f-8c0f-84ef194afec3', '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'd5650b30963342b58320b9e3073d7ddf', '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'af024fc9-884f-4a51-8800-3265c5a84dcd', 'swap': 0}) 2018-08-05 10:48:08,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 10:48:08,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5936fc2733d6c7ce664874610ac195c37f9f46ad" -d '{"extra_specs": {}}' 2018-08-05 10:48:08,491 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48: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-19fc8e92-de5c-4b2e-8b24-a496eb6c6cba x-compute-request-id: req-19fc8e92-de5c-4b2e-8b24-a496eb6c6cba Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 10:48:08,491 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd/os-extra_specs used request id req-19fc8e92-de5c-4b2e-8b24-a496eb6c6cba 2018-08-05 10:48:08,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0267908573151s 2018-08-05 10:48:08,491 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd/os-extra_specs used request id req-19fc8e92-de5c-4b2e-8b24-a496eb6c6cba 2018-08-05 10:48:08,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-05 10:48:08,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" -d '{"keypair": {"name": "cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}}' 2018-08-05 10:48:08,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48: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-ed4db933-09c2-4fbb-8a15-a18e884fe290 x-compute-request-id: req-ed4db933-09c2-4fbb-8a15-a18e884fe290 Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNoTW+HnyCj5we1eZuvIYA7HqxgSTwIfTJWLNKCrFXmF8NqgSX3oOBO3QQeHd5+x68siNPvMI5Lm979FGdHsMNWI/Xv0HZjtx0rJrYmnay3usErJYiYaW4IWyrMJJ/6gy9PszOJbK8EdaNqV+Zb/trTPrhAFrGUC1+BJkYwGBd9q8OU+sQHtrMqt27GDnXcqifLcaKzXUPHX9dVgckozt2zOKBQjjUFTKbYJy7EkoOtSH3DFv+vsV1SRcfNRRlD/ly/UlPdtEmQpFaiw0evmvl5lSu6ZoRqs3HMzACiVRG5YfC06rEiqp9VjsVzBd9zTo5jUsxlNF5k0nAYXOo7yNX Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzaE1vh58go+cHtXmbryGAOx6sYEk8CH0yVizSgqxV5hfDaoE\nl96DgTt0EHh3efsevLIjT7zCOS5ve/RRnR7DDViP179B2Y7cdKya2Jp2st7rBKyW\nImGluCFsqzCSf+oMvT7MziWyvBHWjalfmW/7a0z64QBaxlAtfgSZGMBgXfavDlPr\nEB7azKrduxg513Kony3Gis11Dx1/XVYHJKM7dszigUI41BUym2CcuxJKDrUh9wxb\n/r7FdUkXHzUUZQ/5cv1JT3bRJkKRWosNHr5r5eZUrumaEarNxzMwAolURuWHwtOq\nxIqqfVY7FcwXfc06OY1LMZTReZNJwGFzqO8jVwIDAQABAoIBAEQAYQ57dH+U0HNe\nF3Ndgw9BJR4YcEe9Yv9HBxugR5+JMz4IkLZMjr6pE6vyusgrJLIQUx8mdDCGy7V5\nSZglOSnrtL4LcNJqrTskbZzeEAz9LUmBbbD3C9/FpfNC/9+vXgEjiIVP8DjDyWlV\nrtjGMKX+ciUAggR9NV4sVRjbXcMUnmSOwFRabTohkimQHEJRqtCYlee50+4Udoiq\nDSuwejg30Izga5XpbMNYRZJJ9s009XGwnRIf59ZxnAju+NVJmz5XzGCnqBYmjvRr\nTfe5APvVeBTqYmRs5opymuUOD0cBqRIBE+I9f2zQav9koUudxLLT7zXtWiH6lTve\npo9GWuECgYEA7EhRYDVMMt4HiKCduNjpFsFAUzODQZh8osUvzeU78ajVLUUwJI4M\nLI8txCfLAe5eJ4o+8pke/SuETiZjVK4CvR/76+zb4c5XfR39e14xXxLpyDmJrOuR\nPY5XoLsdfNs4aZ7te+CXy78Jsi2b0EB9CJiRTDyX7/ZFH6UMfV5bhScCgYEA3soP\nSe9m8qvnKjZ1MMxKULiSz8oOx33aRbIFuBlchFMQZcqO7QTDK/RxxObdey/yNvok\nrlutxKVdbMwKS5zM5s5zis76soOmdljBv/jPwWswkcTyOa46mgum08G7/kr7RsDs\n27UA6x5a/qyXCLFCKFZuiSiBO59KiSPlmx2rLlECgYEAhihto/2/HSa6ClaAF0N5\n3USu3E7kWOtW4SirAvIEfisJl2GweyD4QpitOLILbzZD2ZmCMkbEtKTvw1vCjIMc\n5PtzE7ryAh0hydWsZk7OI5heiyQ4SqmaVuQqVwXHMWxbdIUbfHnCVppKzBNfY/gp\nxiayYSIKduJSzyvskoZv2oMCgYEAhtXjyuuJcvV3QqUS6CW8FH6g3AF+UF5q7COC\nMpmm1K8xDWo6dlibhs66zGCtSxEJlxxtdtklog4zLNWQpZKQsF/ire/26nOjG508\nJeOAWZ92FcMMlrxL20+R+DcYgB8BVSEOOSqjE6mbiOcLwccGM0OcQoaxMFSH19hR\n7j9WiwECgYBgUAeGWNq+bpbkkXUmS6N8Ala1CkMWMwC4d9xjkRLqoDpXSfwisHmI\n2sA9W6/mSxqsurL6Z1+i6q1JXmVYjsbl/tjZHxnp9eHrxI2iAOg5eza30cvPbmz/\nM5xa6qLe3HylzoHExlLpEiak4fD79YgwjgkWfC5+0O0IcrW9xgdj7w==\n-----END RSA PRIVATE KEY-----\n", "user_id": "c768becaafbb473d9150f926b4632cdf", "name": "cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "fingerprint": "a9:44:b8:50:e4:19:36:a8:87:86:48:4c:77:cc:09:66"}} 2018-08-05 10:48:08,893 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/os-keypairs used request id req-ed4db933-09c2-4fbb-8a15-a18e884fe290 2018-08-05 10:48:08,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.40190410614s 2018-08-05 10:48:08,894 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/os-keypairs used request id req-ed4db933-09c2-4fbb-8a15-a18e884fe290 2018-08-05 10:48:08,895 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNoTW+HnyCj5we1eZuvIYA7HqxgSTwIfTJWLNKCrFXmF8NqgSX3oOBO3QQeHd5+x68siNPvMI5Lm979FGdHsMNWI/Xv0HZjtx0rJrYmnay3usErJYiYaW4IWyrMJJ/6gy9PszOJbK8EdaNqV+Zb/trTPrhAFrGUC1+BJkYwGBd9q8OU+sQHtrMqt27GDnXcqifLcaKzXUPHX9dVgckozt2zOKBQjjUFTKbYJy7EkoOtSH3DFv+vsV1SRcfNRRlD/ly/UlPdtEmQpFaiw0evmvl5lSu6ZoRqs3HMzACiVRG5YfC06rEiqp9VjsVzBd9zTo5jUsxlNF5k0nAYXOo7yNX Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAzaE1vh58go+cHtXmbryGAOx6sYEk8CH0yVizSgqxV5hfDaoE\nl96DgTt0EHh3efsevLIjT7zCOS5ve/RRnR7DDViP179B2Y7cdKya2Jp2st7rBKyW\nImGluCFsqzCSf+oMvT7MziWyvBHWjalfmW/7a0z64QBaxlAtfgSZGMBgXfavDlPr\nEB7azKrduxg513Kony3Gis11Dx1/XVYHJKM7dszigUI41BUym2CcuxJKDrUh9wxb\n/r7FdUkXHzUUZQ/5cv1JT3bRJkKRWosNHr5r5eZUrumaEarNxzMwAolURuWHwtOq\nxIqqfVY7FcwXfc06OY1LMZTReZNJwGFzqO8jVwIDAQABAoIBAEQAYQ57dH+U0HNe\nF3Ndgw9BJR4YcEe9Yv9HBxugR5+JMz4IkLZMjr6pE6vyusgrJLIQUx8mdDCGy7V5\nSZglOSnrtL4LcNJqrTskbZzeEAz9LUmBbbD3C9/FpfNC/9+vXgEjiIVP8DjDyWlV\nrtjGMKX+ciUAggR9NV4sVRjbXcMUnmSOwFRabTohkimQHEJRqtCYlee50+4Udoiq\nDSuwejg30Izga5XpbMNYRZJJ9s009XGwnRIf59ZxnAju+NVJmz5XzGCnqBYmjvRr\nTfe5APvVeBTqYmRs5opymuUOD0cBqRIBE+I9f2zQav9koUudxLLT7zXtWiH6lTve\npo9GWuECgYEA7EhRYDVMMt4HiKCduNjpFsFAUzODQZh8osUvzeU78ajVLUUwJI4M\nLI8txCfLAe5eJ4o+8pke/SuETiZjVK4CvR/76+zb4c5XfR39e14xXxLpyDmJrOuR\nPY5XoLsdfNs4aZ7te+CXy78Jsi2b0EB9CJiRTDyX7/ZFH6UMfV5bhScCgYEA3soP\nSe9m8qvnKjZ1MMxKULiSz8oOx33aRbIFuBlchFMQZcqO7QTDK/RxxObdey/yNvok\nrlutxKVdbMwKS5zM5s5zis76soOmdljBv/jPwWswkcTyOa46mgum08G7/kr7RsDs\n27UA6x5a/qyXCLFCKFZuiSiBO59KiSPlmx2rLlECgYEAhihto/2/HSa6ClaAF0N5\n3USu3E7kWOtW4SirAvIEfisJl2GweyD4QpitOLILbzZD2ZmCMkbEtKTvw1vCjIMc\n5PtzE7ryAh0hydWsZk7OI5heiyQ4SqmaVuQqVwXHMWxbdIUbfHnCVppKzBNfY/gp\nxiayYSIKduJSzyvskoZv2oMCgYEAhtXjyuuJcvV3QqUS6CW8FH6g3AF+UF5q7COC\nMpmm1K8xDWo6dlibhs66zGCtSxEJlxxtdtklog4zLNWQpZKQsF/ire/26nOjG508\nJeOAWZ92FcMMlrxL20+R+DcYgB8BVSEOOSqjE6mbiOcLwccGM0OcQoaxMFSH19hR\n7j9WiwECgYBgUAeGWNq+bpbkkXUmS6N8Ala1CkMWMwC4d9xjkRLqoDpXSfwisHmI\n2sA9W6/mSxqsurL6Z1+i6q1JXmVYjsbl/tjZHxnp9eHrxI2iAOg5eza30cvPbmz/\nM5xa6qLe3HylzoHExlLpEiak4fD79YgwjgkWfC5+0O0IcrW9xgdj7w==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'c768becaafbb473d9150f926b4632cdf', 'name': u'cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3', 'created_at': '2018-08-05T10:48:08.895074', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1bcef6eb88e84482be4d29e40c11f2ad', 'name': 'cinder_test-project_8e62f908-bf6c-4b2f-8c0f-84ef194afec3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'a9:44:b8:50:e4:19:36:a8:87:86:48:4c:77:cc:09:66', 'type': 'ssh', 'id': u'cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3'}) 2018-08-05 10:48:08,895 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAzaE1vh58go+cHtXmbryGAOx6sYEk8CH0yVizSgqxV5hfDaoE l96DgTt0EHh3efsevLIjT7zCOS5ve/RRnR7DDViP179B2Y7cdKya2Jp2st7rBKyW ImGluCFsqzCSf+oMvT7MziWyvBHWjalfmW/7a0z64QBaxlAtfgSZGMBgXfavDlPr EB7azKrduxg513Kony3Gis11Dx1/XVYHJKM7dszigUI41BUym2CcuxJKDrUh9wxb /r7FdUkXHzUUZQ/5cv1JT3bRJkKRWosNHr5r5eZUrumaEarNxzMwAolURuWHwtOq xIqqfVY7FcwXfc06OY1LMZTReZNJwGFzqO8jVwIDAQABAoIBAEQAYQ57dH+U0HNe F3Ndgw9BJR4YcEe9Yv9HBxugR5+JMz4IkLZMjr6pE6vyusgrJLIQUx8mdDCGy7V5 SZglOSnrtL4LcNJqrTskbZzeEAz9LUmBbbD3C9/FpfNC/9+vXgEjiIVP8DjDyWlV rtjGMKX+ciUAggR9NV4sVRjbXcMUnmSOwFRabTohkimQHEJRqtCYlee50+4Udoiq DSuwejg30Izga5XpbMNYRZJJ9s009XGwnRIf59ZxnAju+NVJmz5XzGCnqBYmjvRr Tfe5APvVeBTqYmRs5opymuUOD0cBqRIBE+I9f2zQav9koUudxLLT7zXtWiH6lTve po9GWuECgYEA7EhRYDVMMt4HiKCduNjpFsFAUzODQZh8osUvzeU78ajVLUUwJI4M LI8txCfLAe5eJ4o+8pke/SuETiZjVK4CvR/76+zb4c5XfR39e14xXxLpyDmJrOuR PY5XoLsdfNs4aZ7te+CXy78Jsi2b0EB9CJiRTDyX7/ZFH6UMfV5bhScCgYEA3soP Se9m8qvnKjZ1MMxKULiSz8oOx33aRbIFuBlchFMQZcqO7QTDK/RxxObdey/yNvok rlutxKVdbMwKS5zM5s5zis76soOmdljBv/jPwWswkcTyOa46mgum08G7/kr7RsDs 27UA6x5a/qyXCLFCKFZuiSiBO59KiSPlmx2rLlECgYEAhihto/2/HSa6ClaAF0N5 3USu3E7kWOtW4SirAvIEfisJl2GweyD4QpitOLILbzZD2ZmCMkbEtKTvw1vCjIMc 5PtzE7ryAh0hydWsZk7OI5heiyQ4SqmaVuQqVwXHMWxbdIUbfHnCVppKzBNfY/gp xiayYSIKduJSzyvskoZv2oMCgYEAhtXjyuuJcvV3QqUS6CW8FH6g3AF+UF5q7COC Mpmm1K8xDWo6dlibhs66zGCtSxEJlxxtdtklog4zLNWQpZKQsF/ire/26nOjG508 JeOAWZ92FcMMlrxL20+R+DcYgB8BVSEOOSqjE6mbiOcLwccGM0OcQoaxMFSH19hR 7j9WiwECgYBgUAeGWNq+bpbkkXUmS6N8Ala1CkMWMwC4d9xjkRLqoDpXSfwisHmI 2sA9W6/mSxqsurL6Z1+i6q1JXmVYjsbl/tjZHxnp9eHrxI2iAOg5eza30cvPbmz/ M5xa6qLe3HylzoHExlLpEiak4fD79YgwjgkWfC5+0O0IcrW9xgdj7w== -----END RSA PRIVATE KEY----- 2018-08-05 10:48:08,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-05 10:48:08,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" -d '{"security_group": {"name": "cinder_test-sg_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-08-05 10:48:09,037 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-ea5b9ad7-6aa3-4c85-a041-736577b4f576 Date: Sun, 05 Aug 2018 10:48:09 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:08Z", "updated_at": "2018-08-05T10:48:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:08Z", "revision_number": 0, "id": "7f74d8b9-051b-4f93-85a2-1ef068d8a0c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:08Z", "security_group_id": "36147e1e-154a-4381-87df-f5eabdfad11b", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:08Z", "revision_number": 0, "id": "b8a67fc8-f58d-40b5-a3ce-780aacab4cb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:08Z", "security_group_id": "36147e1e-154a-4381-87df-f5eabdfad11b", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}], "revision_number": 1, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "id": "36147e1e-154a-4381-87df-f5eabdfad11b", "name": "cinder_test-sg_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}} 2018-08-05 10:48:09,037 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-ea5b9ad7-6aa3-4c85-a041-736577b4f576 2018-08-05 10:48:09,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.138672828674s 2018-08-05 10:48:09,037 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-ea5b9ad7-6aa3-4c85-a041-736577b4f576 2018-08-05 10:48:09,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 10:48:09,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:09,124 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-83ab0853-d7f3-4974-8d29-29ce88d8762c Date: Sun, 05 Aug 2018 10:48:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:01Z", "updated_at": "2018-08-05T10:48:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:01Z", "revision_number": 0, "id": "7ef6a0da-ddb8-4df3-8a99-e30370994e55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:01Z", "security_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:01Z", "revision_number": 0, "id": "8b67bdbb-41fa-4744-bf24-637547e32657", "remote_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:01Z", "security_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:01Z", "revision_number": 0, "id": "9ad03c4b-9346-4bbd-a17b-393a9720a1f6", "remote_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:01Z", "security_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:01Z", "revision_number": 0, "id": "baa9704e-80c3-4d3e-b257-2ab811db86c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:01Z", "security_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}], "revision_number": 1, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:08Z", "updated_at": "2018-08-05T10:48:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:08Z", "revision_number": 0, "id": "7f74d8b9-051b-4f93-85a2-1ef068d8a0c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:08Z", "security_group_id": "36147e1e-154a-4381-87df-f5eabdfad11b", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:08Z", "revision_number": 0, "id": "b8a67fc8-f58d-40b5-a3ce-780aacab4cb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:08Z", "security_group_id": "36147e1e-154a-4381-87df-f5eabdfad11b", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}], "revision_number": 1, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "id": "36147e1e-154a-4381-87df-f5eabdfad11b", "name": "cinder_test-sg_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}]} 2018-08-05 10:48:09,124 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-83ab0853-d7f3-4974-8d29-29ce88d8762c 2018-08-05 10:48:09,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0823729038239s 2018-08-05 10:48:09,124 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-83ab0853-d7f3-4974-8d29-29ce88d8762c 2018-08-05 10:48:09,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 10:48:09,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" -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": "36147e1e-154a-4381-87df-f5eabdfad11b"}}' 2018-08-05 10:48:09,266 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-1ff16136-a40d-441f-90d5-45fda026d40b Date: Sun, 05 Aug 2018 10:48:09 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-05T10:48:09Z", "security_group_id": "36147e1e-154a-4381-87df-f5eabdfad11b", "port_range_min": 22, "revision_number": 0, "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:09Z", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "id": "363f329e-1ce7-4e26-8845-59b39c8b0536"}} 2018-08-05 10:48:09,266 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-1ff16136-a40d-441f-90d5-45fda026d40b 2018-08-05 10:48:09,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.137071847916s 2018-08-05 10:48:09,266 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-1ff16136-a40d-441f-90d5-45fda026d40b 2018-08-05 10:48:09,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 10:48:09,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:09,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-445a966c-e2c6-4c1d-97d0-67a9c875f29c Date: Sun, 05 Aug 2018 10:48:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:01Z", "updated_at": "2018-08-05T10:48:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:01Z", "revision_number": 0, "id": "7ef6a0da-ddb8-4df3-8a99-e30370994e55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:01Z", "security_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:01Z", "revision_number": 0, "id": "8b67bdbb-41fa-4744-bf24-637547e32657", "remote_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:01Z", "security_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:01Z", "revision_number": 0, "id": "9ad03c4b-9346-4bbd-a17b-393a9720a1f6", "remote_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:01Z", "security_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:01Z", "revision_number": 0, "id": "baa9704e-80c3-4d3e-b257-2ab811db86c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:01Z", "security_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}], "revision_number": 1, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:08Z", "updated_at": "2018-08-05T10:48:09Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T10:48:09Z", "revision_number": 0, "id": "363f329e-1ce7-4e26-8845-59b39c8b0536", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:09Z", "security_group_id": "36147e1e-154a-4381-87df-f5eabdfad11b", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:08Z", "revision_number": 0, "id": "7f74d8b9-051b-4f93-85a2-1ef068d8a0c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:08Z", "security_group_id": "36147e1e-154a-4381-87df-f5eabdfad11b", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:08Z", "revision_number": 0, "id": "b8a67fc8-f58d-40b5-a3ce-780aacab4cb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:08Z", "security_group_id": "36147e1e-154a-4381-87df-f5eabdfad11b", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}], "revision_number": 2, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "id": "36147e1e-154a-4381-87df-f5eabdfad11b", "name": "cinder_test-sg_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}]} 2018-08-05 10:48:09,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-445a966c-e2c6-4c1d-97d0-67a9c875f29c 2018-08-05 10:48:09,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.056056022644s 2018-08-05 10:48:09,326 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-445a966c-e2c6-4c1d-97d0-67a9c875f29c 2018-08-05 10:48:09,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 10:48:09,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" -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": "36147e1e-154a-4381-87df-f5eabdfad11b"}}' 2018-08-05 10:48:09,457 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-ba37e80e-ae11-46a3-acdb-c484ddaa3478 Date: Sun, 05 Aug 2018 10:48:09 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-05T10:48:09Z", "security_group_id": "36147e1e-154a-4381-87df-f5eabdfad11b", "port_range_min": null, "revision_number": 0, "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:09Z", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "id": "882012f1-8e2e-432a-aa28-733a9bb4eef5"}} 2018-08-05 10:48:09,458 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-ba37e80e-ae11-46a3-acdb-c484ddaa3478 2018-08-05 10:48:09,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.127458095551s 2018-08-05 10:48:09,458 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-ba37e80e-ae11-46a3-acdb-c484ddaa3478 2018-08-05 10:48:09,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:48:09,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:09,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-c8a411af-4c35-44f7-b2af-989528a61a49 Date: Sun, 05 Aug 2018 10:48:09 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"6d3aec91-dbe4-47bf-b9b0-4909912a6569","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1bcef6eb88e84482be4d29e40c11f2ad","l2_adjacency":true,"status":"ACTIVE","subnets":["4831a310-7cb1-48ea-82c6-26098f46e35b"],"description":"","tags":[],"updated_at":"2018-08-05T10:48:02Z","qos_policy_id":null,"name":"cinder_test-net_8e62f908-bf6c-4b2f-8c0f-84ef194afec3","admin_state_up":true,"tenant_id":"1bcef6eb88e84482be4d29e40c11f2ad","created_at":"2018-08-05T10:48:01Z","mtu":1450}]} 2018-08-05 10:48:09,569 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-c8a411af-4c35-44f7-b2af-989528a61a49 2018-08-05 10:48:09,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109424114227s 2018-08-05 10:48:09,569 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-c8a411af-4c35-44f7-b2af-989528a61a49 2018-08-05 10:48:09,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:48:09,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:09,609 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-2e7ec9d7-7c07-4565-8229-645e1b2135d1 Date: Sun, 05 Aug 2018 10:48:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/bb576e94-4ada-4749-a338-b964abf276ac/snap", "metadata": {}}], "file": "/v2/images/bb576e94-4ada-4749-a338-b964abf276ac/file", "owner": "1bcef6eb88e84482be4d29e40c11f2ad", "id": "bb576e94-4ada-4749-a338-b964abf276ac", "size": 12716032, "self": "/v2/images/bb576e94-4ada-4749-a338-b964abf276ac", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/bb576e94-4ada-4749-a338-b964abf276ac/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:48:08Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:48:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:48:09,609 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-2e7ec9d7-7c07-4565-8229-645e1b2135d1 2018-08-05 10:48:09,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0352311134338s 2018-08-05 10:48:09,610 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-2e7ec9d7-7c07-4565-8229-645e1b2135d1 2018-08-05 10:48:09,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 10:48:09,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:09,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48: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-0dd319d9-19aa-4d03-b8c3-11e430a62770 x-compute-request-id: req-0dd319d9-19aa-4d03-b8c3-11e430a62770 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "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": "af024fc9-884f-4a51-8800-3265c5a84dcd"}]} 2018-08-05 10:48:09,637 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-0dd319d9-19aa-4d03-b8c3-11e430a62770 2018-08-05 10:48:09,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0264370441437s 2018-08-05 10:48:09,638 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-0dd319d9-19aa-4d03-b8c3-11e430a62770 2018-08-05 10:48:09,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-05 10:48:09,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" -d '{"server": {"name": "cinder_test-vm2_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "imageRef": "bb576e94-4ada-4749-a338-b964abf276ac", "key_name": "cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "flavorRef": "af024fc9-884f-4a51-8800-3265c5a84dcd", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6d3aec91-dbe4-47bf-b9b0-4909912a6569"}], "security_groups": [{"name": "36147e1e-154a-4381-87df-f5eabdfad11b"}]}}' 2018-08-05 10:48:10,697 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 10:48: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-b1034348-2bba-4acd-b495-ffd1b8c5467b x-compute-request-id: req-b1034348-2bba-4acd-b495-ffd1b8c5467b Content-Length: 403 location: http://172.30.9.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "36147e1e-154a-4381-87df-f5eabdfad11b"}], "OS-DCF:diskConfig": "MANUAL", "id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d", "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d", "rel": "bookmark"}], "adminPass": "T9udBsnXtkoY"}} 2018-08-05 10:48:10,697 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-b1034348-2bba-4acd-b495-ffd1b8c5467b 2018-08-05 10:48:10,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.05742502213s 2018-08-05 10:48:10,697 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-b1034348-2bba-4acd-b495-ffd1b8c5467b 2018-08-05 10:48:10,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:48:10,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:11,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48: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-3ec47ffa-0699-4ca9-b6b0-1ada3478d730 x-compute-request-id: req-3ec47ffa-0699-4ca9-b6b0-1ada3478d730 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.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d", "rel": "bookmark"}], "image": {"id": "bb576e94-4ada-4749-a338-b964abf276ac", "links": [{"href": "http://172.30.9.46:8774/images/bb576e94-4ada-4749-a338-b964abf276ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af024fc9-884f-4a51-8800-3265c5a84dcd", "links": [{"href": "http://172.30.9.46:8774/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "rel": "bookmark"}]}, "id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d", "user_id": "c768becaafbb473d9150f926b4632cdf", "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-05T10:48:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "name": "cinder_test-vm2_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "created": "2018-08-05T10:48:10Z", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:48:11,144 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3ec47ffa-0699-4ca9-b6b0-1ada3478d730 2018-08-05 10:48:11,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.446273088455s 2018-08-05 10:48:11,145 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3ec47ffa-0699-4ca9-b6b0-1ada3478d730 2018-08-05 10:48:11,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:48:11,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:11,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-2cfd6277-292a-416d-b72b-9772c7aedb83 Date: Sun, 05 Aug 2018 10:48:11 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"6d3aec91-dbe4-47bf-b9b0-4909912a6569","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1bcef6eb88e84482be4d29e40c11f2ad","l2_adjacency":true,"status":"ACTIVE","subnets":["4831a310-7cb1-48ea-82c6-26098f46e35b"],"description":"","tags":[],"updated_at":"2018-08-05T10:48:02Z","qos_policy_id":null,"name":"cinder_test-net_8e62f908-bf6c-4b2f-8c0f-84ef194afec3","admin_state_up":true,"tenant_id":"1bcef6eb88e84482be4d29e40c11f2ad","created_at":"2018-08-05T10:48:01Z","mtu":1450}]} 2018-08-05 10:48:11,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-2cfd6277-292a-416d-b72b-9772c7aedb83 2018-08-05 10:48:11,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108296871185s 2018-08-05 10:48:11,261 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-2cfd6277-292a-416d-b72b-9772c7aedb83 2018-08-05 10:48:11,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 10:48:11,262 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:11,331 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0307ba2f-32df-41b5-bfed-be14ebdede32 Date: Sun, 05 Aug 2018 10:48:11 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d3aec91-dbe4-47bf-b9b0-4909912a6569","tenant_id":"1bcef6eb88e84482be4d29e40c11f2ad","created_at":"2018-08-05T10:48:02Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T10:48:02Z","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":"1bcef6eb88e84482be4d29e40c11f2ad","id":"4831a310-7cb1-48ea-82c6-26098f46e35b","subnetpool_id":null,"name":"cinder_test-subnet_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}]} 2018-08-05 10:48:11,331 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-0307ba2f-32df-41b5-bfed-be14ebdede32 2018-08-05 10:48:11,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0695199966431s 2018-08-05 10:48:11,331 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-0307ba2f-32df-41b5-bfed-be14ebdede32 2018-08-05 10:48:11,332 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:48:13,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:48:13,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:13,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48: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-57902df7-b41b-4833-a490-8857a3c7ad83 x-compute-request-id: req-57902df7-b41b-4833-a490-8857a3c7ad83 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d", "rel": "bookmark"}], "image": {"id": "bb576e94-4ada-4749-a338-b964abf276ac", "links": [{"href": "http://172.30.9.46:8774/images/bb576e94-4ada-4749-a338-b964abf276ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af024fc9-884f-4a51-8800-3265c5a84dcd", "links": [{"href": "http://172.30.9.46:8774/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "rel": "bookmark"}]}, "id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d", "user_id": "c768becaafbb473d9150f926b4632cdf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T10:48:13Z", "hostId": "b584b9e3d5a1ff6e4413da201689467684f4a76996866043fd5589f5", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "name": "cinder_test-vm2_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "created": "2018-08-05T10:48:10Z", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:48:13,839 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-57902df7-b41b-4833-a490-8857a3c7ad83 2018-08-05 10:48:13,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.504541873932s 2018-08-05 10:48:13,840 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-57902df7-b41b-4833-a490-8857a3c7ad83 2018-08-05 10:48:13,844 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:48:15,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:48:15,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:16,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48: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-ec448ff3-d008-41c8-b11e-3d2eb5cafde8 x-compute-request-id: req-ec448ff3-d008-41c8-b11e-3d2eb5cafde8 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d", "rel": "bookmark"}], "image": {"id": "bb576e94-4ada-4749-a338-b964abf276ac", "links": [{"href": "http://172.30.9.46:8774/images/bb576e94-4ada-4749-a338-b964abf276ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af024fc9-884f-4a51-8800-3265c5a84dcd", "links": [{"href": "http://172.30.9.46:8774/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "rel": "bookmark"}]}, "id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d", "security_groups": [{"name": "cinder_test-sg_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}], "user_id": "c768becaafbb473d9150f926b4632cdf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T10:48:13Z", "hostId": "b584b9e3d5a1ff6e4413da201689467684f4a76996866043fd5589f5", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "name": "cinder_test-vm2_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "created": "2018-08-05T10:48:10Z", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:48:16,222 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ec448ff3-d008-41c8-b11e-3d2eb5cafde8 2018-08-05 10:48:16,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.376302957535s 2018-08-05 10:48:16,223 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ec448ff3-d008-41c8-b11e-3d2eb5cafde8 2018-08-05 10:48:16,227 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:48:18,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:48:18,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:18,530 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48: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-f56d24ed-bcf0-4d2a-a36e-9955e22200c7 x-compute-request-id: req-f56d24ed-bcf0-4d2a-a36e-9955e22200c7 Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_8e62f908-bf6c-4b2f-8c0f-84ef194afec3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:4a:f1", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d", "rel": "bookmark"}], "image": {"id": "bb576e94-4ada-4749-a338-b964abf276ac", "links": [{"href": "http://172.30.9.46:8774/images/bb576e94-4ada-4749-a338-b964abf276ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:48:16.000000", "flavor": {"id": "af024fc9-884f-4a51-8800-3265c5a84dcd", "links": [{"href": "http://172.30.9.46:8774/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "rel": "bookmark"}]}, "id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d", "security_groups": [{"name": "cinder_test-sg_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}], "user_id": "c768becaafbb473d9150f926b4632cdf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:48:16Z", "hostId": "b584b9e3d5a1ff6e4413da201689467684f4a76996866043fd5589f5", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "name": "cinder_test-vm2_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "created": "2018-08-05T10:48:10Z", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:48:18,530 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f56d24ed-bcf0-4d2a-a36e-9955e22200c7 2018-08-05 10:48:18,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.300525903702s 2018-08-05 10:48:18,530 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f56d24ed-bcf0-4d2a-a36e-9955e22200c7 2018-08-05 10:48:18,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-05 10:48:18,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/ports.json?device_id=325adc94-b7ea-4871-971d-bbc2e5c5b11d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:18,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-c59b6bb7-5ed1-4a96-8a0e-b79e377b1a04 Date: Sun, 05 Aug 2018 10:48:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-05T10:48:16Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4831a310-7cb1-48ea-82c6-26098f46e35b","ip_address":"192.168.120.16"}],"id":"e83936d2-e38a-4105-8e7f-c94172cf773e","security_groups":["36147e1e-154a-4381-87df-f5eabdfad11b"],"mac_address":"fa:16:3e:be:4a:f1","project_id":"1bcef6eb88e84482be4d29e40c11f2ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d3aec91-dbe4-47bf-b9b0-4909912a6569","tenant_id":"1bcef6eb88e84482be4d29e40c11f2ad","created_at":"2018-08-05T10:48:14Z","binding:vnic_type":"normal","device_id":"325adc94-b7ea-4871-971d-bbc2e5c5b11d","ip_allocation":"immediate"}]} 2018-08-05 10:48:18,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=325adc94-b7ea-4871-971d-bbc2e5c5b11d used request id req-c59b6bb7-5ed1-4a96-8a0e-b79e377b1a04 2018-08-05 10:48:18,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0772061347961s 2018-08-05 10:48:18,612 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=325adc94-b7ea-4871-971d-bbc2e5c5b11d used request id req-c59b6bb7-5ed1-4a96-8a0e-b79e377b1a04 2018-08-05 10:48:18,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:48:18,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/floatingips.json?port_id=e83936d2-e38a-4105-8e7f-c94172cf773e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:18,664 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ca258495-1984-4d22-a8ed-4638881095e7 Date: Sun, 05 Aug 2018 10:48:18 GMT RESP BODY: {"floatingips": []} 2018-08-05 10:48:18,665 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=e83936d2-e38a-4105-8e7f-c94172cf773e used request id req-ca258495-1984-4d22-a8ed-4638881095e7 2018-08-05 10:48:18,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0474281311035s 2018-08-05 10:48:18,665 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=e83936d2-e38a-4105-8e7f-c94172cf773e used request id req-ca258495-1984-4d22-a8ed-4638881095e7 2018-08-05 10:48:18,666 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_8e62f908-bf6c-4b2f-8c0f-84ef194afec3': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:be:4a:f1', u'version': 4, u'addr': u'192.168.120.16', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'bb576e94-4ada-4749-a338-b964abf276ac'}), 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-05T10:48:16.000000', 'flavor': Munch({u'id': u'af024fc9-884f-4a51-8800-3265c5a84dcd'}), 'az': u'nova', 'id': u'325adc94-b7ea-4871-971d-bbc2e5c5b11d', 'security_groups': [Munch({u'name': u'cinder_test-sg_8e62f908-bf6c-4b2f-8c0f-84ef194afec3'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c768becaafbb473d9150f926b4632cdf', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1bcef6eb88e84482be4d29e40c11f2ad', 'name': 'cinder_test-project_8e62f908-bf6c-4b2f-8c0f-84ef194afec3', '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-05T10:48:16.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-05T10:48:16Z', 'hostId': u'b584b9e3d5a1ff6e4413da201689467684f4a76996866043fd5589f5', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3', 'public_v6': '', 'private_v4': u'192.168.120.16', 'cloud': 'envvars', 'host_id': u'b584b9e3d5a1ff6e4413da201689467684f4a76996866043fd5589f5', '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-05T10:48:16.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'1bcef6eb88e84482be4d29e40c11f2ad', 'name': u'cinder_test-vm2_8e62f908-bf6c-4b2f-8c0f-84ef194afec3', 'adminPass': u'T9udBsnXtkoY', 'tenant_id': u'1bcef6eb88e84482be4d29e40c11f2ad', 'created_at': u'2018-08-05T10:48:10Z', 'created': u'2018-08-05T10:48:10Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-05 10:48:18,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:48:18,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:18,785 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-67fb3b5d-db0d-491f-baca-ee36508e2d15 Date: Sun, 05 Aug 2018 10:48:18 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"6d3aec91-dbe4-47bf-b9b0-4909912a6569","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1bcef6eb88e84482be4d29e40c11f2ad","l2_adjacency":true,"status":"ACTIVE","subnets":["4831a310-7cb1-48ea-82c6-26098f46e35b"],"description":"","tags":[],"updated_at":"2018-08-05T10:48:02Z","qos_policy_id":null,"name":"cinder_test-net_8e62f908-bf6c-4b2f-8c0f-84ef194afec3","admin_state_up":true,"tenant_id":"1bcef6eb88e84482be4d29e40c11f2ad","created_at":"2018-08-05T10:48:01Z","mtu":1450}]} 2018-08-05 10:48:18,785 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-67fb3b5d-db0d-491f-baca-ee36508e2d15 2018-08-05 10:48:18,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.11657500267s 2018-08-05 10:48:18,786 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-67fb3b5d-db0d-491f-baca-ee36508e2d15 2018-08-05 10:48:18,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-05 10:48:18,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/ports.json?device_id=325adc94-b7ea-4871-971d-bbc2e5c5b11d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:18,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-ce563563-a7f3-4733-bd7b-26a7f0a51329 Date: Sun, 05 Aug 2018 10:48:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-05T10:48:16Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4831a310-7cb1-48ea-82c6-26098f46e35b","ip_address":"192.168.120.16"}],"id":"e83936d2-e38a-4105-8e7f-c94172cf773e","security_groups":["36147e1e-154a-4381-87df-f5eabdfad11b"],"mac_address":"fa:16:3e:be:4a:f1","project_id":"1bcef6eb88e84482be4d29e40c11f2ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d3aec91-dbe4-47bf-b9b0-4909912a6569","tenant_id":"1bcef6eb88e84482be4d29e40c11f2ad","created_at":"2018-08-05T10:48:14Z","binding:vnic_type":"normal","device_id":"325adc94-b7ea-4871-971d-bbc2e5c5b11d","ip_allocation":"immediate"}]} 2018-08-05 10:48:18,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=325adc94-b7ea-4871-971d-bbc2e5c5b11d used request id req-ce563563-a7f3-4733-bd7b-26a7f0a51329 2018-08-05 10:48:18,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0691909790039s 2018-08-05 10:48:18,856 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=325adc94-b7ea-4871-971d-bbc2e5c5b11d used request id req-ce563563-a7f3-4733-bd7b-26a7f0a51329 2018-08-05 10:48:18,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-05 10:48:18,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" -d '{"floatingip": {"floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "fixed_ip_address": "192.168.120.16", "port_id": "e83936d2-e38a-4105-8e7f-c94172cf773e"}}' 2018-08-05 10:48:21,017 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 824 X-Openstack-Request-Id: req-76e28ba0-1bb8-47fc-8c0f-afecbcc6e12c Date: Sun, 05 Aug 2018 10:48:21 GMT RESP BODY: {"floatingip": {"router_id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:19Z", "updated_at": "2018-08-05T10:48:19Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "device_owner": "compute:nova", "mac_address": "fa:16:3e:be:4a:f1", "device_id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d"}, "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_id": "e83936d2-e38a-4105-8e7f-c94172cf773e", "id": "2557bd76-819b-485c-b9bb-5418c01b1851", "qos_policy_id": null}} 2018-08-05 10:48:21,018 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-76e28ba0-1bb8-47fc-8c0f-afecbcc6e12c 2018-08-05 10:48:21,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.16045284271s 2018-08-05 10:48:21,018 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-76e28ba0-1bb8-47fc-8c0f-afecbcc6e12c 2018-08-05 10:48:21,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:48:21,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:21,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-e5eb5aaf-5f1d-459e-ad1d-3cea86ca0b73 Date: Sun, 05 Aug 2018 10:48:21 GMT RESP BODY: {"floatingips": [{"router_id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:19Z", "updated_at": "2018-08-05T10:48:19Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "device_owner": "compute:nova", "mac_address": "fa:16:3e:be:4a:f1", "device_id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d"}, "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_id": "e83936d2-e38a-4105-8e7f-c94172cf773e", "id": "2557bd76-819b-485c-b9bb-5418c01b1851", "qos_policy_id": null}]} 2018-08-05 10:48:21,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-e5eb5aaf-5f1d-459e-ad1d-3cea86ca0b73 2018-08-05 10:48:21,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.124852895737s 2018-08-05 10:48:21,152 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-e5eb5aaf-5f1d-459e-ad1d-3cea86ca0b73 2018-08-05 10:48:21,156 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:48:21,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:48:21,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:21,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-ddd5952b-5aac-4342-b017-9193f20cacb7 Date: Sun, 05 Aug 2018 10:48:21 GMT RESP BODY: {"floatingips": [{"router_id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:19Z", "updated_at": "2018-08-05T10:48:19Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "device_owner": "compute:nova", "mac_address": "fa:16:3e:be:4a:f1", "device_id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d"}, "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_id": "e83936d2-e38a-4105-8e7f-c94172cf773e", "id": "2557bd76-819b-485c-b9bb-5418c01b1851", "qos_policy_id": null}]} 2018-08-05 10:48:21,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-ddd5952b-5aac-4342-b017-9193f20cacb7 2018-08-05 10:48:21,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.248620986938s 2018-08-05 10:48:21,510 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-ddd5952b-5aac-4342-b017-9193f20cacb7 2018-08-05 10:48:21,513 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:48:21,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:48:21,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:21,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-551d5816-4232-4f86-b1b5-558e0504a390 Date: Sun, 05 Aug 2018 10:48:21 GMT RESP BODY: {"floatingips": [{"router_id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:19Z", "updated_at": "2018-08-05T10:48:19Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "device_owner": "compute:nova", "mac_address": "fa:16:3e:be:4a:f1", "device_id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d"}, "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_id": "e83936d2-e38a-4105-8e7f-c94172cf773e", "id": "2557bd76-819b-485c-b9bb-5418c01b1851", "qos_policy_id": null}]} 2018-08-05 10:48:21,684 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-551d5816-4232-4f86-b1b5-558e0504a390 2018-08-05 10:48:21,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0656440258026s 2018-08-05 10:48:21,685 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-551d5816-4232-4f86-b1b5-558e0504a390 2018-08-05 10:48:21,688 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:48:21,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:48:21,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:21,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-b4875ac2-d68b-4a4b-a4a6-6366bdbd1bf6 Date: Sun, 05 Aug 2018 10:48:21 GMT RESP BODY: {"floatingips": [{"router_id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:19Z", "updated_at": "2018-08-05T10:48:19Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "device_owner": "compute:nova", "mac_address": "fa:16:3e:be:4a:f1", "device_id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d"}, "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.207", "revision_number": 0, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_id": "e83936d2-e38a-4105-8e7f-c94172cf773e", "id": "2557bd76-819b-485c-b9bb-5418c01b1851", "qos_policy_id": null}]} 2018-08-05 10:48:21,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-b4875ac2-d68b-4a4b-a4a6-6366bdbd1bf6 2018-08-05 10:48:21,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0594940185547s 2018-08-05 10:48:21,853 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-b4875ac2-d68b-4a4b-a4a6-6366bdbd1bf6 2018-08-05 10:48:21,857 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:48:21,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:48:21,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:22,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 829 X-Openstack-Request-Id: req-091d08e8-ecc4-4221-86cd-30c93b8ef60d Date: Sun, 05 Aug 2018 10:48:22 GMT RESP BODY: {"floatingips": [{"router_id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:19Z", "updated_at": "2018-08-05T10:48:21Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "device_owner": "compute:nova", "mac_address": "fa:16:3e:be:4a:f1", "device_id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d"}, "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.207", "revision_number": 1, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_id": "e83936d2-e38a-4105-8e7f-c94172cf773e", "id": "2557bd76-819b-485c-b9bb-5418c01b1851", "qos_policy_id": null}]} 2018-08-05 10:48:22,023 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-091d08e8-ecc4-4221-86cd-30c93b8ef60d 2018-08-05 10:48:22,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0614590644836s 2018-08-05 10:48:22,024 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-091d08e8-ecc4-4221-86cd-30c93b8ef60d 2018-08-05 10:48:22,027 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'94f78a14-6367-4cb9-a09a-4b2664c68190', 'updated_at': u'2018-08-05T10:48:21Z', 'fixed_ip_address': u'192.168.120.16', 'floating_ip_address': u'172.30.9.207', 'revision_number': 1, 'port_id': u'e83936d2-e38a-4105-8e7f-c94172cf773e', 'id': u'2557bd76-819b-485c-b9bb-5418c01b1851', 'network': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 'port': u'e83936d2-e38a-4105-8e7f-c94172cf773e', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1bcef6eb88e84482be4d29e40c11f2ad', 'name': 'cinder_test-project_8e62f908-bf6c-4b2f-8c0f-84ef194afec3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'1bcef6eb88e84482be4d29e40c11f2ad', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'6d3aec91-dbe4-47bf-b9b0-4909912a6569', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:be:4a:f1', u'device_id': u'325adc94-b7ea-4871-971d-bbc2e5c5b11d'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'1bcef6eb88e84482be4d29e40c11f2ad', 'created_at': u'2018-08-05T10:48:19Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'6d3aec91-dbe4-47bf-b9b0-4909912a6569', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:be:4a:f1', u'device_id': u'325adc94-b7ea-4871-971d-bbc2e5c5b11d'}), 'router': u'94f78a14-6367-4cb9-a09a-4b2664c68190'}) 2018-08-05 10:48:22,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 10:48:22,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 10:48:22,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48: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-b43bcdf5-f9ca-43ea-8ef6-6c768a8978b6 x-compute-request-id: req-b43bcdf5-f9ca-43ea-8ef6-6c768a8978b6 Content-Encoding: gzip Content-Length: 9585 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 465752573 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.141510] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.143283] pid_max: default: 32768 minimum: 301\n[ 0.144241] ACPI: Core revision 20150930\n[ 0.145698] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147087] Security Framework initialized\n[ 0.147952] Yama: becoming mindful.\n[ 0.148745] AppArmor: AppArmor initialized\n[ 0.149657] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151065] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153713] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155216] Initializing cgroup subsys io\n[ 0.156104] Initializing cgroup subsys memory\n[ 0.157036] Initializing cgroup subsys devices\n[ 0.157968] Initializing cgroup subsys freezer\n[ 0.158889] Initializing cgroup subsys net_cls\n[ 0.159812] Initializing cgroup subsys perf_event\n[ 0.160793] Initializing cgroup subsys net_prio\n[ 0.161737] Initializing cgroup subsys hugetlb\n[ 0.162655] Initializing cgroup subsys pids\n[ 0.163589] CPU: Physical Processor ID: 0\n[ 0.165164] mce: CPU supports 10 MCE banks\n[ 0.166069] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167130] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189746] ftrace: allocating 31920 entries in 125 pages\n[ 0.214868] smpboot: Max logical packages: 1\n[ 0.215782] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.217227] x2apic enabled\n[ 0.218069] Switched APIC routing to physical x2apic.\n[ 0.219868] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.221069] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225192] KVM setup paravirtual spinlock\n[ 0.226542] x86: Booted up 1 node, 1 CPUs\n[ 0.227402] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.228886] devtmpfs: initialized\n[ 0.230642] evm: security.selinux\n[ 0.231396] evm: security.SMACK64\n[ 0.232132] evm: security.SMACK64EXEC\n[ 0.232923] evm: security.SMACK64TRANSMUTE\n[ 0.233789] evm: security.SMACK64MMAP\n[ 0.234579] evm: security.ima\n[ 0.235258] evm: security.capability\n[ 0.236136] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238114] pinctrl core: initialized pinctrl subsystem\n[ 0.239286] RTC time: 10:48:16, date: 08/05/18\n[ 0.240308] NET: Registered protocol family 16\n[ 0.241363] cpuidle: using governor ladder\n[ 0.242247] cpuidle: using governor menu\n[ 0.243093] PCCT header not found.\n[ 0.243894] ACPI: bus type PCI registered\n[ 0.244744] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246072] PCI: Using configuration type 1 for base access\n[ 0.247936] ACPI: Added _OSI(Module Device)\n[ 0.248837] ACPI: Added _OSI(Processor Device)\n[ 0.249755] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250713] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252556] ACPI: Interpreter enabled\n[ 0.253370] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255333] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257298] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259258] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261217] ACPI: (supports S0 S5)\n[ 0.261968] ACPI: Using IOAPIC for interrupt routing\n[ 0.262973] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266212] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267423] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.268743] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272383] acpiphp: Slot [3] registered\n[ 0.273245] acpiphp: Slot [4] registered\n[ 0.274105] acpiphp: Slot [5] registered\n[ 0.274962] acpiphp: Slot [6] registered\n[ 0.275813] acpiphp: Slot [7] registered\n[ 0.276670] acpiphp: Slot [8] registered\n[ 0.277526] acpiphp: Slot [9] registered\n[ 0.278387] acpiphp: Slot [10] registered\n[ 0.279263] acpiphp: Slot [11] registered\n[ 0.280131] acpiphp: Slot [12] registered\n[ 0.280996] acpiphp: Slot [13] registered\n[ 0.281853] acpiphp: Slot [14] registered\n[ 0.282717] acpiphp: Slot [15] registered\n[ 0.293752] acpiphp: Slot [16] registered\n[ 0.294618] acpiphp: Slot [17] registered\n[ 0.295495] acpiphp: Slot [18] registered\n[ 0.296363] acpiphp: Slot [19] registered\n[ 0.297226] acpiphp: Slot [20] registered\n[ 0.298098] acpiphp: Slot [21] registered\n[ 0.298968] acpiphp: Slot [22] registered\n[ 0.299832] acpiphp: Slot [23] registered\n[ 0.300699] acpiphp: Slot [24] registered\n[ 0.301564] acpiphp: Slot [25] registered\n[ 0.302445] acpiphp: Slot [26] registered\n[ 0.303358] acpiphp: Slot [27] registered\n[ 0.304229] acpiphp: Slot [28] registered\n[ 0.305116] acpiphp: Slot [29] registered\n[ 0.305987] acpiphp: Slot [30] registered\n[ 0.306860] acpiphp: Slot [31] registered\n[ 0.307728] PCI host bridge to bus 0000:00\n[ 0.308591] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309903] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311221] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312781] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.314339] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315917] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.319434] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320814] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322082] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323446] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.349954] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.351503] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.353016] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.354497] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.355869] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.357262] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.358393] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.360048] vgaarb: loaded\n[ 0.360685] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361988] SCSI subsystem initialized\n[ 0.362962] ACPI: bus type USB registered\n[ 0.363853] usbcore: registered new interface driver usbfs\n[ 0.364956] usbcore: registered new interface driver hub\n[ 0.366046] usbcore: registered new device driver usb\n[ 0.367228] PCI: Using ACPI for IRQ routing\n[ 0.368408] NetLabel: Initializing\n[ 0.369184] NetLabel: domain hash size = 128\n[ 0.370091] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.371118] NetLabel: unlabeled traffic allowed by default\n[ 0.372354] clocksource: Switched to clocksource kvm-clock\n[ 0.380859] AppArmor: AppArmor Filesystem Enabled\n[ 0.381902] pnp: PnP ACPI init\n[ 0.382897] pnp: PnP ACPI: found 5 devices\n[ 0.389403] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.391253] NET: Registered protocol family 2\n[ 0.392367] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.393755] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.395043] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.396323] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397489] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.398758] NET: Registered protocol family 1\n[ 0.399696] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400871] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.402025] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.416159] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.430379] Trying to unpack rootfs image as initramfs...\n[ 0.487736] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489520] Scanning for low memory corruption every 60 seconds\n[ 0.490963] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492209] audit: initializing netlink subsys (disabled)\n[ 0.493341] audit: type=2000 audit(1533466097.588:1): initialized\n[ 0.494789] Initialise system trusted keyring\n[ 0.495796] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497041] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499269] zbud: loaded\n[ 0.500044] VFS: Disk quotas dquot_6.6.0\n[ 0.500932] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502628] fuse init (API version 7.23)\n[ 0.503597] Key type big_key registered\n[ 0.504472] Allocating IMA MOK and blacklist keyrings.\n[ 0.505778] Key type asymmetric registered\n[ 0.506659] Asymmetric key parser 'x509' registered\n[ 0.507713] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509285] io scheduler noop registered\n[ 0.510130] io scheduler deadline registered (default)\n[ 0.511200] io scheduler cfq registered\n[ 0.512107] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513225] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516110] ACPI: Power Button [PWRF]\n[ 0.517029] GHES: HEST is not enabled!\n[ 0.530812] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561329] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585064] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587561] Linux agpgart interface v0.103\n[ 0.590471] brd: module loaded\n[ 0.592279] loop: module loaded\n[ 0.600097] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.601713] GPT:90111 != 2097151\n[ 0.602445] GPT:Alternate GPT header not at the end of the disk.\n[ 0.603637] GPT:90111 != 2097151\n[ 0.604379] GPT: Use GNU Parted to correct GPT errors.\n[ 0.605451] vda: vda1 vda15\n[ 0.607110] scsi host0: ata_piix\n[ 0.608017] scsi host1: ata_piix\n[ 0.608817] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.610154] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.611774] libphy: Fixed MDIO Bus: probed\n[ 0.612671] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613717] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616377] PPP generic driver version 2.4.2\n[ 0.617306] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618526] ehci-pci: EHCI PCI platform driver\n[ 0.619538] ehci-platform: EHCI generic platform driver\n[ 0.620706] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.622115] ohci-pci: OHCI PCI platform driver\n[ 0.623043] ohci-platform: OHCI generic platform driver\n[ 0.624105] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638502] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639574] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641108] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.642186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.643396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644706] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.646180] usb usb1: Product: UHCI Host Controller\n[ 0.647146] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.648331] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.649365] hub 1-0:1.0: USB hub found\n[ 0.650192] hub 1-0:1.0: 2 ports detected\n[ 0.651186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653391] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654405] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.655489] mousedev: PS/2 mouse device common for all mice\n[ 0.656833] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658848] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660010] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.662497] i2c /dev entries driver\n[ 0.663297] device-mapper: uevent: version 1.0.3\n[ 0.664309] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665998] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667504] NET: Registered protocol family 10\n[ 0.668688] NET: Registered protocol family 17\n[ 0.669606] Key type dns_resolver registered\n[ 0.670641] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671785] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673633] registered taskstats version 1\n[ 0.674505] Loading compiled-in X.509 certificates\n[ 0.676025] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677972] zswap: loaded using pool lzo/zbud\n[ 0.679656] Key type trusted registered\n[ 0.681459] Key type encrypted registered\n[ 0.682308] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683364] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684449] evm: HMAC attrs: 0x1\n[ 0.685462] Magic number: 14:234:830\n[ 0.686383] rtc_cmos 00:00: setting system clock to 2018-08-05 10:48:17 UTC (1533466097)\n[ 0.688045] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689200] EDD information not available.\n[ 0.769644] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781664] Write protecting the kernel read-only data: 14336k\n[ 0.783858] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785759] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\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.831013] 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.73\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.16...\nLease of 192.168.120.16 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.87. 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.910 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYl7FZ/mSMTJCpOGIUTbRA1l3QyfYsApVoWa1wQ+bK5QUpdtMmXDesvB8N3f7DLVjSq45DMO60Z9K281oUdRqQ7PDBfDot8LcxpN+/wzzeg/X/ZXP2WkLpkzjlXk+Bd9fGzxvqa6tNRXvc/fNQRtPbv0GgG7IaKYobxYuiEUZVZfl+/D/Fpjvkz5V7NaRJlOm+kWkm9Qybmwl18mK3UUnOPm9Ba8tUxwjxzyxErHpM6l7CiehE/+AAnvZoeUAmUBAdrrIiG+c75kmfVvfSLOy7KqQNybTNbO3/4ydj4b7lHe/W2uoO2W4weT2wjvkuR0NecM5391awFjXFCUolM8Br root@cinder-test-vm2-8e62f908-bf6c-4b2f-8c0f-84ef194afec3\nssh-dss AAAAB3NzaC1kc3MAAACBALMpdvcvFXH/oCbDKSdwJm41Ddohgl73zhVeh0ZS1IJqaxmfqb5NMjHPgGgQLmJnTC0pyAfoMvrdIh9ILRVw3/pt0+g78Z0+HeZ8u3O4p0ZZ63/68AIeatOw5Tmtb2OgdK25GqKt/cGXUo13+R7qFZzeuRWgoSscRzRVHiWQIy9fAAAAFQCLCYQxUKnVcqgRUaxxNfazvl9KxwAAAIAZPi4aamZHza+A0nKMj8gL9Y6724kN+SciNStL0Xde4urynm6t9zOlGuigzImqd8p8fy+teqLt8eI15h9fSazittr9MQzi7p928ASb4+l2+oc32Smi5QsYY6zs6YX70+kD9A9hXFGZ4QKByrZCARghcZNHyf+U3FWzP+Y0BF8PegAAAIEAlP04zS9RNVZKfd8OAsye8Is1+L7lFZfNKWKZR6dsm++9lPgFrMKgP8tIFdknSishj3rEHOWGV2RI+xNVlv+UCbzUg4VNlpDa3F/JclQgSezvkFcDcb8HWe3gzhnuC9zIyJZ/txZjOzmLFZ7XnrNH6C2Cj6sQr2nuzIR6qreshPY= root@cinder-test-vm2-8e62f908-bf6c-4b2f-8c0f-84ef194afec3\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.16,24,fe80::f816:3eff:febe:4af1/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.16 \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-8e62f908-bf6c-4b2f-8c0f-84ef194afec3\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.07 ===\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-8e62f908-bf6c-4b2f-8c0f-84ef194afec3 login: "} 2018-08-05 10:48:22,111 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d/action used request id req-b43bcdf5-f9ca-43ea-8ef6-6c768a8978b6 2018-08-05 10:48:22,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0830578804016s 2018-08-05 10:48:22,112 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d/action used request id req-b43bcdf5-f9ca-43ea-8ef6-6c768a8978b6 2018-08-05 10:48:22,112 - 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 465752573 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.141510] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.143283] pid_max: default: 32768 minimum: 301 [ 0.144241] ACPI: Core revision 20150930 [ 0.145698] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.147087] Security Framework initialized [ 0.147952] Yama: becoming mindful. [ 0.148745] AppArmor: AppArmor initialized [ 0.149657] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.151065] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.152429] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.153713] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155216] Initializing cgroup subsys io [ 0.156104] Initializing cgroup subsys memory [ 0.157036] Initializing cgroup subsys devices [ 0.157968] Initializing cgroup subsys freezer [ 0.158889] Initializing cgroup subsys net_cls [ 0.159812] Initializing cgroup subsys perf_event [ 0.160793] Initializing cgroup subsys net_prio [ 0.161737] Initializing cgroup subsys hugetlb [ 0.162655] Initializing cgroup subsys pids [ 0.163589] CPU: Physical Processor ID: 0 [ 0.165164] mce: CPU supports 10 MCE banks [ 0.166069] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.167130] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.183546] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.189746] ftrace: allocating 31920 entries in 125 pages [ 0.214868] smpboot: Max logical packages: 1 [ 0.215782] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.217227] x2apic enabled [ 0.218069] Switched APIC routing to physical x2apic. [ 0.219868] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.221069] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.223272] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225192] KVM setup paravirtual spinlock [ 0.226542] x86: Booted up 1 node, 1 CPUs [ 0.227402] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.228886] devtmpfs: initialized [ 0.230642] evm: security.selinux [ 0.231396] evm: security.SMACK64 [ 0.232132] evm: security.SMACK64EXEC [ 0.232923] evm: security.SMACK64TRANSMUTE [ 0.233789] evm: security.SMACK64MMAP [ 0.234579] evm: security.ima [ 0.235258] evm: security.capability [ 0.236136] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.238114] pinctrl core: initialized pinctrl subsystem [ 0.239286] RTC time: 10:48:16, date: 08/05/18 [ 0.240308] NET: Registered protocol family 16 [ 0.241363] cpuidle: using governor ladder [ 0.242247] cpuidle: using governor menu [ 0.243093] PCCT header not found. [ 0.243894] ACPI: bus type PCI registered [ 0.244744] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.246072] PCI: Using configuration type 1 for base access [ 0.247936] ACPI: Added _OSI(Module Device) [ 0.248837] ACPI: Added _OSI(Processor Device) [ 0.249755] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.250713] ACPI: Added _OSI(Processor Aggregator Device) [ 0.252556] ACPI: Interpreter enabled [ 0.253370] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.255333] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.257298] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.259258] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.261217] ACPI: (supports S0 S5) [ 0.261968] ACPI: Using IOAPIC for interrupt routing [ 0.262973] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.266212] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.267423] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.268743] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.270018] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.272383] acpiphp: Slot [3] registered [ 0.273245] acpiphp: Slot [4] registered [ 0.274105] acpiphp: Slot [5] registered [ 0.274962] acpiphp: Slot [6] registered [ 0.275813] acpiphp: Slot [7] registered [ 0.276670] acpiphp: Slot [8] registered [ 0.277526] acpiphp: Slot [9] registered [ 0.278387] acpiphp: Slot [10] registered [ 0.279263] acpiphp: Slot [11] registered [ 0.280131] acpiphp: Slot [12] registered [ 0.280996] acpiphp: Slot [13] registered [ 0.281853] acpiphp: Slot [14] registered [ 0.282717] acpiphp: Slot [15] registered [ 0.293752] acpiphp: Slot [16] registered [ 0.294618] acpiphp: Slot [17] registered [ 0.295495] acpiphp: Slot [18] registered [ 0.296363] acpiphp: Slot [19] registered [ 0.297226] acpiphp: Slot [20] registered [ 0.298098] acpiphp: Slot [21] registered [ 0.298968] acpiphp: Slot [22] registered [ 0.299832] acpiphp: Slot [23] registered [ 0.300699] acpiphp: Slot [24] registered [ 0.301564] acpiphp: Slot [25] registered [ 0.302445] acpiphp: Slot [26] registered [ 0.303358] acpiphp: Slot [27] registered [ 0.304229] acpiphp: Slot [28] registered [ 0.305116] acpiphp: Slot [29] registered [ 0.305987] acpiphp: Slot [30] registered [ 0.306860] acpiphp: Slot [31] registered [ 0.307728] PCI host bridge to bus 0000:00 [ 0.308591] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.309903] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.311221] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.312781] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.314339] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.315917] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.319434] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.320814] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.322082] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.323446] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.328807] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.347961] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.349954] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.351503] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.353016] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.354497] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.355869] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.357262] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.358393] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.360048] vgaarb: loaded [ 0.360685] vgaarb: bridge control possible 0000:00:02.0 [ 0.361988] SCSI subsystem initialized [ 0.362962] ACPI: bus type USB registered [ 0.363853] usbcore: registered new interface driver usbfs [ 0.364956] usbcore: registered new interface driver hub [ 0.366046] usbcore: registered new device driver usb [ 0.367228] PCI: Using ACPI for IRQ routing [ 0.368408] NetLabel: Initializing [ 0.369184] NetLabel: domain hash size = 128 [ 0.370091] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.371118] NetLabel: unlabeled traffic allowed by default [ 0.372354] clocksource: Switched to clocksource kvm-clock [ 0.380859] AppArmor: AppArmor Filesystem Enabled [ 0.381902] pnp: PnP ACPI init [ 0.382897] pnp: PnP ACPI: found 5 devices [ 0.389403] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.391253] NET: Registered protocol family 2 [ 0.392367] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.393755] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.395043] TCP: Hash tables configured (established 4096 bind 4096) [ 0.396323] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.397489] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.398758] NET: Registered protocol family 1 [ 0.399696] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.400871] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.402025] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.416159] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.430379] Trying to unpack rootfs image as initramfs... [ 0.487736] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489520] Scanning for low memory corruption every 60 seconds [ 0.490963] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.492209] audit: initializing netlink subsys (disabled) [ 0.493341] audit: type=2000 audit(1533466097.588:1): initialized [ 0.494789] Initialise system trusted keyring [ 0.495796] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.497041] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.499269] zbud: loaded [ 0.500044] VFS: Disk quotas dquot_6.6.0 [ 0.500932] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.502628] fuse init (API version 7.23) [ 0.503597] Key type big_key registered [ 0.504472] Allocating IMA MOK and blacklist keyrings. [ 0.505778] Key type asymmetric registered [ 0.506659] Asymmetric key parser 'x509' registered [ 0.507713] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.509285] io scheduler noop registered [ 0.510130] io scheduler deadline registered (default) [ 0.511200] io scheduler cfq registered [ 0.512107] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.513225] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514576] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.516110] ACPI: Power Button [PWRF] [ 0.517029] GHES: HEST is not enabled! [ 0.530812] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.559044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.561329] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.585064] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.587561] Linux agpgart interface v0.103 [ 0.590471] brd: module loaded [ 0.592279] loop: module loaded [ 0.600097] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.601713] GPT:90111 != 2097151 [ 0.602445] GPT:Alternate GPT header not at the end of the disk. [ 0.603637] GPT:90111 != 2097151 [ 0.604379] GPT: Use GNU Parted to correct GPT errors. [ 0.605451] vda: vda1 vda15 [ 0.607110] scsi host0: ata_piix [ 0.608017] scsi host1: ata_piix [ 0.608817] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.610154] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.611774] libphy: Fixed MDIO Bus: probed [ 0.612671] tun: Universal TUN/TAP device driver, 1.6 [ 0.613717] tun: (C) 1999-2004 Max Krasnyansky [ 0.616377] PPP generic driver version 2.4.2 [ 0.617306] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.618526] ehci-pci: EHCI PCI platform driver [ 0.619538] ehci-platform: EHCI generic platform driver [ 0.620706] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.622115] ohci-pci: OHCI PCI platform driver [ 0.623043] ohci-platform: OHCI generic platform driver [ 0.624105] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638502] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639574] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641108] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.642186] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.643396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644706] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.646180] usb usb1: Product: UHCI Host Controller [ 0.647146] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.648331] usb usb1: SerialNumber: 0000:00:01.2 [ 0.649365] hub 1-0:1.0: USB hub found [ 0.650192] hub 1-0:1.0: 2 ports detected [ 0.651186] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.653391] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654405] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.655489] mousedev: PS/2 mouse device common for all mice [ 0.656833] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658848] rtc_cmos 00:00: RTC can wake from S4 [ 0.660010] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.661251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.662497] i2c /dev entries driver [ 0.663297] device-mapper: uevent: version 1.0.3 [ 0.664309] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665998] ledtrig-cpu: registered to indicate activity on CPUs [ 0.667504] NET: Registered protocol family 10 [ 0.668688] NET: Registered protocol family 17 [ 0.669606] Key type dns_resolver registered [ 0.670641] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.671785] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.673633] registered taskstats version 1 [ 0.674505] Loading compiled-in X.509 certificates [ 0.676025] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.677972] zswap: loaded using pool lzo/zbud [ 0.679656] Key type trusted registered [ 0.681459] Key type encrypted registered [ 0.682308] AppArmor: AppArmor sha1 policy hashing enabled [ 0.683364] ima: No TPM chip found, activating TPM-bypass! [ 0.684449] evm: HMAC attrs: 0x1 [ 0.685462] Magic number: 14:234:830 [ 0.686383] rtc_cmos 00:00: setting system clock to 2018-08-05 10:48:17 UTC (1533466097) [ 0.688045] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.689200] EDD information not available. [ 0.769644] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.781664] Write protecting the kernel read-only data: 14336k [ 0.783858] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.785759] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.831013] 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.73 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.16... Lease of 192.168.120.16 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.87. 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.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDYl7FZ/mSMTJCpOGIUTbRA1l3QyfYsApVoWa1wQ+bK5QUpdtMmXDesvB8N3f7DLVjSq45DMO60Z9K281oUdRqQ7PDBfDot8LcxpN+/wzzeg/X/ZXP2WkLpkzjlXk+Bd9fGzxvqa6tNRXvc/fNQRtPbv0GgG7IaKYobxYuiEUZVZfl+/D/Fpjvkz5V7NaRJlOm+kWkm9Qybmwl18mK3UUnOPm9Ba8tUxwjxzyxErHpM6l7CiehE/+AAnvZoeUAmUBAdrrIiG+c75kmfVvfSLOy7KqQNybTNbO3/4ydj4b7lHe/W2uoO2W4weT2wjvkuR0NecM5391awFjXFCUolM8Br root@cinder-test-vm2-8e62f908-bf6c-4b2f-8c0f-84ef194afec3 ssh-dss AAAAB3NzaC1kc3MAAACBALMpdvcvFXH/oCbDKSdwJm41Ddohgl73zhVeh0ZS1IJqaxmfqb5NMjHPgGgQLmJnTC0pyAfoMvrdIh9ILRVw3/pt0+g78Z0+HeZ8u3O4p0ZZ63/68AIeatOw5Tmtb2OgdK25GqKt/cGXUo13+R7qFZzeuRWgoSscRzRVHiWQIy9fAAAAFQCLCYQxUKnVcqgRUaxxNfazvl9KxwAAAIAZPi4aamZHza+A0nKMj8gL9Y6724kN+SciNStL0Xde4urynm6t9zOlGuigzImqd8p8fy+teqLt8eI15h9fSazittr9MQzi7p928ASb4+l2+oc32Smi5QsYY6zs6YX70+kD9A9hXFGZ4QKByrZCARghcZNHyf+U3FWzP+Y0BF8PegAAAIEAlP04zS9RNVZKfd8OAsye8Is1+L7lFZfNKWKZR6dsm++9lPgFrMKgP8tIFdknSishj3rEHOWGV2RI+xNVlv+UCbzUg4VNlpDa3F/JclQgSezvkFcDcb8HWe3gzhnuC9zIyJZ/txZjOzmLFZ7XnrNH6C2Cj6sQr2nuzIR6qreshPY= root@cinder-test-vm2-8e62f908-bf6c-4b2f-8c0f-84ef194afec3 -----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.16,24,fe80::f816:3eff:febe:4af1/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.16 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-8e62f908-bf6c-4b2f-8c0f-84ef194afec3 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.07 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-8e62f908-bf6c-4b2f-8c0f-84ef194afec3 login: 2018-08-05 10:48:22,116 - paramiko.transport - DEBUG - starting thread (client mode): 0x700cb650L 2018-08-05 10:48:22,116 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-05 10:48:22,116 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-05 10:48:22,116 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-05 10:48:22,117 - 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-05 10:48:22,117 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-05 10:48:22,118 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-05 10:48:22,118 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-05 10:48:22,118 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-05 10:48:22,118 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-05 10:48:22,134 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-05 10:48:22,135 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-05 10:48:22,148 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.207: e3e17d8f2e6be4273bb34ae3d9844b6a 2018-08-05 10:48:22,149 - paramiko.transport - DEBUG - Trying discovered key a944b850e41936a88786484c77cc0966 in /tmp/tmpyjHu4o 2018-08-05 10:48:22,172 - paramiko.transport - DEBUG - userauth is OK 2018-08-05 10:48:22,178 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-05 10:48:22,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-08-05 10:48:22,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" -d '{"volume": {"display_name": "cinder_test-volume_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "size": "2"}}' 2018-08-05 10:48:23,505 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 10:48:22 GMT Server: Apache x-compute-request-id: req-0019c437-9b94-4838-88c5-bf154ff7e8ac OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0019c437-9b94-4838-88c5-bf154ff7e8ac Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "c768becaafbb473d9150f926b4632cdf", "attachments": [], "links": [{"href": "http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "self"}, {"href": "http://172.30.9.46:8776/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-05T10:48:23.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "eca06656-0c33-4acf-995a-3671ef778e85", "size": 2}} 2018-08-05 10:48:23,505 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes used request id req-0019c437-9b94-4838-88c5-bf154ff7e8ac 2018-08-05 10:48:23,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.32151603699s 2018-08-05 10:48:23,505 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes used request id req-0019c437-9b94-4838-88c5-bf154ff7e8ac 2018-08-05 10:48:23,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-05 10:48:23,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/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.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:24,432 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48:23 GMT Server: Apache x-compute-request-id: req-bbdee557-578d-47b6-bd94-e4173d9aa6f7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-bbdee557-578d-47b6-bd94-e4173d9aa6f7 Content-Encoding: gzip Content-Length: 447 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "c768becaafbb473d9150f926b4632cdf", "attachments": [], "links": [{"href": "http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "self"}, {"href": "http://172.30.9.46:8776/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-05T10:48:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "updated_at": "2018-08-05T10:48:23.000000", "volume_type": null, "name": "cinder_test-volume_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "eca06656-0c33-4acf-995a-3671ef778e85", "size": 2}]} 2018-08-05 10:48:24,432 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-bbdee557-578d-47b6-bd94-e4173d9aa6f7 2018-08-05 10:48:24,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.926270961761s 2018-08-05 10:48:24,433 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-bbdee557-578d-47b6-bd94-e4173d9aa6f7 2018-08-05 10:48:24,435 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:48:26,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-05 10:48:26,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/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.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:27,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48:26 GMT Server: Apache x-compute-request-id: req-cf93de8e-d886-4420-b075-c8340710254e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cf93de8e-d886-4420-b075-c8340710254e Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "c768becaafbb473d9150f926b4632cdf", "attachments": [], "links": [{"href": "http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "self"}, {"href": "http://172.30.9.46:8776/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-05T10:48:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "updated_at": "2018-08-05T10:48:25.000000", "volume_type": null, "name": "cinder_test-volume_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "eca06656-0c33-4acf-995a-3671ef778e85", "size": 2}]} 2018-08-05 10:48:27,377 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-cf93de8e-d886-4420-b075-c8340710254e 2018-08-05 10:48:27,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.940124034882s 2018-08-05 10:48:27,378 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-cf93de8e-d886-4420-b075-c8340710254e 2018-08-05 10:48:27,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:48:27,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:27,487 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-771603c8-12c5-48a5-b784-dce6ec1e977b Date: Sun, 05 Aug 2018 10:48:27 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"6d3aec91-dbe4-47bf-b9b0-4909912a6569","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1bcef6eb88e84482be4d29e40c11f2ad","l2_adjacency":true,"status":"ACTIVE","subnets":["4831a310-7cb1-48ea-82c6-26098f46e35b"],"description":"","tags":[],"updated_at":"2018-08-05T10:48:02Z","qos_policy_id":null,"name":"cinder_test-net_8e62f908-bf6c-4b2f-8c0f-84ef194afec3","admin_state_up":true,"tenant_id":"1bcef6eb88e84482be4d29e40c11f2ad","created_at":"2018-08-05T10:48:01Z","mtu":1450}]} 2018-08-05 10:48:27,487 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-771603c8-12c5-48a5-b784-dce6ec1e977b 2018-08-05 10:48:27,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.107581138611s 2018-08-05 10:48:27,487 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-771603c8-12c5-48a5-b784-dce6ec1e977b 2018-08-05 10:48:27,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:48:27,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:27,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-ca914160-8135-4f7e-b35e-0c3314e79286 Date: Sun, 05 Aug 2018 10:48:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/bb576e94-4ada-4749-a338-b964abf276ac/snap", "metadata": {}}], "file": "/v2/images/bb576e94-4ada-4749-a338-b964abf276ac/file", "owner": "1bcef6eb88e84482be4d29e40c11f2ad", "id": "bb576e94-4ada-4749-a338-b964abf276ac", "size": 12716032, "self": "/v2/images/bb576e94-4ada-4749-a338-b964abf276ac", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/bb576e94-4ada-4749-a338-b964abf276ac/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:48:08Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:48:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:48:27,526 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-ca914160-8135-4f7e-b35e-0c3314e79286 2018-08-05 10:48:27,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0342328548431s 2018-08-05 10:48:27,526 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-ca914160-8135-4f7e-b35e-0c3314e79286 2018-08-05 10:48:27,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 10:48:27,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:27,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48: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-c624ba99-105c-4f9e-9f46-e516b9fca277 x-compute-request-id: req-c624ba99-105c-4f9e-9f46-e516b9fca277 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "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": "af024fc9-884f-4a51-8800-3265c5a84dcd"}]} 2018-08-05 10:48:27,553 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-c624ba99-105c-4f9e-9f46-e516b9fca277 2018-08-05 10:48:27,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0251710414886s 2018-08-05 10:48:27,553 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-c624ba99-105c-4f9e-9f46-e516b9fca277 2018-08-05 10:48:27,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-05 10:48:27,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" -d '{"server": {"name": "cinder_test-vm_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "imageRef": "bb576e94-4ada-4749-a338-b964abf276ac", "key_name": "cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "flavorRef": "af024fc9-884f-4a51-8800-3265c5a84dcd", "max_count": 1, "min_count": 1, "networks": [{"uuid": "6d3aec91-dbe4-47bf-b9b0-4909912a6569"}], "security_groups": [{"name": "36147e1e-154a-4381-87df-f5eabdfad11b"}]}}' 2018-08-05 10:48:29,241 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 10:48: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-d7e64b63-b219-4e21-bd88-8f975a096450 x-compute-request-id: req-d7e64b63-b219-4e21-bd88-8f975a096450 Content-Length: 403 location: http://172.30.9.46:8774/v2.1/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "36147e1e-154a-4381-87df-f5eabdfad11b"}], "OS-DCF:diskConfig": "MANUAL", "id": "42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "rel": "bookmark"}], "adminPass": "qHAJqE68dJi8"}} 2018-08-05 10:48:29,241 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-d7e64b63-b219-4e21-bd88-8f975a096450 2018-08-05 10:48:29,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.68696093559s 2018-08-05 10:48:29,242 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-d7e64b63-b219-4e21-bd88-8f975a096450 2018-08-05 10:48:29,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:48:29,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:29,610 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48: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-3535f4dc-f7ba-4004-86ff-07d5cba9da01 x-compute-request-id: req-3535f4dc-f7ba-4004-86ff-07d5cba9da01 Content-Encoding: gzip Content-Length: 863 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "rel": "bookmark"}], "image": {"id": "bb576e94-4ada-4749-a338-b964abf276ac", "links": [{"href": "http://172.30.9.46:8774/images/bb576e94-4ada-4749-a338-b964abf276ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af024fc9-884f-4a51-8800-3265c5a84dcd", "links": [{"href": "http://172.30.9.46:8774/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "rel": "bookmark"}]}, "id": "42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "user_id": "c768becaafbb473d9150f926b4632cdf", "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-05T10:48:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "name": "cinder_test-vm_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "created": "2018-08-05T10:48:29Z", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_8e62f908-bf6c-4b2f-8c0f-84ef194afec3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:4a:f1", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:4a:f1", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d", "rel": "bookmark"}], "image": {"id": "bb576e94-4ada-4749-a338-b964abf276ac", "links": [{"href": "http://172.30.9.46:8774/images/bb576e94-4ada-4749-a338-b964abf276ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:48:16.000000", "flavor": {"id": "af024fc9-884f-4a51-8800-3265c5a84dcd", "links": [{"href": "http://172.30.9.46:8774/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "rel": "bookmark"}]}, "id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d", "security_groups": [{"name": "cinder_test-sg_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}], "user_id": "c768becaafbb473d9150f926b4632cdf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:48:16Z", "hostId": "b584b9e3d5a1ff6e4413da201689467684f4a76996866043fd5589f5", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "name": "cinder_test-vm2_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "created": "2018-08-05T10:48:10Z", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:48:29,611 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3535f4dc-f7ba-4004-86ff-07d5cba9da01 2018-08-05 10:48:29,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368314027786s 2018-08-05 10:48:29,611 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3535f4dc-f7ba-4004-86ff-07d5cba9da01 2018-08-05 10:48:29,617 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:48:31,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:48:31,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:31,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48: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-e259ff9c-da44-46f3-aaf2-1dacb03791b3 x-compute-request-id: req-e259ff9c-da44-46f3-aaf2-1dacb03791b3 Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "rel": "bookmark"}], "image": {"id": "bb576e94-4ada-4749-a338-b964abf276ac", "links": [{"href": "http://172.30.9.46:8774/images/bb576e94-4ada-4749-a338-b964abf276ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af024fc9-884f-4a51-8800-3265c5a84dcd", "links": [{"href": "http://172.30.9.46:8774/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "rel": "bookmark"}]}, "id": "42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "user_id": "c768becaafbb473d9150f926b4632cdf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T10:48:31Z", "hostId": "7f6e458141c876820a6016db2a988ea132668eba2959c7d738f5ee75", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "name": "cinder_test-vm_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "created": "2018-08-05T10:48:29Z", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_8e62f908-bf6c-4b2f-8c0f-84ef194afec3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:4a:f1", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:4a:f1", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d", "rel": "bookmark"}], "image": {"id": "bb576e94-4ada-4749-a338-b964abf276ac", "links": [{"href": "http://172.30.9.46:8774/images/bb576e94-4ada-4749-a338-b964abf276ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:48:16.000000", "flavor": {"id": "af024fc9-884f-4a51-8800-3265c5a84dcd", "links": [{"href": "http://172.30.9.46:8774/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "rel": "bookmark"}]}, "id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d", "security_groups": [{"name": "cinder_test-sg_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}], "user_id": "c768becaafbb473d9150f926b4632cdf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:48:16Z", "hostId": "b584b9e3d5a1ff6e4413da201689467684f4a76996866043fd5589f5", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "name": "cinder_test-vm2_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "created": "2018-08-05T10:48:10Z", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:48:31,819 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e259ff9c-da44-46f3-aaf2-1dacb03791b3 2018-08-05 10:48:31,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.199715137482s 2018-08-05 10:48:31,820 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e259ff9c-da44-46f3-aaf2-1dacb03791b3 2018-08-05 10:48:31,824 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:48:33,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:48:33,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:34,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48: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-439065a4-a795-493c-a1d6-29956e36c1d1 x-compute-request-id: req-439065a4-a795-493c-a1d6-29956e36c1d1 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.46:8774/v2.1/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "rel": "bookmark"}], "image": {"id": "bb576e94-4ada-4749-a338-b964abf276ac", "links": [{"href": "http://172.30.9.46:8774/images/bb576e94-4ada-4749-a338-b964abf276ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af024fc9-884f-4a51-8800-3265c5a84dcd", "links": [{"href": "http://172.30.9.46:8774/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "rel": "bookmark"}]}, "id": "42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "security_groups": [{"name": "cinder_test-sg_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}], "user_id": "c768becaafbb473d9150f926b4632cdf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T10:48:31Z", "hostId": "7f6e458141c876820a6016db2a988ea132668eba2959c7d738f5ee75", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "name": "cinder_test-vm_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "created": "2018-08-05T10:48:29Z", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_8e62f908-bf6c-4b2f-8c0f-84ef194afec3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:4a:f1", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:4a:f1", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d", "rel": "bookmark"}], "image": {"id": "bb576e94-4ada-4749-a338-b964abf276ac", "links": [{"href": "http://172.30.9.46:8774/images/bb576e94-4ada-4749-a338-b964abf276ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:48:16.000000", "flavor": {"id": "af024fc9-884f-4a51-8800-3265c5a84dcd", "links": [{"href": "http://172.30.9.46:8774/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "rel": "bookmark"}]}, "id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d", "security_groups": [{"name": "cinder_test-sg_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}], "user_id": "c768becaafbb473d9150f926b4632cdf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:48:16Z", "hostId": "b584b9e3d5a1ff6e4413da201689467684f4a76996866043fd5589f5", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "name": "cinder_test-vm2_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "created": "2018-08-05T10:48:10Z", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:48:34,073 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-439065a4-a795-493c-a1d6-29956e36c1d1 2018-08-05 10:48:34,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.245579957962s 2018-08-05 10:48:34,073 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-439065a4-a795-493c-a1d6-29956e36c1d1 2018-08-05 10:48:34,078 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:48:36,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:48:36,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:36,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48: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-27195edf-0beb-4477-869d-9e7fa8362156 x-compute-request-id: req-27195edf-0beb-4477-869d-9e7fa8362156 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.46:8774/v2.1/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "rel": "bookmark"}], "image": {"id": "bb576e94-4ada-4749-a338-b964abf276ac", "links": [{"href": "http://172.30.9.46:8774/images/bb576e94-4ada-4749-a338-b964abf276ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "af024fc9-884f-4a51-8800-3265c5a84dcd", "links": [{"href": "http://172.30.9.46:8774/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "rel": "bookmark"}]}, "id": "42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "security_groups": [{"name": "cinder_test-sg_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}], "user_id": "c768becaafbb473d9150f926b4632cdf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T10:48:31Z", "hostId": "7f6e458141c876820a6016db2a988ea132668eba2959c7d738f5ee75", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "name": "cinder_test-vm_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "created": "2018-08-05T10:48:29Z", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_8e62f908-bf6c-4b2f-8c0f-84ef194afec3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:4a:f1", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:4a:f1", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d", "rel": "bookmark"}], "image": {"id": "bb576e94-4ada-4749-a338-b964abf276ac", "links": [{"href": "http://172.30.9.46:8774/images/bb576e94-4ada-4749-a338-b964abf276ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:48:16.000000", "flavor": {"id": "af024fc9-884f-4a51-8800-3265c5a84dcd", "links": [{"href": "http://172.30.9.46:8774/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "rel": "bookmark"}]}, "id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d", "security_groups": [{"name": "cinder_test-sg_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}], "user_id": "c768becaafbb473d9150f926b4632cdf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:48:16Z", "hostId": "b584b9e3d5a1ff6e4413da201689467684f4a76996866043fd5589f5", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "name": "cinder_test-vm2_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "created": "2018-08-05T10:48:10Z", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:48:36,300 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-27195edf-0beb-4477-869d-9e7fa8362156 2018-08-05 10:48:36,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.218920946121s 2018-08-05 10:48:36,300 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-27195edf-0beb-4477-869d-9e7fa8362156 2018-08-05 10:48:36,305 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:48:38,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:48:38,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:38,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48: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-ffa774fb-57d2-4771-9bd6-1f75667e63a6 x-compute-request-id: req-ffa774fb-57d2-4771-9bd6-1f75667e63a6 Content-Encoding: gzip Content-Length: 884 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_8e62f908-bf6c-4b2f-8c0f-84ef194afec3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:9f:9b", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "rel": "bookmark"}], "image": {"id": "bb576e94-4ada-4749-a338-b964abf276ac", "links": [{"href": "http://172.30.9.46:8774/images/bb576e94-4ada-4749-a338-b964abf276ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:48:36.000000", "flavor": {"id": "af024fc9-884f-4a51-8800-3265c5a84dcd", "links": [{"href": "http://172.30.9.46:8774/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "rel": "bookmark"}]}, "id": "42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "security_groups": [{"name": "cinder_test-sg_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}], "user_id": "c768becaafbb473d9150f926b4632cdf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:48:36Z", "hostId": "7f6e458141c876820a6016db2a988ea132668eba2959c7d738f5ee75", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "name": "cinder_test-vm_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "created": "2018-08-05T10:48:29Z", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_8e62f908-bf6c-4b2f-8c0f-84ef194afec3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:4a:f1", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:4a:f1", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d", "rel": "bookmark"}], "image": {"id": "bb576e94-4ada-4749-a338-b964abf276ac", "links": [{"href": "http://172.30.9.46:8774/images/bb576e94-4ada-4749-a338-b964abf276ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:48:16.000000", "flavor": {"id": "af024fc9-884f-4a51-8800-3265c5a84dcd", "links": [{"href": "http://172.30.9.46:8774/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "rel": "bookmark"}]}, "id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d", "security_groups": [{"name": "cinder_test-sg_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}], "user_id": "c768becaafbb473d9150f926b4632cdf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:48:16Z", "hostId": "b584b9e3d5a1ff6e4413da201689467684f4a76996866043fd5589f5", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "name": "cinder_test-vm2_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "created": "2018-08-05T10:48:10Z", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:48:38,522 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ffa774fb-57d2-4771-9bd6-1f75667e63a6 2018-08-05 10:48:38,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.214282989502s 2018-08-05 10:48:38,523 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ffa774fb-57d2-4771-9bd6-1f75667e63a6 2018-08-05 10:48:38,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-05 10:48:38,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/ports.json?device_id=42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:38,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-d06a1c6f-14b4-40a9-822f-d3b6d74f8922 Date: Sun, 05 Aug 2018 10:48:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-05T10:48:36Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4831a310-7cb1-48ea-82c6-26098f46e35b","ip_address":"192.168.120.12"}],"id":"a7ffd9cd-a52a-4668-83c7-dda848f987d2","security_groups":["36147e1e-154a-4381-87df-f5eabdfad11b"],"mac_address":"fa:16:3e:9e:9f:9b","project_id":"1bcef6eb88e84482be4d29e40c11f2ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d3aec91-dbe4-47bf-b9b0-4909912a6569","tenant_id":"1bcef6eb88e84482be4d29e40c11f2ad","created_at":"2018-08-05T10:48:32Z","binding:vnic_type":"normal","device_id":"42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d","ip_allocation":"immediate"}]} 2018-08-05 10:48:38,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d used request id req-d06a1c6f-14b4-40a9-822f-d3b6d74f8922 2018-08-05 10:48:38,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0918378829956s 2018-08-05 10:48:38,620 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d used request id req-d06a1c6f-14b4-40a9-822f-d3b6d74f8922 2018-08-05 10:48:38,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:48:38,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/floatingips.json?port_id=a7ffd9cd-a52a-4668-83c7-dda848f987d2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:38,700 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f564045e-fb0f-4470-ba5c-afbdbd92aeb2 Date: Sun, 05 Aug 2018 10:48:38 GMT RESP BODY: {"floatingips": []} 2018-08-05 10:48:38,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=a7ffd9cd-a52a-4668-83c7-dda848f987d2 used request id req-f564045e-fb0f-4470-ba5c-afbdbd92aeb2 2018-08-05 10:48:38,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0748491287231s 2018-08-05 10:48:38,700 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=a7ffd9cd-a52a-4668-83c7-dda848f987d2 used request id req-f564045e-fb0f-4470-ba5c-afbdbd92aeb2 2018-08-05 10:48:38,701 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_8e62f908-bf6c-4b2f-8c0f-84ef194afec3': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:9e:9f:9b', u'version': 4, u'addr': u'192.168.120.12', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'bb576e94-4ada-4749-a338-b964abf276ac'}), 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-05T10:48:36.000000', 'flavor': Munch({u'id': u'af024fc9-884f-4a51-8800-3265c5a84dcd'}), 'az': u'nova', 'id': u'42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d', 'security_groups': [Munch({u'name': u'cinder_test-sg_8e62f908-bf6c-4b2f-8c0f-84ef194afec3'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'c768becaafbb473d9150f926b4632cdf', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1bcef6eb88e84482be4d29e40c11f2ad', 'name': 'cinder_test-project_8e62f908-bf6c-4b2f-8c0f-84ef194afec3', '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-05T10:48:36.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-05T10:48:36Z', 'hostId': u'7f6e458141c876820a6016db2a988ea132668eba2959c7d738f5ee75', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3', 'public_v6': '', 'private_v4': u'192.168.120.12', 'cloud': 'envvars', 'host_id': u'7f6e458141c876820a6016db2a988ea132668eba2959c7d738f5ee75', '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-05T10:48:36.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'1bcef6eb88e84482be4d29e40c11f2ad', 'name': u'cinder_test-vm_8e62f908-bf6c-4b2f-8c0f-84ef194afec3', 'adminPass': u'qHAJqE68dJi8', 'tenant_id': u'1bcef6eb88e84482be4d29e40c11f2ad', 'created_at': u'2018-08-05T10:48:29Z', 'created': u'2018-08-05T10:48:29Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-05 10:48:38,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:48:38,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:38,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-2ae18263-8b65-4ef5-8e1a-6554f08ec56a Date: Sun, 05 Aug 2018 10:48:38 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"6d3aec91-dbe4-47bf-b9b0-4909912a6569","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1bcef6eb88e84482be4d29e40c11f2ad","l2_adjacency":true,"status":"ACTIVE","subnets":["4831a310-7cb1-48ea-82c6-26098f46e35b"],"description":"","tags":[],"updated_at":"2018-08-05T10:48:02Z","qos_policy_id":null,"name":"cinder_test-net_8e62f908-bf6c-4b2f-8c0f-84ef194afec3","admin_state_up":true,"tenant_id":"1bcef6eb88e84482be4d29e40c11f2ad","created_at":"2018-08-05T10:48:01Z","mtu":1450}]} 2018-08-05 10:48:38,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-2ae18263-8b65-4ef5-8e1a-6554f08ec56a 2018-08-05 10:48:38,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.122766971588s 2018-08-05 10:48:38,827 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-2ae18263-8b65-4ef5-8e1a-6554f08ec56a 2018-08-05 10:48:38,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-05 10:48:38,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/ports.json?device_id=42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:38,903 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-fd962dff-0951-4623-bb8f-6c60a86362ad Date: Sun, 05 Aug 2018 10:48:38 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-05T10:48:36Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"4831a310-7cb1-48ea-82c6-26098f46e35b","ip_address":"192.168.120.12"}],"id":"a7ffd9cd-a52a-4668-83c7-dda848f987d2","security_groups":["36147e1e-154a-4381-87df-f5eabdfad11b"],"mac_address":"fa:16:3e:9e:9f:9b","project_id":"1bcef6eb88e84482be4d29e40c11f2ad","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"6d3aec91-dbe4-47bf-b9b0-4909912a6569","tenant_id":"1bcef6eb88e84482be4d29e40c11f2ad","created_at":"2018-08-05T10:48:32Z","binding:vnic_type":"normal","device_id":"42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d","ip_allocation":"immediate"}]} 2018-08-05 10:48:38,903 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d used request id req-fd962dff-0951-4623-bb8f-6c60a86362ad 2018-08-05 10:48:38,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0743329524994s 2018-08-05 10:48:38,904 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d used request id req-fd962dff-0951-4623-bb8f-6c60a86362ad 2018-08-05 10:48:38,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-05 10:48:38,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" -d '{"floatingip": {"floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "fixed_ip_address": "192.168.120.12", "port_id": "a7ffd9cd-a52a-4668-83c7-dda848f987d2"}}' 2018-08-05 10:48:41,162 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 824 X-Openstack-Request-Id: req-0f6335f2-b218-4b01-9b44-b1a1fe628182 Date: Sun, 05 Aug 2018 10:48:41 GMT RESP BODY: {"floatingip": {"router_id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:39Z", "updated_at": "2018-08-05T10:48:39Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "device_owner": "compute:nova", "mac_address": "fa:16:3e:9e:9f:9b", "device_id": "42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d"}, "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.211", "revision_number": 0, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_id": "a7ffd9cd-a52a-4668-83c7-dda848f987d2", "id": "e6cb1347-341d-4aca-8368-37ea3dfa027e", "qos_policy_id": null}} 2018-08-05 10:48:41,162 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-0f6335f2-b218-4b01-9b44-b1a1fe628182 2018-08-05 10:48:41,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.25789380074s 2018-08-05 10:48:41,163 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-0f6335f2-b218-4b01-9b44-b1a1fe628182 2018-08-05 10:48:41,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:48:41,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:41,265 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1639 X-Openstack-Request-Id: req-360e555f-3b5b-4d86-a86b-cef993ad8e5e Date: Sun, 05 Aug 2018 10:48:41 GMT RESP BODY: {"floatingips": [{"router_id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:19Z", "updated_at": "2018-08-05T10:48:21Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "device_owner": "compute:nova", "mac_address": "fa:16:3e:be:4a:f1", "device_id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d"}, "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.207", "revision_number": 1, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_id": "e83936d2-e38a-4105-8e7f-c94172cf773e", "id": "2557bd76-819b-485c-b9bb-5418c01b1851", "qos_policy_id": null}, {"router_id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:39Z", "updated_at": "2018-08-05T10:48:39Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "device_owner": "compute:nova", "mac_address": "fa:16:3e:9e:9f:9b", "device_id": "42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d"}, "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.211", "revision_number": 0, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_id": "a7ffd9cd-a52a-4668-83c7-dda848f987d2", "id": "e6cb1347-341d-4aca-8368-37ea3dfa027e", "qos_policy_id": null}]} 2018-08-05 10:48:41,265 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-360e555f-3b5b-4d86-a86b-cef993ad8e5e 2018-08-05 10:48:41,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0950269699097s 2018-08-05 10:48:41,266 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-360e555f-3b5b-4d86-a86b-cef993ad8e5e 2018-08-05 10:48:41,272 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:48:41,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:48:41,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:41,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1639 X-Openstack-Request-Id: req-da5fc06e-d8fd-4a72-9cf1-7e78482de261 Date: Sun, 05 Aug 2018 10:48:41 GMT RESP BODY: {"floatingips": [{"router_id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:19Z", "updated_at": "2018-08-05T10:48:21Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "device_owner": "compute:nova", "mac_address": "fa:16:3e:be:4a:f1", "device_id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d"}, "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.207", "revision_number": 1, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_id": "e83936d2-e38a-4105-8e7f-c94172cf773e", "id": "2557bd76-819b-485c-b9bb-5418c01b1851", "qos_policy_id": null}, {"router_id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:39Z", "updated_at": "2018-08-05T10:48:39Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "device_owner": "compute:nova", "mac_address": "fa:16:3e:9e:9f:9b", "device_id": "42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d"}, "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.211", "revision_number": 0, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_id": "a7ffd9cd-a52a-4668-83c7-dda848f987d2", "id": "e6cb1347-341d-4aca-8368-37ea3dfa027e", "qos_policy_id": null}]} 2018-08-05 10:48:41,441 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-da5fc06e-d8fd-4a72-9cf1-7e78482de261 2018-08-05 10:48:41,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0640671253204s 2018-08-05 10:48:41,442 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-da5fc06e-d8fd-4a72-9cf1-7e78482de261 2018-08-05 10:48:41,447 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:48:41,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:48:41,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:41,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1639 X-Openstack-Request-Id: req-670905b2-9d85-4644-8039-b5658453b69a Date: Sun, 05 Aug 2018 10:48:41 GMT RESP BODY: {"floatingips": [{"router_id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:19Z", "updated_at": "2018-08-05T10:48:21Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "device_owner": "compute:nova", "mac_address": "fa:16:3e:be:4a:f1", "device_id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d"}, "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.207", "revision_number": 1, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_id": "e83936d2-e38a-4105-8e7f-c94172cf773e", "id": "2557bd76-819b-485c-b9bb-5418c01b1851", "qos_policy_id": null}, {"router_id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:39Z", "updated_at": "2018-08-05T10:48:39Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "device_owner": "compute:nova", "mac_address": "fa:16:3e:9e:9f:9b", "device_id": "42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d"}, "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.211", "revision_number": 0, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_id": "a7ffd9cd-a52a-4668-83c7-dda848f987d2", "id": "e6cb1347-341d-4aca-8368-37ea3dfa027e", "qos_policy_id": null}]} 2018-08-05 10:48:41,623 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-670905b2-9d85-4644-8039-b5658453b69a 2018-08-05 10:48:41,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0703477859497s 2018-08-05 10:48:41,623 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-670905b2-9d85-4644-8039-b5658453b69a 2018-08-05 10:48:41,629 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:48:41,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:48:41,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:41,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1639 X-Openstack-Request-Id: req-2e17f2a4-8569-486a-b99b-ae814faa0019 Date: Sun, 05 Aug 2018 10:48:41 GMT RESP BODY: {"floatingips": [{"router_id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:19Z", "updated_at": "2018-08-05T10:48:21Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "device_owner": "compute:nova", "mac_address": "fa:16:3e:be:4a:f1", "device_id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d"}, "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.207", "revision_number": 1, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_id": "e83936d2-e38a-4105-8e7f-c94172cf773e", "id": "2557bd76-819b-485c-b9bb-5418c01b1851", "qos_policy_id": null}, {"router_id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:39Z", "updated_at": "2018-08-05T10:48:39Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "device_owner": "compute:nova", "mac_address": "fa:16:3e:9e:9f:9b", "device_id": "42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d"}, "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.211", "revision_number": 0, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_id": "a7ffd9cd-a52a-4668-83c7-dda848f987d2", "id": "e6cb1347-341d-4aca-8368-37ea3dfa027e", "qos_policy_id": null}]} 2018-08-05 10:48:41,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-2e17f2a4-8569-486a-b99b-ae814faa0019 2018-08-05 10:48:41,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.069678068161s 2018-08-05 10:48:41,804 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-2e17f2a4-8569-486a-b99b-ae814faa0019 2018-08-05 10:48:41,810 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:48:41,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:48:41,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:41,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1639 X-Openstack-Request-Id: req-47243e67-6ecd-4138-8a58-e88e5f4be61b Date: Sun, 05 Aug 2018 10:48:41 GMT RESP BODY: {"floatingips": [{"router_id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:19Z", "updated_at": "2018-08-05T10:48:21Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "device_owner": "compute:nova", "mac_address": "fa:16:3e:be:4a:f1", "device_id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d"}, "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.207", "revision_number": 1, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_id": "e83936d2-e38a-4105-8e7f-c94172cf773e", "id": "2557bd76-819b-485c-b9bb-5418c01b1851", "qos_policy_id": null}, {"router_id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:39Z", "updated_at": "2018-08-05T10:48:39Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "device_owner": "compute:nova", "mac_address": "fa:16:3e:9e:9f:9b", "device_id": "42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d"}, "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.211", "revision_number": 0, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_id": "a7ffd9cd-a52a-4668-83c7-dda848f987d2", "id": "e6cb1347-341d-4aca-8368-37ea3dfa027e", "qos_policy_id": null}]} 2018-08-05 10:48:41,984 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-47243e67-6ecd-4138-8a58-e88e5f4be61b 2018-08-05 10:48:41,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0676980018616s 2018-08-05 10:48:41,984 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-47243e67-6ecd-4138-8a58-e88e5f4be61b 2018-08-05 10:48:41,991 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:48:42,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:48:42,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:42,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1639 X-Openstack-Request-Id: req-00368bd4-036b-477d-8b63-1b9d0495f0ee Date: Sun, 05 Aug 2018 10:48:42 GMT RESP BODY: {"floatingips": [{"router_id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:19Z", "updated_at": "2018-08-05T10:48:21Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "device_owner": "compute:nova", "mac_address": "fa:16:3e:be:4a:f1", "device_id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d"}, "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.207", "revision_number": 1, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_id": "e83936d2-e38a-4105-8e7f-c94172cf773e", "id": "2557bd76-819b-485c-b9bb-5418c01b1851", "qos_policy_id": null}, {"router_id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:39Z", "updated_at": "2018-08-05T10:48:39Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "device_owner": "compute:nova", "mac_address": "fa:16:3e:9e:9f:9b", "device_id": "42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d"}, "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.211", "revision_number": 0, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_id": "a7ffd9cd-a52a-4668-83c7-dda848f987d2", "id": "e6cb1347-341d-4aca-8368-37ea3dfa027e", "qos_policy_id": null}]} 2018-08-05 10:48:42,163 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-00368bd4-036b-477d-8b63-1b9d0495f0ee 2018-08-05 10:48:42,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.066427230835s 2018-08-05 10:48:42,163 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-00368bd4-036b-477d-8b63-1b9d0495f0ee 2018-08-05 10:48:42,170 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 10:48:42,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:48:42,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:42,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1641 X-Openstack-Request-Id: req-9b143d3d-32e9-4891-8881-81604244e47c Date: Sun, 05 Aug 2018 10:48:42 GMT RESP BODY: {"floatingips": [{"router_id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:19Z", "updated_at": "2018-08-05T10:48:21Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "device_owner": "compute:nova", "mac_address": "fa:16:3e:be:4a:f1", "device_id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d"}, "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.207", "revision_number": 1, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_id": "e83936d2-e38a-4105-8e7f-c94172cf773e", "id": "2557bd76-819b-485c-b9bb-5418c01b1851", "qos_policy_id": null}, {"router_id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:39Z", "updated_at": "2018-08-05T10:48:42Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "device_owner": "compute:nova", "mac_address": "fa:16:3e:9e:9f:9b", "device_id": "42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d"}, "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.211", "revision_number": 1, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_id": "a7ffd9cd-a52a-4668-83c7-dda848f987d2", "id": "e6cb1347-341d-4aca-8368-37ea3dfa027e", "qos_policy_id": null}]} 2018-08-05 10:48:42,339 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-9b143d3d-32e9-4891-8881-81604244e47c 2018-08-05 10:48:42,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0644569396973s 2018-08-05 10:48:42,339 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-9b143d3d-32e9-4891-8881-81604244e47c 2018-08-05 10:48:42,345 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'94f78a14-6367-4cb9-a09a-4b2664c68190', 'updated_at': u'2018-08-05T10:48:42Z', 'fixed_ip_address': u'192.168.120.12', 'floating_ip_address': u'172.30.9.211', 'revision_number': 1, 'port_id': u'a7ffd9cd-a52a-4668-83c7-dda848f987d2', 'id': u'e6cb1347-341d-4aca-8368-37ea3dfa027e', 'network': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 'port': u'a7ffd9cd-a52a-4668-83c7-dda848f987d2', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1bcef6eb88e84482be4d29e40c11f2ad', 'name': 'cinder_test-project_8e62f908-bf6c-4b2f-8c0f-84ef194afec3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'1bcef6eb88e84482be4d29e40c11f2ad', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'6d3aec91-dbe4-47bf-b9b0-4909912a6569', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:9e:9f:9b', u'device_id': u'42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'1bcef6eb88e84482be4d29e40c11f2ad', 'created_at': u'2018-08-05T10:48:39Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'6d3aec91-dbe4-47bf-b9b0-4909912a6569', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:9e:9f:9b', u'device_id': u'42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d'}), 'router': u'94f78a14-6367-4cb9-a09a-4b2664c68190'}) 2018-08-05 10:48:42,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 10:48:42,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 10:48:42,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48: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-48950c3e-07e7-4589-95ce-a74044fc24a3 x-compute-request-id: req-48950c3e-07e7-4589-95ce-a74044fc24a3 Content-Encoding: gzip Content-Length: 9565 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 467020831 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.140432] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142107] pid_max: default: 32768 minimum: 301\n[ 0.143011] ACPI: Core revision 20150930\n[ 0.144406] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145731] Security Framework initialized\n[ 0.146569] Yama: becoming mindful.\n[ 0.147309] AppArmor: AppArmor initialized\n[ 0.148187] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149531] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150831] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152054] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153484] Initializing cgroup subsys io\n[ 0.154308] Initializing cgroup subsys memory\n[ 0.155176] Initializing cgroup subsys devices\n[ 0.156064] Initializing cgroup subsys freezer\n[ 0.156955] Initializing cgroup subsys net_cls\n[ 0.157833] Initializing cgroup subsys perf_event\n[ 0.158756] Initializing cgroup subsys net_prio\n[ 0.159657] Initializing cgroup subsys hugetlb\n[ 0.160535] Initializing cgroup subsys pids\n[ 0.161409] CPU: Physical Processor ID: 0\n[ 0.162908] mce: CPU supports 10 MCE banks\n[ 0.163777] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.164795] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179205] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185232] ftrace: allocating 31920 entries in 125 pages\n[ 0.210168] smpboot: Max logical packages: 1\n[ 0.211047] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212415] x2apic enabled\n[ 0.213231] Switched APIC routing to physical x2apic.\n[ 0.214967] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216108] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218211] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220019] KVM setup paravirtual spinlock\n[ 0.221414] x86: Booted up 1 node, 1 CPUs\n[ 0.222235] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223638] devtmpfs: initialized\n[ 0.225372] evm: security.selinux\n[ 0.226078] evm: security.SMACK64\n[ 0.226788] evm: security.SMACK64EXEC\n[ 0.227543] evm: security.SMACK64TRANSMUTE\n[ 0.228357] evm: security.SMACK64MMAP\n[ 0.229107] evm: security.ima\n[ 0.229763] evm: security.capability\n[ 0.230582] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232459] pinctrl core: initialized pinctrl subsystem\n[ 0.233581] RTC time: 10:48:35, date: 08/05/18\n[ 0.234563] NET: Registered protocol family 16\n[ 0.235560] cpuidle: using governor ladder\n[ 0.236389] cpuidle: using governor menu\n[ 0.237183] PCCT header not found.\n[ 0.237948] ACPI: bus type PCI registered\n[ 0.238760] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.240020] PCI: Using configuration type 1 for base access\n[ 0.241813] ACPI: Added _OSI(Module Device)\n[ 0.242692] ACPI: Added _OSI(Processor Device)\n[ 0.243570] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244477] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246231] ACPI: Interpreter enabled\n[ 0.247008] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252598] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254457] ACPI: (supports S0 S5)\n[ 0.255171] ACPI: Using IOAPIC for interrupt routing\n[ 0.256124] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261651] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262854] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.265106] acpiphp: Slot [3] registered\n[ 0.265928] acpiphp: Slot [4] registered\n[ 0.266738] acpiphp: Slot [5] registered\n[ 0.267551] acpiphp: Slot [6] registered\n[ 0.268358] acpiphp: Slot [7] registered\n[ 0.269171] acpiphp: Slot [8] registered\n[ 0.269981] acpiphp: Slot [9] registered\n[ 0.270792] acpiphp: Slot [10] registered\n[ 0.271621] acpiphp: Slot [11] registered\n[ 0.272446] acpiphp: Slot [12] registered\n[ 0.273272] acpiphp: Slot [13] registered\n[ 0.274092] acpiphp: Slot [14] registered\n[ 0.274909] acpiphp: Slot [15] registered\n[ 0.285700] acpiphp: Slot [16] registered\n[ 0.286530] acpiphp: Slot [17] registered\n[ 0.287350] acpiphp: Slot [18] registered\n[ 0.288169] acpiphp: Slot [19] registered\n[ 0.288986] acpiphp: Slot [20] registered\n[ 0.289812] acpiphp: Slot [21] registered\n[ 0.290632] acpiphp: Slot [22] registered\n[ 0.291457] acpiphp: Slot [23] registered\n[ 0.292275] acpiphp: Slot [24] registered\n[ 0.293093] acpiphp: Slot [25] registered\n[ 0.293916] acpiphp: Slot [26] registered\n[ 0.294734] acpiphp: Slot [27] registered\n[ 0.295566] acpiphp: Slot [28] registered\n[ 0.296416] acpiphp: Slot [29] registered\n[ 0.297238] acpiphp: Slot [30] registered\n[ 0.298061] acpiphp: Slot [31] registered\n[ 0.298882] PCI host bridge to bus 0000:00\n[ 0.299701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300925] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.302161] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303626] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.305092] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306589] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.311121] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.317129] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318683] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336815] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338317] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340045] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341494] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.342901] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344187] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345502] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348125] vgaarb: loaded\n[ 0.348730] vgaarb: bridge control possible 0000:00:02.0\n[ 0.349973] SCSI subsystem initialized\n[ 0.350894] ACPI: bus type USB registered\n[ 0.351732] usbcore: registered new interface driver usbfs\n[ 0.352772] usbcore: registered new interface driver hub\n[ 0.353807] usbcore: registered new device driver usb\n[ 0.354925] PCI: Using ACPI for IRQ routing\n[ 0.356049] NetLabel: Initializing\n[ 0.356777] NetLabel: domain hash size = 128\n[ 0.357634] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358611] NetLabel: unlabeled traffic allowed by default\n[ 0.359782] clocksource: Switched to clocksource kvm-clock\n[ 0.367987] AppArmor: AppArmor Filesystem Enabled\n[ 0.368980] pnp: PnP ACPI init\n[ 0.369924] pnp: PnP ACPI: found 5 devices\n[ 0.376254] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.377989] NET: Registered protocol family 2\n[ 0.379050] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380367] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381601] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382809] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385107] NET: Registered protocol family 1\n[ 0.386001] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387119] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388208] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402260] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416403] Trying to unpack rootfs image as initramfs...\n[ 0.473110] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474791] Scanning for low memory corruption every 60 seconds\n[ 0.476189] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477367] audit: initializing netlink subsys (disabled)\n[ 0.478418] audit: type=2000 audit(1533466116.987:1): initialized\n[ 0.479820] Initialise system trusted keyring\n[ 0.480774] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481949] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.484093] zbud: loaded\n[ 0.484837] VFS: Disk quotas dquot_6.6.0\n[ 0.485670] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.487305] fuse init (API version 7.23)\n[ 0.488233] Key type big_key registered\n[ 0.489052] Allocating IMA MOK and blacklist keyrings.\n[ 0.490303] Key type asymmetric registered\n[ 0.491143] Asymmetric key parser 'x509' registered\n[ 0.492127] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493625] io scheduler noop registered\n[ 0.494430] io scheduler deadline registered (default)\n[ 0.495436] io scheduler cfq registered\n[ 0.496301] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.497358] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498653] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.500127] ACPI: Power Button [PWRF]\n[ 0.500994] GHES: HEST is not enabled!\n[ 0.514662] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542586] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544730] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568669] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570991] Linux agpgart interface v0.103\n[ 0.573634] brd: module loaded\n[ 0.575336] loop: module loaded\n[ 0.580216] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.581688] GPT:90111 != 2097151\n[ 0.582374] GPT:Alternate GPT header not at the end of the disk.\n[ 0.583493] GPT:90111 != 2097151\n[ 0.584195] GPT: Use GNU Parted to correct GPT errors.\n[ 0.585197] vda: vda1 vda15\n[ 0.586436] scsi host0: ata_piix\n[ 0.587238] scsi host1: ata_piix\n[ 0.587984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.589243] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.590753] libphy: Fixed MDIO Bus: probed\n[ 0.591700] tun: Universal TUN/TAP device driver, 1.6\n[ 0.592686] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.594886] PPP generic driver version 2.4.2\n[ 0.595842] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.599054] ehci-pci: EHCI PCI platform driver\n[ 0.600142] ehci-platform: EHCI generic platform driver\n[ 0.601192] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.602376] ohci-pci: OHCI PCI platform driver\n[ 0.603275] ohci-platform: OHCI generic platform driver\n[ 0.604308] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.618792] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.619851] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.621371] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.622463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.623671] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.624976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.626455] usb usb1: Product: UHCI Host Controller\n[ 0.627426] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.628605] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.629692] hub 1-0:1.0: USB hub found\n[ 0.630501] hub 1-0:1.0: 2 ports detected\n[ 0.631494] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.633756] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.634744] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.635855] mousedev: PS/2 mouse device common for all mice\n[ 0.637305] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.639218] rtc_cmos 00:00: RTC can wake from S4\n[ 0.640391] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.641639] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.642890] i2c /dev entries driver\n[ 0.643699] device-mapper: uevent: version 1.0.3\n[ 0.644711] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.646426] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.647988] NET: Registered protocol family 10\n[ 0.649192] NET: Registered protocol family 17\n[ 0.650123] Key type dns_resolver registered\n[ 0.651183] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.652341] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.654208] registered taskstats version 1\n[ 0.655089] Loading compiled-in X.509 certificates\n[ 0.656620] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.658556] zswap: loaded using pool lzo/zbud\n[ 0.660286] Key type trusted registered\n[ 0.662066] Key type encrypted registered\n[ 0.662930] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.664010] ima: No TPM chip found, activating TPM-bypass!\n[ 0.665086] evm: HMAC attrs: 0x1\n[ 0.666079] Magic number: 14:234:830\n[ 0.666979] rtc_cmos 00:00: setting system clock to 2018-08-05 10:48:36 UTC (1533466116)\n[ 0.668663] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669818] EDD information not available.\n[ 0.749097] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.761467] Write protecting the kernel read-only data: 14336k\n[ 0.763651] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.765560] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\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.811746] 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.72\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.12...\nLease of 192.168.120.12 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.85. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDBEJUdgre+vnGgZ8ySmBSDcsR+xQihjiafLlLXXFQZgMZbIbLBzgqn3ZrCwgvEzRpiRQ9XGFqQl2rV4orWrBKx0U69jkOsdQReraGIP7NAS/Oaa/O2Gwb3jYfdbCojOQnjSEG6ixLNBH1RrTcsq2NCOcT5RFrpDHgeZVR2xvJS/LdPMzWXzn9xvbqaKxhy1Swr4pNLuHOy0HjTpT3Bsd/KOKj+DlBJVrySTMn+Hn6Z7hRi9We3mkiTiauqvu0SyFgqOWPivstiTFLqgceXqy7cqmohA+Q9rztrRZZvFf5UuBq4/M+m77EG475cYU4kVTiLWGrL8YOPzOI2nBdgjmSz root@cinder-test-vm-8e62f908-bf6c-4b2f-8c0f-84ef194afec3\nssh-dss AAAAB3NzaC1kc3MAAACBAKBVdjuhgRo3Nu8IK9HbMxlaR3VcX84cEPSLgtg2lV62i0eDN2wgF+KQ7WrxocbbxjT9P7cHYlWzZWnoNVcEBiQbxhIJkI4VPewjR17Q0Cj3umGl0cO9pbFYyDAEUE4HPWJONJN4KBo22c6sa9VxVqM6zeofWysqs0nmY5bvtsclAAAAFQDeOrMSq7b15GmT7rYRyA9UBWGqcwAAAIA2DBhFFXbv+U2dR7JmAFJfo7IhMi+BSrW/dAYYnPZfV/0GHH3vAt2qeDlcajgq7yxBPY26IOkSJ5iP0urHQSX0XLOILHC1Zhu+K6y10GKZkCKY64rFUgnYe09mAJUQs+w+6J4XF9aoharvIyjR/fz2TYcyWRG1MdsaBKDnfLNn5QAAAIEAiM/RIZUX3aCyC7V6d/7JElh9UrrcvcD04dnXv6e8WiMdffKwXdcJ1NaP+ryZcNm0qHgMzkdrO6Ap4v8rwgFOvSSYa40Lbzk+3+0ZWXznTrSTL0jT+FnJADbowRPcRZkIjUd6LYqAhI+SFeZ6sHMDbKGOt+LD6a3caLH2CvekiFQ= root@cinder-test-vm-8e62f908-bf6c-4b2f-8c0f-84ef194afec3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.13s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.12,24,fe80::f816:3eff:fe9e:9f9b/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.12 \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-8e62f908-bf6c-4b2f-8c0f-84ef194afec3\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.39 ===\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-8e62f908-bf6c-4b2f-8c0f-84ef194afec3 login: "} 2018-08-05 10:48:42,431 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d/action used request id req-48950c3e-07e7-4589-95ce-a74044fc24a3 2018-08-05 10:48:42,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0854189395905s 2018-08-05 10:48:42,432 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d/action used request id req-48950c3e-07e7-4589-95ce-a74044fc24a3 2018-08-05 10:48:42,433 - 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 467020831 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.140432] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.142107] pid_max: default: 32768 minimum: 301 [ 0.143011] ACPI: Core revision 20150930 [ 0.144406] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145731] Security Framework initialized [ 0.146569] Yama: becoming mindful. [ 0.147309] AppArmor: AppArmor initialized [ 0.148187] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.149531] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.150831] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152054] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.153484] Initializing cgroup subsys io [ 0.154308] Initializing cgroup subsys memory [ 0.155176] Initializing cgroup subsys devices [ 0.156064] Initializing cgroup subsys freezer [ 0.156955] Initializing cgroup subsys net_cls [ 0.157833] Initializing cgroup subsys perf_event [ 0.158756] Initializing cgroup subsys net_prio [ 0.159657] Initializing cgroup subsys hugetlb [ 0.160535] Initializing cgroup subsys pids [ 0.161409] CPU: Physical Processor ID: 0 [ 0.162908] mce: CPU supports 10 MCE banks [ 0.163777] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.164795] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.179205] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.185232] ftrace: allocating 31920 entries in 125 pages [ 0.210168] smpboot: Max logical packages: 1 [ 0.211047] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.212415] x2apic enabled [ 0.213231] Switched APIC routing to physical x2apic. [ 0.214967] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.216108] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.218211] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.220019] KVM setup paravirtual spinlock [ 0.221414] x86: Booted up 1 node, 1 CPUs [ 0.222235] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.223638] devtmpfs: initialized [ 0.225372] evm: security.selinux [ 0.226078] evm: security.SMACK64 [ 0.226788] evm: security.SMACK64EXEC [ 0.227543] evm: security.SMACK64TRANSMUTE [ 0.228357] evm: security.SMACK64MMAP [ 0.229107] evm: security.ima [ 0.229763] evm: security.capability [ 0.230582] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.232459] pinctrl core: initialized pinctrl subsystem [ 0.233581] RTC time: 10:48:35, date: 08/05/18 [ 0.234563] NET: Registered protocol family 16 [ 0.235560] cpuidle: using governor ladder [ 0.236389] cpuidle: using governor menu [ 0.237183] PCCT header not found. [ 0.237948] ACPI: bus type PCI registered [ 0.238760] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.240020] PCI: Using configuration type 1 for base access [ 0.241813] ACPI: Added _OSI(Module Device) [ 0.242692] ACPI: Added _OSI(Processor Device) [ 0.243570] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.244477] ACPI: Added _OSI(Processor Aggregator Device) [ 0.246231] ACPI: Interpreter enabled [ 0.247008] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.248872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.250731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.252598] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.254457] ACPI: (supports S0 S5) [ 0.255171] ACPI: Using IOAPIC for interrupt routing [ 0.256124] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.259248] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.260402] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.261651] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.262854] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.265106] acpiphp: Slot [3] registered [ 0.265928] acpiphp: Slot [4] registered [ 0.266738] acpiphp: Slot [5] registered [ 0.267551] acpiphp: Slot [6] registered [ 0.268358] acpiphp: Slot [7] registered [ 0.269171] acpiphp: Slot [8] registered [ 0.269981] acpiphp: Slot [9] registered [ 0.270792] acpiphp: Slot [10] registered [ 0.271621] acpiphp: Slot [11] registered [ 0.272446] acpiphp: Slot [12] registered [ 0.273272] acpiphp: Slot [13] registered [ 0.274092] acpiphp: Slot [14] registered [ 0.274909] acpiphp: Slot [15] registered [ 0.285700] acpiphp: Slot [16] registered [ 0.286530] acpiphp: Slot [17] registered [ 0.287350] acpiphp: Slot [18] registered [ 0.288169] acpiphp: Slot [19] registered [ 0.288986] acpiphp: Slot [20] registered [ 0.289812] acpiphp: Slot [21] registered [ 0.290632] acpiphp: Slot [22] registered [ 0.291457] acpiphp: Slot [23] registered [ 0.292275] acpiphp: Slot [24] registered [ 0.293093] acpiphp: Slot [25] registered [ 0.293916] acpiphp: Slot [26] registered [ 0.294734] acpiphp: Slot [27] registered [ 0.295566] acpiphp: Slot [28] registered [ 0.296416] acpiphp: Slot [29] registered [ 0.297238] acpiphp: Slot [30] registered [ 0.298061] acpiphp: Slot [31] registered [ 0.298882] PCI host bridge to bus 0000:00 [ 0.299701] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.300925] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.302161] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.303626] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.305092] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.306589] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.309827] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.311121] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.312321] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.313603] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.317129] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.318683] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.336815] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.338317] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.340045] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.341494] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.342901] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.344187] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.345502] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.346570] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.348125] vgaarb: loaded [ 0.348730] vgaarb: bridge control possible 0000:00:02.0 [ 0.349973] SCSI subsystem initialized [ 0.350894] ACPI: bus type USB registered [ 0.351732] usbcore: registered new interface driver usbfs [ 0.352772] usbcore: registered new interface driver hub [ 0.353807] usbcore: registered new device driver usb [ 0.354925] PCI: Using ACPI for IRQ routing [ 0.356049] NetLabel: Initializing [ 0.356777] NetLabel: domain hash size = 128 [ 0.357634] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.358611] NetLabel: unlabeled traffic allowed by default [ 0.359782] clocksource: Switched to clocksource kvm-clock [ 0.367987] AppArmor: AppArmor Filesystem Enabled [ 0.368980] pnp: PnP ACPI init [ 0.369924] pnp: PnP ACPI: found 5 devices [ 0.376254] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.377989] NET: Registered protocol family 2 [ 0.379050] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.380367] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.381601] TCP: Hash tables configured (established 4096 bind 4096) [ 0.382809] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.383910] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.385107] NET: Registered protocol family 1 [ 0.386001] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.387119] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.388208] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.402260] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.416403] Trying to unpack rootfs image as initramfs... [ 0.473110] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.474791] Scanning for low memory corruption every 60 seconds [ 0.476189] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.477367] audit: initializing netlink subsys (disabled) [ 0.478418] audit: type=2000 audit(1533466116.987:1): initialized [ 0.479820] Initialise system trusted keyring [ 0.480774] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.481949] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.484093] zbud: loaded [ 0.484837] VFS: Disk quotas dquot_6.6.0 [ 0.485670] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.487305] fuse init (API version 7.23) [ 0.488233] Key type big_key registered [ 0.489052] Allocating IMA MOK and blacklist keyrings. [ 0.490303] Key type asymmetric registered [ 0.491143] Asymmetric key parser 'x509' registered [ 0.492127] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.493625] io scheduler noop registered [ 0.494430] io scheduler deadline registered (default) [ 0.495436] io scheduler cfq registered [ 0.496301] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.497358] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.498653] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.500127] ACPI: Power Button [PWRF] [ 0.500994] GHES: HEST is not enabled! [ 0.514662] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.542586] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.544730] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.568669] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.570991] Linux agpgart interface v0.103 [ 0.573634] brd: module loaded [ 0.575336] loop: module loaded [ 0.580216] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.581688] GPT:90111 != 2097151 [ 0.582374] GPT:Alternate GPT header not at the end of the disk. [ 0.583493] GPT:90111 != 2097151 [ 0.584195] GPT: Use GNU Parted to correct GPT errors. [ 0.585197] vda: vda1 vda15 [ 0.586436] scsi host0: ata_piix [ 0.587238] scsi host1: ata_piix [ 0.587984] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.589243] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.590753] libphy: Fixed MDIO Bus: probed [ 0.591700] tun: Universal TUN/TAP device driver, 1.6 [ 0.592686] tun: (C) 1999-2004 Max Krasnyansky [ 0.594886] PPP generic driver version 2.4.2 [ 0.595842] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.599054] ehci-pci: EHCI PCI platform driver [ 0.600142] ehci-platform: EHCI generic platform driver [ 0.601192] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.602376] ohci-pci: OHCI PCI platform driver [ 0.603275] ohci-platform: OHCI generic platform driver [ 0.604308] uhci_hcd: USB Universal Host Controller Interface driver [ 0.618792] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.619851] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.621371] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.622463] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.623671] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.624976] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.626455] usb usb1: Product: UHCI Host Controller [ 0.627426] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.628605] usb usb1: SerialNumber: 0000:00:01.2 [ 0.629692] hub 1-0:1.0: USB hub found [ 0.630501] hub 1-0:1.0: 2 ports detected [ 0.631494] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.633756] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.634744] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.635855] mousedev: PS/2 mouse device common for all mice [ 0.637305] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.639218] rtc_cmos 00:00: RTC can wake from S4 [ 0.640391] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.641639] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.642890] i2c /dev entries driver [ 0.643699] device-mapper: uevent: version 1.0.3 [ 0.644711] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.646426] ledtrig-cpu: registered to indicate activity on CPUs [ 0.647988] NET: Registered protocol family 10 [ 0.649192] NET: Registered protocol family 17 [ 0.650123] Key type dns_resolver registered [ 0.651183] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.652341] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.654208] registered taskstats version 1 [ 0.655089] Loading compiled-in X.509 certificates [ 0.656620] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.658556] zswap: loaded using pool lzo/zbud [ 0.660286] Key type trusted registered [ 0.662066] Key type encrypted registered [ 0.662930] AppArmor: AppArmor sha1 policy hashing enabled [ 0.664010] ima: No TPM chip found, activating TPM-bypass! [ 0.665086] evm: HMAC attrs: 0x1 [ 0.666079] Magic number: 14:234:830 [ 0.666979] rtc_cmos 00:00: setting system clock to 2018-08-05 10:48:36 UTC (1533466116) [ 0.668663] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669818] EDD information not available. [ 0.749097] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.761467] Write protecting the kernel read-only data: 14336k [ 0.763651] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.765560] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.59 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.811746] 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.72 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.12... Lease of 192.168.120.12 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.85. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDBEJUdgre+vnGgZ8ySmBSDcsR+xQihjiafLlLXXFQZgMZbIbLBzgqn3ZrCwgvEzRpiRQ9XGFqQl2rV4orWrBKx0U69jkOsdQReraGIP7NAS/Oaa/O2Gwb3jYfdbCojOQnjSEG6ixLNBH1RrTcsq2NCOcT5RFrpDHgeZVR2xvJS/LdPMzWXzn9xvbqaKxhy1Swr4pNLuHOy0HjTpT3Bsd/KOKj+DlBJVrySTMn+Hn6Z7hRi9We3mkiTiauqvu0SyFgqOWPivstiTFLqgceXqy7cqmohA+Q9rztrRZZvFf5UuBq4/M+m77EG475cYU4kVTiLWGrL8YOPzOI2nBdgjmSz root@cinder-test-vm-8e62f908-bf6c-4b2f-8c0f-84ef194afec3 ssh-dss AAAAB3NzaC1kc3MAAACBAKBVdjuhgRo3Nu8IK9HbMxlaR3VcX84cEPSLgtg2lV62i0eDN2wgF+KQ7WrxocbbxjT9P7cHYlWzZWnoNVcEBiQbxhIJkI4VPewjR17Q0Cj3umGl0cO9pbFYyDAEUE4HPWJONJN4KBo22c6sa9VxVqM6zeofWysqs0nmY5bvtsclAAAAFQDeOrMSq7b15GmT7rYRyA9UBWGqcwAAAIA2DBhFFXbv+U2dR7JmAFJfo7IhMi+BSrW/dAYYnPZfV/0GHH3vAt2qeDlcajgq7yxBPY26IOkSJ5iP0urHQSX0XLOILHC1Zhu+K6y10GKZkCKY64rFUgnYe09mAJUQs+w+6J4XF9aoharvIyjR/fz2TYcyWRG1MdsaBKDnfLNn5QAAAIEAiM/RIZUX3aCyC7V6d/7JElh9UrrcvcD04dnXv6e8WiMdffKwXdcJ1NaP+ryZcNm0qHgMzkdrO6Ap4v8rwgFOvSSYa40Lbzk+3+0ZWXznTrSTL0jT+FnJADbowRPcRZkIjUd6LYqAhI+SFeZ6sHMDbKGOt+LD6a3caLH2CvekiFQ= root@cinder-test-vm-8e62f908-bf6c-4b2f-8c0f-84ef194afec3 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.13s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.12,24,fe80::f816:3eff:fe9e:9f9b/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.12 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-8e62f908-bf6c-4b2f-8c0f-84ef194afec3 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.39 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-8e62f908-bf6c-4b2f-8c0f-84ef194afec3 login: 2018-08-05 10:48:42,436 - paramiko.transport - DEBUG - starting thread (client mode): 0x6fd751d0L 2018-08-05 10:48:42,437 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-05 10:48:42,437 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-05 10:48:42,437 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-05 10:48:42,438 - 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-05 10:48:42,439 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-05 10:48:42,439 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-05 10:48:42,439 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-05 10:48:42,439 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-05 10:48:42,439 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-05 10:48:42,456 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-05 10:48:42,457 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-05 10:48:42,468 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.211: 47d0a48b04813ddc5480ec9573261871 2018-08-05 10:48:42,469 - paramiko.transport - DEBUG - Trying discovered key a944b850e41936a88786484c77cc0966 in /tmp/tmpyjHu4o 2018-08-05 10:48:42,495 - paramiko.transport - DEBUG - userauth is OK 2018-08-05 10:48:42,500 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-05 10:48:42,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-05 10:48:42,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" -d '{"volumeAttachment": {"volumeId": "eca06656-0c33-4acf-995a-3671ef778e85"}}' 2018-08-05 10:48:44,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48: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-088e2ff9-3bf7-4de9-a234-a30c4d4591ee x-compute-request-id: req-088e2ff9-3bf7-4de9-a234-a30c4d4591ee Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "id": "eca06656-0c33-4acf-995a-3671ef778e85", "volumeId": "eca06656-0c33-4acf-995a-3671ef778e85"}} 2018-08-05 10:48:44,232 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d/os-volume_attachments used request id req-088e2ff9-3bf7-4de9-a234-a30c4d4591ee 2018-08-05 10:48:44,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 1.730271101s 2018-08-05 10:48:44,232 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d/os-volume_attachments used request id req-088e2ff9-3bf7-4de9-a234-a30c4d4591ee 2018-08-05 10:48:44,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-05 10:48:44,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/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.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:45,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48:44 GMT Server: Apache x-compute-request-id: req-a69788ad-642d-42ef-bcf3-48afc134417e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a69788ad-642d-42ef-bcf3-48afc134417e Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "c768becaafbb473d9150f926b4632cdf", "attachments": [], "links": [{"href": "http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "self"}, {"href": "http://172.30.9.46:8776/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-05T10:48:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "updated_at": "2018-08-05T10:48:44.000000", "volume_type": null, "name": "cinder_test-volume_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "eca06656-0c33-4acf-995a-3671ef778e85", "size": 2}]} 2018-08-05 10:48:45,135 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-a69788ad-642d-42ef-bcf3-48afc134417e 2018-08-05 10:48:45,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.901827812195s 2018-08-05 10:48:45,135 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-a69788ad-642d-42ef-bcf3-48afc134417e 2018-08-05 10:48:45,137 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:48:47,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-05 10:48:47,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/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.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:48,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48:47 GMT Server: Apache x-compute-request-id: req-3147b93c-a1c3-4701-8c6b-393746d3bc0e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3147b93c-a1c3-4701-8c6b-393746d3bc0e Content-Encoding: gzip Content-Length: 567 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "c768becaafbb473d9150f926b4632cdf", "attachments": [{"server_id": "42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "attachment_id": "5c653314-6d92-473b-bd6b-27a966ad5524", "attached_at": "2018-08-05T10:48:45.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "eca06656-0c33-4acf-995a-3671ef778e85", "device": "/dev/vdb", "id": "eca06656-0c33-4acf-995a-3671ef778e85"}], "links": [{"href": "http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "self"}, {"href": "http://172.30.9.46:8776/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-05T10:48:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "updated_at": "2018-08-05T10:48:46.000000", "volume_type": null, "name": "cinder_test-volume_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "eca06656-0c33-4acf-995a-3671ef778e85", "size": 2}]} 2018-08-05 10:48:48,050 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-3147b93c-a1c3-4701-8c6b-393746d3bc0e 2018-08-05 10:48:48,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.909997940063s 2018-08-05 10:48:48,050 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-3147b93c-a1c3-4701-8c6b-393746d3bc0e 2018-08-05 10:48:48,052 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-05 10:48:48,053 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-05 10:48:48,053 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-05 10:48:48,055 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-05 10:48:48,122 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-05 10:48:48,122 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-05 10:48:48,124 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-05 10:48:48,124 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-05 10:48:48,163 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-05 10:48:48,163 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-05 10:48:48,188 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-05 10:48:48,679 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-05 10:48:48,679 - 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: 0f2a2577-e0cf-4b43-b289-42d1592965aa 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-05 10:48:48,680 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-08-05 10:48:48,680 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-05 10:48:48,680 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-08-05 10:48:48,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-05 10:48:48,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d/os-volume_attachments/eca06656-0c33-4acf-995a-3671ef778e85 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:49,211 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 10:48: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-577d186c-b565-4a6c-8920-9c77a2777e9f x-compute-request-id: req-577d186c-b565-4a6c-8920-9c77a2777e9f Content-Length: 0 Content-Type: application/json 2018-08-05 10:48:49,211 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d/os-volume_attachments/eca06656-0c33-4acf-995a-3671ef778e85 used request id req-577d186c-b565-4a6c-8920-9c77a2777e9f 2018-08-05 10:48:49,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.530144929886s 2018-08-05 10:48:49,212 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d/os-volume_attachments/eca06656-0c33-4acf-995a-3671ef778e85 used request id req-577d186c-b565-4a6c-8920-9c77a2777e9f 2018-08-05 10:48:49,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-05 10:48:49,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/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.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:49,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48:49 GMT Server: Apache x-compute-request-id: req-60c1c011-9d83-4aa8-a75e-f28a0166c220 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-60c1c011-9d83-4aa8-a75e-f28a0166c220 Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "c768becaafbb473d9150f926b4632cdf", "attachments": [{"server_id": "42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "attachment_id": "5c653314-6d92-473b-bd6b-27a966ad5524", "attached_at": "2018-08-05T10:48:45.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "eca06656-0c33-4acf-995a-3671ef778e85", "device": "/dev/vdb", "id": "eca06656-0c33-4acf-995a-3671ef778e85"}], "links": [{"href": "http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "self"}, {"href": "http://172.30.9.46:8776/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-05T10:48:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "updated_at": "2018-08-05T10:48:49.000000", "volume_type": null, "name": "cinder_test-volume_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "eca06656-0c33-4acf-995a-3671ef778e85", "size": 2}]} 2018-08-05 10:48:49,277 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-60c1c011-9d83-4aa8-a75e-f28a0166c220 2018-08-05 10:48:49,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0644910335541s 2018-08-05 10:48:49,277 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-60c1c011-9d83-4aa8-a75e-f28a0166c220 2018-08-05 10:48:49,278 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:48:51,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-05 10:48:51,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/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.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:51,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48:51 GMT Server: Apache x-compute-request-id: req-7216d91b-50b2-4dab-954d-a9784e4b8bbc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-7216d91b-50b2-4dab-954d-a9784e4b8bbc Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "c768becaafbb473d9150f926b4632cdf", "attachments": [], "links": [{"href": "http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "self"}, {"href": "http://172.30.9.46:8776/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-05T10:48:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "updated_at": "2018-08-05T10:48:49.000000", "volume_type": null, "name": "cinder_test-volume_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "eca06656-0c33-4acf-995a-3671ef778e85", "size": 2}]} 2018-08-05 10:48:51,346 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-7216d91b-50b2-4dab-954d-a9784e4b8bbc 2018-08-05 10:48:51,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0651400089264s 2018-08-05 10:48:51,346 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-7216d91b-50b2-4dab-954d-a9784e4b8bbc 2018-08-05 10:48:51,348 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-08-05 10:48:51,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-05 10:48:51,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" -d '{"volumeAttachment": {"volumeId": "eca06656-0c33-4acf-995a-3671ef778e85"}}' 2018-08-05 10:48:52,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48: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-e5669c36-947e-4c44-a15a-27e7e544d34b x-compute-request-id: req-e5669c36-947e-4c44-a15a-27e7e544d34b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "325adc94-b7ea-4871-971d-bbc2e5c5b11d", "id": "eca06656-0c33-4acf-995a-3671ef778e85", "volumeId": "eca06656-0c33-4acf-995a-3671ef778e85"}} 2018-08-05 10:48:52,898 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d/os-volume_attachments used request id req-e5669c36-947e-4c44-a15a-27e7e544d34b 2018-08-05 10:48:52,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 1.5498020649s 2018-08-05 10:48:52,899 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d/os-volume_attachments used request id req-e5669c36-947e-4c44-a15a-27e7e544d34b 2018-08-05 10:48:52,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-05 10:48:52,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/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.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:52,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48:52 GMT Server: Apache x-compute-request-id: req-37a42c6e-61be-4029-bfd3-4a9cd9ba3dfa OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-37a42c6e-61be-4029-bfd3-4a9cd9ba3dfa Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "c768becaafbb473d9150f926b4632cdf", "attachments": [], "links": [{"href": "http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "self"}, {"href": "http://172.30.9.46:8776/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-05T10:48:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "updated_at": "2018-08-05T10:48:52.000000", "volume_type": null, "name": "cinder_test-volume_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "eca06656-0c33-4acf-995a-3671ef778e85", "size": 2}]} 2018-08-05 10:48:52,965 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-37a42c6e-61be-4029-bfd3-4a9cd9ba3dfa 2018-08-05 10:48:52,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0657889842987s 2018-08-05 10:48:52,965 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-37a42c6e-61be-4029-bfd3-4a9cd9ba3dfa 2018-08-05 10:48:52,967 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:48:54,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-05 10:48:54,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/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.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:55,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48:54 GMT Server: Apache x-compute-request-id: req-5fbfa922-52e7-488c-9f81-9b287015bcbb OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-5fbfa922-52e7-488c-9f81-9b287015bcbb Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "attaching", "user_id": "c768becaafbb473d9150f926b4632cdf", "attachments": [], "links": [{"href": "http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "self"}, {"href": "http://172.30.9.46:8776/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-05T10:48:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "updated_at": "2018-08-05T10:48:54.000000", "volume_type": null, "name": "cinder_test-volume_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "eca06656-0c33-4acf-995a-3671ef778e85", "size": 2}]} 2018-08-05 10:48:55,044 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-5fbfa922-52e7-488c-9f81-9b287015bcbb 2018-08-05 10:48:55,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0748510360718s 2018-08-05 10:48:55,044 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-5fbfa922-52e7-488c-9f81-9b287015bcbb 2018-08-05 10:48:55,046 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:48:57,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-05 10:48:57,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/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.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:57,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48:57 GMT Server: Apache x-compute-request-id: req-151b9bb6-2dfe-477c-9dd0-8949e7bf6ae9 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-151b9bb6-2dfe-477c-9dd0-8949e7bf6ae9 Content-Encoding: gzip Content-Length: 566 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "c768becaafbb473d9150f926b4632cdf", "attachments": [{"server_id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d", "attachment_id": "4db0d0fb-6662-49f0-afcd-840a934c8777", "attached_at": "2018-08-05T10:48:54.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "eca06656-0c33-4acf-995a-3671ef778e85", "device": "/dev/vdb", "id": "eca06656-0c33-4acf-995a-3671ef778e85"}], "links": [{"href": "http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "self"}, {"href": "http://172.30.9.46:8776/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-05T10:48:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "updated_at": "2018-08-05T10:48:56.000000", "volume_type": null, "name": "cinder_test-volume_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "eca06656-0c33-4acf-995a-3671ef778e85", "size": 2}]} 2018-08-05 10:48:57,113 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-151b9bb6-2dfe-477c-9dd0-8949e7bf6ae9 2018-08-05 10:48:57,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0645041465759s 2018-08-05 10:48:57,113 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-151b9bb6-2dfe-477c-9dd0-8949e7bf6ae9 2018-08-05 10:48:57,115 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-05 10:48:57,117 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-05 10:48:57,118 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-05 10:48:57,121 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-05 10:48:57,190 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-05 10:48:57,190 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-05 10:48:57,191 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-05 10:48:57,192 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-05 10:48:57,228 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-05 10:48:57,229 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-05 10:48:57,257 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-05 10:48:57,279 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-05 10:48:57,279 - 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-05 10:48:57,280 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-08-05 10:48:57,280 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-08-05 10:48:57,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-05 10:48:57,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d/os-volume_attachments/eca06656-0c33-4acf-995a-3671ef778e85 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:57,285 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-05 10:48:57,939 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 10:48:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f12ec016-586f-4891-b5a7-d971d80d3e01 x-compute-request-id: req-f12ec016-586f-4891-b5a7-d971d80d3e01 Content-Length: 0 Content-Type: application/json 2018-08-05 10:48:57,939 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d/os-volume_attachments/eca06656-0c33-4acf-995a-3671ef778e85 used request id req-f12ec016-586f-4891-b5a7-d971d80d3e01 2018-08-05 10:48:57,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.65818810463s 2018-08-05 10:48:57,940 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d/os-volume_attachments/eca06656-0c33-4acf-995a-3671ef778e85 used request id req-f12ec016-586f-4891-b5a7-d971d80d3e01 2018-08-05 10:48:57,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-05 10:48:57,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/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.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:48:58,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:48:57 GMT Server: Apache x-compute-request-id: req-96383673-d9d1-4939-b06b-cbadae17c4fc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-96383673-d9d1-4939-b06b-cbadae17c4fc Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "c768becaafbb473d9150f926b4632cdf", "attachments": [{"server_id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d", "attachment_id": "4db0d0fb-6662-49f0-afcd-840a934c8777", "attached_at": "2018-08-05T10:48:54.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "eca06656-0c33-4acf-995a-3671ef778e85", "device": "/dev/vdb", "id": "eca06656-0c33-4acf-995a-3671ef778e85"}], "links": [{"href": "http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "self"}, {"href": "http://172.30.9.46:8776/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-05T10:48:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "updated_at": "2018-08-05T10:48:57.000000", "volume_type": null, "name": "cinder_test-volume_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "eca06656-0c33-4acf-995a-3671ef778e85", "size": 2}]} 2018-08-05 10:48:58,006 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-96383673-d9d1-4939-b06b-cbadae17c4fc 2018-08-05 10:48:58,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0660300254822s 2018-08-05 10:48:58,007 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-96383673-d9d1-4939-b06b-cbadae17c4fc 2018-08-05 10:48:58,008 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:49:00,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-05 10:49:00,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/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.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:00,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:49:00 GMT Server: Apache x-compute-request-id: req-dcefb99b-73ca-4ea9-a4b4-47efb47c110b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-dcefb99b-73ca-4ea9-a4b4-47efb47c110b Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "c768becaafbb473d9150f926b4632cdf", "attachments": [], "links": [{"href": "http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "self"}, {"href": "http://172.30.9.46:8776/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-05T10:48:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "updated_at": "2018-08-05T10:48:58.000000", "volume_type": null, "name": "cinder_test-volume_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "eca06656-0c33-4acf-995a-3671ef778e85", "size": 2}]} 2018-08-05 10:49:00,071 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-dcefb99b-73ca-4ea9-a4b4-47efb47c110b 2018-08-05 10:49:00,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0608649253845s 2018-08-05 10:49:00,072 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-dcefb99b-73ca-4ea9-a4b4-47efb47c110b 2018-08-05 10:49:00,199 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-05 10:49:00,200 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 00:59 | PASS | +---------------------+------------------+------------------+----------------+ 2018-08-05 10:49:00,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-05 10:49:00,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:00,368 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:49:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5ffe3e47-1e01-462c-b2f1-853a6e01d9c5 x-compute-request-id: req-5ffe3e47-1e01-462c-b2f1-853a6e01d9c5 Content-Type: application/json 2018-08-05 10:49:00,368 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d used request id req-5ffe3e47-1e01-462c-b2f1-853a6e01d9c5 2018-08-05 10:49:00,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.162997961044s 2018-08-05 10:49:00,369 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d used request id req-5ffe3e47-1e01-462c-b2f1-853a6e01d9c5 2018-08-05 10:49:00,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:49:00,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:00,960 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:49: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-0050be25-e6b2-436d-b5bd-d709ba418ed3 x-compute-request-id: req-0050be25-e6b2-436d-b5bd-d709ba418ed3 Content-Encoding: gzip Content-Length: 903 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_8e62f908-bf6c-4b2f-8c0f-84ef194afec3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:9f:9b", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:9f:9b", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "rel": "bookmark"}], "image": {"id": "bb576e94-4ada-4749-a338-b964abf276ac", "links": [{"href": "http://172.30.9.46:8774/images/bb576e94-4ada-4749-a338-b964abf276ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:48:36.000000", "flavor": {"id": "af024fc9-884f-4a51-8800-3265c5a84dcd", "links": [{"href": "http://172.30.9.46:8774/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "rel": "bookmark"}]}, "id": "42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "security_groups": [{"name": "cinder_test-sg_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}], "user_id": "c768becaafbb473d9150f926b4632cdf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:48:36Z", "hostId": "7f6e458141c876820a6016db2a988ea132668eba2959c7d738f5ee75", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "name": "cinder_test-vm_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "created": "2018-08-05T10:48:29Z", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_8e62f908-bf6c-4b2f-8c0f-84ef194afec3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:4a:f1", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:be:4a:f1", "version": 4, "addr": "172.30.9.207", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/325adc94-b7ea-4871-971d-bbc2e5c5b11d", "rel": "bookmark"}], "image": {"id": "bb576e94-4ada-4749-a338-b964abf276ac", "links": [{"href": "http://172.30.9.46:8774/images/bb576e94-4ada-4749-a338-b964abf276ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:48:16.000000", "flavor": {"id": "af024fc9-884f-4a51-8800-3265c5a84dcd", "links": [{"href": "http://172.30.9.46:8774/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "rel": "bookmark"}]}, "id": "325adc94-b7ea-4871-971d-bbc2e5c5b11d", "security_groups": [{"name": "cinder_test-sg_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}], "user_id": "c768becaafbb473d9150f926b4632cdf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:49:00Z", "hostId": "b584b9e3d5a1ff6e4413da201689467684f4a76996866043fd5589f5", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "name": "cinder_test-vm2_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "created": "2018-08-05T10:48:10Z", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:49:00,960 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0050be25-e6b2-436d-b5bd-d709ba418ed3 2018-08-05 10:49:00,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.591281175613s 2018-08-05 10:49:00,961 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0050be25-e6b2-436d-b5bd-d709ba418ed3 2018-08-05 10:49:00,964 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:49:02,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:49:02,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:03,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:49: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-45e338e9-6ef1-4bbd-a4c9-92dfd77e849f x-compute-request-id: req-45e338e9-6ef1-4bbd-a4c9-92dfd77e849f Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_8e62f908-bf6c-4b2f-8c0f-84ef194afec3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:9f:9b", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:9f:9b", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "rel": "bookmark"}], "image": {"id": "bb576e94-4ada-4749-a338-b964abf276ac", "links": [{"href": "http://172.30.9.46:8774/images/bb576e94-4ada-4749-a338-b964abf276ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:48:36.000000", "flavor": {"id": "af024fc9-884f-4a51-8800-3265c5a84dcd", "links": [{"href": "http://172.30.9.46:8774/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "rel": "bookmark"}]}, "id": "42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "security_groups": [{"name": "cinder_test-sg_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}], "user_id": "c768becaafbb473d9150f926b4632cdf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:48:36Z", "hostId": "7f6e458141c876820a6016db2a988ea132668eba2959c7d738f5ee75", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "name": "cinder_test-vm_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "created": "2018-08-05T10:48:29Z", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:49:03,566 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-45e338e9-6ef1-4bbd-a4c9-92dfd77e849f 2018-08-05 10:49:03,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.599250078201s 2018-08-05 10:49:03,567 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-45e338e9-6ef1-4bbd-a4c9-92dfd77e849f 2018-08-05 10:49:03,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-05 10:49:03,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/floatingips/2557bd76-819b-485c-b9bb-5418c01b1851.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:04,485 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-83bfca83-419c-4df9-bee7-e70a9acdc9d8 Content-Length: 0 Date: Sun, 05 Aug 2018 10:49:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:49:04,485 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/2557bd76-819b-485c-b9bb-5418c01b1851.json used request id req-83bfca83-419c-4df9-bee7-e70a9acdc9d8 2018-08-05 10:49:04,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.913813829422s 2018-08-05 10:49:04,485 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/2557bd76-819b-485c-b9bb-5418c01b1851.json used request id req-83bfca83-419c-4df9-bee7-e70a9acdc9d8 2018-08-05 10:49:04,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:49:04,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:04,578 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 829 X-Openstack-Request-Id: req-4f84c170-1260-4c23-a091-52f436f5abd5 Date: Sun, 05 Aug 2018 10:49:04 GMT RESP BODY: {"floatingips": [{"router_id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:39Z", "updated_at": "2018-08-05T10:48:42Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "device_owner": "compute:nova", "mac_address": "fa:16:3e:9e:9f:9b", "device_id": "42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d"}, "fixed_ip_address": "192.168.120.12", "floating_ip_address": "172.30.9.211", "revision_number": 1, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_id": "a7ffd9cd-a52a-4668-83c7-dda848f987d2", "id": "e6cb1347-341d-4aca-8368-37ea3dfa027e", "qos_policy_id": null}]} 2018-08-05 10:49:04,578 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-4f84c170-1260-4c23-a091-52f436f5abd5 2018-08-05 10:49:04,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0879428386688s 2018-08-05 10:49:04,579 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-4f84c170-1260-4c23-a091-52f436f5abd5 2018-08-05 10:49:04,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-05 10:49:04,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/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.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:04,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:49:04 GMT Server: Apache x-compute-request-id: req-b4978415-f754-4ea0-ae70-0d941f3253ff OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-b4978415-f754-4ea0-ae70-0d941f3253ff Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "c768becaafbb473d9150f926b4632cdf", "attachments": [], "links": [{"href": "http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "self"}, {"href": "http://172.30.9.46:8776/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-05T10:48:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "updated_at": "2018-08-05T10:48:58.000000", "volume_type": null, "name": "cinder_test-volume_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "eca06656-0c33-4acf-995a-3671ef778e85", "size": 2}]} 2018-08-05 10:49:04,641 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-b4978415-f754-4ea0-ae70-0d941f3253ff 2018-08-05 10:49:04,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0578970909119s 2018-08-05 10:49:04,641 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-b4978415-f754-4ea0-ae70-0d941f3253ff 2018-08-05 10:49:04,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-08-05 10:49:04,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:04,730 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 10:49:04 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f04982ad-36a9-4852-b27f-74c6a5cae31a 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-05 10:49:04,730 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85 used request id req-f04982ad-36a9-4852-b27f-74c6a5cae31a 2018-08-05 10:49:04,731 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.0875859260559s 2018-08-05 10:49:04,731 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85 used request id req-f04982ad-36a9-4852-b27f-74c6a5cae31a 2018-08-05 10:49:04,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-05 10:49:04,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/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.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:04,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:49:04 GMT Server: Apache x-compute-request-id: req-2c05a8e8-5f18-4b1c-8eb2-4673e42926d1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-2c05a8e8-5f18-4b1c-8eb2-4673e42926d1 Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "c768becaafbb473d9150f926b4632cdf", "attachments": [], "links": [{"href": "http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "self"}, {"href": "http://172.30.9.46:8776/1bcef6eb88e84482be4d29e40c11f2ad/volumes/eca06656-0c33-4acf-995a-3671ef778e85", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-05T10:48:23.000000", "description": null, "os-vol-tenant-attr:tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "updated_at": "2018-08-05T10:49:04.000000", "volume_type": null, "name": "cinder_test-volume_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "eca06656-0c33-4acf-995a-3671ef778e85", "size": 2}]} 2018-08-05 10:49:04,790 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-2c05a8e8-5f18-4b1c-8eb2-4673e42926d1 2018-08-05 10:49:04,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0586709976196s 2018-08-05 10:49:04,790 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-2c05a8e8-5f18-4b1c-8eb2-4673e42926d1 2018-08-05 10:49:04,791 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:49:06,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-05 10:49:06,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/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.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:06,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:49:06 GMT Server: Apache x-compute-request-id: req-53644d60-e946-4cca-9748-4cc8192833e6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-53644d60-e946-4cca-9748-4cc8192833e6 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-05 10:49:06,841 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-53644d60-e946-4cca-9748-4cc8192833e6 2018-08-05 10:49:06,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0466070175171s 2018-08-05 10:49:06,841 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/1bcef6eb88e84482be4d29e40c11f2ad/volumes/detail used request id req-53644d60-e946-4cca-9748-4cc8192833e6 2018-08-05 10:49:06,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-05 10:49:06,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/floatingips/e6cb1347-341d-4aca-8368-37ea3dfa027e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:07,925 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c12d8e42-49da-4ede-9a0d-36c0893b201d Content-Length: 0 Date: Sun, 05 Aug 2018 10:49:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:49:07,925 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/e6cb1347-341d-4aca-8368-37ea3dfa027e.json used request id req-c12d8e42-49da-4ede-9a0d-36c0893b201d 2018-08-05 10:49:07,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.08071517944s 2018-08-05 10:49:07,925 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/e6cb1347-341d-4aca-8368-37ea3dfa027e.json used request id req-c12d8e42-49da-4ede-9a0d-36c0893b201d 2018-08-05 10:49:07,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 10:49:07,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:07,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a03e8cba-df98-4ef1-b89c-9363969feef7 Date: Sun, 05 Aug 2018 10:49:07 GMT RESP BODY: {"floatingips": []} 2018-08-05 10:49:07,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-a03e8cba-df98-4ef1-b89c-9363969feef7 2018-08-05 10:49:07,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0679910182953s 2018-08-05 10:49:07,999 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-a03e8cba-df98-4ef1-b89c-9363969feef7 2018-08-05 10:49:07,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-05 10:49:08,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:08,151 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:49: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-9f2a0c11-157a-4401-bfee-545021612156 x-compute-request-id: req-9f2a0c11-157a-4401-bfee-545021612156 Content-Type: application/json 2018-08-05 10:49:08,151 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d used request id req-9f2a0c11-157a-4401-bfee-545021612156 2018-08-05 10:49:08,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.152189016342s 2018-08-05 10:49:08,152 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d used request id req-9f2a0c11-157a-4401-bfee-545021612156 2018-08-05 10:49:08,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:49:08,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:08,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:49: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-613353a6-b5bb-4e23-ab59-264491b87f2a x-compute-request-id: req-613353a6-b5bb-4e23-ab59-264491b87f2a Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_8e62f908-bf6c-4b2f-8c0f-84ef194afec3": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:9f:9b", "version": 4, "addr": "192.168.120.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:9f:9b", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "rel": "bookmark"}], "image": {"id": "bb576e94-4ada-4749-a338-b964abf276ac", "links": [{"href": "http://172.30.9.46:8774/images/bb576e94-4ada-4749-a338-b964abf276ac", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T10:48:36.000000", "flavor": {"id": "af024fc9-884f-4a51-8800-3265c5a84dcd", "links": [{"href": "http://172.30.9.46:8774/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "rel": "bookmark"}]}, "id": "42b1ac5f-3a02-4b9c-bf48-2bf1ed4d4d8d", "security_groups": [{"name": "cinder_test-sg_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}], "user_id": "c768becaafbb473d9150f926b4632cdf", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T10:49:08Z", "hostId": "7f6e458141c876820a6016db2a988ea132668eba2959c7d738f5ee75", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "name": "cinder_test-vm_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "created": "2018-08-05T10:48:29Z", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 10:49:08,565 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-613353a6-b5bb-4e23-ab59-264491b87f2a 2018-08-05 10:49:08,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.412168979645s 2018-08-05 10:49:08,565 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-613353a6-b5bb-4e23-ab59-264491b87f2a 2018-08-05 10:49:08,567 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 10:49:10,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 10:49:10,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:10,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:49: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-f2e4f137-b3a1-4e10-860f-5c5e2861f09e x-compute-request-id: req-f2e4f137-b3a1-4e10-860f-5c5e2861f09e Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-05 10:49:10,647 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f2e4f137-b3a1-4e10-860f-5c5e2861f09e 2018-08-05 10:49:10,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0780730247498s 2018-08-05 10:49:10,648 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f2e4f137-b3a1-4e10-860f-5c5e2861f09e 2018-08-05 10:49:10,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 10:49:10,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:10,712 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-65ca163a-c7da-472f-9ab3-dcf8af0894c2 Date: Sun, 05 Aug 2018 10:49:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:01Z", "updated_at": "2018-08-05T10:48:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:01Z", "revision_number": 0, "id": "7ef6a0da-ddb8-4df3-8a99-e30370994e55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:01Z", "security_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:01Z", "revision_number": 0, "id": "8b67bdbb-41fa-4744-bf24-637547e32657", "remote_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:01Z", "security_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:01Z", "revision_number": 0, "id": "9ad03c4b-9346-4bbd-a17b-393a9720a1f6", "remote_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:01Z", "security_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:01Z", "revision_number": 0, "id": "baa9704e-80c3-4d3e-b257-2ab811db86c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:01Z", "security_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}], "revision_number": 1, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:08Z", "updated_at": "2018-08-05T10:48:09Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T10:48:09Z", "revision_number": 0, "id": "363f329e-1ce7-4e26-8845-59b39c8b0536", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:09Z", "security_group_id": "36147e1e-154a-4381-87df-f5eabdfad11b", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:08Z", "revision_number": 0, "id": "7f74d8b9-051b-4f93-85a2-1ef068d8a0c1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:08Z", "security_group_id": "36147e1e-154a-4381-87df-f5eabdfad11b", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:09Z", "revision_number": 0, "id": "882012f1-8e2e-432a-aa28-733a9bb4eef5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:09Z", "security_group_id": "36147e1e-154a-4381-87df-f5eabdfad11b", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:08Z", "revision_number": 0, "id": "b8a67fc8-f58d-40b5-a3ce-780aacab4cb9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:08Z", "security_group_id": "36147e1e-154a-4381-87df-f5eabdfad11b", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}], "revision_number": 3, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "id": "36147e1e-154a-4381-87df-f5eabdfad11b", "name": "cinder_test-sg_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}]} 2018-08-05 10:49:10,712 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-65ca163a-c7da-472f-9ab3-dcf8af0894c2 2018-08-05 10:49:10,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0615229606628s 2018-08-05 10:49:10,713 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-65ca163a-c7da-472f-9ab3-dcf8af0894c2 2018-08-05 10:49:10,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-05 10:49:10,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/security-groups/36147e1e-154a-4381-87df-f5eabdfad11b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:10,859 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a773be20-6b8b-4007-a07a-105d3c0e8074 Content-Length: 0 Date: Sun, 05 Aug 2018 10:49:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:49:10,859 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/security-groups/36147e1e-154a-4381-87df-f5eabdfad11b.json used request id req-a773be20-6b8b-4007-a07a-105d3c0e8074 2018-08-05 10:49:10,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.142252206802s 2018-08-05 10:49:10,859 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/security-groups/36147e1e-154a-4381-87df-f5eabdfad11b.json used request id req-a773be20-6b8b-4007-a07a-105d3c0e8074 2018-08-05 10:49:10,860 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-05 10:49:10,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/os-keypairs/cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:10,895 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 10:49: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-e309adaf-15a2-4620-9ca7-02322e08b234 x-compute-request-id: req-e309adaf-15a2-4620-9ca7-02322e08b234 Content-Length: 0 Content-Type: application/json 2018-08-05 10:49:10,895 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/os-keypairs/cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3 used request id req-e309adaf-15a2-4620-9ca7-02322e08b234 2018-08-05 10:49:10,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0358200073242s 2018-08-05 10:49:10,896 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/os-keypairs/cinder_test-kp_8e62f908-bf6c-4b2f-8c0f-84ef194afec3 used request id req-e309adaf-15a2-4620-9ca7-02322e08b234 2018-08-05 10:49:10,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-05 10:49:10,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/94f78a14-6367-4cb9-a09a-4b2664c68190/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" -d '{"subnet_id": "4831a310-7cb1-48ea-82c6-26098f46e35b"}' 2018-08-05 10:49:12,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2f0904e3-9b72-45dc-8fc0-49a96d8cf8c3 Date: Sun, 05 Aug 2018 10:49:12 GMT RESP BODY: {"network_id": "6d3aec91-dbe4-47bf-b9b0-4909912a6569", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "subnet_id": "4831a310-7cb1-48ea-82c6-26098f46e35b", "subnet_ids": ["4831a310-7cb1-48ea-82c6-26098f46e35b"], "port_id": "c12c5014-43ce-43a5-bf62-52d0020f753d", "id": "94f78a14-6367-4cb9-a09a-4b2664c68190"} 2018-08-05 10:49:12,992 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/94f78a14-6367-4cb9-a09a-4b2664c68190/remove_router_interface.json used request id req-2f0904e3-9b72-45dc-8fc0-49a96d8cf8c3 2018-08-05 10:49:12,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.09568881989s 2018-08-05 10:49:12,992 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/94f78a14-6367-4cb9-a09a-4b2664c68190/remove_router_interface.json used request id req-2f0904e3-9b72-45dc-8fc0-49a96d8cf8c3 returning object 94f78a14-6367-4cb9-a09a-4b2664c68190 2018-08-05 10:49:12,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-05 10:49:12,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:13,113 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-e2e3f4ae-8b67-44ac-b83c-70a3578b1b25 Date: Sun, 05 Aug 2018 10:49:13 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:03Z", "admin_state_up": true, "updated_at": "2018-08-05T10:49:12Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "id": "94f78a14-6367-4cb9-a09a-4b2664c68190", "name": "cinder_test-router_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}]} 2018-08-05 10:49:13,113 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-e2e3f4ae-8b67-44ac-b83c-70a3578b1b25 2018-08-05 10:49:13,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.120630025864s 2018-08-05 10:49:13,114 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-e2e3f4ae-8b67-44ac-b83c-70a3578b1b25 2018-08-05 10:49:13,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-05 10:49:13,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/routers/94f78a14-6367-4cb9-a09a-4b2664c68190.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:14,304 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-383e8278-09dd-4bfd-88e4-265f03968ffd Content-Length: 0 Date: Sun, 05 Aug 2018 10:49:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:49:14,304 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/94f78a14-6367-4cb9-a09a-4b2664c68190.json used request id req-383e8278-09dd-4bfd-88e4-265f03968ffd 2018-08-05 10:49:14,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.1885831356s 2018-08-05 10:49:14,304 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/94f78a14-6367-4cb9-a09a-4b2664c68190.json used request id req-383e8278-09dd-4bfd-88e4-265f03968ffd 2018-08-05 10:49:14,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 10:49:14,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:14,351 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-d56d4078-0be5-40a0-8740-565e90df8bc5 Date: Sun, 05 Aug 2018 10:49:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"6d3aec91-dbe4-47bf-b9b0-4909912a6569","tenant_id":"1bcef6eb88e84482be4d29e40c11f2ad","created_at":"2018-08-05T10:48:02Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T10:48:02Z","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":"1bcef6eb88e84482be4d29e40c11f2ad","id":"4831a310-7cb1-48ea-82c6-26098f46e35b","subnetpool_id":null,"name":"cinder_test-subnet_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}]} 2018-08-05 10:49:14,351 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-d56d4078-0be5-40a0-8740-565e90df8bc5 2018-08-05 10:49:14,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0459849834442s 2018-08-05 10:49:14,351 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-d56d4078-0be5-40a0-8740-565e90df8bc5 2018-08-05 10:49:14,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-05 10:49:14,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/subnets/4831a310-7cb1-48ea-82c6-26098f46e35b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:15,494 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-75984ff6-9afe-4264-8e87-884b8346d64e Date: Sun, 05 Aug 2018 10:49:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:49:15,494 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/4831a310-7cb1-48ea-82c6-26098f46e35b.json used request id req-75984ff6-9afe-4264-8e87-884b8346d64e 2018-08-05 10:49:15,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.14143896103s 2018-08-05 10:49:15,494 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/4831a310-7cb1-48ea-82c6-26098f46e35b.json used request id req-75984ff6-9afe-4264-8e87-884b8346d64e 2018-08-05 10:49:15,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:49:15,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:15,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1238 X-Openstack-Request-Id: req-4b752c71-8e3f-465a-bbb8-5dab1be43dc6 Date: Sun, 05 Aug 2018 10:49:15 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"6d3aec91-dbe4-47bf-b9b0-4909912a6569","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1bcef6eb88e84482be4d29e40c11f2ad","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:49:15Z","qos_policy_id":null,"name":"cinder_test-net_8e62f908-bf6c-4b2f-8c0f-84ef194afec3","admin_state_up":true,"tenant_id":"1bcef6eb88e84482be4d29e40c11f2ad","created_at":"2018-08-05T10:48:01Z","mtu":1450}]} 2018-08-05 10:49:15,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-4b752c71-8e3f-465a-bbb8-5dab1be43dc6 2018-08-05 10:49:15,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108775854111s 2018-08-05 10:49:15,604 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-4b752c71-8e3f-465a-bbb8-5dab1be43dc6 2018-08-05 10:49:15,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-05 10:49:15,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/networks/6d3aec91-dbe4-47bf-b9b0-4909912a6569.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:16,756 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e3720a84-d501-44b4-82f6-58d667a49578 Date: Sun, 05 Aug 2018 10:49:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:49:16,757 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/6d3aec91-dbe4-47bf-b9b0-4909912a6569.json used request id req-e3720a84-d501-44b4-82f6-58d667a49578 2018-08-05 10:49:16,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.15092897415s 2018-08-05 10:49:16,757 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/6d3aec91-dbe4-47bf-b9b0-4909912a6569.json used request id req-e3720a84-d501-44b4-82f6-58d667a49578 2018-08-05 10:49:16,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:49:16,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:17,034 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1204 Content-Type: application/json X-Openstack-Request-Id: req-3048b0c6-407a-4b62-a8dc-369362acd213 Date: Sun, 05 Aug 2018 10:49:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/bb576e94-4ada-4749-a338-b964abf276ac/snap", "metadata": {}}], "file": "/v2/images/bb576e94-4ada-4749-a338-b964abf276ac/file", "owner": "1bcef6eb88e84482be4d29e40c11f2ad", "id": "bb576e94-4ada-4749-a338-b964abf276ac", "size": 12716032, "self": "/v2/images/bb576e94-4ada-4749-a338-b964abf276ac", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/bb576e94-4ada-4749-a338-b964abf276ac/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:48:08Z", "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:48:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:49:17,034 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-3048b0c6-407a-4b62-a8dc-369362acd213 2018-08-05 10:49:17,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.273057937622s 2018-08-05 10:49:17,035 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-3048b0c6-407a-4b62-a8dc-369362acd213 2018-08-05 10:49:17,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-05 10:49:17,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9292/v2/images/bb576e94-4ada-4749-a338-b964abf276ac -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}dd3acc8b03c109c99f1993314ad93bb0bc6968a7" 2018-08-05 10:49:18,253 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f50d63af-83da-4121-8a5b-daca1657ebf1 Date: Sun, 05 Aug 2018 10:49:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-05 10:49:18,253 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/bb576e94-4ada-4749-a338-b964abf276ac used request id req-f50d63af-83da-4121-8a5b-daca1657ebf1 2018-08-05 10:49:18,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.21644091606s 2018-08-05 10:49:18,253 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/bb576e94-4ada-4749-a338-b964abf276ac used request id req-f50d63af-83da-4121-8a5b-daca1657ebf1 2018-08-05 10:49:18,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 10:49:18,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}5936fc2733d6c7ce664874610ac195c37f9f46ad" 2018-08-05 10:49:18,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:49: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-9df60893-cb28-40f6-a56a-345419877185 x-compute-request-id: req-9df60893-cb28-40f6-a56a-345419877185 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd", "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": "af024fc9-884f-4a51-8800-3265c5a84dcd"}]} 2018-08-05 10:49:18,281 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-9df60893-cb28-40f6-a56a-345419877185 2018-08-05 10:49:18,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0273299217224s 2018-08-05 10:49:18,282 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-9df60893-cb28-40f6-a56a-345419877185 2018-08-05 10:49:18,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 10:49:18,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5936fc2733d6c7ce664874610ac195c37f9f46ad" 2018-08-05 10:49:18,318 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 10:49: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-89559ba2-9141-49ee-96d6-97c2e2f2ac7e x-compute-request-id: req-89559ba2-9141-49ee-96d6-97c2e2f2ac7e Content-Length: 0 Content-Type: application/json 2018-08-05 10:49:18,318 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd used request id req-89559ba2-9141-49ee-96d6-97c2e2f2ac7e 2018-08-05 10:49:18,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0343677997589s 2018-08-05 10:49:18,318 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/af024fc9-884f-4a51-8800-3265c5a84dcd used request id req-89559ba2-9141-49ee-96d6-97c2e2f2ac7e 2018-08-05 10:49:18,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 10:49:18,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}5936fc2733d6c7ce664874610ac195c37f9f46ad" 2018-08-05 10:49:18,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:49:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c72a9b6-1ae9-4621-9f7e-83cb2705b3bf Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "cinder_test-user_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "links": {"self": "http://172.30.9.46:5000/v3/users/c768becaafbb473d9150f926b4632cdf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c768becaafbb473d9150f926b4632cdf", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 10:49:18,448 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-3c72a9b6-1ae9-4621-9f7e-83cb2705b3bf 2018-08-05 10:49:18,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.129876852036s 2018-08-05 10:49:18,449 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-3c72a9b6-1ae9-4621-9f7e-83cb2705b3bf 2018-08-05 10:49:18,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 10:49:18,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/users/c768becaafbb473d9150f926b4632cdf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5936fc2733d6c7ce664874610ac195c37f9f46ad" 2018-08-05 10:49:18,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:49:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c157404a-d2f4-45c2-9994-e431e8ca5c17 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_8e62f908-bf6c-4b2f-8c0f-84ef194afec3", "links": {"self": "http://172.30.9.46:5000/v3/users/c768becaafbb473d9150f926b4632cdf"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c768becaafbb473d9150f926b4632cdf", "description": null}} 2018-08-05 10:49:18,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/c768becaafbb473d9150f926b4632cdf used request id req-c157404a-d2f4-45c2-9994-e431e8ca5c17 2018-08-05 10:49:18,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.134938001633s 2018-08-05 10:49:18,591 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/c768becaafbb473d9150f926b4632cdf used request id req-c157404a-d2f4-45c2-9994-e431e8ca5c17 2018-08-05 10:49:18,592 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-05 10:49:18,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/users/c768becaafbb473d9150f926b4632cdf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5936fc2733d6c7ce664874610ac195c37f9f46ad" 2018-08-05 10:49:18,799 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:49:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc337738-69d3-4f82-ad2b-e8ff8995f88f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 10:49:18,799 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/c768becaafbb473d9150f926b4632cdf used request id req-dc337738-69d3-4f82-ad2b-e8ff8995f88f 2018-08-05 10:49:18,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.207902908325s 2018-08-05 10:49:18,800 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/c768becaafbb473d9150f926b4632cdf used request id req-dc337738-69d3-4f82-ad2b-e8ff8995f88f 2018-08-05 10:49:18,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 10:49:18,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}5936fc2733d6c7ce664874610ac195c37f9f46ad" 2018-08-05 10:49:18,895 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:49:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-874c655e-79ef-4acb-a088-46380a0564fd Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.46:5000/v3/projects/1bcef6eb88e84482be4d29e40c11f2ad"}, "tags": [], "enabled": true, "id": "1bcef6eb88e84482be4d29e40c11f2ad", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_8e62f908-bf6c-4b2f-8c0f-84ef194afec3"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-05 10:49:18,895 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-874c655e-79ef-4acb-a088-46380a0564fd 2018-08-05 10:49:18,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0891780853271s 2018-08-05 10:49:18,896 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-874c655e-79ef-4acb-a088-46380a0564fd 2018-08-05 10:49:18,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-05 10:49:18,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/projects/1bcef6eb88e84482be4d29e40c11f2ad -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5936fc2733d6c7ce664874610ac195c37f9f46ad" 2018-08-05 10:49:19,046 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 10:49:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6677767e-778e-47c2-b22b-7df63e6120b7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 10:49:19,046 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/1bcef6eb88e84482be4d29e40c11f2ad used request id req-6677767e-778e-47c2-b22b-7df63e6120b7 2018-08-05 10:49:19,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.145961046219s 2018-08-05 10:49:19,047 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/1bcef6eb88e84482be4d29e40c11f2ad used request id req-6677767e-778e-47c2-b22b-7df63e6120b7 2018-08-05 10:49:19,102 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-08-05 10:49:19,466 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-05 10:49:19,466 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-05 10:49:19,466 - openstack_tests - INFO - OS Credentials = > 2018-08-05 10:49:19,466 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-05 10:49:19,467 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 10:49:19,862 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T11:49:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["met2OknjQf6TLRzK5vBNqQ"], "issued_at": "2018-08-05T10:49:19.000000Z"}} 2018-08-05 10:49:19,867 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.46:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}973155412f3e0f065bdd00521664f2a0ab51dffb" 2018-08-05 10:49:20,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-4630f0f9-ba9a-49ec-b43d-2c284a957a9f Date: Sun, 05 Aug 2018 10:49:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 10:49:20,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks?router%3Aexternal=True used request id req-4630f0f9-ba9a-49ec-b43d-2c284a957a9f 2018-08-05 10:49:20,059 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.46:9696/v2.0/subnets?network_id=3f94cd1d-7f7a-4867-a7e0-03f9caf817ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}973155412f3e0f065bdd00521664f2a0ab51dffb" 2018-08-05 10:49:20,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-9d8d5517-8b7f-4d55-84d8-61874b96c674 Date: Sun, 05 Aug 2018 10:49:20 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-05T10:41:19Z","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":"89972d6a-26a8-4595-baea-47e68ca637c2","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0657afe192264a9b9d21fa2c02d460ec","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:19Z","ip_version":4}]} 2018-08-05 10:49:20,102 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets?network_id=3f94cd1d-7f7a-4867-a7e0-03f9caf817ab used request id req-9d8d5517-8b7f-4d55-84d8-61874b96c674 2018-08-05 10:49:20,103 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-05 10:49:20,104 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 10:49:20,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 10:49:20,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 10:49:20,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 10:49:20,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 10:49:20,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 10:49:20,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 10:49:20,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 10:49:20,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 10:49:20,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 10:49:20,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 10:49:20,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 10:49:20,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 10:49:20,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 10:49:20,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 10:49:20,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 10:49:20,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 10:49:20,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 10:49:20,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 10:49:20,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 10:49:20,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 10:49:20,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 10:49:20,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-08-05 10:49:20,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:49:20,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:49:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d0038d8-bd6a-4029-a91d-00d1f6fdeaf5 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 10:49:20,116 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-6d0038d8-bd6a-4029-a91d-00d1f6fdeaf5 2018-08-05 10:49:20,116 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 10:49:20,510 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T11:49:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["So_KMA6UQ6q8FnMiGpYxWg"], "issued_at": "2018-08-05T10:49:20.000000Z"}} 2018-08-05 10:49:20,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}1c8dd40d6b2910a43822c6123156ed84faac93c0" 2018-08-05 10:49:20,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:49: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-a451ff44-1ca5-45a3-9d52-71d45c0e2424 x-compute-request-id: req-a451ff44-1ca5-45a3-9d52-71d45c0e2424 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.46: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-05 10:49:20,704 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/ used request id req-a451ff44-1ca5-45a3-9d52-71d45c0e2424 2018-08-05 10:49:20,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.594748020172s 2018-08-05 10:49:20,705 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/ used request id req-a451ff44-1ca5-45a3-9d52-71d45c0e2424 2018-08-05 10:49:20,705 - 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.46: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-05 10:49:20,705 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-08-05 10:49:20,705 - xtesting.ci.run_tests - INFO - Skipping test case 'api_check'... 2018-08-05 10:49:20,706 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-05 10:49:20,761 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-08-05 10:49:20,800 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-05 10:49:20,800 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-05 10:49:20,800 - openstack_tests - INFO - OS Credentials = > 2018-08-05 10:49:20,800 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-05 10:49:20,801 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 10:49:21,188 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T11:49:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["-P1BnWYzQCyU5GPemJq1Zw"], "issued_at": "2018-08-05T10:49:21.000000Z"}} 2018-08-05 10:49:21,193 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.46:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08da60b0833a7649839c8cc0897eaf6edac9814a" 2018-08-05 10:49:21,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-973ac979-495f-4e2f-8eb4-db18d47ef849 Date: Sun, 05 Aug 2018 10:49:21 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 10:49:21,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks?router%3Aexternal=True used request id req-973ac979-495f-4e2f-8eb4-db18d47ef849 2018-08-05 10:49:21,449 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.46:9696/v2.0/subnets?network_id=3f94cd1d-7f7a-4867-a7e0-03f9caf817ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}08da60b0833a7649839c8cc0897eaf6edac9814a" 2018-08-05 10:49:21,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-d92060ed-b421-42e1-9463-32f9d349221d Date: Sun, 05 Aug 2018 10:49:21 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-05T10:41:19Z","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":"89972d6a-26a8-4595-baea-47e68ca637c2","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0657afe192264a9b9d21fa2c02d460ec","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:19Z","ip_version":4}]} 2018-08-05 10:49:21,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets?network_id=3f94cd1d-7f7a-4867-a7e0-03f9caf817ab used request id req-d92060ed-b421-42e1-9463-32f9d349221d 2018-08-05 10:49:21,490 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-05 10:49:21,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 10:49:21,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 10:49:21,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 10:49:21,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 10:49:21,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 10:49:21,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 10:49:21,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 10:49:21,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 10:49:21,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 10:49:21,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 10:49:21,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 10:49:21,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 10:49:21,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 10:49:21,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 10:49:21,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 10:49:21,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 10:49:21,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 10:49:21,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 10:49:21,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 10:49:21,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 10:49:21,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 10:49:21,494 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 10:49:21,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-08-05 10:49:21,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:49:21,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:49:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3ea6f5a-bd19-45ab-acc0-df4fa17f2191 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 10:49:21,503 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-c3ea6f5a-bd19-45ab-acc0-df4fa17f2191 2018-08-05 10:49:21,503 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 10:49:21,892 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T11:49:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["6KCDAhDvR0GW0J51bUCKsw"], "issued_at": "2018-08-05T10:49:21.000000Z"}} 2018-08-05 10:49:21,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}3ece037eae230c17df9c7ca9a84ff5c3d619e226" 2018-08-05 10:49:22,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:49: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-1a418572-763f-4fd3-be2e-3ff0a5a8e389 x-compute-request-id: req-1a418572-763f-4fd3-be2e-3ff0a5a8e389 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.46: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-05 10:49:22,063 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/ used request id req-1a418572-763f-4fd3-be2e-3ff0a5a8e389 2018-08-05 10:49:22,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.567129850388s 2018-08-05 10:49:22,064 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/ used request id req-1a418572-763f-4fd3-be2e-3ff0a5a8e389 2018-08-05 10:49:22,064 - 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.46: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-05 10:49:22,064 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-08-05 10:49:22,064 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_health_check'... 2018-08-05 10:49:22,065 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:00 | SKIP | +----------------------------+------------------+------------------+----------------+ 2018-08-05 10:49:22,071 - 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:09 | PASS | | singlevm1 | functest | healthcheck | 00:27 | PASS | | singlevm2 | functest | healthcheck | 00:33 | PASS | | vping_ssh | functest | healthcheck | 00:34 | PASS | | vping_userdata | functest | healthcheck | 00:33 | PASS | | cinder_test | functest | healthcheck | 00:59 | PASS | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | | odl | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-05 10:49:22,083 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-05 10:49:22,110 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-05 10:49:22,167 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-05 10:49:22,256 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-05 10:49:48,521 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-201 | | 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-05 10:49:48,524 - 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.46,192.30.9.5 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.46:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=CqR37j2I0FOmXHsl9Oo9KAlkz 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=d5650b30963342b58320b9e3073d7ddf export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-08-05 10:49:48,524 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-05 10:49:48,525 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+------------------------------------------+-------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+------------------------------------------+-------------------------------------------------+ | smoke | 1 | Set of basic Functional tests to | tempest_smoke rally_sanity patrole vmtp | | | | validate the OPNFV scenarios. | shaker snaps_smoke neutron_trunk | | | | | barbican | +---------------+---------------+------------------------------------------+-------------------------------------------------+ 2018-08-05 10:49:48,544 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-08-05 10:49:49,424 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 10:49:49,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-05 10:49:49,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 10:49:49,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 10:49:49,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 10:49:49,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 10:49:49,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 10:49:49,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 10:49:49,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 10:49:49,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 10:49:49,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 10:49:49,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 10:49:49,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 10:49:49,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 10:49:49,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 10:49:49,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 10:49:49,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 10:49:49,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 10:49:49,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 10:49:49,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 10:49:49,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 10:49:49,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 10:49:49,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 10:49:49,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-05 10:49:49,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-05 10:49:49,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:49:49,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:49:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-54e3f430-662b-4b05-9545-7691b750449f Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 10:49:49,438 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-54e3f430-662b-4b05-9545-7691b750449f 2018-08-05 10:49:49,438 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 10:49:49,831 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T11:49:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["Sfmm-vEOQKKcMorfb9wyvQ"], "issued_at": "2018-08-05T10:49:49.000000Z"}} 2018-08-05 10:49:49,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:49:49,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" 2018-08-05 10:49:50,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-d6086eb9-90c0-4093-8fb5-0361145d7c83 Date: Sun, 05 Aug 2018 10:49:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 10:49:50,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d6086eb9-90c0-4093-8fb5-0361145d7c83 2018-08-05 10:49:50,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.336020946503s 2018-08-05 10:49:50,170 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d6086eb9-90c0-4093-8fb5-0361145d7c83 2018-08-05 10:49:50,171 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-05 10:49:55,519 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 9e03e535-f033-4fcd-8f3b-d071bc098256 | 2018-08-05T10:49:54.988566 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 9e03e535-f033-4fcd-8f3b-d071bc098256 ~/.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-05 10:49:59,085 - 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-05 10:49:59,086 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-05 10:50:10,744 - 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=b8bccad1-8c59-4977-a762-448ffd4a7a49) as the default verifier for the future CLI operations. 2018-08-05 10:50:13,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-05 10:50:13,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" 2018-08-05 10:50:14,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11471 X-Openstack-Request-Id: req-752d7eda-9b1f-4923-b4bb-ca636dda0c51 Date: Sun, 05 Aug 2018 10:50:14 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": "l3_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "L3 Agent Scheduler", "links": [], "description": "Schedule routers among l3 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": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"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": "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": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp 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-05 10:50:14,095 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/extensions.json used request id req-752d7eda-9b1f-4923-b4bb-ca636dda0c51 2018-08-05 10:50:14,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.187724113464s 2018-08-05 10:50:14,096 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/extensions.json used request id req-752d7eda-9b1f-4923-b4bb-ca636dda0c51 2018-08-05 10:50:14,105 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-08-05 10:50:14,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-05 10:50:14,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" -d '{"network": {"name": "tempest_smoke-net_760fa54a-b9b1-4080-8989-47fe8de8efc9", "admin_state_up": true}}' 2018-08-05 10:50:14,399 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-0507b9c0-1929-4090-baaf-aefb55811ba6 Date: Sun, 05 Aug 2018 10:50:14 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"08fd3da1-a24c-4ac6-8cf6-da4f15bc97ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":5,"ipv4_address_scope":null,"shared":false,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:50:14Z","is_default":false,"qos_policy_id":null,"name":"tempest_smoke-net_760fa54a-b9b1-4080-8989-47fe8de8efc9","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:50:14Z","mtu":1450}} 2018-08-05 10:50:14,399 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-0507b9c0-1929-4090-baaf-aefb55811ba6 2018-08-05 10:50:14,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.293566942215s 2018-08-05 10:50:14,400 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-0507b9c0-1929-4090-baaf-aefb55811ba6 2018-08-05 10:50:14,400 - 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-05T10:50:14Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'08fd3da1-a24c-4ac6-8cf6-da4f15bc97ba', u'provider:segmentation_id': 5, 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_760fa54a-b9b1-4080-8989-47fe8de8efc9', u'created_at': u'2018-08-05T10:50:14Z', u'mtu': 1450, u'tenant_id': u'd5650b30963342b58320b9e3073d7ddf', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd5650b30963342b58320b9e3073d7ddf', u'l2_adjacency': True}) 2018-08-05 10:50:14,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:50:14,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" 2018-08-05 10:50:14,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1432 X-Openstack-Request-Id: req-c430edba-0694-4b51-8b64-3292faef55ee Date: Sun, 05 Aug 2018 10:50:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"08fd3da1-a24c-4ac6-8cf6-da4f15bc97ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":5,"ipv4_address_scope":null,"shared":false,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:50:14Z","qos_policy_id":null,"name":"tempest_smoke-net_760fa54a-b9b1-4080-8989-47fe8de8efc9","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:50:14Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 10:50:14,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-c430edba-0694-4b51-8b64-3292faef55ee 2018-08-05 10:50:14,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.26740694046s 2018-08-05 10:50:14,669 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-c430edba-0694-4b51-8b64-3292faef55ee 2018-08-05 10:50:14,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-05 10:50:14,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" -d '{"subnet": {"name": "tempest_smoke-subnet_760fa54a-b9b1-4080-8989-47fe8de8efc9", "enable_dhcp": true, "network_id": "08fd3da1-a24c-4ac6-8cf6-da4f15bc97ba", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-05 10:50:15,171 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-fb06621b-431b-4190-97d4-090d2665e750 Date: Sun, 05 Aug 2018 10:50:15 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-05T10:50:14Z","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":"659b39c0-a014-463f-9f1b-64d8ab9792bf","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d5650b30963342b58320b9e3073d7ddf","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tempest_smoke-subnet_760fa54a-b9b1-4080-8989-47fe8de8efc9","enable_dhcp":true,"segment_id":null,"network_id":"08fd3da1-a24c-4ac6-8cf6-da4f15bc97ba","tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:50:14Z","ip_version":4}} 2018-08-05 10:50:15,171 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-fb06621b-431b-4190-97d4-090d2665e750 2018-08-05 10:50:15,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.500726938248s 2018-08-05 10:50:15,171 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-fb06621b-431b-4190-97d4-090d2665e750 2018-08-05 10:50:15,172 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T10:50:14Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'659b39c0-a014-463f-9f1b-64d8ab9792bf', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_760fa54a-b9b1-4080-8989-47fe8de8efc9', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'08fd3da1-a24c-4ac6-8cf6-da4f15bc97ba', u'tenant_id': u'd5650b30963342b58320b9e3073d7ddf', u'created_at': u'2018-08-05T10:50:14Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd5650b30963342b58320b9e3073d7ddf'}) 2018-08-05 10:50:15,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-05 10:50:15,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" -d '{"router": {"external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "name": "tempest_smoke-router_760fa54a-b9b1-4080-8989-47fe8de8efc9", "admin_state_up": true}}' 2018-08-05 10:50:16,568 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 713 X-Openstack-Request-Id: req-ec2d38ec-8275-4f10-b2a3-c90637c68e92 Date: Sun, 05 Aug 2018 10:50:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.214"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:50:15Z", "admin_state_up": true, "updated_at": "2018-08-05T10:50:16Z", "project_id": "d5650b30963342b58320b9e3073d7ddf", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "50860280-a468-40d2-a1a7-e1094560ee70", "name": "tempest_smoke-router_760fa54a-b9b1-4080-8989-47fe8de8efc9"}} 2018-08-05 10:50:16,568 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-ec2d38ec-8275-4f10-b2a3-c90637c68e92 2018-08-05 10:50:16,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.39564990997s 2018-08-05 10:50:16,568 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-ec2d38ec-8275-4f10-b2a3-c90637c68e92 2018-08-05 10:50:16,569 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T10:50:16Z', u'revision_number': 2, u'ha': False, u'id': u'50860280-a468-40d2-a1a7-e1094560ee70', u'external_gateway_info': {u'network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'89972d6a-26a8-4595-baea-47e68ca637c2', u'ip_address': u'172.30.9.214'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-router_760fa54a-b9b1-4080-8989-47fe8de8efc9', u'admin_state_up': True, u'tenant_id': u'd5650b30963342b58320b9e3073d7ddf', u'created_at': u'2018-08-05T10:50:15Z', u'flavor_id': None, u'routes': [], u'project_id': u'd5650b30963342b58320b9e3073d7ddf'}) 2018-08-05 10:50:16,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-05 10:50:16,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/50860280-a468-40d2-a1a7-e1094560ee70/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" -d '{"subnet_id": "659b39c0-a014-463f-9f1b-64d8ab9792bf"}' 2018-08-05 10:50:18,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-01e28972-bfb3-449b-9af5-c81d916845ae Date: Sun, 05 Aug 2018 10:50:18 GMT RESP BODY: {"network_id": "08fd3da1-a24c-4ac6-8cf6-da4f15bc97ba", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "subnet_id": "659b39c0-a014-463f-9f1b-64d8ab9792bf", "subnet_ids": ["659b39c0-a014-463f-9f1b-64d8ab9792bf"], "port_id": "1eb34e35-ef5f-4324-8cd1-63b0aa716c63", "id": "50860280-a468-40d2-a1a7-e1094560ee70"} 2018-08-05 10:50:18,593 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/50860280-a468-40d2-a1a7-e1094560ee70/add_router_interface.json used request id req-01e28972-bfb3-449b-9af5-c81d916845ae 2018-08-05 10:50:18,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.02378797531s 2018-08-05 10:50:18,594 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/50860280-a468-40d2-a1a7-e1094560ee70/add_router_interface.json used request id req-01e28972-bfb3-449b-9af5-c81d916845ae returning object 50860280-a468-40d2-a1a7-e1094560ee70 2018-08-05 10:50:18,595 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-05 10:50:18,726 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-05 10:50:18,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:50:18,733 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 05 Aug 2018 10:50:18 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}]} 2018-08-05 10:50:18,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:50:18,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" 2018-08-05 10:50:18,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a6a0606d-72c6-4e6d-94b9-15a550f7a2ae Date: Sun, 05 Aug 2018 10:50:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:50:18,938 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-a6a0606d-72c6-4e6d-94b9-15a550f7a2ae 2018-08-05 10:50:18,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.200084924698s 2018-08-05 10:50:18,939 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-a6a0606d-72c6-4e6d-94b9-15a550f7a2ae 2018-08-05 10:50:18,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 10:50:18,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_760fa54a-b9b1-4080-8989-47fe8de8efc9", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_760fa54a-b9b1-4080-8989-47fe8de8efc9"}' 2018-08-05 10:50:18,988 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/e84c3b62-af8e-4a3b-9656-40724bdab49c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-7e2604ef-1962-46ae-ade0-77497d378965 Date: Sun, 05 Aug 2018 10:50:18 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e84c3b62-af8e-4a3b-9656-40724bdab49c/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "e84c3b62-af8e-4a3b-9656-40724bdab49c", "size": null, "self": "/v2/images/e84c3b62-af8e-4a3b-9656-40724bdab49c", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:50:18Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_760fa54a-b9b1-4080-8989-47fe8de8efc9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_760fa54a-b9b1-4080-8989-47fe8de8efc9", "checksum": null, "created_at": "2018-08-05T10:50:18Z", "protected": false} 2018-08-05 10:50:18,988 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-7e2604ef-1962-46ae-ade0-77497d378965 2018-08-05 10:50:18,988 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0413808822632s 2018-08-05 10:50:18,988 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-7e2604ef-1962-46ae-ade0-77497d378965 returning object e84c3b62-af8e-4a3b-9656-40724bdab49c 2018-08-05 10:50:18,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 10:50:18,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/e84c3b62-af8e-4a3b-9656-40724bdab49c/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" -d '' 2018-08-05 10:50:20,179 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e4d5c45f-cf33-4a90-a48a-314468281306 Date: Sun, 05 Aug 2018 10:50: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-05 10:50:20,179 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/e84c3b62-af8e-4a3b-9656-40724bdab49c/file used request id req-e4d5c45f-cf33-4a90-a48a-314468281306 2018-08-05 10:50:20,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.19000196457s 2018-08-05 10:50:20,179 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/e84c3b62-af8e-4a3b-9656-40724bdab49c/file used request id req-e4d5c45f-cf33-4a90-a48a-314468281306 2018-08-05 10:50:20,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:50:20,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" 2018-08-05 10:50:20,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-66de6cd7-9644-4606-a49f-eb7489bd89c4 Date: Sun, 05 Aug 2018 10:50:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e84c3b62-af8e-4a3b-9656-40724bdab49c/snap", "metadata": {}}], "file": "/v2/images/e84c3b62-af8e-4a3b-9656-40724bdab49c/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "e84c3b62-af8e-4a3b-9656-40724bdab49c", "size": 12716032, "self": "/v2/images/e84c3b62-af8e-4a3b-9656-40724bdab49c", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e84c3b62-af8e-4a3b-9656-40724bdab49c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:50:20Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_760fa54a-b9b1-4080-8989-47fe8de8efc9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_760fa54a-b9b1-4080-8989-47fe8de8efc9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:50:18Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:50:20,210 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-66de6cd7-9644-4606-a49f-eb7489bd89c4 2018-08-05 10:50:20,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0267260074615s 2018-08-05 10:50:20,211 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-66de6cd7-9644-4606-a49f-eb7489bd89c4 2018-08-05 10:50:20,212 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e84c3b62-af8e-4a3b-9656-40724bdab49c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e84c3b62-af8e-4a3b-9656-40724bdab49c/file', 'owner': u'd5650b30963342b58320b9e3073d7ddf', 'id': u'e84c3b62-af8e-4a3b-9656-40724bdab49c', 'size': 12716032, u'self': u'/v2/images/e84c3b62-af8e-4a3b-9656-40724bdab49c', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd5650b30963342b58320b9e3073d7ddf', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e84c3b62-af8e-4a3b-9656-40724bdab49c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T10:50:20Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-05T10:50:20Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_760fa54a-b9b1-4080-8989-47fe8de8efc9', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/e84c3b62-af8e-4a3b-9656-40724bdab49c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke-img_760fa54a-b9b1-4080-8989-47fe8de8efc9', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_760fa54a-b9b1-4080-8989-47fe8de8efc9', 'created': u'2018-08-05T10:50:18Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-05T10:50:18Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e84c3b62-af8e-4a3b-9656-40724bdab49c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke-img_760fa54a-b9b1-4080-8989-47fe8de8efc9', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-05 10:50:20,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 10:50:20,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_760fa54a-b9b1-4080-8989-47fe8de8efc9", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-05 10:50:20,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:50: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-b3ef7e14-0490-4a41-a4d7-f9446882297b x-compute-request-id: req-b3ef7e14-0490-4a41-a4d7-f9446882297b Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_760fa54a-b9b1-4080-8989-47fe8de8efc9", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/9231d033-e1bf-472b-b727-7600316eeb31", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/9231d033-e1bf-472b-b727-7600316eeb31", "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": "9231d033-e1bf-472b-b727-7600316eeb31"}} 2018-08-05 10:50:20,521 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-b3ef7e14-0490-4a41-a4d7-f9446882297b 2018-08-05 10:50:20,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.307923078537s 2018-08-05 10:50:20,522 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-b3ef7e14-0490-4a41-a4d7-f9446882297b 2018-08-05 10:50:20,522 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_760fa54a-b9b1-4080-8989-47fe8de8efc9', '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'd5650b30963342b58320b9e3073d7ddf', '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'9231d033-e1bf-472b-b727-7600316eeb31', 'swap': 0}) 2018-08-05 10:50:20,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 10:50:20,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/9231d033-e1bf-472b-b727-7600316eeb31/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" -d '{"extra_specs": {}}' 2018-08-05 10:50:20,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:50: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-7fc53fdd-3232-4167-903e-24337033d6ab x-compute-request-id: req-7fc53fdd-3232-4167-903e-24337033d6ab Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 10:50:20,559 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/9231d033-e1bf-472b-b727-7600316eeb31/os-extra_specs used request id req-7fc53fdd-3232-4167-903e-24337033d6ab 2018-08-05 10:50:20,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0359098911285s 2018-08-05 10:50:20,559 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/9231d033-e1bf-472b-b727-7600316eeb31/os-extra_specs used request id req-7fc53fdd-3232-4167-903e-24337033d6ab 2018-08-05 10:50:20,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:50:20,569 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 10:50:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6f93461b-0dd4-4f6d-a754-1d736c131679 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.46:5000/v3/", "rel": "self"}]}]}} 2018-08-05 10:50:20,569 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/ used request id req-6f93461b-0dd4-4f6d-a754-1d736c131679 2018-08-05 10:50:20,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 10:50:20,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" 2018-08-05 10:50:20,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:50:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b762702f-3533-4783-833e-a593b8c4c4df Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 10:50:20,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-b762702f-3533-4783-833e-a593b8c4c4df 2018-08-05 10:50:20,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.170641183853s 2018-08-05 10:50:20,744 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-b762702f-3533-4783-833e-a593b8c4c4df 2018-08-05 10:50:20,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 10:50:20,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" 2018-08-05 10:50:20,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:50:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e664b02-53ba-4374-8f67-acd67ca29a4d Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 10:50:20,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-3e664b02-53ba-4374-8f67-acd67ca29a4d 2018-08-05 10:50:20,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.021772146225s 2018-08-05 10:50:20,771 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-3e664b02-53ba-4374-8f67-acd67ca29a4d 2018-08-05 10:50:20,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-05 10:50:20,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" 2018-08-05 10:50:20,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:50: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-fe4ff217-e77a-4533-a626-ca8f842fe23f x-compute-request-id: req-fe4ff217-e77a-4533-a626-ca8f842fe23f Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 4}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"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-1.opnfvlf.org", "disabled_reason": null, "id": 5}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"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-05 10:50:20,814 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/os-hypervisors/detail used request id req-fe4ff217-e77a-4533-a626-ca8f842fe23f 2018-08-05 10:50:20,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0400660037994s 2018-08-05 10:50:20,815 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/os-hypervisors/detail used request id req-fe4ff217-e77a-4533-a626-ca8f842fe23f 2018-08-05 10:50:20,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:50:20,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" 2018-08-05 10:50:20,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-40c10a33-a1b4-4240-823a-b2b7637c617b Date: Sun, 05 Aug 2018 10:50:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e84c3b62-af8e-4a3b-9656-40724bdab49c/snap", "metadata": {}}], "file": "/v2/images/e84c3b62-af8e-4a3b-9656-40724bdab49c/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "e84c3b62-af8e-4a3b-9656-40724bdab49c", "size": 12716032, "self": "/v2/images/e84c3b62-af8e-4a3b-9656-40724bdab49c", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e84c3b62-af8e-4a3b-9656-40724bdab49c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:50:20Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_760fa54a-b9b1-4080-8989-47fe8de8efc9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_760fa54a-b9b1-4080-8989-47fe8de8efc9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:50:18Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:50:20,843 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-40c10a33-a1b4-4240-823a-b2b7637c617b 2018-08-05 10:50:20,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0238170623779s 2018-08-05 10:50:20,843 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-40c10a33-a1b4-4240-823a-b2b7637c617b 2018-08-05 10:50:20,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 10:50:20,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_760fa54a-b9b1-4080-8989-47fe8de8efc9", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_760fa54a-b9b1-4080-8989-47fe8de8efc9"}' 2018-08-05 10:50:20,896 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/253d4287-39fd-4aea-81f2-be73db6ddf5f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-c54c45be-b2e1-4d14-b046-11683f899223 Date: Sun, 05 Aug 2018 10:50:20 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/253d4287-39fd-4aea-81f2-be73db6ddf5f/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "253d4287-39fd-4aea-81f2-be73db6ddf5f", "size": null, "self": "/v2/images/253d4287-39fd-4aea-81f2-be73db6ddf5f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:50:20Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_760fa54a-b9b1-4080-8989-47fe8de8efc9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_760fa54a-b9b1-4080-8989-47fe8de8efc9", "checksum": null, "created_at": "2018-08-05T10:50:20Z", "protected": false} 2018-08-05 10:50:20,896 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-c54c45be-b2e1-4d14-b046-11683f899223 2018-08-05 10:50:20,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0454459190369s 2018-08-05 10:50:20,897 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-c54c45be-b2e1-4d14-b046-11683f899223 returning object 253d4287-39fd-4aea-81f2-be73db6ddf5f 2018-08-05 10:50:20,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 10:50:20,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/253d4287-39fd-4aea-81f2-be73db6ddf5f/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" -d '' 2018-08-05 10:50:22,380 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0de41859-6bbd-49cd-99e4-a0e8af0f1e8e Date: Sun, 05 Aug 2018 10:50: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-05 10:50:22,380 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/253d4287-39fd-4aea-81f2-be73db6ddf5f/file used request id req-0de41859-6bbd-49cd-99e4-a0e8af0f1e8e 2018-08-05 10:50:22,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.48328304291s 2018-08-05 10:50:22,381 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/253d4287-39fd-4aea-81f2-be73db6ddf5f/file used request id req-0de41859-6bbd-49cd-99e4-a0e8af0f1e8e 2018-08-05 10:50:22,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:50:22,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" 2018-08-05 10:50:22,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2355 Content-Type: application/json X-Openstack-Request-Id: req-4030eda9-67ed-4fde-8bd7-4848a5801250 Date: Sun, 05 Aug 2018 10:50:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/253d4287-39fd-4aea-81f2-be73db6ddf5f/snap", "metadata": {}}], "file": "/v2/images/253d4287-39fd-4aea-81f2-be73db6ddf5f/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "253d4287-39fd-4aea-81f2-be73db6ddf5f", "size": 12716032, "self": "/v2/images/253d4287-39fd-4aea-81f2-be73db6ddf5f", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/253d4287-39fd-4aea-81f2-be73db6ddf5f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:50:22Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_760fa54a-b9b1-4080-8989-47fe8de8efc9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_760fa54a-b9b1-4080-8989-47fe8de8efc9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:50:20Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e84c3b62-af8e-4a3b-9656-40724bdab49c/snap", "metadata": {}}], "file": "/v2/images/e84c3b62-af8e-4a3b-9656-40724bdab49c/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "e84c3b62-af8e-4a3b-9656-40724bdab49c", "size": 12716032, "self": "/v2/images/e84c3b62-af8e-4a3b-9656-40724bdab49c", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e84c3b62-af8e-4a3b-9656-40724bdab49c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:50:20Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_760fa54a-b9b1-4080-8989-47fe8de8efc9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_760fa54a-b9b1-4080-8989-47fe8de8efc9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:50:18Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:50:22,414 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-4030eda9-67ed-4fde-8bd7-4848a5801250 2018-08-05 10:50:22,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.029510974884s 2018-08-05 10:50:22,415 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-4030eda9-67ed-4fde-8bd7-4848a5801250 2018-08-05 10:50:22,417 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/253d4287-39fd-4aea-81f2-be73db6ddf5f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/253d4287-39fd-4aea-81f2-be73db6ddf5f/file', 'owner': u'd5650b30963342b58320b9e3073d7ddf', 'id': u'253d4287-39fd-4aea-81f2-be73db6ddf5f', 'size': 12716032, u'self': u'/v2/images/253d4287-39fd-4aea-81f2-be73db6ddf5f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd5650b30963342b58320b9e3073d7ddf', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/253d4287-39fd-4aea-81f2-be73db6ddf5f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T10:50:22Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-05T10:50:22Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_760fa54a-b9b1-4080-8989-47fe8de8efc9', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/253d4287-39fd-4aea-81f2-be73db6ddf5f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_760fa54a-b9b1-4080-8989-47fe8de8efc9', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_alt_760fa54a-b9b1-4080-8989-47fe8de8efc9', 'created': u'2018-08-05T10:50:20Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-05T10:50:20Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/253d4287-39fd-4aea-81f2-be73db6ddf5f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_760fa54a-b9b1-4080-8989-47fe8de8efc9', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-05 10:50:22,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 10:50:22,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_760fa54a-b9b1-4080-8989-47fe8de8efc9", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-05 10:50:22,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:50: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-68d9ffd8-4e75-45e9-ac1c-18cdea7d6b79 x-compute-request-id: req-68d9ffd8-4e75-45e9-ac1c-18cdea7d6b79 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_760fa54a-b9b1-4080-8989-47fe8de8efc9", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/ac215739-2d5b-4466-a158-f58473c01f02", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/ac215739-2d5b-4466-a158-f58473c01f02", "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": "ac215739-2d5b-4466-a158-f58473c01f02"}} 2018-08-05 10:50:22,462 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-68d9ffd8-4e75-45e9-ac1c-18cdea7d6b79 2018-08-05 10:50:22,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0438318252563s 2018-08-05 10:50:22,462 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-68d9ffd8-4e75-45e9-ac1c-18cdea7d6b79 2018-08-05 10:50:22,463 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_760fa54a-b9b1-4080-8989-47fe8de8efc9', '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'd5650b30963342b58320b9e3073d7ddf', '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'ac215739-2d5b-4466-a158-f58473c01f02', 'swap': 0}) 2018-08-05 10:50:22,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 10:50:22,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/ac215739-2d5b-4466-a158-f58473c01f02/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" -d '{"extra_specs": {}}' 2018-08-05 10:50:22,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:50: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-d00bd2d5-14cb-4902-935b-d2ba1870c61f x-compute-request-id: req-d00bd2d5-14cb-4902-935b-d2ba1870c61f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 10:50:22,488 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/ac215739-2d5b-4466-a158-f58473c01f02/os-extra_specs used request id req-d00bd2d5-14cb-4902-935b-d2ba1870c61f 2018-08-05 10:50:22,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0247910022736s 2018-08-05 10:50:22,489 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/ac215739-2d5b-4466-a158-f58473c01f02/os-extra_specs used request id req-d00bd2d5-14cb-4902-935b-d2ba1870c61f 2018-08-05 10:50:22,489 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_760fa54a-b9b1-4080-8989-47fe8de8efc9', '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'd5650b30963342b58320b9e3073d7ddf', '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'ac215739-2d5b-4466-a158-f58473c01f02', 'swap': 0}) 2018-08-05 10:50:25,940 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-05 10:50:25,941 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-05 10:50:25,941 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-05 10:50:25,943 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-05 10:50:25,947 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-05 10:50:29,389 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b8bccad1-8c59-4977-a762-448ffd4a7a49/repo; stestr list '^(tempest|neutron_tempest_plugin)\.(api|scenario).*\[.*\bsmoke\b.*\]$' >/home/opnfv/functest/results/tempest_smoke/test_list.txt 2>/dev/null) 2018-08-05 10:50:29,390 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-05 10:50:29,392 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-05 10:50:29,392 - 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']'. 2018-08-05 10:53:23,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: e209c84d-c5fa-4b27-8bac-783446a07a94 2018-08-05 10:53:23,460 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'e209c84d-c5fa-4b27-8bac-783446a07a94']'. 2018-08-05 10:53:24,267 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-05 10:53:24,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-05 10:53:24,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-05 10:53:24,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | e209c84d-c5fa-4b27-8bac-783446a07a94 | 2018-08-05 10:53:24,268 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-05 10:53:24,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-05 10:50:31 | 2018-08-05 10:53:24,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-05 10:53:23 | 2018-08-05 10:53:24,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:52 | 2018-08-05 10:53:24,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-05 10:53:24,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-05 10:53:24,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b8bccad1-8c59-4977-a762-448ffd4a7a49) | 2018-08-05 10:53:24,269 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-05 10:53:24,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 9e03e535-f033-4fcd-8f3b-d071bc098256) | 2018-08-05 10:53:24,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 131 | 2018-08-05 10:53:24,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 162.167 | 2018-08-05 10:53:24,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 107 | 2018-08-05 10:53:24,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 24 | 2018-08-05 10:53:24,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-05 10:53:24,270 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-05 10:53:24,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-05 10:53:24,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-05 10:53:24,271 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-05 10:53:24,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 100.0% 2018-08-05 10:53:24,484 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-05 10:53:24,484 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 03:10 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-05 10:53:24,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-05 10:53:24,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9292/v2/images/253d4287-39fd-4aea-81f2-be73db6ddf5f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" 2018-08-05 10:53:25,039 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5415a756-0534-4dd7-a409-c1c635585b1c Date: Sun, 05 Aug 2018 10:53: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-05 10:53:25,039 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/253d4287-39fd-4aea-81f2-be73db6ddf5f used request id req-5415a756-0534-4dd7-a409-c1c635585b1c 2018-08-05 10:53:25,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.552795886993s 2018-08-05 10:53:25,039 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/253d4287-39fd-4aea-81f2-be73db6ddf5f used request id req-5415a756-0534-4dd7-a409-c1c635585b1c 2018-08-05 10:53:25,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 10:53:25,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" 2018-08-05 10:53:25,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:53: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-103d3483-2263-47d0-b306-0c9fde715544 x-compute-request-id: req-103d3483-2263-47d0-b306-0c9fde715544 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_760fa54a-b9b1-4080-8989-47fe8de8efc9", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/9231d033-e1bf-472b-b727-7600316eeb31", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/9231d033-e1bf-472b-b727-7600316eeb31", "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": "9231d033-e1bf-472b-b727-7600316eeb31"}, {"name": "tempest_smoke-flavor_alt_760fa54a-b9b1-4080-8989-47fe8de8efc9", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/ac215739-2d5b-4466-a158-f58473c01f02", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/ac215739-2d5b-4466-a158-f58473c01f02", "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": "ac215739-2d5b-4466-a158-f58473c01f02"}]} 2018-08-05 10:53:25,061 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-103d3483-2263-47d0-b306-0c9fde715544 2018-08-05 10:53:25,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0219659805298s 2018-08-05 10:53:25,062 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-103d3483-2263-47d0-b306-0c9fde715544 2018-08-05 10:53:25,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 10:53:25,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/ac215739-2d5b-4466-a158-f58473c01f02 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" 2018-08-05 10:53:25,105 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 10:53: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-f9b125b6-f841-4f87-aa8d-6fa2101025a7 x-compute-request-id: req-f9b125b6-f841-4f87-aa8d-6fa2101025a7 Content-Length: 0 Content-Type: application/json 2018-08-05 10:53:25,105 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/ac215739-2d5b-4466-a158-f58473c01f02 used request id req-f9b125b6-f841-4f87-aa8d-6fa2101025a7 2018-08-05 10:53:25,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0427489280701s 2018-08-05 10:53:25,105 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/ac215739-2d5b-4466-a158-f58473c01f02 used request id req-f9b125b6-f841-4f87-aa8d-6fa2101025a7 2018-08-05 10:53:25,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-05 10:53:25,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/50860280-a468-40d2-a1a7-e1094560ee70/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" -d '{"subnet_id": "659b39c0-a014-463f-9f1b-64d8ab9792bf"}' 2018-08-05 10:53:27,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c507088c-6257-42fb-a5e0-3c9cd2ab9385 Date: Sun, 05 Aug 2018 10:53:27 GMT RESP BODY: {"network_id": "08fd3da1-a24c-4ac6-8cf6-da4f15bc97ba", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "subnet_id": "659b39c0-a014-463f-9f1b-64d8ab9792bf", "subnet_ids": ["659b39c0-a014-463f-9f1b-64d8ab9792bf"], "port_id": "1eb34e35-ef5f-4324-8cd1-63b0aa716c63", "id": "50860280-a468-40d2-a1a7-e1094560ee70"} 2018-08-05 10:53:27,171 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/50860280-a468-40d2-a1a7-e1094560ee70/remove_router_interface.json used request id req-c507088c-6257-42fb-a5e0-3c9cd2ab9385 2018-08-05 10:53:27,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.06572890282s 2018-08-05 10:53:27,172 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/50860280-a468-40d2-a1a7-e1094560ee70/remove_router_interface.json used request id req-c507088c-6257-42fb-a5e0-3c9cd2ab9385 returning object 50860280-a468-40d2-a1a7-e1094560ee70 2018-08-05 10:53:27,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-05 10:53:27,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" 2018-08-05 10:53:27,292 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-cae69b85-290e-4e52-a1b6-8575fd8d9cb6 Date: Sun, 05 Aug 2018 10:53:27 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.214"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:50:15Z", "admin_state_up": true, "updated_at": "2018-08-05T10:53:26Z", "project_id": "d5650b30963342b58320b9e3073d7ddf", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "50860280-a468-40d2-a1a7-e1094560ee70", "name": "tempest_smoke-router_760fa54a-b9b1-4080-8989-47fe8de8efc9"}]} 2018-08-05 10:53:27,293 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-cae69b85-290e-4e52-a1b6-8575fd8d9cb6 2018-08-05 10:53:27,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.120491981506s 2018-08-05 10:53:27,293 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-cae69b85-290e-4e52-a1b6-8575fd8d9cb6 2018-08-05 10:53:27,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-05 10:53:27,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/routers/50860280-a468-40d2-a1a7-e1094560ee70.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" 2018-08-05 10:53:28,439 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-815f9ffe-1e74-42ae-ab56-d2d05b66cf89 Content-Length: 0 Date: Sun, 05 Aug 2018 10:53:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:53:28,439 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/50860280-a468-40d2-a1a7-e1094560ee70.json used request id req-815f9ffe-1e74-42ae-ab56-d2d05b66cf89 2018-08-05 10:53:28,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.14375400543s 2018-08-05 10:53:28,439 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/50860280-a468-40d2-a1a7-e1094560ee70.json used request id req-815f9ffe-1e74-42ae-ab56-d2d05b66cf89 2018-08-05 10:53:28,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 10:53:28,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" 2018-08-05 10:53:28,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1331 X-Openstack-Request-Id: req-4ca829dc-a2c4-4e8e-997d-4a4af3f45e37 Date: Sun, 05 Aug 2018 10:53:28 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-05T10:50:14Z","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":"659b39c0-a014-463f-9f1b-64d8ab9792bf","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d5650b30963342b58320b9e3073d7ddf","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tempest_smoke-subnet_760fa54a-b9b1-4080-8989-47fe8de8efc9","enable_dhcp":true,"segment_id":null,"network_id":"08fd3da1-a24c-4ac6-8cf6-da4f15bc97ba","tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:50:14Z","ip_version":4},{"updated_at":"2018-08-05T10:41:19Z","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":"89972d6a-26a8-4595-baea-47e68ca637c2","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0657afe192264a9b9d21fa2c02d460ec","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:19Z","ip_version":4}]} 2018-08-05 10:53:28,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-4ca829dc-a2c4-4e8e-997d-4a4af3f45e37 2018-08-05 10:53:28,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.043426990509s 2018-08-05 10:53:28,484 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-4ca829dc-a2c4-4e8e-997d-4a4af3f45e37 2018-08-05 10:53:28,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-05 10:53:28,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/subnets/659b39c0-a014-463f-9f1b-64d8ab9792bf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" 2018-08-05 10:53:29,522 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3af42d04-7364-411d-aa3b-7190155ab280 Date: Sun, 05 Aug 2018 10:53:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:53:29,522 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/659b39c0-a014-463f-9f1b-64d8ab9792bf.json used request id req-3af42d04-7364-411d-aa3b-7190155ab280 2018-08-05 10:53:29,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.03700995445s 2018-08-05 10:53:29,523 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/659b39c0-a014-463f-9f1b-64d8ab9792bf.json used request id req-3af42d04-7364-411d-aa3b-7190155ab280 2018-08-05 10:53:29,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:53:29,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" 2018-08-05 10:53:29,611 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1438 X-Openstack-Request-Id: req-5549418d-9a82-430b-8529-967a71fb3d8f Date: Sun, 05 Aug 2018 10:53:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"08fd3da1-a24c-4ac6-8cf6-da4f15bc97ba","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":5,"ipv4_address_scope":null,"shared":false,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:53:29Z","qos_policy_id":null,"name":"tempest_smoke-net_760fa54a-b9b1-4080-8989-47fe8de8efc9","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:50:14Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 10:53:29,611 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-5549418d-9a82-430b-8529-967a71fb3d8f 2018-08-05 10:53:29,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0879142284393s 2018-08-05 10:53:29,611 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-5549418d-9a82-430b-8529-967a71fb3d8f 2018-08-05 10:53:29,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-05 10:53:29,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/networks/08fd3da1-a24c-4ac6-8cf6-da4f15bc97ba.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" 2018-08-05 10:53:30,534 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1aceb7a4-c200-40cd-9167-5e2a31c7c8d3 Date: Sun, 05 Aug 2018 10:53:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 10:53:30,534 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/08fd3da1-a24c-4ac6-8cf6-da4f15bc97ba.json used request id req-1aceb7a4-c200-40cd-9167-5e2a31c7c8d3 2018-08-05 10:53:30,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.921652078629s 2018-08-05 10:53:30,535 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/08fd3da1-a24c-4ac6-8cf6-da4f15bc97ba.json used request id req-1aceb7a4-c200-40cd-9167-5e2a31c7c8d3 2018-08-05 10:53:30,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:53:30,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" 2018-08-05 10:53:30,563 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-2a58994d-9b01-4046-a661-aee1212b1f49 Date: Sun, 05 Aug 2018 10:53:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e84c3b62-af8e-4a3b-9656-40724bdab49c/snap", "metadata": {}}], "file": "/v2/images/e84c3b62-af8e-4a3b-9656-40724bdab49c/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "e84c3b62-af8e-4a3b-9656-40724bdab49c", "size": 12716032, "self": "/v2/images/e84c3b62-af8e-4a3b-9656-40724bdab49c", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e84c3b62-af8e-4a3b-9656-40724bdab49c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:50:20Z", "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_760fa54a-b9b1-4080-8989-47fe8de8efc9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_760fa54a-b9b1-4080-8989-47fe8de8efc9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:50:18Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:53:30,563 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-2a58994d-9b01-4046-a661-aee1212b1f49 2018-08-05 10:53:30,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0246770381927s 2018-08-05 10:53:30,564 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-2a58994d-9b01-4046-a661-aee1212b1f49 2018-08-05 10:53:30,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-05 10:53:30,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9292/v2/images/e84c3b62-af8e-4a3b-9656-40724bdab49c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" 2018-08-05 10:53:31,549 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7266c74e-062c-46b3-a7a0-84c96a18841c Date: Sun, 05 Aug 2018 10:53: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-05 10:53:31,549 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/e84c3b62-af8e-4a3b-9656-40724bdab49c used request id req-7266c74e-062c-46b3-a7a0-84c96a18841c 2018-08-05 10:53:31,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.984282016754s 2018-08-05 10:53:31,550 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/e84c3b62-af8e-4a3b-9656-40724bdab49c used request id req-7266c74e-062c-46b3-a7a0-84c96a18841c 2018-08-05 10:53:31,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 10:53:31,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" 2018-08-05 10:53:31,577 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:53: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-8bcfa7ac-7918-4acc-b576-a6f2fe0b8a10 x-compute-request-id: req-8bcfa7ac-7918-4acc-b576-a6f2fe0b8a10 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_760fa54a-b9b1-4080-8989-47fe8de8efc9", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/9231d033-e1bf-472b-b727-7600316eeb31", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/9231d033-e1bf-472b-b727-7600316eeb31", "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": "9231d033-e1bf-472b-b727-7600316eeb31"}]} 2018-08-05 10:53:31,578 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-8bcfa7ac-7918-4acc-b576-a6f2fe0b8a10 2018-08-05 10:53:31,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0272920131683s 2018-08-05 10:53:31,578 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-8bcfa7ac-7918-4acc-b576-a6f2fe0b8a10 2018-08-05 10:53:31,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 10:53:31,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/9231d033-e1bf-472b-b727-7600316eeb31 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0d42a9a1e668b258c0070a50ff2a813d19b77762" 2018-08-05 10:53:31,626 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 10:53: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-b3725c7d-f8de-4768-82cd-203aad3771e6 x-compute-request-id: req-b3725c7d-f8de-4768-82cd-203aad3771e6 Content-Length: 0 Content-Type: application/json 2018-08-05 10:53:31,627 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/9231d033-e1bf-472b-b727-7600316eeb31 used request id req-b3725c7d-f8de-4768-82cd-203aad3771e6 2018-08-05 10:53:31,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0468680858612s 2018-08-05 10:53:31,627 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/9231d033-e1bf-472b-b727-7600316eeb31 used request id req-b3725c7d-f8de-4768-82cd-203aad3771e6 2018-08-05 10:53:31,673 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-08-05 10:53:31,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 10:53:31,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-05 10:53:31,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 10:53:31,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 10:53:31,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 10:53:31,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 10:53:31,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 10:53:31,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 10:53:31,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 10:53:31,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 10:53:31,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 10:53:31,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 10:53:31,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 10:53:31,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 10:53:31,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 10:53:31,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 10:53:31,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 10:53:31,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 10:53:31,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 10:53:31,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 10:53:31,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 10:53:31,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 10:53:31,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 10:53:31,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-05 10:53:31,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-05 10:53:31,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:53:31,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:53:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf04a801-c68f-48c3-b8f7-0a7d0ad745d7 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 10:53:31,724 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-cf04a801-c68f-48c3-b8f7-0a7d0ad745d7 2018-08-05 10:53:31,725 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 10:53:32,120 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T11:53:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["NeuKSiPFRH-eHonOCKqTNQ"], "issued_at": "2018-08-05T10:53:32.000000Z"}} 2018-08-05 10:53:32,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:53:32,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" 2018-08-05 10:53:32,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-e3ddce39-8936-426c-86d3-c03211dd7b8f Date: Sun, 05 Aug 2018 10:53:32 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 10:53:32,376 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e3ddce39-8936-426c-86d3-c03211dd7b8f 2018-08-05 10:53:32,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.252914190292s 2018-08-05 10:53:32,377 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e3ddce39-8936-426c-86d3-c03211dd7b8f 2018-08-05 10:53:32,377 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-08-05 10:53:32,743 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause='status' 2018-08-05 10:53:32,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-05 10:53:32,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" -d '{"network": {"shared": true, "name": "rally_sanity-net_f86256de-f3c1-4531-9840-a6cf36c266af", "admin_state_up": true}}' 2018-08-05 10:53:32,925 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-bb7f72f4-db74-4a5f-a780-a638db467060 Date: Sun, 05 Aug 2018 10:53:32 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"28ea63d5-4021-4d70-b867-343292d5f388","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":true,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:53:32Z","is_default":false,"qos_policy_id":null,"name":"rally_sanity-net_f86256de-f3c1-4531-9840-a6cf36c266af","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:53:32Z","mtu":1450}} 2018-08-05 10:53:32,925 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-bb7f72f4-db74-4a5f-a780-a638db467060 2018-08-05 10:53:32,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.181979894638s 2018-08-05 10:53:32,926 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-bb7f72f4-db74-4a5f-a780-a638db467060 2018-08-05 10:53:32,926 - 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-05T10:53:32Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'28ea63d5-4021-4d70-b867-343292d5f388', u'provider:segmentation_id': 44, 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_f86256de-f3c1-4531-9840-a6cf36c266af', u'created_at': u'2018-08-05T10:53:32Z', u'mtu': 1450, u'tenant_id': u'd5650b30963342b58320b9e3073d7ddf', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'd5650b30963342b58320b9e3073d7ddf', u'l2_adjacency': True}) 2018-08-05 10:53:32,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 10:53:32,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" 2018-08-05 10:53:33,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1431 X-Openstack-Request-Id: req-586c0679-b9bd-4d7e-9422-7514195ba7bc Date: Sun, 05 Aug 2018 10:53:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"28ea63d5-4021-4d70-b867-343292d5f388","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":true,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T10:53:32Z","qos_policy_id":null,"name":"rally_sanity-net_f86256de-f3c1-4531-9840-a6cf36c266af","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:53:32Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 10:53:33,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-586c0679-b9bd-4d7e-9422-7514195ba7bc 2018-08-05 10:53:33,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.101032018661s 2018-08-05 10:53:33,028 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-586c0679-b9bd-4d7e-9422-7514195ba7bc 2018-08-05 10:53:33,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-05 10:53:33,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" -d '{"subnet": {"name": "rally_sanity-subnet_f86256de-f3c1-4531-9840-a6cf36c266af", "enable_dhcp": true, "network_id": "28ea63d5-4021-4d70-b867-343292d5f388", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-05 10:53:33,441 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 698 X-Openstack-Request-Id: req-3f0e84fd-2913-48d8-a582-029f3af3c38c Date: Sun, 05 Aug 2018 10:53:33 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-05T10:53:33Z","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":"e40843a3-d5fd-4e92-8105-3e23f8d8b6f7","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d5650b30963342b58320b9e3073d7ddf","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"rally_sanity-subnet_f86256de-f3c1-4531-9840-a6cf36c266af","enable_dhcp":true,"segment_id":null,"network_id":"28ea63d5-4021-4d70-b867-343292d5f388","tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:53:33Z","ip_version":4}} 2018-08-05 10:53:33,441 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-3f0e84fd-2913-48d8-a582-029f3af3c38c 2018-08-05 10:53:33,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.410861968994s 2018-08-05 10:53:33,441 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-3f0e84fd-2913-48d8-a582-029f3af3c38c 2018-08-05 10:53:33,442 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T10:53: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'e40843a3-d5fd-4e92-8105-3e23f8d8b6f7', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_f86256de-f3c1-4531-9840-a6cf36c266af', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'28ea63d5-4021-4d70-b867-343292d5f388', u'tenant_id': u'd5650b30963342b58320b9e3073d7ddf', u'created_at': u'2018-08-05T10:53: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'd5650b30963342b58320b9e3073d7ddf'}) 2018-08-05 10:53:33,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-05 10:53:33,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" -d '{"router": {"external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "name": "rally_sanity-router_f86256de-f3c1-4531-9840-a6cf36c266af", "admin_state_up": true}}' 2018-08-05 10:53:34,868 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 712 X-Openstack-Request-Id: req-52e97424-e719-4cb5-9389-4bdd36fa1b88 Date: Sun, 05 Aug 2018 10:53:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:53:33Z", "admin_state_up": true, "updated_at": "2018-08-05T10:53:34Z", "project_id": "d5650b30963342b58320b9e3073d7ddf", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "cefc3de7-b91a-4078-bee1-64578bbb847b", "name": "rally_sanity-router_f86256de-f3c1-4531-9840-a6cf36c266af"}} 2018-08-05 10:53:34,868 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-52e97424-e719-4cb5-9389-4bdd36fa1b88 2018-08-05 10:53:34,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.42611098289s 2018-08-05 10:53:34,869 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-52e97424-e719-4cb5-9389-4bdd36fa1b88 2018-08-05 10:53:34,869 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T10:53:34Z', u'revision_number': 2, u'ha': False, u'id': u'cefc3de7-b91a-4078-bee1-64578bbb847b', u'external_gateway_info': {u'network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'89972d6a-26a8-4595-baea-47e68ca637c2', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-router_f86256de-f3c1-4531-9840-a6cf36c266af', u'admin_state_up': True, u'tenant_id': u'd5650b30963342b58320b9e3073d7ddf', u'created_at': u'2018-08-05T10:53:33Z', u'flavor_id': None, u'routes': [], u'project_id': u'd5650b30963342b58320b9e3073d7ddf'}) 2018-08-05 10:53:34,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-05 10:53:34,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/cefc3de7-b91a-4078-bee1-64578bbb847b/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" -d '{"subnet_id": "e40843a3-d5fd-4e92-8105-3e23f8d8b6f7"}' 2018-08-05 10:53:36,951 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-be2bda13-4ae8-4a88-9cde-3c79c4d482a8 Date: Sun, 05 Aug 2018 10:53:36 GMT RESP BODY: {"network_id": "28ea63d5-4021-4d70-b867-343292d5f388", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "subnet_id": "e40843a3-d5fd-4e92-8105-3e23f8d8b6f7", "subnet_ids": ["e40843a3-d5fd-4e92-8105-3e23f8d8b6f7"], "port_id": "94deddfa-b111-466e-ae1c-2f5717c4fbb8", "id": "cefc3de7-b91a-4078-bee1-64578bbb847b"} 2018-08-05 10:53:36,951 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/cefc3de7-b91a-4078-bee1-64578bbb847b/add_router_interface.json used request id req-be2bda13-4ae8-4a88-9cde-3c79c4d482a8 2018-08-05 10:53:36,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.08175516129s 2018-08-05 10:53:36,952 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/cefc3de7-b91a-4078-bee1-64578bbb847b/add_router_interface.json used request id req-be2bda13-4ae8-4a88-9cde-3c79c4d482a8 returning object cefc3de7-b91a-4078-bee1-64578bbb847b 2018-08-05 10:53:36,952 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-05 10:53:37,084 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-05 10:53:37,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 10:53:37,091 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 05 Aug 2018 10:53:37 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}]} 2018-08-05 10:53:37,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:53:37,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" 2018-08-05 10:53:37,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d5144e55-553e-455c-8480-a768736628fc Date: Sun, 05 Aug 2018 10:53:37 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:53:37,299 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-d5144e55-553e-455c-8480-a768736628fc 2018-08-05 10:53:37,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.203204870224s 2018-08-05 10:53:37,299 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-d5144e55-553e-455c-8480-a768736628fc 2018-08-05 10:53:37,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 10:53:37,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_f86256de-f3c1-4531-9840-a6cf36c266af", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_f86256de-f3c1-4531-9840-a6cf36c266af"}' 2018-08-05 10:53:37,371 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 875 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/5fb6469a-ea1c-40ca-b7ea-fb29ed86057a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-66ffaea6-1c02-4f0f-b455-b0b3a7448061 Date: Sun, 05 Aug 2018 10:53:37 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/5fb6469a-ea1c-40ca-b7ea-fb29ed86057a/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "5fb6469a-ea1c-40ca-b7ea-fb29ed86057a", "size": null, "self": "/v2/images/5fb6469a-ea1c-40ca-b7ea-fb29ed86057a", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:53:37Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_f86256de-f3c1-4531-9840-a6cf36c266af", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_f86256de-f3c1-4531-9840-a6cf36c266af", "checksum": null, "created_at": "2018-08-05T10:53:37Z", "protected": false} 2018-08-05 10:53:37,371 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-66ffaea6-1c02-4f0f-b455-b0b3a7448061 2018-08-05 10:53:37,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0649919509888s 2018-08-05 10:53:37,372 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-66ffaea6-1c02-4f0f-b455-b0b3a7448061 returning object 5fb6469a-ea1c-40ca-b7ea-fb29ed86057a 2018-08-05 10:53:37,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 10:53:37,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/5fb6469a-ea1c-40ca-b7ea-fb29ed86057a/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" -d '' 2018-08-05 10:53:38,349 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0225b669-b1c9-4e7e-9e59-b06588bcf41a Date: Sun, 05 Aug 2018 10:53:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-05 10:53:38,350 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/5fb6469a-ea1c-40ca-b7ea-fb29ed86057a/file used request id req-0225b669-b1c9-4e7e-9e59-b06588bcf41a 2018-08-05 10:53:38,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.977279901505s 2018-08-05 10:53:38,350 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/5fb6469a-ea1c-40ca-b7ea-fb29ed86057a/file used request id req-0225b669-b1c9-4e7e-9e59-b06588bcf41a 2018-08-05 10:53:38,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 10:53:38,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" 2018-08-05 10:53:38,379 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-0738d332-c8c2-4de7-9c21-7f317ef1b695 Date: Sun, 05 Aug 2018 10:53:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/5fb6469a-ea1c-40ca-b7ea-fb29ed86057a/snap", "metadata": {}}], "file": "/v2/images/5fb6469a-ea1c-40ca-b7ea-fb29ed86057a/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "5fb6469a-ea1c-40ca-b7ea-fb29ed86057a", "size": 12716032, "self": "/v2/images/5fb6469a-ea1c-40ca-b7ea-fb29ed86057a", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/5fb6469a-ea1c-40ca-b7ea-fb29ed86057a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:53:38Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_f86256de-f3c1-4531-9840-a6cf36c266af", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_f86256de-f3c1-4531-9840-a6cf36c266af", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:53:37Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 10:53:38,379 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-0738d332-c8c2-4de7-9c21-7f317ef1b695 2018-08-05 10:53:38,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0253109931946s 2018-08-05 10:53:38,380 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-0738d332-c8c2-4de7-9c21-7f317ef1b695 2018-08-05 10:53:38,381 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/5fb6469a-ea1c-40ca-b7ea-fb29ed86057a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/5fb6469a-ea1c-40ca-b7ea-fb29ed86057a/file', 'owner': u'd5650b30963342b58320b9e3073d7ddf', 'id': u'5fb6469a-ea1c-40ca-b7ea-fb29ed86057a', 'size': 12716032, u'self': u'/v2/images/5fb6469a-ea1c-40ca-b7ea-fb29ed86057a', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd5650b30963342b58320b9e3073d7ddf', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/5fb6469a-ea1c-40ca-b7ea-fb29ed86057a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T10:53:38Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-05T10:53:38Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_f86256de-f3c1-4531-9840-a6cf36c266af', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/5fb6469a-ea1c-40ca-b7ea-fb29ed86057a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_f86256de-f3c1-4531-9840-a6cf36c266af', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_f86256de-f3c1-4531-9840-a6cf36c266af', 'created': u'2018-08-05T10:53:37Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-05T10:53:37Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/5fb6469a-ea1c-40ca-b7ea-fb29ed86057a', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/rally_sanity-img_f86256de-f3c1-4531-9840-a6cf36c266af', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-05 10:53:38,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 10:53:38,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_f86256de-f3c1-4531-9840-a6cf36c266af", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-05 10:53:38,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10: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-0641bb5a-1eb6-4aa9-b0ca-f6a57986b48b x-compute-request-id: req-0641bb5a-1eb6-4aa9-b0ca-f6a57986b48b Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_f86256de-f3c1-4531-9840-a6cf36c266af", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/d971e5c5-5659-415d-9f9b-77cd9db21f71", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/d971e5c5-5659-415d-9f9b-77cd9db21f71", "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": "d971e5c5-5659-415d-9f9b-77cd9db21f71"}} 2018-08-05 10:53:38,562 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-0641bb5a-1eb6-4aa9-b0ca-f6a57986b48b 2018-08-05 10:53:38,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.179714918137s 2018-08-05 10:53:38,562 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-0641bb5a-1eb6-4aa9-b0ca-f6a57986b48b 2018-08-05 10:53:38,563 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_f86256de-f3c1-4531-9840-a6cf36c266af', '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'd5650b30963342b58320b9e3073d7ddf', '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'd971e5c5-5659-415d-9f9b-77cd9db21f71', 'swap': 0}) 2018-08-05 10:53:38,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 10:53:38,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/d971e5c5-5659-415d-9f9b-77cd9db21f71/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" -d '{"extra_specs": {}}' 2018-08-05 10:53:38,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10: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-a337011c-9a8d-4a67-897f-a0e94dc2c31b x-compute-request-id: req-a337011c-9a8d-4a67-897f-a0e94dc2c31b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 10:53:38,587 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/d971e5c5-5659-415d-9f9b-77cd9db21f71/os-extra_specs used request id req-a337011c-9a8d-4a67-897f-a0e94dc2c31b 2018-08-05 10:53:38,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0232191085815s 2018-08-05 10:53:38,587 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/d971e5c5-5659-415d-9f9b-77cd9db21f71/os-extra_specs used request id req-a337011c-9a8d-4a67-897f-a0e94dc2c31b 2018-08-05 10:53:38,588 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-05 10:53:41,382 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-05 10:53:44,134 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 51515af8-4256-47bb-91cd-7a61ac739fcc | 2018-08-05T10:53:43.732475 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 51515af8-4256-47bb-91cd-7a61ac739fcc ~/.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-05 10:53:47,964 - 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-05 10:53:47,965 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-08-05 10:53:47,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-05 10:53:47,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" 2018-08-05 10:53:48,006 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10:53: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-693262a7-65a5-4b8b-b592-f58ebc44d0d6 x-compute-request-id: req-693262a7-65a5-4b8b-b592-f58ebc44d0d6 Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 4}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"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-1.opnfvlf.org", "disabled_reason": null, "id": 5}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"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-05 10:53:48,006 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/os-hypervisors/detail used request id req-693262a7-65a5-4b8b-b592-f58ebc44d0d6 2018-08-05 10:53:48,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.040874004364s 2018-08-05 10:53:48,007 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/os-hypervisors/detail used request id req-693262a7-65a5-4b8b-b592-f58ebc44d0d6 2018-08-05 10:53:48,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 10:53:48,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_f86256de-f3c1-4531-9840-a6cf36c266af", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-05 10:53:48,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10: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-339b38ec-e846-487d-a6f7-7b8609f3a245 x-compute-request-id: req-339b38ec-e846-487d-a6f7-7b8609f3a245 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_alt_f86256de-f3c1-4531-9840-a6cf36c266af", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/5e7d960c-9a7c-4a08-b752-36cfb7051bdc", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/5e7d960c-9a7c-4a08-b752-36cfb7051bdc", "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": "5e7d960c-9a7c-4a08-b752-36cfb7051bdc"}} 2018-08-05 10:53:48,073 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-339b38ec-e846-487d-a6f7-7b8609f3a245 2018-08-05 10:53:48,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0651969909668s 2018-08-05 10:53:48,073 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-339b38ec-e846-487d-a6f7-7b8609f3a245 2018-08-05 10:53:48,074 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_f86256de-f3c1-4531-9840-a6cf36c266af', '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'd5650b30963342b58320b9e3073d7ddf', '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'5e7d960c-9a7c-4a08-b752-36cfb7051bdc', 'swap': 0}) 2018-08-05 10:53:48,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 10:53:48,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/5e7d960c-9a7c-4a08-b752-36cfb7051bdc/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" -d '{"extra_specs": {}}' 2018-08-05 10:53:48,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 10: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-8470bddb-651a-4d07-acc8-899750f40d34 x-compute-request-id: req-8470bddb-651a-4d07-acc8-899750f40d34 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 10:53:48,100 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/5e7d960c-9a7c-4a08-b752-36cfb7051bdc/os-extra_specs used request id req-8470bddb-651a-4d07-acc8-899750f40d34 2018-08-05 10:53:48,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0252130031586s 2018-08-05 10:53:48,100 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/5e7d960c-9a7c-4a08-b752-36cfb7051bdc/os-extra_specs used request id req-8470bddb-651a-4d07-acc8-899750f40d34 2018-08-05 10:53:48,100 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_f86256de-f3c1-4531-9840-a6cf36c266af', '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'd5650b30963342b58320b9e3073d7ddf', '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'5e7d960c-9a7c-4a08-b752-36cfb7051bdc', 'swap': 0}) 2018-08-05 10:53:48,101 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-08-05 10:53:48,101 - 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-05 10:53:48,102 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-05 10:53:48,119 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-05 10:53:48,120 - 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': '28ea63d5-4021-4d70-b867-343292d5f388', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f86256de-f3c1-4531-9840-a6cf36c266af', 'flavor_name': 'rally_sanity-flavor_f86256de-f3c1-4531-9840-a6cf36c266af', '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_f86256de-f3c1-4531-9840-a6cf36c266af', '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-05 10:54:50,391 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : da723d26-2cf9-46a2-9b28-966c40a206fe 2018-08-05 10:54:50,392 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-08-05 10:54:50,393 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'da723d26-2cf9-46a2-9b28-966c40a206fe'] 2018-08-05 10:54:51,265 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid da723d26-2cf9-46a2-9b28-966c40a206fe -------------------------------------------------------------------------------- Task da723d26-2cf9-46a2-9b28-966c40a206fe: 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 da723d26-2cf9-46a2-9b28-966c40a206fe 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.503 | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 100.0% | 1 | | total | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 100.0% | 1 | | -> duration | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 0.503 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.5027 Full duration: 7.677855 -------------------------------------------------------------------------------- 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 da723d26-2cf9-46a2-9b28-966c40a206fe 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.38 | 0.38 | 0.38 | 0.38 | 0.38 | 0.38 | 100.0% | 1 | | total | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | -> duration | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 0.843 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.842703 Full duration: 7.917655 -------------------------------------------------------------------------------- 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 da723d26-2cf9-46a2-9b28-966c40a206fe 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.241 | 0.241 | 0.241 | 0.241 | 0.241 | 0.241 | 100.0% | 1 | | total | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | -> duration | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 0.674 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.673738 Full duration: 7.714038 -------------------------------------------------------------------------------- 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 da723d26-2cf9-46a2-9b28-966c40a206fe 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.35 | 1.35 | 1.35 | 1.35 | 1.35 | 1.35 | 100.0% | 1 | | total | 1.781 | 1.781 | 1.781 | 1.781 | 1.781 | 1.781 | 100.0% | 1 | | -> duration | 1.781 | 1.781 | 1.781 | 1.781 | 1.781 | 1.781 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.780868 Full duration: 8.912457 -------------------------------------------------------------------------------- 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 da723d26-2cf9-46a2-9b28-966c40a206fe 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.401 | 0.401 | 0.401 | 0.401 | 0.401 | 0.401 | 100.0% | 1 | | total | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 100.0% | 1 | | -> duration | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.818126 Full duration: 7.660436 -------------------------------------------------------------------------------- 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 da723d26-2cf9-46a2-9b28-966c40a206fe 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.229 | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 100.0% | 1 | | total | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | -> duration | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 0.682 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.682259 Full duration: 7.56578 HINTS: * To plot HTML graphics with this data, run: rally task report da723d26-2cf9-46a2-9b28-966c40a206fe --out output.html * To generate a JUnit report, run: rally task export da723d26-2cf9-46a2-9b28-966c40a206fe --type junit --to output.xml * To get raw JSON output of task results, run: rally task report da723d26-2cf9-46a2-9b28-966c40a206fe --json --out output.json 2018-08-05 10:54:51,265 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'da723d26-2cf9-46a2-9b28-966c40a206fe', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-08-05 10:54:53,720 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid da723d26-2cf9-46a2-9b28-966c40a206fe --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-08-05 10:54:53.616 797 INFO rally.api [-] Building 'json' report for the following task(s): 'da723d26-2cf9-46a2-9b28-966c40a206fe'. 2018-08-05 10:54:53.621 797 INFO rally.api [-] The report has been successfully built. 2018-08-05 10:54:53,720 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'da723d26-2cf9-46a2-9b28-966c40a206fe', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-08-05 10:54:56,131 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid da723d26-2cf9-46a2-9b28-966c40a206fe --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-08-05 10:54:56.014 800 INFO rally.api [-] Building 'html' report for the following task(s): 'da723d26-2cf9-46a2-9b28-966c40a206fe'. 2018-08-05 10:54:56.036 800 INFO rally.api [-] The report has been successfully built. 2018-08-05 10:54:56,138 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-08-05 10:54:56,138 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-08-05 10:54:56,138 - 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-05 10:54:56,139 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-05 10:54:56,154 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-05 10:54:56,155 - 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': '28ea63d5-4021-4d70-b867-343292d5f388', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f86256de-f3c1-4531-9840-a6cf36c266af', 'flavor_name': 'rally_sanity-flavor_f86256de-f3c1-4531-9840-a6cf36c266af', '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_f86256de-f3c1-4531-9840-a6cf36c266af', '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-05 10:56:21,100 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 619368d0-1fe4-40c7-8d63-28e3f5f27ef5 2018-08-05 10:56:21,100 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '619368d0-1fe4-40c7-8d63-28e3f5f27ef5'] 2018-08-05 10:56:21,960 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 619368d0-1fe4-40c7-8d63-28e3f5f27ef5 -------------------------------------------------------------------------------- Task 619368d0-1fe4-40c7-8d63-28e3f5f27ef5: 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 619368d0-1fe4-40c7-8d63-28e3f5f27ef5 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.898 | 2.898 | 2.898 | 2.898 | 2.898 | 2.898 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | -> glance_v2.upload_data | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 0.57 | 100.0% | 1 | | glance_v2.delete_image | 1.106 | 1.106 | 1.106 | 1.106 | 1.106 | 1.106 | 100.0% | 1 | | total | 4.004 | 4.004 | 4.004 | 4.004 | 4.004 | 4.004 | 100.0% | 1 | | -> duration | 4.004 | 4.004 | 4.004 | 4.004 | 4.004 | 4.004 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.003999 Full duration: 12.251514 -------------------------------------------------------------------------------- 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 619368d0-1fe4-40c7-8d63-28e3f5f27ef5 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 3.282 | 3.282 | 3.282 | 3.282 | 3.282 | 3.282 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 0.044 | 100.0% | 1 | | -> glance_v2.upload_data | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 0.886 | 100.0% | 1 | | glance_v2.list_images | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 0.034 | 100.0% | 1 | | total | 3.317 | 3.317 | 3.317 | 3.317 | 3.317 | 3.317 | 100.0% | 1 | | -> duration | 3.317 | 3.317 | 3.317 | 3.317 | 3.317 | 3.317 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.316875 Full duration: 14.259452 -------------------------------------------------------------------------------- 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 619368d0-1fe4-40c7-8d63-28e3f5f27ef5 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.223 | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 100.0% | 1 | | total | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 100.0% | 1 | | -> duration | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 0.224 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.223653 Full duration: 7.870142 -------------------------------------------------------------------------------- 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": "28ea63d5-4021-4d70-b867-343292d5f388" } ], "flavor": { "name": "rally_sanity-flavor_f86256de-f3c1-4531-9840-a6cf36c266af" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 619368d0-1fe4-40c7-8d63-28e3f5f27ef5 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.678 | 2.678 | 2.678 | 2.678 | 2.678 | 2.678 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 0.045 | 100.0% | 1 | | -> glance_v2.upload_data | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 0.357 | 100.0% | 1 | | nova.boot_servers | 9.34 | 9.34 | 9.34 | 9.34 | 9.34 | 9.34 | 100.0% | 1 | | total | 12.019 | 12.019 | 12.019 | 12.019 | 12.019 | 12.019 | 100.0% | 1 | | -> duration | 11.019 | 11.019 | 11.019 | 11.019 | 11.019 | 11.019 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.018662 Full duration: 30.442294 HINTS: * To plot HTML graphics with this data, run: rally task report 619368d0-1fe4-40c7-8d63-28e3f5f27ef5 --out output.html * To generate a JUnit report, run: rally task export 619368d0-1fe4-40c7-8d63-28e3f5f27ef5 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 619368d0-1fe4-40c7-8d63-28e3f5f27ef5 --json --out output.json 2018-08-05 10:56:21,961 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '619368d0-1fe4-40c7-8d63-28e3f5f27ef5', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-08-05 10:56:24,481 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 619368d0-1fe4-40c7-8d63-28e3f5f27ef5 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-08-05 10:56:24.379 1353 INFO rally.api [-] Building 'json' report for the following task(s): '619368d0-1fe4-40c7-8d63-28e3f5f27ef5'. 2018-08-05 10:56:24.383 1353 INFO rally.api [-] The report has been successfully built. 2018-08-05 10:56:24,482 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '619368d0-1fe4-40c7-8d63-28e3f5f27ef5', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-08-05 10:56:26,847 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 619368d0-1fe4-40c7-8d63-28e3f5f27ef5 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-08-05 10:56:26.727 1356 INFO rally.api [-] Building 'html' report for the following task(s): '619368d0-1fe4-40c7-8d63-28e3f5f27ef5'. 2018-08-05 10:56:26.748 1356 INFO rally.api [-] The report has been successfully built. 2018-08-05 10:56:26,853 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-08-05 10:56:26,854 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-08-05 10:56:26,854 - 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-05 10:56:26,854 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-05 10:56:26,871 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-05 10:56:26,872 - 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': '28ea63d5-4021-4d70-b867-343292d5f388', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f86256de-f3c1-4531-9840-a6cf36c266af', 'flavor_name': 'rally_sanity-flavor_f86256de-f3c1-4531-9840-a6cf36c266af', '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_f86256de-f3c1-4531-9840-a6cf36c266af', '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-05 10:59:32,816 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 187d43fa-b30c-4f29-b5c2-9d8f75d3c5d7 2018-08-05 10:59:32,817 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '187d43fa-b30c-4f29-b5c2-9d8f75d3c5d7'] 2018-08-05 10:59:33,781 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 187d43fa-b30c-4f29-b5c2-9d8f75d3c5d7 -------------------------------------------------------------------------------- Task 187d43fa-b30c-4f29-b5c2-9d8f75d3c5d7: 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 187d43fa-b30c-4f29-b5c2-9d8f75d3c5d7 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.166 | 3.166 | 3.166 | 3.166 | 3.166 | 3.166 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.632 | 2.632 | 2.632 | 2.632 | 2.632 | 2.632 | 100.0% | 1 | | total | 5.798 | 5.798 | 5.798 | 5.798 | 5.798 | 5.798 | 100.0% | 1 | | -> duration | 5.798 | 5.798 | 5.798 | 5.798 | 5.798 | 5.798 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.798238 Full duration: 22.099587 -------------------------------------------------------------------------------- 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 187d43fa-b30c-4f29-b5c2-9d8f75d3c5d7 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.312 | 3.312 | 3.312 | 3.312 | 3.312 | 3.312 | 100.0% | 1 | | cinder_v2.delete_volume | 0.454 | 0.454 | 0.454 | 0.454 | 0.454 | 0.454 | 100.0% | 1 | | total | 3.767 | 3.767 | 3.767 | 3.767 | 3.767 | 3.767 | 100.0% | 1 | | -> duration | 3.767 | 3.767 | 3.767 | 3.767 | 3.767 | 3.767 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.766652 Full duration: 14.050669 -------------------------------------------------------------------------------- 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_f86256de-f3c1-4531-9840-a6cf36c266af" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 187d43fa-b30c-4f29-b5c2-9d8f75d3c5d7 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 | 5.848 | 5.848 | 5.848 | 5.848 | 5.848 | 5.848 | 100.0% | 1 | | cinder_v2.delete_volume | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 0.579 | 100.0% | 1 | | total | 6.428 | 6.428 | 6.428 | 6.428 | 6.428 | 6.428 | 100.0% | 1 | | -> duration | 6.428 | 6.428 | 6.428 | 6.428 | 6.428 | 6.428 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.427719 Full duration: 17.23571 -------------------------------------------------------------------------------- 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 187d43fa-b30c-4f29-b5c2-9d8f75d3c5d7 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.256 | 3.256 | 3.256 | 3.256 | 3.256 | 3.256 | 100.0% | 1 | | cinder_v2.delete_volume | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 0.455 | 100.0% | 1 | | total | 3.711 | 3.711 | 3.711 | 3.711 | 3.711 | 3.711 | 100.0% | 1 | | -> duration | 3.711 | 3.711 | 3.711 | 3.711 | 3.711 | 3.711 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.711019 Full duration: 14.429207 -------------------------------------------------------------------------------- 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 187d43fa-b30c-4f29-b5c2-9d8f75d3c5d7 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.358 | 3.358 | 3.358 | 3.358 | 3.358 | 3.358 | 100.0% | 1 | | cinder_v2.extend_volume | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 0.589 | 100.0% | 1 | | cinder_v2.delete_volume | 0.432 | 0.432 | 0.432 | 0.432 | 0.432 | 0.432 | 100.0% | 1 | | total | 4.379 | 4.379 | 4.379 | 4.379 | 4.379 | 4.379 | 100.0% | 1 | | -> duration | 4.379 | 4.379 | 4.379 | 4.379 | 4.379 | 4.379 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.378975 Full duration: 14.750104 -------------------------------------------------------------------------------- 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 187d43fa-b30c-4f29-b5c2-9d8f75d3c5d7 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.282 | 3.282 | 3.282 | 3.282 | 3.282 | 3.282 | 100.0% | 1 | | cinder_v2.delete_volume | 2.685 | 2.685 | 2.685 | 2.685 | 2.685 | 2.685 | 100.0% | 1 | | total | 5.967 | 5.967 | 5.967 | 5.967 | 5.967 | 5.967 | 100.0% | 1 | | -> duration | 5.967 | 5.967 | 5.967 | 5.967 | 5.967 | 5.967 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.966963 Full duration: 21.865996 -------------------------------------------------------------------------------- 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 187d43fa-b30c-4f29-b5c2-9d8f75d3c5d7 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.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | cinder_v2.list_qos | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 100.0% | 1 | | total | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | -> duration | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 0.864 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.863779 Full duration: 12.673032 -------------------------------------------------------------------------------- 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 187d43fa-b30c-4f29-b5c2-9d8f75d3c5d7 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.64 | 0.64 | 0.64 | 0.64 | 0.64 | 0.64 | 100.0% | 1 | | cinder_v2.set_qos | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 100.0% | 1 | | total | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | -> duration | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.861324 Full duration: 12.575799 -------------------------------------------------------------------------------- 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 187d43fa-b30c-4f29-b5c2-9d8f75d3c5d7 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.642 | 0.642 | 0.642 | 0.642 | 0.642 | 0.642 | 100.0% | 1 | | cinder_v2.list_types | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 0.204 | 100.0% | 1 | | total | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 100.0% | 1 | | -> duration | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 0.846 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.845605 Full duration: 12.482727 -------------------------------------------------------------------------------- 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 187d43fa-b30c-4f29-b5c2-9d8f75d3c5d7 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.681 | 0.681 | 0.681 | 0.681 | 0.681 | 0.681 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 0.223 | 100.0% | 1 | | total | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | -> duration | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.904036 Full duration: 12.489472 HINTS: * To plot HTML graphics with this data, run: rally task report 187d43fa-b30c-4f29-b5c2-9d8f75d3c5d7 --out output.html * To generate a JUnit report, run: rally task export 187d43fa-b30c-4f29-b5c2-9d8f75d3c5d7 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 187d43fa-b30c-4f29-b5c2-9d8f75d3c5d7 --json --out output.json 2018-08-05 10:59:33,782 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '187d43fa-b30c-4f29-b5c2-9d8f75d3c5d7', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-08-05 10:59:36,197 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 187d43fa-b30c-4f29-b5c2-9d8f75d3c5d7 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-08-05 10:59:36.103 3145 INFO rally.api [-] Building 'json' report for the following task(s): '187d43fa-b30c-4f29-b5c2-9d8f75d3c5d7'. 2018-08-05 10:59:36.112 3145 INFO rally.api [-] The report has been successfully built. 2018-08-05 10:59:36,197 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '187d43fa-b30c-4f29-b5c2-9d8f75d3c5d7', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-08-05 10:59:38,636 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 187d43fa-b30c-4f29-b5c2-9d8f75d3c5d7 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-08-05 10:59:38.523 3148 INFO rally.api [-] Building 'html' report for the following task(s): '187d43fa-b30c-4f29-b5c2-9d8f75d3c5d7'. 2018-08-05 10:59:38.551 3148 INFO rally.api [-] The report has been successfully built. 2018-08-05 10:59:38,648 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-08-05 10:59:38,648 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-08-05 10:59:38,649 - 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-05 10:59:38,649 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-05 10:59:38,663 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-05 10:59:38,664 - 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': '28ea63d5-4021-4d70-b867-343292d5f388', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f86256de-f3c1-4531-9840-a6cf36c266af', 'flavor_name': 'rally_sanity-flavor_f86256de-f3c1-4531-9840-a6cf36c266af', '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_f86256de-f3c1-4531-9840-a6cf36c266af', '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-05 11:01:34,797 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 7e4b2292-4bd0-44fc-9404-5c7faf34155b 2018-08-05 11:01:34,798 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '7e4b2292-4bd0-44fc-9404-5c7faf34155b'] 2018-08-05 11:01:35,777 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 7e4b2292-4bd0-44fc-9404-5c7faf34155b -------------------------------------------------------------------------------- Task 7e4b2292-4bd0-44fc-9404-5c7faf34155b: 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 7e4b2292-4bd0-44fc-9404-5c7faf34155b 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.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | total | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | -> duration | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.608193 Full duration: 7.602848 -------------------------------------------------------------------------------- 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 7e4b2292-4bd0-44fc-9404-5c7faf34155b 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.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | total | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | -> duration | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 0.638 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.63791 Full duration: 7.688425 -------------------------------------------------------------------------------- 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 7e4b2292-4bd0-44fc-9404-5c7faf34155b 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.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | total | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> duration | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.609372 Full duration: 7.375577 -------------------------------------------------------------------------------- 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 7e4b2292-4bd0-44fc-9404-5c7faf34155b 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.62 | 0.62 | 0.62 | 0.62 | 0.62 | 0.62 | 100.0% | 1 | | gnocchi.delete_archive_policy_rule | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 0.197 | 100.0% | 1 | | total | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 100.0% | 1 | | -> duration | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 0.818 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.817589 Full duration: 8.184159 -------------------------------------------------------------------------------- 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 7e4b2292-4bd0-44fc-9404-5c7faf34155b 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.602 | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 100.0% | 1 | | total | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | -> duration | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.602512 Full duration: 7.533114 -------------------------------------------------------------------------------- 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 7e4b2292-4bd0-44fc-9404-5c7faf34155b 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.621 | 0.621 | 0.621 | 0.621 | 0.621 | 0.621 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 0.189 | 100.0% | 1 | | total | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | -> duration | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 0.81 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.810454 Full duration: 8.779092 -------------------------------------------------------------------------------- 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 7e4b2292-4bd0-44fc-9404-5c7faf34155b 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.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | total | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | -> duration | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 0.712 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.711847 Full duration: 7.689328 -------------------------------------------------------------------------------- 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 7e4b2292-4bd0-44fc-9404-5c7faf34155b 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.165 | 1.165 | 1.165 | 1.165 | 1.165 | 1.165 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.329 | 0.329 | 0.329 | 0.329 | 0.329 | 0.329 | 100.0% | 1 | | total | 1.494 | 1.494 | 1.494 | 1.494 | 1.494 | 1.494 | 100.0% | 1 | | -> duration | 1.494 | 1.494 | 1.494 | 1.494 | 1.494 | 1.494 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.49441 Full duration: 9.079994 -------------------------------------------------------------------------------- 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 7e4b2292-4bd0-44fc-9404-5c7faf34155b 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.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | total | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | -> duration | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.602775 Full duration: 7.362652 -------------------------------------------------------------------------------- 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 7e4b2292-4bd0-44fc-9404-5c7faf34155b 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.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | gnocchi.delete_metric | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 0.194 | 100.0% | 1 | | total | 0.984 | 0.984 | 0.984 | 0.984 | 0.984 | 0.984 | 100.0% | 1 | | -> duration | 0.984 | 0.984 | 0.984 | 0.984 | 0.984 | 0.984 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.983592 Full duration: 8.54917 -------------------------------------------------------------------------------- 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 7e4b2292-4bd0-44fc-9404-5c7faf34155b 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.611 | 0.611 | 0.611 | 0.611 | 0.611 | 0.611 | 100.0% | 1 | | gnocchi.delete_resource | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 100.0% | 1 | | total | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> duration | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 0.808 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.807845 Full duration: 8.359 HINTS: * To plot HTML graphics with this data, run: rally task report 7e4b2292-4bd0-44fc-9404-5c7faf34155b --out output.html * To generate a JUnit report, run: rally task export 7e4b2292-4bd0-44fc-9404-5c7faf34155b --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 7e4b2292-4bd0-44fc-9404-5c7faf34155b --json --out output.json 2018-08-05 11:01:35,778 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '7e4b2292-4bd0-44fc-9404-5c7faf34155b', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.json'] 2018-08-05 11:01:38,265 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 7e4b2292-4bd0-44fc-9404-5c7faf34155b --out /home/opnfv/functest/results/rally/opnfv-gnocchi.json 2018-08-05 11:01:38.170 4283 INFO rally.api [-] Building 'json' report for the following task(s): '7e4b2292-4bd0-44fc-9404-5c7faf34155b'. 2018-08-05 11:01:38.179 4283 INFO rally.api [-] The report has been successfully built. 2018-08-05 11:01:38,265 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '7e4b2292-4bd0-44fc-9404-5c7faf34155b', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-08-05 11:01:40,746 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 7e4b2292-4bd0-44fc-9404-5c7faf34155b --out /home/opnfv/functest/results/rally/opnfv-gnocchi.html 2018-08-05 11:01:40.633 4286 INFO rally.api [-] Building 'html' report for the following task(s): '7e4b2292-4bd0-44fc-9404-5c7faf34155b'. 2018-08-05 11:01:40.660 4286 INFO rally.api [-] The report has been successfully built. 2018-08-05 11:01:40,759 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-08-05 11:01:40,759 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-08-05 11:01:40,759 - 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-05 11:01:40,760 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-05 11:01:40,776 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-05 11:01:40,776 - 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': '28ea63d5-4021-4d70-b867-343292d5f388', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f86256de-f3c1-4531-9840-a6cf36c266af', 'flavor_name': 'rally_sanity-flavor_f86256de-f3c1-4531-9840-a6cf36c266af', '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_f86256de-f3c1-4531-9840-a6cf36c266af', '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-05 11:03:12,611 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 505da09f-4e0c-4167-aa26-551a031ca648 2018-08-05 11:03:12,611 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '505da09f-4e0c-4167-aa26-551a031ca648'] 2018-08-05 11:03:13,358 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 505da09f-4e0c-4167-aa26-551a031ca648 -------------------------------------------------------------------------------- Task 505da09f-4e0c-4167-aa26-551a031ca648: 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 505da09f-4e0c-4167-aa26-551a031ca648 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 6.307 | 6.307 | 6.307 | 6.307 | 6.307 | 6.307 | 100.0% | 1 | | heat.update_stack | 4.55 | 4.55 | 4.55 | 4.55 | 4.55 | 4.55 | 100.0% | 1 | | heat.delete_stack | 2.243 | 2.243 | 2.243 | 2.243 | 2.243 | 2.243 | 100.0% | 1 | | total | 13.099 | 13.099 | 13.099 | 13.099 | 13.099 | 13.099 | 100.0% | 1 | | -> duration | 9.099 | 9.099 | 9.099 | 9.099 | 9.099 | 9.099 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.099364 Full duration: 21.879259 -------------------------------------------------------------------------------- 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 505da09f-4e0c-4167-aa26-551a031ca648 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.6 | 4.6 | 4.6 | 4.6 | 4.6 | 4.6 | 100.0% | 1 | | heat.check_stack | 2.507 | 2.507 | 2.507 | 2.507 | 2.507 | 2.507 | 100.0% | 1 | | heat.delete_stack | 1.314 | 1.314 | 1.314 | 1.314 | 1.314 | 1.314 | 100.0% | 1 | | total | 8.421 | 8.421 | 8.421 | 8.421 | 8.421 | 8.421 | 100.0% | 1 | | -> duration | 6.421 | 6.421 | 6.421 | 6.421 | 6.421 | 6.421 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.420708 Full duration: 18.605425 -------------------------------------------------------------------------------- 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 505da09f-4e0c-4167-aa26-551a031ca648 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | heat.create_stack | 4.637 | 4.637 | 4.637 | 4.637 | 4.637 | 4.637 | 100.0% | 1 | | heat.suspend_stack | 0.533 | 0.533 | 0.533 | 0.533 | 0.533 | 0.533 | 100.0% | 1 | | heat.resume_stack | 1.55 | 1.55 | 1.55 | 1.55 | 1.55 | 1.55 | 100.0% | 1 | | heat.delete_stack | 1.313 | 1.313 | 1.313 | 1.313 | 1.313 | 1.313 | 100.0% | 1 | | total | 8.032 | 8.032 | 8.032 | 8.032 | 8.032 | 8.032 | 100.0% | 1 | | -> duration | 6.032 | 6.032 | 6.032 | 6.032 | 6.032 | 6.032 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.032431 Full duration: 18.270202 -------------------------------------------------------------------------------- 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 505da09f-4e0c-4167-aa26-551a031ca648 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.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | total | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | -> duration | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 0.603 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.603407 Full duration: 8.28447 HINTS: * To plot HTML graphics with this data, run: rally task report 505da09f-4e0c-4167-aa26-551a031ca648 --out output.html * To generate a JUnit report, run: rally task export 505da09f-4e0c-4167-aa26-551a031ca648 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 505da09f-4e0c-4167-aa26-551a031ca648 --json --out output.json 2018-08-05 11:03:13,358 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '505da09f-4e0c-4167-aa26-551a031ca648', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-08-05 11:03:15,811 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 505da09f-4e0c-4167-aa26-551a031ca648 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-08-05 11:03:15.708 5199 INFO rally.api [-] Building 'json' report for the following task(s): '505da09f-4e0c-4167-aa26-551a031ca648'. 2018-08-05 11:03:15.713 5199 INFO rally.api [-] The report has been successfully built. 2018-08-05 11:03:15,811 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '505da09f-4e0c-4167-aa26-551a031ca648', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-08-05 11:03:18,125 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 505da09f-4e0c-4167-aa26-551a031ca648 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-08-05 11:03:18.005 5202 INFO rally.api [-] Building 'html' report for the following task(s): '505da09f-4e0c-4167-aa26-551a031ca648'. 2018-08-05 11:03:18.027 5202 INFO rally.api [-] The report has been successfully built. 2018-08-05 11:03:18,130 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-08-05 11:03:18,130 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-08-05 11:03:18,130 - 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-05 11:03:18,131 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-05 11:03:18,141 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-05 11:03:18,142 - 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': '28ea63d5-4021-4d70-b867-343292d5f388', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f86256de-f3c1-4531-9840-a6cf36c266af', 'flavor_name': 'rally_sanity-flavor_f86256de-f3c1-4531-9840-a6cf36c266af', '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_f86256de-f3c1-4531-9840-a6cf36c266af', '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-05 11:06:40,770 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e87d4fbf-56f9-4999-95b3-40504c4e999a 2018-08-05 11:06:40,771 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'e87d4fbf-56f9-4999-95b3-40504c4e999a'] 2018-08-05 11:06:41,677 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid e87d4fbf-56f9-4999-95b3-40504c4e999a -------------------------------------------------------------------------------- Task e87d4fbf-56f9-4999-95b3-40504c4e999a: 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 e87d4fbf-56f9-4999-95b3-40504c4e999a 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.606 | 0.606 | 0.606 | 0.606 | 0.606 | 0.606 | 100.0% | 1 | | keystone_v3.add_role | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 0.133 | 100.0% | 1 | | keystone_v3.revoke_role | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 0.128 | 100.0% | 1 | | total | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 100.0% | 1 | | -> duration | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 0.867 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.867005 Full duration: 14.893007 -------------------------------------------------------------------------------- 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 e87d4fbf-56f9-4999-95b3-40504c4e999a 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.594 | 0.594 | 0.594 | 0.594 | 0.594 | 0.594 | 100.0% | 1 | | keystone_v3.add_role | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 0.121 | 100.0% | 1 | | keystone_v3.list_roles | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 0.114 | 100.0% | 1 | | total | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 100.0% | 1 | | -> duration | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 0.829 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.829164 Full duration: 15.035205 -------------------------------------------------------------------------------- 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 e87d4fbf-56f9-4999-95b3-40504c4e999a 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.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | keystone_v3.list_projects | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 0.101 | 100.0% | 1 | | total | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 100.0% | 1 | | -> duration | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 0.842 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.842086 Full duration: 15.493641 -------------------------------------------------------------------------------- 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 e87d4fbf-56f9-4999-95b3-40504c4e999a 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.608 | 0.608 | 0.608 | 0.608 | 0.608 | 0.608 | 100.0% | 1 | | keystone_v3.delete_role | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 0.113 | 100.0% | 1 | | total | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | -> duration | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 0.721 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.721125 Full duration: 13.022145 -------------------------------------------------------------------------------- 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 e87d4fbf-56f9-4999-95b3-40504c4e999a 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.602 | 0.602 | 0.602 | 0.602 | 0.602 | 0.602 | 100.0% | 1 | | keystone_v3.delete_service | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 0.115 | 100.0% | 1 | | total | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 100.0% | 1 | | -> duration | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.7177 Full duration: 13.101477 -------------------------------------------------------------------------------- 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 e87d4fbf-56f9-4999-95b3-40504c4e999a 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.904 | 0.904 | 0.904 | 0.904 | 0.904 | 0.904 | 100.0% | 1 | | keystone_v3.create_user | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 0.553 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 0.1 | 100.0% | 1 | | -> keystone_v3.add_role | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | keystone_v3.create_role | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 0.103 | 100.0% | 1 | | keystone_v3.get_project | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 0.09 | 100.0% | 1 | | keystone_v3.get_user | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 0.106 | 100.0% | 1 | | keystone_v3.get_role | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 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.122 | 0.122 | 0.122 | 0.122 | 0.122 | 0.122 | 100.0% | 1 | | total | 2.182 | 2.182 | 2.182 | 2.182 | 2.182 | 2.182 | 100.0% | 1 | | -> duration | 2.182 | 2.182 | 2.182 | 2.182 | 2.182 | 2.182 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.181655 Full duration: 21.191228 -------------------------------------------------------------------------------- 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 e87d4fbf-56f9-4999-95b3-40504c4e999a 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.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | keystone_v3.update_project | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | keystone_v3.delete_project | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 0.152 | 100.0% | 1 | | total | 1.078 | 1.078 | 1.078 | 1.078 | 1.078 | 1.078 | 100.0% | 1 | | -> duration | 1.078 | 1.078 | 1.078 | 1.078 | 1.078 | 1.078 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.077876 Full duration: 13.212061 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task e87d4fbf-56f9-4999-95b3-40504c4e999a 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.786 | 0.786 | 0.786 | 0.786 | 0.786 | 0.786 | 100.0% | 1 | | total | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 100.0% | 1 | | -> duration | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 0.914 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.913592 Full duration: 15.25632 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task e87d4fbf-56f9-4999-95b3-40504c4e999a 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.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | total | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | -> duration | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.789639 Full duration: 15.476397 -------------------------------------------------------------------------------- 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 e87d4fbf-56f9-4999-95b3-40504c4e999a 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.792 | 0.792 | 0.792 | 0.792 | 0.792 | 0.792 | 100.0% | 1 | | keystone_v3.list_users | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 0.112 | 100.0% | 1 | | total | 1.014 | 1.014 | 1.014 | 1.014 | 1.014 | 1.014 | 100.0% | 1 | | -> duration | 1.014 | 1.014 | 1.014 | 1.014 | 1.014 | 1.014 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.014476 Full duration: 15.290151 -------------------------------------------------------------------------------- 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 e87d4fbf-56f9-4999-95b3-40504c4e999a 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.806 | 0.806 | 0.806 | 0.806 | 0.806 | 0.806 | 100.0% | 1 | | keystone_v3.create_users | 5.595 | 5.595 | 5.595 | 5.595 | 5.595 | 5.595 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 5.595 | 5.595 | 5.595 | 5.595 | 5.595 | 5.595 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.434 | 1.434 | 1.434 | 1.434 | 1.434 | 1.434 | 100.0% | 1 | | total | 7.567 | 7.567 | 7.567 | 7.567 | 7.567 | 7.567 | 100.0% | 1 | | -> duration | 7.567 | 7.567 | 7.567 | 7.567 | 7.567 | 7.567 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 7.567289 Full duration: 26.273779 HINTS: * To plot HTML graphics with this data, run: rally task report e87d4fbf-56f9-4999-95b3-40504c4e999a --out output.html * To generate a JUnit report, run: rally task export e87d4fbf-56f9-4999-95b3-40504c4e999a --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e87d4fbf-56f9-4999-95b3-40504c4e999a --json --out output.json 2018-08-05 11:06:41,678 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'e87d4fbf-56f9-4999-95b3-40504c4e999a', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-08-05 11:06:44,142 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid e87d4fbf-56f9-4999-95b3-40504c4e999a --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-08-05 11:06:44.034 7117 INFO rally.api [-] Building 'json' report for the following task(s): 'e87d4fbf-56f9-4999-95b3-40504c4e999a'. 2018-08-05 11:06:44.045 7117 INFO rally.api [-] The report has been successfully built. 2018-08-05 11:06:44,142 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'e87d4fbf-56f9-4999-95b3-40504c4e999a', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-08-05 11:06:46,656 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid e87d4fbf-56f9-4999-95b3-40504c4e999a --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-08-05 11:06:46.530 7120 INFO rally.api [-] Building 'html' report for the following task(s): 'e87d4fbf-56f9-4999-95b3-40504c4e999a'. 2018-08-05 11:06:46.560 7120 INFO rally.api [-] The report has been successfully built. 2018-08-05 11:06:46,671 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-08-05 11:06:46,671 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-08-05 11:06:46,672 - 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-05 11:06:46,672 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-05 11:06:46,687 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-05 11:06:46,688 - 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': '28ea63d5-4021-4d70-b867-343292d5f388', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f86256de-f3c1-4531-9840-a6cf36c266af', 'flavor_name': 'rally_sanity-flavor_f86256de-f3c1-4531-9840-a6cf36c266af', '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_f86256de-f3c1-4531-9840-a6cf36c266af', '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-05 11:12:02,112 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 22ace7ec-d593-4c33-ab28-1c26e09ff021 2018-08-05 11:12:02,112 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '22ace7ec-d593-4c33-ab28-1c26e09ff021'] 2018-08-05 11:12:03,101 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 22ace7ec-d593-4c33-ab28-1c26e09ff021 -------------------------------------------------------------------------------- Task 22ace7ec-d593-4c33-ab28-1c26e09ff021: 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 22ace7ec-d593-4c33-ab28-1c26e09ff021 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.852 | 0.852 | 0.852 | 0.852 | 0.852 | 0.852 | 100.0% | 1 | | neutron.delete_network | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 0.555 | 100.0% | 1 | | total | 1.408 | 1.408 | 1.408 | 1.408 | 1.408 | 1.408 | 100.0% | 1 | | -> duration | 1.408 | 1.408 | 1.408 | 1.408 | 1.408 | 1.408 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.407871 Full duration: 15.184414 -------------------------------------------------------------------------------- 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 22ace7ec-d593-4c33-ab28-1c26e09ff021 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.66 | 1.66 | 1.66 | 1.66 | 1.66 | 1.66 | 100.0% | 1 | | neutron.delete_port | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 0.735 | 100.0% | 1 | | total | 2.395 | 2.395 | 2.395 | 2.395 | 2.395 | 2.395 | 100.0% | 1 | | -> duration | 2.395 | 2.395 | 2.395 | 2.395 | 2.395 | 2.395 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.394708 Full duration: 29.104153 -------------------------------------------------------------------------------- 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 22ace7ec-d593-4c33-ab28-1c26e09ff021 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.908 | 0.908 | 0.908 | 0.908 | 0.908 | 0.908 | 100.0% | 1 | | neutron.create_subnet | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 0.628 | 100.0% | 1 | | neutron.create_router | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 0.085 | 100.0% | 1 | | neutron.add_interface_router | 2.276 | 2.276 | 2.276 | 2.276 | 2.276 | 2.276 | 100.0% | 1 | | neutron.remove_interface_router | 2.185 | 2.185 | 2.185 | 2.185 | 2.185 | 2.185 | 100.0% | 1 | | neutron.delete_router | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 0.554 | 100.0% | 1 | | total | 6.637 | 6.637 | 6.637 | 6.637 | 6.637 | 6.637 | 100.0% | 1 | | -> duration | 6.637 | 6.637 | 6.637 | 6.637 | 6.637 | 6.637 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.636611 Full duration: 37.707769 -------------------------------------------------------------------------------- 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 22ace7ec-d593-4c33-ab28-1c26e09ff021 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.487 | 1.487 | 1.487 | 1.487 | 1.487 | 1.487 | 100.0% | 1 | | neutron.delete_subnet | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 0.494 | 100.0% | 1 | | total | 1.982 | 1.982 | 1.982 | 1.982 | 1.982 | 1.982 | 100.0% | 1 | | -> duration | 1.982 | 1.982 | 1.982 | 1.982 | 1.982 | 1.982 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.982115 Full duration: 27.608293 -------------------------------------------------------------------------------- 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 22ace7ec-d593-4c33-ab28-1c26e09ff021 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.091 | 1.091 | 1.091 | 1.091 | 1.091 | 1.091 | 100.0% | 1 | | neutron.list_networks | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | total | 1.228 | 1.228 | 1.228 | 1.228 | 1.228 | 1.228 | 100.0% | 1 | | -> duration | 1.228 | 1.228 | 1.228 | 1.228 | 1.228 | 1.228 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.228496 Full duration: 17.095161 -------------------------------------------------------------------------------- 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 22ace7ec-d593-4c33-ab28-1c26e09ff021 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.689 | 1.689 | 1.689 | 1.689 | 1.689 | 1.689 | 100.0% | 1 | | neutron.list_ports | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 100.0% | 1 | | total | 1.815 | 1.815 | 1.815 | 1.815 | 1.815 | 1.815 | 100.0% | 1 | | -> duration | 1.815 | 1.815 | 1.815 | 1.815 | 1.815 | 1.815 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.814627 Full duration: 30.016153 -------------------------------------------------------------------------------- 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 22ace7ec-d593-4c33-ab28-1c26e09ff021 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.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | neutron.create_subnet | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 0.789 | 100.0% | 1 | | neutron.create_router | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 0.092 | 100.0% | 1 | | neutron.add_interface_router | 2.321 | 2.321 | 2.321 | 2.321 | 2.321 | 2.321 | 100.0% | 1 | | neutron.list_routers | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 100.0% | 1 | | total | 4.136 | 4.136 | 4.136 | 4.136 | 4.136 | 4.136 | 100.0% | 1 | | -> duration | 4.136 | 4.136 | 4.136 | 4.136 | 4.136 | 4.136 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.136398 Full duration: 41.240072 -------------------------------------------------------------------------------- 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 22ace7ec-d593-4c33-ab28-1c26e09ff021 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.903 | 0.903 | 0.903 | 0.903 | 0.903 | 0.903 | 100.0% | 1 | | neutron.create_subnet | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 0.641 | 100.0% | 1 | | neutron.list_subnets | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | total | 1.628 | 1.628 | 1.628 | 1.628 | 1.628 | 1.628 | 100.0% | 1 | | -> duration | 1.628 | 1.628 | 1.628 | 1.628 | 1.628 | 1.628 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.627817 Full duration: 32.650872 -------------------------------------------------------------------------------- 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 22ace7ec-d593-4c33-ab28-1c26e09ff021 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.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | neutron.delete_security_group | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 0.11 | 100.0% | 1 | | total | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 100.0% | 1 | | -> duration | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 0.976 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.976476 Full duration: 14.361849 -------------------------------------------------------------------------------- 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 22ace7ec-d593-4c33-ab28-1c26e09ff021 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.778 | 0.778 | 0.778 | 0.778 | 0.778 | 0.778 | 100.0% | 1 | | neutron.create_security_group_rule | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 0.257 | 100.0% | 1 | | neutron.delete_security_group | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 0.111 | 100.0% | 1 | | total | 1.271 | 1.271 | 1.271 | 1.271 | 1.271 | 1.271 | 100.0% | 1 | | -> duration | 1.271 | 1.271 | 1.271 | 1.271 | 1.271 | 1.271 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.271285 Full duration: 14.75737 -------------------------------------------------------------------------------- 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 22ace7ec-d593-4c33-ab28-1c26e09ff021 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.905 | 0.905 | 0.905 | 0.905 | 0.905 | 0.905 | 100.0% | 1 | | neutron.create_router | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 0.078 | 100.0% | 1 | | neutron.add_gateway_router | 2.093 | 2.093 | 2.093 | 2.093 | 2.093 | 2.093 | 100.0% | 1 | | neutron.remove_gateway_router | 1.488 | 1.488 | 1.488 | 1.488 | 1.488 | 1.488 | 100.0% | 1 | | total | 4.566 | 4.566 | 4.566 | 4.566 | 4.566 | 4.566 | 100.0% | 1 | | -> duration | 4.566 | 4.566 | 4.566 | 4.566 | 4.566 | 4.566 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.565515 Full duration: 27.119868 HINTS: * To plot HTML graphics with this data, run: rally task report 22ace7ec-d593-4c33-ab28-1c26e09ff021 --out output.html * To generate a JUnit report, run: rally task export 22ace7ec-d593-4c33-ab28-1c26e09ff021 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 22ace7ec-d593-4c33-ab28-1c26e09ff021 --json --out output.json 2018-08-05 11:12:03,102 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '22ace7ec-d593-4c33-ab28-1c26e09ff021', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-08-05 11:12:05,602 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 22ace7ec-d593-4c33-ab28-1c26e09ff021 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-08-05 11:12:05.492 10415 INFO rally.api [-] Building 'json' report for the following task(s): '22ace7ec-d593-4c33-ab28-1c26e09ff021'. 2018-08-05 11:12:05.504 10415 INFO rally.api [-] The report has been successfully built. 2018-08-05 11:12:05,603 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '22ace7ec-d593-4c33-ab28-1c26e09ff021', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-08-05 11:12:08,031 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 22ace7ec-d593-4c33-ab28-1c26e09ff021 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-08-05 11:12:07.904 10418 INFO rally.api [-] Building 'html' report for the following task(s): '22ace7ec-d593-4c33-ab28-1c26e09ff021'. 2018-08-05 11:12:07.935 10418 INFO rally.api [-] The report has been successfully built. 2018-08-05 11:12:08,048 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-08-05 11:12:08,049 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-08-05 11:12:08,049 - 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-05 11:12:08,049 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-05 11:12:08,064 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-05 11:12:08,064 - 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': '28ea63d5-4021-4d70-b867-343292d5f388', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f86256de-f3c1-4531-9840-a6cf36c266af', 'flavor_name': 'rally_sanity-flavor_f86256de-f3c1-4531-9840-a6cf36c266af', '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_f86256de-f3c1-4531-9840-a6cf36c266af', '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-05 11:13:09,749 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : be774bc0-3f48-4ae6-9b42-040e8bcf8955 2018-08-05 11:13:09,749 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'be774bc0-3f48-4ae6-9b42-040e8bcf8955'] 2018-08-05 11:13:10,659 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid be774bc0-3f48-4ae6-9b42-040e8bcf8955 -------------------------------------------------------------------------------- Task be774bc0-3f48-4ae6-9b42-040e8bcf8955: 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_f86256de-f3c1-4531-9840-a6cf36c266af" }, "image": { "name": "rally_sanity-img_f86256de-f3c1-4531-9840-a6cf36c266af" }, "nics": [ { "net-id": "28ea63d5-4021-4d70-b867-343292d5f388" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task be774bc0-3f48-4ae6-9b42-040e8bcf8955 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.182 | 9.182 | 9.182 | 9.182 | 9.182 | 9.182 | 100.0% | 1 | | nova.live_migrate | 6.57 | 6.57 | 6.57 | 6.57 | 6.57 | 6.57 | 0.0% | 1 | | total | 15.752 | 15.752 | 15.752 | 15.752 | 15.752 | 15.752 | 0.0% | 1 | | -> duration | 14.752 | 14.752 | 14.752 | 14.752 | 14.752 | 14.752 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.751805 Full duration: 29.862063 HINTS: * To plot HTML graphics with this data, run: rally task report be774bc0-3f48-4ae6-9b42-040e8bcf8955 --out output.html * To generate a JUnit report, run: rally task export be774bc0-3f48-4ae6-9b42-040e8bcf8955 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report be774bc0-3f48-4ae6-9b42-040e8bcf8955 --json --out output.json At least one workload did not pass SLA criteria. 2018-08-05 11:13:10,659 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'be774bc0-3f48-4ae6-9b42-040e8bcf8955', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-08-05 11:13:13,169 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid be774bc0-3f48-4ae6-9b42-040e8bcf8955 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-08-05 11:13:13.065 10653 INFO rally.api [-] Building 'json' report for the following task(s): 'be774bc0-3f48-4ae6-9b42-040e8bcf8955'. 2018-08-05 11:13:13.068 10653 INFO rally.api [-] The report has been successfully built. 2018-08-05 11:13:13,170 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'be774bc0-3f48-4ae6-9b42-040e8bcf8955', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-08-05 11:13:15,654 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid be774bc0-3f48-4ae6-9b42-040e8bcf8955 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-08-05 11:13:15.537 10656 INFO rally.api [-] Building 'html' report for the following task(s): 'be774bc0-3f48-4ae6-9b42-040e8bcf8955'. 2018-08-05 11:13:15.555 10656 INFO rally.api [-] The report has been successfully built. 2018-08-05 11:13:15,656 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-08-05 11:13:15,656 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-08-05 11:13:15,657 - 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-05 11:13:15,657 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-05 11:13:15,665 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-05 11:13:15,665 - 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': '28ea63d5-4021-4d70-b867-343292d5f388', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_f86256de-f3c1-4531-9840-a6cf36c266af', 'flavor_name': 'rally_sanity-flavor_f86256de-f3c1-4531-9840-a6cf36c266af', '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_f86256de-f3c1-4531-9840-a6cf36c266af', '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-05 11:14:09,134 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 0c58aa66-80f0-4702-8e94-ca4e43f3cc55 2018-08-05 11:14:09,134 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '0c58aa66-80f0-4702-8e94-ca4e43f3cc55'] 2018-08-05 11:14:09,996 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 0c58aa66-80f0-4702-8e94-ca4e43f3cc55 -------------------------------------------------------------------------------- Task 0c58aa66-80f0-4702-8e94-ca4e43f3cc55: 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 0c58aa66-80f0-4702-8e94-ca4e43f3cc55 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.729 | 0.729 | 0.729 | 0.729 | 0.729 | 0.729 | 100.0% | 1 | | quotas.delete_quotas | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 0.201 | 100.0% | 1 | | total | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 100.0% | 1 | | -> duration | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 0.93 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.929691 Full duration: 8.794064 -------------------------------------------------------------------------------- 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 0c58aa66-80f0-4702-8e94-ca4e43f3cc55 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.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | total | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> duration | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.731972 Full duration: 8.383547 -------------------------------------------------------------------------------- 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 0c58aa66-80f0-4702-8e94-ca4e43f3cc55 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.339 | 0.339 | 0.339 | 0.339 | 0.339 | 0.339 | 100.0% | 1 | | total | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | -> duration | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 0.754 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.75448 Full duration: 8.905347 -------------------------------------------------------------------------------- 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 0c58aa66-80f0-4702-8e94-ca4e43f3cc55 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.135 | 1.135 | 1.135 | 1.135 | 1.135 | 1.135 | 100.0% | 1 | | total | 1.135 | 1.135 | 1.135 | 1.135 | 1.135 | 1.135 | 100.0% | 1 | | -> duration | 1.135 | 1.135 | 1.135 | 1.135 | 1.135 | 1.135 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.135136 Full duration: 9.17428 HINTS: * To plot HTML graphics with this data, run: rally task report 0c58aa66-80f0-4702-8e94-ca4e43f3cc55 --out output.html * To generate a JUnit report, run: rally task export 0c58aa66-80f0-4702-8e94-ca4e43f3cc55 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 0c58aa66-80f0-4702-8e94-ca4e43f3cc55 --json --out output.json 2018-08-05 11:14:09,997 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '0c58aa66-80f0-4702-8e94-ca4e43f3cc55', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-08-05 11:14:12,465 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 0c58aa66-80f0-4702-8e94-ca4e43f3cc55 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-08-05 11:14:12.363 11169 INFO rally.api [-] Building 'json' report for the following task(s): '0c58aa66-80f0-4702-8e94-ca4e43f3cc55'. 2018-08-05 11:14:12.367 11169 INFO rally.api [-] The report has been successfully built. 2018-08-05 11:14:12,466 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '0c58aa66-80f0-4702-8e94-ca4e43f3cc55', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-08-05 11:14:15,033 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 0c58aa66-80f0-4702-8e94-ca4e43f3cc55 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-08-05 11:14:14.851 11172 INFO rally.api [-] Building 'html' report for the following task(s): '0c58aa66-80f0-4702-8e94-ca4e43f3cc55'. 2018-08-05 11:14:14.876 11172 INFO rally.api [-] The report has been successfully built. 2018-08-05 11:14:15,038 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-08-05 11:14:15,041 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:47 | 6 | 100.00% | | glance | 01:04 | 4 | 100.00% | | cinder | 02:34 | 10 | 100.00% | | gnocchi | 01:28 | 11 | 100.00% | | heat | 01:07 | 4 | 100.00% | | keystone | 02:58 | 11 | 100.00% | | neutron | 04:46 | 11 | 100.00% | | nova | 00:29 | 1 | 0.00% | | quotas | 00:35 | 4 | 100.00% | | | | | | | TOTAL: | 00:15:52 | 62 | 98.39% | +----------------+------------+----------------+-----------+ 2018-08-05 11:14:15,042 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.39% in 8/9 modules 2018-08-05 11:14:15,169 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-05 11:14:15,169 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 20:42 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-05 11:14:15,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 11:14:15,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" 2018-08-05 11:14:15,376 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:14:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7db6f013-1661-49b8-857a-5c1a43d76b0a x-compute-request-id: req-7db6f013-1661-49b8-857a-5c1a43d76b0a Content-Encoding: gzip Content-Length: 368 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_alt_f86256de-f3c1-4531-9840-a6cf36c266af", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/5e7d960c-9a7c-4a08-b752-36cfb7051bdc", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/5e7d960c-9a7c-4a08-b752-36cfb7051bdc", "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": "5e7d960c-9a7c-4a08-b752-36cfb7051bdc"}, {"name": "rally_sanity-flavor_f86256de-f3c1-4531-9840-a6cf36c266af", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/d971e5c5-5659-415d-9f9b-77cd9db21f71", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/d971e5c5-5659-415d-9f9b-77cd9db21f71", "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": "d971e5c5-5659-415d-9f9b-77cd9db21f71"}]} 2018-08-05 11:14:15,377 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-7db6f013-1661-49b8-857a-5c1a43d76b0a 2018-08-05 11:14:15,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.201838970184s 2018-08-05 11:14:15,377 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-7db6f013-1661-49b8-857a-5c1a43d76b0a 2018-08-05 11:14:15,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 11:14:15,382 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/5e7d960c-9a7c-4a08-b752-36cfb7051bdc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" 2018-08-05 11:14:15,409 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 11: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-8a72ebdf-0076-4da8-bbc7-11e8cd93da53 x-compute-request-id: req-8a72ebdf-0076-4da8-bbc7-11e8cd93da53 Content-Length: 0 Content-Type: application/json 2018-08-05 11:14:15,409 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/5e7d960c-9a7c-4a08-b752-36cfb7051bdc used request id req-8a72ebdf-0076-4da8-bbc7-11e8cd93da53 2018-08-05 11:14:15,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0297698974609s 2018-08-05 11:14:15,410 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/5e7d960c-9a7c-4a08-b752-36cfb7051bdc used request id req-8a72ebdf-0076-4da8-bbc7-11e8cd93da53 2018-08-05 11:14:15,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-05 11:14:15,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/cefc3de7-b91a-4078-bee1-64578bbb847b/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" -d '{"subnet_id": "e40843a3-d5fd-4e92-8105-3e23f8d8b6f7"}' 2018-08-05 11:14:17,569 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c3345d48-3b85-4b75-a7df-3b38d68309b8 Date: Sun, 05 Aug 2018 11:14:17 GMT RESP BODY: {"network_id": "28ea63d5-4021-4d70-b867-343292d5f388", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "subnet_id": "e40843a3-d5fd-4e92-8105-3e23f8d8b6f7", "subnet_ids": ["e40843a3-d5fd-4e92-8105-3e23f8d8b6f7"], "port_id": "94deddfa-b111-466e-ae1c-2f5717c4fbb8", "id": "cefc3de7-b91a-4078-bee1-64578bbb847b"} 2018-08-05 11:14:17,570 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/cefc3de7-b91a-4078-bee1-64578bbb847b/remove_router_interface.json used request id req-c3345d48-3b85-4b75-a7df-3b38d68309b8 2018-08-05 11:14:17,570 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.15949201584s 2018-08-05 11:14:17,570 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/cefc3de7-b91a-4078-bee1-64578bbb847b/remove_router_interface.json used request id req-c3345d48-3b85-4b75-a7df-3b38d68309b8 returning object cefc3de7-b91a-4078-bee1-64578bbb847b 2018-08-05 11:14:17,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-05 11:14:17,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" 2018-08-05 11:14:17,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-52684e1f-7a39-4e85-bf9c-417e54412105 Date: Sun, 05 Aug 2018 11:14:17 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:53:33Z", "admin_state_up": true, "updated_at": "2018-08-05T11:14:16Z", "project_id": "d5650b30963342b58320b9e3073d7ddf", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "cefc3de7-b91a-4078-bee1-64578bbb847b", "name": "rally_sanity-router_f86256de-f3c1-4531-9840-a6cf36c266af"}]} 2018-08-05 11:14:17,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-52684e1f-7a39-4e85-bf9c-417e54412105 2018-08-05 11:14:17,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.115316152573s 2018-08-05 11:14:17,686 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-52684e1f-7a39-4e85-bf9c-417e54412105 2018-08-05 11:14:17,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-05 11:14:17,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/routers/cefc3de7-b91a-4078-bee1-64578bbb847b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" 2018-08-05 11:14:19,143 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-58b403a5-4590-48e4-beb0-53dfb4848e78 Content-Length: 0 Date: Sun, 05 Aug 2018 11:14:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 11:14:19,143 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/cefc3de7-b91a-4078-bee1-64578bbb847b.json used request id req-58b403a5-4590-48e4-beb0-53dfb4848e78 2018-08-05 11:14:19,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.45579195023s 2018-08-05 11:14:19,144 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/cefc3de7-b91a-4078-bee1-64578bbb847b.json used request id req-58b403a5-4590-48e4-beb0-53dfb4848e78 2018-08-05 11:14:19,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 11:14:19,145 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" 2018-08-05 11:14:19,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1330 X-Openstack-Request-Id: req-7c4c28da-a35d-41ae-bd01-59af098f3487 Date: Sun, 05 Aug 2018 11:14:19 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-05T10:41:19Z","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":"89972d6a-26a8-4595-baea-47e68ca637c2","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0657afe192264a9b9d21fa2c02d460ec","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:19Z","ip_version":4},{"updated_at":"2018-08-05T10:53:33Z","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":"e40843a3-d5fd-4e92-8105-3e23f8d8b6f7","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d5650b30963342b58320b9e3073d7ddf","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"rally_sanity-subnet_f86256de-f3c1-4531-9840-a6cf36c266af","enable_dhcp":true,"segment_id":null,"network_id":"28ea63d5-4021-4d70-b867-343292d5f388","tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:53:33Z","ip_version":4}]} 2018-08-05 11:14:19,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-7c4c28da-a35d-41ae-bd01-59af098f3487 2018-08-05 11:14:19,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0436661243439s 2018-08-05 11:14:19,188 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-7c4c28da-a35d-41ae-bd01-59af098f3487 2018-08-05 11:14:19,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-05 11:14:19,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/subnets/e40843a3-d5fd-4e92-8105-3e23f8d8b6f7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" 2018-08-05 11:14:20,008 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c8390f48-c4f6-4791-9089-acca05e851f5 Date: Sun, 05 Aug 2018 11:14:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 11:14:20,008 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/e40843a3-d5fd-4e92-8105-3e23f8d8b6f7.json used request id req-c8390f48-c4f6-4791-9089-acca05e851f5 2018-08-05 11:14:20,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.818070173264s 2018-08-05 11:14:20,008 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/e40843a3-d5fd-4e92-8105-3e23f8d8b6f7.json used request id req-c8390f48-c4f6-4791-9089-acca05e851f5 2018-08-05 11:14:20,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 11:14:20,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" 2018-08-05 11:14:20,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1437 X-Openstack-Request-Id: req-c73f2314-95c0-42a6-bebf-b523a64469f9 Date: Sun, 05 Aug 2018 11:14:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"28ea63d5-4021-4d70-b867-343292d5f388","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":44,"ipv4_address_scope":null,"shared":true,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T11:14:19Z","qos_policy_id":null,"name":"rally_sanity-net_f86256de-f3c1-4531-9840-a6cf36c266af","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T10:53:32Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 11:14:20,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-c73f2314-95c0-42a6-bebf-b523a64469f9 2018-08-05 11:14:20,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0880858898163s 2018-08-05 11:14:20,097 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-c73f2314-95c0-42a6-bebf-b523a64469f9 2018-08-05 11:14:20,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-05 11:14:20,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/networks/28ea63d5-4021-4d70-b867-343292d5f388.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" 2018-08-05 11:14:21,260 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-270117d3-01b8-42be-b479-1ac644d93325 Date: Sun, 05 Aug 2018 11:14:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 11:14:21,261 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/28ea63d5-4021-4d70-b867-343292d5f388.json used request id req-270117d3-01b8-42be-b479-1ac644d93325 2018-08-05 11:14:21,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.16243696213s 2018-08-05 11:14:21,261 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/28ea63d5-4021-4d70-b867-343292d5f388.json used request id req-270117d3-01b8-42be-b479-1ac644d93325 2018-08-05 11:14:21,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 11:14:21,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" 2018-08-05 11:14:21,453 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1205 Content-Type: application/json X-Openstack-Request-Id: req-a7f471e7-421b-47be-8405-42329e116e0c Date: Sun, 05 Aug 2018 11:14:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/5fb6469a-ea1c-40ca-b7ea-fb29ed86057a/snap", "metadata": {}}], "file": "/v2/images/5fb6469a-ea1c-40ca-b7ea-fb29ed86057a/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "5fb6469a-ea1c-40ca-b7ea-fb29ed86057a", "size": 12716032, "self": "/v2/images/5fb6469a-ea1c-40ca-b7ea-fb29ed86057a", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/5fb6469a-ea1c-40ca-b7ea-fb29ed86057a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T10:53:38Z", "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_f86256de-f3c1-4531-9840-a6cf36c266af", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_f86256de-f3c1-4531-9840-a6cf36c266af", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T10:53:37Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 11:14:21,453 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-a7f471e7-421b-47be-8405-42329e116e0c 2018-08-05 11:14:21,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.18799996376s 2018-08-05 11:14:21,454 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-a7f471e7-421b-47be-8405-42329e116e0c 2018-08-05 11:14:21,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-05 11:14:21,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9292/v2/images/5fb6469a-ea1c-40ca-b7ea-fb29ed86057a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" 2018-08-05 11:14:21,722 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f282db13-6ec7-470e-b1b1-5a277349e1be Date: Sun, 05 Aug 2018 11:14:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-05 11:14:21,722 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/5fb6469a-ea1c-40ca-b7ea-fb29ed86057a used request id req-f282db13-6ec7-470e-b1b1-5a277349e1be 2018-08-05 11:14:21,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.266799926758s 2018-08-05 11:14:21,722 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/5fb6469a-ea1c-40ca-b7ea-fb29ed86057a used request id req-f282db13-6ec7-470e-b1b1-5a277349e1be 2018-08-05 11:14:21,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 11:14:21,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" 2018-08-05 11:14:21,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:14: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-d3157628-3a7c-4522-b67a-9ba8e07a80ca x-compute-request-id: req-d3157628-3a7c-4522-b67a-9ba8e07a80ca Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_f86256de-f3c1-4531-9840-a6cf36c266af", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/d971e5c5-5659-415d-9f9b-77cd9db21f71", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/d971e5c5-5659-415d-9f9b-77cd9db21f71", "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": "d971e5c5-5659-415d-9f9b-77cd9db21f71"}]} 2018-08-05 11:14:21,759 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-d3157628-3a7c-4522-b67a-9ba8e07a80ca 2018-08-05 11:14:21,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0357611179352s 2018-08-05 11:14:21,759 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-d3157628-3a7c-4522-b67a-9ba8e07a80ca 2018-08-05 11:14:21,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 11:14:21,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/d971e5c5-5659-415d-9f9b-77cd9db21f71 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a046a4d5f2cd81d7a8ec17b954fb3a78e43a97eb" 2018-08-05 11:14:21,799 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 11:14: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-80f68dfd-27eb-40ee-a243-9d996d16bf28 x-compute-request-id: req-80f68dfd-27eb-40ee-a243-9d996d16bf28 Content-Length: 0 Content-Type: application/json 2018-08-05 11:14:21,799 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/d971e5c5-5659-415d-9f9b-77cd9db21f71 used request id req-80f68dfd-27eb-40ee-a243-9d996d16bf28 2018-08-05 11:14:21,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0381350517273s 2018-08-05 11:14:21,799 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/d971e5c5-5659-415d-9f9b-77cd9db21f71 used request id req-80f68dfd-27eb-40ee-a243-9d996d16bf28 2018-08-05 11:14:21,800 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-08-05 11:14:21,846 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-08-05 11:14:21,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 11:14:21,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-05 11:14:21,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 11:14:21,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 11:14:21,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 11:14:21,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 11:14:21,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 11:14:21,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 11:14:21,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 11:14:21,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 11:14:21,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 11:14:21,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 11:14:21,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 11:14:21,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 11:14:21,883 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 11:14:21,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 11:14:21,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 11:14:21,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 11:14:21,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 11:14:21,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 11:14:21,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 11:14:21,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 11:14:21,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 11:14:21,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-05 11:14:21,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-05 11:14:21,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 11:14:21,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:14:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b6d6065-f9bb-46f5-b54a-e10f6bb9d7ee Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 11:14:21,891 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-0b6d6065-f9bb-46f5-b54a-e10f6bb9d7ee 2018-08-05 11:14:21,891 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 11:14:22,275 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T12:14:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["qLWxwoZTRvKBxe0YLkHwbA"], "issued_at": "2018-08-05T11:14:22.000000Z"}} 2018-08-05 11:14:22,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 11:14:22,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" 2018-08-05 11:14:22,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-b1474706-f66a-4cf0-a223-4d40c677f3e3 Date: Sun, 05 Aug 2018 11:14:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 11:14:22,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b1474706-f66a-4cf0-a223-4d40c677f3e3 2018-08-05 11:14:22,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.247694969177s 2018-08-05 11:14:22,526 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-b1474706-f66a-4cf0-a223-4d40c677f3e3 2018-08-05 11:14:22,526 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-05 11:14:25,273 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-05 11:14:27,994 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | dbda09c1-deb0-4b01-824c-6118d9c96988 | 2018-08-05T11:14:27.603104 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: dbda09c1-deb0-4b01-824c-6118d9c96988 ~/.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-05 11:14:31,545 - 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-05 11:14:31,546 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-05 11:14:34,091 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-05 11:14:37,832 - 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=b681fb7f-79d0-4861-8ba4-da1eb6b7fb70) as the default verifier for the future CLI operations. 2018-08-05 11:14:41,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-05 11:14:41,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" 2018-08-05 11:14:41,188 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11471 X-Openstack-Request-Id: req-68789a4e-fe22-4cbb-8a29-d9bef8ccc422 Date: Sun, 05 Aug 2018 11:14:41 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": "l3_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "L3 Agent Scheduler", "links": [], "description": "Schedule routers among l3 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": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"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": "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": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp 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-05 11:14:41,188 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/extensions.json used request id req-68789a4e-fe22-4cbb-8a29-d9bef8ccc422 2018-08-05 11:14:41,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.188117980957s 2018-08-05 11:14:41,189 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/extensions.json used request id req-68789a4e-fe22-4cbb-8a29-d9bef8ccc422 2018-08-05 11:14:41,197 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-08-05 11:14:41,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-05 11:14:41,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" -d '{"network": {"name": "patrole-net_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "admin_state_up": true}}' 2018-08-05 11:14:41,423 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-964997b4-0a22-4c9a-ac77-c7491c485509 Date: Sun, 05 Aug 2018 11:14:41 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7484d917-e4f2-441b-9029-a1f13cbd8bf6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T11:14:41Z","is_default":false,"qos_policy_id":null,"name":"patrole-net_0382d52a-0493-4e64-8e1d-3a6dc63517f9","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T11:14:41Z","mtu":1450}} 2018-08-05 11:14:41,423 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-964997b4-0a22-4c9a-ac77-c7491c485509 2018-08-05 11:14:41,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.225069999695s 2018-08-05 11:14:41,423 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-964997b4-0a22-4c9a-ac77-c7491c485509 2018-08-05 11:14:41,424 - 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-05T11:14:41Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'7484d917-e4f2-441b-9029-a1f13cbd8bf6', u'provider:segmentation_id': 88, 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_0382d52a-0493-4e64-8e1d-3a6dc63517f9', u'created_at': u'2018-08-05T11:14:41Z', u'mtu': 1450, u'tenant_id': u'd5650b30963342b58320b9e3073d7ddf', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd5650b30963342b58320b9e3073d7ddf', u'l2_adjacency': True}) 2018-08-05 11:14:41,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 11:14:41,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" 2018-08-05 11:14:41,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1427 X-Openstack-Request-Id: req-440646c1-8c1e-497a-a30d-e4cd5cc77545 Date: Sun, 05 Aug 2018 11:14:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"7484d917-e4f2-441b-9029-a1f13cbd8bf6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T11:14:41Z","qos_policy_id":null,"name":"patrole-net_0382d52a-0493-4e64-8e1d-3a6dc63517f9","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T11:14:41Z","provider:network_type":"vxlan"}]} 2018-08-05 11:14:41,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-440646c1-8c1e-497a-a30d-e4cd5cc77545 2018-08-05 11:14:41,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.267338991165s 2018-08-05 11:14:41,692 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-440646c1-8c1e-497a-a30d-e4cd5cc77545 2018-08-05 11:14:41,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-05 11:14:41,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" -d '{"subnet": {"name": "patrole-subnet_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "enable_dhcp": true, "network_id": "7484d917-e4f2-441b-9029-a1f13cbd8bf6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-05 11:14:42,160 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 693 X-Openstack-Request-Id: req-da6bcaf2-ba48-4750-a16f-e7a815478eb0 Date: Sun, 05 Aug 2018 11:14:42 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-05T11:14:41Z","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":"8122caf8-4bda-4b2c-8f7a-a60d853dc2bf","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d5650b30963342b58320b9e3073d7ddf","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"patrole-subnet_0382d52a-0493-4e64-8e1d-3a6dc63517f9","enable_dhcp":true,"segment_id":null,"network_id":"7484d917-e4f2-441b-9029-a1f13cbd8bf6","tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T11:14:41Z","ip_version":4}} 2018-08-05 11:14:42,160 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-da6bcaf2-ba48-4750-a16f-e7a815478eb0 2018-08-05 11:14:42,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.465935945511s 2018-08-05 11:14:42,161 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-da6bcaf2-ba48-4750-a16f-e7a815478eb0 2018-08-05 11:14:42,161 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T11:14:41Z', 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'8122caf8-4bda-4b2c-8f7a-a60d853dc2bf', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_0382d52a-0493-4e64-8e1d-3a6dc63517f9', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'7484d917-e4f2-441b-9029-a1f13cbd8bf6', u'tenant_id': u'd5650b30963342b58320b9e3073d7ddf', u'created_at': u'2018-08-05T11:14:41Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd5650b30963342b58320b9e3073d7ddf'}) 2018-08-05 11:14:42,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-05 11:14:42,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" -d '{"router": {"external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "name": "patrole-router_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "admin_state_up": true}}' 2018-08-05 11:14:43,646 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-4cfb31ba-95ef-4200-9048-da4749079bd2 Date: Sun, 05 Aug 2018 11:14:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T11:14:42Z", "admin_state_up": true, "updated_at": "2018-08-05T11:14:43Z", "project_id": "d5650b30963342b58320b9e3073d7ddf", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "014cf7df-1ec8-482b-baaa-2994e502b5a8", "name": "patrole-router_0382d52a-0493-4e64-8e1d-3a6dc63517f9"}} 2018-08-05 11:14:43,646 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-4cfb31ba-95ef-4200-9048-da4749079bd2 2018-08-05 11:14:43,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.48423504829s 2018-08-05 11:14:43,647 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-4cfb31ba-95ef-4200-9048-da4749079bd2 2018-08-05 11:14:43,647 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T11:14:43Z', u'revision_number': 2, u'ha': False, u'id': u'014cf7df-1ec8-482b-baaa-2994e502b5a8', u'external_gateway_info': {u'network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'89972d6a-26a8-4595-baea-47e68ca637c2', u'ip_address': u'172.30.9.203'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-router_0382d52a-0493-4e64-8e1d-3a6dc63517f9', u'admin_state_up': True, u'tenant_id': u'd5650b30963342b58320b9e3073d7ddf', u'created_at': u'2018-08-05T11:14:42Z', u'flavor_id': None, u'routes': [], u'project_id': u'd5650b30963342b58320b9e3073d7ddf'}) 2018-08-05 11:14:43,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-05 11:14:43,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/014cf7df-1ec8-482b-baaa-2994e502b5a8/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" -d '{"subnet_id": "8122caf8-4bda-4b2c-8f7a-a60d853dc2bf"}' 2018-08-05 11:14:45,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7715e4d7-a247-4b24-8fd7-3c839f12b581 Date: Sun, 05 Aug 2018 11:14:45 GMT RESP BODY: {"network_id": "7484d917-e4f2-441b-9029-a1f13cbd8bf6", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "subnet_id": "8122caf8-4bda-4b2c-8f7a-a60d853dc2bf", "subnet_ids": ["8122caf8-4bda-4b2c-8f7a-a60d853dc2bf"], "port_id": "4ac63338-0081-4fac-8a41-a3c26012bd2d", "id": "014cf7df-1ec8-482b-baaa-2994e502b5a8"} 2018-08-05 11:14:45,718 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/014cf7df-1ec8-482b-baaa-2994e502b5a8/add_router_interface.json used request id req-7715e4d7-a247-4b24-8fd7-3c839f12b581 2018-08-05 11:14:45,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.07007789612s 2018-08-05 11:14:45,718 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/014cf7df-1ec8-482b-baaa-2994e502b5a8/add_router_interface.json used request id req-7715e4d7-a247-4b24-8fd7-3c839f12b581 returning object 014cf7df-1ec8-482b-baaa-2994e502b5a8 2018-08-05 11:14:45,718 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-05 11:14:45,850 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-05 11:14:45,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 11:14:45,857 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 05 Aug 2018 11:14:45 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}]} 2018-08-05 11:14:45,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 11:14:45,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" 2018-08-05 11:14:46,058 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-2bdd9353-28af-45ef-95be-eb168978bb3d Date: Sun, 05 Aug 2018 11:14:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 11:14:46,058 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-2bdd9353-28af-45ef-95be-eb168978bb3d 2018-08-05 11:14:46,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.196588993073s 2018-08-05 11:14:46,059 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-2bdd9353-28af-45ef-95be-eb168978bb3d 2018-08-05 11:14:46,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 11:14:46,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_0382d52a-0493-4e64-8e1d-3a6dc63517f9"}' 2018-08-05 11:14:46,123 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 865 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e12e8778-ddc6-47f5-951c-11b4ed70de83 Date: Sun, 05 Aug 2018 11:14:46 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "138e6bb8-244f-4b33-bdcd-a6a74357f61f", "size": null, "self": "/v2/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T11:14:46Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "checksum": null, "created_at": "2018-08-05T11:14:46Z", "protected": false} 2018-08-05 11:14:46,123 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-e12e8778-ddc6-47f5-951c-11b4ed70de83 2018-08-05 11:14:46,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0566728115082s 2018-08-05 11:14:46,124 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-e12e8778-ddc6-47f5-951c-11b4ed70de83 returning object 138e6bb8-244f-4b33-bdcd-a6a74357f61f 2018-08-05 11:14:46,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 11:14:46,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" -d '' 2018-08-05 11:14:47,104 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-26254bef-7f52-41e7-9a33-d19289cba5ec Date: Sun, 05 Aug 2018 11:14: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-05 11:14:47,104 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f/file used request id req-26254bef-7f52-41e7-9a33-d19289cba5ec 2018-08-05 11:14:47,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.979506015778s 2018-08-05 11:14:47,104 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f/file used request id req-26254bef-7f52-41e7-9a33-d19289cba5ec 2018-08-05 11:14:47,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 11:14:47,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" 2018-08-05 11:14:47,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-98f2b68e-0d25-4d42-a9ed-f778d3af701a Date: Sun, 05 Aug 2018 11:14:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f/snap", "metadata": {}}], "file": "/v2/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "138e6bb8-244f-4b33-bdcd-a6a74357f61f", "size": 12716032, "self": "/v2/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T11:14:47Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T11:14:46Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 11:14:47,135 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-98f2b68e-0d25-4d42-a9ed-f778d3af701a 2018-08-05 11:14:47,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0271470546722s 2018-08-05 11:14:47,135 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-98f2b68e-0d25-4d42-a9ed-f778d3af701a 2018-08-05 11:14:47,137 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f/file', 'owner': u'd5650b30963342b58320b9e3073d7ddf', 'id': u'138e6bb8-244f-4b33-bdcd-a6a74357f61f', 'size': 12716032, u'self': u'/v2/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd5650b30963342b58320b9e3073d7ddf', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T11:14:47Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-05T11:14:47Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_0382d52a-0493-4e64-8e1d-3a6dc63517f9', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_0382d52a-0493-4e64-8e1d-3a6dc63517f9', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_0382d52a-0493-4e64-8e1d-3a6dc63517f9', 'created': u'2018-08-05T11:14:46Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-05T11:14:46Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_0382d52a-0493-4e64-8e1d-3a6dc63517f9', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-05 11:14:47,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 11:14:47,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-05 11:14:47,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:14: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-b79fcc2c-d07c-4d6f-8465-fcca9d081a7a x-compute-request-id: req-b79fcc2c-d07c-4d6f-8465-fcca9d081a7a Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/62e29c8e-bf63-4fe1-920f-eae7c7bd444a", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/62e29c8e-bf63-4fe1-920f-eae7c7bd444a", "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": "62e29c8e-bf63-4fe1-920f-eae7c7bd444a"}} 2018-08-05 11:14:47,342 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-b79fcc2c-d07c-4d6f-8465-fcca9d081a7a 2018-08-05 11:14:47,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.204132080078s 2018-08-05 11:14:47,343 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-b79fcc2c-d07c-4d6f-8465-fcca9d081a7a 2018-08-05 11:14:47,343 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_0382d52a-0493-4e64-8e1d-3a6dc63517f9', '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'd5650b30963342b58320b9e3073d7ddf', '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'62e29c8e-bf63-4fe1-920f-eae7c7bd444a', 'swap': 0}) 2018-08-05 11:14:47,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 11:14:47,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/62e29c8e-bf63-4fe1-920f-eae7c7bd444a/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" -d '{"extra_specs": {}}' 2018-08-05 11:14:47,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:14: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-a4d64828-eb01-4849-b949-48307c345924 x-compute-request-id: req-a4d64828-eb01-4849-b949-48307c345924 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 11:14:47,367 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/62e29c8e-bf63-4fe1-920f-eae7c7bd444a/os-extra_specs used request id req-a4d64828-eb01-4849-b949-48307c345924 2018-08-05 11:14:47,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0230920314789s 2018-08-05 11:14:47,367 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/62e29c8e-bf63-4fe1-920f-eae7c7bd444a/os-extra_specs used request id req-a4d64828-eb01-4849-b949-48307c345924 2018-08-05 11:14:47,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 11:14:47,377 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 11:14:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a247a84a-30b8-4cef-92ac-6a26334703f1 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.46:5000/v3/", "rel": "self"}]}]}} 2018-08-05 11:14:47,377 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/ used request id req-a247a84a-30b8-4cef-92ac-6a26334703f1 2018-08-05 11:14:47,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 11:14:47,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" 2018-08-05 11:14:47,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:14:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76d92198-fe07-4494-b728-9d2742912b71 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 11:14:47,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-76d92198-fe07-4494-b728-9d2742912b71 2018-08-05 11:14:47,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0205879211426s 2018-08-05 11:14:47,402 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-76d92198-fe07-4494-b728-9d2742912b71 2018-08-05 11:14:47,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 11:14:47,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" 2018-08-05 11:14:47,502 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:14:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83533447-78ed-4717-935b-5bb0a30e09ea Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 11:14:47,502 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-83533447-78ed-4717-935b-5bb0a30e09ea 2018-08-05 11:14:47,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0958712100983s 2018-08-05 11:14:47,503 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-83533447-78ed-4717-935b-5bb0a30e09ea 2018-08-05 11:14:47,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-05 11:14:47,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" 2018-08-05 11:14:47,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:14: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-3318a551-de1f-4be4-9714-9b2238d3c87a x-compute-request-id: req-3318a551-de1f-4be4-9714-9b2238d3c87a Content-Encoding: gzip Content-Length: 731 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 4}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"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-1.opnfvlf.org", "disabled_reason": null, "id": 5}, "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.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"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-05 11:14:47,545 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/os-hypervisors/detail used request id req-3318a551-de1f-4be4-9714-9b2238d3c87a 2018-08-05 11:14:47,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0390040874481s 2018-08-05 11:14:47,545 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/os-hypervisors/detail used request id req-3318a551-de1f-4be4-9714-9b2238d3c87a 2018-08-05 11:14:47,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 11:14:47,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" 2018-08-05 11:14:47,572 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-df92a963-e073-47d5-9e33-4682166e3be7 Date: Sun, 05 Aug 2018 11:14:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f/snap", "metadata": {}}], "file": "/v2/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "138e6bb8-244f-4b33-bdcd-a6a74357f61f", "size": 12716032, "self": "/v2/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T11:14:47Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T11:14:46Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 11:14:47,572 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-df92a963-e073-47d5-9e33-4682166e3be7 2018-08-05 11:14:47,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0229399204254s 2018-08-05 11:14:47,572 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-df92a963-e073-47d5-9e33-4682166e3be7 2018-08-05 11:14:47,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 11:14:47,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_0382d52a-0493-4e64-8e1d-3a6dc63517f9"}' 2018-08-05 11:14:47,614 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 873 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/896d6e75-165d-4e12-ba76-9cfd17c132ec Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-9e082cd4-35ca-4199-8195-13b5841a22fc Date: Sun, 05 Aug 2018 11:14:47 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/896d6e75-165d-4e12-ba76-9cfd17c132ec/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "896d6e75-165d-4e12-ba76-9cfd17c132ec", "size": null, "self": "/v2/images/896d6e75-165d-4e12-ba76-9cfd17c132ec", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T11:14:47Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "checksum": null, "created_at": "2018-08-05T11:14:47Z", "protected": false} 2018-08-05 11:14:47,614 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-9e082cd4-35ca-4199-8195-13b5841a22fc 2018-08-05 11:14:47,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0336060523987s 2018-08-05 11:14:47,614 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-9e082cd4-35ca-4199-8195-13b5841a22fc returning object 896d6e75-165d-4e12-ba76-9cfd17c132ec 2018-08-05 11:14:47,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 11:14:47,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/896d6e75-165d-4e12-ba76-9cfd17c132ec/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" -d '' 2018-08-05 11:14:48,560 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-92d409b3-e1b6-436c-bafc-c1bd8df9158a Date: Sun, 05 Aug 2018 11:14: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-05 11:14:48,560 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/896d6e75-165d-4e12-ba76-9cfd17c132ec/file used request id req-92d409b3-e1b6-436c-bafc-c1bd8df9158a 2018-08-05 11:14:48,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.945096969604s 2018-08-05 11:14:48,560 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/896d6e75-165d-4e12-ba76-9cfd17c132ec/file used request id req-92d409b3-e1b6-436c-bafc-c1bd8df9158a 2018-08-05 11:14:48,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 11:14:48,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" 2018-08-05 11:14:48,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2331 Content-Type: application/json X-Openstack-Request-Id: req-c4fa767c-4f79-45a5-b7dc-905deb9aa690 Date: Sun, 05 Aug 2018 11:14:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/896d6e75-165d-4e12-ba76-9cfd17c132ec/snap", "metadata": {}}], "file": "/v2/images/896d6e75-165d-4e12-ba76-9cfd17c132ec/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "896d6e75-165d-4e12-ba76-9cfd17c132ec", "size": 12716032, "self": "/v2/images/896d6e75-165d-4e12-ba76-9cfd17c132ec", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/896d6e75-165d-4e12-ba76-9cfd17c132ec/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T11:14:48Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T11:14:47Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f/snap", "metadata": {}}], "file": "/v2/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "138e6bb8-244f-4b33-bdcd-a6a74357f61f", "size": 12716032, "self": "/v2/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T11:14:47Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T11:14:46Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 11:14:48,593 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-c4fa767c-4f79-45a5-b7dc-905deb9aa690 2018-08-05 11:14:48,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0285019874573s 2018-08-05 11:14:48,593 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-c4fa767c-4f79-45a5-b7dc-905deb9aa690 2018-08-05 11:14:48,596 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/896d6e75-165d-4e12-ba76-9cfd17c132ec/snap', u'metadata': Munch({})})], 'file': u'/v2/images/896d6e75-165d-4e12-ba76-9cfd17c132ec/file', 'owner': u'd5650b30963342b58320b9e3073d7ddf', 'id': u'896d6e75-165d-4e12-ba76-9cfd17c132ec', 'size': 12716032, u'self': u'/v2/images/896d6e75-165d-4e12-ba76-9cfd17c132ec', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd5650b30963342b58320b9e3073d7ddf', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/896d6e75-165d-4e12-ba76-9cfd17c132ec/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T11:14:48Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-05T11:14:48Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_0382d52a-0493-4e64-8e1d-3a6dc63517f9', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/896d6e75-165d-4e12-ba76-9cfd17c132ec', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_0382d52a-0493-4e64-8e1d-3a6dc63517f9', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_0382d52a-0493-4e64-8e1d-3a6dc63517f9', 'created': u'2018-08-05T11:14:47Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-05T11:14:47Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/896d6e75-165d-4e12-ba76-9cfd17c132ec', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/patrole-img_alt_0382d52a-0493-4e64-8e1d-3a6dc63517f9', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-05 11:14:48,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 11:14:48,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-05 11:14:48,643 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:14:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7241aee3-8bcb-4bd8-a12c-11d10b14b642 x-compute-request-id: req-7241aee3-8bcb-4bd8-a12c-11d10b14b642 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_alt_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/75c1bb62-823c-44c7-9fc8-28f68dc8254d", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/75c1bb62-823c-44c7-9fc8-28f68dc8254d", "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": "75c1bb62-823c-44c7-9fc8-28f68dc8254d"}} 2018-08-05 11:14:48,643 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-7241aee3-8bcb-4bd8-a12c-11d10b14b642 2018-08-05 11:14:48,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0469260215759s 2018-08-05 11:14:48,644 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-7241aee3-8bcb-4bd8-a12c-11d10b14b642 2018-08-05 11:14:48,645 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_0382d52a-0493-4e64-8e1d-3a6dc63517f9', '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'd5650b30963342b58320b9e3073d7ddf', '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'75c1bb62-823c-44c7-9fc8-28f68dc8254d', 'swap': 0}) 2018-08-05 11:14:48,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 11:14:48,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/75c1bb62-823c-44c7-9fc8-28f68dc8254d/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" -d '{"extra_specs": {}}' 2018-08-05 11:14:48,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:14:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-166dbdca-12bf-42e9-851e-404f3cd03596 x-compute-request-id: req-166dbdca-12bf-42e9-851e-404f3cd03596 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 11:14:48,670 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/75c1bb62-823c-44c7-9fc8-28f68dc8254d/os-extra_specs used request id req-166dbdca-12bf-42e9-851e-404f3cd03596 2018-08-05 11:14:48,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0244960784912s 2018-08-05 11:14:48,670 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/75c1bb62-823c-44c7-9fc8-28f68dc8254d/os-extra_specs used request id req-166dbdca-12bf-42e9-851e-404f3cd03596 2018-08-05 11:14:48,670 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_0382d52a-0493-4e64-8e1d-3a6dc63517f9', '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'd5650b30963342b58320b9e3073d7ddf', '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'75c1bb62-823c-44c7-9fc8-28f68dc8254d', 'swap': 0}) 2018-08-05 11:14:52,006 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-05 11:14:52,006 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-05 11:14:52,007 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-05 11:14:52,009 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-05 11:14:52,021 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-05 11:14:55,597 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b681fb7f-79d0-4861-8ba4-da1eb6b7fb70/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-05 11:14:55,598 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-05 11:14:55,599 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-05 11:14:55,599 - 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-05 11:16:43,794 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: c216f1c6-8d29-43e8-97b8-57a28a51f58e 2018-08-05 11:16:44,005 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'c216f1c6-8d29-43e8-97b8-57a28a51f58e']'. 2018-08-05 11:16:44,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-05 11:16:44,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-05 11:16:44,890 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-05 11:16:44,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | c216f1c6-8d29-43e8-97b8-57a28a51f58e | 2018-08-05 11:16:44,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-05 11:16:44,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-05 11:14:57 | 2018-08-05 11:16:44,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-05 11:16:43 | 2018-08-05 11:16:44,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:46 | 2018-08-05 11:16:44,891 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-05 11:16:44,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-05 11:16:44,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b681fb7f-79d0-4861-8ba4-da1eb6b7fb70) | 2018-08-05 11:16:44,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-05 11:16:44,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: dbda09c1-deb0-4b01-824c-6118d9c96988) | 2018-08-05 11:16:44,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-08-05 11:16:44,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 89.131 | 2018-08-05 11:16:44,892 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 126 | 2018-08-05 11:16:44,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-08-05 11:16:44,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-05 11:16:44,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-05 11:16:44,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 1 | 2018-08-05 11:16:44,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-05 11:16:44,893 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-05 11:16:44,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 99.2125984252% 2018-08-05 11:16:45,152 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-05 11:16:45,152 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:04 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-05 11:16:45,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-05 11:16:45,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9292/v2/images/896d6e75-165d-4e12-ba76-9cfd17c132ec -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" 2018-08-05 11:16:45,664 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-58906363-83a7-430a-948c-85a52d184255 Date: Sun, 05 Aug 2018 11:16:45 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-05 11:16:45,664 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/896d6e75-165d-4e12-ba76-9cfd17c132ec used request id req-58906363-83a7-430a-948c-85a52d184255 2018-08-05 11:16:45,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.507287025452s 2018-08-05 11:16:45,664 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/896d6e75-165d-4e12-ba76-9cfd17c132ec used request id req-58906363-83a7-430a-948c-85a52d184255 2018-08-05 11:16:45,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 11:16:45,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" 2018-08-05 11:16:45,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:16: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-8ef52b6c-0c16-4623-9ddc-170efb1cb12a x-compute-request-id: req-8ef52b6c-0c16-4623-9ddc-170efb1cb12a Content-Encoding: gzip Content-Length: 362 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/62e29c8e-bf63-4fe1-920f-eae7c7bd444a", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/62e29c8e-bf63-4fe1-920f-eae7c7bd444a", "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": "62e29c8e-bf63-4fe1-920f-eae7c7bd444a"}, {"name": "patrole-flavor_alt_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/75c1bb62-823c-44c7-9fc8-28f68dc8254d", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/75c1bb62-823c-44c7-9fc8-28f68dc8254d", "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": "75c1bb62-823c-44c7-9fc8-28f68dc8254d"}]} 2018-08-05 11:16:45,697 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-8ef52b6c-0c16-4623-9ddc-170efb1cb12a 2018-08-05 11:16:45,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0324900150299s 2018-08-05 11:16:45,697 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-8ef52b6c-0c16-4623-9ddc-170efb1cb12a 2018-08-05 11:16:45,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 11:16:45,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/75c1bb62-823c-44c7-9fc8-28f68dc8254d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" 2018-08-05 11:16:45,729 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 11:16:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-51bfe630-8be6-4083-bb34-b57d62b0faf8 x-compute-request-id: req-51bfe630-8be6-4083-bb34-b57d62b0faf8 Content-Length: 0 Content-Type: application/json 2018-08-05 11:16:45,729 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/75c1bb62-823c-44c7-9fc8-28f68dc8254d used request id req-51bfe630-8be6-4083-bb34-b57d62b0faf8 2018-08-05 11:16:45,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0314650535583s 2018-08-05 11:16:45,730 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/75c1bb62-823c-44c7-9fc8-28f68dc8254d used request id req-51bfe630-8be6-4083-bb34-b57d62b0faf8 2018-08-05 11:16:45,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-05 11:16:45,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/014cf7df-1ec8-482b-baaa-2994e502b5a8/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" -d '{"subnet_id": "8122caf8-4bda-4b2c-8f7a-a60d853dc2bf"}' 2018-08-05 11:16:47,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f6295b0c-c1dd-4e0c-8051-1b07f33bbf18 Date: Sun, 05 Aug 2018 11:16:47 GMT RESP BODY: {"network_id": "7484d917-e4f2-441b-9029-a1f13cbd8bf6", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "subnet_id": "8122caf8-4bda-4b2c-8f7a-a60d853dc2bf", "subnet_ids": ["8122caf8-4bda-4b2c-8f7a-a60d853dc2bf"], "port_id": "4ac63338-0081-4fac-8a41-a3c26012bd2d", "id": "014cf7df-1ec8-482b-baaa-2994e502b5a8"} 2018-08-05 11:16:47,830 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/014cf7df-1ec8-482b-baaa-2994e502b5a8/remove_router_interface.json used request id req-f6295b0c-c1dd-4e0c-8051-1b07f33bbf18 2018-08-05 11:16:47,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.10018897057s 2018-08-05 11:16:47,830 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/014cf7df-1ec8-482b-baaa-2994e502b5a8/remove_router_interface.json used request id req-f6295b0c-c1dd-4e0c-8051-1b07f33bbf18 returning object 014cf7df-1ec8-482b-baaa-2994e502b5a8 2018-08-05 11:16:47,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-05 11:16:47,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" 2018-08-05 11:16:47,974 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-f4a7b641-276f-442e-9578-57c4482098ff Date: Sun, 05 Aug 2018 11:16:47 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T11:14:42Z", "admin_state_up": true, "updated_at": "2018-08-05T11:16:46Z", "project_id": "d5650b30963342b58320b9e3073d7ddf", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "014cf7df-1ec8-482b-baaa-2994e502b5a8", "name": "patrole-router_0382d52a-0493-4e64-8e1d-3a6dc63517f9"}]} 2018-08-05 11:16:47,974 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-f4a7b641-276f-442e-9578-57c4482098ff 2018-08-05 11:16:47,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.143462896347s 2018-08-05 11:16:47,975 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-f4a7b641-276f-442e-9578-57c4482098ff 2018-08-05 11:16:47,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-05 11:16:47,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/routers/014cf7df-1ec8-482b-baaa-2994e502b5a8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" 2018-08-05 11:16:49,415 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-baa801ca-e499-4407-a673-8c00a1756170 Content-Length: 0 Date: Sun, 05 Aug 2018 11:16:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 11:16:49,415 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/014cf7df-1ec8-482b-baaa-2994e502b5a8.json used request id req-baa801ca-e499-4407-a673-8c00a1756170 2018-08-05 11:16:49,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.43914794922s 2018-08-05 11:16:49,416 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/014cf7df-1ec8-482b-baaa-2994e502b5a8.json used request id req-baa801ca-e499-4407-a673-8c00a1756170 2018-08-05 11:16:49,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 11:16:49,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" 2018-08-05 11:16:49,463 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1325 X-Openstack-Request-Id: req-a18058c9-4628-4565-985a-8f216df18e28 Date: Sun, 05 Aug 2018 11:16:49 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-05T11:14:41Z","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":"8122caf8-4bda-4b2c-8f7a-a60d853dc2bf","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d5650b30963342b58320b9e3073d7ddf","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"patrole-subnet_0382d52a-0493-4e64-8e1d-3a6dc63517f9","enable_dhcp":true,"segment_id":null,"network_id":"7484d917-e4f2-441b-9029-a1f13cbd8bf6","tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T11:14:41Z","ip_version":4},{"updated_at":"2018-08-05T10:41:19Z","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":"89972d6a-26a8-4595-baea-47e68ca637c2","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0657afe192264a9b9d21fa2c02d460ec","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:19Z","ip_version":4}]} 2018-08-05 11:16:49,463 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-a18058c9-4628-4565-985a-8f216df18e28 2018-08-05 11:16:49,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0467779636383s 2018-08-05 11:16:49,463 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-a18058c9-4628-4565-985a-8f216df18e28 2018-08-05 11:16:49,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-05 11:16:49,464 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/subnets/8122caf8-4bda-4b2c-8f7a-a60d853dc2bf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" 2018-08-05 11:16:50,251 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-203c8c55-a58f-4ef9-8924-9cba52113d58 Date: Sun, 05 Aug 2018 11:16:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 11:16:50,251 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/8122caf8-4bda-4b2c-8f7a-a60d853dc2bf.json used request id req-203c8c55-a58f-4ef9-8924-9cba52113d58 2018-08-05 11:16:50,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.787060976028s 2018-08-05 11:16:50,251 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/8122caf8-4bda-4b2c-8f7a-a60d853dc2bf.json used request id req-203c8c55-a58f-4ef9-8924-9cba52113d58 2018-08-05 11:16:50,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 11:16:50,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" 2018-08-05 11:16:50,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-a7650da0-8669-4a47-b683-d9865ccec6a0 Date: Sun, 05 Aug 2018 11:16:50 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"7484d917-e4f2-441b-9029-a1f13cbd8bf6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":88,"ipv4_address_scope":null,"shared":false,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T11:16:50Z","qos_policy_id":null,"name":"patrole-net_0382d52a-0493-4e64-8e1d-3a6dc63517f9","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T11:14:41Z","provider:network_type":"vxlan"}]} 2018-08-05 11:16:50,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-a7650da0-8669-4a47-b683-d9865ccec6a0 2018-08-05 11:16:50,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0911641120911s 2018-08-05 11:16:50,343 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-a7650da0-8669-4a47-b683-d9865ccec6a0 2018-08-05 11:16:50,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-05 11:16:50,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/networks/7484d917-e4f2-441b-9029-a1f13cbd8bf6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" 2018-08-05 11:16:51,514 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9ed74edf-96be-438f-a9b2-973860ba76e4 Date: Sun, 05 Aug 2018 11:16:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 11:16:51,514 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/7484d917-e4f2-441b-9029-a1f13cbd8bf6.json used request id req-9ed74edf-96be-438f-a9b2-973860ba76e4 2018-08-05 11:16:51,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.16934990883s 2018-08-05 11:16:51,515 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/7484d917-e4f2-441b-9029-a1f13cbd8bf6.json used request id req-9ed74edf-96be-438f-a9b2-973860ba76e4 2018-08-05 11:16:51,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 11:16:51,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" 2018-08-05 11:16:51,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-4d5567e9-f387-4703-b575-d0b7343fbe39 Date: Sun, 05 Aug 2018 11:16:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f/snap", "metadata": {}}], "file": "/v2/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "138e6bb8-244f-4b33-bdcd-a6a74357f61f", "size": 12716032, "self": "/v2/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T11:14:47Z", "visibility": "public", "owner_specified.shade.object": "images/patrole-img_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T11:14:46Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 11:16:51,545 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-4d5567e9-f387-4703-b575-d0b7343fbe39 2018-08-05 11:16:51,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0259380340576s 2018-08-05 11:16:51,545 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-4d5567e9-f387-4703-b575-d0b7343fbe39 2018-08-05 11:16:51,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-05 11:16:51,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9292/v2/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" 2018-08-05 11:16:51,845 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1f77ab9a-b046-4e76-a02e-7f36c912b841 Date: Sun, 05 Aug 2018 11:16: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-05 11:16:51,845 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f used request id req-1f77ab9a-b046-4e76-a02e-7f36c912b841 2018-08-05 11:16:51,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.298316955566s 2018-08-05 11:16:51,846 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/138e6bb8-244f-4b33-bdcd-a6a74357f61f used request id req-1f77ab9a-b046-4e76-a02e-7f36c912b841 2018-08-05 11:16:51,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 11:16:51,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" 2018-08-05 11:16:51,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:16: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-68291f3a-0a14-490d-9708-de1058178dab x-compute-request-id: req-68291f3a-0a14-490d-9708-de1058178dab Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_0382d52a-0493-4e64-8e1d-3a6dc63517f9", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/62e29c8e-bf63-4fe1-920f-eae7c7bd444a", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/62e29c8e-bf63-4fe1-920f-eae7c7bd444a", "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": "62e29c8e-bf63-4fe1-920f-eae7c7bd444a"}]} 2018-08-05 11:16:51,877 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-68291f3a-0a14-490d-9708-de1058178dab 2018-08-05 11:16:51,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0308640003204s 2018-08-05 11:16:51,877 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-68291f3a-0a14-490d-9708-de1058178dab 2018-08-05 11:16:51,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 11:16:51,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/62e29c8e-bf63-4fe1-920f-eae7c7bd444a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eab71f09da9bb578ca2985bc2779bc5ae15bffe6" 2018-08-05 11:16:51,911 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 11:16: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-6211ac52-bfab-4750-add0-b436f0c5699e x-compute-request-id: req-6211ac52-bfab-4750-add0-b436f0c5699e Content-Length: 0 Content-Type: application/json 2018-08-05 11:16:51,911 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/62e29c8e-bf63-4fe1-920f-eae7c7bd444a used request id req-6211ac52-bfab-4750-add0-b436f0c5699e 2018-08-05 11:16:51,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0319199562073s 2018-08-05 11:16:51,911 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/62e29c8e-bf63-4fe1-920f-eae7c7bd444a used request id req-6211ac52-bfab-4750-add0-b436f0c5699e 2018-08-05 11:16:51,911 - xtesting.ci.run_tests - ERROR - The test case 'patrole' failed. 2018-08-05 11:16:51,957 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2018-08-05 11:16:51,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 11:16:51,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-05 11:16:51,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 11:16:51,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 11:16:51,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 11:16:51,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 11:16:51,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 11:16:51,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 11:16:51,994 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 11:16:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 11:16:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 11:16:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 11:16:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 11:16:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 11:16:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 11:16:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 11:16:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 11:16:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 11:16:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 11:16:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 11:16:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 11:16:51,995 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 11:16:51,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 11:16:51,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-05 11:16:51,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-05 11:16:51,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 11:16:52,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69f59659-ade1-44de-bb03-4a119bbca822 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 11:16:52,003 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-69f59659-ade1-44de-bb03-4a119bbca822 2018-08-05 11:16:52,003 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 11:16:52,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T12:16:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["Gl04BAHgSSuIJULeSRR6MA"], "issued_at": "2018-08-05T11:16:52.000000Z"}} 2018-08-05 11:16:52,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 11:16:52,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:16:52,917 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-79b93c42-2efb-45e1-80e3-a19c78dd24e5 Date: Sun, 05 Aug 2018 11:16:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 11:16:52,918 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-79b93c42-2efb-45e1-80e3-a19c78dd24e5 2018-08-05 11:16:52,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.518363952637s 2018-08-05 11:16:52,918 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-79b93c42-2efb-45e1-80e3-a19c78dd24e5 2018-08-05 11:16:52,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 11:16:52,927 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 11:16:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40f7d911-ef57-40ca-918d-7c31a3f7e432 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.46:5000/v3/", "rel": "self"}]}]}} 2018-08-05 11:16:52,927 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/ used request id req-40f7d911-ef57-40ca-918d-7c31a3f7e432 2018-08-05 11:16:52,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 11:16:52,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:16:53,039 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:16:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f08d96b7-21f4-4577-8549-c0a31e3b615f Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.46:5000/v3/domains/2e9dbdb0714844c8959b763da4d86693"}, "tags": [], "enabled": true, "id": "2e9dbdb0714844c8959b763da4d86693", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.46:5000/v3/domains", "previous": null, "next": null}} 2018-08-05 11:16:53,039 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-f08d96b7-21f4-4577-8549-c0a31e3b615f 2018-08-05 11:16:53,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.110884904861s 2018-08-05 11:16:53,040 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-f08d96b7-21f4-4577-8549-c0a31e3b615f 2018-08-05 11:16:53,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-05 11:16:53,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" -d '{"project": {"description": "Created by OPNFV Functest: vmtp", "enabled": true, "domain_id": "default", "name": "vmtp-project_b899ee8c-31c0-45f3-b42a-966495ffcdd4"}}' 2018-08-05 11:16:53,091 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 11:16:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-49e941d6-eb3b-4363-8acb-90c1ac306579 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.46:5000/v3/projects/d51dffe791f848a189ee82f0cc97eafe"}, "tags": [], "enabled": true, "id": "d51dffe791f848a189ee82f0cc97eafe", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_b899ee8c-31c0-45f3-b42a-966495ffcdd4"}} 2018-08-05 11:16:53,091 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-49e941d6-eb3b-4363-8acb-90c1ac306579 2018-08-05 11:16:53,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.043890953064s 2018-08-05 11:16:53,091 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-49e941d6-eb3b-4363-8acb-90c1ac306579 2018-08-05 11:16:53,092 - 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'd51dffe791f848a189ee82f0cc97eafe', '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_b899ee8c-31c0-45f3-b42a-966495ffcdd4'}) 2018-08-05 11:16:53,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-05 11:16:53,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "7f09e035-6cee-4890-b155-cf17d79bfa97", "email": null, "name": "vmtp-user_b899ee8c-31c0-45f3-b42a-966495ffcdd4"}}' 2018-08-05 11:16:53,462 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 11:16:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f594bc7c-a3ea-4a1c-b01f-6e66bc1d1685 Content-Length: 319 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_b899ee8c-31c0-45f3-b42a-966495ffcdd4", "links": {"self": "http://172.30.9.46:5000/v3/users/ac24c6a3608c47ff8d7ab10479829f09"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac24c6a3608c47ff8d7ab10479829f09", "domain_id": "default", "password_expires_at": null}} 2018-08-05 11:16:53,462 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-f594bc7c-a3ea-4a1c-b01f-6e66bc1d1685 2018-08-05 11:16:53,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.364603042603s 2018-08-05 11:16:53,463 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-f594bc7c-a3ea-4a1c-b01f-6e66bc1d1685 2018-08-05 11:16:53,463 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ac24c6a3608c47ff8d7ab10479829f09', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmtp-user_b899ee8c-31c0-45f3-b42a-966495ffcdd4'}) 2018-08-05 11:16:53,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 11:16:53,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:16:53,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:16:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-633700ea-7eb8-44b6-b4fe-bed57d4ebf90 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 11:16:53,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-633700ea-7eb8-44b6-b4fe-bed57d4ebf90 2018-08-05 11:16:53,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0971851348877s 2018-08-05 11:16:53,564 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-633700ea-7eb8-44b6-b4fe-bed57d4ebf90 2018-08-05 11:16:53,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 11:16:53,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:16:53,666 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:16:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcd23c3f-3514-420b-844b-827681b3d08d Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 11:16:53,667 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-fcd23c3f-3514-420b-844b-827681b3d08d 2018-08-05 11:16:53,667 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0974948406219s 2018-08-05 11:16:53,667 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-fcd23c3f-3514-420b-844b-827681b3d08d 2018-08-05 11:16:53,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 11:16:53,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:16:53,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:16:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9f08bc6-7124-4e9d-9029-4301384e2c41 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 11:16:53,766 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-e9f08bc6-7124-4e9d-9029-4301384e2c41 2018-08-05 11:16:53,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.094172000885s 2018-08-05 11:16:53,767 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-e9f08bc6-7124-4e9d-9029-4301384e2c41 2018-08-05 11:16:53,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 11:16:53,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:16:53,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:16:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d7aa1fa-5268-467d-bb6a-a152e6c6d540 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-05 11:16:53,872 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-2d7aa1fa-5268-467d-bb6a-a152e6c6d540 2018-08-05 11:16:53,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.100638151169s 2018-08-05 11:16:53,872 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-2d7aa1fa-5268-467d-bb6a-a152e6c6d540 2018-08-05 11:16:53,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 11:16:53,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:16:54,064 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:16:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d63eaf71-0d39-4b47-a475-9b82d14237ea Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "vmtp-user_b899ee8c-31c0-45f3-b42a-966495ffcdd4", "links": {"self": "http://172.30.9.46:5000/v3/users/ac24c6a3608c47ff8d7ab10479829f09"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac24c6a3608c47ff8d7ab10479829f09", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 11:16:54,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-d63eaf71-0d39-4b47-a475-9b82d14237ea 2018-08-05 11:16:54,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.191334009171s 2018-08-05 11:16:54,065 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-d63eaf71-0d39-4b47-a475-9b82d14237ea 2018-08-05 11:16:54,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 11:16:54,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:16:54,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:16:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9eff6cce-9153-4769-aa51-839e727f590f Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.46:5000/v3/projects/d51dffe791f848a189ee82f0cc97eafe"}, "tags": [], "enabled": true, "id": "d51dffe791f848a189ee82f0cc97eafe", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_b899ee8c-31c0-45f3-b42a-966495ffcdd4"}]} 2018-08-05 11:16:54,099 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-9eff6cce-9153-4769-aa51-839e727f590f 2018-08-05 11:16:54,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0227370262146s 2018-08-05 11:16:54,100 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-9eff6cce-9153-4769-aa51-839e727f590f 2018-08-05 11:16:54,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-05 11:16:54,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:5000/v3/role_assignments?user.id=ac24c6a3608c47ff8d7ab10479829f09&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=d51dffe791f848a189ee82f0cc97eafe" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:16:54,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:16:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7efc5439-f741-4684-9aa7-9614fb4903e9 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.46:5000/v3/role_assignments?user.id=ac24c6a3608c47ff8d7ab10479829f09&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=d51dffe791f848a189ee82f0cc97eafe", "previous": null, "next": null}} 2018-08-05 11:16:54,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=ac24c6a3608c47ff8d7ab10479829f09&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=d51dffe791f848a189ee82f0cc97eafe used request id req-7efc5439-f741-4684-9aa7-9614fb4903e9 2018-08-05 11:16:54,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0988500118256s 2018-08-05 11:16:54,206 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=ac24c6a3608c47ff8d7ab10479829f09&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=d51dffe791f848a189ee82f0cc97eafe used request id req-7efc5439-f741-4684-9aa7-9614fb4903e9 2018-08-05 11:16:54,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-05 11:16:54,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:5000/v3/projects/d51dffe791f848a189ee82f0cc97eafe/users/ac24c6a3608c47ff8d7ab10479829f09/roles/6f5c235bf8f846e2ab7d21fb711e4f6d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:16:54,351 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 11:16:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c8f8060-8c2d-400d-872e-fbe3fe725dfb Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 11:16:54,351 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/d51dffe791f848a189ee82f0cc97eafe/users/ac24c6a3608c47ff8d7ab10479829f09/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-7c8f8060-8c2d-400d-872e-fbe3fe725dfb 2018-08-05 11:16:54,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.141484975815s 2018-08-05 11:16:54,351 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/d51dffe791f848a189ee82f0cc97eafe/users/ac24c6a3608c47ff8d7ab10479829f09/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-7c8f8060-8c2d-400d-872e-fbe3fe725dfb 2018-08-05 11:16:54,352 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmtp-project_b899ee8c-31c0-45f3-b42a-966495ffcdd4', 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'd51dffe791f848a189ee82f0cc97eafe', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '7f09e035-6cee-4890-b155-cf17d79bfa97', 'username': u'vmtp-user_b899ee8c-31c0-45f3-b42a-966495ffcdd4', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.46: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-05 11:16:54,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 11:16:54,353 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-05 11:16:54,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 11:16:54,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 11:16:54,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 11:16:54,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 11:16:54,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 11:16:54,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 11:16:54,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 11:16:54,354 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 11:16:54,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 11:16:54,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 11:16:54,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 11:16:54,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 11:16:54,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 11:16:54,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 11:16:54,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 11:16:54,355 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 11:16:54,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 11:16:54,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 11:16:54,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 11:16:54,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 11:16:54,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 11:16:54,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-05 11:16:54,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-05 11:16:54,358 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmtp-user_b899ee8c-31c0-45f3-b42a-966495ffcdd4', 'password': '7f09e035-6cee-4890-b155-cf17d79bfa97', 'project_name': 'vmtp-project_b899ee8c-31c0-45f3-b42a-966495ffcdd4', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.46:5000/v3', 'project_id': 'd51dffe791f848a189ee82f0cc97eafe', 'project_domain_name': 'Default'} 2018-08-05 11:16:54,363 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2018-08-05 11:16:54,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 11:16:54,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:16:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-242dd487-8960-43a3-8d49-b68b8886325f Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 11:16:54,370 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-242dd487-8960-43a3-8d49-b68b8886325f 2018-08-05 11:16:54,370 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 11:16:54,754 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}], "expires_at": "2018-08-05T12:16:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d51dffe791f848a189ee82f0cc97eafe", "name": "vmtp-project_b899ee8c-31c0-45f3-b42a-966495ffcdd4"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d51dffe791f848a189ee82f0cc97eafe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d51dffe791f848a189ee82f0cc97eafe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d51dffe791f848a189ee82f0cc97eafe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d51dffe791f848a189ee82f0cc97eafe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d51dffe791f848a189ee82f0cc97eafe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d51dffe791f848a189ee82f0cc97eafe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d51dffe791f848a189ee82f0cc97eafe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d51dffe791f848a189ee82f0cc97eafe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d51dffe791f848a189ee82f0cc97eafe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d51dffe791f848a189ee82f0cc97eafe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d51dffe791f848a189ee82f0cc97eafe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d51dffe791f848a189ee82f0cc97eafe", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d51dffe791f848a189ee82f0cc97eafe", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d51dffe791f848a189ee82f0cc97eafe", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmtp-user_b899ee8c-31c0-45f3-b42a-966495ffcdd4", "id": "ac24c6a3608c47ff8d7ab10479829f09"}, "audit_ids": ["Lt-mpWkSSlGRMRkiPO-8aA"], "issued_at": "2018-08-05T11:16:54.000000Z"}} 2018-08-05 11:16:54,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-05 11:16:54,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a2111f24e5eb3e4b4510ea8abe3b253c1f8bd9f3" -d '{"network": {"name": "vmtp-net_b899ee8c-31c0-45f3-b42a-966495ffcdd4", "admin_state_up": true}}' 2018-08-05 11:16:55,228 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-ed919b3f-caf2-4043-8cd3-b784e1766d21 Date: Sun, 05 Aug 2018 11:16:55 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"9ec60581-14ac-4d59-a2e6-87acefe9b087","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d51dffe791f848a189ee82f0cc97eafe","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T11:16:55Z","is_default":false,"name":"vmtp-net_b899ee8c-31c0-45f3-b42a-966495ffcdd4","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d51dffe791f848a189ee82f0cc97eafe","created_at":"2018-08-05T11:16:55Z","mtu":1450}} 2018-08-05 11:16:55,228 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-ed919b3f-caf2-4043-8cd3-b784e1766d21 2018-08-05 11:16:55,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.471395969391s 2018-08-05 11:16:55,228 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-ed919b3f-caf2-4043-8cd3-b784e1766d21 2018-08-05 11:16:55,229 - 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-05T11:16:55Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'9ec60581-14ac-4d59-a2e6-87acefe9b087', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmtp-net_b899ee8c-31c0-45f3-b42a-966495ffcdd4', u'admin_state_up': True, u'tenant_id': u'd51dffe791f848a189ee82f0cc97eafe', u'created_at': u'2018-08-05T11:16:55Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd51dffe791f848a189ee82f0cc97eafe', u'l2_adjacency': True}) 2018-08-05 11:16:55,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 11:16:55,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a2111f24e5eb3e4b4510ea8abe3b253c1f8bd9f3" 2018-08-05 11:16:55,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1225 X-Openstack-Request-Id: req-d1bb94ba-fe85-4609-955a-0eceeabcb133 Date: Sun, 05 Aug 2018 11:16:55 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"9ec60581-14ac-4d59-a2e6-87acefe9b087","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d51dffe791f848a189ee82f0cc97eafe","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T11:16:55Z","qos_policy_id":null,"name":"vmtp-net_b899ee8c-31c0-45f3-b42a-966495ffcdd4","admin_state_up":true,"tenant_id":"d51dffe791f848a189ee82f0cc97eafe","created_at":"2018-08-05T11:16:55Z","mtu":1450}]} 2018-08-05 11:16:55,378 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-d1bb94ba-fe85-4609-955a-0eceeabcb133 2018-08-05 11:16:55,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.148165941238s 2018-08-05 11:16:55,378 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-d1bb94ba-fe85-4609-955a-0eceeabcb133 2018-08-05 11:16:55,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-05 11:16:55,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a2111f24e5eb3e4b4510ea8abe3b253c1f8bd9f3" -d '{"subnet": {"name": "vmtp-subnet_b899ee8c-31c0-45f3-b42a-966495ffcdd4", "enable_dhcp": true, "network_id": "9ec60581-14ac-4d59-a2e6-87acefe9b087", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-05 11:16:55,922 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 672 X-Openstack-Request-Id: req-880b8706-4ae4-4e11-8513-ddc85d36f991 Date: Sun, 05 Aug 2018 11:16:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9ec60581-14ac-4d59-a2e6-87acefe9b087","tenant_id":"d51dffe791f848a189ee82f0cc97eafe","created_at":"2018-08-05T11:16:55Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T11:16:55Z","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":"d51dffe791f848a189ee82f0cc97eafe","id":"0aa90eb6-e280-4192-91d9-2c96666716a8","subnetpool_id":null,"name":"vmtp-subnet_b899ee8c-31c0-45f3-b42a-966495ffcdd4"}} 2018-08-05 11:16:55,922 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-880b8706-4ae4-4e11-8513-ddc85d36f991 2018-08-05 11:16:55,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.542558908463s 2018-08-05 11:16:55,923 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-880b8706-4ae4-4e11-8513-ddc85d36f991 2018-08-05 11:16:55,923 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T11:16:55Z', 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'0aa90eb6-e280-4192-91d9-2c96666716a8', u'subnetpool_id': None, u'service_types': [], u'name': u'vmtp-subnet_b899ee8c-31c0-45f3-b42a-966495ffcdd4', u'enable_dhcp': True, u'network_id': u'9ec60581-14ac-4d59-a2e6-87acefe9b087', u'tenant_id': u'd51dffe791f848a189ee82f0cc97eafe', u'created_at': u'2018-08-05T11:16:55Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd51dffe791f848a189ee82f0cc97eafe'}) 2018-08-05 11:16:55,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-05 11:16:55,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a2111f24e5eb3e4b4510ea8abe3b253c1f8bd9f3" -d '{"router": {"external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "name": "vmtp-router_b899ee8c-31c0-45f3-b42a-966495ffcdd4", "admin_state_up": true}}' 2018-08-05 11:16:57,517 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-be2e58c4-22c8-4b6a-a596-98d5310595c8 Date: Sun, 05 Aug 2018 11:16:57 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.214"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d51dffe791f848a189ee82f0cc97eafe", "created_at": "2018-08-05T11:16:55Z", "admin_state_up": true, "updated_at": "2018-08-05T11:16:57Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "d51dffe791f848a189ee82f0cc97eafe", "id": "f0bfa3b6-a5b2-4f29-8a4b-ab29ae76470b", "name": "vmtp-router_b899ee8c-31c0-45f3-b42a-966495ffcdd4"}} 2018-08-05 11:16:57,517 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-be2e58c4-22c8-4b6a-a596-98d5310595c8 2018-08-05 11:16:57,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.59364509583s 2018-08-05 11:16:57,518 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-be2e58c4-22c8-4b6a-a596-98d5310595c8 2018-08-05 11:16:57,518 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T11:16:57Z', u'revision_number': 2, u'id': u'f0bfa3b6-a5b2-4f29-8a4b-ab29ae76470b', u'external_gateway_info': {u'network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'89972d6a-26a8-4595-baea-47e68ca637c2', u'ip_address': u'172.30.9.214'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmtp-router_b899ee8c-31c0-45f3-b42a-966495ffcdd4', u'admin_state_up': True, u'tenant_id': u'd51dffe791f848a189ee82f0cc97eafe', u'created_at': u'2018-08-05T11:16:55Z', u'flavor_id': None, u'routes': [], u'project_id': u'd51dffe791f848a189ee82f0cc97eafe'}) 2018-08-05 11:16:57,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-05 11:16:57,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/f0bfa3b6-a5b2-4f29-8a4b-ab29ae76470b/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a2111f24e5eb3e4b4510ea8abe3b253c1f8bd9f3" -d '{"subnet_id": "0aa90eb6-e280-4192-91d9-2c96666716a8"}' 2018-08-05 11:16:59,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ccfd1c44-d346-44e0-a48f-4cfbc1358ff4 Date: Sun, 05 Aug 2018 11:16:59 GMT RESP BODY: {"network_id": "9ec60581-14ac-4d59-a2e6-87acefe9b087", "tenant_id": "d51dffe791f848a189ee82f0cc97eafe", "subnet_id": "0aa90eb6-e280-4192-91d9-2c96666716a8", "subnet_ids": ["0aa90eb6-e280-4192-91d9-2c96666716a8"], "port_id": "bb312658-fb01-4b9e-8db9-0d6ad8a36c41", "id": "f0bfa3b6-a5b2-4f29-8a4b-ab29ae76470b"} 2018-08-05 11:16:59,912 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/f0bfa3b6-a5b2-4f29-8a4b-ab29ae76470b/add_router_interface.json used request id req-ccfd1c44-d346-44e0-a48f-4cfbc1358ff4 2018-08-05 11:16:59,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.39300394058s 2018-08-05 11:16:59,912 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/f0bfa3b6-a5b2-4f29-8a4b-ab29ae76470b/add_router_interface.json used request id req-ccfd1c44-d346-44e0-a48f-4cfbc1358ff4 returning object f0bfa3b6-a5b2-4f29-8a4b-ab29ae76470b 2018-08-05 11:16:59,912 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-05 11:17:01,585 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:81360220b4382d4b91eef0ebaf46a661 sha256:c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e 2018-08-05 11:17:01,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 11:17:01,592 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 05 Aug 2018 11:17:01 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}]} 2018-08-05 11:17:01,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 11:17:01,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a2111f24e5eb3e4b4510ea8abe3b253c1f8bd9f3" 2018-08-05 11:17:01,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-55885775-ac74-482e-b0d6-edae5ff97e7c Date: Sun, 05 Aug 2018 11:17:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 11:17:01,815 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-55885775-ac74-482e-b0d6-edae5ff97e7c 2018-08-05 11:17:01,815 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.217481851578s 2018-08-05 11:17:01,815 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-55885775-ac74-482e-b0d6-edae5ff97e7c 2018-08-05 11:17:01,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 11:17:01,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a2111f24e5eb3e4b4510ea8abe3b253c1f8bd9f3" -d '{"owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "owner_specified.shade.object": "images/vmtp-img_b899ee8c-31c0-45f3-b42a-966495ffcdd4", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmtp-img_b899ee8c-31c0-45f3-b42a-966495ffcdd4"}' 2018-08-05 11:17:01,886 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 860 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/2147cb44-85dd-4b5e-a708-d7c39e4d4e02 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d2a9188d-7cf4-4677-955e-afc421a42c62 Date: Sun, 05 Aug 2018 11:17:01 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/2147cb44-85dd-4b5e-a708-d7c39e4d4e02/file", "owner": "d51dffe791f848a189ee82f0cc97eafe", "id": "2147cb44-85dd-4b5e-a708-d7c39e4d4e02", "size": null, "self": "/v2/images/2147cb44-85dd-4b5e-a708-d7c39e4d4e02", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-05T11:17:01Z", "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_b899ee8c-31c0-45f3-b42a-966495ffcdd4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "vmtp-img_b899ee8c-31c0-45f3-b42a-966495ffcdd4", "checksum": null, "created_at": "2018-08-05T11:17:01Z", "protected": false} 2018-08-05 11:17:01,886 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-d2a9188d-7cf4-4677-955e-afc421a42c62 2018-08-05 11:17:01,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0634009838104s 2018-08-05 11:17:01,887 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-d2a9188d-7cf4-4677-955e-afc421a42c62 returning object 2147cb44-85dd-4b5e-a708-d7c39e4d4e02 2018-08-05 11:17:01,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 11:17:01,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/2147cb44-85dd-4b5e-a708-d7c39e4d4e02/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}a2111f24e5eb3e4b4510ea8abe3b253c1f8bd9f3" -d '' 2018-08-05 11:17:05,931 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e92cfaa7-3e04-4a5b-9b85-8326da1ab00c Date: Sun, 05 Aug 2018 11:17: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-05 11:17:05,932 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/2147cb44-85dd-4b5e-a708-d7c39e4d4e02/file used request id req-e92cfaa7-3e04-4a5b-9b85-8326da1ab00c 2018-08-05 11:17:05,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.04405403137s 2018-08-05 11:17:05,932 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/2147cb44-85dd-4b5e-a708-d7c39e4d4e02/file used request id req-e92cfaa7-3e04-4a5b-9b85-8326da1ab00c 2018-08-05 11:17:05,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 11:17:05,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a2111f24e5eb3e4b4510ea8abe3b253c1f8bd9f3" 2018-08-05 11:17:05,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1191 Content-Type: application/json X-Openstack-Request-Id: req-14926e1c-0413-4909-b471-42a4c4aa6b0e Date: Sun, 05 Aug 2018 11:17:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/2147cb44-85dd-4b5e-a708-d7c39e4d4e02/snap", "metadata": {}}], "file": "/v2/images/2147cb44-85dd-4b5e-a708-d7c39e4d4e02/file", "owner": "d51dffe791f848a189ee82f0cc97eafe", "id": "2147cb44-85dd-4b5e-a708-d7c39e4d4e02", "size": 263062016, "self": "/v2/images/2147cb44-85dd-4b5e-a708-d7c39e4d4e02", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/2147cb44-85dd-4b5e-a708-d7c39e4d4e02/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-05T11:17:05Z", "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_b899ee8c-31c0-45f3-b42a-966495ffcdd4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "vmtp-img_b899ee8c-31c0-45f3-b42a-966495ffcdd4", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-05T11:17:01Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 11:17:05,973 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-14926e1c-0413-4909-b471-42a4c4aa6b0e 2018-08-05 11:17:05,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.03799700737s 2018-08-05 11:17:05,974 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-14926e1c-0413-4909-b471-42a4c4aa6b0e 2018-08-05 11:17:05,975 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/2147cb44-85dd-4b5e-a708-d7c39e4d4e02/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2147cb44-85dd-4b5e-a708-d7c39e4d4e02/file', 'owner': u'd51dffe791f848a189ee82f0cc97eafe', 'id': u'2147cb44-85dd-4b5e-a708-d7c39e4d4e02', 'size': 263062016, u'self': u'/v2/images/2147cb44-85dd-4b5e-a708-d7c39e4d4e02', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd51dffe791f848a189ee82f0cc97eafe', 'name': 'vmtp-project_b899ee8c-31c0-45f3-b42a-966495ffcdd4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/2147cb44-85dd-4b5e-a708-d7c39e4d4e02/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T11:17:05Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-05T11:17:05Z', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/vmtp-img_b899ee8c-31c0-45f3-b42a-966495ffcdd4', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', 'properties': {u'self': u'/v2/images/2147cb44-85dd-4b5e-a708-d7c39e4d4e02', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'owner_specified.shade.object': u'images/vmtp-img_b899ee8c-31c0-45f3-b42a-966495ffcdd4', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'schema': u'/v2/schemas/image'}, 'name': u'vmtp-img_b899ee8c-31c0-45f3-b42a-966495ffcdd4', 'created': u'2018-08-05T11:17:01Z', 'checksum': u'81360220b4382d4b91eef0ebaf46a661', 'created_at': u'2018-08-05T11:17:01Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/2147cb44-85dd-4b5e-a708-d7c39e4d4e02', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'owner_specified.shade.object': u'images/vmtp-img_b899ee8c-31c0-45f3-b42a-966495ffcdd4', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'schema': u'/v2/schemas/image'}}) 2018-08-05 11:17:05,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 11:17:05,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vmtp-flavor_b899ee8c-31c0-45f3-b42a-966495ffcdd4", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": null, "swap": 0}}' 2018-08-05 11:17:06,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:17: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-0810aa1e-331a-4218-8a54-77e832aa4f1f x-compute-request-id: req-0810aa1e-331a-4218-8a54-77e832aa4f1f Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmtp-flavor_b899ee8c-31c0-45f3-b42a-966495ffcdd4", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/5eb5dcf1-7f45-49e5-bc8a-0017a0ca0b36", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/5eb5dcf1-7f45-49e5-bc8a-0017a0ca0b36", "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": "5eb5dcf1-7f45-49e5-bc8a-0017a0ca0b36"}} 2018-08-05 11:17:06,193 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-0810aa1e-331a-4218-8a54-77e832aa4f1f 2018-08-05 11:17:06,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.216868877411s 2018-08-05 11:17:06,193 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-0810aa1e-331a-4218-8a54-77e832aa4f1f 2018-08-05 11:17:06,194 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmtp-flavor_b899ee8c-31c0-45f3-b42a-966495ffcdd4', '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'd5650b30963342b58320b9e3073d7ddf', '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'5eb5dcf1-7f45-49e5-bc8a-0017a0ca0b36', 'swap': 0}) 2018-08-05 11:17:06,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 11:17:06,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/5eb5dcf1-7f45-49e5-bc8a-0017a0ca0b36/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" -d '{"extra_specs": {}}' 2018-08-05 11:17:06,223 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:17: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-d633d190-d46a-4cc7-b912-7cb79d55f4db x-compute-request-id: req-d633d190-d46a-4cc7-b912-7cb79d55f4db Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 11:17:06,223 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/5eb5dcf1-7f45-49e5-bc8a-0017a0ca0b36/os-extra_specs used request id req-d633d190-d46a-4cc7-b912-7cb79d55f4db 2018-08-05 11:17:06,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0291388034821s 2018-08-05 11:17:06,224 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/5eb5dcf1-7f45-49e5-bc8a-0017a0ca0b36/os-extra_specs used request id req-d633d190-d46a-4cc7-b912-7cb79d55f4db 2018-08-05 11:17:06,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 11:17:06,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:17:06,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:17:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3bfe68d9-d3fb-4a4e-b5d5-4ffcc0aea41c Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 11:17:06,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-3bfe68d9-d3fb-4a4e-b5d5-4ffcc0aea41c 2018-08-05 11:17:06,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0945730209351s 2018-08-05 11:17:06,322 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-3bfe68d9-d3fb-4a4e-b5d5-4ffcc0aea41c 2018-08-05 11:17:06,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 11:17:06,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:17:06,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:17:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a2369e9-5fe4-4a0a-baca-e7704451ec18 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 11:17:06,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-9a2369e9-5fe4-4a0a-baca-e7704451ec18 2018-08-05 11:17:06,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0961799621582s 2018-08-05 11:17:06,423 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-9a2369e9-5fe4-4a0a-baca-e7704451ec18 2018-08-05 11:17:06,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 11:17:06,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:17:06,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:17:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0e6c41c-843c-4a07-923f-e0c409d80758 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-05 11:17:06,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-d0e6c41c-843c-4a07-923f-e0c409d80758 2018-08-05 11:17:06,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.101202011108s 2018-08-05 11:17:06,529 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-d0e6c41c-843c-4a07-923f-e0c409d80758 2018-08-05 11:17:06,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 11:17:06,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:17:06,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:17:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-636404f0-dd71-4f48-8d52-74182c76b2d4 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "vmtp-user_b899ee8c-31c0-45f3-b42a-966495ffcdd4", "links": {"self": "http://172.30.9.46:5000/v3/users/ac24c6a3608c47ff8d7ab10479829f09"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac24c6a3608c47ff8d7ab10479829f09", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 11:17:06,639 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-636404f0-dd71-4f48-8d52-74182c76b2d4 2018-08-05 11:17:06,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109366893768s 2018-08-05 11:17:06,640 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-636404f0-dd71-4f48-8d52-74182c76b2d4 2018-08-05 11:17:06,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 11:17:06,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:17:06,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:17:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a270f0ba-ef59-421b-a078-621a536abba6 Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.46:5000/v3/projects/d51dffe791f848a189ee82f0cc97eafe"}, "tags": [], "enabled": true, "id": "d51dffe791f848a189ee82f0cc97eafe", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_b899ee8c-31c0-45f3-b42a-966495ffcdd4"}]} 2018-08-05 11:17:06,744 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-a270f0ba-ef59-421b-a078-621a536abba6 2018-08-05 11:17:06,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0942029953003s 2018-08-05 11:17:06,744 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-a270f0ba-ef59-421b-a078-621a536abba6 2018-08-05 11:17:06,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-05 11:17:06,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:5000/v3/role_assignments?user.id=ac24c6a3608c47ff8d7ab10479829f09&role.id=9e5a60d491ca4d10a118f334cf38a9f2&scope.project.id=d51dffe791f848a189ee82f0cc97eafe" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:17:06,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:17:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d76d5e3c-a243-4d1c-898b-0c44987e2e86 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.46:5000/v3/role_assignments?user.id=ac24c6a3608c47ff8d7ab10479829f09&role.id=9e5a60d491ca4d10a118f334cf38a9f2&scope.project.id=d51dffe791f848a189ee82f0cc97eafe", "previous": null, "next": null}} 2018-08-05 11:17:06,839 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=ac24c6a3608c47ff8d7ab10479829f09&role.id=9e5a60d491ca4d10a118f334cf38a9f2&scope.project.id=d51dffe791f848a189ee82f0cc97eafe used request id req-d76d5e3c-a243-4d1c-898b-0c44987e2e86 2018-08-05 11:17:06,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0884039402008s 2018-08-05 11:17:06,840 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=ac24c6a3608c47ff8d7ab10479829f09&role.id=9e5a60d491ca4d10a118f334cf38a9f2&scope.project.id=d51dffe791f848a189ee82f0cc97eafe used request id req-d76d5e3c-a243-4d1c-898b-0c44987e2e86 2018-08-05 11:17:06,843 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-05 11:17:06,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:5000/v3/projects/d51dffe791f848a189ee82f0cc97eafe/users/ac24c6a3608c47ff8d7ab10479829f09/roles/9e5a60d491ca4d10a118f334cf38a9f2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:17:06,976 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 11:17:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6594ac5-d2c2-4863-bf26-98a220b2d64d Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 11:17:06,976 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/d51dffe791f848a189ee82f0cc97eafe/users/ac24c6a3608c47ff8d7ab10479829f09/roles/9e5a60d491ca4d10a118f334cf38a9f2 used request id req-b6594ac5-d2c2-4863-bf26-98a220b2d64d 2018-08-05 11:17:06,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.133439064026s 2018-08-05 11:17:06,977 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/d51dffe791f848a189ee82f0cc97eafe/users/ac24c6a3608c47ff8d7ab10479829f09/roles/9e5a60d491ca4d10a118f334cf38a9f2 used request id req-b6594ac5-d2c2-4863-bf26-98a220b2d64d 2018-08-05 11:17:06,977 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_b899ee8c-31c0-45f3-b42a-966495ffcdd4' 2018-08-05 11:17:06,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-05 11:17:06,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a2111f24e5eb3e4b4510ea8abe3b253c1f8bd9f3" -d '{"keypair": {"name": "vmtp_b899ee8c-31c0-45f3-b42a-966495ffcdd4"}}' 2018-08-05 11:17:07,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:17: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-269ec261-0670-4e96-9d86-71cdadca248f x-compute-request-id: req-269ec261-0670-4e96-9d86-71cdadca248f Content-Encoding: gzip Content-Length: 1798 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6egsCVx/gwto/1yiKPpjSWVbP/+uUpxTlf2oi3Tba+YnJom7UCK9v1i0FuX1xCjZvWZRYntpfqMKxcjlO/Errua/xv2gNi9ytlF1uCUGulsyZcY5tgDWL1gkgfh8m1taGbHDS6ywuYHL0tJI+gW+ciUDYoV5hTz9s07Syv5hgovARq1ek6bUnr56Q2gXA4yelDOUmbR1+C0RI9o6Fuip7MIf02RqKq8jahvCYC5vOFONr8OeCpbdTRq+ZUy+VoZ9/xbFBxrTiOMB78gjM8Kfa9TWvPdEwKNcIFkS9wmPBMZoDFHnHEgGPzd8a+8IzxRVtKqyBHN+2GCewBxXOTE6F Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAunoLAlcf4MLaP9coij6Y0llWz//rlKcU5X9qIt022vmJyaJu\n1Aivb9YtBbl9cQo2b1mUWJ7aX6jCsXI5TvxK67mv8b9oDYvcrZRdbglBrpbMmXGO\nbYA1i9YJIH4fJtbWhmxw0ussLmBy9LSSPoFvnIlA2KFeYU8/bNO0sr+YYKLwEatX\npOm1J6+ekNoFwOMnpQzlJm0dfgtESPaOhboqezCH9NkaiqvI2obwmAubzhTja/Dn\ngqW3U0avmVMvlaGff8WxQca04jjAe/IIzPCn2vU1rz3RMCjXCBZEvcJjwTGaAxR5\nxxIBj83fGvvCM8UVbSqsgRzfthgnsAcVzkxOhQIDAQABAoIBAGvT9lm8F2rYQWt4\n9rA50hSQJGrSCV9D3gl2y+CtGfM1KD+39W4WN5vrtM0CnU6oISHyIp27/XojE7GX\n4xuRN6FnFh4sF/b9UPXuPLhMEfbqrBRuXXVkFZJuiYiIZWsH/7RrMDJGWp3Wl6J4\nZ7hNEETr+NtLNFAAiyRaprpVn78Aewry3lPF8VEFfuInTFftdE0o897kt0NvdyE5\nuTLsSpwNFKwzxdWrkPDoKOpZIXvSdSqa6LLm5AiY+Bm+z9P/07OV9NpfPilqK6eW\nJh6WLUEu74cGR/Nc8aow0K9Li5iaPoGAACvX7ukA/StYwmcdUWxSlsaIXz8zn0U6\nNkxXjAECgYEA8GVUrCTZ254qRhD1Citvl/VvKmQZhUfWQ0AbsOD99ENwY7XeuKwU\nZGwQW6O1+2GdqD8LQv1KH/RmurDdtz8kBr/HoGw3Ca0c35KiDqcZeOQz+hjc93Wi\nP8hvwpLWnJBzKuB25Eeh93+gwY2wFtT+OXt80NgM0tSfS/msEjQw56UCgYEAxpS8\nbHEQMZRkN9w2KjpSyGnB7l7wKycVbQHS2eIXLqZFFOOkmlWVdMa1GM0xm74Y+V8M\nUJuEnenI4DD9zxyBU+BoJgRHydhelkRBBdfT+A+WDEKE2Y4tfpxsxYEJUePNP3G+\nfBJg/zG8xetl11yd8ft8394/FRkd3FrnxXZ0FWECgYBZJUqL97JuVa3Zg8pKtibQ\n1CwgLTSljykukSRzqEukfCm+YCAynWWGg+hhA0ml6eIcFRzo/6KwTOKXkqT1ok2K\nzy2JGPgj93VAl1DPXDn+8akwsm2mupGrU3nWTruVHaAHo2uTZdjzPfnwLMnC/cM0\nr81uaOAAguZ7tx+PNJl6HQKBgC2jhWKO4Z/jcNz9uV0fJmN1GuMD4sKoKt5wqtr0\ngUtxXzMb1nq57K139asLjbkziV3WoGfuNh5s2oPb/pkY/gge7RC/rxgOqD501VTY\nc5jxTBTpPMsbSA1vOfhyXYf6iPNp2tN9DdnYvn/mR/OlD4/LsrloxKq+qQQ5yEaz\noJ5BAoGBANghXM2YMPp8V4Iy4TDYv1r4rhEFBWvzrW4kY66yn48ahbnpuJu7qFeF\n5Ir5F1RlOljXDzoLmwr3mo3SQ4c8Ld0WHiI4jUr8o6ZSqnVJFMhRTR9fyWvbzIzt\nwq3hjxdKJNXnRNfuqm5sCYNOmdmERU+ALvjllgrY8zTswNkIMgmG\n-----END RSA PRIVATE KEY-----\n", "user_id": "ac24c6a3608c47ff8d7ab10479829f09", "name": "vmtp_b899ee8c-31c0-45f3-b42a-966495ffcdd4", "fingerprint": "99:d4:84:12:9e:6f:01:de:1f:86:a6:38:cc:3d:7e:17"}} 2018-08-05 11:17:07,425 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/os-keypairs used request id req-269ec261-0670-4e96-9d86-71cdadca248f 2018-08-05 11:17:07,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.448267936707s 2018-08-05 11:17:07,426 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/os-keypairs used request id req-269ec261-0670-4e96-9d86-71cdadca248f 2018-08-05 11:17:07,427 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6egsCVx/gwto/1yiKPpjSWVbP/+uUpxTlf2oi3Tba+YnJom7UCK9v1i0FuX1xCjZvWZRYntpfqMKxcjlO/Errua/xv2gNi9ytlF1uCUGulsyZcY5tgDWL1gkgfh8m1taGbHDS6ywuYHL0tJI+gW+ciUDYoV5hTz9s07Syv5hgovARq1ek6bUnr56Q2gXA4yelDOUmbR1+C0RI9o6Fuip7MIf02RqKq8jahvCYC5vOFONr8OeCpbdTRq+ZUy+VoZ9/xbFBxrTiOMB78gjM8Kfa9TWvPdEwKNcIFkS9wmPBMZoDFHnHEgGPzd8a+8IzxRVtKqyBHN+2GCewBxXOTE6F Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAunoLAlcf4MLaP9coij6Y0llWz//rlKcU5X9qIt022vmJyaJu\n1Aivb9YtBbl9cQo2b1mUWJ7aX6jCsXI5TvxK67mv8b9oDYvcrZRdbglBrpbMmXGO\nbYA1i9YJIH4fJtbWhmxw0ussLmBy9LSSPoFvnIlA2KFeYU8/bNO0sr+YYKLwEatX\npOm1J6+ekNoFwOMnpQzlJm0dfgtESPaOhboqezCH9NkaiqvI2obwmAubzhTja/Dn\ngqW3U0avmVMvlaGff8WxQca04jjAe/IIzPCn2vU1rz3RMCjXCBZEvcJjwTGaAxR5\nxxIBj83fGvvCM8UVbSqsgRzfthgnsAcVzkxOhQIDAQABAoIBAGvT9lm8F2rYQWt4\n9rA50hSQJGrSCV9D3gl2y+CtGfM1KD+39W4WN5vrtM0CnU6oISHyIp27/XojE7GX\n4xuRN6FnFh4sF/b9UPXuPLhMEfbqrBRuXXVkFZJuiYiIZWsH/7RrMDJGWp3Wl6J4\nZ7hNEETr+NtLNFAAiyRaprpVn78Aewry3lPF8VEFfuInTFftdE0o897kt0NvdyE5\nuTLsSpwNFKwzxdWrkPDoKOpZIXvSdSqa6LLm5AiY+Bm+z9P/07OV9NpfPilqK6eW\nJh6WLUEu74cGR/Nc8aow0K9Li5iaPoGAACvX7ukA/StYwmcdUWxSlsaIXz8zn0U6\nNkxXjAECgYEA8GVUrCTZ254qRhD1Citvl/VvKmQZhUfWQ0AbsOD99ENwY7XeuKwU\nZGwQW6O1+2GdqD8LQv1KH/RmurDdtz8kBr/HoGw3Ca0c35KiDqcZeOQz+hjc93Wi\nP8hvwpLWnJBzKuB25Eeh93+gwY2wFtT+OXt80NgM0tSfS/msEjQw56UCgYEAxpS8\nbHEQMZRkN9w2KjpSyGnB7l7wKycVbQHS2eIXLqZFFOOkmlWVdMa1GM0xm74Y+V8M\nUJuEnenI4DD9zxyBU+BoJgRHydhelkRBBdfT+A+WDEKE2Y4tfpxsxYEJUePNP3G+\nfBJg/zG8xetl11yd8ft8394/FRkd3FrnxXZ0FWECgYBZJUqL97JuVa3Zg8pKtibQ\n1CwgLTSljykukSRzqEukfCm+YCAynWWGg+hhA0ml6eIcFRzo/6KwTOKXkqT1ok2K\nzy2JGPgj93VAl1DPXDn+8akwsm2mupGrU3nWTruVHaAHo2uTZdjzPfnwLMnC/cM0\nr81uaOAAguZ7tx+PNJl6HQKBgC2jhWKO4Z/jcNz9uV0fJmN1GuMD4sKoKt5wqtr0\ngUtxXzMb1nq57K139asLjbkziV3WoGfuNh5s2oPb/pkY/gge7RC/rxgOqD501VTY\nc5jxTBTpPMsbSA1vOfhyXYf6iPNp2tN9DdnYvn/mR/OlD4/LsrloxKq+qQQ5yEaz\noJ5BAoGBANghXM2YMPp8V4Iy4TDYv1r4rhEFBWvzrW4kY66yn48ahbnpuJu7qFeF\n5Ir5F1RlOljXDzoLmwr3mo3SQ4c8Ld0WHiI4jUr8o6ZSqnVJFMhRTR9fyWvbzIzt\nwq3hjxdKJNXnRNfuqm5sCYNOmdmERU+ALvjllgrY8zTswNkIMgmG\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'ac24c6a3608c47ff8d7ab10479829f09', 'name': u'vmtp_b899ee8c-31c0-45f3-b42a-966495ffcdd4', 'created_at': '2018-08-05T11:17:07.427128', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd51dffe791f848a189ee82f0cc97eafe', 'name': 'vmtp-project_b899ee8c-31c0-45f3-b42a-966495ffcdd4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'99:d4:84:12:9e:6f:01:de:1f:86:a6:38:cc:3d:7e:17', 'type': 'ssh', 'id': u'vmtp_b899ee8c-31c0-45f3-b42a-966495ffcdd4'}) 2018-08-05 11:17:07,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-05 11:17:07,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/os-keypairs/vmtp_b899ee8c-31c0-45f3-b42a-966495ffcdd4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a2111f24e5eb3e4b4510ea8abe3b253c1f8bd9f3" 2018-08-05 11:17:07,477 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 11:17: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-4071dde5-3dbb-4deb-8940-9d2fe53eca14 x-compute-request-id: req-4071dde5-3dbb-4deb-8940-9d2fe53eca14 Content-Length: 0 Content-Type: application/json 2018-08-05 11:17:07,477 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/os-keypairs/vmtp_b899ee8c-31c0-45f3-b42a-966495ffcdd4 used request id req-4071dde5-3dbb-4deb-8940-9d2fe53eca14 2018-08-05 11:17:07,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0494849681854s 2018-08-05 11:17:07,477 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/os-keypairs/vmtp_b899ee8c-31c0-45f3-b42a-966495ffcdd4 used request id req-4071dde5-3dbb-4deb-8940-9d2fe53eca14 2018-08-05 11:17:08,304 - 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-05 11:35:43,742 - 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-05 11:17:09,051 INFO Using http://172.30.9.46:5000/v3 2018-08-05 11:17:09,051 INFO VM public key: /tmp/tmpuy349R 2018-08-05 11:17:09,051 INFO VM private key: /tmp/tmp1H4QmW 2018-08-05 11:17:10,558 INFO Found image vmtp-img_b899ee8c-31c0-45f3-b42a-966495ffcdd4 to launch VM, will continue 2018-08-05 11:17:11,056 INFO Using external router: external 2018-08-05 11:17:11,057 INFO Using external network: external. 2018-08-05 11:17:11,930 INFO Created internal network: pns-internal-net_b899ee8c-31c0-45f3-b42a-966495ffcdd4. 2018-08-05 11:17:12,565 INFO Created internal network: pns-internal-net2_b899ee8c-31c0-45f3-b42a-966495ffcdd4. 2018-08-05 11:17:14,709 DEBUG Ext router associated to pns-internal-net_b899ee8c-31c0-45f3-b42a-966495ffcdd4 2018-08-05 11:17:16,748 DEBUG Ext router associated to pns-internal-net2_b899ee8c-31c0-45f3-b42a-966495ffcdd4 2018-08-05 11:17:16,845 INFO OpenStack agent: Open vSwitch agent 2018-08-05 11:17:16,846 INFO OpenStack network type: vxlan 2018-08-05 11:17:17,588 INFO [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] Creating server VM... 2018-08-05 11:17:17,589 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-05 11:17:19,769 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 1 of 50... 2018-08-05 11:17:22,278 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 2 of 50... 2018-08-05 11:17:24,766 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 3 of 50... 2018-08-05 11:17:27,262 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 4 of 50... 2018-08-05 11:17:29,784 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 5 of 50... 2018-08-05 11:17:31,943 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 6 of 50... 2018-08-05 11:17:34,286 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 7 of 50... 2018-08-05 11:17:36,634 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 8 of 50... 2018-08-05 11:17:38,969 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 9 of 50... 2018-08-05 11:17:41,131 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 10 of 50... 2018-08-05 11:17:43,707 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 11 of 50... 2018-08-05 11:17:46,061 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 12 of 50... 2018-08-05 11:17:48,238 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 13 of 50... 2018-08-05 11:17:50,572 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 14 of 50... 2018-08-05 11:17:52,953 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 15 of 50... 2018-08-05 11:17:55,287 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 16 of 50... 2018-08-05 11:17:57,610 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 17 of 50... 2018-08-05 11:18:00,173 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 18 of 50... 2018-08-05 11:18:02,524 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 19 of 50... 2018-08-05 11:18:04,859 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 20 of 50... 2018-08-05 11:18:07,200 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 21 of 50... 2018-08-05 11:18:09,371 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 22 of 50... 2018-08-05 11:18:11,887 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 23 of 50... 2018-08-05 11:18:14,204 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 24 of 50... 2018-08-05 11:18:16,546 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 25 of 50... 2018-08-05 11:18:18,703 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 26 of 50... 2018-08-05 11:18:20,863 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 27 of 50... 2018-08-05 11:18:23,201 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 28 of 50... 2018-08-05 11:18:25,362 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 29 of 50... 2018-08-05 11:18:27,702 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 30 of 50... 2018-08-05 11:18:30,017 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 31 of 50... 2018-08-05 11:18:32,337 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 32 of 50... 2018-08-05 11:18:34,831 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 33 of 50... 2018-08-05 11:18:36,992 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 34 of 50... 2018-08-05 11:18:39,532 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 35 of 50... 2018-08-05 11:18:41,867 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 36 of 50... 2018-08-05 11:18:44,186 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 37 of 50... 2018-08-05 11:18:46,503 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 38 of 50... 2018-08-05 11:18:48,670 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 39 of 50... 2018-08-05 11:18:50,836 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 40 of 50... 2018-08-05 11:18:53,163 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 41 of 50... 2018-08-05 11:18:55,343 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 42 of 50... 2018-08-05 11:18:57,501 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 43 of 50... 2018-08-05 11:19:02,226 INFO [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] Internal network IP: 192.168.1.3 2018-08-05 11:19:02,226 INFO [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] SSH IP: 172.30.9.202 2018-08-05 11:19:02,226 INFO [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] Setup SSH for ubuntu@172.30.9.202 2018-08-05 11:19:09,712 INFO [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] Installing nuttcp-8.1.4... 2018-08-05 11:19:09,758 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] Copying nuttcp-8.1.4 to target... 2018-08-05 11:19:10,035 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] Starting nuttcp-8.1.4 server... 2018-08-05 11:19:10,076 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] 2018-08-05 11:19:10,122 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] Creating client VM... 2018-08-05 11:19:10,123 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-05 11:19:11,518 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 1 of 50... 2018-08-05 11:19:13,792 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 2 of 50... 2018-08-05 11:19:16,137 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 3 of 50... 2018-08-05 11:19:18,488 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 4 of 50... 2018-08-05 11:19:20,936 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] VM status=BUILD, retrying 5 of 50... 2018-08-05 11:19:25,640 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] Internal network IP: 192.168.1.4 2018-08-05 11:19:25,640 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] SSH IP: 172.30.9.210 2018-08-05 11:19:25,640 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] Setup SSH for ubuntu@172.30.9.210 2018-08-05 11:19:37,438 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] Installing nuttcp-8.1.4... 2018-08-05 11:19:37,483 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] Copying nuttcp-8.1.4 to target... 2018-08-05 11:19:37,651 INFO ============================================================ 2018-08-05 11:19:37,651 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2018-08-05 11:19:46,693 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] PING 192.168.1.3 (192.168.1.3) 64(92) bytes of data. 72 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=40.7 ms 72 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=0.477 ms 72 bytes from 192.168.1.3: icmp_seq=3 ttl=64 time=0.179 ms 72 bytes from 192.168.1.3: icmp_seq=4 ttl=64 time=0.430 ms 72 bytes from 192.168.1.3: icmp_seq=5 ttl=64 time=0.188 ms 72 bytes from 192.168.1.3: icmp_seq=6 ttl=64 time=0.256 ms 72 bytes from 192.168.1.3: icmp_seq=7 ttl=64 time=0.376 ms 72 bytes from 192.168.1.3: icmp_seq=8 ttl=64 time=0.167 ms 72 bytes from 192.168.1.3: icmp_seq=9 ttl=64 time=0.171 ms 72 bytes from 192.168.1.3: icmp_seq=10 ttl=64 time=0.348 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.167/4.332/40.729/12.132 ms 2018-08-05 11:19:55,734 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] PING 192.168.1.3 (192.168.1.3) 391(419) bytes of data. 399 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=0.136 ms 399 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=0.151 ms 399 bytes from 192.168.1.3: icmp_seq=3 ttl=64 time=0.134 ms 399 bytes from 192.168.1.3: icmp_seq=4 ttl=64 time=0.213 ms 399 bytes from 192.168.1.3: icmp_seq=5 ttl=64 time=0.200 ms 399 bytes from 192.168.1.3: icmp_seq=6 ttl=64 time=0.295 ms 399 bytes from 192.168.1.3: icmp_seq=7 ttl=64 time=0.287 ms 399 bytes from 192.168.1.3: icmp_seq=8 ttl=64 time=0.446 ms 399 bytes from 192.168.1.3: icmp_seq=9 ttl=64 time=0.332 ms 399 bytes from 192.168.1.3: icmp_seq=10 ttl=64 time=0.403 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.134/0.259/0.446/0.107 ms 2018-08-05 11:20:04,773 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] PING 192.168.1.3 (192.168.1.3) 1500(1528) bytes of data. 1508 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=0.452 ms 1508 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=0.255 ms 1508 bytes from 192.168.1.3: icmp_seq=3 ttl=64 time=0.164 ms 1508 bytes from 192.168.1.3: icmp_seq=4 ttl=64 time=0.154 ms 1508 bytes from 192.168.1.3: icmp_seq=5 ttl=64 time=0.359 ms 1508 bytes from 192.168.1.3: icmp_seq=6 ttl=64 time=0.199 ms 1508 bytes from 192.168.1.3: icmp_seq=7 ttl=64 time=0.189 ms 1508 bytes from 192.168.1.3: icmp_seq=8 ttl=64 time=0.186 ms 1508 bytes from 192.168.1.3: icmp_seq=9 ttl=64 time=0.310 ms 1508 bytes from 192.168.1.3: icmp_seq=10 ttl=64 time=0.194 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.154/0.246/0.452/0.093 ms 2018-08-05 11:20:04,773 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] Measuring TCP Throughput (packet size=65536)... 2018-08-05 11:20:04,774 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:20:14,868 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] megabytes=18291.7475 real_seconds=10.00 rate_Mbps=15340.9807 tx_cpu=32 rx_cpu=50 retrans=0 cwnd=3137 rtt_ms=0.25 2018-08-05 11:20:14,870 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:20:24,987 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] megabytes=19466.2357 real_seconds=10.00 rate_Mbps=16327.4505 tx_cpu=34 rx_cpu=52 retrans=0 cwnd=3137 rtt_ms=0.16 2018-08-05 11:20:24,988 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:20:35,081 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] megabytes=20852.8750 real_seconds=10.00 rate_Mbps=17490.7896 tx_cpu=37 rx_cpu=54 retrans=0 cwnd=3137 rtt_ms=0.34 2018-08-05 11:20:35,082 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] Measuring UDP Throughput (packet size=128)... 2018-08-05 11:20:35,083 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:20:38,409 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] megabytes=19.0851 real_seconds=1.00 rate_Mbps=159.6356 tx_cpu=12 rx_cpu=30 drop=0 pkt=156345 data_loss=0.00000 2018-08-05 11:20:38,410 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] pkt-size=128 throughput=1<163466/5000000<10000000 Kbps loss-rate=0 2018-08-05 11:20:38,411 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R490398K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:20:41,761 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] megabytes=18.7306 real_seconds=1.00 rate_Mbps=156.8073 tx_cpu=12 rx_cpu=30 drop=46 pkt=153487 data_loss=0.02989 2018-08-05 11:20:41,761 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] pkt-size=128 throughput=1<160570/490398<490398 Kbps loss-rate=0 2018-08-05 11:20:41,762 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R325484K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:20:45,112 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] megabytes=17.4435 real_seconds=1.00 rate_Mbps=145.9709 tx_cpu=13 rx_cpu=29 drop=282 pkt=143179 data_loss=0.19682 2018-08-05 11:20:45,113 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] pkt-size=128 throughput=1<149474/325484<325484 Kbps loss-rate=0 2018-08-05 11:20:45,113 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R237479K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:20:48,441 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] megabytes=15.4583 real_seconds=1.00 rate_Mbps=129.2253 tx_cpu=10 rx_cpu=28 drop=0 pkt=126634 data_loss=0.00000 2018-08-05 11:20:48,442 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] pkt-size=128 throughput=1<132326/237479<237479 Kbps loss-rate=0 2018-08-05 11:20:48,442 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R184902K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:20:51,767 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] megabytes=17.2726 real_seconds=1.00 rate_Mbps=144.4246 tx_cpu=16 rx_cpu=29 drop=591 pkt=142088 data_loss=0.41569 2018-08-05 11:20:51,768 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] pkt-size=128 throughput=1<147890/184902<184902 Kbps loss-rate=0 2018-08-05 11:20:51,768 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R166396K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:20:55,092 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] megabytes=17.3425 real_seconds=1.00 rate_Mbps=144.9896 tx_cpu=14 rx_cpu=28 drop=0 pkt=142070 data_loss=0.00000 2018-08-05 11:20:55,092 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] pkt-size=128 throughput=1<148469/166396<166396 Kbps loss-rate=0 2018-08-05 11:20:55,093 DEBUG undershot, min=148469 kbps=157432 max=166396 2018-08-05 11:20:55,093 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R157432K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:20:58,419 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] megabytes=18.6689 real_seconds=1.00 rate_Mbps=156.1743 tx_cpu=34 rx_cpu=32 drop=35 pkt=152971 data_loss=0.02303 2018-08-05 11:20:58,420 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] pkt-size=128 throughput=148469<159922/157432<166396 Kbps loss-rate=0 2018-08-05 11:20:58,420 DEBUG undershot, min=159922 kbps=163159 max=166396 2018-08-05 11:20:58,420 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] Measuring UDP Throughput (packet size=1024)... 2018-08-05 11:20:58,421 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:21:01,772 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] megabytes=131.9717 real_seconds=1.00 rate_Mbps=1105.4094 tx_cpu=15 rx_cpu=29 drop=378 pkt=135517 data_loss=0.27890 2018-08-05 11:21:01,772 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] pkt-size=1024 throughput=1<1131939/5000000<10000000 Kbps loss-rate=0 2018-08-05 11:21:01,773 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3065969K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:21:05,095 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] megabytes=144.6787 real_seconds=1.00 rate_Mbps=1212.0228 tx_cpu=20 rx_cpu=31 drop=0 pkt=148151 data_loss=0.00000 2018-08-05 11:21:05,096 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] pkt-size=1024 throughput=1<1241111/3065969<3065969 Kbps loss-rate=0 2018-08-05 11:21:05,096 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2153540K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:21:08,422 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] megabytes=145.7363 real_seconds=1.00 rate_Mbps=1221.2597 tx_cpu=22 rx_cpu=32 drop=0 pkt=149234 data_loss=0.00000 2018-08-05 11:21:08,422 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] pkt-size=1024 throughput=1<1250569/2153540<2153540 Kbps loss-rate=0 2018-08-05 11:21:08,422 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1702054K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:21:11,749 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] megabytes=124.2891 real_seconds=1.00 rate_Mbps=1040.8636 tx_cpu=15 rx_cpu=29 drop=37 pkt=127309 data_loss=0.02904 2018-08-05 11:21:11,749 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] pkt-size=1024 throughput=1<1065844/1702054<1702054 Kbps loss-rate=0 2018-08-05 11:21:11,750 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1383949K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:21:15,076 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] megabytes=134.4658 real_seconds=1.00 rate_Mbps=1126.5436 tx_cpu=16 rx_cpu=30 drop=0 pkt=137693 data_loss=0.00000 2018-08-05 11:21:15,077 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] pkt-size=1024 throughput=1<1153580/1383949<1383949 Kbps loss-rate=0 2018-08-05 11:21:15,077 DEBUG undershot, min=1153580 kbps=1268764 max=1383949 2018-08-05 11:21:15,077 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1268764K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:21:18,428 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] megabytes=135.0127 real_seconds=1.00 rate_Mbps=1131.0846 tx_cpu=19 rx_cpu=30 drop=133 pkt=138386 data_loss=0.09612 2018-08-05 11:21:18,428 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] pkt-size=1024 throughput=1153580<1158230/1268764<1383949 Kbps loss-rate=0 2018-08-05 11:21:18,429 DEBUG undershot, min=1158230 kbps=1271089 max=1383949 2018-08-05 11:21:18,429 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1271089K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:21:21,780 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] megabytes=149.0781 real_seconds=1.00 rate_Mbps=1248.7186 tx_cpu=19 rx_cpu=29 drop=452 pkt=153108 data_loss=0.29521 2018-08-05 11:21:21,780 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] pkt-size=1024 throughput=1158230<1278687/1271089<1383949 Kbps loss-rate=0 2018-08-05 11:21:21,780 DEBUG undershot, min=1278687 kbps=1331318 max=1383949 2018-08-05 11:21:21,781 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1331318K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:21:25,132 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] megabytes=148.9619 real_seconds=1.00 rate_Mbps=1247.6194 tx_cpu=25 rx_cpu=28 drop=1251 pkt=153788 data_loss=0.81347 2018-08-05 11:21:25,132 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] pkt-size=1024 throughput=1278687<1277562/1331318<1383949 Kbps loss-rate=0 2018-08-05 11:21:25,133 DEBUG undershot, min=1331318 kbps=1357633 max=1383949 2018-08-05 11:21:25,133 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] Measuring UDP Throughput (packet size=8192)... 2018-08-05 11:21:25,133 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:21:28,456 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] megabytes=595.8672 real_seconds=1.00 rate_Mbps=4999.2211 tx_cpu=99 rx_cpu=25 drop=23 pkt=76294 data_loss=0.03015 2018-08-05 11:21:28,456 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] pkt-size=8192 throughput=1<5119202/5000000<10000000 Kbps loss-rate=0 2018-08-05 11:21:28,457 DEBUG undershot, min=5119202 kbps=7559601 max=10000000 2018-08-05 11:21:28,457 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7559601K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:21:31,782 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] megabytes=900.5391 real_seconds=1.00 rate_Mbps=7555.8030 tx_cpu=75 rx_cpu=33 drop=82 pkt=115351 data_loss=0.07108 2018-08-05 11:21:31,783 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] pkt-size=8192 throughput=5119202<7737142/7559601<10000000 Kbps loss-rate=0 2018-08-05 11:21:31,783 DEBUG undershot, min=7737142 kbps=8868571 max=10000000 2018-08-05 11:21:31,783 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8868571K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:21:35,110 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] megabytes=842.3125 real_seconds=1.00 rate_Mbps=7059.1655 tx_cpu=21 rx_cpu=27 drop=0 pkt=107816 data_loss=0.00000 2018-08-05 11:21:35,110 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] pkt-size=8192 throughput=7737142<7228585/8868571<10000000 Kbps loss-rate=0 2018-08-05 11:21:35,110 DEBUG undershot, min=8868571 kbps=9434285 max=10000000 2018-08-05 11:21:35,111 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9434285K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:21:38,436 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] megabytes=994.3281 real_seconds=1.00 rate_Mbps=8333.2789 tx_cpu=25 rx_cpu=37 drop=0 pkt=127274 data_loss=0.00000 2018-08-05 11:21:38,437 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] pkt-size=8192 throughput=8868571<8533277/9434285<10000000 Kbps loss-rate=0 2018-08-05 11:21:38,437 DEBUG undershot, min=9434285 kbps=9717142 max=10000000 2018-08-05 11:21:38,437 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9717142K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:21:41,788 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] megabytes=962.6328 real_seconds=1.00 rate_Mbps=8071.1622 tx_cpu=24 rx_cpu=35 drop=444 pkt=123661 data_loss=0.35905 2018-08-05 11:21:41,788 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] pkt-size=8192 throughput=9434285<8264870/9717142<10000000 Kbps loss-rate=0 2018-08-05 11:21:41,788 DEBUG undershot, min=9717142 kbps=9858571 max=10000000 2018-08-05 11:21:41,799 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-0.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.4', 'ip_to': u'192.168.1.3', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.25, 'throughput_kbps': 15709164, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.16, 'throughput_kbps': 16719309, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.34, 'throughput_kbps': 17910568, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.02, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 159922, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.81, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1277562, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.36, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 8264870, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '4.332', 'rtt_max_ms': '40.729', 'rtt_min_ms': '0.167', 'rtt_stddev': '12.132', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.259', 'rtt_max_ms': '0.446', 'rtt_min_ms': '0.134', 'rtt_stddev': '0.107', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.246', 'rtt_max_ms': '0.452', 'rtt_min_ms': '0.154', 'rtt_stddev': '0.093', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} No handlers could be found for logger "vmtp_file" 2018-08-05 11:21:41,801 INFO Deleting floating ip 480fcdbd-5e90-420e-b336-04e834850de3 2018-08-05 11:21:42,900 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] Floating IP 172.30.9.210 deleted 2018-08-05 11:21:43,226 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd41] Instance deleted 2018-08-05 11:21:43,340 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] Creating client VM... 2018-08-05 11:21:43,340 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-05 11:21:45,250 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] VM status=BUILD, retrying 1 of 50... 2018-08-05 11:21:47,806 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] VM status=BUILD, retrying 2 of 50... 2018-08-05 11:21:50,152 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] VM status=BUILD, retrying 3 of 50... 2018-08-05 11:21:52,311 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] VM status=BUILD, retrying 4 of 50... 2018-08-05 11:21:54,588 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] VM status=BUILD, retrying 5 of 50... 2018-08-05 11:21:59,174 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] Internal network IP: 192.168.2.3 2018-08-05 11:21:59,174 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] SSH IP: 172.30.9.203 2018-08-05 11:21:59,174 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] Setup SSH for ubuntu@172.30.9.203 2018-08-05 11:22:10,649 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] Installing nuttcp-8.1.4... 2018-08-05 11:22:10,694 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] Copying nuttcp-8.1.4 to target... 2018-08-05 11:22:10,861 INFO ============================================================ 2018-08-05 11:22:10,862 INFO Flow 2: VM to VM different network fixed IP (intra-node) 2018-08-05 11:22:19,931 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] PING 192.168.1.3 (192.168.1.3) 64(92) bytes of data. 72 bytes from 192.168.1.3: icmp_seq=1 ttl=63 time=1.31 ms 72 bytes from 192.168.1.3: icmp_seq=2 ttl=63 time=0.340 ms 72 bytes from 192.168.1.3: icmp_seq=3 ttl=63 time=0.553 ms 72 bytes from 192.168.1.3: icmp_seq=4 ttl=63 time=0.277 ms 72 bytes from 192.168.1.3: icmp_seq=5 ttl=63 time=0.318 ms 72 bytes from 192.168.1.3: icmp_seq=6 ttl=63 time=0.433 ms 72 bytes from 192.168.1.3: icmp_seq=7 ttl=63 time=0.568 ms 72 bytes from 192.168.1.3: icmp_seq=8 ttl=63 time=0.393 ms 72 bytes from 192.168.1.3: icmp_seq=9 ttl=63 time=0.491 ms 72 bytes from 192.168.1.3: icmp_seq=10 ttl=63 time=0.414 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.277/0.510/1.314/0.283 ms 2018-08-05 11:22:28,971 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] PING 192.168.1.3 (192.168.1.3) 391(419) bytes of data. 399 bytes from 192.168.1.3: icmp_seq=1 ttl=63 time=0.435 ms 399 bytes from 192.168.1.3: icmp_seq=2 ttl=63 time=0.456 ms 399 bytes from 192.168.1.3: icmp_seq=3 ttl=63 time=0.215 ms 399 bytes from 192.168.1.3: icmp_seq=4 ttl=63 time=0.600 ms 399 bytes from 192.168.1.3: icmp_seq=5 ttl=63 time=0.560 ms 399 bytes from 192.168.1.3: icmp_seq=6 ttl=63 time=0.346 ms 399 bytes from 192.168.1.3: icmp_seq=7 ttl=63 time=0.327 ms 399 bytes from 192.168.1.3: icmp_seq=8 ttl=63 time=0.444 ms 399 bytes from 192.168.1.3: icmp_seq=9 ttl=63 time=0.356 ms 399 bytes from 192.168.1.3: icmp_seq=10 ttl=63 time=0.454 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.215/0.419/0.600/0.108 ms 2018-08-05 11:22:38,015 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] PING 192.168.1.3 (192.168.1.3) 1500(1528) bytes of data. 1508 bytes from 192.168.1.3: icmp_seq=1 ttl=63 time=1.28 ms 1508 bytes from 192.168.1.3: icmp_seq=2 ttl=63 time=0.413 ms 1508 bytes from 192.168.1.3: icmp_seq=3 ttl=63 time=0.401 ms 1508 bytes from 192.168.1.3: icmp_seq=4 ttl=63 time=0.446 ms 1508 bytes from 192.168.1.3: icmp_seq=5 ttl=63 time=0.724 ms 1508 bytes from 192.168.1.3: icmp_seq=6 ttl=63 time=0.398 ms 1508 bytes from 192.168.1.3: icmp_seq=7 ttl=63 time=0.430 ms 1508 bytes from 192.168.1.3: icmp_seq=8 ttl=63 time=0.392 ms 1508 bytes from 192.168.1.3: icmp_seq=9 ttl=63 time=0.507 ms 1508 bytes from 192.168.1.3: icmp_seq=10 ttl=63 time=0.455 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.392/0.544/1.280/0.263 ms 2018-08-05 11:22:38,016 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] Measuring TCP Throughput (packet size=65536)... 2018-08-05 11:22:38,016 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:22:48,144 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=2508.8281 real_seconds=10.01 rate_Mbps=2102.2802 tx_cpu=4 rx_cpu=14 retrans=3768 cwnd=333 rtt_ms=0.32 2018-08-05 11:22:48,144 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:22:58,237 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=2224.1346 real_seconds=10.00 rate_Mbps=1865.3152 tx_cpu=4 rx_cpu=7 retrans=21 cwnd=334 rtt_ms=0.34 2018-08-05 11:22:58,237 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:23:08,334 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=2301.7050 real_seconds=10.00 rate_Mbps=1930.1745 tx_cpu=4 rx_cpu=7 retrans=19 cwnd=394 rtt_ms=0.47 2018-08-05 11:23:08,334 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] Measuring UDP Throughput (packet size=128)... 2018-08-05 11:23:08,335 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:23:11,659 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=17.3726 real_seconds=1.01 rate_Mbps=144.9278 tx_cpu=23 rx_cpu=17 drop=56213 pkt=198529 data_loss=28.31459 2018-08-05 11:23:11,660 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=128 throughput=1<148406/5000000<10000000 Kbps loss-rate=28 2018-08-05 11:23:11,660 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R445218K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:23:14,985 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=17.8342 real_seconds=1.01 rate_Mbps=148.7508 tx_cpu=23 rx_cpu=22 drop=64347 pkt=210444 data_loss=30.57651 2018-08-05 11:23:14,986 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=128 throughput=1<152320/445218<445218 Kbps loss-rate=30 2018-08-05 11:23:14,986 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R298769K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:23:18,311 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=17.3630 real_seconds=1.00 rate_Mbps=144.9272 tx_cpu=24 rx_cpu=20 drop=68821 pkt=211059 data_loss=32.60751 2018-08-05 11:23:18,311 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=128 throughput=1<148405/298769<298769 Kbps loss-rate=32 2018-08-05 11:23:18,312 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R223587K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:23:21,638 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=17.0808 real_seconds=1.00 rate_Mbps=143.1524 tx_cpu=22 rx_cpu=19 drop=67040 pkt=206966 data_loss=32.39182 2018-08-05 11:23:21,638 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=128 throughput=1<146588/223587<223587 Kbps loss-rate=32 2018-08-05 11:23:21,638 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R185087K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:23:24,964 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=16.8514 real_seconds=1.00 rate_Mbps=141.3016 tx_cpu=56 rx_cpu=20 drop=42702 pkt=180749 data_loss=23.62526 2018-08-05 11:23:24,964 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=128 throughput=1<144692/185087<185087 Kbps loss-rate=23 2018-08-05 11:23:24,965 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R164889K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:23:28,291 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=17.5532 real_seconds=1.00 rate_Mbps=146.7449 tx_cpu=72 rx_cpu=19 drop=17229 pkt=161025 data_loss=10.69982 2018-08-05 11:23:28,291 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=128 throughput=1<150266/164889<164889 Kbps loss-rate=10 2018-08-05 11:23:28,291 DEBUG overshot, min=1 kbps=150266 max=164889 2018-08-05 11:23:28,292 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R150266K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:23:31,617 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=17.5808 real_seconds=1.00 rate_Mbps=147.4737 tx_cpu=90 rx_cpu=19 drop=2722 pkt=146744 data_loss=1.85507 2018-08-05 11:23:31,618 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=128 throughput=1<151013/150266<164889 Kbps loss-rate=1 2018-08-05 11:23:31,618 DEBUG undershot, min=151013 kbps=157951 max=164889 2018-08-05 11:23:31,619 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R157951K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:23:34,968 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=17.7811 real_seconds=1.00 rate_Mbps=148.6504 tx_cpu=93 rx_cpu=20 drop=8586 pkt=154249 data_loss=5.56635 2018-08-05 11:23:34,969 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=128 throughput=151013<152218/157951<164889 Kbps loss-rate=5 2018-08-05 11:23:34,969 DEBUG overshot, min=151013 kbps=152218 max=157951 2018-08-05 11:23:34,969 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] Measuring UDP Throughput (packet size=1024)... 2018-08-05 11:23:34,970 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:23:38,320 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=141.9346 real_seconds=1.00 rate_Mbps=1186.3389 tx_cpu=32 rx_cpu=20 drop=45668 pkt=191009 data_loss=23.90879 2018-08-05 11:23:38,321 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=1024 throughput=1<1214811/5000000<10000000 Kbps loss-rate=23 2018-08-05 11:23:38,321 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3107405K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:23:41,673 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=136.1377 real_seconds=1.01 rate_Mbps=1132.1134 tx_cpu=32 rx_cpu=20 drop=63670 pkt=203075 data_loss=31.35294 2018-08-05 11:23:41,674 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=1024 throughput=1<1159284/3107405<3107405 Kbps loss-rate=31 2018-08-05 11:23:41,674 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2133344K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:23:45,025 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=136.0762 real_seconds=1.00 rate_Mbps=1140.9169 tx_cpu=26 rx_cpu=19 drop=46129 pkt=185471 data_loss=24.87125 2018-08-05 11:23:45,025 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=1024 throughput=1<1168298/2133344<2133344 Kbps loss-rate=24 2018-08-05 11:23:45,026 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1650821K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:23:48,355 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=136.2285 real_seconds=1.00 rate_Mbps=1137.4670 tx_cpu=28 rx_cpu=20 drop=56349 pkt=195847 data_loss=28.77194 2018-08-05 11:23:48,355 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=1024 throughput=1<1164766/1650821<1650821 Kbps loss-rate=28 2018-08-05 11:23:48,356 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1407793K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:23:51,680 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=142.4287 real_seconds=1.00 rate_Mbps=1190.9284 tx_cpu=90 rx_cpu=20 drop=26003 pkt=171850 data_loss=15.13124 2018-08-05 11:23:51,680 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=1024 throughput=1<1219510/1407793<1407793 Kbps loss-rate=15 2018-08-05 11:23:51,681 DEBUG overshot, min=1 kbps=1219510 max=1407793 2018-08-05 11:23:51,681 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1219510K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:23:55,005 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=143.5293 real_seconds=1.00 rate_Mbps=1204.6266 tx_cpu=94 rx_cpu=22 drop=1892 pkt=148866 data_loss=1.27097 2018-08-05 11:23:55,005 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=1024 throughput=1<1233537/1219510<1407793 Kbps loss-rate=1 2018-08-05 11:23:55,006 DEBUG undershot, min=1233537 kbps=1320665 max=1407793 2018-08-05 11:23:55,006 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1320665K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:23:58,332 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=138.6025 real_seconds=1.00 rate_Mbps=1158.8547 tx_cpu=96 rx_cpu=20 drop=19285 pkt=161214 data_loss=11.96236 2018-08-05 11:23:58,332 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=1024 throughput=1233537<1186667/1320665<1407793 Kbps loss-rate=11 2018-08-05 11:23:58,332 DEBUG overshot, min=1233537 kbps=1186667 max=1320665 2018-08-05 11:23:58,333 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1186667K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:24:01,659 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=138.7490 real_seconds=1.00 rate_Mbps=1161.5973 tx_cpu=99 rx_cpu=19 drop=2778 pkt=144857 data_loss=1.91776 2018-08-05 11:24:01,659 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=1024 throughput=1233537<1189475/1186667<1320665 Kbps loss-rate=1 2018-08-05 11:24:01,659 DEBUG undershot, min=1277101 kbps=1298883 max=1320665 2018-08-05 11:24:01,660 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] Measuring UDP Throughput (packet size=8192)... 2018-08-05 11:24:01,660 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:24:04,985 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=192.8047 real_seconds=1.01 rate_Mbps=1609.2075 tx_cpu=49 rx_cpu=8 drop=50117 pkt=74796 data_loss=67.00492 2018-08-05 11:24:04,985 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=8192 throughput=1<1647828/5000000<10000000 Kbps loss-rate=67 2018-08-05 11:24:04,985 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3323914K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:24:08,311 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=201.5000 real_seconds=1.00 rate_Mbps=1686.0859 tx_cpu=99 rx_cpu=10 drop=24927 pkt=50719 data_loss=49.14726 2018-08-05 11:24:08,312 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=8192 throughput=1<1726551/3323914<3323914 Kbps loss-rate=49 2018-08-05 11:24:08,312 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2525232K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:24:11,638 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=206.6484 real_seconds=1.00 rate_Mbps=1733.0716 tx_cpu=99 rx_cpu=8 drop=12081 pkt=38532 data_loss=31.35316 2018-08-05 11:24:11,638 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=8192 throughput=1<1774665/2525232<2525232 Kbps loss-rate=31 2018-08-05 11:24:11,638 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2149948K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:24:14,964 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=205.1172 real_seconds=1.00 rate_Mbps=1715.6808 tx_cpu=99 rx_cpu=8 drop=6551 pkt=32806 data_loss=19.96891 2018-08-05 11:24:14,964 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=8192 throughput=1<1756857/2149948<2149948 Kbps loss-rate=19 2018-08-05 11:24:14,964 DEBUG overshot, min=1 kbps=1756857 max=2149948 2018-08-05 11:24:14,965 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1756857K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:24:18,292 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=208.8438 real_seconds=1.00 rate_Mbps=1751.6176 tx_cpu=99 rx_cpu=8 drop=76 pkt=26808 data_loss=0.28347 2018-08-05 11:24:18,293 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=8192 throughput=1<1793656/1756857<2149948 Kbps loss-rate=0 2018-08-05 11:24:18,293 DEBUG undershot, min=1793656 kbps=1971802 max=2149948 2018-08-05 11:24:18,294 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1971802K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:24:21,619 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=201.1094 real_seconds=1.00 rate_Mbps=1682.5270 tx_cpu=99 rx_cpu=10 drop=4346 pkt=30088 data_loss=14.44429 2018-08-05 11:24:21,620 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=8192 throughput=1793656<1722907/1971802<2149948 Kbps loss-rate=14 2018-08-05 11:24:21,620 DEBUG overshot, min=1793656 kbps=1722907 max=1971802 2018-08-05 11:24:21,620 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1722907K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:24:24,946 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=204.6875 real_seconds=1.00 rate_Mbps=1716.8561 tx_cpu=99 rx_cpu=9 drop=90 pkt=26290 data_loss=0.34232 2018-08-05 11:24:24,946 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=8192 throughput=1793656<1758060/1722907<1971802 Kbps loss-rate=0 2018-08-05 11:24:24,947 DEBUG undershot, min=1882729 kbps=1927265 max=1971802 2018-08-05 11:24:24,957 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-0.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.3', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 3768, 'rtt_ms': 0.32, 'throughput_kbps': 2152734, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 21, 'rtt_ms': 0.34, 'throughput_kbps': 1910082, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 19, 'rtt_ms': 0.47, 'throughput_kbps': 1976498, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 5.57, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 152218, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 1.92, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1189475, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.34, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1758060, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.510', 'rtt_max_ms': '1.314', 'rtt_min_ms': '0.277', 'rtt_stddev': '0.283', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.419', 'rtt_max_ms': '0.600', 'rtt_min_ms': '0.215', 'rtt_stddev': '0.108', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.544', 'rtt_max_ms': '1.280', 'rtt_min_ms': '0.392', 'rtt_stddev': '0.263', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-05 11:24:24,959 INFO ============================================================ 2018-08-05 11:24:24,959 INFO Flow 3: VM to VM different network floating IP (intra-node) 2018-08-05 11:24:34,022 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] PING 172.30.9.202 (172.30.9.202) 64(92) bytes of data. 72 bytes from 172.30.9.202: icmp_seq=1 ttl=63 time=0.534 ms 72 bytes from 172.30.9.202: icmp_seq=2 ttl=63 time=0.308 ms 72 bytes from 172.30.9.202: icmp_seq=3 ttl=63 time=0.384 ms 72 bytes from 172.30.9.202: icmp_seq=4 ttl=63 time=0.287 ms 72 bytes from 172.30.9.202: icmp_seq=5 ttl=63 time=0.418 ms 72 bytes from 172.30.9.202: icmp_seq=6 ttl=63 time=0.402 ms 72 bytes from 172.30.9.202: icmp_seq=7 ttl=63 time=0.400 ms 72 bytes from 172.30.9.202: icmp_seq=8 ttl=63 time=0.325 ms 72 bytes from 172.30.9.202: icmp_seq=9 ttl=63 time=0.556 ms 72 bytes from 172.30.9.202: icmp_seq=10 ttl=63 time=0.466 ms --- 172.30.9.202 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.287/0.408/0.556/0.085 ms 2018-08-05 11:24:43,061 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] PING 172.30.9.202 (172.30.9.202) 391(419) bytes of data. 399 bytes from 172.30.9.202: icmp_seq=1 ttl=63 time=0.248 ms 399 bytes from 172.30.9.202: icmp_seq=2 ttl=63 time=0.256 ms 399 bytes from 172.30.9.202: icmp_seq=3 ttl=63 time=0.311 ms 399 bytes from 172.30.9.202: icmp_seq=4 ttl=63 time=0.372 ms 399 bytes from 172.30.9.202: icmp_seq=5 ttl=63 time=0.624 ms 399 bytes from 172.30.9.202: icmp_seq=6 ttl=63 time=0.531 ms 399 bytes from 172.30.9.202: icmp_seq=7 ttl=63 time=0.455 ms 399 bytes from 172.30.9.202: icmp_seq=8 ttl=63 time=0.340 ms 399 bytes from 172.30.9.202: icmp_seq=9 ttl=63 time=0.329 ms 399 bytes from 172.30.9.202: icmp_seq=10 ttl=63 time=0.301 ms --- 172.30.9.202 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.248/0.376/0.624/0.118 ms 2018-08-05 11:24:52,105 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] PING 172.30.9.202 (172.30.9.202) 1500(1528) bytes of data. 1508 bytes from 172.30.9.202: icmp_seq=1 ttl=63 time=1.72 ms 1508 bytes from 172.30.9.202: icmp_seq=2 ttl=63 time=0.521 ms 1508 bytes from 172.30.9.202: icmp_seq=3 ttl=63 time=0.516 ms 1508 bytes from 172.30.9.202: icmp_seq=4 ttl=63 time=0.482 ms 1508 bytes from 172.30.9.202: icmp_seq=5 ttl=63 time=0.497 ms 1508 bytes from 172.30.9.202: icmp_seq=6 ttl=63 time=0.751 ms 1508 bytes from 172.30.9.202: icmp_seq=7 ttl=63 time=0.397 ms 1508 bytes from 172.30.9.202: icmp_seq=8 ttl=63 time=0.524 ms 1508 bytes from 172.30.9.202: icmp_seq=9 ttl=63 time=0.734 ms 1508 bytes from 172.30.9.202: icmp_seq=10 ttl=63 time=0.528 ms --- 172.30.9.202 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.397/0.667/1.727/0.369 ms 2018-08-05 11:24:52,106 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] Measuring TCP Throughput (packet size=65536)... 2018-08-05 11:24:52,106 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:25:02,237 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=2834.5625 real_seconds=10.01 rate_Mbps=2374.9738 tx_cpu=4 rx_cpu=10 retrans=2794 cwnd=510 rtt_ms=0.48 2018-08-05 11:25:02,237 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:25:12,333 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=2328.3148 real_seconds=10.00 rate_Mbps=1952.5183 tx_cpu=4 rx_cpu=7 retrans=29 cwnd=333 rtt_ms=0.44 2018-08-05 11:25:12,334 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:25:22,429 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=2207.6465 real_seconds=10.00 rate_Mbps=1851.0892 tx_cpu=4 rx_cpu=7 retrans=29 cwnd=319 rtt_ms=0.31 2018-08-05 11:25:22,429 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] Measuring UDP Throughput (packet size=128)... 2018-08-05 11:25:22,430 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:25:25,753 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=16.0219 real_seconds=1.01 rate_Mbps=133.5303 tx_cpu=20 rx_cpu=20 drop=69661 pkt=200913 data_loss=34.67248 2018-08-05 11:25:25,753 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=128 throughput=1<136735/5000000<10000000 Kbps loss-rate=34 2018-08-05 11:25:25,754 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R410205K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:25:29,080 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=16.2697 real_seconds=1.00 rate_Mbps=136.3724 tx_cpu=24 rx_cpu=23 drop=72856 pkt=206137 data_loss=35.34328 2018-08-05 11:25:29,080 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=128 throughput=1<139645/410205<410205 Kbps loss-rate=35 2018-08-05 11:25:29,081 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R274925K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:25:32,406 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=16.2744 real_seconds=1.00 rate_Mbps=136.4592 tx_cpu=20 rx_cpu=19 drop=84129 pkt=217449 data_loss=38.68920 2018-08-05 11:25:32,406 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=128 throughput=1<139734/274925<274925 Kbps loss-rate=38 2018-08-05 11:25:32,407 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R207329K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:25:35,732 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=16.4547 real_seconds=1.01 rate_Mbps=137.2742 tx_cpu=21 rx_cpu=19 drop=58127 pkt=192924 data_loss=30.12955 2018-08-05 11:25:35,733 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=128 throughput=1<140568/207329<207329 Kbps loss-rate=30 2018-08-05 11:25:35,733 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R173948K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:25:39,059 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=15.9996 real_seconds=1.00 rate_Mbps=134.1885 tx_cpu=75 rx_cpu=20 drop=38802 pkt=169871 data_loss=22.84218 2018-08-05 11:25:39,060 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=128 throughput=1<137409/173948<173948 Kbps loss-rate=22 2018-08-05 11:25:39,060 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R155678K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:25:42,385 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=16.1173 real_seconds=1.00 rate_Mbps=134.6991 tx_cpu=92 rx_cpu=18 drop=19996 pkt=152029 data_loss=13.15268 2018-08-05 11:25:42,386 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=128 throughput=1<137931/155678<155678 Kbps loss-rate=13 2018-08-05 11:25:42,386 DEBUG overshot, min=1 kbps=137931 max=155678 2018-08-05 11:25:42,386 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R137931K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:25:45,736 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=16.2742 real_seconds=1.00 rate_Mbps=136.0008 tx_cpu=99 rx_cpu=19 drop=1380 pkt=134698 data_loss=1.02417 2018-08-05 11:25:45,736 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=128 throughput=1<139264/137931<155678 Kbps loss-rate=1 2018-08-05 11:25:45,737 DEBUG undershot, min=139264 kbps=147471 max=155678 2018-08-05 11:25:45,737 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R147471K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:25:49,062 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=15.8496 real_seconds=1.00 rate_Mbps=132.4345 tx_cpu=92 rx_cpu=19 drop=14175 pkt=144015 data_loss=9.84300 2018-08-05 11:25:49,062 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=128 throughput=139264<135612/147471<155678 Kbps loss-rate=9 2018-08-05 11:25:49,062 DEBUG overshot, min=139264 kbps=135612 max=147471 2018-08-05 11:25:49,063 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R135612K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:25:52,388 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=15.9197 real_seconds=1.00 rate_Mbps=133.4992 tx_cpu=98 rx_cpu=19 drop=2020 pkt=132434 data_loss=1.52540 2018-08-05 11:25:52,389 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=128 throughput=139264<136703/135612<147471 Kbps loss-rate=1 2018-08-05 11:25:52,389 DEBUG undershot, min=143367 kbps=145419 max=147471 2018-08-05 11:25:52,389 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] Measuring UDP Throughput (packet size=1024)... 2018-08-05 11:25:52,390 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:25:55,715 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=128.4307 real_seconds=1.01 rate_Mbps=1071.4796 tx_cpu=24 rx_cpu=17 drop=40422 pkt=171935 data_loss=23.51004 2018-08-05 11:25:55,715 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=1024 throughput=1<1097195/5000000<10000000 Kbps loss-rate=23 2018-08-05 11:25:55,715 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3048597K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:25:59,066 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=133.2900 real_seconds=1.00 rate_Mbps=1112.8929 tx_cpu=31 rx_cpu=18 drop=45381 pkt=181870 data_loss=24.95245 2018-08-05 11:25:59,067 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=1024 throughput=1<1139602/3048597<3048597 Kbps loss-rate=24 2018-08-05 11:25:59,067 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2094099K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:26:02,391 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=132.1992 real_seconds=1.00 rate_Mbps=1108.4852 tx_cpu=24 rx_cpu=19 drop=51892 pkt=187264 data_loss=27.71062 2018-08-05 11:26:02,392 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=1024 throughput=1<1135088/2094099<2094099 Kbps loss-rate=27 2018-08-05 11:26:02,392 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1614593K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:26:05,717 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=137.9717 real_seconds=1.00 rate_Mbps=1157.0559 tx_cpu=28 rx_cpu=20 drop=48474 pkt=189757 data_loss=25.54530 2018-08-05 11:26:05,717 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=1024 throughput=1<1184825/1614593<1614593 Kbps loss-rate=25 2018-08-05 11:26:05,718 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1399709K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:26:09,043 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=130.5820 real_seconds=1.00 rate_Mbps=1095.1167 tx_cpu=65 rx_cpu=19 drop=37147 pkt=170863 data_loss=21.74083 2018-08-05 11:26:09,044 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=1024 throughput=1<1121399/1399709<1399709 Kbps loss-rate=21 2018-08-05 11:26:09,044 DEBUG overshot, min=1 kbps=1121399 max=1399709 2018-08-05 11:26:09,044 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1121399K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:26:12,370 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=131.9473 real_seconds=1.00 rate_Mbps=1102.6220 tx_cpu=94 rx_cpu=20 drop=1775 pkt=136889 data_loss=1.29667 2018-08-05 11:26:12,371 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=1024 throughput=1<1129084/1121399<1399709 Kbps loss-rate=1 2018-08-05 11:26:12,371 DEBUG undershot, min=1129084 kbps=1264396 max=1399709 2018-08-05 11:26:12,371 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1264396K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:26:15,722 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=129.6260 real_seconds=1.00 rate_Mbps=1083.3342 tx_cpu=82 rx_cpu=19 drop=21605 pkt=154342 data_loss=13.99811 2018-08-05 11:26:15,723 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=1024 throughput=1129084<1109334/1264396<1399709 Kbps loss-rate=14 2018-08-05 11:26:15,723 DEBUG overshot, min=1129084 kbps=1109334 max=1264396 2018-08-05 11:26:15,723 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1109334K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:26:19,074 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=130.2119 real_seconds=1.00 rate_Mbps=1090.9309 tx_cpu=96 rx_cpu=20 drop=2080 pkt=135417 data_loss=1.53603 2018-08-05 11:26:19,075 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=1024 throughput=1129084<1117113/1109334<1264396 Kbps loss-rate=1 2018-08-05 11:26:19,075 DEBUG undershot, min=1196740 kbps=1230568 max=1264396 2018-08-05 11:26:19,075 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1230568K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:26:22,426 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=128.7686 real_seconds=1.00 rate_Mbps=1076.1062 tx_cpu=93 rx_cpu=19 drop=18357 pkt=150216 data_loss=12.22036 2018-08-05 11:26:22,426 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=1024 throughput=1196740<1101932/1230568<1264396 Kbps loss-rate=12 2018-08-05 11:26:22,426 DEBUG overshot, min=1196740 kbps=1101932 max=1230568 2018-08-05 11:26:22,427 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] Measuring UDP Throughput (packet size=8192)... 2018-08-05 11:26:22,427 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:26:25,778 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=174.4844 real_seconds=1.00 rate_Mbps=1458.8304 tx_cpu=79 rx_cpu=9 drop=53960 pkt=76294 data_loss=70.72640 2018-08-05 11:26:25,778 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=8192 throughput=1<1493842/5000000<10000000 Kbps loss-rate=70 2018-08-05 11:26:25,779 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3246921K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:26:29,129 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=192.6484 real_seconds=1.00 rate_Mbps=1615.5353 tx_cpu=99 rx_cpu=11 drop=24885 pkt=49544 data_loss=50.22809 2018-08-05 11:26:29,129 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=8192 throughput=1<1654308/3246921<3246921 Kbps loss-rate=50 2018-08-05 11:26:29,130 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2450614K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:26:32,456 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=188.6172 real_seconds=1.00 rate_Mbps=1581.8971 tx_cpu=99 rx_cpu=9 drop=13251 pkt=37394 data_loss=35.43616 2018-08-05 11:26:32,457 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=8192 throughput=1<1619862/2450614<2450614 Kbps loss-rate=35 2018-08-05 11:26:32,457 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2035238K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:26:35,782 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=194.6641 real_seconds=1.00 rate_Mbps=1628.2792 tx_cpu=99 rx_cpu=8 drop=6139 pkt=31056 data_loss=19.76750 2018-08-05 11:26:35,783 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=8192 throughput=1<1667357/2035238<2035238 Kbps loss-rate=19 2018-08-05 11:26:35,783 DEBUG overshot, min=1 kbps=1667357 max=2035238 2018-08-05 11:26:35,784 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1667357K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:26:39,134 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] megabytes=192.8516 real_seconds=1.00 rate_Mbps=1618.5314 tx_cpu=99 rx_cpu=8 drop=757 pkt=25442 data_loss=2.97536 2018-08-05 11:26:39,134 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] pkt-size=8192 throughput=1<1657376/1667357<2035238 Kbps loss-rate=2 2018-08-05 11:26:39,144 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-0.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.202', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 2794, 'rtt_ms': 0.48, 'throughput_kbps': 2431973, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 29, 'rtt_ms': 0.44, 'throughput_kbps': 1999378, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 29, 'rtt_ms': 0.31, 'throughput_kbps': 1895515, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 1.53, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 136703, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 12.22, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1101932, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.98, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1657376, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.408', 'rtt_max_ms': '0.556', 'rtt_min_ms': '0.287', 'rtt_stddev': '0.085', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.376', 'rtt_max_ms': '0.624', 'rtt_min_ms': '0.248', 'rtt_stddev': '0.118', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.667', 'rtt_max_ms': '1.727', 'rtt_min_ms': '0.397', 'rtt_stddev': '0.369', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-05 11:26:39,145 INFO Deleting floating ip f3484c33-8b3e-4c38-b85c-b3f604a54198 2018-08-05 11:26:40,508 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] Floating IP 172.30.9.203 deleted 2018-08-05 11:26:40,832 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd42] Instance deleted 2018-08-05 11:26:40,864 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] Creating client VM... 2018-08-05 11:26:40,864 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-05 11:26:43,174 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 1 of 50... 2018-08-05 11:26:45,730 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 2 of 50... 2018-08-05 11:26:47,908 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 3 of 50... 2018-08-05 11:26:50,409 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 4 of 50... 2018-08-05 11:26:52,768 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 5 of 50... 2018-08-05 11:26:55,098 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 6 of 50... 2018-08-05 11:26:57,587 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 7 of 50... 2018-08-05 11:27:00,099 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 8 of 50... 2018-08-05 11:27:02,264 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 9 of 50... 2018-08-05 11:27:04,532 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 10 of 50... 2018-08-05 11:27:06,857 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 11 of 50... 2018-08-05 11:27:09,560 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 12 of 50... 2018-08-05 11:27:11,725 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 13 of 50... 2018-08-05 11:27:14,203 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 14 of 50... 2018-08-05 11:27:16,389 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 15 of 50... 2018-08-05 11:27:18,550 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 16 of 50... 2018-08-05 11:27:20,884 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 17 of 50... 2018-08-05 11:27:23,218 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 18 of 50... 2018-08-05 11:27:25,372 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 19 of 50... 2018-08-05 11:27:27,533 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 20 of 50... 2018-08-05 11:27:29,691 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 21 of 50... 2018-08-05 11:27:31,853 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 22 of 50... 2018-08-05 11:27:34,212 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 23 of 50... 2018-08-05 11:27:36,743 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 24 of 50... 2018-08-05 11:27:39,102 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 25 of 50... 2018-08-05 11:27:41,608 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 26 of 50... 2018-08-05 11:27:43,772 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 27 of 50... 2018-08-05 11:27:46,109 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 28 of 50... 2018-08-05 11:27:48,463 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 29 of 50... 2018-08-05 11:27:50,782 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 30 of 50... 2018-08-05 11:27:53,105 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 31 of 50... 2018-08-05 11:27:55,480 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 32 of 50... 2018-08-05 11:27:57,826 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 33 of 50... 2018-08-05 11:28:00,142 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 34 of 50... 2018-08-05 11:28:02,302 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 35 of 50... 2018-08-05 11:28:04,634 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 36 of 50... 2018-08-05 11:28:06,975 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 37 of 50... 2018-08-05 11:28:09,324 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 38 of 50... 2018-08-05 11:28:11,845 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 39 of 50... 2018-08-05 11:28:14,201 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 40 of 50... 2018-08-05 11:28:16,371 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 41 of 50... 2018-08-05 11:28:18,534 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 42 of 50... 2018-08-05 11:28:20,864 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 43 of 50... 2018-08-05 11:28:23,127 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] VM status=BUILD, retrying 44 of 50... 2018-08-05 11:28:28,034 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] Internal network IP: 192.168.1.8 2018-08-05 11:28:28,034 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] SSH IP: 172.30.9.200 2018-08-05 11:28:28,034 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] Setup SSH for ubuntu@172.30.9.200 2018-08-05 11:28:37,654 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] Installing nuttcp-8.1.4... 2018-08-05 11:28:37,699 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] Copying nuttcp-8.1.4 to target... 2018-08-05 11:28:37,865 INFO ============================================================ 2018-08-05 11:28:37,866 INFO Flow 4: VM to VM same network fixed IP (inter-node) 2018-08-05 11:28:46,940 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] PING 192.168.1.3 (192.168.1.3) 64(92) bytes of data. 72 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=41.0 ms 72 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=0.215 ms 72 bytes from 192.168.1.3: icmp_seq=3 ttl=64 time=0.209 ms 72 bytes from 192.168.1.3: icmp_seq=4 ttl=64 time=0.287 ms 72 bytes from 192.168.1.3: icmp_seq=5 ttl=64 time=0.291 ms 72 bytes from 192.168.1.3: icmp_seq=6 ttl=64 time=0.236 ms 72 bytes from 192.168.1.3: icmp_seq=7 ttl=64 time=0.207 ms 72 bytes from 192.168.1.3: icmp_seq=8 ttl=64 time=0.361 ms 72 bytes from 192.168.1.3: icmp_seq=9 ttl=64 time=0.289 ms 72 bytes from 192.168.1.3: icmp_seq=10 ttl=64 time=0.213 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8999ms rtt min/avg/max/mdev = 0.207/4.336/41.058/12.240 ms 2018-08-05 11:28:55,986 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] PING 192.168.1.3 (192.168.1.3) 391(419) bytes of data. 399 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=0.209 ms 399 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=0.215 ms 399 bytes from 192.168.1.3: icmp_seq=3 ttl=64 time=0.303 ms 399 bytes from 192.168.1.3: icmp_seq=4 ttl=64 time=0.239 ms 399 bytes from 192.168.1.3: icmp_seq=5 ttl=64 time=0.345 ms 399 bytes from 192.168.1.3: icmp_seq=6 ttl=64 time=0.333 ms 399 bytes from 192.168.1.3: icmp_seq=7 ttl=64 time=0.473 ms 399 bytes from 192.168.1.3: icmp_seq=8 ttl=64 time=0.377 ms 399 bytes from 192.168.1.3: icmp_seq=9 ttl=64 time=0.513 ms 399 bytes from 192.168.1.3: icmp_seq=10 ttl=64 time=0.336 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.209/0.334/0.513/0.097 ms 2018-08-05 11:29:05,039 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] PING 192.168.1.3 (192.168.1.3) 1500(1528) bytes of data. 1508 bytes from 192.168.1.3: icmp_seq=1 ttl=64 time=1.16 ms 1508 bytes from 192.168.1.3: icmp_seq=2 ttl=64 time=0.493 ms 1508 bytes from 192.168.1.3: icmp_seq=3 ttl=64 time=0.245 ms 1508 bytes from 192.168.1.3: icmp_seq=4 ttl=64 time=0.284 ms 1508 bytes from 192.168.1.3: icmp_seq=5 ttl=64 time=0.487 ms 1508 bytes from 192.168.1.3: icmp_seq=6 ttl=64 time=0.539 ms 1508 bytes from 192.168.1.3: icmp_seq=7 ttl=64 time=0.431 ms 1508 bytes from 192.168.1.3: icmp_seq=8 ttl=64 time=0.381 ms 1508 bytes from 192.168.1.3: icmp_seq=9 ttl=64 time=0.525 ms 1508 bytes from 192.168.1.3: icmp_seq=10 ttl=64 time=0.264 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.245/0.481/1.166/0.251 ms 2018-08-05 11:29:05,039 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] Measuring TCP Throughput (packet size=65536)... 2018-08-05 11:29:05,040 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:29:15,149 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] megabytes=6841.1327 real_seconds=10.01 rate_Mbps=5732.3521 tx_cpu=10 rx_cpu=17 retrans=737 cwnd=434 rtt_ms=0.50 2018-08-05 11:29:15,149 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:29:25,252 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] megabytes=5333.1759 real_seconds=10.01 rate_Mbps=4470.5060 tx_cpu=9 rx_cpu=14 retrans=2 cwnd=447 rtt_ms=0.29 2018-08-05 11:29:25,253 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:29:35,359 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] megabytes=6641.0458 real_seconds=10.01 rate_Mbps=5566.3542 tx_cpu=9 rx_cpu=15 retrans=20 cwnd=315 rtt_ms=0.36 2018-08-05 11:29:35,360 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] Measuring UDP Throughput (packet size=128)... 2018-08-05 11:29:35,360 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:29:38,688 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] megabytes=26.1750 real_seconds=1.00 rate_Mbps=219.1359 tx_cpu=16 rx_cpu=29 drop=616 pkt=215042 data_loss=0.28647 2018-08-05 11:29:38,689 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] pkt-size=128 throughput=1<224395/5000000<10000000 Kbps loss-rate=0 2018-08-05 11:29:38,689 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R673185K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:29:42,017 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] megabytes=26.8264 real_seconds=1.00 rate_Mbps=224.4178 tx_cpu=17 rx_cpu=24 drop=512 pkt=220274 data_loss=0.23244 2018-08-05 11:29:42,018 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] pkt-size=128 throughput=1<229803/673185<673185 Kbps loss-rate=0 2018-08-05 11:29:42,018 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R451494K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:29:45,348 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] megabytes=26.0414 real_seconds=1.00 rate_Mbps=217.9075 tx_cpu=18 rx_cpu=24 drop=11509 pkt=224840 data_loss=5.11872 2018-08-05 11:29:45,348 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] pkt-size=128 throughput=1<223137/451494<451494 Kbps loss-rate=5 2018-08-05 11:29:45,348 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R337315K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:29:48,678 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] megabytes=26.6644 real_seconds=1.00 rate_Mbps=223.1588 tx_cpu=18 rx_cpu=25 drop=2254 pkt=220688 data_loss=1.02118 2018-08-05 11:29:48,679 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] pkt-size=128 throughput=1<228514/337315<337315 Kbps loss-rate=1 2018-08-05 11:29:48,679 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R282914K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:29:52,006 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] megabytes=26.7557 real_seconds=1.00 rate_Mbps=223.9748 tx_cpu=18 rx_cpu=24 drop=4584 pkt=223767 data_loss=2.04867 2018-08-05 11:29:52,007 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] pkt-size=128 throughput=1<229350/282914<282914 Kbps loss-rate=2 2018-08-05 11:29:52,007 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] Measuring UDP Throughput (packet size=1024)... 2018-08-05 11:29:52,008 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:29:55,337 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] megabytes=181.4785 real_seconds=1.00 rate_Mbps=1520.1312 tx_cpu=26 rx_cpu=28 drop=569 pkt=186403 data_loss=0.30527 2018-08-05 11:29:55,337 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] pkt-size=1024 throughput=1<1556614/5000000<10000000 Kbps loss-rate=0 2018-08-05 11:29:55,337 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3278307K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:29:58,667 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] megabytes=210.3262 real_seconds=1.00 rate_Mbps=1761.6397 tx_cpu=30 rx_cpu=27 drop=84 pkt=215458 data_loss=0.03897 2018-08-05 11:29:58,668 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] pkt-size=1024 throughput=1<1803919/3278307<3278307 Kbps loss-rate=0 2018-08-05 11:29:58,668 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2541113K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:30:01,996 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] megabytes=192.4424 real_seconds=1.00 rate_Mbps=1612.2101 tx_cpu=27 rx_cpu=28 drop=49 pkt=197110 data_loss=0.02483 2018-08-05 11:30:01,997 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] pkt-size=1024 throughput=1<1650903/2541113<2541113 Kbps loss-rate=0 2018-08-05 11:30:01,997 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2096008K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:30:05,326 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] megabytes=188.0537 real_seconds=1.00 rate_Mbps=1574.7232 tx_cpu=26 rx_cpu=28 drop=2193 pkt=194760 data_loss=1.12600 2018-08-05 11:30:05,327 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] pkt-size=1024 throughput=1<1612516/2096008<2096008 Kbps loss-rate=1 2018-08-05 11:30:05,327 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1854262K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:30:08,680 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] megabytes=196.7119 real_seconds=1.00 rate_Mbps=1647.3699 tx_cpu=33 rx_cpu=28 drop=0 pkt=201433 data_loss=0.00000 2018-08-05 11:30:08,680 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] pkt-size=1024 throughput=1<1686906/1854262<1854262 Kbps loss-rate=0 2018-08-05 11:30:08,680 DEBUG undershot, min=1686906 kbps=1770584 max=1854262 2018-08-05 11:30:08,680 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1770584K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:30:12,009 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] megabytes=171.9639 real_seconds=1.00 rate_Mbps=1439.7530 tx_cpu=34 rx_cpu=24 drop=23506 pkt=199597 data_loss=11.77669 2018-08-05 11:30:12,010 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] pkt-size=1024 throughput=1686906<1474307/1770584<1854262 Kbps loss-rate=11 2018-08-05 11:30:12,010 DEBUG overshot, min=1686906 kbps=1474307 max=1770584 2018-08-05 11:30:12,011 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] Measuring UDP Throughput (packet size=8192)... 2018-08-05 11:30:12,011 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:30:15,364 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] megabytes=335.1016 real_seconds=1.00 rate_Mbps=2804.5431 tx_cpu=99 rx_cpu=15 drop=33401 pkt=76294 data_loss=43.77932 2018-08-05 11:30:15,364 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] pkt-size=8192 throughput=1<2871852/5000000<10000000 Kbps loss-rate=43 2018-08-05 11:30:15,365 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3935926K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:30:18,692 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] megabytes=335.3203 real_seconds=1.00 rate_Mbps=2807.8306 tx_cpu=99 rx_cpu=15 drop=17136 pkt=60057 data_loss=28.53289 2018-08-05 11:30:18,693 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] pkt-size=8192 throughput=1<2875218/3935926<3935926 Kbps loss-rate=28 2018-08-05 11:30:18,693 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3405572K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:30:22,022 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] megabytes=329.5703 real_seconds=1.00 rate_Mbps=2760.8703 tx_cpu=99 rx_cpu=15 drop=9780 pkt=51965 data_loss=18.82037 2018-08-05 11:30:22,023 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] pkt-size=8192 throughput=1<2827131/3405572<3405572 Kbps loss-rate=18 2018-08-05 11:30:22,023 DEBUG overshot, min=1 kbps=2827131 max=3405572 2018-08-05 11:30:22,023 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2827131K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:30:25,350 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] megabytes=333.4688 real_seconds=1.00 rate_Mbps=2797.9598 tx_cpu=99 rx_cpu=14 drop=455 pkt=43139 data_loss=1.05470 2018-08-05 11:30:25,350 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] pkt-size=8192 throughput=1<2865110/2827131<3405572 Kbps loss-rate=1 2018-08-05 11:30:25,350 DEBUG undershot, min=2865110 kbps=3135341 max=3405572 2018-08-05 11:30:25,351 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3135341K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:30:28,679 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] megabytes=341.1250 real_seconds=1.00 rate_Mbps=2859.1536 tx_cpu=99 rx_cpu=16 drop=4178 pkt=47842 data_loss=8.73291 2018-08-05 11:30:28,679 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] pkt-size=8192 throughput=2865110<2927773/3135341<3405572 Kbps loss-rate=8 2018-08-05 11:30:28,679 DEBUG overshot, min=2865110 kbps=2927773 max=3135341 2018-08-05 11:30:28,680 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2927773K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:30:32,005 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] megabytes=347.1484 real_seconds=1.00 rate_Mbps=2915.8390 tx_cpu=99 rx_cpu=16 drop=240 pkt=44675 data_loss=0.53721 2018-08-05 11:30:32,005 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] pkt-size=8192 throughput=2865110<2985819/2927773<3135341 Kbps loss-rate=0 2018-08-05 11:30:32,006 DEBUG undershot, min=2985819 kbps=3060580 max=3135341 2018-08-05 11:30:32,016 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-0.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.8', 'ip_to': u'192.168.1.3', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 737, 'rtt_ms': 0.5, 'throughput_kbps': 5869928, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 2, 'rtt_ms': 0.29, 'throughput_kbps': 4577798, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 20, 'rtt_ms': 0.36, 'throughput_kbps': 5699946, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.05, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 229350, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 11.78, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1474307, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.54, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 2985819, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '4.336', 'rtt_max_ms': '41.058', 'rtt_min_ms': '0.207', 'rtt_stddev': '12.240', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.334', 'rtt_max_ms': '0.513', 'rtt_min_ms': '0.209', 'rtt_stddev': '0.097', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.481', 'rtt_max_ms': '1.166', 'rtt_min_ms': '0.245', 'rtt_stddev': '0.251', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-05 11:30:32,018 INFO Deleting floating ip 65015d31-ecde-4819-9aec-fb6ba193c433 2018-08-05 11:30:33,106 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] Floating IP 172.30.9.200 deleted 2018-08-05 11:30:33,252 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd43] Instance deleted 2018-08-05 11:30:33,367 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] Creating client VM... 2018-08-05 11:30:33,367 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-05 11:30:35,607 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] VM status=BUILD, retrying 1 of 50... 2018-08-05 11:30:38,025 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] VM status=BUILD, retrying 2 of 50... 2018-08-05 11:30:40,192 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] VM status=BUILD, retrying 3 of 50... 2018-08-05 11:30:42,465 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] VM status=BUILD, retrying 4 of 50... 2018-08-05 11:30:44,824 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] VM status=BUILD, retrying 5 of 50... 2018-08-05 11:30:46,990 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] VM status=BUILD, retrying 6 of 50... 2018-08-05 11:30:51,662 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] Internal network IP: 192.168.2.20 2018-08-05 11:30:51,662 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] SSH IP: 172.30.9.220 2018-08-05 11:30:51,663 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] Setup SSH for ubuntu@172.30.9.220 2018-08-05 11:31:01,023 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] Installing nuttcp-8.1.4... 2018-08-05 11:31:01,066 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] Copying nuttcp-8.1.4 to target... 2018-08-05 11:31:01,233 INFO ============================================================ 2018-08-05 11:31:01,233 INFO Flow 5: VM to VM different network fixed IP (inter-node) 2018-08-05 11:31:10,285 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] PING 192.168.1.3 (192.168.1.3) 64(92) bytes of data. 72 bytes from 192.168.1.3: icmp_seq=1 ttl=63 time=1.08 ms 72 bytes from 192.168.1.3: icmp_seq=2 ttl=63 time=0.713 ms 72 bytes from 192.168.1.3: icmp_seq=3 ttl=63 time=0.780 ms 72 bytes from 192.168.1.3: icmp_seq=4 ttl=63 time=0.430 ms 72 bytes from 192.168.1.3: icmp_seq=5 ttl=63 time=0.241 ms 72 bytes from 192.168.1.3: icmp_seq=6 ttl=63 time=0.325 ms 72 bytes from 192.168.1.3: icmp_seq=7 ttl=63 time=0.514 ms 72 bytes from 192.168.1.3: icmp_seq=8 ttl=63 time=0.491 ms 72 bytes from 192.168.1.3: icmp_seq=9 ttl=63 time=0.295 ms 72 bytes from 192.168.1.3: icmp_seq=10 ttl=63 time=0.464 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.241/0.533/1.084/0.246 ms 2018-08-05 11:31:19,334 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] PING 192.168.1.3 (192.168.1.3) 391(419) bytes of data. 399 bytes from 192.168.1.3: icmp_seq=1 ttl=63 time=0.511 ms 399 bytes from 192.168.1.3: icmp_seq=2 ttl=63 time=0.541 ms 399 bytes from 192.168.1.3: icmp_seq=3 ttl=63 time=0.457 ms 399 bytes from 192.168.1.3: icmp_seq=4 ttl=63 time=0.386 ms 399 bytes from 192.168.1.3: icmp_seq=5 ttl=63 time=0.313 ms 399 bytes from 192.168.1.3: icmp_seq=6 ttl=63 time=0.452 ms 399 bytes from 192.168.1.3: icmp_seq=7 ttl=63 time=0.388 ms 399 bytes from 192.168.1.3: icmp_seq=8 ttl=63 time=0.409 ms 399 bytes from 192.168.1.3: icmp_seq=9 ttl=63 time=0.562 ms 399 bytes from 192.168.1.3: icmp_seq=10 ttl=63 time=0.445 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.313/0.446/0.562/0.075 ms 2018-08-05 11:31:28,386 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] PING 192.168.1.3 (192.168.1.3) 1500(1528) bytes of data. 1508 bytes from 192.168.1.3: icmp_seq=1 ttl=63 time=1.39 ms 1508 bytes from 192.168.1.3: icmp_seq=2 ttl=63 time=0.628 ms 1508 bytes from 192.168.1.3: icmp_seq=3 ttl=63 time=0.637 ms 1508 bytes from 192.168.1.3: icmp_seq=4 ttl=63 time=0.301 ms 1508 bytes from 192.168.1.3: icmp_seq=5 ttl=63 time=0.741 ms 1508 bytes from 192.168.1.3: icmp_seq=6 ttl=63 time=0.845 ms 1508 bytes from 192.168.1.3: icmp_seq=7 ttl=63 time=0.993 ms 1508 bytes from 192.168.1.3: icmp_seq=8 ttl=63 time=0.423 ms 1508 bytes from 192.168.1.3: icmp_seq=9 ttl=63 time=0.536 ms 1508 bytes from 192.168.1.3: icmp_seq=10 ttl=63 time=0.574 ms --- 192.168.1.3 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.301/0.707/1.395/0.297 ms 2018-08-05 11:31:28,387 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] Measuring TCP Throughput (packet size=65536)... 2018-08-05 11:31:28,387 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:31:38,494 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=2354.9531 real_seconds=10.01 rate_Mbps=1974.0317 tx_cpu=4 rx_cpu=7 retrans=99 cwnd=341 rtt_ms=0.47 2018-08-05 11:31:38,494 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:31:48,599 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=2353.4946 real_seconds=10.01 rate_Mbps=1972.5808 tx_cpu=4 rx_cpu=7 retrans=79 cwnd=319 rtt_ms=0.61 2018-08-05 11:31:48,600 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:31:58,704 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=2312.3349 real_seconds=10.01 rate_Mbps=1938.1196 tx_cpu=4 rx_cpu=7 retrans=20 cwnd=341 rtt_ms=0.39 2018-08-05 11:31:58,704 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] Measuring UDP Throughput (packet size=128)... 2018-08-05 11:31:58,705 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:32:02,032 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=17.3234 real_seconds=1.00 rate_Mbps=145.1771 tx_cpu=17 rx_cpu=18 drop=72117 pkt=214031 data_loss=33.69490 2018-08-05 11:32:02,033 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=128 throughput=1<148661/5000000<10000000 Kbps loss-rate=33 2018-08-05 11:32:02,033 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R445983K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:32:05,361 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=18.0978 real_seconds=1.01 rate_Mbps=150.9549 tx_cpu=16 rx_cpu=19 drop=56736 pkt=204993 data_loss=27.67707 2018-08-05 11:32:05,362 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=128 throughput=1<154577/445983<445983 Kbps loss-rate=27 2018-08-05 11:32:05,362 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R300280K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:32:08,692 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=17.6155 real_seconds=1.01 rate_Mbps=146.9209 tx_cpu=16 rx_cpu=18 drop=59861 pkt=204167 data_loss=29.31946 2018-08-05 11:32:08,692 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=128 throughput=1<150447/300280<300280 Kbps loss-rate=29 2018-08-05 11:32:08,693 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R225363K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:32:12,021 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=17.4281 real_seconds=1.01 rate_Mbps=145.2479 tx_cpu=16 rx_cpu=18 drop=58598 pkt=201369 data_loss=29.09988 2018-08-05 11:32:12,021 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=128 throughput=1<148733/225363<225363 Kbps loss-rate=29 2018-08-05 11:32:12,022 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R187048K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:32:15,350 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=17.4850 real_seconds=1.00 rate_Mbps=146.1510 tx_cpu=99 rx_cpu=18 drop=39427 pkt=182664 data_loss=21.58454 2018-08-05 11:32:15,351 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=128 throughput=1<149658/187048<187048 Kbps loss-rate=21 2018-08-05 11:32:15,351 DEBUG overshot, min=1 kbps=149658 max=187048 2018-08-05 11:32:15,351 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R149658K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:32:18,682 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=17.4413 real_seconds=1.00 rate_Mbps=145.8244 tx_cpu=99 rx_cpu=19 drop=3271 pkt=146150 data_loss=2.23815 2018-08-05 11:32:18,682 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=128 throughput=1<149324/149658<187048 Kbps loss-rate=2 2018-08-05 11:32:18,683 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] Measuring UDP Throughput (packet size=1024)... 2018-08-05 11:32:18,683 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:32:22,013 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=139.2910 real_seconds=1.00 rate_Mbps=1166.6972 tx_cpu=25 rx_cpu=18 drop=60288 pkt=202922 data_loss=29.70994 2018-08-05 11:32:22,013 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=1024 throughput=1<1194697/5000000<10000000 Kbps loss-rate=29 2018-08-05 11:32:22,014 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3097348K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:32:25,369 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=139.9238 real_seconds=1.00 rate_Mbps=1168.7708 tx_cpu=33 rx_cpu=19 drop=54686 pkt=197968 data_loss=27.62366 2018-08-05 11:32:25,369 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=1024 throughput=1<1196821/3097348<3097348 Kbps loss-rate=27 2018-08-05 11:32:25,370 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2147084K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:32:28,724 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=144.2344 real_seconds=1.01 rate_Mbps=1203.8139 tx_cpu=25 rx_cpu=19 drop=46286 pkt=193982 data_loss=23.86094 2018-08-05 11:32:28,725 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=1024 throughput=1<1232705/2147084<2147084 Kbps loss-rate=23 2018-08-05 11:32:28,725 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1689894K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:32:32,052 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=142.3721 real_seconds=1.01 rate_Mbps=1188.1359 tx_cpu=36 rx_cpu=20 drop=50956 pkt=196745 data_loss=25.89950 2018-08-05 11:32:32,052 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=1024 throughput=1<1216651/1689894<1689894 Kbps loss-rate=25 2018-08-05 11:32:32,052 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1453272K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:32:35,381 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=142.6699 real_seconds=1.00 rate_Mbps=1195.8298 tx_cpu=98 rx_cpu=19 drop=31308 pkt=177402 data_loss=17.64805 2018-08-05 11:32:35,381 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=1024 throughput=1<1224529/1453272<1453272 Kbps loss-rate=17 2018-08-05 11:32:35,381 DEBUG overshot, min=1 kbps=1224529 max=1453272 2018-08-05 11:32:35,382 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1224529K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:32:38,710 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=143.7480 real_seconds=1.00 rate_Mbps=1201.2560 tx_cpu=99 rx_cpu=18 drop=2280 pkt=149478 data_loss=1.52533 2018-08-05 11:32:38,711 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=1024 throughput=1<1230086/1224529<1453272 Kbps loss-rate=1 2018-08-05 11:32:38,711 DEBUG undershot, min=1230086 kbps=1341679 max=1453272 2018-08-05 11:32:38,711 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1341679K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:32:42,066 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=144.3086 real_seconds=1.00 rate_Mbps=1205.8226 tx_cpu=99 rx_cpu=20 drop=16007 pkt=163779 data_loss=9.77352 2018-08-05 11:32:42,066 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=1024 throughput=1230086<1234762/1341679<1453272 Kbps loss-rate=9 2018-08-05 11:32:42,066 DEBUG overshot, min=1230086 kbps=1234762 max=1341679 2018-08-05 11:32:42,067 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1234762K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:32:45,394 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=144.9824 real_seconds=1.00 rate_Mbps=1212.0349 tx_cpu=99 rx_cpu=18 drop=2266 pkt=150728 data_loss=1.50338 2018-08-05 11:32:45,394 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=1024 throughput=1230086<1241123/1234762<1341679 Kbps loss-rate=1 2018-08-05 11:32:45,395 DEBUG undershot, min=1241123 kbps=1291401 max=1341679 2018-08-05 11:32:45,395 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1291401K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:32:48,749 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=143.3340 real_seconds=1.00 rate_Mbps=1197.1852 tx_cpu=99 rx_cpu=19 drop=10867 pkt=157641 data_loss=6.89351 2018-08-05 11:32:48,749 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=1024 throughput=1241123<1225917/1291401<1341679 Kbps loss-rate=6 2018-08-05 11:32:48,750 DEBUG overshot, min=1241123 kbps=1225917 max=1291401 2018-08-05 11:32:48,750 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] Measuring UDP Throughput (packet size=8192)... 2018-08-05 11:32:48,750 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:32:52,104 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=197.3984 real_seconds=1.00 rate_Mbps=1650.2806 tx_cpu=99 rx_cpu=8 drop=51027 pkt=76294 data_loss=66.88207 2018-08-05 11:32:52,105 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=8192 throughput=1<1689887/5000000<10000000 Kbps loss-rate=66 2018-08-05 11:32:52,105 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3344943K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:32:55,458 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=200.4844 real_seconds=1.00 rate_Mbps=1682.1532 tx_cpu=99 rx_cpu=8 drop=25378 pkt=51040 data_loss=49.72178 2018-08-05 11:32:55,459 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=8192 throughput=1<1722524/3344943<3344943 Kbps loss-rate=49 2018-08-05 11:32:55,459 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2533733K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:32:58,789 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=204.6328 real_seconds=1.00 rate_Mbps=1712.1927 tx_cpu=99 rx_cpu=9 drop=12469 pkt=38662 data_loss=32.25132 2018-08-05 11:32:58,790 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=8192 throughput=1<1753285/2533733<2533733 Kbps loss-rate=32 2018-08-05 11:32:58,790 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2143509K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:33:02,120 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=201.0312 real_seconds=1.00 rate_Mbps=1682.1955 tx_cpu=99 rx_cpu=8 drop=6976 pkt=32708 data_loss=21.32812 2018-08-05 11:33:02,120 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=8192 throughput=1<1722568/2143509<2143509 Kbps loss-rate=21 2018-08-05 11:33:02,120 DEBUG overshot, min=1 kbps=1722568 max=2143509 2018-08-05 11:33:02,121 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1722568K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:33:05,448 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=205.3516 real_seconds=1.00 rate_Mbps=1722.2865 tx_cpu=99 rx_cpu=7 drop=0 pkt=26285 data_loss=0.00000 2018-08-05 11:33:05,448 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=8192 throughput=1<1763621/1722568<2143509 Kbps loss-rate=0 2018-08-05 11:33:05,449 DEBUG undershot, min=1763621 kbps=1953565 max=2143509 2018-08-05 11:33:05,449 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1953565K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:33:08,779 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=205.5625 real_seconds=1.00 rate_Mbps=1717.7869 tx_cpu=99 rx_cpu=8 drop=3497 pkt=29809 data_loss=11.73135 2018-08-05 11:33:08,780 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=8192 throughput=1763621<1759013/1953565<2143509 Kbps loss-rate=11 2018-08-05 11:33:08,780 DEBUG overshot, min=1763621 kbps=1759013 max=1953565 2018-08-05 11:33:08,780 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1759013K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:33:12,112 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=209.2578 real_seconds=1.00 rate_Mbps=1752.9382 tx_cpu=99 rx_cpu=8 drop=56 pkt=26841 data_loss=0.20864 2018-08-05 11:33:12,112 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=8192 throughput=1763621<1795008/1759013<1953565 Kbps loss-rate=0 2018-08-05 11:33:12,112 DEBUG undershot, min=1795008 kbps=1874286 max=1953565 2018-08-05 11:33:12,113 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1874286K -p5001 -P5002 -fparse 192.168.1.3 2018-08-05 11:33:15,441 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=204.0391 real_seconds=1.00 rate_Mbps=1705.4589 tx_cpu=99 rx_cpu=8 drop=2483 pkt=28600 data_loss=8.68180 2018-08-05 11:33:15,442 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=8192 throughput=1795008<1746389/1874286<1953565 Kbps loss-rate=8 2018-08-05 11:33:15,442 DEBUG overshot, min=1795008 kbps=1746389 max=1874286 2018-08-05 11:33:15,452 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-0.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.20', 'ip_to': u'192.168.1.3', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 99, 'rtt_ms': 0.47, 'throughput_kbps': 2021408, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 79, 'rtt_ms': 0.61, 'throughput_kbps': 2019922, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 20, 'rtt_ms': 0.39, 'throughput_kbps': 1984634, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.24, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 149324, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 6.89, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1225917, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 8.68, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1746389, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.533', 'rtt_max_ms': '1.084', 'rtt_min_ms': '0.241', 'rtt_stddev': '0.246', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.446', 'rtt_max_ms': '0.562', 'rtt_min_ms': '0.313', 'rtt_stddev': '0.075', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.707', 'rtt_max_ms': '1.395', 'rtt_min_ms': '0.301', 'rtt_stddev': '0.297', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-05 11:33:15,454 INFO ============================================================ 2018-08-05 11:33:15,454 INFO Flow 6: VM to VM different network floating IP (inter-node) 2018-08-05 11:33:24,527 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] PING 172.30.9.202 (172.30.9.202) 64(92) bytes of data. 72 bytes from 172.30.9.202: icmp_seq=1 ttl=63 time=0.579 ms 72 bytes from 172.30.9.202: icmp_seq=2 ttl=63 time=0.442 ms 72 bytes from 172.30.9.202: icmp_seq=3 ttl=63 time=0.471 ms 72 bytes from 172.30.9.202: icmp_seq=4 ttl=63 time=0.524 ms 72 bytes from 172.30.9.202: icmp_seq=5 ttl=63 time=0.714 ms 72 bytes from 172.30.9.202: icmp_seq=6 ttl=63 time=0.481 ms 72 bytes from 172.30.9.202: icmp_seq=7 ttl=63 time=0.516 ms 72 bytes from 172.30.9.202: icmp_seq=8 ttl=63 time=0.373 ms 72 bytes from 172.30.9.202: icmp_seq=9 ttl=63 time=0.668 ms 72 bytes from 172.30.9.202: icmp_seq=10 ttl=63 time=0.715 ms --- 172.30.9.202 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.373/0.548/0.715/0.113 ms 2018-08-05 11:33:33,575 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] PING 172.30.9.202 (172.30.9.202) 391(419) bytes of data. 399 bytes from 172.30.9.202: icmp_seq=1 ttl=63 time=0.607 ms 399 bytes from 172.30.9.202: icmp_seq=2 ttl=63 time=0.360 ms 399 bytes from 172.30.9.202: icmp_seq=3 ttl=63 time=0.558 ms 399 bytes from 172.30.9.202: icmp_seq=4 ttl=63 time=0.739 ms 399 bytes from 172.30.9.202: icmp_seq=5 ttl=63 time=0.693 ms 399 bytes from 172.30.9.202: icmp_seq=6 ttl=63 time=0.538 ms 399 bytes from 172.30.9.202: icmp_seq=7 ttl=63 time=0.446 ms 399 bytes from 172.30.9.202: icmp_seq=8 ttl=63 time=0.633 ms 399 bytes from 172.30.9.202: icmp_seq=9 ttl=63 time=0.429 ms 399 bytes from 172.30.9.202: icmp_seq=10 ttl=63 time=0.489 ms --- 172.30.9.202 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.360/0.549/0.739/0.115 ms 2018-08-05 11:33:42,628 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] PING 172.30.9.202 (172.30.9.202) 1500(1528) bytes of data. 1508 bytes from 172.30.9.202: icmp_seq=1 ttl=63 time=1.78 ms 1508 bytes from 172.30.9.202: icmp_seq=2 ttl=63 time=0.539 ms 1508 bytes from 172.30.9.202: icmp_seq=3 ttl=63 time=0.479 ms 1508 bytes from 172.30.9.202: icmp_seq=4 ttl=63 time=0.711 ms 1508 bytes from 172.30.9.202: icmp_seq=5 ttl=63 time=0.415 ms 1508 bytes from 172.30.9.202: icmp_seq=6 ttl=63 time=0.787 ms 1508 bytes from 172.30.9.202: icmp_seq=7 ttl=63 time=0.753 ms 1508 bytes from 172.30.9.202: icmp_seq=8 ttl=63 time=0.838 ms 1508 bytes from 172.30.9.202: icmp_seq=9 ttl=63 time=0.715 ms 1508 bytes from 172.30.9.202: icmp_seq=10 ttl=63 time=0.587 ms --- 172.30.9.202 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.415/0.760/1.784/0.367 ms 2018-08-05 11:33:42,629 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] Measuring TCP Throughput (packet size=65536)... 2018-08-05 11:33:42,629 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:33:52,735 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=2410.2385 real_seconds=10.01 rate_Mbps=2020.2386 tx_cpu=5 rx_cpu=7 retrans=59 cwnd=330 rtt_ms=0.56 2018-08-05 11:33:52,736 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:34:02,842 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=2276.3935 real_seconds=10.01 rate_Mbps=1907.7436 tx_cpu=4 rx_cpu=7 retrans=15 cwnd=316 rtt_ms=0.56 2018-08-05 11:34:02,842 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:34:12,950 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=2311.1217 real_seconds=10.01 rate_Mbps=1937.1639 tx_cpu=5 rx_cpu=7 retrans=43 cwnd=349 rtt_ms=0.69 2018-08-05 11:34:12,951 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] Measuring UDP Throughput (packet size=128)... 2018-08-05 11:34:12,951 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:34:16,278 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=17.0814 real_seconds=1.00 rate_Mbps=143.0549 tx_cpu=16 rx_cpu=19 drop=62811 pkt=202741 data_loss=30.98062 2018-08-05 11:34:16,279 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=128 throughput=1<146488/5000000<10000000 Kbps loss-rate=30 2018-08-05 11:34:16,279 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R439464K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:34:19,634 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=16.8273 real_seconds=1.01 rate_Mbps=140.2838 tx_cpu=15 rx_cpu=19 drop=60062 pkt=197911 data_loss=30.34798 2018-08-05 11:34:19,634 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=128 throughput=1<143650/439464<439464 Kbps loss-rate=30 2018-08-05 11:34:19,634 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R291557K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:34:22,961 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=17.0554 real_seconds=1.00 rate_Mbps=142.9642 tx_cpu=16 rx_cpu=18 drop=68714 pkt=208432 data_loss=32.96729 2018-08-05 11:34:22,962 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=128 throughput=1<146395/291557<291557 Kbps loss-rate=32 2018-08-05 11:34:22,962 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R218976K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:34:26,317 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=17.0254 real_seconds=1.00 rate_Mbps=142.5720 tx_cpu=16 rx_cpu=19 drop=60439 pkt=199911 data_loss=30.23292 2018-08-05 11:34:26,317 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=128 throughput=1<145993/218976<218976 Kbps loss-rate=30 2018-08-05 11:34:26,317 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R182484K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:34:29,644 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=16.8368 real_seconds=1.00 rate_Mbps=140.7062 tx_cpu=99 rx_cpu=17 drop=40279 pkt=178206 data_loss=22.60259 2018-08-05 11:34:29,644 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=128 throughput=1<144083/182484<182484 Kbps loss-rate=22 2018-08-05 11:34:29,644 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R163283K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:34:32,974 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=16.6427 real_seconds=1.00 rate_Mbps=138.9758 tx_cpu=99 rx_cpu=18 drop=23119 pkt=159456 data_loss=14.49848 2018-08-05 11:34:32,974 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=128 throughput=1<142311/163283<163283 Kbps loss-rate=14 2018-08-05 11:34:32,974 DEBUG overshot, min=1 kbps=142311 max=163283 2018-08-05 11:34:32,975 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R142311K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:34:36,327 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=16.9341 real_seconds=1.00 rate_Mbps=141.6754 tx_cpu=99 rx_cpu=18 drop=251 pkt=138975 data_loss=0.18037 2018-08-05 11:34:36,328 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=128 throughput=1<145075/142311<163283 Kbps loss-rate=0 2018-08-05 11:34:36,328 DEBUG undershot, min=145075 kbps=154179 max=163283 2018-08-05 11:34:36,328 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R154179K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:34:39,656 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=17.0684 real_seconds=1.00 rate_Mbps=142.5879 tx_cpu=99 rx_cpu=19 drop=10741 pkt=150565 data_loss=7.13349 2018-08-05 11:34:39,656 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=128 throughput=145075<146010/154179<163283 Kbps loss-rate=7 2018-08-05 11:34:39,657 DEBUG overshot, min=145075 kbps=146010 max=154179 2018-08-05 11:34:39,657 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R146010K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:34:43,010 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=17.0187 real_seconds=1.00 rate_Mbps=142.1644 tx_cpu=99 rx_cpu=19 drop=3171 pkt=142588 data_loss=2.22397 2018-08-05 11:34:43,010 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=128 throughput=145075<145576/146010<154179 Kbps loss-rate=2 2018-08-05 11:34:43,010 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] Measuring UDP Throughput (packet size=1024)... 2018-08-05 11:34:43,011 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:34:46,341 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=134.2812 real_seconds=1.00 rate_Mbps=1125.0860 tx_cpu=28 rx_cpu=19 drop=57697 pkt=195201 data_loss=29.55777 2018-08-05 11:34:46,342 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=1024 throughput=1<1152088/5000000<10000000 Kbps loss-rate=29 2018-08-05 11:34:46,342 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3076044K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:34:49,670 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=136.5459 real_seconds=1.00 rate_Mbps=1139.8368 tx_cpu=24 rx_cpu=19 drop=54724 pkt=194547 data_loss=28.12893 2018-08-05 11:34:49,671 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=1024 throughput=1<1167192/3076044<3076044 Kbps loss-rate=28 2018-08-05 11:34:49,671 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2121618K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:34:53,001 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=138.3486 real_seconds=1.01 rate_Mbps=1154.2537 tx_cpu=27 rx_cpu=18 drop=55852 pkt=197521 data_loss=28.27650 2018-08-05 11:34:53,001 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=1024 throughput=1<1181955/2121618<2121618 Kbps loss-rate=28 2018-08-05 11:34:53,002 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1651786K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:34:56,357 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=136.4238 real_seconds=1.01 rate_Mbps=1138.4972 tx_cpu=33 rx_cpu=19 drop=60295 pkt=199993 data_loss=30.14858 2018-08-05 11:34:56,357 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=1024 throughput=1<1165821/1651786<1651786 Kbps loss-rate=30 2018-08-05 11:34:56,358 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1408803K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:34:59,710 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=136.6650 real_seconds=1.00 rate_Mbps=1141.7028 tx_cpu=99 rx_cpu=19 drop=32027 pkt=171972 data_loss=18.62340 2018-08-05 11:34:59,710 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=1024 throughput=1<1169103/1408803<1408803 Kbps loss-rate=18 2018-08-05 11:34:59,711 DEBUG overshot, min=1 kbps=1169103 max=1408803 2018-08-05 11:34:59,711 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1169103K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:35:03,037 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=139.2471 real_seconds=1.00 rate_Mbps=1165.4145 tx_cpu=99 rx_cpu=20 drop=124 pkt=142713 data_loss=0.08689 2018-08-05 11:35:03,037 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=1024 throughput=1<1193384/1169103<1408803 Kbps loss-rate=0 2018-08-05 11:35:03,037 DEBUG undershot, min=1193384 kbps=1301093 max=1408803 2018-08-05 11:35:03,038 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1301093K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:35:06,391 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=137.3203 real_seconds=1.00 rate_Mbps=1147.0170 tx_cpu=99 rx_cpu=17 drop=18209 pkt=158825 data_loss=11.46481 2018-08-05 11:35:06,391 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=1024 throughput=1193384<1174545/1301093<1408803 Kbps loss-rate=11 2018-08-05 11:35:06,392 DEBUG overshot, min=1193384 kbps=1174545 max=1301093 2018-08-05 11:35:06,392 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1174545K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:35:09,746 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=136.0732 real_seconds=1.00 rate_Mbps=1137.3411 tx_cpu=99 rx_cpu=19 drop=4038 pkt=143377 data_loss=2.81638 2018-08-05 11:35:09,747 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=1024 throughput=1193384<1164637/1174545<1301093 Kbps loss-rate=2 2018-08-05 11:35:09,747 INFO [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] Measuring UDP Throughput (packet size=8192)... 2018-08-05 11:35:09,747 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:35:13,076 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=196.6484 real_seconds=1.01 rate_Mbps=1638.7923 tx_cpu=35 rx_cpu=8 drop=48516 pkt=73687 data_loss=65.84066 2018-08-05 11:35:13,076 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=8192 throughput=1<1678123/5000000<10000000 Kbps loss-rate=65 2018-08-05 11:35:13,077 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3339061K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:35:16,404 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=197.7734 real_seconds=1.00 rate_Mbps=1658.1849 tx_cpu=99 rx_cpu=8 drop=25635 pkt=50950 data_loss=50.31405 2018-08-05 11:35:16,404 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=8192 throughput=1<1697981/3339061<3339061 Kbps loss-rate=50 2018-08-05 11:35:16,405 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2518521K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:35:19,734 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=198.9844 real_seconds=1.00 rate_Mbps=1663.3420 tx_cpu=99 rx_cpu=8 drop=12960 pkt=38430 data_loss=33.72365 2018-08-05 11:35:19,734 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=8192 throughput=1<1703262/2518521<2518521 Kbps loss-rate=33 2018-08-05 11:35:19,735 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2110891K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:35:23,064 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=198.0000 real_seconds=1.00 rate_Mbps=1655.5622 tx_cpu=99 rx_cpu=8 drop=6866 pkt=32210 data_loss=21.31635 2018-08-05 11:35:23,064 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=8192 throughput=1<1695295/2110891<2110891 Kbps loss-rate=21 2018-08-05 11:35:23,064 DEBUG overshot, min=1 kbps=1695295 max=2110891 2018-08-05 11:35:23,064 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1695295K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:35:26,393 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=202.0938 real_seconds=1.00 rate_Mbps=1695.0022 tx_cpu=99 rx_cpu=7 drop=0 pkt=25868 data_loss=0.00000 2018-08-05 11:35:26,394 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=8192 throughput=1<1735682/1695295<2110891 Kbps loss-rate=0 2018-08-05 11:35:26,394 DEBUG undershot, min=1735682 kbps=1923286 max=2110891 2018-08-05 11:35:26,394 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1923286K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:35:29,723 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=215.8750 real_seconds=1.00 rate_Mbps=1804.7852 tx_cpu=99 rx_cpu=9 drop=1715 pkt=29347 data_loss=5.84385 2018-08-05 11:35:29,724 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=8192 throughput=1735682<1848100/1923286<2110891 Kbps loss-rate=5 2018-08-05 11:35:29,724 DEBUG overshot, min=1735682 kbps=1848100 max=1923286 2018-08-05 11:35:29,724 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R1848100K -p5001 -P5002 -fparse 172.30.9.202 2018-08-05 11:35:33,052 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] megabytes=217.9531 real_seconds=1.00 rate_Mbps=1827.4114 tx_cpu=99 rx_cpu=10 drop=302 pkt=28200 data_loss=1.07093 2018-08-05 11:35:33,052 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] pkt-size=8192 throughput=1735682<1871269/1848100<1923286 Kbps loss-rate=1 2018-08-05 11:35:33,052 DEBUG undershot, min=1871269 kbps=1897277 max=1923286 2018-08-05 11:35:33,063 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-0.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.20', 'ip_to': u'172.30.9.202', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 59, 'rtt_ms': 0.56, 'throughput_kbps': 2068724, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 15, 'rtt_ms': 0.56, 'throughput_kbps': 1953529, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 43, 'rtt_ms': 0.69, 'throughput_kbps': 1983655, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.22, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 145576, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.82, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1164637, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 1.07, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 1871269, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.548', 'rtt_max_ms': '0.715', 'rtt_min_ms': '0.373', 'rtt_stddev': '0.113', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.549', 'rtt_max_ms': '0.739', 'rtt_min_ms': '0.360', 'rtt_stddev': '0.115', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.760', 'rtt_max_ms': '1.784', 'rtt_min_ms': '0.415', 'rtt_stddev': '0.367', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-05 11:35:33,064 INFO Deleting floating ip ee7b0b4b-d581-4588-92b2-c8a1ee3ebaa6 2018-08-05 11:35:34,529 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] Floating IP 172.30.9.220 deleted 2018-08-05 11:35:34,856 DEBUG [TestClient_b899ee8c-31c0-45f3-b42a-966495ffcdd44] Instance deleted 2018-08-05 11:35:34,888 INFO Cleaning up... 2018-08-05 11:35:34,888 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] Terminating nuttcp-8.1.4 2018-08-05 11:35:34,898 INFO Deleting floating ip 6047375e-e761-410a-b8e1-b7fbfac9a592 2018-08-05 11:35:36,186 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] Floating IP 172.30.9.202 deleted 2018-08-05 11:35:36,308 DEBUG [TestServer_b899ee8c-31c0-45f3-b42a-966495ffcdd41] Instance deleted 2018-08-05 11:35:41,955 INFO Network pns-internal-net_b899ee8c-31c0-45f3-b42a-966495ffcdd4 deleted. 2018-08-05 11:35:43,422 INFO Network pns-internal-net2_b899ee8c-31c0-45f3-b42a-966495ffcdd4 deleted. 2018-08-05 11:35:43,475 INFO Removed public key pns_public_key 2018-08-05 11:35:43,475 INFO Deleting security group 2018-08-05 11:35:43,648 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': '16779680', 'rtt_ms': '0.25'} | | 1.2 | Same Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 159922, 'loss_rate': 0.02}, 1024: {'tp_kbps': 1277562, | | | | | 'loss_rate': 0.81}, 8192: {'tp_kbps': 8264870, 'loss_rate': 0.36}} | | 1.3 | Same Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.259/0.134/0.446/0.107', | | | | | '64-byte': '4.332/0.167/40.729/12.132', '1500-byte': '0.246/0.154/0.452/0.093'}} | | 1.4 | Same Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 2.1 | Same Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '5382557', 'rtt_ms': '0.383333'} | | 2.2 | Same Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 229350, 'loss_rate': 2.05}, 1024: {'tp_kbps': 1474307, | | | | | 'loss_rate': 11.78}, 8192: {'tp_kbps': 2985819, 'loss_rate': 0.54}} | | 2.3 | Same Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.334/0.209/0.513/0.097', | | | | | '64-byte': '4.336/0.207/41.058/12.240', '1500-byte': '0.481/0.245/1.166/0.251'}} | | 2.4 | Same Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 3.1 | Different Network, Fixed IP, Intra-node, TCP | PASSED | {'tp_kbps': '2013104', 'rtt_ms': '0.376667'} | | 3.2 | Different Network, Fixed IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 152218, 'loss_rate': 5.57}, 1024: {'tp_kbps': 1189475, | | | | | 'loss_rate': 1.92}, 8192: {'tp_kbps': 1758060, 'loss_rate': 0.34}} | | 3.3 | Different Network, Fixed IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.419/0.215/0.600/0.108', | | | | | '64-byte': '0.510/0.277/1.314/0.283', '1500-byte': '0.544/0.392/1.280/0.263'}} | | 3.4 | Different Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 4.1 | Different Network, Fixed IP, Inter-node, TCP | PASSED | {'tp_kbps': '2008654', 'rtt_ms': '0.49'} | | 4.2 | Different Network, Fixed IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 149324, 'loss_rate': 2.24}, 1024: {'tp_kbps': 1225917, | | | | | 'loss_rate': 6.89}, 8192: {'tp_kbps': 1746389, 'loss_rate': 8.68}} | | 4.3 | Different Network, Fixed IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.446/0.313/0.562/0.075', | | | | | '64-byte': '0.533/0.241/1.084/0.246', '1500-byte': '0.707/0.301/1.395/0.297'}} | | 4.4 | Different Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 5.1 | Different Network, Floating IP, Intra-node, TCP | PASSED | {'tp_kbps': '2108955', 'rtt_ms': '0.41'} | | 5.2 | Different Network, Floating IP, Intra-node, UDP | PASSED | {128: {'tp_kbps': 136703, 'loss_rate': 1.53}, 1024: {'tp_kbps': 1101932, | | | | | 'loss_rate': 12.22}, 8192: {'tp_kbps': 1657376, 'loss_rate': 2.98}} | | 5.3 | Different Network, Floating IP, Intra-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.376/0.248/0.624/0.118', | | | | | '64-byte': '0.408/0.287/0.556/0.085', '1500-byte': '0.667/0.397/1.727/0.369'}} | | 5.4 | Different Network, Floating IP, Intra-node, Multicast | SKIPPED | {} | | 6.1 | Different Network, Floating IP, Inter-node, TCP | PASSED | {'tp_kbps': '2001969', 'rtt_ms': '0.603333'} | | 6.2 | Different Network, Floating IP, Inter-node, UDP | PASSED | {128: {'tp_kbps': 145576, 'loss_rate': 2.22}, 1024: {'tp_kbps': 1164637, | | | | | 'loss_rate': 2.82}, 8192: {'tp_kbps': 1871269, 'loss_rate': 1.07}} | | 6.3 | Different Network, Floating IP, Inter-node, ICMP | PASSED | {'rtt avg/min/max/stddev msec': {'391-byte': '0.549/0.360/0.739/0.115', | | | | | '64-byte': '0.548/0.373/0.715/0.113', '1500-byte': '0.760/0.415/1.784/0.367'}} | | 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-05 11:35:43,652 INFO Saving results in json file: /home/opnfv/functest/results/vmtp/vmtp.json... 2018-08-05 11:35:44,045 - 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-05 11:35:44,173 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-05 11:35:44,173 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 18:50 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-05 11:35:44,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-05 11:35:44,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/f0bfa3b6-a5b2-4f29-8a4b-ab29ae76470b/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a2111f24e5eb3e4b4510ea8abe3b253c1f8bd9f3" -d '{"subnet_id": "0aa90eb6-e280-4192-91d9-2c96666716a8"}' 2018-08-05 11:35:46,157 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b7eb907d-8951-4b22-9e17-5acc8cdbcb69 Date: Sun, 05 Aug 2018 11:35:46 GMT RESP BODY: {"network_id": "9ec60581-14ac-4d59-a2e6-87acefe9b087", "tenant_id": "d51dffe791f848a189ee82f0cc97eafe", "subnet_id": "0aa90eb6-e280-4192-91d9-2c96666716a8", "subnet_ids": ["0aa90eb6-e280-4192-91d9-2c96666716a8"], "port_id": "bb312658-fb01-4b9e-8db9-0d6ad8a36c41", "id": "f0bfa3b6-a5b2-4f29-8a4b-ab29ae76470b"} 2018-08-05 11:35:46,157 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/f0bfa3b6-a5b2-4f29-8a4b-ab29ae76470b/remove_router_interface.json used request id req-b7eb907d-8951-4b22-9e17-5acc8cdbcb69 2018-08-05 11:35:46,157 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.97767591476s 2018-08-05 11:35:46,157 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/f0bfa3b6-a5b2-4f29-8a4b-ab29ae76470b/remove_router_interface.json used request id req-b7eb907d-8951-4b22-9e17-5acc8cdbcb69 returning object f0bfa3b6-a5b2-4f29-8a4b-ab29ae76470b 2018-08-05 11:35:46,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-05 11:35:46,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}a2111f24e5eb3e4b4510ea8abe3b253c1f8bd9f3" 2018-08-05 11:35:46,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 713 X-Openstack-Request-Id: req-ae1db608-faf5-4ec6-a148-1a4ad08b1801 Date: Sun, 05 Aug 2018 11:35:46 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.214"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d51dffe791f848a189ee82f0cc97eafe", "created_at": "2018-08-05T11:16:55Z", "admin_state_up": true, "updated_at": "2018-08-05T11:35:45Z", "project_id": "d51dffe791f848a189ee82f0cc97eafe", "flavor_id": null, "revision_number": 8, "routes": [], "ha": false, "id": "f0bfa3b6-a5b2-4f29-8a4b-ab29ae76470b", "name": "vmtp-router_b899ee8c-31c0-45f3-b42a-966495ffcdd4"}]} 2018-08-05 11:35:46,277 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-ae1db608-faf5-4ec6-a148-1a4ad08b1801 2018-08-05 11:35:46,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.119350910187s 2018-08-05 11:35:46,278 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-ae1db608-faf5-4ec6-a148-1a4ad08b1801 2018-08-05 11:35:46,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-05 11:35:46,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/routers/f0bfa3b6-a5b2-4f29-8a4b-ab29ae76470b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a2111f24e5eb3e4b4510ea8abe3b253c1f8bd9f3" 2018-08-05 11:35:47,467 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b36cc8c6-6e2c-4bb3-9143-2e608989b667 Content-Length: 0 Date: Sun, 05 Aug 2018 11:35:47 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 11:35:47,467 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/f0bfa3b6-a5b2-4f29-8a4b-ab29ae76470b.json used request id req-b36cc8c6-6e2c-4bb3-9143-2e608989b667 2018-08-05 11:35:47,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.18800401688s 2018-08-05 11:35:47,467 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/f0bfa3b6-a5b2-4f29-8a4b-ab29ae76470b.json used request id req-b36cc8c6-6e2c-4bb3-9143-2e608989b667 2018-08-05 11:35:47,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 11:35:47,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}a2111f24e5eb3e4b4510ea8abe3b253c1f8bd9f3" 2018-08-05 11:35:47,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1322 X-Openstack-Request-Id: req-4bb09600-4cbe-42c3-a2ae-afa115e9aca0 Date: Sun, 05 Aug 2018 11:35:47 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-05T11:16:55Z","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":"0aa90eb6-e280-4192-91d9-2c96666716a8","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d51dffe791f848a189ee82f0cc97eafe","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"vmtp-subnet_b899ee8c-31c0-45f3-b42a-966495ffcdd4","enable_dhcp":true,"segment_id":null,"network_id":"9ec60581-14ac-4d59-a2e6-87acefe9b087","tenant_id":"d51dffe791f848a189ee82f0cc97eafe","created_at":"2018-08-05T11:16:55Z","ip_version":4},{"updated_at":"2018-08-05T10:41:19Z","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":"89972d6a-26a8-4595-baea-47e68ca637c2","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0657afe192264a9b9d21fa2c02d460ec","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:19Z","ip_version":4}]} 2018-08-05 11:35:47,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-4bb09600-4cbe-42c3-a2ae-afa115e9aca0 2018-08-05 11:35:47,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0430181026459s 2018-08-05 11:35:47,511 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-4bb09600-4cbe-42c3-a2ae-afa115e9aca0 2018-08-05 11:35:47,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-05 11:35:47,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/subnets/0aa90eb6-e280-4192-91d9-2c96666716a8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a2111f24e5eb3e4b4510ea8abe3b253c1f8bd9f3" 2018-08-05 11:35:48,553 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5d29177c-2427-4595-9b2a-43ffa8d0cf86 Date: Sun, 05 Aug 2018 11:35:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 11:35:48,553 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/0aa90eb6-e280-4192-91d9-2c96666716a8.json used request id req-5d29177c-2427-4595-9b2a-43ffa8d0cf86 2018-08-05 11:35:48,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.04046106339s 2018-08-05 11:35:48,554 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/0aa90eb6-e280-4192-91d9-2c96666716a8.json used request id req-5d29177c-2427-4595-9b2a-43ffa8d0cf86 2018-08-05 11:35:48,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 11:35:48,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a2111f24e5eb3e4b4510ea8abe3b253c1f8bd9f3" 2018-08-05 11:35:48,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1429 X-Openstack-Request-Id: req-8d2f8769-c1a0-47be-9678-616c8a3c3034 Date: Sun, 05 Aug 2018 11:35:48 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"9ec60581-14ac-4d59-a2e6-87acefe9b087","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":9,"ipv4_address_scope":null,"shared":false,"project_id":"d51dffe791f848a189ee82f0cc97eafe","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T11:35:48Z","qos_policy_id":null,"name":"vmtp-net_b899ee8c-31c0-45f3-b42a-966495ffcdd4","admin_state_up":true,"tenant_id":"d51dffe791f848a189ee82f0cc97eafe","created_at":"2018-08-05T11:16:55Z","provider:network_type":"vxlan"}]} 2018-08-05 11:35:48,634 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-8d2f8769-c1a0-47be-9678-616c8a3c3034 2018-08-05 11:35:48,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0793681144714s 2018-08-05 11:35:48,634 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-8d2f8769-c1a0-47be-9678-616c8a3c3034 2018-08-05 11:35:48,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-05 11:35:48,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/networks/9ec60581-14ac-4d59-a2e6-87acefe9b087.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a2111f24e5eb3e4b4510ea8abe3b253c1f8bd9f3" 2018-08-05 11:35:49,708 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-265e702b-39d1-47b6-84d7-edee270ea302 Date: Sun, 05 Aug 2018 11:35:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 11:35:49,709 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/9ec60581-14ac-4d59-a2e6-87acefe9b087.json used request id req-265e702b-39d1-47b6-84d7-edee270ea302 2018-08-05 11:35:49,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.07362890244s 2018-08-05 11:35:49,709 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/9ec60581-14ac-4d59-a2e6-87acefe9b087.json used request id req-265e702b-39d1-47b6-84d7-edee270ea302 2018-08-05 11:35:49,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 11:35:49,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a2111f24e5eb3e4b4510ea8abe3b253c1f8bd9f3" 2018-08-05 11:35:49,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1191 Content-Type: application/json X-Openstack-Request-Id: req-b8ed60f2-6872-4c3f-b1ad-c39536f82a92 Date: Sun, 05 Aug 2018 11:35:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/2147cb44-85dd-4b5e-a708-d7c39e4d4e02/snap", "metadata": {}}], "file": "/v2/images/2147cb44-85dd-4b5e-a708-d7c39e4d4e02/file", "owner": "d51dffe791f848a189ee82f0cc97eafe", "id": "2147cb44-85dd-4b5e-a708-d7c39e4d4e02", "size": 263062016, "self": "/v2/images/2147cb44-85dd-4b5e-a708-d7c39e4d4e02", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/2147cb44-85dd-4b5e-a708-d7c39e4d4e02/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-05T11:17:05Z", "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_b899ee8c-31c0-45f3-b42a-966495ffcdd4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "vmtp-img_b899ee8c-31c0-45f3-b42a-966495ffcdd4", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-05T11:17:01Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 11:35:49,916 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-b8ed60f2-6872-4c3f-b1ad-c39536f82a92 2018-08-05 11:35:49,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.202555894852s 2018-08-05 11:35:49,916 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-b8ed60f2-6872-4c3f-b1ad-c39536f82a92 2018-08-05 11:35:49,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-05 11:35:49,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9292/v2/images/2147cb44-85dd-4b5e-a708-d7c39e4d4e02 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a2111f24e5eb3e4b4510ea8abe3b253c1f8bd9f3" 2018-08-05 11:35:50,135 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fa2f8020-69db-492b-ba6d-fbf77ef5acbc Date: Sun, 05 Aug 2018 11:35: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-05 11:35:50,135 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/2147cb44-85dd-4b5e-a708-d7c39e4d4e02 used request id req-fa2f8020-69db-492b-ba6d-fbf77ef5acbc 2018-08-05 11:35:50,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.217638969421s 2018-08-05 11:35:50,136 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/2147cb44-85dd-4b5e-a708-d7c39e4d4e02 used request id req-fa2f8020-69db-492b-ba6d-fbf77ef5acbc 2018-08-05 11:35:50,136 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 11:35:50,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:35:50,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:35: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-56a27256-fb89-4298-9ab9-6740e6e51c11 x-compute-request-id: req-56a27256-fb89-4298-9ab9-6740e6e51c11 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_b899ee8c-31c0-45f3-b42a-966495ffcdd4", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/5eb5dcf1-7f45-49e5-bc8a-0017a0ca0b36", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/5eb5dcf1-7f45-49e5-bc8a-0017a0ca0b36", "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": "5eb5dcf1-7f45-49e5-bc8a-0017a0ca0b36"}]} 2018-08-05 11:35:50,280 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-56a27256-fb89-4298-9ab9-6740e6e51c11 2018-08-05 11:35:50,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.144060850143s 2018-08-05 11:35:50,280 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-56a27256-fb89-4298-9ab9-6740e6e51c11 2018-08-05 11:35:50,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 11:35:50,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/5eb5dcf1-7f45-49e5-bc8a-0017a0ca0b36 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:35:50,315 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 11:35: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-268d04cb-847a-42ae-a32a-6438db85553b x-compute-request-id: req-268d04cb-847a-42ae-a32a-6438db85553b Content-Length: 0 Content-Type: application/json 2018-08-05 11:35:50,315 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/5eb5dcf1-7f45-49e5-bc8a-0017a0ca0b36 used request id req-268d04cb-847a-42ae-a32a-6438db85553b 2018-08-05 11:35:50,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0326149463654s 2018-08-05 11:35:50,315 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/5eb5dcf1-7f45-49e5-bc8a-0017a0ca0b36 used request id req-268d04cb-847a-42ae-a32a-6438db85553b 2018-08-05 11:35:50,316 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 11:35:50,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:35:50,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:35:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50fe5ac3-3362-4527-89a9-016838d1d884 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "vmtp-user_b899ee8c-31c0-45f3-b42a-966495ffcdd4", "links": {"self": "http://172.30.9.46:5000/v3/users/ac24c6a3608c47ff8d7ab10479829f09"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ac24c6a3608c47ff8d7ab10479829f09", "domain_id": "default", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 11:35:50,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-50fe5ac3-3362-4527-89a9-016838d1d884 2018-08-05 11:35:50,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110864877701s 2018-08-05 11:35:50,427 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-50fe5ac3-3362-4527-89a9-016838d1d884 2018-08-05 11:35:50,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 11:35:50,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/users/ac24c6a3608c47ff8d7ab10479829f09 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:35:50,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:35:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c1419326-67a4-4b23-9f2d-8ea0f884e1fe Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_b899ee8c-31c0-45f3-b42a-966495ffcdd4", "links": {"self": "http://172.30.9.46:5000/v3/users/ac24c6a3608c47ff8d7ab10479829f09"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "ac24c6a3608c47ff8d7ab10479829f09", "description": null}} 2018-08-05 11:35:50,538 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/ac24c6a3608c47ff8d7ab10479829f09 used request id req-c1419326-67a4-4b23-9f2d-8ea0f884e1fe 2018-08-05 11:35:50,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.105331897736s 2018-08-05 11:35:50,538 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/ac24c6a3608c47ff8d7ab10479829f09 used request id req-c1419326-67a4-4b23-9f2d-8ea0f884e1fe 2018-08-05 11:35:50,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-05 11:35:50,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/users/ac24c6a3608c47ff8d7ab10479829f09 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:35:50,708 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 11:35:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dc64b5a7-69b3-4a0e-b6a7-6cdef0a9e2b6 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 11:35:50,708 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/ac24c6a3608c47ff8d7ab10479829f09 used request id req-dc64b5a7-69b3-4a0e-b6a7-6cdef0a9e2b6 2018-08-05 11:35:50,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.169206857681s 2018-08-05 11:35:50,708 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/ac24c6a3608c47ff8d7ab10479829f09 used request id req-dc64b5a7-69b3-4a0e-b6a7-6cdef0a9e2b6 2018-08-05 11:35:50,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 11:35:50,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:35:50,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:35:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ccb8868-149e-4985-b711-39dfe2e4db38 Content-Encoding: gzip Content-Length: 378 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.46:5000/v3/projects/d51dffe791f848a189ee82f0cc97eafe"}, "tags": [], "enabled": true, "id": "d51dffe791f848a189ee82f0cc97eafe", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_b899ee8c-31c0-45f3-b42a-966495ffcdd4"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-05 11:35:50,814 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-6ccb8868-149e-4985-b711-39dfe2e4db38 2018-08-05 11:35:50,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.100061893463s 2018-08-05 11:35:50,814 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-6ccb8868-149e-4985-b711-39dfe2e4db38 2018-08-05 11:35:50,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-05 11:35:50,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/projects/d51dffe791f848a189ee82f0cc97eafe -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d68528789ca39a983790b330533d66f4ba925932" 2018-08-05 11:35:50,969 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 11:35:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-860b3cee-2377-46a8-91c5-1a2366b22417 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 11:35:50,969 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/d51dffe791f848a189ee82f0cc97eafe used request id req-860b3cee-2377-46a8-91c5-1a2366b22417 2018-08-05 11:35:50,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.150361061096s 2018-08-05 11:35:50,969 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/d51dffe791f848a189ee82f0cc97eafe used request id req-860b3cee-2377-46a8-91c5-1a2366b22417 2018-08-05 11:35:50,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 11:35:50,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a2111f24e5eb3e4b4510ea8abe3b253c1f8bd9f3" 2018-08-05 11:35:51,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-9f055dec-a897-40d0-8a5a-38680d9cfa3f Date: Sun, 05 Aug 2018 11:35:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 11:35:51,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-9f055dec-a897-40d0-8a5a-38680d9cfa3f 2018-08-05 11:35:51,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100159168243s 2018-08-05 11:35:51,070 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-9f055dec-a897-40d0-8a5a-38680d9cfa3f 2018-08-05 11:35:51,072 - shade - DEBUG - Network pns-internal-net_b899ee8c-31c0-45f3-b42a-966495ffcdd4 not found for deleting 2018-08-05 11:35:51,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 11:35:51,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a2111f24e5eb3e4b4510ea8abe3b253c1f8bd9f3" 2018-08-05 11:35:51,146 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-29aa7314-a716-4c4a-9fee-130804a7aacc Date: Sun, 05 Aug 2018 11:35:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 11:35:51,146 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-29aa7314-a716-4c4a-9fee-130804a7aacc 2018-08-05 11:35:51,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0738840103149s 2018-08-05 11:35:51,147 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-29aa7314-a716-4c4a-9fee-130804a7aacc 2018-08-05 11:35:51,148 - shade - DEBUG - Network pns-internal-net2_b899ee8c-31c0-45f3-b42a-966495ffcdd4 not found for deleting 2018-08-05 11:35:51,193 - xtesting.ci.run_tests - INFO - Loading test case 'shaker'... 2018-08-05 11:35:51,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 11:35:51,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-05 11:35:51,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 11:35:51,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 11:35:51,230 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 11:35:51,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 11:35:51,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 11:35:51,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 11:35:51,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 11:35:51,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 11:35:51,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 11:35:51,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 11:35:51,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 11:35:51,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 11:35:51,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 11:35:51,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 11:35:51,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 11:35:51,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 11:35:51,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 11:35:51,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 11:35:51,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 11:35:51,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 11:35:51,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 11:35:51,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-05 11:35:51,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-05 11:35:51,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 11:35:51,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c3d3f08-ca3a-40f6-b71b-7f72f2e085a6 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 11:35:51,239 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-1c3d3f08-ca3a-40f6-b71b-7f72f2e085a6 2018-08-05 11:35:51,239 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 11:35:51,627 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T12:35:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["PWSSjtoORY6xgCjiUOAMeA"], "issued_at": "2018-08-05T11:35:51.000000Z"}} 2018-08-05 11:35:51,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 11:35:51,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:35:51,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-6dac49c0-03bd-49df-b2a2-e804b8e7663c Date: Sun, 05 Aug 2018 11:35:51 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 11:35:51,890 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6dac49c0-03bd-49df-b2a2-e804b8e7663c 2018-08-05 11:35:51,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.260976076126s 2018-08-05 11:35:51,891 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-6dac49c0-03bd-49df-b2a2-e804b8e7663c 2018-08-05 11:35:51,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 11:35:51,900 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 11:35:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce30b210-8b0d-4bc4-8e71-0a88a81c7550 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.46:5000/v3/", "rel": "self"}]}]}} 2018-08-05 11:35:51,900 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/ used request id req-ce30b210-8b0d-4bc4-8e71-0a88a81c7550 2018-08-05 11:35:51,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 11:35:51,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:35:51,997 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:35:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-88d3f7ef-b637-4afa-89b2-9ae5414339d5 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.46:5000/v3/domains/2e9dbdb0714844c8959b763da4d86693"}, "tags": [], "enabled": true, "id": "2e9dbdb0714844c8959b763da4d86693", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.46:5000/v3/domains", "previous": null, "next": null}} 2018-08-05 11:35:51,997 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-88d3f7ef-b637-4afa-89b2-9ae5414339d5 2018-08-05 11:35:51,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0967099666595s 2018-08-05 11:35:51,998 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-88d3f7ef-b637-4afa-89b2-9ae5414339d5 2018-08-05 11:35:52,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-05 11:35:52,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" -d '{"project": {"description": "Created by OPNFV Functest: shaker", "enabled": true, "domain_id": "default", "name": "shaker-project_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}}' 2018-08-05 11:35:52,130 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 11:35:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-088884d3-3c07-4f7b-8c58-07c838eef9f8 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.46:5000/v3/projects/1246a4948b084f438c1ba87b1d92bcf2"}, "tags": [], "enabled": true, "id": "1246a4948b084f438c1ba87b1d92bcf2", "parent_id": "default", "domain_id": "default", "name": "shaker-project_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}} 2018-08-05 11:35:52,130 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-088884d3-3c07-4f7b-8c58-07c838eef9f8 2018-08-05 11:35:52,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.12580704689s 2018-08-05 11:35:52,130 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-088884d3-3c07-4f7b-8c58-07c838eef9f8 2018-08-05 11:35:52,131 - 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'1246a4948b084f438c1ba87b1d92bcf2', '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_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a'}) 2018-08-05 11:35:52,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-05 11:35:52,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "d5327b92-1775-4949-ac69-3b9e2f6a8dd8", "email": null, "name": "shaker-user_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}}' 2018-08-05 11:35:52,502 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 11:35:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f2af88b-7cc7-49c8-a5f5-2394ad7c651d Content-Length: 321 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "links": {"self": "http://172.30.9.46:5000/v3/users/9a045607b09d494f96036daef03a37eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9a045607b09d494f96036daef03a37eb", "domain_id": "default", "password_expires_at": null}} 2018-08-05 11:35:52,502 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-1f2af88b-7cc7-49c8-a5f5-2394ad7c651d 2018-08-05 11:35:52,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.365102052689s 2018-08-05 11:35:52,502 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-1f2af88b-7cc7-49c8-a5f5-2394ad7c651d 2018-08-05 11:35:52,503 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'9a045607b09d494f96036daef03a37eb', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'shaker-user_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a'}) 2018-08-05 11:35:52,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 11:35:52,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:35:52,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:35:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ede5c913-8d04-4312-a346-d4abbcbedd43 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 11:35:52,604 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-ede5c913-8d04-4312-a346-d4abbcbedd43 2018-08-05 11:35:52,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0973699092865s 2018-08-05 11:35:52,604 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-ede5c913-8d04-4312-a346-d4abbcbedd43 2018-08-05 11:35:52,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 11:35:52,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:35:52,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:35:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d6a2d797-3b9a-4bc8-9326-74afe71aa552 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 11:35:52,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-d6a2d797-3b9a-4bc8-9326-74afe71aa552 2018-08-05 11:35:52,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0174911022186s 2018-08-05 11:35:52,627 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-d6a2d797-3b9a-4bc8-9326-74afe71aa552 2018-08-05 11:35:52,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 11:35:52,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:35:52,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:35:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-523bbe0f-cd7b-4c98-881e-8c83cdd97dfa Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 11:35:52,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-523bbe0f-cd7b-4c98-881e-8c83cdd97dfa 2018-08-05 11:35:52,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106821060181s 2018-08-05 11:35:52,738 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-523bbe0f-cd7b-4c98-881e-8c83cdd97dfa 2018-08-05 11:35:52,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 11:35:52,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:35:52,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:35:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89690b7d-4f02-4095-b6c4-d631c1ad4f1c Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-05 11:35:52,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-89690b7d-4f02-4095-b6c4-d631c1ad4f1c 2018-08-05 11:35:52,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.100872993469s 2018-08-05 11:35:52,844 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-89690b7d-4f02-4095-b6c4-d631c1ad4f1c 2018-08-05 11:35:52,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 11:35:52,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:35:52,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:35:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b0ac6052-4cdc-481b-9b4e-70bf552c94c2 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "shaker-user_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "links": {"self": "http://172.30.9.46:5000/v3/users/9a045607b09d494f96036daef03a37eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9a045607b09d494f96036daef03a37eb", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 11:35:52,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-b0ac6052-4cdc-481b-9b4e-70bf552c94c2 2018-08-05 11:35:52,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116614103317s 2018-08-05 11:35:52,962 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-b0ac6052-4cdc-481b-9b4e-70bf552c94c2 2018-08-05 11:35:52,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 11:35:52,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:35:53,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:35:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3daa8af2-1717-4a46-89e6-553d26830129 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.46:5000/v3/projects/1246a4948b084f438c1ba87b1d92bcf2"}, "tags": [], "enabled": true, "id": "1246a4948b084f438c1ba87b1d92bcf2", "parent_id": "default", "domain_id": "default", "name": "shaker-project_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}]} 2018-08-05 11:35:53,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-3daa8af2-1717-4a46-89e6-553d26830129 2018-08-05 11:35:53,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0973110198975s 2018-08-05 11:35:53,071 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-3daa8af2-1717-4a46-89e6-553d26830129 2018-08-05 11:35:53,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-05 11:35:53,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:5000/v3/role_assignments?user.id=9a045607b09d494f96036daef03a37eb&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=1246a4948b084f438c1ba87b1d92bcf2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:35:53,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:35:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37e089b2-f78d-4f9b-bcad-00f7b535960f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.46:5000/v3/role_assignments?user.id=9a045607b09d494f96036daef03a37eb&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=1246a4948b084f438c1ba87b1d92bcf2", "previous": null, "next": null}} 2018-08-05 11:35:53,173 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=9a045607b09d494f96036daef03a37eb&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=1246a4948b084f438c1ba87b1d92bcf2 used request id req-37e089b2-f78d-4f9b-bcad-00f7b535960f 2018-08-05 11:35:53,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0944790840149s 2018-08-05 11:35:53,174 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=9a045607b09d494f96036daef03a37eb&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=1246a4948b084f438c1ba87b1d92bcf2 used request id req-37e089b2-f78d-4f9b-bcad-00f7b535960f 2018-08-05 11:35:53,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-05 11:35:53,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:5000/v3/projects/1246a4948b084f438c1ba87b1d92bcf2/users/9a045607b09d494f96036daef03a37eb/roles/6f5c235bf8f846e2ab7d21fb711e4f6d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:35:53,313 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 11:35:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-31855383-e6ca-4bdb-85b7-f4a6b0a0cb4c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 11:35:53,313 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/1246a4948b084f438c1ba87b1d92bcf2/users/9a045607b09d494f96036daef03a37eb/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-31855383-e6ca-4bdb-85b7-f4a6b0a0cb4c 2018-08-05 11:35:53,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.136071920395s 2018-08-05 11:35:53,313 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/1246a4948b084f438c1ba87b1d92bcf2/users/9a045607b09d494f96036daef03a37eb/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-31855383-e6ca-4bdb-85b7-f4a6b0a0cb4c 2018-08-05 11:35:53,314 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'shaker-project_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a', 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'1246a4948b084f438c1ba87b1d92bcf2', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'd5327b92-1775-4949-ac69-3b9e2f6a8dd8', 'username': u'shaker-user_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.46: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-05 11:35:53,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 11:35:53,315 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-05 11:35:53,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 11:35:53,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 11:35:53,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 11:35:53,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 11:35:53,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 11:35:53,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 11:35:53,316 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 11:35:53,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 11:35:53,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 11:35:53,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 11:35:53,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 11:35:53,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 11:35:53,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 11:35:53,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 11:35:53,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 11:35:53,317 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 11:35:53,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 11:35:53,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 11:35:53,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 11:35:53,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 11:35:53,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 11:35:53,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-05 11:35:53,318 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-05 11:35:53,320 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'shaker-user_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a', 'password': 'd5327b92-1775-4949-ac69-3b9e2f6a8dd8', 'project_name': 'shaker-project_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.46:5000/v3', 'project_id': '1246a4948b084f438c1ba87b1d92bcf2', 'project_domain_name': 'Default'} 2018-08-05 11:35:53,320 - xtesting.ci.run_tests - INFO - Running test case 'shaker'... 2018-08-05 11:35:53,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 11:35:53,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:35:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b310c3dc-2369-4743-a8fa-b30aad16891b Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 11:35:53,328 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-b310c3dc-2369-4743-a8fa-b30aad16891b 2018-08-05 11:35:53,329 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 11:35:53,722 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}], "expires_at": "2018-08-05T12:35:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1246a4948b084f438c1ba87b1d92bcf2", "name": "shaker-project_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_1246a4948b084f438c1ba87b1d92bcf2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_1246a4948b084f438c1ba87b1d92bcf2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/1246a4948b084f438c1ba87b1d92bcf2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/1246a4948b084f438c1ba87b1d92bcf2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/1246a4948b084f438c1ba87b1d92bcf2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/1246a4948b084f438c1ba87b1d92bcf2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/1246a4948b084f438c1ba87b1d92bcf2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/1246a4948b084f438c1ba87b1d92bcf2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/1246a4948b084f438c1ba87b1d92bcf2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/1246a4948b084f438c1ba87b1d92bcf2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/1246a4948b084f438c1ba87b1d92bcf2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/1246a4948b084f438c1ba87b1d92bcf2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/1246a4948b084f438c1ba87b1d92bcf2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/1246a4948b084f438c1ba87b1d92bcf2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "id": "9a045607b09d494f96036daef03a37eb"}, "audit_ids": ["yH0NgtfDQmSgEr7qPk5a2g"], "issued_at": "2018-08-05T11:35:53.000000Z"}} 2018-08-05 11:35:53,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-05 11:35:53,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" -d '{"network": {"name": "shaker-net_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "admin_state_up": true}}' 2018-08-05 11:35:54,191 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-417c7187-27d5-4414-8bca-befcee597b4a Date: Sun, 05 Aug 2018 11:35:54 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"33ad70a5-ffbb-43d7-a56c-a3685525ec3f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1246a4948b084f438c1ba87b1d92bcf2","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T11:35:54Z","is_default":false,"name":"shaker-net_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a","qos_policy_id":null,"admin_state_up":true,"tenant_id":"1246a4948b084f438c1ba87b1d92bcf2","created_at":"2018-08-05T11:35:54Z","mtu":1450}} 2018-08-05 11:35:54,191 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-417c7187-27d5-4414-8bca-befcee597b4a 2018-08-05 11:35:54,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.46667098999s 2018-08-05 11:35:54,192 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-417c7187-27d5-4414-8bca-befcee597b4a 2018-08-05 11:35:54,192 - 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-05T11:35:54Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'33ad70a5-ffbb-43d7-a56c-a3685525ec3f', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-net_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a', u'admin_state_up': True, u'tenant_id': u'1246a4948b084f438c1ba87b1d92bcf2', u'created_at': u'2018-08-05T11:35:54Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1246a4948b084f438c1ba87b1d92bcf2', u'l2_adjacency': True}) 2018-08-05 11:35:54,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 11:35:54,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:35:54,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1227 X-Openstack-Request-Id: req-ceada086-46f5-41a1-b2a4-4669add3b6ad Date: Sun, 05 Aug 2018 11:35:54 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"33ad70a5-ffbb-43d7-a56c-a3685525ec3f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1246a4948b084f438c1ba87b1d92bcf2","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T11:35:54Z","qos_policy_id":null,"name":"shaker-net_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a","admin_state_up":true,"tenant_id":"1246a4948b084f438c1ba87b1d92bcf2","created_at":"2018-08-05T11:35:54Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500}]} 2018-08-05 11:35:54,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-ceada086-46f5-41a1-b2a4-4669add3b6ad 2018-08-05 11:35:54,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.439491987228s 2018-08-05 11:35:54,633 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-ceada086-46f5-41a1-b2a4-4669add3b6ad 2018-08-05 11:35:54,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-05 11:35:54,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" -d '{"subnet": {"name": "shaker-subnet_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "enable_dhcp": true, "network_id": "33ad70a5-ffbb-43d7-a56c-a3685525ec3f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-05 11:35:55,245 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-134aac5f-ce19-4a43-a18e-378c29a782d0 Date: Sun, 05 Aug 2018 11:35:55 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33ad70a5-ffbb-43d7-a56c-a3685525ec3f","tenant_id":"1246a4948b084f438c1ba87b1d92bcf2","created_at":"2018-08-05T11:35:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T11:35:54Z","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":"1246a4948b084f438c1ba87b1d92bcf2","id":"63a1b0d0-b327-45ca-bf6e-5e6fcd0fbba2","subnetpool_id":null,"name":"shaker-subnet_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}} 2018-08-05 11:35:55,245 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-134aac5f-ce19-4a43-a18e-378c29a782d0 2018-08-05 11:35:55,245 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.610685110092s 2018-08-05 11:35:55,245 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-134aac5f-ce19-4a43-a18e-378c29a782d0 2018-08-05 11:35:55,246 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T11:35:54Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'63a1b0d0-b327-45ca-bf6e-5e6fcd0fbba2', u'subnetpool_id': None, u'service_types': [], u'name': u'shaker-subnet_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a', u'enable_dhcp': True, u'network_id': u'33ad70a5-ffbb-43d7-a56c-a3685525ec3f', u'tenant_id': u'1246a4948b084f438c1ba87b1d92bcf2', u'created_at': u'2018-08-05T11:35:54Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1246a4948b084f438c1ba87b1d92bcf2'}) 2018-08-05 11:35:55,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-05 11:35:55,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" -d '{"router": {"external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "name": "shaker-router_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "admin_state_up": true}}' 2018-08-05 11:35:56,786 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 693 X-Openstack-Request-Id: req-ee9ba44f-57b1-4bc0-a5e2-38235a4c8b06 Date: Sun, 05 Aug 2018 11:35:56 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "created_at": "2018-08-05T11:35:55Z", "admin_state_up": true, "updated_at": "2018-08-05T11:35:56Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "1246a4948b084f438c1ba87b1d92bcf2", "id": "3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed", "name": "shaker-router_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}} 2018-08-05 11:35:56,786 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-ee9ba44f-57b1-4bc0-a5e2-38235a4c8b06 2018-08-05 11:35:56,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.53964495659s 2018-08-05 11:35:56,786 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-ee9ba44f-57b1-4bc0-a5e2-38235a4c8b06 2018-08-05 11:35:56,787 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T11:35:56Z', u'revision_number': 2, u'id': u'3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed', u'external_gateway_info': {u'network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'89972d6a-26a8-4595-baea-47e68ca637c2', u'ip_address': u'172.30.9.205'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-router_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a', u'admin_state_up': True, u'tenant_id': u'1246a4948b084f438c1ba87b1d92bcf2', u'created_at': u'2018-08-05T11:35:55Z', u'flavor_id': None, u'routes': [], u'project_id': u'1246a4948b084f438c1ba87b1d92bcf2'}) 2018-08-05 11:35:56,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-05 11:35:56,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" -d '{"subnet_id": "63a1b0d0-b327-45ca-bf6e-5e6fcd0fbba2"}' 2018-08-05 11:35:59,291 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1b1b836f-2be3-435d-aa81-65aaf377db73 Date: Sun, 05 Aug 2018 11:35:59 GMT RESP BODY: {"network_id": "33ad70a5-ffbb-43d7-a56c-a3685525ec3f", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "subnet_id": "63a1b0d0-b327-45ca-bf6e-5e6fcd0fbba2", "subnet_ids": ["63a1b0d0-b327-45ca-bf6e-5e6fcd0fbba2"], "port_id": "d59db44b-0c2b-48da-9dca-f333e169be2a", "id": "3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed"} 2018-08-05 11:35:59,291 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed/add_router_interface.json used request id req-1b1b836f-2be3-435d-aa81-65aaf377db73 2018-08-05 11:35:59,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.50335407257s 2018-08-05 11:35:59,291 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed/add_router_interface.json used request id req-1b1b836f-2be3-435d-aa81-65aaf377db73 returning object 3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed 2018-08-05 11:35:59,291 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/shaker-image.qcow2 2018-08-05 11:36:03,136 - shade - DEBUG - Image file /home/opnfv/functest/images/shaker-image.qcow2 md5:cea74a063cc5ef2b018ec12beb0bf961 sha256:5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017 2018-08-05 11:36:03,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 11:36:03,141 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 05 Aug 2018 11:36:03 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}]} 2018-08-05 11:36:03,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 11:36:03,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:03,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f671945a-34df-41f4-8ace-971c73586c9f Date: Sun, 05 Aug 2018 11:36:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 11:36:03,343 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-f671945a-34df-41f4-8ace-971c73586c9f 2018-08-05 11:36:03,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.201024055481s 2018-08-05 11:36:03,344 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-f671945a-34df-41f4-8ace-971c73586c9f 2018-08-05 11:36:03,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 11:36:03,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" -d '{"owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "owner_specified.shade.object": "images/shaker-img_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "shaker-img_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}' 2018-08-05 11:36:03,415 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 864 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-5410f44e-d5fe-42ef-b5b6-b7eaff0d4b8d Date: Sun, 05 Aug 2018 11:36:03 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e/file", "owner": "1246a4948b084f438c1ba87b1d92bcf2", "id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "size": null, "self": "/v2/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-08-05T11:36:03Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "checksum": null, "created_at": "2018-08-05T11:36:03Z", "protected": false} 2018-08-05 11:36:03,415 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-5410f44e-d5fe-42ef-b5b6-b7eaff0d4b8d 2018-08-05 11:36:03,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0634579658508s 2018-08-05 11:36:03,415 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-5410f44e-d5fe-42ef-b5b6-b7eaff0d4b8d returning object fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e 2018-08-05 11:36:03,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 11:36:03,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" -d '' 2018-08-05 11:36:12,953 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8073ea84-d730-45b3-a9df-63adee7e1dd3 Date: Sun, 05 Aug 2018 11:36: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-05 11:36:12,953 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e/file used request id req-8073ea84-d730-45b3-a9df-63adee7e1dd3 2018-08-05 11:36:12,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 9.53751087189s 2018-08-05 11:36:12,954 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e/file used request id req-8073ea84-d730-45b3-a9df-63adee7e1dd3 2018-08-05 11:36:12,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 11:36:12,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:12,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-0e40b009-5502-4734-ab77-56bd73d77459 Date: Sun, 05 Aug 2018 11:36:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e/snap", "metadata": {}}], "file": "/v2/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e/file", "owner": "1246a4948b084f438c1ba87b1d92bcf2", "id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "size": 666173440, "self": "/v2/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-08-05T11:36:12Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-05T11:36:03Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 11:36:12,995 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-0e40b009-5502-4734-ab77-56bd73d77459 2018-08-05 11:36:12,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0367269515991s 2018-08-05 11:36:12,995 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-0e40b009-5502-4734-ab77-56bd73d77459 2018-08-05 11:36:12,997 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e/file', 'owner': u'1246a4948b084f438c1ba87b1d92bcf2', 'id': u'fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e', 'size': 666173440, u'self': u'/v2/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1246a4948b084f438c1ba87b1d92bcf2', 'name': 'shaker-project_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T11:36:12Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-05T11:36:12Z', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', 'properties': {u'self': u'/v2/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'owner_specified.shade.object': u'images/shaker-img_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'schema': u'/v2/schemas/image'}, 'name': u'shaker-img_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a', 'created': u'2018-08-05T11:36:03Z', 'checksum': u'cea74a063cc5ef2b018ec12beb0bf961', 'created_at': u'2018-08-05T11:36:03Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'owner_specified.shade.object': u'images/shaker-img_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'schema': u'/v2/schemas/image'}}) 2018-08-05 11:36:12,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 11:36:13,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "shaker-flavor_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": null, "swap": 0}}' 2018-08-05 11:36:13,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:36:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-01bc5408-3f61-4369-bd1a-7ca1089195a1 x-compute-request-id: req-01bc5408-3f61-4369-bd1a-7ca1089195a1 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavor": {"name": "shaker-flavor_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "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": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f"}} 2018-08-05 11:36:13,226 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-01bc5408-3f61-4369-bd1a-7ca1089195a1 2018-08-05 11:36:13,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.228271007538s 2018-08-05 11:36:13,226 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-01bc5408-3f61-4369-bd1a-7ca1089195a1 2018-08-05 11:36:13,227 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'shaker-flavor_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a', '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'd5650b30963342b58320b9e3073d7ddf', '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'6e4bac81-4b4c-43d8-9817-8e456ec8f21f', 'swap': 0}) 2018-08-05 11:36:13,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 11:36:13,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" -d '{"extra_specs": {}}' 2018-08-05 11:36:13,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:36:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-05c6ab6f-e9a2-4738-a156-035dc72d891e x-compute-request-id: req-05c6ab6f-e9a2-4738-a156-035dc72d891e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 11:36:13,257 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f/os-extra_specs used request id req-05c6ab6f-e9a2-4738-a156-035dc72d891e 2018-08-05 11:36:13,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0293519496918s 2018-08-05 11:36:13,258 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f/os-extra_specs used request id req-05c6ab6f-e9a2-4738-a156-035dc72d891e 2018-08-05 11:36:13,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-05 11:36:13,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" -d '{"keypair": {"name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}}' 2018-08-05 11:36:13,655 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:36:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-599f3edf-fa80-46ac-aa77-2a0ff02aebe7 x-compute-request-id: req-599f3edf-fa80-46ac-aa77-2a0ff02aebe7 Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1mNwneXufWxWp4AxVtXgeLT7jPdqJDVuBCzvlQJOdlfLYhpKVVi4CPSe3+riJY4283iP1sIN4MVcigfVOE8CAyO4SYTUATVqyWbGUXRpy8k/zYVtpXd0BEiq/R8LEjZOeYYQ4POheDXNqOA8nc24C1Js6tUcmR7u3kKe0SzIaAMV0mCyrYxsYcRQmzhK0yee3BqIX8lwdmPR+a+OH+/N1zpII0l5fSTA43p11PIiwh5gcf6UpYE5v2AT91Q3ARZl9TWmNKsKsopVknku2SYy3CbOd4z5SpOTr+sF1cAqGXuDAI+INtNeEXIkBHlb+A+IweApa5t5xHHWkN9tA19rt Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtZjcJ3l7n1sVqeAMVbV4Hi0+4z3aiQ1bgQs75UCTnZXy2IaS\nlVYuAj0nt/q4iWONvN4j9bCDeDFXIoH1ThPAgMjuEmE1AE1aslmxlF0acvJP82Fb\naV3dARIqv0fCxI2TnmGEODzoXg1zajgPJ3NuAtSbOrVHJke7t5CntEsyGgDFdJgs\nq2MbGHEUJs4StMnntwaiF/JcHZj0fmvjh/vzdc6SCNJeX0kwON6ddTyIsIeYHH+l\nKWBOb9gE/dUNwEWZfU1pjSrCrKKVZJ5LtkmMtwmzneM+UqTk6/rBdXAKhl7gwCPi\nDbTXhFyJAR5W/gPiMHgKWubecRx1pDfbQNfa7QIDAQABAoIBAQCFdJAehn3eb87s\n59XIyzM6Yh/8WoGXBPUBUeMzqJCTWBZ/H+7rxsjLJmxhHeWuOjZ43Xvp3E3R79jM\naFuBhKyNOJ0VbtDHpxGHTrldgkqkvQUapKrMNYnsdpBpwHAXiMA6vgmwVrqiHBp8\nrjQc1wy7Ecn+jCh8rmz7C1jj+/sW9cr9Txl2VCuTz6GF8dwJ81ZlYeo8HlrL9BOh\nQoeXVr4jGTZIil6V8DgINYyn0IcYQBs6x9izNy244GcsHkxD18Py2agUMXMGC0jA\nPLzP84Ew6EhTIDKOzGtl9Fpo1nBA8UmCq20x4yu7ezXCB8/JFJv39+QqvL+BHM/s\nJ+lp+oqBAoGBAOBcPkEmCTRgDguCq0ChtEBTYUFDLCrDcvfbl0Dhd89bFdnSyd7T\np+DBteOnkTMMfghSIkKXG3necIk3afoHPnQvIgyWGJjcIInqMrJIOraefZeGio0h\nCUCM26BI2qWL6M/szkhE8v0lR45e/e/JqqaJdD4Dn4MY0UKAu9ohOPehAoGBAM80\nzFUrpwQQ6A69c1+yK0TvjEVYe9kuOpdTMNyTvaZd67vPkoOi9b5sz/zkFpIj+Ed1\n8RVl/57QcV1F8KdE217ConlFEebYOAUc8BUfn7rtYnqsq9dAUMO+5iXXB5JSLoe9\nQUlTOUdhDIVqATmDz1lXK11NIzudB4EONqh94y/NAoGBALSQiGnWOsI0LBmHaFvz\nyCWc9UCY1wrzkat4xxooW0w+ei98PYtfvFRekgxN58W14BjCQWBmTG6gXuGP/3KC\nMfk/lZ+bjOA5CNb17SceimI+28T/OrKqS8/vjTJKb+2b1BrC8qGnHAgv4I7sVGKP\nYw/0v+DI+a+AYamsAYNkCX0BAoGAZ0AnBdXfvr3x9M5gvHHa79nyaufBpyJLHfbd\nZTzVhx5MBmVT2/aLQB2Wsqyxtpbn9CwIOyJ9cxTpOJJObft42MpiDc3mMsLRf3LB\nC7WbcZkytnBunK82z6PDqV1yL252MzuSWch3xWLNy3lcLN3Kp/kw6agzg1QnVh7Q\nC7vXRo0CgYAyHab/BprUA9yiYe0gx3/Epz/Dte6KLO5GITpeRGhROkKLu8xdIX0o\nuFOIoO9GOv9L8WwtVY20nMHj/VxahgG1/9ibE3Wr2VZynkN3vQcGys76JoydfHOd\nDCFiN0iobOBiKQsbQV+6WvhpoHc2dT5f6h9umVYqDAFJP8S7ezLKzg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9a045607b09d494f96036daef03a37eb", "name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "fingerprint": "79:db:b8:7b:b4:3c:7c:bf:7d:65:65:a8:3c:ba:2a:3f"}} 2018-08-05 11:36:13,655 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/os-keypairs used request id req-599f3edf-fa80-46ac-aa77-2a0ff02aebe7 2018-08-05 11:36:13,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.397114992142s 2018-08-05 11:36:13,656 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/os-keypairs used request id req-599f3edf-fa80-46ac-aa77-2a0ff02aebe7 2018-08-05 11:36:13,656 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1mNwneXufWxWp4AxVtXgeLT7jPdqJDVuBCzvlQJOdlfLYhpKVVi4CPSe3+riJY4283iP1sIN4MVcigfVOE8CAyO4SYTUATVqyWbGUXRpy8k/zYVtpXd0BEiq/R8LEjZOeYYQ4POheDXNqOA8nc24C1Js6tUcmR7u3kKe0SzIaAMV0mCyrYxsYcRQmzhK0yee3BqIX8lwdmPR+a+OH+/N1zpII0l5fSTA43p11PIiwh5gcf6UpYE5v2AT91Q3ARZl9TWmNKsKsopVknku2SYy3CbOd4z5SpOTr+sF1cAqGXuDAI+INtNeEXIkBHlb+A+IweApa5t5xHHWkN9tA19rt Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtZjcJ3l7n1sVqeAMVbV4Hi0+4z3aiQ1bgQs75UCTnZXy2IaS\nlVYuAj0nt/q4iWONvN4j9bCDeDFXIoH1ThPAgMjuEmE1AE1aslmxlF0acvJP82Fb\naV3dARIqv0fCxI2TnmGEODzoXg1zajgPJ3NuAtSbOrVHJke7t5CntEsyGgDFdJgs\nq2MbGHEUJs4StMnntwaiF/JcHZj0fmvjh/vzdc6SCNJeX0kwON6ddTyIsIeYHH+l\nKWBOb9gE/dUNwEWZfU1pjSrCrKKVZJ5LtkmMtwmzneM+UqTk6/rBdXAKhl7gwCPi\nDbTXhFyJAR5W/gPiMHgKWubecRx1pDfbQNfa7QIDAQABAoIBAQCFdJAehn3eb87s\n59XIyzM6Yh/8WoGXBPUBUeMzqJCTWBZ/H+7rxsjLJmxhHeWuOjZ43Xvp3E3R79jM\naFuBhKyNOJ0VbtDHpxGHTrldgkqkvQUapKrMNYnsdpBpwHAXiMA6vgmwVrqiHBp8\nrjQc1wy7Ecn+jCh8rmz7C1jj+/sW9cr9Txl2VCuTz6GF8dwJ81ZlYeo8HlrL9BOh\nQoeXVr4jGTZIil6V8DgINYyn0IcYQBs6x9izNy244GcsHkxD18Py2agUMXMGC0jA\nPLzP84Ew6EhTIDKOzGtl9Fpo1nBA8UmCq20x4yu7ezXCB8/JFJv39+QqvL+BHM/s\nJ+lp+oqBAoGBAOBcPkEmCTRgDguCq0ChtEBTYUFDLCrDcvfbl0Dhd89bFdnSyd7T\np+DBteOnkTMMfghSIkKXG3necIk3afoHPnQvIgyWGJjcIInqMrJIOraefZeGio0h\nCUCM26BI2qWL6M/szkhE8v0lR45e/e/JqqaJdD4Dn4MY0UKAu9ohOPehAoGBAM80\nzFUrpwQQ6A69c1+yK0TvjEVYe9kuOpdTMNyTvaZd67vPkoOi9b5sz/zkFpIj+Ed1\n8RVl/57QcV1F8KdE217ConlFEebYOAUc8BUfn7rtYnqsq9dAUMO+5iXXB5JSLoe9\nQUlTOUdhDIVqATmDz1lXK11NIzudB4EONqh94y/NAoGBALSQiGnWOsI0LBmHaFvz\nyCWc9UCY1wrzkat4xxooW0w+ei98PYtfvFRekgxN58W14BjCQWBmTG6gXuGP/3KC\nMfk/lZ+bjOA5CNb17SceimI+28T/OrKqS8/vjTJKb+2b1BrC8qGnHAgv4I7sVGKP\nYw/0v+DI+a+AYamsAYNkCX0BAoGAZ0AnBdXfvr3x9M5gvHHa79nyaufBpyJLHfbd\nZTzVhx5MBmVT2/aLQB2Wsqyxtpbn9CwIOyJ9cxTpOJJObft42MpiDc3mMsLRf3LB\nC7WbcZkytnBunK82z6PDqV1yL252MzuSWch3xWLNy3lcLN3Kp/kw6agzg1QnVh7Q\nC7vXRo0CgYAyHab/BprUA9yiYe0gx3/Epz/Dte6KLO5GITpeRGhROkKLu8xdIX0o\nuFOIoO9GOv9L8WwtVY20nMHj/VxahgG1/9ibE3Wr2VZynkN3vQcGys76JoydfHOd\nDCFiN0iobOBiKQsbQV+6WvhpoHc2dT5f6h9umVYqDAFJP8S7ezLKzg==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'9a045607b09d494f96036daef03a37eb', 'name': u'shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a', 'created_at': '2018-08-05T11:36:13.656867', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1246a4948b084f438c1ba87b1d92bcf2', 'name': 'shaker-project_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'79:db:b8:7b:b4:3c:7c:bf:7d:65:65:a8:3c:ba:2a:3f', 'type': 'ssh', 'id': u'shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a'}) 2018-08-05 11:36:13,657 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAtZjcJ3l7n1sVqeAMVbV4Hi0+4z3aiQ1bgQs75UCTnZXy2IaS lVYuAj0nt/q4iWONvN4j9bCDeDFXIoH1ThPAgMjuEmE1AE1aslmxlF0acvJP82Fb aV3dARIqv0fCxI2TnmGEODzoXg1zajgPJ3NuAtSbOrVHJke7t5CntEsyGgDFdJgs q2MbGHEUJs4StMnntwaiF/JcHZj0fmvjh/vzdc6SCNJeX0kwON6ddTyIsIeYHH+l KWBOb9gE/dUNwEWZfU1pjSrCrKKVZJ5LtkmMtwmzneM+UqTk6/rBdXAKhl7gwCPi DbTXhFyJAR5W/gPiMHgKWubecRx1pDfbQNfa7QIDAQABAoIBAQCFdJAehn3eb87s 59XIyzM6Yh/8WoGXBPUBUeMzqJCTWBZ/H+7rxsjLJmxhHeWuOjZ43Xvp3E3R79jM aFuBhKyNOJ0VbtDHpxGHTrldgkqkvQUapKrMNYnsdpBpwHAXiMA6vgmwVrqiHBp8 rjQc1wy7Ecn+jCh8rmz7C1jj+/sW9cr9Txl2VCuTz6GF8dwJ81ZlYeo8HlrL9BOh QoeXVr4jGTZIil6V8DgINYyn0IcYQBs6x9izNy244GcsHkxD18Py2agUMXMGC0jA PLzP84Ew6EhTIDKOzGtl9Fpo1nBA8UmCq20x4yu7ezXCB8/JFJv39+QqvL+BHM/s J+lp+oqBAoGBAOBcPkEmCTRgDguCq0ChtEBTYUFDLCrDcvfbl0Dhd89bFdnSyd7T p+DBteOnkTMMfghSIkKXG3necIk3afoHPnQvIgyWGJjcIInqMrJIOraefZeGio0h CUCM26BI2qWL6M/szkhE8v0lR45e/e/JqqaJdD4Dn4MY0UKAu9ohOPehAoGBAM80 zFUrpwQQ6A69c1+yK0TvjEVYe9kuOpdTMNyTvaZd67vPkoOi9b5sz/zkFpIj+Ed1 8RVl/57QcV1F8KdE217ConlFEebYOAUc8BUfn7rtYnqsq9dAUMO+5iXXB5JSLoe9 QUlTOUdhDIVqATmDz1lXK11NIzudB4EONqh94y/NAoGBALSQiGnWOsI0LBmHaFvz yCWc9UCY1wrzkat4xxooW0w+ei98PYtfvFRekgxN58W14BjCQWBmTG6gXuGP/3KC Mfk/lZ+bjOA5CNb17SceimI+28T/OrKqS8/vjTJKb+2b1BrC8qGnHAgv4I7sVGKP Yw/0v+DI+a+AYamsAYNkCX0BAoGAZ0AnBdXfvr3x9M5gvHHa79nyaufBpyJLHfbd ZTzVhx5MBmVT2/aLQB2Wsqyxtpbn9CwIOyJ9cxTpOJJObft42MpiDc3mMsLRf3LB C7WbcZkytnBunK82z6PDqV1yL252MzuSWch3xWLNy3lcLN3Kp/kw6agzg1QnVh7Q C7vXRo0CgYAyHab/BprUA9yiYe0gx3/Epz/Dte6KLO5GITpeRGhROkKLu8xdIX0o uFOIoO9GOv9L8WwtVY20nMHj/VxahgG1/9ibE3Wr2VZynkN3vQcGys76JoydfHOd DCFiN0iobOBiKQsbQV+6WvhpoHc2dT5f6h9umVYqDAFJP8S7ezLKzg== -----END RSA PRIVATE KEY----- 2018-08-05 11:36:13,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-05 11:36:13,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" -d '{"security_group": {"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "description": "created by OPNFV Functest (shaker)"}}' 2018-08-05 11:36:13,979 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-2d7a2f23-093b-4a59-870e-a12c0180f8f8 Date: Sun, 05 Aug 2018 11:36:13 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "created_at": "2018-08-05T11:36:13Z", "updated_at": "2018-08-05T11:36:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:36:13Z", "revision_number": 0, "id": "6ba49ede-f9ee-4005-a20b-cddf59b9ba50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:36:13Z", "security_group_id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:36:13Z", "revision_number": 0, "id": "aca875ba-15fb-4791-8a15-d4d44a0e966b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:36:13Z", "security_group_id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv6", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}], "revision_number": 1, "project_id": "1246a4948b084f438c1ba87b1d92bcf2", "id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}} 2018-08-05 11:36:13,979 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-2d7a2f23-093b-4a59-870e-a12c0180f8f8 2018-08-05 11:36:13,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.319178819656s 2018-08-05 11:36:13,979 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-2d7a2f23-093b-4a59-870e-a12c0180f8f8 2018-08-05 11:36:13,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 11:36:13,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:14,049 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3828 X-Openstack-Request-Id: req-dc2abfb4-333d-4451-afbd-806fcd1199e0 Date: Sun, 05 Aug 2018 11:36:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "created_at": "2018-08-05T11:35:53Z", "updated_at": "2018-08-05T11:35:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:35:53Z", "revision_number": 0, "id": "12328a62-6aa5-4568-befc-c72faf9a4e95", "remote_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "remote_ip_prefix": null, "created_at": "2018-08-05T11:35:53Z", "security_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:35:53Z", "revision_number": 0, "id": "28d7780e-baf7-4a42-93ac-8524b76591ec", "remote_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "remote_ip_prefix": null, "created_at": "2018-08-05T11:35:53Z", "security_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv6", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:35:53Z", "revision_number": 0, "id": "71c66d44-b9f1-49d6-93ec-12f680491bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:35:53Z", "security_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:35:53Z", "revision_number": 0, "id": "8c1f53f7-97bc-458f-a149-f09fd43b41c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:35:53Z", "security_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv6", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}], "revision_number": 1, "project_id": "1246a4948b084f438c1ba87b1d92bcf2", "id": "099d4133-bc56-4865-811f-ed8b3584078d", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "created_at": "2018-08-05T11:36:13Z", "updated_at": "2018-08-05T11:36:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:36:13Z", "revision_number": 0, "id": "6ba49ede-f9ee-4005-a20b-cddf59b9ba50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:36:13Z", "security_group_id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:36:13Z", "revision_number": 0, "id": "aca875ba-15fb-4791-8a15-d4d44a0e966b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:36:13Z", "security_group_id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv6", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}], "revision_number": 1, "project_id": "1246a4948b084f438c1ba87b1d92bcf2", "id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}]} 2018-08-05 11:36:14,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-dc2abfb4-333d-4451-afbd-806fcd1199e0 2018-08-05 11:36:14,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0658938884735s 2018-08-05 11:36:14,050 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-dc2abfb4-333d-4451-afbd-806fcd1199e0 2018-08-05 11:36:14,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 11:36:14,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" -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": "e563574a-2def-4ebd-afbf-37ad4c9fcc93"}}' 2018-08-05 11:36:14,182 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-ad20a4fb-23a1-4aca-b826-51cc42b32a90 Date: Sun, 05 Aug 2018 11:36:14 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-05T11:36:14Z", "security_group_id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "port_range_min": 22, "revision_number": 0, "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "created_at": "2018-08-05T11:36:14Z", "project_id": "1246a4948b084f438c1ba87b1d92bcf2", "id": "ea9fbf93-ed4d-431a-8caa-6c57c9891944"}} 2018-08-05 11:36:14,182 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-ad20a4fb-23a1-4aca-b826-51cc42b32a90 2018-08-05 11:36:14,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.127465009689s 2018-08-05 11:36:14,182 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-ad20a4fb-23a1-4aca-b826-51cc42b32a90 2018-08-05 11:36:14,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 11:36:14,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:14,251 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4324 X-Openstack-Request-Id: req-bc0d8144-26c8-4f55-b7c0-6e9118a7b887 Date: Sun, 05 Aug 2018 11:36:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "created_at": "2018-08-05T11:35:53Z", "updated_at": "2018-08-05T11:35:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:35:53Z", "revision_number": 0, "id": "12328a62-6aa5-4568-befc-c72faf9a4e95", "remote_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "remote_ip_prefix": null, "created_at": "2018-08-05T11:35:53Z", "security_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:35:53Z", "revision_number": 0, "id": "28d7780e-baf7-4a42-93ac-8524b76591ec", "remote_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "remote_ip_prefix": null, "created_at": "2018-08-05T11:35:53Z", "security_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv6", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:35:53Z", "revision_number": 0, "id": "71c66d44-b9f1-49d6-93ec-12f680491bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:35:53Z", "security_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:35:53Z", "revision_number": 0, "id": "8c1f53f7-97bc-458f-a149-f09fd43b41c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:35:53Z", "security_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv6", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}], "revision_number": 1, "project_id": "1246a4948b084f438c1ba87b1d92bcf2", "id": "099d4133-bc56-4865-811f-ed8b3584078d", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "created_at": "2018-08-05T11:36:13Z", "updated_at": "2018-08-05T11:36:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:36:13Z", "revision_number": 0, "id": "6ba49ede-f9ee-4005-a20b-cddf59b9ba50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:36:13Z", "security_group_id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:36:13Z", "revision_number": 0, "id": "aca875ba-15fb-4791-8a15-d4d44a0e966b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:36:13Z", "security_group_id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv6", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T11:36:14Z", "revision_number": 0, "id": "ea9fbf93-ed4d-431a-8caa-6c57c9891944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:36:14Z", "security_group_id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}], "revision_number": 2, "project_id": "1246a4948b084f438c1ba87b1d92bcf2", "id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}]} 2018-08-05 11:36:14,251 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-bc0d8144-26c8-4f55-b7c0-6e9118a7b887 2018-08-05 11:36:14,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0652689933777s 2018-08-05 11:36:14,252 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-bc0d8144-26c8-4f55-b7c0-6e9118a7b887 2018-08-05 11:36:14,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 11:36:14,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" -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": "e563574a-2def-4ebd-afbf-37ad4c9fcc93"}}' 2018-08-05 11:36:14,399 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-c4c6ee80-dec5-4ddd-bb2b-eb152dc4ef6f Date: Sun, 05 Aug 2018 11:36:14 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-05T11:36:14Z", "security_group_id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "port_range_min": null, "revision_number": 0, "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "created_at": "2018-08-05T11:36:14Z", "project_id": "1246a4948b084f438c1ba87b1d92bcf2", "id": "4f6860f5-d3b7-4b7a-bf7d-ec908bb19c16"}} 2018-08-05 11:36:14,399 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-c4c6ee80-dec5-4ddd-bb2b-eb152dc4ef6f 2018-08-05 11:36:14,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.144426107407s 2018-08-05 11:36:14,400 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-c4c6ee80-dec5-4ddd-bb2b-eb152dc4ef6f 2018-08-05 11:36:14,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 11:36:14,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:14,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4825 X-Openstack-Request-Id: req-970bb4e4-26d3-4d71-9b27-d6a79ef6fef7 Date: Sun, 05 Aug 2018 11:36:14 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "created_at": "2018-08-05T11:35:53Z", "updated_at": "2018-08-05T11:35:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:35:53Z", "revision_number": 0, "id": "12328a62-6aa5-4568-befc-c72faf9a4e95", "remote_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "remote_ip_prefix": null, "created_at": "2018-08-05T11:35:53Z", "security_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:35:53Z", "revision_number": 0, "id": "28d7780e-baf7-4a42-93ac-8524b76591ec", "remote_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "remote_ip_prefix": null, "created_at": "2018-08-05T11:35:53Z", "security_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv6", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:35:53Z", "revision_number": 0, "id": "71c66d44-b9f1-49d6-93ec-12f680491bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:35:53Z", "security_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:35:53Z", "revision_number": 0, "id": "8c1f53f7-97bc-458f-a149-f09fd43b41c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:35:53Z", "security_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv6", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}], "revision_number": 1, "project_id": "1246a4948b084f438c1ba87b1d92bcf2", "id": "099d4133-bc56-4865-811f-ed8b3584078d", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "created_at": "2018-08-05T11:36:13Z", "updated_at": "2018-08-05T11:36:14Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:36:14Z", "revision_number": 0, "id": "4f6860f5-d3b7-4b7a-bf7d-ec908bb19c16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:36:14Z", "security_group_id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:36:13Z", "revision_number": 0, "id": "6ba49ede-f9ee-4005-a20b-cddf59b9ba50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:36:13Z", "security_group_id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:36:13Z", "revision_number": 0, "id": "aca875ba-15fb-4791-8a15-d4d44a0e966b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:36:13Z", "security_group_id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv6", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T11:36:14Z", "revision_number": 0, "id": "ea9fbf93-ed4d-431a-8caa-6c57c9891944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:36:14Z", "security_group_id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}], "revision_number": 3, "project_id": "1246a4948b084f438c1ba87b1d92bcf2", "id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}]} 2018-08-05 11:36:14,456 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-970bb4e4-26d3-4d71-9b27-d6a79ef6fef7 2018-08-05 11:36:14,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0531189441681s 2018-08-05 11:36:14,457 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-970bb4e4-26d3-4d71-9b27-d6a79ef6fef7 2018-08-05 11:36:14,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 11:36:14,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" -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": "e563574a-2def-4ebd-afbf-37ad4c9fcc93"}}' 2018-08-05 11:36:14,591 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-d5282ecc-4dcd-49a0-8af3-b992b28f07a9 Date: Sun, 05 Aug 2018 11:36:14 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 9000, "updated_at": "2018-08-05T11:36:14Z", "security_group_id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "port_range_min": 9000, "revision_number": 0, "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "created_at": "2018-08-05T11:36:14Z", "project_id": "1246a4948b084f438c1ba87b1d92bcf2", "id": "0f692d06-faa6-4a05-b32b-51b44f03dfe3"}} 2018-08-05 11:36:14,591 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-d5282ecc-4dcd-49a0-8af3-b992b28f07a9 2018-08-05 11:36:14,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.131458044052s 2018-08-05 11:36:14,591 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-d5282ecc-4dcd-49a0-8af3-b992b28f07a9 2018-08-05 11:36:14,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 11:36:14,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:14,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1271 X-Openstack-Request-Id: req-05ef67f8-07f3-4c9e-a9c9-018b8e0ead85 Date: Sun, 05 Aug 2018 11:36:14 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"33ad70a5-ffbb-43d7-a56c-a3685525ec3f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1246a4948b084f438c1ba87b1d92bcf2","l2_adjacency":true,"status":"ACTIVE","subnets":["63a1b0d0-b327-45ca-bf6e-5e6fcd0fbba2"],"description":"","tags":[],"updated_at":"2018-08-05T11:35:54Z","qos_policy_id":null,"name":"shaker-net_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a","admin_state_up":true,"tenant_id":"1246a4948b084f438c1ba87b1d92bcf2","created_at":"2018-08-05T11:35:54Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500}]} 2018-08-05 11:36:14,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-05ef67f8-07f3-4c9e-a9c9-018b8e0ead85 2018-08-05 11:36:14,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113224029541s 2018-08-05 11:36:14,706 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-05ef67f8-07f3-4c9e-a9c9-018b8e0ead85 2018-08-05 11:36:14,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 11:36:14,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:14,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-766e1bb9-6897-4c0a-94ce-f9d72d0eb2a8 Date: Sun, 05 Aug 2018 11:36:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e/snap", "metadata": {}}], "file": "/v2/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e/file", "owner": "1246a4948b084f438c1ba87b1d92bcf2", "id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "size": 666173440, "self": "/v2/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-08-05T11:36:12Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-05T11:36:03Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 11:36:14,744 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-766e1bb9-6897-4c0a-94ce-f9d72d0eb2a8 2018-08-05 11:36:14,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0336098670959s 2018-08-05 11:36:14,745 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-766e1bb9-6897-4c0a-94ce-f9d72d0eb2a8 2018-08-05 11:36:14,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 11:36:14,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:14,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:36: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-8e336dff-da8c-48d8-81f6-8c0344808370 x-compute-request-id: req-8e336dff-da8c-48d8-81f6-8c0344808370 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "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": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f"}]} 2018-08-05 11:36:14,773 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-8e336dff-da8c-48d8-81f6-8c0344808370 2018-08-05 11:36:14,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0275158882141s 2018-08-05 11:36:14,774 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-8e336dff-da8c-48d8-81f6-8c0344808370 2018-08-05 11:36:14,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-05 11:36:14,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" -d '{"server": {"name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "imageRef": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "flavorRef": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "33ad70a5-ffbb-43d7-a56c-a3685525ec3f"}], "security_groups": [{"name": "e563574a-2def-4ebd-afbf-37ad4c9fcc93"}]}}' 2018-08-05 11:36:16,083 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 11:36: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-f6adeda7-ab2f-4d76-98a7-78ba17be996d x-compute-request-id: req-f6adeda7-ab2f-4d76-98a7-78ba17be996d Content-Length: 403 location: http://172.30.9.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "e563574a-2def-4ebd-afbf-37ad4c9fcc93"}], "OS-DCF:diskConfig": "MANUAL", "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "adminPass": "XQfP82E4d28v"}} 2018-08-05 11:36:16,083 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-f6adeda7-ab2f-4d76-98a7-78ba17be996d 2018-08-05 11:36:16,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.30737614632s 2018-08-05 11:36:16,083 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-f6adeda7-ab2f-4d76-98a7-78ba17be996d 2018-08-05 11:36:16,084 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:36:16,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:16,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:36: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-29115d3b-c684-4fbe-af95-8a74dc2d9e91 x-compute-request-id: req-29115d3b-c684-4fbe-af95-8a74dc2d9e91 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "user_id": "9a045607b09d494f96036daef03a37eb", "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-05T11:36:16Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:36:16,382 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-29115d3b-c684-4fbe-af95-8a74dc2d9e91 2018-08-05 11:36:16,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.297487020493s 2018-08-05 11:36:16,382 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-29115d3b-c684-4fbe-af95-8a74dc2d9e91 2018-08-05 11:36:16,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 11:36:16,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:16,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1271 X-Openstack-Request-Id: req-b97d9541-de59-4db9-9621-caa6d4633e08 Date: Sun, 05 Aug 2018 11:36:16 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"33ad70a5-ffbb-43d7-a56c-a3685525ec3f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1246a4948b084f438c1ba87b1d92bcf2","l2_adjacency":true,"status":"ACTIVE","subnets":["63a1b0d0-b327-45ca-bf6e-5e6fcd0fbba2"],"description":"","tags":[],"updated_at":"2018-08-05T11:35:54Z","qos_policy_id":null,"name":"shaker-net_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a","admin_state_up":true,"tenant_id":"1246a4948b084f438c1ba87b1d92bcf2","created_at":"2018-08-05T11:35:54Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500}]} 2018-08-05 11:36:16,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-b97d9541-de59-4db9-9621-caa6d4633e08 2018-08-05 11:36:16,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.107057094574s 2018-08-05 11:36:16,497 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-b97d9541-de59-4db9-9621-caa6d4633e08 2018-08-05 11:36:16,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 11:36:16,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:16,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-0d0007f9-8bfa-4d4f-93cc-09c397fb38fe Date: Sun, 05 Aug 2018 11:36:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"33ad70a5-ffbb-43d7-a56c-a3685525ec3f","tenant_id":"1246a4948b084f438c1ba87b1d92bcf2","created_at":"2018-08-05T11:35:54Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T11:35:54Z","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":"1246a4948b084f438c1ba87b1d92bcf2","id":"63a1b0d0-b327-45ca-bf6e-5e6fcd0fbba2","subnetpool_id":null,"name":"shaker-subnet_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}]} 2018-08-05 11:36:16,545 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-0d0007f9-8bfa-4d4f-93cc-09c397fb38fe 2018-08-05 11:36:16,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0471560955048s 2018-08-05 11:36:16,545 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-0d0007f9-8bfa-4d4f-93cc-09c397fb38fe 2018-08-05 11:36:16,546 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:36:18,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:36:18,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:19,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:36:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2653619-89d5-41fd-89e0-cf08d370b36d x-compute-request-id: req-b2653619-89d5-41fd-89e0-cf08d370b36d 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:36:19,211 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b2653619-89d5-41fd-89e0-cf08d370b36d 2018-08-05 11:36:19,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.662757873535s 2018-08-05 11:36:19,212 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b2653619-89d5-41fd-89e0-cf08d370b36d 2018-08-05 11:36:19,215 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:36:21,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:36:21,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:21,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:36:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cbbd2f3f-7e7c-462c-accd-193d8773a86d x-compute-request-id: req-cbbd2f3f-7e7c-462c-accd-193d8773a86d 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:36:21,414 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-cbbd2f3f-7e7c-462c-accd-193d8773a86d 2018-08-05 11:36:21,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.196088075638s 2018-08-05 11:36:21,415 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-cbbd2f3f-7e7c-462c-accd-193d8773a86d 2018-08-05 11:36:21,418 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:36:23,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:36:23,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:23,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:36: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-8c5550d8-6417-4b42-a4f7-adf2771db3a4 x-compute-request-id: req-8c5550d8-6417-4b42-a4f7-adf2771db3a4 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:36:23,794 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-8c5550d8-6417-4b42-a4f7-adf2771db3a4 2018-08-05 11:36:23,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.372966051102s 2018-08-05 11:36:23,794 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-8c5550d8-6417-4b42-a4f7-adf2771db3a4 2018-08-05 11:36:23,798 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:36:25,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:36:25,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:26,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:36:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-edea9178-8eb7-4ae6-8d0f-36c988517561 x-compute-request-id: req-edea9178-8eb7-4ae6-8d0f-36c988517561 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:36:26,337 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-edea9178-8eb7-4ae6-8d0f-36c988517561 2018-08-05 11:36:26,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.53671002388s 2018-08-05 11:36:26,338 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-edea9178-8eb7-4ae6-8d0f-36c988517561 2018-08-05 11:36:26,342 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:36:28,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:36:28,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:28,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:36: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-1ca732d0-2af3-4b3e-992b-595039895a63 x-compute-request-id: req-1ca732d0-2af3-4b3e-992b-595039895a63 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:36:28,709 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1ca732d0-2af3-4b3e-992b-595039895a63 2018-08-05 11:36:28,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.364562034607s 2018-08-05 11:36:28,709 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1ca732d0-2af3-4b3e-992b-595039895a63 2018-08-05 11:36:28,713 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:36:30,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:36:30,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:31,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:36: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-9ec12c35-fdbc-4ed5-8f1a-0778b20a116d x-compute-request-id: req-9ec12c35-fdbc-4ed5-8f1a-0778b20a116d 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:36:31,094 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9ec12c35-fdbc-4ed5-8f1a-0778b20a116d 2018-08-05 11:36:31,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.377915143967s 2018-08-05 11:36:31,094 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9ec12c35-fdbc-4ed5-8f1a-0778b20a116d 2018-08-05 11:36:31,098 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:36:33,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:36:33,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:33,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:36: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-df7144f1-5dd5-4878-b119-0116ee332e72 x-compute-request-id: req-df7144f1-5dd5-4878-b119-0116ee332e72 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:36:33,287 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-df7144f1-5dd5-4878-b119-0116ee332e72 2018-08-05 11:36:33,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.187848091125s 2018-08-05 11:36:33,288 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-df7144f1-5dd5-4878-b119-0116ee332e72 2018-08-05 11:36:33,291 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:36:35,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:36:35,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:35,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:36:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c60d875-a189-4acf-bbe1-51e20d26baaf x-compute-request-id: req-9c60d875-a189-4acf-bbe1-51e20d26baaf 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:36:35,659 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9c60d875-a189-4acf-bbe1-51e20d26baaf 2018-08-05 11:36:35,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.36506485939s 2018-08-05 11:36:35,660 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9c60d875-a189-4acf-bbe1-51e20d26baaf 2018-08-05 11:36:35,663 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:36:37,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:36:37,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:38,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:36:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2dfbb38c-18e4-46a8-a730-3affceac87c8 x-compute-request-id: req-2dfbb38c-18e4-46a8-a730-3affceac87c8 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:36:38,058 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2dfbb38c-18e4-46a8-a730-3affceac87c8 2018-08-05 11:36:38,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.392069101334s 2018-08-05 11:36:38,059 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2dfbb38c-18e4-46a8-a730-3affceac87c8 2018-08-05 11:36:38,063 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:36:40,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:36:40,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:40,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:36: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-5c8f3966-fd5b-4087-9280-26d9e9ece530 x-compute-request-id: req-5c8f3966-fd5b-4087-9280-26d9e9ece530 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:36:40,591 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5c8f3966-fd5b-4087-9280-26d9e9ece530 2018-08-05 11:36:40,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.525436878204s 2018-08-05 11:36:40,592 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5c8f3966-fd5b-4087-9280-26d9e9ece530 2018-08-05 11:36:40,595 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:36:42,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:36:42,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:42,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:36:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-880213fc-f9e0-4cc8-a2e4-0cafebc4af6d x-compute-request-id: req-880213fc-f9e0-4cc8-a2e4-0cafebc4af6d 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:36:42,795 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-880213fc-f9e0-4cc8-a2e4-0cafebc4af6d 2018-08-05 11:36:42,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.196772098541s 2018-08-05 11:36:42,796 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-880213fc-f9e0-4cc8-a2e4-0cafebc4af6d 2018-08-05 11:36:42,799 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:36:44,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:36:44,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:45,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:36:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b47d2230-0371-415c-ba63-1d01300200de x-compute-request-id: req-b47d2230-0371-415c-ba63-1d01300200de 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:36:45,304 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b47d2230-0371-415c-ba63-1d01300200de 2018-08-05 11:36:45,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.501945972443s 2018-08-05 11:36:45,304 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b47d2230-0371-415c-ba63-1d01300200de 2018-08-05 11:36:45,308 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:36:47,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:36:47,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:47,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:36: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-6c3404c6-008d-4ff0-a24b-2648187cbd90 x-compute-request-id: req-6c3404c6-008d-4ff0-a24b-2648187cbd90 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:36:47,665 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6c3404c6-008d-4ff0-a24b-2648187cbd90 2018-08-05 11:36:47,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.354093074799s 2018-08-05 11:36:47,665 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6c3404c6-008d-4ff0-a24b-2648187cbd90 2018-08-05 11:36:47,669 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:36:49,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:36:49,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:50,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:36:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc078185-6038-43ac-9ea1-beee16e8653f x-compute-request-id: req-dc078185-6038-43ac-9ea1-beee16e8653f 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:36:50,307 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-dc078185-6038-43ac-9ea1-beee16e8653f 2018-08-05 11:36:50,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.635309934616s 2018-08-05 11:36:50,308 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-dc078185-6038-43ac-9ea1-beee16e8653f 2018-08-05 11:36:50,311 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:36:52,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:36:52,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:52,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:36: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-9670c93e-795f-4088-b5ed-a06727ff69cf x-compute-request-id: req-9670c93e-795f-4088-b5ed-a06727ff69cf 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:36:52,540 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9670c93e-795f-4088-b5ed-a06727ff69cf 2018-08-05 11:36:52,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.225725889206s 2018-08-05 11:36:52,540 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9670c93e-795f-4088-b5ed-a06727ff69cf 2018-08-05 11:36:52,544 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:36:54,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:36:54,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:55,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:36:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c22d82f-74f5-4cc4-bd66-3ed7504b9183 x-compute-request-id: req-6c22d82f-74f5-4cc4-bd66-3ed7504b9183 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:36:55,061 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6c22d82f-74f5-4cc4-bd66-3ed7504b9183 2018-08-05 11:36:55,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.514441013336s 2018-08-05 11:36:55,061 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6c22d82f-74f5-4cc4-bd66-3ed7504b9183 2018-08-05 11:36:55,065 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:36:57,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:36:57,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:57,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:36: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-2739bae8-b016-4563-a859-2dbae053c084 x-compute-request-id: req-2739bae8-b016-4563-a859-2dbae053c084 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:36:57,268 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2739bae8-b016-4563-a859-2dbae053c084 2018-08-05 11:36:57,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.200408935547s 2018-08-05 11:36:57,269 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2739bae8-b016-4563-a859-2dbae053c084 2018-08-05 11:36:57,272 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:36:59,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:36:59,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:36:59,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:36:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9008395-ef78-4bcb-93f6-04d434843f61 x-compute-request-id: req-e9008395-ef78-4bcb-93f6-04d434843f61 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:36:59,483 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e9008395-ef78-4bcb-93f6-04d434843f61 2018-08-05 11:36:59,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.208081960678s 2018-08-05 11:36:59,484 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e9008395-ef78-4bcb-93f6-04d434843f61 2018-08-05 11:36:59,487 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:01,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:01,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:02,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:37:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9525550b-1e28-4d0e-8b3f-b3f79b10c4f8 x-compute-request-id: req-9525550b-1e28-4d0e-8b3f-b3f79b10c4f8 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:02,017 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9525550b-1e28-4d0e-8b3f-b3f79b10c4f8 2018-08-05 11:37:02,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527435064316s 2018-08-05 11:37:02,018 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9525550b-1e28-4d0e-8b3f-b3f79b10c4f8 2018-08-05 11:37:02,021 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:04,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:04,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:04,379 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:37: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-d71c2ef3-d169-471d-abd3-541d6b983ec8 x-compute-request-id: req-d71c2ef3-d169-471d-abd3-541d6b983ec8 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:04,379 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-d71c2ef3-d169-471d-abd3-541d6b983ec8 2018-08-05 11:37:04,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.35476398468s 2018-08-05 11:37:04,379 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-d71c2ef3-d169-471d-abd3-541d6b983ec8 2018-08-05 11:37:04,383 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:06,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:06,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:06,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:37: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-e905558c-6f49-487a-b359-c81a7c4d9b2b x-compute-request-id: req-e905558c-6f49-487a-b359-c81a7c4d9b2b 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:06,741 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e905558c-6f49-487a-b359-c81a7c4d9b2b 2018-08-05 11:37:06,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.355813026428s 2018-08-05 11:37:06,742 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e905558c-6f49-487a-b359-c81a7c4d9b2b 2018-08-05 11:37:06,746 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:08,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:08,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:08,940 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:37:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd52e51d-907d-4220-b913-67cd7f6ca2ad x-compute-request-id: req-dd52e51d-907d-4220-b913-67cd7f6ca2ad 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:08,940 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-dd52e51d-907d-4220-b913-67cd7f6ca2ad 2018-08-05 11:37:08,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.191945075989s 2018-08-05 11:37:08,941 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-dd52e51d-907d-4220-b913-67cd7f6ca2ad 2018-08-05 11:37:08,944 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:10,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:10,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:11,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:37: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-b162b8a9-62e1-425e-8eed-07bbb2322466 x-compute-request-id: req-b162b8a9-62e1-425e-8eed-07bbb2322466 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:11,146 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b162b8a9-62e1-425e-8eed-07bbb2322466 2018-08-05 11:37:11,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.198505163193s 2018-08-05 11:37:11,146 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b162b8a9-62e1-425e-8eed-07bbb2322466 2018-08-05 11:37:11,150 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:13,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:13,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:13,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:37:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-afc02cda-f3db-4cf8-a212-547a24996fc5 x-compute-request-id: req-afc02cda-f3db-4cf8-a212-547a24996fc5 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:13,526 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-afc02cda-f3db-4cf8-a212-547a24996fc5 2018-08-05 11:37:13,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.373594999313s 2018-08-05 11:37:13,527 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-afc02cda-f3db-4cf8-a212-547a24996fc5 2018-08-05 11:37:13,530 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:15,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:15,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:15,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:37: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-e6998641-4de0-42d4-bf28-985d7391123c x-compute-request-id: req-e6998641-4de0-42d4-bf28-985d7391123c 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:15,925 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e6998641-4de0-42d4-bf28-985d7391123c 2018-08-05 11:37:15,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.392178058624s 2018-08-05 11:37:15,926 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e6998641-4de0-42d4-bf28-985d7391123c 2018-08-05 11:37:15,930 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:17,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:17,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:18,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:37: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-21dbd33e-81af-449f-91b6-21cf572987f7 x-compute-request-id: req-21dbd33e-81af-449f-91b6-21cf572987f7 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:18,121 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-21dbd33e-81af-449f-91b6-21cf572987f7 2018-08-05 11:37:18,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.188585042953s 2018-08-05 11:37:18,122 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-21dbd33e-81af-449f-91b6-21cf572987f7 2018-08-05 11:37:18,125 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:20,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:20,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:20,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:37: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-a7270da6-5845-4be4-9bf0-3bd8d5db0e7a x-compute-request-id: req-a7270da6-5845-4be4-9bf0-3bd8d5db0e7a 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:20,545 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-a7270da6-5845-4be4-9bf0-3bd8d5db0e7a 2018-08-05 11:37:20,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.417481184006s 2018-08-05 11:37:20,546 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-a7270da6-5845-4be4-9bf0-3bd8d5db0e7a 2018-08-05 11:37:20,549 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:22,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:22,554 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:22,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:37: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-2ad1efb1-8299-4145-b6da-35b155d3966d x-compute-request-id: req-2ad1efb1-8299-4145-b6da-35b155d3966d 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:22,930 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2ad1efb1-8299-4145-b6da-35b155d3966d 2018-08-05 11:37:22,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.379651069641s 2018-08-05 11:37:22,931 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2ad1efb1-8299-4145-b6da-35b155d3966d 2018-08-05 11:37:22,934 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:24,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:24,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:25,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:37: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-fbebf741-c2da-4eee-9ac0-29c155d363c8 x-compute-request-id: req-fbebf741-c2da-4eee-9ac0-29c155d363c8 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:25,305 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-fbebf741-c2da-4eee-9ac0-29c155d363c8 2018-08-05 11:37:25,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367760181427s 2018-08-05 11:37:25,306 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-fbebf741-c2da-4eee-9ac0-29c155d363c8 2018-08-05 11:37:25,309 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:27,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:27,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:27,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:37: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-2a982a9d-aa3f-4461-bc0f-6241f67adc95 x-compute-request-id: req-2a982a9d-aa3f-4461-bc0f-6241f67adc95 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:27,680 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2a982a9d-aa3f-4461-bc0f-6241f67adc95 2018-08-05 11:37:27,680 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367639064789s 2018-08-05 11:37:27,680 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2a982a9d-aa3f-4461-bc0f-6241f67adc95 2018-08-05 11:37:27,684 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:29,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:29,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:29,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:37: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-bacf0c41-7583-4218-950d-2939fd6a051b x-compute-request-id: req-bacf0c41-7583-4218-950d-2939fd6a051b 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:29,885 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-bacf0c41-7583-4218-950d-2939fd6a051b 2018-08-05 11:37:29,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.199854135513s 2018-08-05 11:37:29,885 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-bacf0c41-7583-4218-950d-2939fd6a051b 2018-08-05 11:37:29,889 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:31,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:31,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:32,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:37: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-3ce07f32-5633-4915-b0a9-4e3ff78ac245 x-compute-request-id: req-3ce07f32-5633-4915-b0a9-4e3ff78ac245 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:32,662 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3ce07f32-5633-4915-b0a9-4e3ff78ac245 2018-08-05 11:37:32,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.770346164703s 2018-08-05 11:37:32,663 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3ce07f32-5633-4915-b0a9-4e3ff78ac245 2018-08-05 11:37:32,667 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:34,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:34,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:35,209 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11: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-a77820f1-563e-4b7d-8c86-939568cbe6d4 x-compute-request-id: req-a77820f1-563e-4b7d-8c86-939568cbe6d4 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:35,209 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-a77820f1-563e-4b7d-8c86-939568cbe6d4 2018-08-05 11:37:35,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.53963303566s 2018-08-05 11:37:35,210 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-a77820f1-563e-4b7d-8c86-939568cbe6d4 2018-08-05 11:37:35,214 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:37,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:37,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:37,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:37: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-7d0318d3-cbcb-4484-b37f-2fb6e00ddc17 x-compute-request-id: req-7d0318d3-cbcb-4484-b37f-2fb6e00ddc17 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:37,412 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-7d0318d3-cbcb-4484-b37f-2fb6e00ddc17 2018-08-05 11:37:37,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.195717096329s 2018-08-05 11:37:37,413 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-7d0318d3-cbcb-4484-b37f-2fb6e00ddc17 2018-08-05 11:37:37,416 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:39,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:39,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:39,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:37: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-0aa8c38e-f00b-4997-a1d3-ab8ed0fcf95b x-compute-request-id: req-0aa8c38e-f00b-4997-a1d3-ab8ed0fcf95b 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:39,817 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0aa8c38e-f00b-4997-a1d3-ab8ed0fcf95b 2018-08-05 11:37:39,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.397732973099s 2018-08-05 11:37:39,817 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0aa8c38e-f00b-4997-a1d3-ab8ed0fcf95b 2018-08-05 11:37:39,821 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:41,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:41,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:42,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:37: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-1b699f7a-1518-4649-93f8-db807e931dea x-compute-request-id: req-1b699f7a-1518-4649-93f8-db807e931dea 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:42,427 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1b699f7a-1518-4649-93f8-db807e931dea 2018-08-05 11:37:42,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.603071928024s 2018-08-05 11:37:42,428 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1b699f7a-1518-4649-93f8-db807e931dea 2018-08-05 11:37:42,432 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:44,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:44,437 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:44,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11: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,Accept-Encoding x-openstack-request-id: req-cf6d4c39-e239-4271-99da-a738ccd3b265 x-compute-request-id: req-cf6d4c39-e239-4271-99da-a738ccd3b265 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:44,969 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-cf6d4c39-e239-4271-99da-a738ccd3b265 2018-08-05 11:37:44,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.534737110138s 2018-08-05 11:37:44,969 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-cf6d4c39-e239-4271-99da-a738ccd3b265 2018-08-05 11:37:44,973 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:46,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:46,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:47,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:37: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-79371b74-8c82-4f1d-aace-b8db97740dd8 x-compute-request-id: req-79371b74-8c82-4f1d-aace-b8db97740dd8 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:47,169 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-79371b74-8c82-4f1d-aace-b8db97740dd8 2018-08-05 11:37:47,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.192490100861s 2018-08-05 11:37:47,169 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-79371b74-8c82-4f1d-aace-b8db97740dd8 2018-08-05 11:37:47,173 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:49,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:49,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:49,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:37:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b942655b-34e0-4ffa-9338-8cf34c24fe9f x-compute-request-id: req-b942655b-34e0-4ffa-9338-8cf34c24fe9f 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:49,572 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b942655b-34e0-4ffa-9338-8cf34c24fe9f 2018-08-05 11:37:49,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.396666049957s 2018-08-05 11:37:49,573 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b942655b-34e0-4ffa-9338-8cf34c24fe9f 2018-08-05 11:37:49,577 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:51,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:51,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:51,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-1331d901-4b07-468b-a1c6-f9851c991c24 x-compute-request-id: req-1331d901-4b07-468b-a1c6-f9851c991c24 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:51,934 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1331d901-4b07-468b-a1c6-f9851c991c24 2018-08-05 11:37:51,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.355262994766s 2018-08-05 11:37:51,935 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1331d901-4b07-468b-a1c6-f9851c991c24 2018-08-05 11:37:51,939 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:53,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:53,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:54,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 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-248a8735-0ece-4617-b794-8ead282d03cb x-compute-request-id: req-248a8735-0ece-4617-b794-8ead282d03cb 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:54,496 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-248a8735-0ece-4617-b794-8ead282d03cb 2018-08-05 11:37:54,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.554098844528s 2018-08-05 11:37:54,496 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-248a8735-0ece-4617-b794-8ead282d03cb 2018-08-05 11:37:54,500 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:56,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:56,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:56,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:37: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-5eac3394-ca94-42b2-986d-c2183a84879b x-compute-request-id: req-5eac3394-ca94-42b2-986d-c2183a84879b 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:56,855 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5eac3394-ca94-42b2-986d-c2183a84879b 2018-08-05 11:37:56,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.352825164795s 2018-08-05 11:37:56,856 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5eac3394-ca94-42b2-986d-c2183a84879b 2018-08-05 11:37:56,860 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:37:58,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:37:58,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:37:59,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:37: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-0d447447-169b-4dc1-8f3c-0609f65750ad x-compute-request-id: req-0d447447-169b-4dc1-8f3c-0609f65750ad 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:37:59,237 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0d447447-169b-4dc1-8f3c-0609f65750ad 2018-08-05 11:37:59,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.374616146088s 2018-08-05 11:37:59,238 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0d447447-169b-4dc1-8f3c-0609f65750ad 2018-08-05 11:37:59,242 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:01,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:01,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:01,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38: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-7eadc5f5-cd07-4b0a-83f2-9d04c74365a8 x-compute-request-id: req-7eadc5f5-cd07-4b0a-83f2-9d04c74365a8 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:01,444 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-7eadc5f5-cd07-4b0a-83f2-9d04c74365a8 2018-08-05 11:38:01,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.199672937393s 2018-08-05 11:38:01,445 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-7eadc5f5-cd07-4b0a-83f2-9d04c74365a8 2018-08-05 11:38:01,448 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:03,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:03,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:03,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc9ff848-b12a-48c8-8a9b-4a3ad1e4285e x-compute-request-id: req-cc9ff848-b12a-48c8-8a9b-4a3ad1e4285e 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:03,831 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-cc9ff848-b12a-48c8-8a9b-4a3ad1e4285e 2018-08-05 11:38:03,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.379272937775s 2018-08-05 11:38:03,831 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-cc9ff848-b12a-48c8-8a9b-4a3ad1e4285e 2018-08-05 11:38:03,835 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:05,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:05,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:06,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38: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-bb759834-7a58-4b09-8e9d-444028c3077e x-compute-request-id: req-bb759834-7a58-4b09-8e9d-444028c3077e 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:06,047 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-bb759834-7a58-4b09-8e9d-444028c3077e 2018-08-05 11:38:06,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.210040092468s 2018-08-05 11:38:06,048 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-bb759834-7a58-4b09-8e9d-444028c3077e 2018-08-05 11:38:06,051 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:08,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:08,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:08,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38: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-4fc13b68-924b-4e56-9cd0-9301ed2c62cc x-compute-request-id: req-4fc13b68-924b-4e56-9cd0-9301ed2c62cc 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:08,249 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-4fc13b68-924b-4e56-9cd0-9301ed2c62cc 2018-08-05 11:38:08,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.195389986038s 2018-08-05 11:38:08,250 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-4fc13b68-924b-4e56-9cd0-9301ed2c62cc 2018-08-05 11:38:08,254 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:10,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:10,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:10,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38: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-931d4094-a992-4adf-9cad-ecff65c9202e x-compute-request-id: req-931d4094-a992-4adf-9cad-ecff65c9202e 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:10,630 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-931d4094-a992-4adf-9cad-ecff65c9202e 2018-08-05 11:38:10,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.37336397171s 2018-08-05 11:38:10,630 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-931d4094-a992-4adf-9cad-ecff65c9202e 2018-08-05 11:38:10,634 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:12,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:12,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:12,838 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38: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-76f22d10-7e2d-42c4-9774-745d0bbf776e x-compute-request-id: req-76f22d10-7e2d-42c4-9774-745d0bbf776e 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:12,838 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-76f22d10-7e2d-42c4-9774-745d0bbf776e 2018-08-05 11:38:12,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.202111959457s 2018-08-05 11:38:12,839 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-76f22d10-7e2d-42c4-9774-745d0bbf776e 2018-08-05 11:38:12,843 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:14,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:14,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:15,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8961b01e-def0-4910-8df9-b9b367d38ae9 x-compute-request-id: req-8961b01e-def0-4910-8df9-b9b367d38ae9 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:15,043 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-8961b01e-def0-4910-8df9-b9b367d38ae9 2018-08-05 11:38:15,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.197844982147s 2018-08-05 11:38:15,044 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-8961b01e-def0-4910-8df9-b9b367d38ae9 2018-08-05 11:38:15,047 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:17,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:17,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:17,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11: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-c8a525be-8b2f-45f3-91a4-02ca5dfa3bd2 x-compute-request-id: req-c8a525be-8b2f-45f3-91a4-02ca5dfa3bd2 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:17,241 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c8a525be-8b2f-45f3-91a4-02ca5dfa3bd2 2018-08-05 11:38:17,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.190980911255s 2018-08-05 11:38:17,241 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c8a525be-8b2f-45f3-91a4-02ca5dfa3bd2 2018-08-05 11:38:17,245 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:19,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:19,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:19,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11: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-c5b336c6-de4e-474c-9230-c02af0e7be51 x-compute-request-id: req-c5b336c6-de4e-474c-9230-c02af0e7be51 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:19,775 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c5b336c6-de4e-474c-9230-c02af0e7be51 2018-08-05 11:38:19,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526883125305s 2018-08-05 11:38:19,775 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c5b336c6-de4e-474c-9230-c02af0e7be51 2018-08-05 11:38:19,779 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:21,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:21,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:22,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38: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-191b96e4-2548-43a3-9a7c-f9a3e31b5623 x-compute-request-id: req-191b96e4-2548-43a3-9a7c-f9a3e31b5623 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:22,139 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-191b96e4-2548-43a3-9a7c-f9a3e31b5623 2018-08-05 11:38:22,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.35754108429s 2018-08-05 11:38:22,139 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-191b96e4-2548-43a3-9a7c-f9a3e31b5623 2018-08-05 11:38:22,143 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:24,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:24,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:24,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38: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-d2ae73af-4f82-42d2-9662-552da22ab58b x-compute-request-id: req-d2ae73af-4f82-42d2-9662-552da22ab58b 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:24,694 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-d2ae73af-4f82-42d2-9662-552da22ab58b 2018-08-05 11:38:24,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.548114061356s 2018-08-05 11:38:24,694 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-d2ae73af-4f82-42d2-9662-552da22ab58b 2018-08-05 11:38:24,698 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:26,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:26,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:27,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38: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-cef25a29-89b3-41cc-b9e4-3fc8bfc92bd7 x-compute-request-id: req-cef25a29-89b3-41cc-b9e4-3fc8bfc92bd7 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:27,061 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-cef25a29-89b3-41cc-b9e4-3fc8bfc92bd7 2018-08-05 11:38:27,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.360316038132s 2018-08-05 11:38:27,062 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-cef25a29-89b3-41cc-b9e4-3fc8bfc92bd7 2018-08-05 11:38:27,065 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:29,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:29,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:29,439 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42aac5da-f476-4f15-a365-946364626e89 x-compute-request-id: req-42aac5da-f476-4f15-a365-946364626e89 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:29,440 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-42aac5da-f476-4f15-a365-946364626e89 2018-08-05 11:38:29,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.371695041656s 2018-08-05 11:38:29,440 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-42aac5da-f476-4f15-a365-946364626e89 2018-08-05 11:38:29,444 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:31,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:31,450 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:31,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2cd2a1e0-ad84-44d2-9e58-e77be706d2d5 x-compute-request-id: req-2cd2a1e0-ad84-44d2-9e58-e77be706d2d5 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:31,825 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2cd2a1e0-ad84-44d2-9e58-e77be706d2d5 2018-08-05 11:38:31,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.37851691246s 2018-08-05 11:38:31,826 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2cd2a1e0-ad84-44d2-9e58-e77be706d2d5 2018-08-05 11:38:31,829 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:33,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:33,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:34,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38: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-657f34c3-581f-43fa-8de7-19e4f77ca2f0 x-compute-request-id: req-657f34c3-581f-43fa-8de7-19e4f77ca2f0 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:34,210 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-657f34c3-581f-43fa-8de7-19e4f77ca2f0 2018-08-05 11:38:34,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.378153800964s 2018-08-05 11:38:34,211 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-657f34c3-581f-43fa-8de7-19e4f77ca2f0 2018-08-05 11:38:34,214 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:36,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:36,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:36,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38: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-9287b32c-f30c-48a3-9c9b-206efa837179 x-compute-request-id: req-9287b32c-f30c-48a3-9c9b-206efa837179 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:36,419 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9287b32c-f30c-48a3-9c9b-206efa837179 2018-08-05 11:38:36,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.201852798462s 2018-08-05 11:38:36,420 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9287b32c-f30c-48a3-9c9b-206efa837179 2018-08-05 11:38:36,423 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:38,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:38,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:38,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38: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-76252cda-2891-458a-ab6b-5a107e46d532 x-compute-request-id: req-76252cda-2891-458a-ab6b-5a107e46d532 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:38,647 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-76252cda-2891-458a-ab6b-5a107e46d532 2018-08-05 11:38:38,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.220798015594s 2018-08-05 11:38:38,647 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-76252cda-2891-458a-ab6b-5a107e46d532 2018-08-05 11:38:38,651 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:40,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:40,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:40,846 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38: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-82a38815-5411-4d96-92b0-118370b2bcb3 x-compute-request-id: req-82a38815-5411-4d96-92b0-118370b2bcb3 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:40,846 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-82a38815-5411-4d96-92b0-118370b2bcb3 2018-08-05 11:38:40,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.192183971405s 2018-08-05 11:38:40,846 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-82a38815-5411-4d96-92b0-118370b2bcb3 2018-08-05 11:38:40,850 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:42,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:42,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:43,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38: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-e73489d8-3552-4fe5-9ba9-bc101aec08e3 x-compute-request-id: req-e73489d8-3552-4fe5-9ba9-bc101aec08e3 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:43,049 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e73489d8-3552-4fe5-9ba9-bc101aec08e3 2018-08-05 11:38:43,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.196165084839s 2018-08-05 11:38:43,049 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e73489d8-3552-4fe5-9ba9-bc101aec08e3 2018-08-05 11:38:43,053 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:45,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:45,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:45,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38: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-746fe82a-8759-41bc-82da-7987daa464b1 x-compute-request-id: req-746fe82a-8759-41bc-82da-7987daa464b1 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:45,257 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-746fe82a-8759-41bc-82da-7987daa464b1 2018-08-05 11:38:45,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.200772047043s 2018-08-05 11:38:45,257 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-746fe82a-8759-41bc-82da-7987daa464b1 2018-08-05 11:38:45,261 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:47,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:47,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:47,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38: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-6bce0eae-31bc-4041-8d90-b4f771833795 x-compute-request-id: req-6bce0eae-31bc-4041-8d90-b4f771833795 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:47,630 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6bce0eae-31bc-4041-8d90-b4f771833795 2018-08-05 11:38:47,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366771936417s 2018-08-05 11:38:47,631 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6bce0eae-31bc-4041-8d90-b4f771833795 2018-08-05 11:38:47,635 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:49,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:49,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:49,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38: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-26933df7-2364-4f2a-8ae0-20708faf14fc x-compute-request-id: req-26933df7-2364-4f2a-8ae0-20708faf14fc 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:49,829 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-26933df7-2364-4f2a-8ae0-20708faf14fc 2018-08-05 11:38:49,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.191938877106s 2018-08-05 11:38:49,830 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-26933df7-2364-4f2a-8ae0-20708faf14fc 2018-08-05 11:38:49,833 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:51,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:51,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:52,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38: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-5c92c219-c4d9-4fdc-8f4e-d5e62bce1ff5 x-compute-request-id: req-5c92c219-c4d9-4fdc-8f4e-d5e62bce1ff5 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:52,368 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5c92c219-c4d9-4fdc-8f4e-d5e62bce1ff5 2018-08-05 11:38:52,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.532289981842s 2018-08-05 11:38:52,369 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5c92c219-c4d9-4fdc-8f4e-d5e62bce1ff5 2018-08-05 11:38:52,373 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:54,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:54,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:54,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38: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-6dd0a5dc-8954-4694-930e-518c66bdc62a x-compute-request-id: req-6dd0a5dc-8954-4694-930e-518c66bdc62a 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:54,575 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6dd0a5dc-8954-4694-930e-518c66bdc62a 2018-08-05 11:38:54,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.199408054352s 2018-08-05 11:38:54,575 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6dd0a5dc-8954-4694-930e-518c66bdc62a 2018-08-05 11:38:54,578 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:56,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:56,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:56,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38: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-245c6708-00d8-4aa3-b7a4-0df74f5fd1d4 x-compute-request-id: req-245c6708-00d8-4aa3-b7a4-0df74f5fd1d4 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:56,776 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-245c6708-00d8-4aa3-b7a4-0df74f5fd1d4 2018-08-05 11:38:56,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.195038080215s 2018-08-05 11:38:56,777 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-245c6708-00d8-4aa3-b7a4-0df74f5fd1d4 2018-08-05 11:38:56,780 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:38:58,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:38:58,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:38:59,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:38: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-839752f8-7367-49d3-b09d-a21f35c94c43 x-compute-request-id: req-839752f8-7367-49d3-b09d-a21f35c94c43 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:38:59,130 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-839752f8-7367-49d3-b09d-a21f35c94c43 2018-08-05 11:38:59,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.347620010376s 2018-08-05 11:38:59,131 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-839752f8-7367-49d3-b09d-a21f35c94c43 2018-08-05 11:38:59,135 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:39:01,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:39:01,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:01,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39: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-380865aa-e575-405a-8691-908acee0846e x-compute-request-id: req-380865aa-e575-405a-8691-908acee0846e 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:39:01,501 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-380865aa-e575-405a-8691-908acee0846e 2018-08-05 11:39:01,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.363982200623s 2018-08-05 11:39:01,502 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-380865aa-e575-405a-8691-908acee0846e 2018-08-05 11:39:01,506 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:39:03,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:39:03,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:03,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39: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-7cddfbbd-5376-4758-8543-bfde559f167f x-compute-request-id: req-7cddfbbd-5376-4758-8543-bfde559f167f 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:39:03,888 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-7cddfbbd-5376-4758-8543-bfde559f167f 2018-08-05 11:39:03,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.379384994507s 2018-08-05 11:39:03,888 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-7cddfbbd-5376-4758-8543-bfde559f167f 2018-08-05 11:39:03,892 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:39:05,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:39:05,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:06,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39: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-7b3e5b21-79e8-46a3-b410-a33b5fdf7623 x-compute-request-id: req-7b3e5b21-79e8-46a3-b410-a33b5fdf7623 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:39:06,098 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-7b3e5b21-79e8-46a3-b410-a33b5fdf7623 2018-08-05 11:39:06,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.203310966492s 2018-08-05 11:39:06,098 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-7b3e5b21-79e8-46a3-b410-a33b5fdf7623 2018-08-05 11:39:06,102 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:39:08,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:39:08,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:08,485 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b55bd198-ddb6-44f6-b3b5-9bd42a6c9855 x-compute-request-id: req-b55bd198-ddb6-44f6-b3b5-9bd42a6c9855 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:39:08,485 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b55bd198-ddb6-44f6-b3b5-9bd42a6c9855 2018-08-05 11:39:08,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.380606174469s 2018-08-05 11:39:08,486 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b55bd198-ddb6-44f6-b3b5-9bd42a6c9855 2018-08-05 11:39:08,489 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:39:10,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:39:10,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:11,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39: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-305dd8f1-081c-41c5-8507-a137b809c960 x-compute-request-id: req-305dd8f1-081c-41c5-8507-a137b809c960 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:39:11,048 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-305dd8f1-081c-41c5-8507-a137b809c960 2018-08-05 11:39:11,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.556381940842s 2018-08-05 11:39:11,049 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-305dd8f1-081c-41c5-8507-a137b809c960 2018-08-05 11:39:11,053 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:39:13,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:39:13,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:13,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39: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-59bca603-e6e6-4d5a-8ede-7604f4879046 x-compute-request-id: req-59bca603-e6e6-4d5a-8ede-7604f4879046 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:39:13,463 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-59bca603-e6e6-4d5a-8ede-7604f4879046 2018-08-05 11:39:13,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.407039880753s 2018-08-05 11:39:13,463 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-59bca603-e6e6-4d5a-8ede-7604f4879046 2018-08-05 11:39:13,467 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:39:15,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:39:15,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:15,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3253beb9-4e0e-4dc1-b4cc-bafdc553ff66 x-compute-request-id: req-3253beb9-4e0e-4dc1-b4cc-bafdc553ff66 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:39:15,847 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3253beb9-4e0e-4dc1-b4cc-bafdc553ff66 2018-08-05 11:39:15,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.377178907394s 2018-08-05 11:39:15,848 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3253beb9-4e0e-4dc1-b4cc-bafdc553ff66 2018-08-05 11:39:15,851 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:39:17,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:39:17,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:18,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39: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-82708173-1439-4cf7-b207-8ad1a70637c7 x-compute-request-id: req-82708173-1439-4cf7-b207-8ad1a70637c7 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:39:18,241 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-82708173-1439-4cf7-b207-8ad1a70637c7 2018-08-05 11:39:18,241 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.386976957321s 2018-08-05 11:39:18,241 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-82708173-1439-4cf7-b207-8ad1a70637c7 2018-08-05 11:39:18,245 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:39:20,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:39:20,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:20,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39: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-3943a7eb-34b6-4cdb-bced-c8ce965dadbe x-compute-request-id: req-3943a7eb-34b6-4cdb-bced-c8ce965dadbe 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:39:20,480 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3943a7eb-34b6-4cdb-bced-c8ce965dadbe 2018-08-05 11:39:20,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.233031988144s 2018-08-05 11:39:20,481 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3943a7eb-34b6-4cdb-bced-c8ce965dadbe 2018-08-05 11:39:20,484 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:39:22,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:39:22,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:22,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39: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-2a4cea3f-78fe-48cd-848a-7ea24e6c8ce4 x-compute-request-id: req-2a4cea3f-78fe-48cd-848a-7ea24e6c8ce4 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:39:22,679 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2a4cea3f-78fe-48cd-848a-7ea24e6c8ce4 2018-08-05 11:39:22,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.192397117615s 2018-08-05 11:39:22,679 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2a4cea3f-78fe-48cd-848a-7ea24e6c8ce4 2018-08-05 11:39:22,683 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:39:24,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:39:24,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:24,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39: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-42100136-2a5f-4299-9512-24cd2194ade6 x-compute-request-id: req-42100136-2a5f-4299-9512-24cd2194ade6 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:39:24,884 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-42100136-2a5f-4299-9512-24cd2194ade6 2018-08-05 11:39:24,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.198187828064s 2018-08-05 11:39:24,884 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-42100136-2a5f-4299-9512-24cd2194ade6 2018-08-05 11:39:24,888 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:39:26,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:39:26,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:27,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df6dc482-2049-4851-9cbc-7e80da4142f7 x-compute-request-id: req-df6dc482-2049-4851-9cbc-7e80da4142f7 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:39:27,095 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-df6dc482-2049-4851-9cbc-7e80da4142f7 2018-08-05 11:39:27,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.204367876053s 2018-08-05 11:39:27,096 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-df6dc482-2049-4851-9cbc-7e80da4142f7 2018-08-05 11:39:27,099 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:39:29,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:39:29,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:29,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39: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-95817e21-5219-4765-b879-2a3abd32b1da x-compute-request-id: req-95817e21-5219-4765-b879-2a3abd32b1da 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:39:29,331 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-95817e21-5219-4765-b879-2a3abd32b1da 2018-08-05 11:39:29,331 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.228637933731s 2018-08-05 11:39:29,331 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-95817e21-5219-4765-b879-2a3abd32b1da 2018-08-05 11:39:29,335 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:39:31,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:39:31,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:31,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39: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-756e049b-0d58-48ef-8c99-04e02af4ca2a x-compute-request-id: req-756e049b-0d58-48ef-8c99-04e02af4ca2a 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:39:31,726 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-756e049b-0d58-48ef-8c99-04e02af4ca2a 2018-08-05 11:39:31,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.388264894485s 2018-08-05 11:39:31,726 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-756e049b-0d58-48ef-8c99-04e02af4ca2a 2018-08-05 11:39:31,730 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:39:33,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:39:33,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:33,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-51aa08a9-4fa4-4977-a8ff-a8806082ae12 x-compute-request-id: req-51aa08a9-4fa4-4977-a8ff-a8806082ae12 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.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T11:36:17Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:39:33,932 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-51aa08a9-4fa4-4977-a8ff-a8806082ae12 2018-08-05 11:39:33,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.19926404953s 2018-08-05 11:39:33,932 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-51aa08a9-4fa4-4977-a8ff-a8806082ae12 2018-08-05 11:39:33,936 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 11:39:35,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 11:39:35,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:36,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39: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-f3989f01-7784-4b08-9869-64f185a4a408 x-compute-request-id: req-f3989f01-7784-4b08-9869-64f185a4a408 Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"shaker-net_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:b7:0b", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T11:39:34.000000", "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T11:39:34Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 11:39:36,336 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f3989f01-7784-4b08-9869-64f185a4a408 2018-08-05 11:39:36,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.398576021194s 2018-08-05 11:39:36,336 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f3989f01-7784-4b08-9869-64f185a4a408 2018-08-05 11:39:36,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-05 11:39:36,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/ports.json?device_id=ab8cb246-6937-429e-9241-9ff4b2b6cf0d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:36,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-e2a7763d-4691-4bee-8066-2d53133a4729 Date: Sun, 05 Aug 2018 11:39:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-05T11:39:34Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"63a1b0d0-b327-45ca-bf6e-5e6fcd0fbba2","ip_address":"192.168.120.14"}],"id":"4c6717ba-a4a0-4fff-b78d-a0b5d033bc2b","security_groups":["e563574a-2def-4ebd-afbf-37ad4c9fcc93"],"mac_address":"fa:16:3e:4e:b7:0b","project_id":"1246a4948b084f438c1ba87b1d92bcf2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"33ad70a5-ffbb-43d7-a56c-a3685525ec3f","tenant_id":"1246a4948b084f438c1ba87b1d92bcf2","created_at":"2018-08-05T11:36:18Z","binding:vnic_type":"normal","device_id":"ab8cb246-6937-429e-9241-9ff4b2b6cf0d","ip_allocation":"immediate"}]} 2018-08-05 11:39:36,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=ab8cb246-6937-429e-9241-9ff4b2b6cf0d used request id req-e2a7763d-4691-4bee-8066-2d53133a4729 2018-08-05 11:39:36,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0672550201416s 2018-08-05 11:39:36,408 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=ab8cb246-6937-429e-9241-9ff4b2b6cf0d used request id req-e2a7763d-4691-4bee-8066-2d53133a4729 2018-08-05 11:39:36,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 11:39:36,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/floatingips.json?port_id=4c6717ba-a4a0-4fff-b78d-a0b5d033bc2b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:36,468 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6a82a8fa-3b8d-423b-8183-3d45650dc725 Date: Sun, 05 Aug 2018 11:39:36 GMT RESP BODY: {"floatingips": []} 2018-08-05 11:39:36,468 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=4c6717ba-a4a0-4fff-b78d-a0b5d033bc2b used request id req-6a82a8fa-3b8d-423b-8183-3d45650dc725 2018-08-05 11:39:36,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0556740760803s 2018-08-05 11:39:36,469 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=4c6717ba-a4a0-4fff-b78d-a0b5d033bc2b used request id req-6a82a8fa-3b8d-423b-8183-3d45650dc725 2018-08-05 11:39:36,470 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'shaker-net_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:4e:b7:0b', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e'}), 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-05T11:39:34.000000', 'flavor': Munch({u'id': u'6e4bac81-4b4c-43d8-9817-8e456ec8f21f'}), 'az': u'nova', 'id': u'ab8cb246-6937-429e-9241-9ff4b2b6cf0d', 'security_groups': [Munch({u'name': u'shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'9a045607b09d494f96036daef03a37eb', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1246a4948b084f438c1ba87b1d92bcf2', 'name': 'shaker-project_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a', '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-05T11:39:34.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-05T11:39:34Z', 'hostId': u'1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a', 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b', '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-05T11:39:34.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'1246a4948b084f438c1ba87b1d92bcf2', 'name': u'shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a', 'adminPass': u'XQfP82E4d28v', 'tenant_id': u'1246a4948b084f438c1ba87b1d92bcf2', 'created_at': u'2018-08-05T11:36:16Z', 'created': u'2018-08-05T11:36:16Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-05 11:39:36,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 11:39:36,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:36,587 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1271 X-Openstack-Request-Id: req-6b233dc9-65d5-45ce-ac36-69216fbf69fd Date: Sun, 05 Aug 2018 11:39:36 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"33ad70a5-ffbb-43d7-a56c-a3685525ec3f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1246a4948b084f438c1ba87b1d92bcf2","l2_adjacency":true,"status":"ACTIVE","subnets":["63a1b0d0-b327-45ca-bf6e-5e6fcd0fbba2"],"description":"","tags":[],"updated_at":"2018-08-05T11:35:54Z","qos_policy_id":null,"name":"shaker-net_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a","admin_state_up":true,"tenant_id":"1246a4948b084f438c1ba87b1d92bcf2","created_at":"2018-08-05T11:35:54Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500}]} 2018-08-05 11:39:36,588 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-6b233dc9-65d5-45ce-ac36-69216fbf69fd 2018-08-05 11:39:36,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.114718914032s 2018-08-05 11:39:36,588 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-6b233dc9-65d5-45ce-ac36-69216fbf69fd 2018-08-05 11:39:36,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-05 11:39:36,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/ports.json?device_id=ab8cb246-6937-429e-9241-9ff4b2b6cf0d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:36,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-1250c8c8-b9b8-42a3-a3e1-97ba730a5756 Date: Sun, 05 Aug 2018 11:39:36 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-05T11:39:34Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"63a1b0d0-b327-45ca-bf6e-5e6fcd0fbba2","ip_address":"192.168.120.14"}],"id":"4c6717ba-a4a0-4fff-b78d-a0b5d033bc2b","security_groups":["e563574a-2def-4ebd-afbf-37ad4c9fcc93"],"mac_address":"fa:16:3e:4e:b7:0b","project_id":"1246a4948b084f438c1ba87b1d92bcf2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"33ad70a5-ffbb-43d7-a56c-a3685525ec3f","tenant_id":"1246a4948b084f438c1ba87b1d92bcf2","created_at":"2018-08-05T11:36:18Z","binding:vnic_type":"normal","device_id":"ab8cb246-6937-429e-9241-9ff4b2b6cf0d","ip_allocation":"immediate"}]} 2018-08-05 11:39:36,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=ab8cb246-6937-429e-9241-9ff4b2b6cf0d used request id req-1250c8c8-b9b8-42a3-a3e1-97ba730a5756 2018-08-05 11:39:36,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0723900794983s 2018-08-05 11:39:36,663 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=ab8cb246-6937-429e-9241-9ff4b2b6cf0d used request id req-1250c8c8-b9b8-42a3-a3e1-97ba730a5756 2018-08-05 11:39:36,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-05 11:39:36,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" -d '{"floatingip": {"floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "fixed_ip_address": "192.168.120.14", "port_id": "4c6717ba-a4a0-4fff-b78d-a0b5d033bc2b"}}' 2018-08-05 11:39:38,940 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 824 X-Openstack-Request-Id: req-2a9bb9a4-2c20-425b-a8b8-6ecf2bd2a624 Date: Sun, 05 Aug 2018 11:39:38 GMT RESP BODY: {"floatingip": {"router_id": "3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "created_at": "2018-08-05T11:39:37Z", "updated_at": "2018-08-05T11:39:37Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "33ad70a5-ffbb-43d7-a56c-a3685525ec3f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:4e:b7:0b", "device_id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_id": "4c6717ba-a4a0-4fff-b78d-a0b5d033bc2b", "id": "93e7207d-1c10-4b38-9461-0266fc9e07ea", "qos_policy_id": null}} 2018-08-05 11:39:38,940 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-2a9bb9a4-2c20-425b-a8b8-6ecf2bd2a624 2018-08-05 11:39:38,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.27647900581s 2018-08-05 11:39:38,941 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-2a9bb9a4-2c20-425b-a8b8-6ecf2bd2a624 2018-08-05 11:39:38,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 11:39:38,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:39,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-7798d8e3-55f7-4d6b-a94a-423b29a27c52 Date: Sun, 05 Aug 2018 11:39:39 GMT RESP BODY: {"floatingips": [{"router_id": "3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "created_at": "2018-08-05T11:39:37Z", "updated_at": "2018-08-05T11:39:37Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "33ad70a5-ffbb-43d7-a56c-a3685525ec3f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:4e:b7:0b", "device_id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_id": "4c6717ba-a4a0-4fff-b78d-a0b5d033bc2b", "id": "93e7207d-1c10-4b38-9461-0266fc9e07ea", "qos_policy_id": null}]} 2018-08-05 11:39:39,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-7798d8e3-55f7-4d6b-a94a-423b29a27c52 2018-08-05 11:39:39,061 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.112071990967s 2018-08-05 11:39:39,061 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-7798d8e3-55f7-4d6b-a94a-423b29a27c52 2018-08-05 11:39:39,065 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 11:39:39,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 11:39:39,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:39,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-d236fbbf-4e09-4dfd-adc0-03ad3fa0d207 Date: Sun, 05 Aug 2018 11:39:39 GMT RESP BODY: {"floatingips": [{"router_id": "3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "created_at": "2018-08-05T11:39:37Z", "updated_at": "2018-08-05T11:39:37Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "33ad70a5-ffbb-43d7-a56c-a3685525ec3f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:4e:b7:0b", "device_id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_id": "4c6717ba-a4a0-4fff-b78d-a0b5d033bc2b", "id": "93e7207d-1c10-4b38-9461-0266fc9e07ea", "qos_policy_id": null}]} 2018-08-05 11:39:39,235 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-d236fbbf-4e09-4dfd-adc0-03ad3fa0d207 2018-08-05 11:39:39,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0654919147491s 2018-08-05 11:39:39,236 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-d236fbbf-4e09-4dfd-adc0-03ad3fa0d207 2018-08-05 11:39:39,239 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 11:39:39,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 11:39:39,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:39,404 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-ac1ceb07-6ee1-4481-9869-1f8fa977e003 Date: Sun, 05 Aug 2018 11:39:39 GMT RESP BODY: {"floatingips": [{"router_id": "3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "created_at": "2018-08-05T11:39:37Z", "updated_at": "2018-08-05T11:39:37Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "33ad70a5-ffbb-43d7-a56c-a3685525ec3f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:4e:b7:0b", "device_id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_id": "4c6717ba-a4a0-4fff-b78d-a0b5d033bc2b", "id": "93e7207d-1c10-4b38-9461-0266fc9e07ea", "qos_policy_id": null}]} 2018-08-05 11:39:39,404 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-ac1ceb07-6ee1-4481-9869-1f8fa977e003 2018-08-05 11:39:39,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0596489906311s 2018-08-05 11:39:39,404 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-ac1ceb07-6ee1-4481-9869-1f8fa977e003 2018-08-05 11:39:39,407 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 11:39:39,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 11:39:39,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:39,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-a06b4bae-88cf-4bc8-92e7-38dae3f4b6a1 Date: Sun, 05 Aug 2018 11:39:39 GMT RESP BODY: {"floatingips": [{"router_id": "3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "created_at": "2018-08-05T11:39:37Z", "updated_at": "2018-08-05T11:39:37Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "33ad70a5-ffbb-43d7-a56c-a3685525ec3f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:4e:b7:0b", "device_id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_id": "4c6717ba-a4a0-4fff-b78d-a0b5d033bc2b", "id": "93e7207d-1c10-4b38-9461-0266fc9e07ea", "qos_policy_id": null}]} 2018-08-05 11:39:39,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-a06b4bae-88cf-4bc8-92e7-38dae3f4b6a1 2018-08-05 11:39:39,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0642819404602s 2018-08-05 11:39:39,577 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-a06b4bae-88cf-4bc8-92e7-38dae3f4b6a1 2018-08-05 11:39:39,580 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 11:39:39,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 11:39:39,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:39,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-7d783c8e-620f-4274-b5c8-1a8b3e9b17da Date: Sun, 05 Aug 2018 11:39:39 GMT RESP BODY: {"floatingips": [{"router_id": "3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "created_at": "2018-08-05T11:39:37Z", "updated_at": "2018-08-05T11:39:37Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "33ad70a5-ffbb-43d7-a56c-a3685525ec3f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:4e:b7:0b", "device_id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_id": "4c6717ba-a4a0-4fff-b78d-a0b5d033bc2b", "id": "93e7207d-1c10-4b38-9461-0266fc9e07ea", "qos_policy_id": null}]} 2018-08-05 11:39:39,748 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-7d783c8e-620f-4274-b5c8-1a8b3e9b17da 2018-08-05 11:39:39,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0621519088745s 2018-08-05 11:39:39,748 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-7d783c8e-620f-4274-b5c8-1a8b3e9b17da 2018-08-05 11:39:39,751 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 11:39:39,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 11:39:39,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:39,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-58440586-e845-48a1-8d93-9b6e63b3787a Date: Sun, 05 Aug 2018 11:39:39 GMT RESP BODY: {"floatingips": [{"router_id": "3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed", "status": "DOWN", "description": "", "tags": [], "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "created_at": "2018-08-05T11:39:37Z", "updated_at": "2018-08-05T11:39:37Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "33ad70a5-ffbb-43d7-a56c-a3685525ec3f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:4e:b7:0b", "device_id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_id": "4c6717ba-a4a0-4fff-b78d-a0b5d033bc2b", "id": "93e7207d-1c10-4b38-9461-0266fc9e07ea", "qos_policy_id": null}]} 2018-08-05 11:39:39,921 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-58440586-e845-48a1-8d93-9b6e63b3787a 2018-08-05 11:39:39,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0641620159149s 2018-08-05 11:39:39,921 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-58440586-e845-48a1-8d93-9b6e63b3787a 2018-08-05 11:39:39,924 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 11:39:40,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 11:39:40,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 11:39:40,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 829 X-Openstack-Request-Id: req-6c7a7b06-84c3-4e92-9dfa-cd12ccc8f889 Date: Sun, 05 Aug 2018 11:39:40 GMT RESP BODY: {"floatingips": [{"router_id": "3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "created_at": "2018-08-05T11:39:37Z", "updated_at": "2018-08-05T11:39:39Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "33ad70a5-ffbb-43d7-a56c-a3685525ec3f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:4e:b7:0b", "device_id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.201", "revision_number": 1, "project_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_id": "4c6717ba-a4a0-4fff-b78d-a0b5d033bc2b", "id": "93e7207d-1c10-4b38-9461-0266fc9e07ea", "qos_policy_id": null}]} 2018-08-05 11:39:40,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-6c7a7b06-84c3-4e92-9dfa-cd12ccc8f889 2018-08-05 11:39:40,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.063206911087s 2018-08-05 11:39:40,093 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-6c7a7b06-84c3-4e92-9dfa-cd12ccc8f889 2018-08-05 11:39:40,096 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed', 'updated_at': u'2018-08-05T11:39:39Z', 'fixed_ip_address': u'192.168.120.14', 'floating_ip_address': u'172.30.9.201', 'revision_number': 1, 'port_id': u'4c6717ba-a4a0-4fff-b78d-a0b5d033bc2b', 'id': u'93e7207d-1c10-4b38-9461-0266fc9e07ea', 'network': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 'port': u'4c6717ba-a4a0-4fff-b78d-a0b5d033bc2b', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1246a4948b084f438c1ba87b1d92bcf2', 'name': 'shaker-project_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'1246a4948b084f438c1ba87b1d92bcf2', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'33ad70a5-ffbb-43d7-a56c-a3685525ec3f', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:4e:b7:0b', u'device_id': u'ab8cb246-6937-429e-9241-9ff4b2b6cf0d'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'1246a4948b084f438c1ba87b1d92bcf2', 'created_at': u'2018-08-05T11:39:37Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'33ad70a5-ffbb-43d7-a56c-a3685525ec3f', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:4e:b7:0b', u'device_id': u'ab8cb246-6937-429e-9241-9ff4b2b6cf0d'}), 'router': u'3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed'}) 2018-08-05 11:39:40,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 11:39:40,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 11:39:40,187 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39: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-581b4e16-deb6-4280-94e0-0f671e8564a7 x-compute-request-id: req-581b4e16-deb6-4280-94e0-0f671e8564a7 Content-Encoding: gzip Content-Length: 10510 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 682343885 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.137370] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139219] pid_max: default: 32768 minimum: 301\n[ 0.140187] ACPI: Core revision 20150930\n[ 0.141659] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143091] Security Framework initialized\n[ 0.144026] Yama: becoming mindful.\n[ 0.144865] AppArmor: AppArmor initialized\n[ 0.145779] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147256] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148713] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150098] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151612] Initializing cgroup subsys io\n[ 0.152485] Initializing cgroup subsys memory\n[ 0.153425] Initializing cgroup subsys devices\n[ 0.154345] Initializing cgroup subsys freezer\n[ 0.155258] Initializing cgroup subsys net_cls\n[ 0.156178] Initializing cgroup subsys perf_event\n[ 0.157160] Initializing cgroup subsys net_prio\n[ 0.158081] Initializing cgroup subsys hugetlb\n[ 0.158986] Initializing cgroup subsys pids\n[ 0.159881] CPU: Physical Processor ID: 0\n[ 0.161481] mce: CPU supports 10 MCE banks\n[ 0.162365] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163408] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164603] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.165759] Spectre V2 : Enabling Indirect Branch Prediction Barrier\n[ 0.167023] Spectre V2 : Enabling Indirect Branch Restricted Speculation\n[ 0.168406] Spectre V2 : Speculation control IBPB supported IBRS supported\n[ 0.169592] Spectre V2 : Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.171201] Speculative Store Bypass: Vulnerable\n[ 0.188139] Freeing SMP alternatives memory: 32K\n[ 0.193802] ftrace: allocating 32237 entries in 126 pages\n[ 0.228428] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229761] smpboot: Max logical packages: 1\n[ 0.230802] x2apic enabled\n[ 0.231643] Switched APIC routing to physical x2apic.\n[ 0.233450] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236887] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238817] KVM setup paravirtual spinlock\n[ 0.240194] x86: Booted up 1 node, 1 CPUs\n[ 0.241062] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242607] devtmpfs: initialized\n[ 0.244379] evm: security.selinux\n[ 0.245132] evm: security.SMACK64\n[ 0.245866] evm: security.SMACK64EXEC\n[ 0.246655] evm: security.SMACK64TRANSMUTE\n[ 0.247530] evm: security.SMACK64MMAP\n[ 0.248325] evm: security.ima\n[ 0.249004] evm: security.capability\n[ 0.249870] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.253111] pinctrl core: initialized pinctrl subsystem\n[ 0.254295] RTC time: 11:39:34, date: 08/05/18\n[ 0.255330] NET: Registered protocol family 16\n[ 0.256390] cpuidle: using governor ladder\n[ 0.257277] cpuidle: using governor menu\n[ 0.258127] PCCT header not found.\n[ 0.258937] ACPI: bus type PCI registered\n[ 0.259795] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261155] PCI: Using configuration type 1 for base access\n[ 0.263097] ACPI: Added _OSI(Module Device)\n[ 0.264011] ACPI: Added _OSI(Processor Device)\n[ 0.264946] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265978] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267928] ACPI: Interpreter enabled\n[ 0.268772] ACPI: (supports S0 S5)\n[ 0.269521] ACPI: Using IOAPIC for interrupt routing\n[ 0.270561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273946] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275177] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276500] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277782] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280254] acpiphp: Slot [3] registered\n[ 0.281119] acpiphp: Slot [4] registered\n[ 0.291982] acpiphp: Slot [5] registered\n[ 0.292846] acpiphp: Slot [6] registered\n[ 0.293714] acpiphp: Slot [7] registered\n[ 0.294564] acpiphp: Slot [8] registered\n[ 0.295418] acpiphp: Slot [9] registered\n[ 0.296287] acpiphp: Slot [10] registered\n[ 0.297164] acpiphp: Slot [11] registered\n[ 0.298043] acpiphp: Slot [12] registered\n[ 0.298925] acpiphp: Slot [13] registered\n[ 0.299790] acpiphp: Slot [14] registered\n[ 0.300659] acpiphp: Slot [15] registered\n[ 0.301519] acpiphp: Slot [16] registered\n[ 0.302381] acpiphp: Slot [17] registered\n[ 0.303243] acpiphp: Slot [18] registered\n[ 0.304112] acpiphp: Slot [19] registered\n[ 0.304991] acpiphp: Slot [20] registered\n[ 0.305933] acpiphp: Slot [21] registered\n[ 0.306788] acpiphp: Slot [22] registered\n[ 0.307647] acpiphp: Slot [23] registered\n[ 0.308510] acpiphp: Slot [24] registered\n[ 0.309383] acpiphp: Slot [25] registered\n[ 0.310255] acpiphp: Slot [26] registered\n[ 0.311122] acpiphp: Slot [27] registered\n[ 0.311987] acpiphp: Slot [28] registered\n[ 0.312848] acpiphp: Slot [29] registered\n[ 0.313715] acpiphp: Slot [30] registered\n[ 0.314582] acpiphp: Slot [31] registered\n[ 0.315453] PCI host bridge to bus 0000:00\n[ 0.316325] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317625] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318999] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320545] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322110] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.323690] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326982] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328514] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329794] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.331170] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334301] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.335829] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355143] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356716] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358227] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359726] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361645] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364374] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365506] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367172] vgaarb: loaded\n[ 0.367810] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369135] SCSI subsystem initialized\n[ 0.370102] ACPI: bus type USB registered\n[ 0.370953] usbcore: registered new interface driver usbfs\n[ 0.372013] usbcore: registered new interface driver hub\n[ 0.373044] usbcore: registered new device driver usb\n[ 0.374222] PCI: Using ACPI for IRQ routing\n[ 0.375352] NetLabel: Initializing\n[ 0.376092] NetLabel: domain hash size = 128\n[ 0.376963] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377934] NetLabel: unlabeled traffic allowed by default\n[ 0.379101] amd_nb: Cannot enumerate AMD northbridges\n[ 0.380110] clocksource: Switched to clocksource kvm-clock\n[ 0.387622] AppArmor: AppArmor Filesystem Enabled\n[ 0.388627] pnp: PnP ACPI init\n[ 0.389591] pnp: PnP ACPI: found 5 devices\n[ 0.395998] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397753] NET: Registered protocol family 2\n[ 0.398811] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400135] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403325] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404778] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405900] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407246] NET: Registered protocol family 1\n[ 0.408176] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409343] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410445] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426383] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442768] Unpacking initramfs...\n[ 0.893779] Freeing initrd memory: 37084K\n[ 0.895161] Scanning for low memory corruption every 60 seconds\n[ 0.896784] audit: initializing netlink subsys (disabled)\n[ 0.897874] audit: type=2000 audit(1533469175.750:1): initialized\n[ 0.899322] Initialise system trusted keyring\n[ 0.900400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.901598] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.903850] zbud: loaded\n[ 0.904739] VFS: Disk quotas dquot_6.6.0\n[ 0.905581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.907067] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.908418] fuse init (API version 7.23)\n[ 0.909370] Key type big_key registered\n[ 0.910195] Allocating IMA MOK and blacklist keyrings.\n[ 0.911494] Key type asymmetric registered\n[ 0.912363] Asymmetric key parser 'x509' registered\n[ 0.913383] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.914902] io scheduler noop registered\n[ 0.915715] io scheduler deadline registered (default)\n[ 0.916754] io scheduler cfq registered\n[ 0.917642] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.918716] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.920084] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.921594] ACPI: Power Button [PWRF]\n[ 0.922516] GHES: HEST is not enabled!\n[ 0.937968] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.969963] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.972330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.996367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.998698] Linux agpgart interface v0.103\n[ 1.000917] loop: module loaded\n[ 1.003524] vda: vda1\n[ 1.004881] scsi host0: ata_piix\n[ 1.005661] scsi host1: ata_piix\n[ 1.006399] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.007659] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.009219] libphy: Fixed MDIO Bus: probed\n[ 1.010072] tun: Universal TUN/TAP device driver, 1.6\n[ 1.011051] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.013356] PPP generic driver version 2.4.2\n[ 1.014297] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.015519] ehci-pci: EHCI PCI platform driver\n[ 1.016439] ehci-platform: EHCI generic platform driver\n[ 1.017460] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.018619] ohci-pci: OHCI PCI platform driver\n[ 1.019513] ohci-platform: OHCI generic platform driver\n[ 1.020532] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.036398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.037435] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.038932] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.039953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.041136] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.042403] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.043872] usb usb1: Product: UHCI Host Controller\n[ 1.044838] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.046034] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.047046] hub 1-0:1.0: USB hub found\n[ 1.047848] hub 1-0:1.0: 2 ports detected\n[ 1.048817] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.051030] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.052010] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.053092] mousedev: PS/2 mouse device common for all mice\n[ 1.054418] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.056410] rtc_cmos 00:00: RTC can wake from S4\n[ 1.057587] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.058814] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.060050] i2c /dev entries driver\n[ 1.060857] device-mapper: uevent: version 1.0.3\n[ 1.061846] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.063515] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.064933] NET: Registered protocol family 10\n[ 1.066098] NET: Registered protocol family 17\n[ 1.067028] Key type dns_resolver registered\n[ 1.068098] registered taskstats version 1\n[ 1.068990] Loading compiled-in X.509 certificates\n[ 1.070495] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.072418] zswap: loaded using pool lzo/zbud\n[ 1.074631] Key type trusted registered\n[ 1.077396] Key type encrypted registered\n[ 1.078253] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.079324] ima: No TPM chip found, activating TPM-bypass!\n[ 1.080401] evm: HMAC attrs: 0x1\n[ 1.081385] Magic number: 14:684:680\n[ 1.082261] rtc_cmos 00:00: setting system clock to 2018-08-05 11:39:35 UTC (1533469175)\n[ 1.083920] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.085068] EDD information not available.\n[ 1.169432] Freeing unused kernel memory: 1512K\n[ 1.170385] Write protecting the kernel read-only data: 14336k\n[ 1.172467] Freeing unused kernel memory: 1692K\n[ 1.173647] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.183630] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.185800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.187724] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.189604] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.191462] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.193346] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.200766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.202643] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.205182] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.207213] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.261372] virtio_net virtio0 ens3: renamed from eth0\n[ 1.268752] [drm] Initialized drm 1.1.0 20060810\n[ 1.270221] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.272219] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.296428] FDC 0 is a S82078B\n[ 1.299127] AVX2 version of gcm_enc/dec engaged.\n[ 1.300084] AES CTR mode by8 optimization enabled\n[ 1.360146] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.520894] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.522165] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.523473] usb 1-1: Product: QEMU USB Tablet\n[ 1.524359] usb 1-1: Manufacturer: QEMU\n[ 1.525156] usb 1-1: SerialNumber: 42\n[ 1.533292] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.539251] usbcore: registered new interface driver usbhid\n[ 1.540375] usbhid: USB HID core driver\n[ 1.543115] 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.545456] 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\nBegin: Loading essential drivers ... [ 1.815146] md: linear personality registered for level -1\n[ 1.818405] md: multipath personality registered for level -4\n[ 1.821689] md: raid0 personality registered for level 0\n[ 1.825418] md: raid1 personality registered for level 1\n[ 1.896116] raid6: sse2x1 gen() 11435 MB/s\n[ 1.964112] raid6: sse2x1 xor() 8871 MB/s\n[ 2.032134] raid6: sse2x2 gen() 14453 MB/s\n[ 2.100112] raid6: sse2x2 xor() 9615 MB/s\n[ 2.168122] raid6: sse2x4 gen() 16399 MB/s\n[ 2.236133] raid6: sse2x4 xor() 11490 MB/s\n[ 2.304146] raid6: avx2x1 gen() 22015 MB/s\n[ 2.372144] raid6: avx2x2 gen() 25992 MB/s\n[ 2.440132] raid6: avx2x4 gen() 29636 MB/s\n[ 2.441036] raid6: using algorithm avx2x4 gen() 29636 MB/s\n[ 2.442078] raid6: using avx2x2 recovery algorithm\n[ 2.443056] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 2.444269] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32555216d58, max_idle_ns: 440795274562 ns\n[ 2.447965] xor: automatically using best checksumming function:\n[ 2.488120] avx : 31760.000 MB/sec\n[ 2.490367] async_tx: api initialized (async)\n[ 2.501074] md: raid6 personality registered for level 6\n[ 2.502152] md: raid5 personality registered for level 5\n[ 2.503183] md: raid4 personality registered for level 4\n[ 2.508745] 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.538578] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.557322] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.659511] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.662903] systemd[1]: Detected virtualization kvm.\n[ 2.663895] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.667080] systemd[1]: Set hostname to .\n[ 2.669554] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.670727] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.765715] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.768063] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.770580] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.772745] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.774853] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.777285] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.779238] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.781283] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.783284] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.785467] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.787909] 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[ 2.791101] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.793040] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.795096] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.797416] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.799746] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.802098] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.806849] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.809492] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.813501] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.821375] Loading iSCSI transport class v2.0-870.\n[ 2.823326] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.833297] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.835829] 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[ 2.841697] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.846940] iscsi: registered transport (tcp)\n[ 2.848709] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.854906] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.860654] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.866554] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.880557] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.889322] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.897160] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.903029] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.905445] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.907517] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.917271] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 2.935691] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Set console keymap.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started 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 Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Initial cloud-init job (pre-networking)...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting 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[ 3.776969] 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.344801] cloud-init[494]: Cloud-init v. 18.2 running 'init-local' at Sun, 05 Aug 2018 11:39:38 +0000. Up 4.15 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"} 2018-08-05 11:39:40,188 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d/action used request id req-581b4e16-deb6-4280-94e0-0f671e8564a7 2018-08-05 11:39:40,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0911099910736s 2018-08-05 11:39:40,189 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d/action used request id req-581b4e16-deb6-4280-94e0-0f671e8564a7 2018-08-05 11:39:40,189 - 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 682343885 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.137370] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.139219] pid_max: default: 32768 minimum: 301 [ 0.140187] ACPI: Core revision 20150930 [ 0.141659] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.143091] Security Framework initialized [ 0.144026] Yama: becoming mindful. [ 0.144865] AppArmor: AppArmor initialized [ 0.145779] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.147256] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.148713] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150098] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151612] Initializing cgroup subsys io [ 0.152485] Initializing cgroup subsys memory [ 0.153425] Initializing cgroup subsys devices [ 0.154345] Initializing cgroup subsys freezer [ 0.155258] Initializing cgroup subsys net_cls [ 0.156178] Initializing cgroup subsys perf_event [ 0.157160] Initializing cgroup subsys net_prio [ 0.158081] Initializing cgroup subsys hugetlb [ 0.158986] Initializing cgroup subsys pids [ 0.159881] CPU: Physical Processor ID: 0 [ 0.161481] mce: CPU supports 10 MCE banks [ 0.162365] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163408] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164603] Spectre V2 : Mitigation: Full generic retpoline [ 0.165759] Spectre V2 : Enabling Indirect Branch Prediction Barrier [ 0.167023] Spectre V2 : Enabling Indirect Branch Restricted Speculation [ 0.168406] Spectre V2 : Speculation control IBPB supported IBRS supported [ 0.169592] Spectre V2 : Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.171201] Speculative Store Bypass: Vulnerable [ 0.188139] Freeing SMP alternatives memory: 32K [ 0.193802] ftrace: allocating 32237 entries in 126 pages [ 0.228428] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.229761] smpboot: Max logical packages: 1 [ 0.230802] x2apic enabled [ 0.231643] Switched APIC routing to physical x2apic. [ 0.233450] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.234663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.236887] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.238817] KVM setup paravirtual spinlock [ 0.240194] x86: Booted up 1 node, 1 CPUs [ 0.241062] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.242607] devtmpfs: initialized [ 0.244379] evm: security.selinux [ 0.245132] evm: security.SMACK64 [ 0.245866] evm: security.SMACK64EXEC [ 0.246655] evm: security.SMACK64TRANSMUTE [ 0.247530] evm: security.SMACK64MMAP [ 0.248325] evm: security.ima [ 0.249004] evm: security.capability [ 0.249870] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.251838] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.253111] pinctrl core: initialized pinctrl subsystem [ 0.254295] RTC time: 11:39:34, date: 08/05/18 [ 0.255330] NET: Registered protocol family 16 [ 0.256390] cpuidle: using governor ladder [ 0.257277] cpuidle: using governor menu [ 0.258127] PCCT header not found. [ 0.258937] ACPI: bus type PCI registered [ 0.259795] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.261155] PCI: Using configuration type 1 for base access [ 0.263097] ACPI: Added _OSI(Module Device) [ 0.264011] ACPI: Added _OSI(Processor Device) [ 0.264946] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.265978] ACPI: Added _OSI(Processor Aggregator Device) [ 0.267928] ACPI: Interpreter enabled [ 0.268772] ACPI: (supports S0 S5) [ 0.269521] ACPI: Using IOAPIC for interrupt routing [ 0.270561] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.273946] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.275177] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.276500] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.277782] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.280254] acpiphp: Slot [3] registered [ 0.281119] acpiphp: Slot [4] registered [ 0.291982] acpiphp: Slot [5] registered [ 0.292846] acpiphp: Slot [6] registered [ 0.293714] acpiphp: Slot [7] registered [ 0.294564] acpiphp: Slot [8] registered [ 0.295418] acpiphp: Slot [9] registered [ 0.296287] acpiphp: Slot [10] registered [ 0.297164] acpiphp: Slot [11] registered [ 0.298043] acpiphp: Slot [12] registered [ 0.298925] acpiphp: Slot [13] registered [ 0.299790] acpiphp: Slot [14] registered [ 0.300659] acpiphp: Slot [15] registered [ 0.301519] acpiphp: Slot [16] registered [ 0.302381] acpiphp: Slot [17] registered [ 0.303243] acpiphp: Slot [18] registered [ 0.304112] acpiphp: Slot [19] registered [ 0.304991] acpiphp: Slot [20] registered [ 0.305933] acpiphp: Slot [21] registered [ 0.306788] acpiphp: Slot [22] registered [ 0.307647] acpiphp: Slot [23] registered [ 0.308510] acpiphp: Slot [24] registered [ 0.309383] acpiphp: Slot [25] registered [ 0.310255] acpiphp: Slot [26] registered [ 0.311122] acpiphp: Slot [27] registered [ 0.311987] acpiphp: Slot [28] registered [ 0.312848] acpiphp: Slot [29] registered [ 0.313715] acpiphp: Slot [30] registered [ 0.314582] acpiphp: Slot [31] registered [ 0.315453] PCI host bridge to bus 0000:00 [ 0.316325] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.317625] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.318999] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.320545] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.322110] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.323690] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.326982] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.328514] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.329794] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.331170] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.334301] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.335829] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355143] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356716] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358227] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359726] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361645] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362989] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.364374] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365506] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367172] vgaarb: loaded [ 0.367810] vgaarb: bridge control possible 0000:00:02.0 [ 0.369135] SCSI subsystem initialized [ 0.370102] ACPI: bus type USB registered [ 0.370953] usbcore: registered new interface driver usbfs [ 0.372013] usbcore: registered new interface driver hub [ 0.373044] usbcore: registered new device driver usb [ 0.374222] PCI: Using ACPI for IRQ routing [ 0.375352] NetLabel: Initializing [ 0.376092] NetLabel: domain hash size = 128 [ 0.376963] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377934] NetLabel: unlabeled traffic allowed by default [ 0.379101] amd_nb: Cannot enumerate AMD northbridges [ 0.380110] clocksource: Switched to clocksource kvm-clock [ 0.387622] AppArmor: AppArmor Filesystem Enabled [ 0.388627] pnp: PnP ACPI init [ 0.389591] pnp: PnP ACPI: found 5 devices [ 0.395998] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397753] NET: Registered protocol family 2 [ 0.398811] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.400135] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.403325] TCP: Hash tables configured (established 4096 bind 4096) [ 0.404778] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.405900] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.407246] NET: Registered protocol family 1 [ 0.408176] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.409343] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.410445] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426383] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.442768] Unpacking initramfs... [ 0.893779] Freeing initrd memory: 37084K [ 0.895161] Scanning for low memory corruption every 60 seconds [ 0.896784] audit: initializing netlink subsys (disabled) [ 0.897874] audit: type=2000 audit(1533469175.750:1): initialized [ 0.899322] Initialise system trusted keyring [ 0.900400] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.901598] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.903850] zbud: loaded [ 0.904739] VFS: Disk quotas dquot_6.6.0 [ 0.905581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.907067] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.908418] fuse init (API version 7.23) [ 0.909370] Key type big_key registered [ 0.910195] Allocating IMA MOK and blacklist keyrings. [ 0.911494] Key type asymmetric registered [ 0.912363] Asymmetric key parser 'x509' registered [ 0.913383] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.914902] io scheduler noop registered [ 0.915715] io scheduler deadline registered (default) [ 0.916754] io scheduler cfq registered [ 0.917642] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.918716] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.920084] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.921594] ACPI: Power Button [PWRF] [ 0.922516] GHES: HEST is not enabled! [ 0.937968] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.969963] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.972330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.996367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.998698] Linux agpgart interface v0.103 [ 1.000917] loop: module loaded [ 1.003524] vda: vda1 [ 1.004881] scsi host0: ata_piix [ 1.005661] scsi host1: ata_piix [ 1.006399] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.007659] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.009219] libphy: Fixed MDIO Bus: probed [ 1.010072] tun: Universal TUN/TAP device driver, 1.6 [ 1.011051] tun: (C) 1999-2004 Max Krasnyansky [ 1.013356] PPP generic driver version 2.4.2 [ 1.014297] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.015519] ehci-pci: EHCI PCI platform driver [ 1.016439] ehci-platform: EHCI generic platform driver [ 1.017460] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.018619] ohci-pci: OHCI PCI platform driver [ 1.019513] ohci-platform: OHCI generic platform driver [ 1.020532] uhci_hcd: USB Universal Host Controller Interface driver [ 1.036398] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.037435] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.038932] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.039953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.041136] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.042403] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.043872] usb usb1: Product: UHCI Host Controller [ 1.044838] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.046034] usb usb1: SerialNumber: 0000:00:01.2 [ 1.047046] hub 1-0:1.0: USB hub found [ 1.047848] hub 1-0:1.0: 2 ports detected [ 1.048817] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.051030] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.052010] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.053092] mousedev: PS/2 mouse device common for all mice [ 1.054418] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.056410] rtc_cmos 00:00: RTC can wake from S4 [ 1.057587] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.058814] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.060050] i2c /dev entries driver [ 1.060857] device-mapper: uevent: version 1.0.3 [ 1.061846] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.063515] ledtrig-cpu: registered to indicate activity on CPUs [ 1.064933] NET: Registered protocol family 10 [ 1.066098] NET: Registered protocol family 17 [ 1.067028] Key type dns_resolver registered [ 1.068098] registered taskstats version 1 [ 1.068990] Loading compiled-in X.509 certificates [ 1.070495] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.072418] zswap: loaded using pool lzo/zbud [ 1.074631] Key type trusted registered [ 1.077396] Key type encrypted registered [ 1.078253] AppArmor: AppArmor sha1 policy hashing enabled [ 1.079324] ima: No TPM chip found, activating TPM-bypass! [ 1.080401] evm: HMAC attrs: 0x1 [ 1.081385] Magic number: 14:684:680 [ 1.082261] rtc_cmos 00:00: setting system clock to 2018-08-05 11:39:35 UTC (1533469175) [ 1.083920] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.085068] EDD information not available. [ 1.169432] Freeing unused kernel memory: 1512K [ 1.170385] Write protecting the kernel read-only data: 14336k [ 1.172467] Freeing unused kernel memory: 1692K [ 1.173647] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.183630] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.185800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.187724] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.189604] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.191462] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.193346] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.200766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.202643] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.205182] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.207213] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.261372] virtio_net virtio0 ens3: renamed from eth0 [ 1.268752] [drm] Initialized drm 1.1.0 20060810 [ 1.270221] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.272219] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.296428] FDC 0 is a S82078B [ 1.299127] AVX2 version of gcm_enc/dec engaged. [ 1.300084] AES CTR mode by8 optimization enabled [ 1.360146] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.520894] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.522165] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.523473] usb 1-1: Product: QEMU USB Tablet [ 1.524359] usb 1-1: Manufacturer: QEMU [ 1.525156] usb 1-1: SerialNumber: 42 [ 1.533292] hidraw: raw HID events driver (C) Jiri Kosina [ 1.539251] usbcore: registered new interface driver usbhid [ 1.540375] usbhid: USB HID core driver [ 1.543115] 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.545456] 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 Begin: Loading essential drivers ... [ 1.815146] md: linear personality registered for level -1 [ 1.818405] md: multipath personality registered for level -4 [ 1.821689] md: raid0 personality registered for level 0 [ 1.825418] md: raid1 personality registered for level 1 [ 1.896116] raid6: sse2x1 gen() 11435 MB/s [ 1.964112] raid6: sse2x1 xor() 8871 MB/s [ 2.032134] raid6: sse2x2 gen() 14453 MB/s [ 2.100112] raid6: sse2x2 xor() 9615 MB/s [ 2.168122] raid6: sse2x4 gen() 16399 MB/s [ 2.236133] raid6: sse2x4 xor() 11490 MB/s [ 2.304146] raid6: avx2x1 gen() 22015 MB/s [ 2.372144] raid6: avx2x2 gen() 25992 MB/s [ 2.440132] raid6: avx2x4 gen() 29636 MB/s [ 2.441036] raid6: using algorithm avx2x4 gen() 29636 MB/s [ 2.442078] raid6: using avx2x2 recovery algorithm [ 2.443056] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 2.444269] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32555216d58, max_idle_ns: 440795274562 ns [ 2.447965] xor: automatically using best checksumming function: [ 2.488120] avx : 31760.000 MB/sec [ 2.490367] async_tx: api initialized (async) [ 2.501074] md: raid6 personality registered for level 6 [ 2.502152] md: raid5 personality registered for level 5 [ 2.503183] md: raid4 personality registered for level 4 [ 2.508745] 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.538578] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.557322] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.659511] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.662903] systemd[1]: Detected virtualization kvm. [ 2.663895] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.667080] systemd[1]: Set hostname to . [ 2.669554] systemd[1]: Initializing machine ID from KVM UUID. [ 2.670727] systemd[1]: Installed transient /etc/machine-id file. [ 2.765715] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.768063] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.770580] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.772745] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.774853] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.777285] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.779238] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.781283] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.783284] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.785467] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.787909] 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. [ 2.791101] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.793040] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.795096] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.797416] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.799746] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.802098] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.806849] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.809492] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.813501] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.821375] Loading iSCSI transport class v2.0-870. [ 2.823326] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.833297] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.835829] 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... [ 2.841697] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.846940] iscsi: registered transport (tcp) [ 2.848709] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.854906] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.860654] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.866554] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.880557] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.889322] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.897160] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.903029] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.905445] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.907517] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.917271] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager. [ 2.935691] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Set console keymap. Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started 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 Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Set console font and keymap... Starting Initial cloud-init job (pre-networking)... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting 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. [ 3.776969] 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.344801] cloud-init[494]: Cloud-init v. 18.2 running 'init-local' at Sun, 05 Aug 2018 11:39:38 +0000. Up 4.15 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... 2018-08-05 11:39:40,832 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.201: [Errno None] Unable to connect to port 22 on 172.30.9.201 2018-08-05 11:39:49,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 11:39:49,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 11:39:49,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39: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-71e3410c-5ece-47ae-88e5-fbc415ace308 x-compute-request-id: req-71e3410c-5ece-47ae-88e5-fbc415ace308 Content-Encoding: gzip Content-Length: 14210 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 682343885 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.137370] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.139219] pid_max: default: 32768 minimum: 301\n[ 0.140187] ACPI: Core revision 20150930\n[ 0.141659] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.143091] Security Framework initialized\n[ 0.144026] Yama: becoming mindful.\n[ 0.144865] AppArmor: AppArmor initialized\n[ 0.145779] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.147256] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.148713] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150098] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.151612] Initializing cgroup subsys io\n[ 0.152485] Initializing cgroup subsys memory\n[ 0.153425] Initializing cgroup subsys devices\n[ 0.154345] Initializing cgroup subsys freezer\n[ 0.155258] Initializing cgroup subsys net_cls\n[ 0.156178] Initializing cgroup subsys perf_event\n[ 0.157160] Initializing cgroup subsys net_prio\n[ 0.158081] Initializing cgroup subsys hugetlb\n[ 0.158986] Initializing cgroup subsys pids\n[ 0.159881] CPU: Physical Processor ID: 0\n[ 0.161481] mce: CPU supports 10 MCE banks\n[ 0.162365] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163408] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.164603] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.165759] Spectre V2 : Enabling Indirect Branch Prediction Barrier\n[ 0.167023] Spectre V2 : Enabling Indirect Branch Restricted Speculation\n[ 0.168406] Spectre V2 : Speculation control IBPB supported IBRS supported\n[ 0.169592] Spectre V2 : Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.171201] Speculative Store Bypass: Vulnerable\n[ 0.188139] Freeing SMP alternatives memory: 32K\n[ 0.193802] ftrace: allocating 32237 entries in 126 pages\n[ 0.228428] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.229761] smpboot: Max logical packages: 1\n[ 0.230802] x2apic enabled\n[ 0.231643] Switched APIC routing to physical x2apic.\n[ 0.233450] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236887] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238817] KVM setup paravirtual spinlock\n[ 0.240194] x86: Booted up 1 node, 1 CPUs\n[ 0.241062] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242607] devtmpfs: initialized\n[ 0.244379] evm: security.selinux\n[ 0.245132] evm: security.SMACK64\n[ 0.245866] evm: security.SMACK64EXEC\n[ 0.246655] evm: security.SMACK64TRANSMUTE\n[ 0.247530] evm: security.SMACK64MMAP\n[ 0.248325] evm: security.ima\n[ 0.249004] evm: security.capability\n[ 0.249870] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251838] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.253111] pinctrl core: initialized pinctrl subsystem\n[ 0.254295] RTC time: 11:39:34, date: 08/05/18\n[ 0.255330] NET: Registered protocol family 16\n[ 0.256390] cpuidle: using governor ladder\n[ 0.257277] cpuidle: using governor menu\n[ 0.258127] PCCT header not found.\n[ 0.258937] ACPI: bus type PCI registered\n[ 0.259795] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261155] PCI: Using configuration type 1 for base access\n[ 0.263097] ACPI: Added _OSI(Module Device)\n[ 0.264011] ACPI: Added _OSI(Processor Device)\n[ 0.264946] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265978] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267928] ACPI: Interpreter enabled\n[ 0.268772] ACPI: (supports S0 S5)\n[ 0.269521] ACPI: Using IOAPIC for interrupt routing\n[ 0.270561] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273946] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275177] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276500] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277782] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280254] acpiphp: Slot [3] registered\n[ 0.281119] acpiphp: Slot [4] registered\n[ 0.291982] acpiphp: Slot [5] registered\n[ 0.292846] acpiphp: Slot [6] registered\n[ 0.293714] acpiphp: Slot [7] registered\n[ 0.294564] acpiphp: Slot [8] registered\n[ 0.295418] acpiphp: Slot [9] registered\n[ 0.296287] acpiphp: Slot [10] registered\n[ 0.297164] acpiphp: Slot [11] registered\n[ 0.298043] acpiphp: Slot [12] registered\n[ 0.298925] acpiphp: Slot [13] registered\n[ 0.299790] acpiphp: Slot [14] registered\n[ 0.300659] acpiphp: Slot [15] registered\n[ 0.301519] acpiphp: Slot [16] registered\n[ 0.302381] acpiphp: Slot [17] registered\n[ 0.303243] acpiphp: Slot [18] registered\n[ 0.304112] acpiphp: Slot [19] registered\n[ 0.304991] acpiphp: Slot [20] registered\n[ 0.305933] acpiphp: Slot [21] registered\n[ 0.306788] acpiphp: Slot [22] registered\n[ 0.307647] acpiphp: Slot [23] registered\n[ 0.308510] acpiphp: Slot [24] registered\n[ 0.309383] acpiphp: Slot [25] registered\n[ 0.310255] acpiphp: Slot [26] registered\n[ 0.311122] acpiphp: Slot [27] registered\n[ 0.311987] acpiphp: Slot [28] registered\n[ 0.312848] acpiphp: Slot [29] registered\n[ 0.313715] acpiphp: Slot [30] registered\n[ 0.314582] acpiphp: Slot [31] registered\n[ 0.315453] PCI host bridge to bus 0000:00\n[ 0.316325] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.317625] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318999] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.320545] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.322110] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.323690] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326982] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.328514] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.329794] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.331170] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.334301] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.335829] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.355143] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356716] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358227] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359726] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.361645] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362989] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.364374] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.365506] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.367172] vgaarb: loaded\n[ 0.367810] vgaarb: bridge control possible 0000:00:02.0\n[ 0.369135] SCSI subsystem initialized\n[ 0.370102] ACPI: bus type USB registered\n[ 0.370953] usbcore: registered new interface driver usbfs\n[ 0.372013] usbcore: registered new interface driver hub\n[ 0.373044] usbcore: registered new device driver usb\n[ 0.374222] PCI: Using ACPI for IRQ routing\n[ 0.375352] NetLabel: Initializing\n[ 0.376092] NetLabel: domain hash size = 128\n[ 0.376963] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377934] NetLabel: unlabeled traffic allowed by default\n[ 0.379101] amd_nb: Cannot enumerate AMD northbridges\n[ 0.380110] clocksource: Switched to clocksource kvm-clock\n[ 0.387622] AppArmor: AppArmor Filesystem Enabled\n[ 0.388627] pnp: PnP ACPI init\n[ 0.389591] pnp: PnP ACPI: found 5 devices\n[ 0.395998] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397753] NET: Registered protocol family 2\n[ 0.398811] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.400135] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.403325] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.404778] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.405900] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.407246] NET: Registered protocol family 1\n[ 0.408176] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.409343] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.410445] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.426383] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442768] Unpacking initramfs...\n[ 0.893779] Freeing initrd memory: 37084K\n[ 0.895161] Scanning for low memory corruption every 60 seconds\n[ 0.896784] audit: initializing netlink subsys (disabled)\n[ 0.897874] audit: type=2000 audit(1533469175.750:1): initialized\n[ 0.899322] Initialise system trusted keyring\n[ 0.900400] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.901598] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.903850] zbud: loaded\n[ 0.904739] VFS: Disk quotas dquot_6.6.0\n[ 0.905581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.907067] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.908418] fuse init (API version 7.23)\n[ 0.909370] Key type big_key registered\n[ 0.910195] Allocating IMA MOK and blacklist keyrings.\n[ 0.911494] Key type asymmetric registered\n[ 0.912363] Asymmetric key parser 'x509' registered\n[ 0.913383] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.914902] io scheduler noop registered\n[ 0.915715] io scheduler deadline registered (default)\n[ 0.916754] io scheduler cfq registered\n[ 0.917642] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.918716] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.920084] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.921594] ACPI: Power Button [PWRF]\n[ 0.922516] GHES: HEST is not enabled!\n[ 0.937968] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.969963] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.972330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.996367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.998698] Linux agpgart interface v0.103\n[ 1.000917] loop: module loaded\n[ 1.003524] vda: vda1\n[ 1.004881] scsi host0: ata_piix\n[ 1.005661] scsi host1: ata_piix\n[ 1.006399] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.007659] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.009219] libphy: Fixed MDIO Bus: probed\n[ 1.010072] tun: Universal TUN/TAP device driver, 1.6\n[ 1.011051] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.013356] PPP generic driver version 2.4.2\n[ 1.014297] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.015519] ehci-pci: EHCI PCI platform driver\n[ 1.016439] ehci-platform: EHCI generic platform driver\n[ 1.017460] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.018619] ohci-pci: OHCI PCI platform driver\n[ 1.019513] ohci-platform: OHCI generic platform driver\n[ 1.020532] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.036398] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.037435] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.038932] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.039953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.041136] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.042403] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.043872] usb usb1: Product: UHCI Host Controller\n[ 1.044838] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.046034] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.047046] hub 1-0:1.0: USB hub found\n[ 1.047848] hub 1-0:1.0: 2 ports detected\n[ 1.048817] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.051030] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.052010] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.053092] mousedev: PS/2 mouse device common for all mice\n[ 1.054418] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.056410] rtc_cmos 00:00: RTC can wake from S4\n[ 1.057587] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.058814] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.060050] i2c /dev entries driver\n[ 1.060857] device-mapper: uevent: version 1.0.3\n[ 1.061846] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.063515] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.064933] NET: Registered protocol family 10\n[ 1.066098] NET: Registered protocol family 17\n[ 1.067028] Key type dns_resolver registered\n[ 1.068098] registered taskstats version 1\n[ 1.068990] Loading compiled-in X.509 certificates\n[ 1.070495] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.072418] zswap: loaded using pool lzo/zbud\n[ 1.074631] Key type trusted registered\n[ 1.077396] Key type encrypted registered\n[ 1.078253] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.079324] ima: No TPM chip found, activating TPM-bypass!\n[ 1.080401] evm: HMAC attrs: 0x1\n[ 1.081385] Magic number: 14:684:680\n[ 1.082261] rtc_cmos 00:00: setting system clock to 2018-08-05 11:39:35 UTC (1533469175)\n[ 1.083920] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.085068] EDD information not available.\n[ 1.169432] Freeing unused kernel memory: 1512K\n[ 1.170385] Write protecting the kernel read-only data: 14336k\n[ 1.172467] Freeing unused kernel memory: 1692K\n[ 1.173647] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.183630] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.185800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.187724] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.189604] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.191462] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.193346] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.200766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.202643] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.205182] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.207213] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.261372] virtio_net virtio0 ens3: renamed from eth0\n[ 1.268752] [drm] Initialized drm 1.1.0 20060810\n[ 1.270221] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.272219] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.296428] FDC 0 is a S82078B\n[ 1.299127] AVX2 version of gcm_enc/dec engaged.\n[ 1.300084] AES CTR mode by8 optimization enabled\n[ 1.360146] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.520894] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.522165] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.523473] usb 1-1: Product: QEMU USB Tablet\n[ 1.524359] usb 1-1: Manufacturer: QEMU\n[ 1.525156] usb 1-1: SerialNumber: 42\n[ 1.533292] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.539251] usbcore: registered new interface driver usbhid\n[ 1.540375] usbhid: USB HID core driver\n[ 1.543115] 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.545456] 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\nBegin: Loading essential drivers ... [ 1.815146] md: linear personality registered for level -1\n[ 1.818405] md: multipath personality registered for level -4\n[ 1.821689] md: raid0 personality registered for level 0\n[ 1.825418] md: raid1 personality registered for level 1\n[ 1.896116] raid6: sse2x1 gen() 11435 MB/s\n[ 1.964112] raid6: sse2x1 xor() 8871 MB/s\n[ 2.032134] raid6: sse2x2 gen() 14453 MB/s\n[ 2.100112] raid6: sse2x2 xor() 9615 MB/s\n[ 2.168122] raid6: sse2x4 gen() 16399 MB/s\n[ 2.236133] raid6: sse2x4 xor() 11490 MB/s\n[ 2.304146] raid6: avx2x1 gen() 22015 MB/s\n[ 2.372144] raid6: avx2x2 gen() 25992 MB/s\n[ 2.440132] raid6: avx2x4 gen() 29636 MB/s\n[ 2.441036] raid6: using algorithm avx2x4 gen() 29636 MB/s\n[ 2.442078] raid6: using avx2x2 recovery algorithm\n[ 2.443056] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 2.444269] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32555216d58, max_idle_ns: 440795274562 ns\n[ 2.447965] xor: automatically using best checksumming function:\n[ 2.488120] avx : 31760.000 MB/sec\n[ 2.490367] async_tx: api initialized (async)\n[ 2.501074] md: raid6 personality registered for level 6\n[ 2.502152] md: raid5 personality registered for level 5\n[ 2.503183] md: raid4 personality registered for level 4\n[ 2.508745] 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.538578] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.557322] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\ndone.\nBegin: Running /scripts/local-bottom ... done.\nBegin: Running /scripts/init-bottom ... done.\n[ 2.659511] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)\n[ 2.662903] systemd[1]: Detected virtualization kvm.\n[ 2.663895] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.667080] systemd[1]: Set hostname to .\n[ 2.669554] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.670727] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.765715] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.768063] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.770580] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.772745] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.774853] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.777285] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.779238] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.781283] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.783284] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.785467] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.787909] 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[ 2.791101] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.793040] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.795096] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.797416] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.799746] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.802098] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.806849] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.809492] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.813501] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.821375] Loading iSCSI transport class v2.0-870.\n[ 2.823326] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.833297] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 2.835829] 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[ 2.841697] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.846940] iscsi: registered transport (tcp)\n[ 2.848709] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\n Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...\n[ 2.854906] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.860654] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.866554] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.880557] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.889322] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.897160] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.903029] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.905445] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.907517] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.917271] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 2.935691] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Set console keymap.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started 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 Create Volatile Files and Directories...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n Starting Initial cloud-init job (pre-networking)...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting 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[ 3.776969] 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.344801] cloud-init[494]: Cloud-init v. 18.2 running 'init-local' at Sun, 05 Aug 2018 11:39:38 +0000. Up 4.15 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[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.403157] cloud-init[941]: Cloud-init v. 18.2 running 'init' at Sun, 05 Aug 2018 11:39:40 +0000. Up 5.58 seconds.\n[ 8.406004] cloud-init[941]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.412682] cloud-init[941]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.418370] cloud-init[941]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.424455] cloud-init[941]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.428102] cloud-init[941]: ci-info: | ens3 | True | 192.168.120.14 | 255.255.255.0 | . | fa:16:3e:4e:b7:0b |\n[ 8.432597] cloud-init[941]: ci-info: | ens3 | True | fe80::f816:3eff:fe4e:b70b/64 | . | link | fa:16:3e:4e:b7:0b |\n[ 8.439590] cloud-init[941]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.441604] cloud-init[941]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.448140] cloud-init[941]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.450123] cloud-init[941]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 8.451934] cloud-init[941]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 8.456138] cloud-init[941]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.460132] cloud-init[941]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 8.464160] cloud-init[941]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 8.468122] cloud-init[941]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | ens3 | UGH |\n[ 8.469900] cloud-init[941]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.476142] cloud-init[941]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 8.477936] cloud-init[941]: 2018-08-05 11:39:42,988 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 9.067862] cloud-init[941]: Generating public/private rsa key pair.\n[ 9.069284] cloud-init[941]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 9.070800] cloud-init[941]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 9.076341] cloud-init[941]: The key fingerprint is:\n[ 9.077479] cloud-init[941]: SHA256:hnQqrxj0q/j+WzqoQ9tBeAqjA6UBxQSYuV9aCDbyd3E root@shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a\n[ 9.080163] cloud-init[941]: The key's randomart image is:\n[ 9.084132] cloud-init[941]: +---[RSA 2048]----+\n[ 9.085228] cloud-init[941]: |=Bo |\n[ 9.088126] cloud-init[941]: |Boo . E |\n[ 9.089221] cloud-init[941]: |oBo. .o. |\n[ 9.092128] cloud-init[941]: |*.oo+..+ |\n[ 9.093238] cloud-init[941]: |+o==..o S |\n[ 9.096131] cloud-init[941]: |o+oo o . |\n[ 9.100144] cloud-init[941]: |..+.o o |\n[ 9.101236] cloud-init[941]: |.o.+.= |\n[ 9.102299] cloud-init[941]: |o==o*o |\n[ 9.104128] cloud-init[941]: +----[SHA256]-----+\n[ 9.108132] cloud-init[941]: Generating public/private dsa key pair.\n[ 9.109416] cloud-init[941]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 9.112132] cloud-init[941]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 9.116160] cloud-init[941]: The key fingerprint is:\n[ 9.117288] cloud-init[941]: SHA256:MV1i8mMX4rMEYJm3GnCkC21vRun/DSmkHPNliTMyo9k root@shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a\n[ 9.124151] cloud-init[941]: The key's randomart image is:\n[ 9.125348] cloud-init[941]: +---[DSA 1024]----+\n[ 9.126417] cloud-init[941]: | .++o + o |\n[ 9.127484] cloud-init[941]: | ..o+..B + . |\n[ 9.131567] cloud-init[941]: | . +oo.o.O . |\n[ 9.132810] cloud-init[941]: | o =. .* * |\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target System Initialization.\n[ 9.137940] cloud-init[941]: | . @oS = |\n[ 9.138932] cloud-init[941]: | B.@ = . |\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 9.141723] cloud-init[941]: | o E + o |\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[ 9.143876] cloud-init[941]: | o o |\n[[0;32m OK [0m] Started Daily apt download activities.\n[ 9.146119] cloud-init[941]: | . . |\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.[ 9.148189] cloud-init[941]: +----[SHA256]-----+\n[ 9.148966] cloud-init[941]: Generating public/private ecdsa key pair.\n[ 9.149935] cloud-init[941]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 9.151121] cloud-init[941]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n Starting Socket activation for snappy daemon.\n\n[ 9.153625] cloud-init[941]: The key fingerprint is:[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n\n[ 9.158082] cloud-init[941]: SHA256:SWEE01mnBV0ORmH2KXmchzX7Zp/sR7EsjuVGJXXEiR8 root@shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a\n Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 9.161899] cloud-init[941]: The key's randomart image is:\n[[0;32m OK [0m] [ 9.164104] cloud-init[941]: +---[ECDSA 256]---+\n[ 9.164878] cloud-init[941]: | o++oo+Xoo++|\n[ 9.165651] cloud-init[941]: | oo. B.B E=|\n[ 9.166409] cloud-init[941]: | . . o @.+|\n[ 9.167183] cloud-init[941]: | . . + =.|\n[ 9.167954] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\ncloud-init[941]: | S + *|\n[ 9.173102] cloud-init[941]: | +.=+|\n[[0;32m OK [0m] Reached target Sockets.\n[ 9.179380] cloud-init[941]: | * .+.|[[0;32m OK [0m] Reached target Basic System.\n Starting /etc/rc.local Compatibility...\n Starting System Logging Service...\n Starting LSB: MD monitoring daemon...\n[ 9.184924] cloud-init[941]: | . +. .|\n[ 9.185705] cloud-init[941]: | . ..|\n[ 9.186471] cloud-init[941]: +----[SHA256]-----+\n[ 9.187228] cloud-init[941]: Generating public/private ed25519 key pair.\n[ 9.188238] cloud-init[941]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 9.189460] cloud-init[941]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 9.190675] cloud-init[941]: The key fingerprint is:\n[ 9.191495] cloud-init[941]: SHA256:av3gKUmhDlj6+17nOb3gteG9/s5IHfpIUddAOA0yb94 root@shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 9.203141] cloud-init[941]: The key's randomart image is:\n[ 9.204586] cloud-init[941]: +--[ED25519 256]--+\n[ 9.206298] cloud-init[941]: | o .=o |\n[ 9.210783] cloud-init[941]: | +o ...|\n[ 9.212922] cloud-init[941]: | o.. o|\n[ 9.214157] cloud-init[941]: | . . o o . |\n[ 9.215553] cloud-init[941]: | + . .S o E |\n[ 9.216934] cloud-init[941]: |o . . .o + . |\n[ 9.218323] cloud-init[941]: | . o .+.=.o + . |\n[ 9.219676] cloud-init[941]: | . .oo=.O.* = |\n[ 9.220880] cloud-init[941]: | .+o .*.=o*+= |\n[ 9.222067] cloud-init[941]: +----[SHA256]-----+\n Starting LSB: Record successful boot for GRUB...\n Starting Login Service...\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting Snappy daemon...\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting Accounts Service...\n Starting LXD - container startup/shutdown...\n[[0;32m OK [0m] Started iperf3 Service.\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting Apply the settings specified in cloud-config...\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started iperf Service.\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: automatic crash report generation...\n Starting Permit User Sessions...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: network benchmark...\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[[0;32m OK [0m] Started LXD - container startup/shutdown.\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started LSB: network benchmark.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n Starting Set console scheme...\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Set console scheme.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 9.952766] cloud-init[1089]: 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[ 10.642940] cloud-init[1089]: en_US.UTF-8... done\n[ 10.644897] cloud-init[1089]: Generation complete.\n[ 11.130266] cloud-init[1089]: Cloud-init v. 18.2 running 'modules:config' at Sun, 05 Aug 2018 11:39:44 +0000. Up 9.83 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 | 79:db:b8:7b:b4:3c:7c:bf:7d:65:65:a8:3c:ba:2a:3f | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\n<14>Aug 5 11:39:46 ec2: \n<14>Aug 5 11:39:46 ec2: #############################################################\n<14>Aug 5 11:39:46 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\n<14>Aug 5 11:39:46 ec2: 1024 SHA256:MV1i8mMX4rMEYJm3GnCkC21vRun/DSmkHPNliTMyo9k root@shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a (DSA)\n<14>Aug 5 11:39:46 ec2: 256 SHA256:SWEE01mnBV0ORmH2KXmchzX7Zp/sR7EsjuVGJXXEiR8 root@shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a (ECDSA)\n<14>Aug 5 11:39:46 ec2: 256 SHA256:av3gKUmhDlj6+17nOb3gteG9/s5IHfpIUddAOA0yb94 root@shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a (ED25519)\n<14>Aug 5 11:39:46 ec2: 2048 SHA256:hnQqrxj0q/j+WzqoQ9tBeAqjA6UBxQSYuV9aCDbyd3E root@shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a (RSA)\n<14>Aug 5 11:39:46 ec2: -----END SSH HOST KEY FINGERPRINTS-----\n<14>Aug 5 11:39:46 ec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEMjlNKkYstBhcI38m6jMOgqd/r8fjivO4REmqmMBANTj9zXG5G3IwXSbTDMu+t1lV+ystkNvCAa8AObpvXxYkU= root@shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJzbB5Hu/nY3JpblFg2AX8ga8LlrCflAPD3ZP/b/WFMz root@shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOL31pT4SoBiTaXtWBw3dvlTB3fK99+WjigyIBeovR3qoTrTzb3vTE+dIKeQeupMlnwSLi3cytcH6PEb2LfvueD6xcCxYN1rP6OORFvakXF5lR2D5kbAD7dd14D2OI15aBH6Sqn+NilY0ev+X4CO5CGRAaOsviQPJKJYmKj4r4oGqYKGg++UfBGzeZMy+qtO/TsK2waahVT6fjZugxoFNlko8rs8qN6wllDPPj/WLzFFGtUlmPIbLOC4PPWG4btW0tKFKxFBpQ7XUwddl53QuAIzzC8NN9bJ6EmPq1WcnHGibl2rsTwpNQdw7+MMvroT/WOkPBbkIpWjRipNf+rG5T root@shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a\n-----END SSH HOST KEY KEYS-----\n[ 11.984814] cloud-init[1311]: Cloud-init v. 18.2 running 'modules:final' at Sun, 05 Aug 2018 11:39:46 +0000. Up 11.84 seconds.\n[ 11.986758] cloud-init[1311]: Cloud-init v. 18.2 finished at Sun, 05 Aug 2018 11:39:46 +0000. Datasource DataSourceEc2. Up 11.98 seconds\n[[0;32m OK [0m] Started Execute cloud user/final scripts.\n[[0;32m OK [0m] Reached target Cloud-init target.\n\nUbuntu 16.04.4 LTS shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a ttyS0\n\nshaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a login: "} 2018-08-05 11:39:49,936 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d/action used request id req-71e3410c-5ece-47ae-88e5-fbc415ace308 2018-08-05 11:39:49,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0944118499756s 2018-08-05 11:39:49,937 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d/action used request id req-71e3410c-5ece-47ae-88e5-fbc415ace308 2018-08-05 11:39:49,938 - 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 682343885 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.137370] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.139219] pid_max: default: 32768 minimum: 301 [ 0.140187] ACPI: Core revision 20150930 [ 0.141659] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.143091] Security Framework initialized [ 0.144026] Yama: becoming mindful. [ 0.144865] AppArmor: AppArmor initialized [ 0.145779] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.147256] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.148713] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.150098] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.151612] Initializing cgroup subsys io [ 0.152485] Initializing cgroup subsys memory [ 0.153425] Initializing cgroup subsys devices [ 0.154345] Initializing cgroup subsys freezer [ 0.155258] Initializing cgroup subsys net_cls [ 0.156178] Initializing cgroup subsys perf_event [ 0.157160] Initializing cgroup subsys net_prio [ 0.158081] Initializing cgroup subsys hugetlb [ 0.158986] Initializing cgroup subsys pids [ 0.159881] CPU: Physical Processor ID: 0 [ 0.161481] mce: CPU supports 10 MCE banks [ 0.162365] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.163408] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.164603] Spectre V2 : Mitigation: Full generic retpoline [ 0.165759] Spectre V2 : Enabling Indirect Branch Prediction Barrier [ 0.167023] Spectre V2 : Enabling Indirect Branch Restricted Speculation [ 0.168406] Spectre V2 : Speculation control IBPB supported IBRS supported [ 0.169592] Spectre V2 : Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.171201] Speculative Store Bypass: Vulnerable [ 0.188139] Freeing SMP alternatives memory: 32K [ 0.193802] ftrace: allocating 32237 entries in 126 pages [ 0.228428] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.229761] smpboot: Max logical packages: 1 [ 0.230802] x2apic enabled [ 0.231643] Switched APIC routing to physical x2apic. [ 0.233450] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.234663] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.236887] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.238817] KVM setup paravirtual spinlock [ 0.240194] x86: Booted up 1 node, 1 CPUs [ 0.241062] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.242607] devtmpfs: initialized [ 0.244379] evm: security.selinux [ 0.245132] evm: security.SMACK64 [ 0.245866] evm: security.SMACK64EXEC [ 0.246655] evm: security.SMACK64TRANSMUTE [ 0.247530] evm: security.SMACK64MMAP [ 0.248325] evm: security.ima [ 0.249004] evm: security.capability [ 0.249870] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.251838] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.253111] pinctrl core: initialized pinctrl subsystem [ 0.254295] RTC time: 11:39:34, date: 08/05/18 [ 0.255330] NET: Registered protocol family 16 [ 0.256390] cpuidle: using governor ladder [ 0.257277] cpuidle: using governor menu [ 0.258127] PCCT header not found. [ 0.258937] ACPI: bus type PCI registered [ 0.259795] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.261155] PCI: Using configuration type 1 for base access [ 0.263097] ACPI: Added _OSI(Module Device) [ 0.264011] ACPI: Added _OSI(Processor Device) [ 0.264946] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.265978] ACPI: Added _OSI(Processor Aggregator Device) [ 0.267928] ACPI: Interpreter enabled [ 0.268772] ACPI: (supports S0 S5) [ 0.269521] ACPI: Using IOAPIC for interrupt routing [ 0.270561] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.273946] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.275177] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.276500] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.277782] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.280254] acpiphp: Slot [3] registered [ 0.281119] acpiphp: Slot [4] registered [ 0.291982] acpiphp: Slot [5] registered [ 0.292846] acpiphp: Slot [6] registered [ 0.293714] acpiphp: Slot [7] registered [ 0.294564] acpiphp: Slot [8] registered [ 0.295418] acpiphp: Slot [9] registered [ 0.296287] acpiphp: Slot [10] registered [ 0.297164] acpiphp: Slot [11] registered [ 0.298043] acpiphp: Slot [12] registered [ 0.298925] acpiphp: Slot [13] registered [ 0.299790] acpiphp: Slot [14] registered [ 0.300659] acpiphp: Slot [15] registered [ 0.301519] acpiphp: Slot [16] registered [ 0.302381] acpiphp: Slot [17] registered [ 0.303243] acpiphp: Slot [18] registered [ 0.304112] acpiphp: Slot [19] registered [ 0.304991] acpiphp: Slot [20] registered [ 0.305933] acpiphp: Slot [21] registered [ 0.306788] acpiphp: Slot [22] registered [ 0.307647] acpiphp: Slot [23] registered [ 0.308510] acpiphp: Slot [24] registered [ 0.309383] acpiphp: Slot [25] registered [ 0.310255] acpiphp: Slot [26] registered [ 0.311122] acpiphp: Slot [27] registered [ 0.311987] acpiphp: Slot [28] registered [ 0.312848] acpiphp: Slot [29] registered [ 0.313715] acpiphp: Slot [30] registered [ 0.314582] acpiphp: Slot [31] registered [ 0.315453] PCI host bridge to bus 0000:00 [ 0.316325] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.317625] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.318999] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.320545] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.322110] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.323690] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.326982] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.328514] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.329794] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.331170] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.334301] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.335829] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.355143] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356716] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358227] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359726] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.361645] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362989] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.364374] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.365506] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.367172] vgaarb: loaded [ 0.367810] vgaarb: bridge control possible 0000:00:02.0 [ 0.369135] SCSI subsystem initialized [ 0.370102] ACPI: bus type USB registered [ 0.370953] usbcore: registered new interface driver usbfs [ 0.372013] usbcore: registered new interface driver hub [ 0.373044] usbcore: registered new device driver usb [ 0.374222] PCI: Using ACPI for IRQ routing [ 0.375352] NetLabel: Initializing [ 0.376092] NetLabel: domain hash size = 128 [ 0.376963] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377934] NetLabel: unlabeled traffic allowed by default [ 0.379101] amd_nb: Cannot enumerate AMD northbridges [ 0.380110] clocksource: Switched to clocksource kvm-clock [ 0.387622] AppArmor: AppArmor Filesystem Enabled [ 0.388627] pnp: PnP ACPI init [ 0.389591] pnp: PnP ACPI: found 5 devices [ 0.395998] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397753] NET: Registered protocol family 2 [ 0.398811] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.400135] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.403325] TCP: Hash tables configured (established 4096 bind 4096) [ 0.404778] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.405900] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.407246] NET: Registered protocol family 1 [ 0.408176] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.409343] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.410445] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.426383] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.442768] Unpacking initramfs... [ 0.893779] Freeing initrd memory: 37084K [ 0.895161] Scanning for low memory corruption every 60 seconds [ 0.896784] audit: initializing netlink subsys (disabled) [ 0.897874] audit: type=2000 audit(1533469175.750:1): initialized [ 0.899322] Initialise system trusted keyring [ 0.900400] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.901598] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.903850] zbud: loaded [ 0.904739] VFS: Disk quotas dquot_6.6.0 [ 0.905581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.907067] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.908418] fuse init (API version 7.23) [ 0.909370] Key type big_key registered [ 0.910195] Allocating IMA MOK and blacklist keyrings. [ 0.911494] Key type asymmetric registered [ 0.912363] Asymmetric key parser 'x509' registered [ 0.913383] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.914902] io scheduler noop registered [ 0.915715] io scheduler deadline registered (default) [ 0.916754] io scheduler cfq registered [ 0.917642] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.918716] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.920084] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.921594] ACPI: Power Button [PWRF] [ 0.922516] GHES: HEST is not enabled! [ 0.937968] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.969963] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.972330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.996367] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.998698] Linux agpgart interface v0.103 [ 1.000917] loop: module loaded [ 1.003524] vda: vda1 [ 1.004881] scsi host0: ata_piix [ 1.005661] scsi host1: ata_piix [ 1.006399] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.007659] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.009219] libphy: Fixed MDIO Bus: probed [ 1.010072] tun: Universal TUN/TAP device driver, 1.6 [ 1.011051] tun: (C) 1999-2004 Max Krasnyansky [ 1.013356] PPP generic driver version 2.4.2 [ 1.014297] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.015519] ehci-pci: EHCI PCI platform driver [ 1.016439] ehci-platform: EHCI generic platform driver [ 1.017460] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.018619] ohci-pci: OHCI PCI platform driver [ 1.019513] ohci-platform: OHCI generic platform driver [ 1.020532] uhci_hcd: USB Universal Host Controller Interface driver [ 1.036398] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.037435] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.038932] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.039953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.041136] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.042403] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.043872] usb usb1: Product: UHCI Host Controller [ 1.044838] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.046034] usb usb1: SerialNumber: 0000:00:01.2 [ 1.047046] hub 1-0:1.0: USB hub found [ 1.047848] hub 1-0:1.0: 2 ports detected [ 1.048817] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.051030] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.052010] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.053092] mousedev: PS/2 mouse device common for all mice [ 1.054418] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.056410] rtc_cmos 00:00: RTC can wake from S4 [ 1.057587] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.058814] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.060050] i2c /dev entries driver [ 1.060857] device-mapper: uevent: version 1.0.3 [ 1.061846] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.063515] ledtrig-cpu: registered to indicate activity on CPUs [ 1.064933] NET: Registered protocol family 10 [ 1.066098] NET: Registered protocol family 17 [ 1.067028] Key type dns_resolver registered [ 1.068098] registered taskstats version 1 [ 1.068990] Loading compiled-in X.509 certificates [ 1.070495] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.072418] zswap: loaded using pool lzo/zbud [ 1.074631] Key type trusted registered [ 1.077396] Key type encrypted registered [ 1.078253] AppArmor: AppArmor sha1 policy hashing enabled [ 1.079324] ima: No TPM chip found, activating TPM-bypass! [ 1.080401] evm: HMAC attrs: 0x1 [ 1.081385] Magic number: 14:684:680 [ 1.082261] rtc_cmos 00:00: setting system clock to 2018-08-05 11:39:35 UTC (1533469175) [ 1.083920] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.085068] EDD information not available. [ 1.169432] Freeing unused kernel memory: 1512K [ 1.170385] Write protecting the kernel read-only data: 14336k [ 1.172467] Freeing unused kernel memory: 1692K [ 1.173647] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.183630] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.185800] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.187724] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.189604] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.191462] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.193346] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.200766] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.202643] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.205182] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.207213] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.261372] virtio_net virtio0 ens3: renamed from eth0 [ 1.268752] [drm] Initialized drm 1.1.0 20060810 [ 1.270221] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.272219] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.296428] FDC 0 is a S82078B [ 1.299127] AVX2 version of gcm_enc/dec engaged. [ 1.300084] AES CTR mode by8 optimization enabled [ 1.360146] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.520894] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.522165] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.523473] usb 1-1: Product: QEMU USB Tablet [ 1.524359] usb 1-1: Manufacturer: QEMU [ 1.525156] usb 1-1: SerialNumber: 42 [ 1.533292] hidraw: raw HID events driver (C) Jiri Kosina [ 1.539251] usbcore: registered new interface driver usbhid [ 1.540375] usbhid: USB HID core driver [ 1.543115] 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.545456] 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 Begin: Loading essential drivers ... [ 1.815146] md: linear personality registered for level -1 [ 1.818405] md: multipath personality registered for level -4 [ 1.821689] md: raid0 personality registered for level 0 [ 1.825418] md: raid1 personality registered for level 1 [ 1.896116] raid6: sse2x1 gen() 11435 MB/s [ 1.964112] raid6: sse2x1 xor() 8871 MB/s [ 2.032134] raid6: sse2x2 gen() 14453 MB/s [ 2.100112] raid6: sse2x2 xor() 9615 MB/s [ 2.168122] raid6: sse2x4 gen() 16399 MB/s [ 2.236133] raid6: sse2x4 xor() 11490 MB/s [ 2.304146] raid6: avx2x1 gen() 22015 MB/s [ 2.372144] raid6: avx2x2 gen() 25992 MB/s [ 2.440132] raid6: avx2x4 gen() 29636 MB/s [ 2.441036] raid6: using algorithm avx2x4 gen() 29636 MB/s [ 2.442078] raid6: using avx2x2 recovery algorithm [ 2.443056] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 2.444269] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32555216d58, max_idle_ns: 440795274562 ns [ 2.447965] xor: automatically using best checksumming function: [ 2.488120] avx : 31760.000 MB/sec [ 2.490367] async_tx: api initialized (async) [ 2.501074] md: raid6 personality registered for level 6 [ 2.502152] md: raid5 personality registered for level 5 [ 2.503183] md: raid4 personality registered for level 4 [ 2.508745] 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.538578] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.557322] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.659511] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN) [ 2.662903] systemd[1]: Detected virtualization kvm. [ 2.663895] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.667080] systemd[1]: Set hostname to . [ 2.669554] systemd[1]: Initializing machine ID from KVM UUID. [ 2.670727] systemd[1]: Installed transient /etc/machine-id file. [ 2.765715] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.768063] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.770580] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.772745] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.774853] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.777285] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.779238] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.781283] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.783284] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.785467] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.787909] 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. [ 2.791101] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.793040] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.795096] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.797416] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.799746] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.802098] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.806849] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.809492] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.813501] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.821375] Loading iSCSI transport class v2.0-870. [ 2.823326] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.833297] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 2.835829] 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... [ 2.841697] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.846940] iscsi: registered transport (tcp) [ 2.848709] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.854906] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.860654] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.866554] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.880557] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.889322] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.897160] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.903029] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.905445] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.907517] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.917271] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager. [ 2.935691] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Set console keymap. Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Apply Kernel Variables. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started 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 Create Volatile Files and Directories... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Set console font and keymap... Starting Initial cloud-init job (pre-networking)... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting 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. [ 3.776969] 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.344801] cloud-init[494]: Cloud-init v. 18.2 running 'init-local' at Sun, 05 Aug 2018 11:39:38 +0000. Up 4.15 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. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 8.403157] cloud-init[941]: Cloud-init v. 18.2 running 'init' at Sun, 05 Aug 2018 11:39:40 +0000. Up 5.58 seconds. [ 8.406004] cloud-init[941]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 8.412682] cloud-init[941]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 8.418370] cloud-init[941]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 8.424455] cloud-init[941]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 8.428102] cloud-init[941]: ci-info: | ens3 | True | 192.168.120.14 | 255.255.255.0 | . | fa:16:3e:4e:b7:0b | [ 8.432597] cloud-init[941]: ci-info: | ens3 | True | fe80::f816:3eff:fe4e:b70b/64 | . | link | fa:16:3e:4e:b7:0b | [ 8.439590] cloud-init[941]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 8.441604] cloud-init[941]: ci-info: | lo | True | ::1/128 | . | host | . | [ 8.448140] cloud-init[941]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 8.450123] cloud-init[941]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 8.451934] cloud-init[941]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 8.456138] cloud-init[941]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 8.460132] cloud-init[941]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 8.464160] cloud-init[941]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 8.468122] cloud-init[941]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | ens3 | UGH | [ 8.469900] cloud-init[941]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 8.476142] cloud-init[941]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 8.477936] cloud-init[941]: 2018-08-05 11:39:42,988 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 9.067862] cloud-init[941]: Generating public/private rsa key pair. [ 9.069284] cloud-init[941]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 9.070800] cloud-init[941]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 9.076341] cloud-init[941]: The key fingerprint is: [ 9.077479] cloud-init[941]: SHA256:hnQqrxj0q/j+WzqoQ9tBeAqjA6UBxQSYuV9aCDbyd3E root@shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a [ 9.080163] cloud-init[941]: The key's randomart image is: [ 9.084132] cloud-init[941]: +---[RSA 2048]----+ [ 9.085228] cloud-init[941]: |=Bo | [ 9.088126] cloud-init[941]: |Boo . E | [ 9.089221] cloud-init[941]: |oBo. .o. | [ 9.092128] cloud-init[941]: |*.oo+..+ | [ 9.093238] cloud-init[941]: |+o==..o S | [ 9.096131] cloud-init[941]: |o+oo o . | [ 9.100144] cloud-init[941]: |..+.o o | [ 9.101236] cloud-init[941]: |.o.+.= | [ 9.102299] cloud-init[941]: |o==o*o | [ 9.104128] cloud-init[941]: +----[SHA256]-----+ [ 9.108132] cloud-init[941]: Generating public/private dsa key pair. [ 9.109416] cloud-init[941]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 9.112132] cloud-init[941]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 9.116160] cloud-init[941]: The key fingerprint is: [ 9.117288] cloud-init[941]: SHA256:MV1i8mMX4rMEYJm3GnCkC21vRun/DSmkHPNliTMyo9k root@shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a [ 9.124151] cloud-init[941]: The key's randomart image is: [ 9.125348] cloud-init[941]: +---[DSA 1024]----+ [ 9.126417] cloud-init[941]: | .++o + o | [ 9.127484] cloud-init[941]: | ..o+..B + . | [ 9.131567] cloud-init[941]: | . +oo.o.O . | [ 9.132810] cloud-init[941]: | o =. .* * | [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Reached target System Initialization. [ 9.137940] cloud-init[941]: | . @oS = | [ 9.138932] cloud-init[941]: | B.@ = . | [[0;32m OK [0m] Listening on ACPID Listen Socket. [ 9.141723] cloud-init[941]: | o E + o | [[0;32m OK [0m] Listening on UUID daemon activation socket. [ 9.143876] cloud-init[941]: | o o | [[0;32m OK [0m] Started Daily apt download activities. [ 9.146119] cloud-init[941]: | . . | [[0;32m OK [0m] Started Daily apt upgrade and clean activities.[ 9.148189] cloud-init[941]: +----[SHA256]-----+ [ 9.148966] cloud-init[941]: Generating public/private ecdsa key pair. [ 9.149935] cloud-init[941]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 9.151121] cloud-init[941]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Starting Socket activation for snappy daemon. [ 9.153625] cloud-init[941]: The key fingerprint is:[[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Reached target Timers. [ 9.158082] cloud-init[941]: SHA256:SWEE01mnBV0ORmH2KXmchzX7Zp/sR7EsjuVGJXXEiR8 root@shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a Starting LXD - unix socket. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [ 9.161899] cloud-init[941]: The key's randomart image is: [[0;32m OK [0m] [ 9.164104] cloud-init[941]: +---[ECDSA 256]---+ [ 9.164878] cloud-init[941]: | o++oo+Xoo++| [ 9.165651] cloud-init[941]: | oo. B.B E=| [ 9.166409] cloud-init[941]: | . . o @.+| [ 9.167183] cloud-init[941]: | . . + =.| [ 9.167954] Reached target Network is Online. Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [[0;32m OK [0m] Listening on LXD - unix socket. cloud-init[941]: | S + *| [ 9.173102] cloud-init[941]: | +.=+| [[0;32m OK [0m] Reached target Sockets. [ 9.179380] cloud-init[941]: | * .+.|[[0;32m OK [0m] Reached target Basic System. Starting /etc/rc.local Compatibility... Starting System Logging Service... Starting LSB: MD monitoring daemon... [ 9.184924] cloud-init[941]: | . +. .| [ 9.185705] cloud-init[941]: | . ..| [ 9.186471] cloud-init[941]: +----[SHA256]-----+ [ 9.187228] cloud-init[941]: Generating public/private ed25519 key pair. [ 9.188238] cloud-init[941]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 9.189460] cloud-init[941]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 9.190675] cloud-init[941]: The key fingerprint is: [ 9.191495] cloud-init[941]: SHA256:av3gKUmhDlj6+17nOb3gteG9/s5IHfpIUddAOA0yb94 root@shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a [[0;32m OK [0m] Started D-Bus System Message Bus. [ 9.203141] cloud-init[941]: The key's randomart image is: [ 9.204586] cloud-init[941]: +--[ED25519 256]--+ [ 9.206298] cloud-init[941]: | o .=o | [ 9.210783] cloud-init[941]: | +o ...| [ 9.212922] cloud-init[941]: | o.. o| [ 9.214157] cloud-init[941]: | . . o o . | [ 9.215553] cloud-init[941]: | + . .S o E | [ 9.216934] cloud-init[941]: |o . . .o + . | [ 9.218323] cloud-init[941]: | . o .+.=.o + . | [ 9.219676] cloud-init[941]: | . .oo=.O.* = | [ 9.220880] cloud-init[941]: | .+o .*.=o*+= | [ 9.222067] cloud-init[941]: +----[SHA256]-----+ Starting LSB: Record successful boot for GRUB... Starting Login Service... [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [[0;32m OK [0m] Started ACPI event daemon. Starting Snappy daemon... [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started FUSE filesystem for LXC. Starting Accounts Service... Starting LXD - container startup/shutdown... [[0;32m OK [0m] Started iperf3 Service. [[0;32m OK [0m] Started Regular background program processing daemon. Starting Apply the settings specified in cloud-config... Starting Pollinate to seed the pseudo random number generator... [[0;32m OK [0m] Started iperf Service. [[0;32m OK [0m] Started System Logging Service. [[0;32m OK [0m] Started /etc/rc.local Compatibility. [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid). [[0;32m OK [0m] Started LSB: MD monitoring daemon. [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... Starting Login to default iSCSI targets... [[0;32m OK [0m] Started Login to default iSCSI targets. [[0;32m OK [0m] Reached target Remote File Systems (Pre). [[0;32m OK [0m] Reached target Remote File Systems. Starting LSB: automatic crash report generation... Starting Permit User Sessions... Starting LSB: daemon to balance interrupts for SMP systems... Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting LSB: network benchmark... [[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. [[0;32m OK [0m] Started LXD - container startup/shutdown. Starting Hold until boot process finishes up... Starting Terminate Plymouth Boot Screen... [[0;32m OK [0m] Started Hold until boot process finishes up. [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [[0;32m OK [0m] Started LSB: network benchmark. [[0;32m OK [0m] Started Terminate Plymouth Boot Screen. [[0;32m OK [0m] Started Getty on tty1. [[0;32m OK [0m] Started Serial Getty on ttyS0. [[0;32m OK [0m] Reached target Login Prompts. Starting Set console scheme... [[0;32m OK [0m] Started LSB: automatic crash report generation. [[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems. [[0;32m OK [0m] Started Set console scheme. [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 9.952766] cloud-init[1089]: 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. [ 10.642940] cloud-init[1089]: en_US.UTF-8... done [ 10.644897] cloud-init[1089]: Generation complete. [ 11.130266] cloud-init[1089]: Cloud-init v. 18.2 running 'modules:config' at Sun, 05 Aug 2018 11:39:44 +0000. Up 9.83 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 | 79:db:b8:7b:b4:3c:7c:bf:7d:65:65:a8:3c:ba:2a:3f | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ <14>Aug 5 11:39:46 ec2: <14>Aug 5 11:39:46 ec2: ############################################################# <14>Aug 5 11:39:46 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Aug 5 11:39:46 ec2: 1024 SHA256:MV1i8mMX4rMEYJm3GnCkC21vRun/DSmkHPNliTMyo9k root@shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a (DSA) <14>Aug 5 11:39:46 ec2: 256 SHA256:SWEE01mnBV0ORmH2KXmchzX7Zp/sR7EsjuVGJXXEiR8 root@shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a (ECDSA) <14>Aug 5 11:39:46 ec2: 256 SHA256:av3gKUmhDlj6+17nOb3gteG9/s5IHfpIUddAOA0yb94 root@shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a (ED25519) <14>Aug 5 11:39:46 ec2: 2048 SHA256:hnQqrxj0q/j+WzqoQ9tBeAqjA6UBxQSYuV9aCDbyd3E root@shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a (RSA) <14>Aug 5 11:39:46 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Aug 5 11:39:46 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEMjlNKkYstBhcI38m6jMOgqd/r8fjivO4REmqmMBANTj9zXG5G3IwXSbTDMu+t1lV+ystkNvCAa8AObpvXxYkU= root@shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJzbB5Hu/nY3JpblFg2AX8ga8LlrCflAPD3ZP/b/WFMz root@shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOL31pT4SoBiTaXtWBw3dvlTB3fK99+WjigyIBeovR3qoTrTzb3vTE+dIKeQeupMlnwSLi3cytcH6PEb2LfvueD6xcCxYN1rP6OORFvakXF5lR2D5kbAD7dd14D2OI15aBH6Sqn+NilY0ev+X4CO5CGRAaOsviQPJKJYmKj4r4oGqYKGg++UfBGzeZMy+qtO/TsK2waahVT6fjZugxoFNlko8rs8qN6wllDPPj/WLzFFGtUlmPIbLOC4PPWG4btW0tKFKxFBpQ7XUwddl53QuAIzzC8NN9bJ6EmPq1WcnHGibl2rsTwpNQdw7+MMvroT/WOkPBbkIpWjRipNf+rG5T root@shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a -----END SSH HOST KEY KEYS----- [ 11.984814] cloud-init[1311]: Cloud-init v. 18.2 running 'modules:final' at Sun, 05 Aug 2018 11:39:46 +0000. Up 11.84 seconds. [ 11.986758] cloud-init[1311]: Cloud-init v. 18.2 finished at Sun, 05 Aug 2018 11:39:46 +0000. Datasource DataSourceEc2. Up 11.98 seconds [[0;32m OK [0m] Started Execute cloud user/final scripts. [[0;32m OK [0m] Reached target Cloud-init target. Ubuntu 16.04.4 LTS shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a ttyS0 shaker-vm-eac1d122-92f7-4378-9cb7-1c68ab5ecb2a login: 2018-08-05 11:39:49,942 - paramiko.transport - DEBUG - starting thread (client mode): 0xf613c350L 2018-08-05 11:39:49,943 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-05 11:39:49,947 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-05 11:39:49,947 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-05 11:39:49,948 - 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-05 11:39:49,949 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-05 11:39:49,949 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-05 11:39:49,949 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-05 11:39:49,949 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-05 11:39:49,949 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-05 11:39:49,990 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-05 11:39:49,991 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-05 11:39:50,006 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.201: 338b596e45381effd5f050f8d6ca6f0e 2018-08-05 11:39:50,008 - paramiko.transport - DEBUG - Trying discovered key 79dbb87bb43c7cbf7d6565a83cba2a3f in /tmp/tmpBPNevR 2018-08-05 11:39:50,030 - paramiko.transport - DEBUG - userauth is OK 2018-08-05 11:39:50,055 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-05 11:39:50,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-05 11:39:50,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5: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.14" 2018-08-05 11:39:50,084 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 11:39:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e70f1600-7d9b-4540-a838-b85d8dff1daa 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.5:35357/v3/", "rel": "self"}]}]}} 2018-08-05 11:39:50,084 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.5:35357/ used request id req-e70f1600-7d9b-4540-a838-b85d8dff1daa 2018-08-05 11:39:50,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5: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.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:39:50,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0f8adbb7-0d0e-4f42-80c1-8ecc36d9a82e Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.5:35357/v3/services/139a62e950cb4f5eba26c38253ebd1c3"}, "enabled": true, "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.5:35357/v3/services/1754f3f0106c49f4af6aaebd88bedab9"}, "enabled": true, "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.5:35357/v3/services/33bc21e79f994848b9321670dacd0042"}, "enabled": true, "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.5:35357/v3/services/369f69bfa97a423182377beb47371862"}, "enabled": true, "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.5:35357/v3/services/3bac9975b3294e2882de4947091c3fa3"}, "enabled": true, "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.5:35357/v3/services/4b23419f4d5946aa9e2ba429a283c70f"}, "enabled": true, "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.5:35357/v3/services/773d76d850d04c4eafce3eb58a4d74ca"}, "enabled": true, "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.5:35357/v3/services/77dad98482d44e58bf8d98b0f42ebfab"}, "enabled": true, "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.5:35357/v3/services/7bbc5945f84940b5a5650bc65f3e9929"}, "enabled": true, "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.5:35357/v3/services/7be3263d84a54a1c921d2ee99f0d4175"}, "enabled": true, "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.5:35357/v3/services/a0a276da436b470d8ab909d4757f3746"}, "enabled": true, "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.5:35357/v3/services/b6e1a757f8db4827a78d436bd1d0e757"}, "enabled": true, "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.5:35357/v3/services/c6421874073646f4b9ebee9bfadf25d7"}, "enabled": true, "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.5:35357/v3/services/cf1888c12b68498e9890470ac60ac247"}, "enabled": true, "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.5:35357/v3/services/fa88321ac2ac455ba9c811f773712360"}, "enabled": true, "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "links": {"self": "http://192.30.9.5:35357/v3/services", "previous": null, "next": null}} 2018-08-05 11:39:50,175 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-0f8adbb7-0d0e-4f42-80c1-8ecc36d9a82e 2018-08-05 11:39:50,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.0998539924622s 2018-08-05 11:39:50,175 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-0f8adbb7-0d0e-4f42-80c1-8ecc36d9a82e 2018-08-05 11:39:50,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-05 11:39:50,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:39:50,190 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-05 11:39:50,190 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-05 11:39:50,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28a694b1-6736-4a7d-9d75-7b7b7ee4b272 Content-Encoding: gzip Content-Length: 1958 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/005c613324dd4ac980779f2bbedfc4ae"}, "url": "http://172.30.9.46:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b6e1a757f8db4827a78d436bd1d0e757", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/0d3626e85152483b97ddb47c82dd5f29"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "773d76d850d04c4eafce3eb58a4d74ca", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/15bc56573ea742fa80fcc962a183703b"}, "url": "http://172.30.9.46:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "139a62e950cb4f5eba26c38253ebd1c3", "id": "15bc56573ea742fa80fcc962a183703b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/1982c7dac814472bbc44c19922470ef6"}, "url": "http://172.30.9.46:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c6421874073646f4b9ebee9bfadf25d7", "id": "1982c7dac814472bbc44c19922470ef6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/29b2c346f19d4462a0c8cff4c857ee3c"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4b23419f4d5946aa9e2ba429a283c70f", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/2c23cf62298849adb5d5c3bb4773d930"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1754f3f0106c49f4af6aaebd88bedab9", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/2c647ec870504a739c0cd7211ba8e804"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3bac9975b3294e2882de4947091c3fa3", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/2d0675d8fd374899a3bbbe6b1c3257c7"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4b23419f4d5946aa9e2ba429a283c70f", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/38d4665b94fa4e2c85b9a57d18ac3679"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3bac9975b3294e2882de4947091c3fa3", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/3e7bfd3639934892b4f66a22414833df"}, "url": "http://172.30.9.46:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a0a276da436b470d8ab909d4757f3746", "id": "3e7bfd3639934892b4f66a22414833df"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/3fb061d338f440ffb1eb292e9734f217"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7bbc5945f84940b5a5650bc65f3e9929", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/46537490eec2401f980b88c88a8068e4"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b6e1a757f8db4827a78d436bd1d0e757", "id": "46537490eec2401f980b88c88a8068e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/4f83dc6540324999adefd721cb1ae3e0"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c6421874073646f4b9ebee9bfadf25d7", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/5a0c923689e747ef86b597066c2bcc08"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "773d76d850d04c4eafce3eb58a4d74ca", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/6ae458d3348e44a4bab9d4463e7bdafc"}, "url": "http://172.30.9.46:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3bac9975b3294e2882de4947091c3fa3", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/7111ec8f89534ef99e1aeba4900f2e98"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7bbc5945f84940b5a5650bc65f3e9929", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/7239a60574f74f74b7d93861cac3b4f5"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7be3263d84a54a1c921d2ee99f0d4175", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/7ca289c55cc44087bf8793b93f624a76"}, "url": "http://12.0.0.37:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a0a276da436b470d8ab909d4757f3746", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/86fe24881825461c9cf6ddb4ef5b4c77"}, "url": "http://172.30.9.46:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1754f3f0106c49f4af6aaebd88bedab9", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/8a1c098c0d8b4c988926875bc966f4ad"}, "url": "http://172.30.9.46:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cf1888c12b68498e9890470ac60ac247", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/8c9878ffb9b944f4900186073a66e854"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cf1888c12b68498e9890470ac60ac247", "id": "8c9878ffb9b944f4900186073a66e854"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/a1a5a2267a3a4c86aa7fddac27741f92"}, "url": "http://172.30.9.46:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7bbc5945f84940b5a5650bc65f3e9929", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/a263c2c3fb494ec29533873e8162f3bb"}, "url": "http://12.0.0.37:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a0a276da436b470d8ab909d4757f3746", "id": "a263c2c3fb494ec29533873e8162f3bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/aa6245e3c510419399efaab3cffa0dd5"}, "url": "http://192.30.9.5:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "33bc21e79f994848b9321670dacd0042", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/ad09387ee87c4255b2930a12d969fb3f"}, "url": "http://172.30.9.46:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "33bc21e79f994848b9321670dacd0042", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/b60ee8355490488fbcd0185a5529120d"}, "url": "http://172.30.9.46:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4b23419f4d5946aa9e2ba429a283c70f", "id": "b60ee8355490488fbcd0185a5529120d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/c1f950eb1dba4c50b30b56268fa4d0db"}, "url": "http://192.30.9.5:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "33bc21e79f994848b9321670dacd0042", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/c51c2695aadd49e48ade6653e3ef8fc3"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cf1888c12b68498e9890470ac60ac247", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/ce2e1e4aeed548aa97ffdc78adb8c513"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "369f69bfa97a423182377beb47371862", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/d481e275351f4675a7f99d293797a3aa"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "369f69bfa97a423182377beb47371862", "id": "d481e275351f4675a7f99d293797a3aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/d7c69ce73749436bbdb78c928043362f"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "139a62e950cb4f5eba26c38253ebd1c3", "id": "d7c69ce73749436bbdb78c928043362f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/d8fe4279623145ffb2fd2a740afc060f"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1754f3f0106c49f4af6aaebd88bedab9", "id": "d8fe4279623145ffb2fd2a740afc060f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/dac004fba9e946e38ac76e229c1b6005"}, "url": "http://172.30.9.46:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "773d76d850d04c4eafce3eb58a4d74ca", "id": "dac004fba9e946e38ac76e229c1b6005"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/db362858a2194ac38796f6e2b2ccfe8f"}, "url": "http://172.30.9.46:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "369f69bfa97a423182377beb47371862", "id": "db362858a2194ac38796f6e2b2ccfe8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/e1feb454a0a54f249404ad7fc03a1120"}, "url": "http://172.30.9.46:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7be3263d84a54a1c921d2ee99f0d4175", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/e36a75e0f5f04fd5926c1fb53cd5a924"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fa88321ac2ac455ba9c811f773712360", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/e67d35dc385e441fb1ede495d909e213"}, "url": "http://172.30.9.46:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fa88321ac2ac455ba9c811f773712360", "id": "e67d35dc385e441fb1ede495d909e213"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/e8fbeb769fb3409f8b32fb5668755dc3"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c6421874073646f4b9ebee9bfadf25d7", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/eabe05b7fd95497aa5f28cffdf7affff"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fa88321ac2ac455ba9c811f773712360", "id": "eabe05b7fd95497aa5f28cffdf7affff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/ed7b86f3f65142c0ae9170332dec53a5"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7be3263d84a54a1c921d2ee99f0d4175", "id": "ed7b86f3f65142c0ae9170332dec53a5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/eff4025db9584a4cb5a986cd74f7422f"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "139a62e950cb4f5eba26c38253ebd1c3", "id": "eff4025db9584a4cb5a986cd74f7422f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/ffca497293164381a8d1a1a7b6020017"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b6e1a757f8db4827a78d436bd1d0e757", "id": "ffca497293164381a8d1a1a7b6020017"}], "links": {"self": "http://172.30.9.46:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-05 11:39:50,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/endpoints used request id req-28a694b1-6736-4a7d-9d75-7b7b7ee4b272 2018-08-05 11:39:50,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.191123962402s 2018-08-05 11:39:50,376 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/endpoints used request id req-28a694b1-6736-4a7d-9d75-7b7b7ee4b272 2018-08-05 11:39:50,383 - functest.opnfv_tests.openstack.shaker.shaker - DEBUG - keystone endpoint: http://172.30.9.46:5000 2018-08-05 11:39:50,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 11:39:50,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:39:50,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-392584aa-aacd-45d5-a1e3-c3f0cd2b5265 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 11:39:50,471 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-392584aa-aacd-45d5-a1e3-c3f0cd2b5265 2018-08-05 11:39:50,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0844600200653s 2018-08-05 11:39:50,471 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-392584aa-aacd-45d5-a1e3-c3f0cd2b5265 2018-08-05 11:39:50,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 11:39:50,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:39:50,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df1c2f03-c4ec-4188-953c-c2dd84bb3512 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 11:39:50,582 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-df1c2f03-c4ec-4188-953c-c2dd84bb3512 2018-08-05 11:39:50,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10639500618s 2018-08-05 11:39:50,583 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-df1c2f03-c4ec-4188-953c-c2dd84bb3512 2018-08-05 11:39:50,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 11:39:50,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:39:50,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-237b607f-90be-47d9-bffe-1bce82041520 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-05 11:39:50,690 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-237b607f-90be-47d9-bffe-1bce82041520 2018-08-05 11:39:50,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.102154970169s 2018-08-05 11:39:50,690 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-237b607f-90be-47d9-bffe-1bce82041520 2018-08-05 11:39:50,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 11:39:50,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:39:50,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-149e209e-c17a-4c18-8336-623a148cd4be Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "shaker-user_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "links": {"self": "http://172.30.9.46:5000/v3/users/9a045607b09d494f96036daef03a37eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9a045607b09d494f96036daef03a37eb", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 11:39:50,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-149e209e-c17a-4c18-8336-623a148cd4be 2018-08-05 11:39:50,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.127252101898s 2018-08-05 11:39:50,819 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-149e209e-c17a-4c18-8336-623a148cd4be 2018-08-05 11:39:50,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 11:39:50,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:39:50,928 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98984482-39b1-44af-ad00-2944fd18973f Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.46:5000/v3/projects/1246a4948b084f438c1ba87b1d92bcf2"}, "tags": [], "enabled": true, "id": "1246a4948b084f438c1ba87b1d92bcf2", "parent_id": "default", "domain_id": "default", "name": "shaker-project_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}]} 2018-08-05 11:39:50,928 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-98984482-39b1-44af-ad00-2944fd18973f 2018-08-05 11:39:50,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0984089374542s 2018-08-05 11:39:50,929 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-98984482-39b1-44af-ad00-2944fd18973f 2018-08-05 11:39:50,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-05 11:39:50,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:5000/v3/role_assignments?user.id=9a045607b09d494f96036daef03a37eb&role.id=9e5a60d491ca4d10a118f334cf38a9f2&scope.project.id=1246a4948b084f438c1ba87b1d92bcf2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:39:51,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a885c2c4-cd62-4f69-8e58-e59aab62ee91 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.46:5000/v3/role_assignments?user.id=9a045607b09d494f96036daef03a37eb&role.id=9e5a60d491ca4d10a118f334cf38a9f2&scope.project.id=1246a4948b084f438c1ba87b1d92bcf2", "previous": null, "next": null}} 2018-08-05 11:39:51,035 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=9a045607b09d494f96036daef03a37eb&role.id=9e5a60d491ca4d10a118f334cf38a9f2&scope.project.id=1246a4948b084f438c1ba87b1d92bcf2 used request id req-a885c2c4-cd62-4f69-8e58-e59aab62ee91 2018-08-05 11:39:51,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0987138748169s 2018-08-05 11:39:51,035 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=9a045607b09d494f96036daef03a37eb&role.id=9e5a60d491ca4d10a118f334cf38a9f2&scope.project.id=1246a4948b084f438c1ba87b1d92bcf2 used request id req-a885c2c4-cd62-4f69-8e58-e59aab62ee91 2018-08-05 11:39:51,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-05 11:39:51,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:5000/v3/projects/1246a4948b084f438c1ba87b1d92bcf2/users/9a045607b09d494f96036daef03a37eb/roles/9e5a60d491ca4d10a118f334cf38a9f2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:39:51,253 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 11:39:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3f883c97-9553-412c-b794-537d372138b9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 11:39:51,253 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/1246a4948b084f438c1ba87b1d92bcf2/users/9a045607b09d494f96036daef03a37eb/roles/9e5a60d491ca4d10a118f334cf38a9f2 used request id req-3f883c97-9553-412c-b794-537d372138b9 2018-08-05 11:39:51,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.214229822159s 2018-08-05 11:39:51,253 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/1246a4948b084f438c1ba87b1d92bcf2/users/9a045607b09d494f96036daef03a37eb/roles/9e5a60d491ca4d10a118f334cf38a9f2 used request id req-3f883c97-9553-412c-b794-537d372138b9 2018-08-05 11:39:51,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 11:39:51,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:39:51,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0661c468-746f-49f9-99e4-38c4eac1a332 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 11:39:51,350 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-0661c468-746f-49f9-99e4-38c4eac1a332 2018-08-05 11:39:51,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0940048694611s 2018-08-05 11:39:51,351 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-0661c468-746f-49f9-99e4-38c4eac1a332 2018-08-05 11:39:51,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-05 11:39:51,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-05 11:39:51,481 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 11:39:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3225e55c-d4c6-4462-b57f-ef09de1b53bf Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "5ffd26fff46940a9a7250a7e82b03ee6", "links": {"self": "http://172.30.9.46:5000/v3/roles/5ffd26fff46940a9a7250a7e82b03ee6"}, "name": "heat_stack_owner"}} 2018-08-05 11:39:51,481 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/roles used request id req-3225e55c-d4c6-4462-b57f-ef09de1b53bf 2018-08-05 11:39:51,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.125020027161s 2018-08-05 11:39:51,481 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/roles used request id req-3225e55c-d4c6-4462-b57f-ef09de1b53bf 2018-08-05 11:39:51,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 11:39:51,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:39:51,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38c4860f-7a14-4ce8-8ee7-09e3197de606 Content-Encoding: gzip Content-Length: 410 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "5ffd26fff46940a9a7250a7e82b03ee6", "links": {"self": "http://172.30.9.46:5000/v3/roles/5ffd26fff46940a9a7250a7e82b03ee6"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 11:39:51,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-38c4860f-7a14-4ce8-8ee7-09e3197de606 2018-08-05 11:39:51,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0833201408386s 2018-08-05 11:39:51,569 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-38c4860f-7a14-4ce8-8ee7-09e3197de606 2018-08-05 11:39:51,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 11:39:51,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:39:51,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fa42c63-afa2-4759-9e42-543bc4083719 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-05 11:39:51,680 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-2fa42c63-afa2-4759-9e42-543bc4083719 2018-08-05 11:39:51,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.107127904892s 2018-08-05 11:39:51,681 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-2fa42c63-afa2-4759-9e42-543bc4083719 2018-08-05 11:39:51,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 11:39:51,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:39:51,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df9e223a-2cee-4505-ab0d-47252d3ab243 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "shaker-user_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "links": {"self": "http://172.30.9.46:5000/v3/users/9a045607b09d494f96036daef03a37eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9a045607b09d494f96036daef03a37eb", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 11:39:51,790 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-df9e223a-2cee-4505-ab0d-47252d3ab243 2018-08-05 11:39:51,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.108193874359s 2018-08-05 11:39:51,791 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-df9e223a-2cee-4505-ab0d-47252d3ab243 2018-08-05 11:39:51,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 11:39:51,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:39:51,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8bf8b85b-c841-4a4d-954e-ef926566b837 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.46:5000/v3/projects/1246a4948b084f438c1ba87b1d92bcf2"}, "tags": [], "enabled": true, "id": "1246a4948b084f438c1ba87b1d92bcf2", "parent_id": "default", "domain_id": "default", "name": "shaker-project_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}]} 2018-08-05 11:39:51,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-8bf8b85b-c841-4a4d-954e-ef926566b837 2018-08-05 11:39:51,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0955638885498s 2018-08-05 11:39:51,898 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-8bf8b85b-c841-4a4d-954e-ef926566b837 2018-08-05 11:39:51,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-05 11:39:51,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:5000/v3/role_assignments?user.id=9a045607b09d494f96036daef03a37eb&role.id=5ffd26fff46940a9a7250a7e82b03ee6&scope.project.id=1246a4948b084f438c1ba87b1d92bcf2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:39:52,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 11:39:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8062e03-c3a1-49d7-8211-3d89d2743369 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.46:5000/v3/role_assignments?user.id=9a045607b09d494f96036daef03a37eb&role.id=5ffd26fff46940a9a7250a7e82b03ee6&scope.project.id=1246a4948b084f438c1ba87b1d92bcf2", "previous": null, "next": null}} 2018-08-05 11:39:52,002 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=9a045607b09d494f96036daef03a37eb&role.id=5ffd26fff46940a9a7250a7e82b03ee6&scope.project.id=1246a4948b084f438c1ba87b1d92bcf2 used request id req-d8062e03-c3a1-49d7-8211-3d89d2743369 2018-08-05 11:39:52,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0971961021423s 2018-08-05 11:39:52,002 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=9a045607b09d494f96036daef03a37eb&role.id=5ffd26fff46940a9a7250a7e82b03ee6&scope.project.id=1246a4948b084f438c1ba87b1d92bcf2 used request id req-d8062e03-c3a1-49d7-8211-3d89d2743369 2018-08-05 11:39:52,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-05 11:39:52,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:5000/v3/projects/1246a4948b084f438c1ba87b1d92bcf2/users/9a045607b09d494f96036daef03a37eb/roles/5ffd26fff46940a9a7250a7e82b03ee6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 11:39:52,136 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 11:39:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6446203-6b3e-4d94-b0cf-1c3c4e7c5467 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 11:39:52,136 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/1246a4948b084f438c1ba87b1d92bcf2/users/9a045607b09d494f96036daef03a37eb/roles/5ffd26fff46940a9a7250a7e82b03ee6 used request id req-f6446203-6b3e-4d94-b0cf-1c3c4e7c5467 2018-08-05 11:39:52,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.129939079285s 2018-08-05 11:39:52,136 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/1246a4948b084f438c1ba87b1d92bcf2/users/9a045607b09d494f96036daef03a37eb/roles/5ffd26fff46940a9a7250a7e82b03ee6 used request id req-f6446203-6b3e-4d94-b0cf-1c3c4e7c5467 2018-08-05 11:39:52,137 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-05 11:39:52,138 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-05 11:39:52,138 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-05 11:39:52,142 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-05 11:39:52,216 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-05 11:39:52,217 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-05 11:39:52,217 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-05 11:39:52,254 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-05 11:39:52,254 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-05 11:39:52,282 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-05 12:06:08,088 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-05 12:06:08,089 - functest.opnfv_tests.openstack.shaker.shaker - INFO - output: XDG_SESSION_ID=1 OS_PROJECT_ID=1246a4948b084f438c1ba87b1d92bcf2 SHELL=/bin/bash SSH_CLIENT=172.30.9.66 40600 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_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a 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=d5327b92-1775-4949-ac69-3b9e2f6a8dd8 LANG=en_US.UTF-8 OS_AUTH_TYPE=password PS1=${OS_CLOUDNAME:+($OS_CLOUDNAME)} OS_AUTH_URL=http://172.30.9.46:5000 OS_USERNAME=shaker-user_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a SHLVL=1 HOME=/home/ubuntu no_proxy=,172.30.9.46,192.30.9.5 LOGNAME=ubuntu SSH_CONNECTION=172.30.9.66 40600 192.168.120.14 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-05 11:39:52.779 1413 INFO shaker.engine.utils [-] Logging enabled 2018-08-05 11:39:52.781 1413 INFO shaker.engine.messaging [-] Listening on *:9000 2018-08-05 11:39:52.783 1413 INFO shaker.engine.server [-] Play scenario: openstack/full_l2 2018-08-05 11:39:52.790 1421 INFO shaker.agent.agent [-] Agent id is: __heartbeat 2018-08-05 11:39:52.791 1421 INFO shaker.agent.agent [-] Connecting to server: 172.30.9.201:9000 2018-08-05 11:39:52.791 1421 INFO shaker.agent.agent [-] Agent config: {'polling_interval': 10} 2018-08-05 11:39:52.801 1413 INFO pykwalify.core [-] validation.valid 2018-08-05 11:39:53.339 1413 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-05 11:39:56.563 1413 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'3c403353-8da6-411f-9285-7e2c97f24727', u'links': [{u'href': u'http://172.30.9.46:8004/v1/1246a4948b084f438c1ba87b1d92bcf2/stacks/shaker_kofmsp/3c403353-8da6-411f-9285-7e2c97f24727', u'rel': u'self'}]} 2018-08-05 11:43:44.349 1413 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_kofmsp_slave_0', 'shaker_kofmsp_master_0']) 2018-08-05 11:43:52.121 1413 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-05 11:45:22.683 1413 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-05 11:46:53.177 1413 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-05 11:48:23.666 1413 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-05 11:48:23.667 1413 INFO shaker.engine.server [-] Execution is done 2018-08-05 11:48:24.133 1413 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-05 11:48:44.651 1413 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-05 11:48:44.653 1413 INFO shaker.engine.server [-] Play scenario: openstack/full_l3_east_west 2018-08-05 11:48:44.666 1413 INFO pykwalify.core [-] validation.valid 2018-08-05 11:48:45.076 1413 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-05 11:48:48.227 1413 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'7844d039-4c8c-4dad-9e4e-78c66bfbf0cf', u'links': [{u'href': u'http://172.30.9.46:8004/v1/1246a4948b084f438c1ba87b1d92bcf2/stacks/shaker_dzmrue/7844d039-4c8c-4dad-9e4e-78c66bfbf0cf', u'rel': u'self'}]} 2018-08-05 11:49:42.983 1413 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_dzmrue_master_0', 'shaker_dzmrue_slave_0']) 2018-08-05 11:50:26.979 1413 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-05 11:51:57.513 1413 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-05 11:53:28.005 1413 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-05 11:54:58.489 1413 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-05 11:54:58.489 1413 INFO shaker.engine.server [-] Execution is done 2018-08-05 11:54:58.949 1413 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-05 11:55:23.375 1413 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-05 11:55:23.376 1413 INFO shaker.engine.server [-] Play scenario: openstack/full_l3_north_south 2018-08-05 11:55:23.390 1413 INFO pykwalify.core [-] validation.valid 2018-08-05 11:55:23.795 1413 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-05 11:55:27.353 1413 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'e77f7bcd-9f15-46bb-b5fd-57c316ad7fb0', u'links': [{u'href': u'http://172.30.9.46:8004/v1/1246a4948b084f438c1ba87b1d92bcf2/stacks/shaker_erzimf/e77f7bcd-9f15-46bb-b5fd-57c316ad7fb0', u'rel': u'self'}]} 2018-08-05 11:56:17.005 1413 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_erzimf_slave_0', 'shaker_erzimf_master_0']) 2018-08-05 11:56:29.958 1413 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-05 11:58:01.017 1413 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-05 11:59:31.509 1413 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-05 12:01:02.005 1413 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-05 12:01:02.005 1413 INFO shaker.engine.server [-] Execution is done 2018-08-05 12:01:03.247 1413 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-05 12:01:27.368 1413 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-05 12:01:27.370 1413 INFO shaker.engine.server [-] Play scenario: openstack/perf_l3_north_south 2018-08-05 12:01:27.385 1413 INFO pykwalify.core [-] validation.valid 2018-08-05 12:01:27.800 1413 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-05 12:01:31.031 1413 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'079967dd-9d9a-4ad3-b43b-b768458261d3', u'links': [{u'href': u'http://172.30.9.46:8004/v1/1246a4948b084f438c1ba87b1d92bcf2/stacks/shaker_imufdo/079967dd-9d9a-4ad3-b43b-b768458261d3', u'rel': u'self'}]} 2018-08-05 12:02:22.558 1413 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_imufdo_master_0', 'shaker_imufdo_slave_0']) 2018-08-05 12:02:30.161 1413 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-05 12:03:01.674 1413 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-05 12:04:21.858 1413 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-05 12:05:42.252 1413 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-05 12:05:42.253 1413 INFO shaker.engine.server [-] Execution is done 2018-08-05 12:05:42.352 1413 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-05 12:06:08.002 1413 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-05 12:06:08.003 1413 INFO shaker.engine.server [-] Generating aggregated report 2018-08-05 12:06:08.012 1413 INFO shaker.engine.server [-] Raw output is stored to: report.json 2018-08-05 12:06:08.015 1413 INFO shaker.engine.report [-] ******************************************************************************** 2018-08-05 12:06:08.015 1413 INFO shaker.engine.report [-] OpenStack L3 North-South Performance.UDP.1.overcloud-novacompute-0.opnfvlf.org:stats.packets.avg > 100000 [OK] 2018-08-05 12:06:08.015 1413 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-05 12:06:08.015 1413 INFO shaker.engine.report [-] OpenStack L3 North-South Performance.TCP.1.overcloud-novacompute-0.opnfvlf.org:stats.bandwidth.avg > 5000 [FAIL] 2018-08-05 12:06:08.015 1413 INFO shaker.engine.report [-] OpenStack L3 North-South Performance.TCP.1.overcloud-novacompute-0.opnfvlf.org:stats.retransmits.max < 10 [FAIL] 2018-08-05 12:06:08.015 1413 INFO shaker.engine.report [-] ******************************************************************************** 2018-08-05 12:06:08.016 1413 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-05 12:06:08.027 1413 INFO shaker.engine.report [-] Report saved to: report.html 2018-08-05 12:06:08,089 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-05 12:06:08,090 - functest.opnfv_tests.openstack.shaker.shaker - INFO - error: 2018-08-05 12:06:08,092 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-05 12:06:08,128 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-05 12:06:08,128 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-05 12:06:08,158 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-05 12:06:08,212 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-05 12:06:08,213 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-05 12:06:08,220 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-05 12:06:08,252 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-05 12:06:08,252 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-05 12:06:08,285 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-05 12:06:08,297 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-05 12:06:08,298 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-05 12:06:08,427 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-05 12:06:08,427 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | shaker | functest | 30:15 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-05 12:06:08,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-05 12:06:08,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/floatingips/93e7207d-1c10-4b38-9461-0266fc9e07ea.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 12:06:09,761 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1c621c39-c225-40a9-a738-0aa340d14659 Content-Length: 0 Date: Sun, 05 Aug 2018 12:06:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 12:06:09,761 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/93e7207d-1c10-4b38-9461-0266fc9e07ea.json used request id req-1c621c39-c225-40a9-a738-0aa340d14659 2018-08-05 12:06:09,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.32536792755s 2018-08-05 12:06:09,761 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/93e7207d-1c10-4b38-9461-0266fc9e07ea.json used request id req-1c621c39-c225-40a9-a738-0aa340d14659 2018-08-05 12:06:09,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 12:06:09,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 12:06:09,864 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-4b96d4fc-3dcf-4895-badc-13c77ff08cf5 Date: Sun, 05 Aug 2018 12:06:09 GMT RESP BODY: {"floatingips": []} 2018-08-05 12:06:09,864 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-4b96d4fc-3dcf-4895-badc-13c77ff08cf5 2018-08-05 12:06:09,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0977249145508s 2018-08-05 12:06:09,865 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-4b96d4fc-3dcf-4895-badc-13c77ff08cf5 2018-08-05 12:06:09,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-05 12:06:09,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 12:06:10,179 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 12: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 x-openstack-request-id: req-5415cfb4-101c-42c8-bc93-38c5618b045e x-compute-request-id: req-5415cfb4-101c-42c8-bc93-38c5618b045e Content-Type: application/json 2018-08-05 12:06:10,179 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d used request id req-5415cfb4-101c-42c8-bc93-38c5618b045e 2018-08-05 12:06:10,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.313447952271s 2018-08-05 12:06:10,179 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d used request id req-5415cfb4-101c-42c8-bc93-38c5618b045e 2018-08-05 12:06:10,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:06:10,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 12:06:10,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:06: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-d75a12b6-042f-40c2-80bd-d33048fff6b3 x-compute-request-id: req-d75a12b6-042f-40c2-80bd-d33048fff6b3 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"shaker-net_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:b7:0b", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4e:b7:0b", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "rel": "bookmark"}], "image": {"id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "links": [{"href": "http://172.30.9.46:8774/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000001d", "OS-SRV-USG:launched_at": "2018-08-05T11:39:34.000000", "flavor": {"id": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "links": [{"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "bookmark"}]}, "id": "ab8cb246-6937-429e-9241-9ff4b2b6cf0d", "security_groups": [{"name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}], "user_id": "9a045607b09d494f96036daef03a37eb", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:06:10Z", "hostId": "1360d5606b516dde7bdec0a2fffe40d4b11f7e2983873b9a7526b65b", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "shaker-vm_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "created": "2018-08-05T11:36:16Z", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:06:10,696 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-d75a12b6-042f-40c2-80bd-d33048fff6b3 2018-08-05 12:06:10,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.516607046127s 2018-08-05 12:06:10,697 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-d75a12b6-042f-40c2-80bd-d33048fff6b3 2018-08-05 12:06:10,698 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:06:12,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:06:12,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 12:06:12,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:06: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-0e2a18a8-43df-4248-8ffd-3e6812e190b8 x-compute-request-id: req-0e2a18a8-43df-4248-8ffd-3e6812e190b8 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-05 12:06:12,781 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0e2a18a8-43df-4248-8ffd-3e6812e190b8 2018-08-05 12:06:12,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0816171169281s 2018-08-05 12:06:12,781 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0e2a18a8-43df-4248-8ffd-3e6812e190b8 2018-08-05 12:06:12,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 12:06:12,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 12:06:12,856 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 29135 X-Openstack-Request-Id: req-6814755b-70bf-4e94-bf88-d7160d862e80 Date: Sun, 05 Aug 2018 12:06:12 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "created_at": "2018-08-05T11:35:53Z", "updated_at": "2018-08-05T11:35:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:35:53Z", "revision_number": 0, "id": "12328a62-6aa5-4568-befc-c72faf9a4e95", "remote_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "remote_ip_prefix": null, "created_at": "2018-08-05T11:35:53Z", "security_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:35:53Z", "revision_number": 0, "id": "28d7780e-baf7-4a42-93ac-8524b76591ec", "remote_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "remote_ip_prefix": null, "created_at": "2018-08-05T11:35:53Z", "security_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv6", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:35:53Z", "revision_number": 0, "id": "71c66d44-b9f1-49d6-93ec-12f680491bb5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:35:53Z", "security_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:35:53Z", "revision_number": 0, "id": "8c1f53f7-97bc-458f-a149-f09fd43b41c8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:35:53Z", "security_group_id": "099d4133-bc56-4865-811f-ed8b3584078d", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv6", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}], "revision_number": 1, "project_id": "1246a4948b084f438c1ba87b1d92bcf2", "id": "099d4133-bc56-4865-811f-ed8b3584078d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "created_at": "2018-08-05T10:48:01Z", "updated_at": "2018-08-05T10:48:01Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:01Z", "revision_number": 0, "id": "7ef6a0da-ddb8-4df3-8a99-e30370994e55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:01Z", "security_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:01Z", "revision_number": 0, "id": "8b67bdbb-41fa-4744-bf24-637547e32657", "remote_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:01Z", "security_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv4", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:01Z", "revision_number": 0, "id": "9ad03c4b-9346-4bbd-a17b-393a9720a1f6", "remote_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:01Z", "security_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:48:01Z", "revision_number": 0, "id": "baa9704e-80c3-4d3e-b257-2ab811db86c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:48:01Z", "security_group_id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "tenant_id": "1bcef6eb88e84482be4d29e40c11f2ad", "port_range_min": null, "ethertype": "IPv6", "project_id": "1bcef6eb88e84482be4d29e40c11f2ad"}], "revision_number": 1, "project_id": "1bcef6eb88e84482be4d29e40c11f2ad", "id": "2a778c71-ff3c-45cb-8e06-ee237c6fc317", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0027b109278744679cbbeb62c674e8a6", "created_at": "2018-08-05T10:45:36Z", "updated_at": "2018-08-05T10:45:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:36Z", "revision_number": 0, "id": "396c2a70-2d0b-4692-a0cf-9665a1722a7b", "remote_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:36Z", "security_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv6", "project_id": "0027b109278744679cbbeb62c674e8a6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:36Z", "revision_number": 0, "id": "6b444bd8-934a-43de-ad04-2051d67c9271", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:36Z", "security_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv6", "project_id": "0027b109278744679cbbeb62c674e8a6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:36Z", "revision_number": 0, "id": "87a650a3-9c14-4811-9c24-a95ae53ee23d", "remote_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:36Z", "security_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "0027b109278744679cbbeb62c674e8a6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:45:36Z", "revision_number": 0, "id": "97e5beb4-9281-460b-a97b-b8f185c0e8d5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:45:36Z", "security_group_id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "tenant_id": "0027b109278744679cbbeb62c674e8a6", "port_range_min": null, "ethertype": "IPv4", "project_id": "0027b109278744679cbbeb62c674e8a6"}], "revision_number": 1, "project_id": "0027b109278744679cbbeb62c674e8a6", "id": "42fb777a-6c1f-4a31-9092-6fc459662ae3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8e28169371d04bc596984e65148756c5", "created_at": "2018-08-05T10:46:23Z", "updated_at": "2018-08-05T10:46:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:23Z", "revision_number": 0, "id": "15a99c2f-0545-4bf6-a7cf-374c45ef6371", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:23Z", "security_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e28169371d04bc596984e65148756c5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:23Z", "revision_number": 0, "id": "451a8dd4-e2d7-4777-b28c-b5a66a1f4c25", "remote_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:23Z", "security_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e28169371d04bc596984e65148756c5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:23Z", "revision_number": 0, "id": "ab81aa77-c42e-4ecc-a692-b031e38f9692", "remote_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:23Z", "security_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "8e28169371d04bc596984e65148756c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:46:23Z", "revision_number": 0, "id": "b98f040d-49b7-47cc-81e7-c497854b36f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:46:23Z", "security_group_id": "691acbd5-8983-4044-8480-ea40ff121eef", "tenant_id": "8e28169371d04bc596984e65148756c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "8e28169371d04bc596984e65148756c5"}], "revision_number": 1, "project_id": "8e28169371d04bc596984e65148756c5", "id": "691acbd5-8983-4044-8480-ea40ff121eef", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d51dffe791f848a189ee82f0cc97eafe", "created_at": "2018-08-05T11:16:54Z", "updated_at": "2018-08-05T11:16:54Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:16:54Z", "revision_number": 0, "id": "26aafbba-5769-4b40-a9b4-7f5381f206a5", "remote_group_id": "7997682c-e3e2-478f-83de-7c48ccb8deaf", "remote_ip_prefix": null, "created_at": "2018-08-05T11:16:54Z", "security_group_id": "7997682c-e3e2-478f-83de-7c48ccb8deaf", "tenant_id": "d51dffe791f848a189ee82f0cc97eafe", "port_range_min": null, "ethertype": "IPv6", "project_id": "d51dffe791f848a189ee82f0cc97eafe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:16:54Z", "revision_number": 0, "id": "4a276db4-4b55-470d-a9e6-0b6bc5a464b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:16:54Z", "security_group_id": "7997682c-e3e2-478f-83de-7c48ccb8deaf", "tenant_id": "d51dffe791f848a189ee82f0cc97eafe", "port_range_min": null, "ethertype": "IPv4", "project_id": "d51dffe791f848a189ee82f0cc97eafe"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:16:54Z", "revision_number": 0, "id": "902f4f5f-951d-4389-9b2a-bc238e2dd0ca", "remote_group_id": "7997682c-e3e2-478f-83de-7c48ccb8deaf", "remote_ip_prefix": null, "created_at": "2018-08-05T11:16:54Z", "security_group_id": "7997682c-e3e2-478f-83de-7c48ccb8deaf", "tenant_id": "d51dffe791f848a189ee82f0cc97eafe", "port_range_min": null, "ethertype": "IPv4", "project_id": "d51dffe791f848a189ee82f0cc97eafe"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:16:54Z", "revision_number": 0, "id": "9f5ab12d-13a4-48e5-8cbf-e93a0f77705e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:16:54Z", "security_group_id": "7997682c-e3e2-478f-83de-7c48ccb8deaf", "tenant_id": "d51dffe791f848a189ee82f0cc97eafe", "port_range_min": null, "ethertype": "IPv6", "project_id": "d51dffe791f848a189ee82f0cc97eafe"}], "revision_number": 1, "project_id": "d51dffe791f848a189ee82f0cc97eafe", "id": "7997682c-e3e2-478f-83de-7c48ccb8deaf", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "created_at": "2018-08-05T10:44:39Z", "updated_at": "2018-08-05T10:44:39Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:39Z", "revision_number": 0, "id": "135fb7b2-ab4c-4e90-9894-777d8b91e107", "remote_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:39Z", "security_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "port_range_min": null, "ethertype": "IPv6", "project_id": "217e81f3792d4daaacc6f61eb2c46f59"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:39Z", "revision_number": 0, "id": "4cb63382-ce34-473e-9294-3e19d964483d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:39Z", "security_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "port_range_min": null, "ethertype": "IPv4", "project_id": "217e81f3792d4daaacc6f61eb2c46f59"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:39Z", "revision_number": 0, "id": "96693c71-fdde-4bcc-89d2-94a3d451c98a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:39Z", "security_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "port_range_min": null, "ethertype": "IPv6", "project_id": "217e81f3792d4daaacc6f61eb2c46f59"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:39Z", "revision_number": 0, "id": "f62dc6b1-5125-46b5-8c14-b9e65149d2f3", "remote_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:39Z", "security_group_id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "tenant_id": "217e81f3792d4daaacc6f61eb2c46f59", "port_range_min": null, "ethertype": "IPv4", "project_id": "217e81f3792d4daaacc6f61eb2c46f59"}], "revision_number": 1, "project_id": "217e81f3792d4daaacc6f61eb2c46f59", "id": "8a18004d-27af-47fe-aa4f-2bfa25731686", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "created_at": "2018-08-05T10:44:08Z", "updated_at": "2018-08-05T10:44:08Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:08Z", "revision_number": 0, "id": "24d9e270-9c6c-45ad-98bc-ecb027f43d34", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:08Z", "security_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9699c17ac6b46b98413b543bfa6f10f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:08Z", "revision_number": 0, "id": "84feaade-be63-4f99-a7d5-e1c3cfd1cbed", "remote_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:08Z", "security_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9699c17ac6b46b98413b543bfa6f10f"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:08Z", "revision_number": 0, "id": "c3137e0b-0d1c-4287-b047-848585197362", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:08Z", "security_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "port_range_min": null, "ethertype": "IPv4", "project_id": "f9699c17ac6b46b98413b543bfa6f10f"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:44:08Z", "revision_number": 0, "id": "e108ac41-59ff-4580-8d7c-428f9dbea871", "remote_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "remote_ip_prefix": null, "created_at": "2018-08-05T10:44:08Z", "security_group_id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "tenant_id": "f9699c17ac6b46b98413b543bfa6f10f", "port_range_min": null, "ethertype": "IPv6", "project_id": "f9699c17ac6b46b98413b543bfa6f10f"}], "revision_number": 1, "project_id": "f9699c17ac6b46b98413b543bfa6f10f", "id": "a0c2315c-0eb9-4461-a244-be445d4b6257", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "0657afe192264a9b9d21fa2c02d460ec", "created_at": "2018-08-05T10:41:15Z", "updated_at": "2018-08-05T10:41:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:41:15Z", "revision_number": 0, "id": "0045c841-8862-49fb-808c-6b4e2e5da3fa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:41:15Z", "security_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "tenant_id": "0657afe192264a9b9d21fa2c02d460ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "0657afe192264a9b9d21fa2c02d460ec"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:41:15Z", "revision_number": 0, "id": "03584969-d3f3-440c-bb78-b8ab70a15c9c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:41:15Z", "security_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "tenant_id": "0657afe192264a9b9d21fa2c02d460ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "0657afe192264a9b9d21fa2c02d460ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:41:15Z", "revision_number": 0, "id": "45eb2436-3f3f-4d46-88c2-149c39ab92ef", "remote_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "remote_ip_prefix": null, "created_at": "2018-08-05T10:41:15Z", "security_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "tenant_id": "0657afe192264a9b9d21fa2c02d460ec", "port_range_min": null, "ethertype": "IPv4", "project_id": "0657afe192264a9b9d21fa2c02d460ec"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:41:15Z", "revision_number": 0, "id": "bc0fc107-0e8b-4d3a-8bf6-2b1f02460f1b", "remote_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "remote_ip_prefix": null, "created_at": "2018-08-05T10:41:15Z", "security_group_id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "tenant_id": "0657afe192264a9b9d21fa2c02d460ec", "port_range_min": null, "ethertype": "IPv6", "project_id": "0657afe192264a9b9d21fa2c02d460ec"}], "revision_number": 1, "project_id": "0657afe192264a9b9d21fa2c02d460ec", "id": "df54a1d2-5148-4215-92f5-db72b3a286c8", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "created_at": "2018-08-05T11:36:13Z", "updated_at": "2018-08-05T11:36:14Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9000, "updated_at": "2018-08-05T11:36:14Z", "revision_number": 0, "id": "0f692d06-faa6-4a05-b32b-51b44f03dfe3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:36:14Z", "security_group_id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": 9000, "ethertype": "IPv4", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:36:14Z", "revision_number": 0, "id": "4f6860f5-d3b7-4b7a-bf7d-ec908bb19c16", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:36:14Z", "security_group_id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:36:13Z", "revision_number": 0, "id": "6ba49ede-f9ee-4005-a20b-cddf59b9ba50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:36:13Z", "security_group_id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv4", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T11:36:13Z", "revision_number": 0, "id": "aca875ba-15fb-4791-8a15-d4d44a0e966b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:36:13Z", "security_group_id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": null, "ethertype": "IPv6", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T11:36:14Z", "revision_number": 0, "id": "ea9fbf93-ed4d-431a-8caa-6c57c9891944", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T11:36:14Z", "security_group_id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1246a4948b084f438c1ba87b1d92bcf2"}], "revision_number": 4, "project_id": "1246a4948b084f438c1ba87b1d92bcf2", "id": "e563574a-2def-4ebd-afbf-37ad4c9fcc93", "name": "shaker-sg_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-05T10:43:53Z", "updated_at": "2018-08-05T10:43:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:53Z", "revision_number": 0, "id": "4b139b38-2a75-4873-9694-a4ea112cd3cb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:53Z", "security_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:53Z", "revision_number": 0, "id": "f64aa598-56c9-461d-8c76-37b5c2cf45b5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:53Z", "security_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:53Z", "revision_number": 0, "id": "f8fd4f01-ec20-4301-a1d3-859471296d13", "remote_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:53Z", "security_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "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-05T10:43:53Z", "revision_number": 0, "id": "fa2adc12-b0d6-474b-9f42-2fdf9195b01a", "remote_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:53Z", "security_group_id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "ea08aa78-dd45-4f1b-a340-61a48382b9cb", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "created_at": "2018-08-05T10:47:13Z", "updated_at": "2018-08-05T10:47:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:47:14Z", "revision_number": 0, "id": "1850f60d-8aa3-4702-9c2b-5f09a13772c7", "remote_group_id": "ea6d28c0-25ee-4665-a667-6aac347746a6", "remote_ip_prefix": null, "created_at": "2018-08-05T10:47:14Z", "security_group_id": "ea6d28c0-25ee-4665-a667-6aac347746a6", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "port_range_min": null, "ethertype": "IPv4", "project_id": "48a8536f1aea4650b9a566299edebcd9"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:47:14Z", "revision_number": 0, "id": "521ebbcb-c3a0-4d74-af66-8f5f76b7a4b6", "remote_group_id": "ea6d28c0-25ee-4665-a667-6aac347746a6", "remote_ip_prefix": null, "created_at": "2018-08-05T10:47:14Z", "security_group_id": "ea6d28c0-25ee-4665-a667-6aac347746a6", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "port_range_min": null, "ethertype": "IPv6", "project_id": "48a8536f1aea4650b9a566299edebcd9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:47:14Z", "revision_number": 0, "id": "6936dad7-454f-41f4-a74d-4bf1a469dae7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:47:14Z", "security_group_id": "ea6d28c0-25ee-4665-a667-6aac347746a6", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "port_range_min": null, "ethertype": "IPv6", "project_id": "48a8536f1aea4650b9a566299edebcd9"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:47:14Z", "revision_number": 0, "id": "7430c484-5793-4b34-b0ca-be8271e3832a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:47:14Z", "security_group_id": "ea6d28c0-25ee-4665-a667-6aac347746a6", "tenant_id": "48a8536f1aea4650b9a566299edebcd9", "port_range_min": null, "ethertype": "IPv4", "project_id": "48a8536f1aea4650b9a566299edebcd9"}], "revision_number": 1, "project_id": "48a8536f1aea4650b9a566299edebcd9", "id": "ea6d28c0-25ee-4665-a667-6aac347746a6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T10:43:52Z", "updated_at": "2018-08-05T10:43:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:52Z", "revision_number": 0, "id": "50205166-509c-4b12-acb4-63084b96f334", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:52Z", "security_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5650b30963342b58320b9e3073d7ddf"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:52Z", "revision_number": 0, "id": "5a4fe5d2-cbe5-46f0-9e55-d7df278ac65f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:52Z", "security_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5650b30963342b58320b9e3073d7ddf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:52Z", "revision_number": 0, "id": "77b10a33-1d8f-41d7-9f68-26cf0de09deb", "remote_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:52Z", "security_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv4", "project_id": "d5650b30963342b58320b9e3073d7ddf"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T10:43:52Z", "revision_number": 0, "id": "9dc5ea92-ce0d-4034-a6f3-d98469cbb79b", "remote_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "remote_ip_prefix": null, "created_at": "2018-08-05T10:43:52Z", "security_group_id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "port_range_min": null, "ethertype": "IPv6", "project_id": "d5650b30963342b58320b9e3073d7ddf"}], "revision_number": 1, "project_id": "d5650b30963342b58320b9e3073d7ddf", "id": "ebccb07e-c927-4be3-ace1-fd68b60b4a5c", "name": "default"}]} 2018-08-05 12:06:12,856 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-6814755b-70bf-4e94-bf88-d7160d862e80 2018-08-05 12:06:12,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0718829631805s 2018-08-05 12:06:12,858 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-6814755b-70bf-4e94-bf88-d7160d862e80 2018-08-05 12:06:12,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-05 12:06:12,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/security-groups/e563574a-2def-4ebd-afbf-37ad4c9fcc93.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 12:06:12,975 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-21416baa-e7ed-442c-9e78-64b4029efbfe Content-Length: 0 Date: Sun, 05 Aug 2018 12:06:12 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 12:06:12,976 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/security-groups/e563574a-2def-4ebd-afbf-37ad4c9fcc93.json used request id req-21416baa-e7ed-442c-9e78-64b4029efbfe 2018-08-05 12:06:12,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.112869977951s 2018-08-05 12:06:12,976 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/security-groups/e563574a-2def-4ebd-afbf-37ad4c9fcc93.json used request id req-21416baa-e7ed-442c-9e78-64b4029efbfe 2018-08-05 12:06:12,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-05 12:06:12,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/os-keypairs/shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 12:06:13,195 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 12:06: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-084b1d11-17f9-4e8c-82ec-f93f2cbf6b65 x-compute-request-id: req-084b1d11-17f9-4e8c-82ec-f93f2cbf6b65 Content-Length: 0 Content-Type: application/json 2018-08-05 12:06:13,195 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/os-keypairs/shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a used request id req-084b1d11-17f9-4e8c-82ec-f93f2cbf6b65 2018-08-05 12:06:13,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.218526124954s 2018-08-05 12:06:13,195 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/os-keypairs/shaker-kp_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a used request id req-084b1d11-17f9-4e8c-82ec-f93f2cbf6b65 2018-08-05 12:06:13,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-05 12:06:13,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" -d '{"subnet_id": "63a1b0d0-b327-45ca-bf6e-5e6fcd0fbba2"}' 2018-08-05 12:06:15,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-89603fbb-a9f2-44e1-86b7-a8352e5c05ce Date: Sun, 05 Aug 2018 12:06:15 GMT RESP BODY: {"network_id": "33ad70a5-ffbb-43d7-a56c-a3685525ec3f", "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "subnet_id": "63a1b0d0-b327-45ca-bf6e-5e6fcd0fbba2", "subnet_ids": ["63a1b0d0-b327-45ca-bf6e-5e6fcd0fbba2"], "port_id": "d59db44b-0c2b-48da-9dca-f333e169be2a", "id": "3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed"} 2018-08-05 12:06:15,102 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed/remove_router_interface.json used request id req-89603fbb-a9f2-44e1-86b7-a8352e5c05ce 2018-08-05 12:06:15,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.90668201447s 2018-08-05 12:06:15,103 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed/remove_router_interface.json used request id req-89603fbb-a9f2-44e1-86b7-a8352e5c05ce returning object 3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed 2018-08-05 12:06:15,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-05 12:06:15,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 12:06:15,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-3a8dc02f-032f-4855-a522-63c766e491ca Date: Sun, 05 Aug 2018 12:06:15 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.205"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1246a4948b084f438c1ba87b1d92bcf2", "created_at": "2018-08-05T11:35:55Z", "admin_state_up": true, "updated_at": "2018-08-05T12:06:14Z", "project_id": "1246a4948b084f438c1ba87b1d92bcf2", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed", "name": "shaker-router_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}]} 2018-08-05 12:06:15,220 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-3a8dc02f-032f-4855-a522-63c766e491ca 2018-08-05 12:06:15,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.116180896759s 2018-08-05 12:06:15,220 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-3a8dc02f-032f-4855-a522-63c766e491ca 2018-08-05 12:06:15,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-05 12:06:15,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/routers/3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 12:06:16,469 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-59d076d4-8c50-43cf-bd2e-285bf5969759 Content-Length: 0 Date: Sun, 05 Aug 2018 12:06:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 12:06:16,469 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed.json used request id req-59d076d4-8c50-43cf-bd2e-285bf5969759 2018-08-05 12:06:16,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.24793291092s 2018-08-05 12:06:16,470 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/3d5b5359-b5b4-4bad-a3dc-2c2ad91a16ed.json used request id req-59d076d4-8c50-43cf-bd2e-285bf5969759 2018-08-05 12:06:16,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 12:06:16,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 12:06:16,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1324 X-Openstack-Request-Id: req-e8e372ee-802e-4886-9ac1-e7b31d36b916 Date: Sun, 05 Aug 2018 12:06:16 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-05T11:35:54Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"63a1b0d0-b327-45ca-bf6e-5e6fcd0fbba2","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"1246a4948b084f438c1ba87b1d92bcf2","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"shaker-subnet_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a","enable_dhcp":true,"segment_id":null,"network_id":"33ad70a5-ffbb-43d7-a56c-a3685525ec3f","tenant_id":"1246a4948b084f438c1ba87b1d92bcf2","created_at":"2018-08-05T11:35:54Z","ip_version":4},{"updated_at":"2018-08-05T10:41:19Z","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":"89972d6a-26a8-4595-baea-47e68ca637c2","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0657afe192264a9b9d21fa2c02d460ec","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:19Z","ip_version":4}]} 2018-08-05 12:06:16,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-e8e372ee-802e-4886-9ac1-e7b31d36b916 2018-08-05 12:06:16,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0436680316925s 2018-08-05 12:06:16,514 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-e8e372ee-802e-4886-9ac1-e7b31d36b916 2018-08-05 12:06:16,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-05 12:06:16,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/subnets/63a1b0d0-b327-45ca-bf6e-5e6fcd0fbba2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 12:06:17,487 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-76ace305-569c-4ed9-87c5-c35c204747a5 Date: Sun, 05 Aug 2018 12:06:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 12:06:17,488 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/63a1b0d0-b327-45ca-bf6e-5e6fcd0fbba2.json used request id req-76ace305-569c-4ed9-87c5-c35c204747a5 2018-08-05 12:06:17,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.971865177155s 2018-08-05 12:06:17,488 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/63a1b0d0-b327-45ca-bf6e-5e6fcd0fbba2.json used request id req-76ace305-569c-4ed9-87c5-c35c204747a5 2018-08-05 12:06:17,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 12:06:17,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 12:06:17,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1432 X-Openstack-Request-Id: req-37cfb6e3-ca72-442b-a47a-28389862e9d2 Date: Sun, 05 Aug 2018 12:06:17 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"33ad70a5-ffbb-43d7-a56c-a3685525ec3f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":22,"ipv4_address_scope":null,"shared":false,"project_id":"1246a4948b084f438c1ba87b1d92bcf2","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T12:06:17Z","qos_policy_id":null,"name":"shaker-net_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a","admin_state_up":true,"tenant_id":"1246a4948b084f438c1ba87b1d92bcf2","created_at":"2018-08-05T11:35:54Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 12:06:17,575 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-37cfb6e3-ca72-442b-a47a-28389862e9d2 2018-08-05 12:06:17,575 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0863239765167s 2018-08-05 12:06:17,575 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-37cfb6e3-ca72-442b-a47a-28389862e9d2 2018-08-05 12:06:17,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-05 12:06:17,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/networks/33ad70a5-ffbb-43d7-a56c-a3685525ec3f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 12:06:18,805 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fcfe431b-5761-4600-846b-5ee6c80ea399 Date: Sun, 05 Aug 2018 12:06:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 12:06:18,805 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/33ad70a5-ffbb-43d7-a56c-a3685525ec3f.json used request id req-fcfe431b-5761-4600-846b-5ee6c80ea399 2018-08-05 12:06:18,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.22885107994s 2018-08-05 12:06:18,806 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/33ad70a5-ffbb-43d7-a56c-a3685525ec3f.json used request id req-fcfe431b-5761-4600-846b-5ee6c80ea399 2018-08-05 12:06:18,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:06:18,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 12:06:19,384 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1195 Content-Type: application/json X-Openstack-Request-Id: req-791c1ff2-9afa-451f-a0b1-31c9fc86e994 Date: Sun, 05 Aug 2018 12:06:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e/snap", "metadata": {}}], "file": "/v2/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e/file", "owner": "1246a4948b084f438c1ba87b1d92bcf2", "id": "fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "size": 666173440, "self": "/v2/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "updated_at": "2018-08-05T11:36:12Z", "visibility": "private", "owner_specified.shade.object": "images/shaker-img_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-05T11:36:03Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:06:19,385 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-791c1ff2-9afa-451f-a0b1-31c9fc86e994 2018-08-05 12:06:19,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.574818134308s 2018-08-05 12:06:19,385 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-791c1ff2-9afa-451f-a0b1-31c9fc86e994 2018-08-05 12:06:19,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-05 12:06:19,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9292/v2/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5df339a1df4bebdf4180854c55c80535e4e496a2" 2018-08-05 12:06:19,766 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-01087c75-28e5-4315-9c9c-b1c0fb523de3 Date: Sun, 05 Aug 2018 12:06: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-05 12:06:19,766 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e used request id req-01087c75-28e5-4315-9c9c-b1c0fb523de3 2018-08-05 12:06:19,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.378350973129s 2018-08-05 12:06:19,766 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/fc5dae78-a5bd-402c-9fa3-2f8e0283ca3e used request id req-01087c75-28e5-4315-9c9c-b1c0fb523de3 2018-08-05 12:06:19,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 12:06:19,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 12:06:19,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:06: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-2458c4df-ba8a-471d-9225-e60e667a57f9 x-compute-request-id: req-2458c4df-ba8a-471d-9225-e60e667a57f9 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f", "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": "6e4bac81-4b4c-43d8-9817-8e456ec8f21f"}]} 2018-08-05 12:06:19,979 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-2458c4df-ba8a-471d-9225-e60e667a57f9 2018-08-05 12:06:19,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.212358951569s 2018-08-05 12:06:19,979 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-2458c4df-ba8a-471d-9225-e60e667a57f9 2018-08-05 12:06:19,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 12:06:19,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 12:06:20,017 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 12:06: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-ae52af91-6542-4e16-9315-10d7598afa58 x-compute-request-id: req-ae52af91-6542-4e16-9315-10d7598afa58 Content-Length: 0 Content-Type: application/json 2018-08-05 12:06:20,017 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f used request id req-ae52af91-6542-4e16-9315-10d7598afa58 2018-08-05 12:06:20,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0360331535339s 2018-08-05 12:06:20,017 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/6e4bac81-4b4c-43d8-9817-8e456ec8f21f used request id req-ae52af91-6542-4e16-9315-10d7598afa58 2018-08-05 12:06:20,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 12:06:20,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 12:06:20,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:06:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd843608-f919-4598-b57e-1fcd82947b2b Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "shaker-user_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "links": {"self": "http://172.30.9.46:5000/v3/users/9a045607b09d494f96036daef03a37eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9a045607b09d494f96036daef03a37eb", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 12:06:20,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-dd843608-f919-4598-b57e-1fcd82947b2b 2018-08-05 12:06:20,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.113626003265s 2018-08-05 12:06:20,132 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-dd843608-f919-4598-b57e-1fcd82947b2b 2018-08-05 12:06:20,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 12:06:20,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/users/9a045607b09d494f96036daef03a37eb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 12:06:20,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:06:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4fbf351-60ec-4ac2-a2c8-fadf76cd1c88 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a", "links": {"self": "http://172.30.9.46:5000/v3/users/9a045607b09d494f96036daef03a37eb"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "9a045607b09d494f96036daef03a37eb", "description": null}} 2018-08-05 12:06:20,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/9a045607b09d494f96036daef03a37eb used request id req-c4fbf351-60ec-4ac2-a2c8-fadf76cd1c88 2018-08-05 12:06:20,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111573934555s 2018-08-05 12:06:20,250 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/9a045607b09d494f96036daef03a37eb used request id req-c4fbf351-60ec-4ac2-a2c8-fadf76cd1c88 2018-08-05 12:06:20,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-05 12:06:20,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/users/9a045607b09d494f96036daef03a37eb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 12:06:20,482 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 12:06:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-22333d13-be74-46c7-9deb-9555e9c51366 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 12:06:20,482 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/9a045607b09d494f96036daef03a37eb used request id req-22333d13-be74-46c7-9deb-9555e9c51366 2018-08-05 12:06:20,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.231007099152s 2018-08-05 12:06:20,482 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/9a045607b09d494f96036daef03a37eb used request id req-22333d13-be74-46c7-9deb-9555e9c51366 2018-08-05 12:06:20,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 12:06:20,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 12:06:20,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:06:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c83666f0-f1e1-4b5b-b4c4-5df81f7e5f70 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.46:5000/v3/projects/1246a4948b084f438c1ba87b1d92bcf2"}, "tags": [], "enabled": true, "id": "1246a4948b084f438c1ba87b1d92bcf2", "parent_id": "default", "domain_id": "default", "name": "shaker-project_eac1d122-92f7-4378-9cb7-1c68ab5ecb2a"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-05 12:06:20,589 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-c83666f0-f1e1-4b5b-b4c4-5df81f7e5f70 2018-08-05 12:06:20,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.10089302063s 2018-08-05 12:06:20,589 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-c83666f0-f1e1-4b5b-b4c4-5df81f7e5f70 2018-08-05 12:06:20,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-05 12:06:20,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/projects/1246a4948b084f438c1ba87b1d92bcf2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 12:06:20,761 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 12:06:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d576fde9-a6f3-468e-92ac-315835f2b2cc Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 12:06:20,761 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/1246a4948b084f438c1ba87b1d92bcf2 used request id req-d576fde9-a6f3-468e-92ac-315835f2b2cc 2018-08-05 12:06:20,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.167577981949s 2018-08-05 12:06:20,762 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/1246a4948b084f438c1ba87b1d92bcf2 used request id req-d576fde9-a6f3-468e-92ac-315835f2b2cc 2018-08-05 12:06:20,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 12:06:20,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 12:06:20,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:06:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed624bdc-709c-4edd-b55f-bc23d621d57e Content-Encoding: gzip Content-Length: 410 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "5ffd26fff46940a9a7250a7e82b03ee6", "links": {"self": "http://172.30.9.46:5000/v3/roles/5ffd26fff46940a9a7250a7e82b03ee6"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 12:06:20,853 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-ed624bdc-709c-4edd-b55f-bc23d621d57e 2018-08-05 12:06:20,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0877621173859s 2018-08-05 12:06:20,853 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-ed624bdc-709c-4edd-b55f-bc23d621d57e 2018-08-05 12:06:20,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-05 12:06:20,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/roles/5ffd26fff46940a9a7250a7e82b03ee6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}096b93c023a5f608ddb493c9b6b5b6758302ebce" 2018-08-05 12:06:21,005 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 12:06:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f052ac72-5777-4ead-a60b-21e434bbecf4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 12:06:21,005 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/roles/5ffd26fff46940a9a7250a7e82b03ee6 used request id req-f052ac72-5777-4ead-a60b-21e434bbecf4 2018-08-05 12:06:21,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.146672964096s 2018-08-05 12:06:21,006 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/roles/5ffd26fff46940a9a7250a7e82b03ee6 used request id req-f052ac72-5777-4ead-a60b-21e434bbecf4 2018-08-05 12:06:21,051 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-08-05 12:06:21,394 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-05 12:06:21,394 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-05 12:06:21,395 - openstack_tests - INFO - OS Credentials = > 2018-08-05 12:06:21,395 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-05 12:06:21,396 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 12:06:21,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T13:06:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["hYVUvfwUSDiORszDjajueg"], "issued_at": "2018-08-05T12:06:21.000000Z"}} 2018-08-05 12:06:21,799 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.46:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2880d01a4bfd1585fe3bea0fb46673532aa14c91" 2018-08-05 12:06:22,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-51e7b80c-c2be-4a77-92df-cbd58acf0c0d Date: Sun, 05 Aug 2018 12:06:22 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 12:06:22,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks?router%3Aexternal=True used request id req-51e7b80c-c2be-4a77-92df-cbd58acf0c0d 2018-08-05 12:06:22,063 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.46:9696/v2.0/subnets?network_id=3f94cd1d-7f7a-4867-a7e0-03f9caf817ab -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}2880d01a4bfd1585fe3bea0fb46673532aa14c91" 2018-08-05 12:06:22,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-fab9aa3e-7153-4860-8dd8-578f7d61f937 Date: Sun, 05 Aug 2018 12:06:22 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-05T10:41:19Z","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":"89972d6a-26a8-4595-baea-47e68ca637c2","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0657afe192264a9b9d21fa2c02d460ec","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:19Z","ip_version":4}]} 2018-08-05 12:06:22,104 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets?network_id=3f94cd1d-7f7a-4867-a7e0-03f9caf817ab used request id req-fab9aa3e-7153-4860-8dd8-578f7d61f937 2018-08-05 12:06:22,104 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-05 12:06:22,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 12:06:22,105 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-05 12:06:22,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 12:06:22,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 12:06:22,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 12:06:22,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 12:06:22,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 12:06:22,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 12:06:22,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 12:06:22,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 12:06:22,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 12:06:22,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 12:06:22,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 12:06:22,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 12:06:22,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 12:06:22,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 12:06:22,106 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 12:06:22,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 12:06:22,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 12:06:22,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 12:06:22,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 12:06:22,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 12:06:22,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 12:06:22,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-05 12:06:22,107 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-05 12:06:22,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-08-05 12:06:22,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 12:06:22,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:06:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-327d27c4-3ff1-4f7f-ad70-4adf0934928e Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 12:06:22,115 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-327d27c4-3ff1-4f7f-ad70-4adf0934928e 2018-08-05 12:06:22,116 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 12:06:22,498 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T13:06:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["w0md8oqTSX2eBVkXbd2OjA"], "issued_at": "2018-08-05T12:06:22.000000Z"}} 2018-08-05 12:06:22,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}7d9c36164ccfea9b26f44f658a1da2e2bf7e126e" 2018-08-05 12:06:22,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:06: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-3fb7932d-8698-44ef-b96f-f9c1583f39b8 x-compute-request-id: req-3fb7932d-8698-44ef-b96f-f9c1583f39b8 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.46: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-05 12:06:22,670 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/ used request id req-3fb7932d-8698-44ef-b96f-f9c1583f39b8 2018-08-05 12:06:22,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.559713125229s 2018-08-05 12:06:22,670 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/ used request id req-3fb7932d-8698-44ef-b96f-f9c1583f39b8 2018-08-05 12:06:22,670 - 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.46: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-05 12:06:22,670 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-08-05 12:06:22,671 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_smoke'... 2018-08-05 12:06:22,671 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 00:00 | SKIP | +---------------------+------------------+------------------+----------------+ 2018-08-05 12:06:22,700 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-08-05 12:06:22,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 12:06:22,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-05 12:06:22,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 12:06:22,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 12:06:22,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 12:06:22,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 12:06:22,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 12:06:22,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 12:06:22,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 12:06:22,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 12:06:22,724 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 12:06:22,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 12:06:22,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 12:06:22,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 12:06:22,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 12:06:22,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 12:06:22,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 12:06:22,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 12:06:22,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 12:06:22,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 12:06:22,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 12:06:22,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 12:06:22,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 12:06:22,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-05 12:06:22,725 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-05 12:06:22,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 12:06:22,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:06:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f5dc92a-a7c5-404d-a92a-46ca1c7a464a Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 12:06:22,731 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-2f5dc92a-a7c5-404d-a92a-46ca1c7a464a 2018-08-05 12:06:22,731 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 12:06:23,115 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T13:06:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["tcGQGV_JRpO5k-gUPjsqBg"], "issued_at": "2018-08-05T12:06:23.000000Z"}} 2018-08-05 12:06:23,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 12:06:23,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" 2018-08-05 12:06:23,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-daf0c8a0-9e7c-4b27-bd4d-6a4dcb53f972 Date: Sun, 05 Aug 2018 12:06:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 12:06:23,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-daf0c8a0-9e7c-4b27-bd4d-6a4dcb53f972 2018-08-05 12:06:23,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.274706840515s 2018-08-05 12:06:23,393 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-daf0c8a0-9e7c-4b27-bd4d-6a4dcb53f972 2018-08-05 12:06:23,394 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-05 12:06:26,170 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-05 12:06:28,917 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 5e8d26cc-893f-46e3-86b6-49552add32dd | 2018-08-05T12:06:28.535637 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 5e8d26cc-893f-46e3-86b6-49552add32dd ~/.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-05 12:06:32,540 - 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-05 12:06:32,540 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-05 12:06:35,090 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-05 12:06:38,727 - 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=6420dddf-d136-4220-a7d0-ca7f2cd24cc0) as the default verifier for the future CLI operations. 2018-08-05 12:06:41,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-05 12:06:41,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" 2018-08-05 12:06:42,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11471 X-Openstack-Request-Id: req-8a506429-6144-44b6-a438-54c4bed817cd Date: Sun, 05 Aug 2018 12:06:42 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": "l3_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "L3 Agent Scheduler", "links": [], "description": "Schedule routers among l3 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": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"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": "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": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp 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-05 12:06:42,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/extensions.json used request id req-8a506429-6144-44b6-a438-54c4bed817cd 2018-08-05 12:06:42,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.216624975204s 2018-08-05 12:06:42,033 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/extensions.json used request id req-8a506429-6144-44b6-a438-54c4bed817cd 2018-08-05 12:06:42,043 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-08-05 12:06:42,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-05 12:06:42,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" -d '{"network": {"name": "neutron_trunk-net_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "admin_state_up": true}}' 2018-08-05 12:06:42,244 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-62bc96eb-12c3-420a-b5a4-4fd6da8a4c4c Date: Sun, 05 Aug 2018 12:06:42 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"aebd0fea-5adc-48ab-a00b-c8e77d4e0678","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T12:06:42Z","is_default":false,"qos_policy_id":null,"name":"neutron_trunk-net_be5f82b6-d122-4c1a-8117-7fb17cd7d76d","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T12:06:42Z","mtu":1450}} 2018-08-05 12:06:42,244 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-62bc96eb-12c3-420a-b5a4-4fd6da8a4c4c 2018-08-05 12:06:42,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.200526952744s 2018-08-05 12:06:42,244 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-62bc96eb-12c3-420a-b5a4-4fd6da8a4c4c 2018-08-05 12:06:42,245 - 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-05T12:06:42Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'aebd0fea-5adc-48ab-a00b-c8e77d4e0678', 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'neutron_trunk-net_be5f82b6-d122-4c1a-8117-7fb17cd7d76d', u'created_at': u'2018-08-05T12:06:42Z', u'mtu': 1450, u'tenant_id': u'd5650b30963342b58320b9e3073d7ddf', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd5650b30963342b58320b9e3073d7ddf', u'l2_adjacency': True}) 2018-08-05 12:06:42,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 12:06:42,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" 2018-08-05 12:06:42,346 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-0f62bfc4-63fa-4d70-918b-ef39ef7ea644 Date: Sun, 05 Aug 2018 12:06:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"aebd0fea-5adc-48ab-a00b-c8e77d4e0678","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T12:06:42Z","qos_policy_id":null,"name":"neutron_trunk-net_be5f82b6-d122-4c1a-8117-7fb17cd7d76d","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T12:06:42Z","provider:network_type":"vxlan"}]} 2018-08-05 12:06:42,346 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-0f62bfc4-63fa-4d70-918b-ef39ef7ea644 2018-08-05 12:06:42,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.10090303421s 2018-08-05 12:06:42,347 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-0f62bfc4-63fa-4d70-918b-ef39ef7ea644 2018-08-05 12:06:42,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-05 12:06:42,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" -d '{"subnet": {"name": "neutron_trunk-subnet_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "enable_dhcp": true, "network_id": "aebd0fea-5adc-48ab-a00b-c8e77d4e0678", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-05 12:06:42,813 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-f5c844be-b3df-4f8b-8e6c-1da518e8153f Date: Sun, 05 Aug 2018 12:06:42 GMT RESP BODY: {"subnet":{"updated_at":"2018-08-05T12:06:42Z","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":"662d388c-5168-4988-a4f4-4e59968f81ae","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d5650b30963342b58320b9e3073d7ddf","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"neutron_trunk-subnet_be5f82b6-d122-4c1a-8117-7fb17cd7d76d","enable_dhcp":true,"segment_id":null,"network_id":"aebd0fea-5adc-48ab-a00b-c8e77d4e0678","tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T12:06:42Z","ip_version":4}} 2018-08-05 12:06:42,813 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-f5c844be-b3df-4f8b-8e6c-1da518e8153f 2018-08-05 12:06:42,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.464544057846s 2018-08-05 12:06:42,813 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-f5c844be-b3df-4f8b-8e6c-1da518e8153f 2018-08-05 12:06:42,814 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T12:06:42Z', 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'662d388c-5168-4988-a4f4-4e59968f81ae', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron_trunk-subnet_be5f82b6-d122-4c1a-8117-7fb17cd7d76d', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'aebd0fea-5adc-48ab-a00b-c8e77d4e0678', u'tenant_id': u'd5650b30963342b58320b9e3073d7ddf', u'created_at': u'2018-08-05T12:06:42Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd5650b30963342b58320b9e3073d7ddf'}) 2018-08-05 12:06:42,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-05 12:06:42,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" -d '{"router": {"external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "name": "neutron_trunk-router_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "admin_state_up": true}}' 2018-08-05 12:06:44,318 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 713 X-Openstack-Request-Id: req-4d84a85c-cd88-4428-93f6-aab94b604f23 Date: Sun, 05 Aug 2018 12:06:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T12:06:42Z", "admin_state_up": true, "updated_at": "2018-08-05T12:06:43Z", "project_id": "d5650b30963342b58320b9e3073d7ddf", "flavor_id": null, "revision_number": 2, "routes": [], "ha": false, "id": "39bd8848-5e18-4206-905f-be03cec8ca68", "name": "neutron_trunk-router_be5f82b6-d122-4c1a-8117-7fb17cd7d76d"}} 2018-08-05 12:06:44,318 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-4d84a85c-cd88-4428-93f6-aab94b604f23 2018-08-05 12:06:44,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.50366401672s 2018-08-05 12:06:44,319 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-4d84a85c-cd88-4428-93f6-aab94b604f23 2018-08-05 12:06:44,319 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T12:06:43Z', u'revision_number': 2, u'ha': False, u'id': u'39bd8848-5e18-4206-905f-be03cec8ca68', u'external_gateway_info': {u'network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'89972d6a-26a8-4595-baea-47e68ca637c2', u'ip_address': u'172.30.9.208'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron_trunk-router_be5f82b6-d122-4c1a-8117-7fb17cd7d76d', u'admin_state_up': True, u'tenant_id': u'd5650b30963342b58320b9e3073d7ddf', u'created_at': u'2018-08-05T12:06:42Z', u'flavor_id': None, u'routes': [], u'project_id': u'd5650b30963342b58320b9e3073d7ddf'}) 2018-08-05 12:06:44,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-05 12:06:44,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/39bd8848-5e18-4206-905f-be03cec8ca68/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" -d '{"subnet_id": "662d388c-5168-4988-a4f4-4e59968f81ae"}' 2018-08-05 12:06:46,460 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-eb5d21f7-df50-47c9-94e6-5c04f5dbced5 Date: Sun, 05 Aug 2018 12:06:46 GMT RESP BODY: {"network_id": "aebd0fea-5adc-48ab-a00b-c8e77d4e0678", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "subnet_id": "662d388c-5168-4988-a4f4-4e59968f81ae", "subnet_ids": ["662d388c-5168-4988-a4f4-4e59968f81ae"], "port_id": "bbfae071-98ef-4118-86a1-8039173248e9", "id": "39bd8848-5e18-4206-905f-be03cec8ca68"} 2018-08-05 12:06:46,460 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/39bd8848-5e18-4206-905f-be03cec8ca68/add_router_interface.json used request id req-eb5d21f7-df50-47c9-94e6-5c04f5dbced5 2018-08-05 12:06:46,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.14061808586s 2018-08-05 12:06:46,461 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/39bd8848-5e18-4206-905f-be03cec8ca68/add_router_interface.json used request id req-eb5d21f7-df50-47c9-94e6-5c04f5dbced5 returning object 39bd8848-5e18-4206-905f-be03cec8ca68 2018-08-05 12:06:46,461 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-05 12:06:46,593 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-05 12:06:46,595 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 12:06:46,599 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 05 Aug 2018 12:06:46 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}]} 2018-08-05 12:06:46,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:06:46,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" 2018-08-05 12:06:46,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-49e814d9-1bb3-4f79-bb47-61913dbe5041 Date: Sun, 05 Aug 2018 12:06:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:06:46,923 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-49e814d9-1bb3-4f79-bb47-61913dbe5041 2018-08-05 12:06:46,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.321871995926s 2018-08-05 12:06:46,924 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-49e814d9-1bb3-4f79-bb47-61913dbe5041 2018-08-05 12:06:46,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 12:06:46,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_be5f82b6-d122-4c1a-8117-7fb17cd7d76d"}' 2018-08-05 12:06:47,014 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 877 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/af0a9425-5bf6-405f-ad2b-e5536c265acc Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-0832d1e7-dde7-4182-86c3-e4ab173ddaf8 Date: Sun, 05 Aug 2018 12:06:47 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/af0a9425-5bf6-405f-ad2b-e5536c265acc/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "af0a9425-5bf6-405f-ad2b-e5536c265acc", "size": null, "self": "/v2/images/af0a9425-5bf6-405f-ad2b-e5536c265acc", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T12:06:46Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "checksum": null, "created_at": "2018-08-05T12:06:46Z", "protected": false} 2018-08-05 12:06:47,014 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-0832d1e7-dde7-4182-86c3-e4ab173ddaf8 2018-08-05 12:06:47,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0828680992126s 2018-08-05 12:06:47,015 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-0832d1e7-dde7-4182-86c3-e4ab173ddaf8 returning object af0a9425-5bf6-405f-ad2b-e5536c265acc 2018-08-05 12:06:47,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 12:06:47,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/af0a9425-5bf6-405f-ad2b-e5536c265acc/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" -d '' 2018-08-05 12:06:47,704 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-cdbb71db-2b46-429b-85fc-ef5eec1d4645 Date: Sun, 05 Aug 2018 12:06: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-05 12:06:47,705 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/af0a9425-5bf6-405f-ad2b-e5536c265acc/file used request id req-cdbb71db-2b46-429b-85fc-ef5eec1d4645 2018-08-05 12:06:47,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.689033031464s 2018-08-05 12:06:47,705 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/af0a9425-5bf6-405f-ad2b-e5536c265acc/file used request id req-cdbb71db-2b46-429b-85fc-ef5eec1d4645 2018-08-05 12:06:47,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:06:47,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" 2018-08-05 12:06:47,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-59b24559-5b84-4ded-b75e-9e95d215a8ed Date: Sun, 05 Aug 2018 12:06:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/af0a9425-5bf6-405f-ad2b-e5536c265acc/snap", "metadata": {}}], "file": "/v2/images/af0a9425-5bf6-405f-ad2b-e5536c265acc/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "af0a9425-5bf6-405f-ad2b-e5536c265acc", "size": 12716032, "self": "/v2/images/af0a9425-5bf6-405f-ad2b-e5536c265acc", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/af0a9425-5bf6-405f-ad2b-e5536c265acc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T12:06:47Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T12:06:46Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:06:47,736 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-59b24559-5b84-4ded-b75e-9e95d215a8ed 2018-08-05 12:06:47,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0272040367126s 2018-08-05 12:06:47,737 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-59b24559-5b84-4ded-b75e-9e95d215a8ed 2018-08-05 12:06:47,738 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/af0a9425-5bf6-405f-ad2b-e5536c265acc/snap', u'metadata': Munch({})})], 'file': u'/v2/images/af0a9425-5bf6-405f-ad2b-e5536c265acc/file', 'owner': u'd5650b30963342b58320b9e3073d7ddf', 'id': u'af0a9425-5bf6-405f-ad2b-e5536c265acc', 'size': 12716032, u'self': u'/v2/images/af0a9425-5bf6-405f-ad2b-e5536c265acc', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd5650b30963342b58320b9e3073d7ddf', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/af0a9425-5bf6-405f-ad2b-e5536c265acc/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T12:06:47Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-05T12:06:47Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_be5f82b6-d122-4c1a-8117-7fb17cd7d76d', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/af0a9425-5bf6-405f-ad2b-e5536c265acc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_be5f82b6-d122-4c1a-8117-7fb17cd7d76d', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_be5f82b6-d122-4c1a-8117-7fb17cd7d76d', 'created': u'2018-08-05T12:06:46Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-05T12:06:46Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/af0a9425-5bf6-405f-ad2b-e5536c265acc', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_be5f82b6-d122-4c1a-8117-7fb17cd7d76d', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-05 12:06:47,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 12:06:47,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-05 12:06:47,986 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-7a41a7b0-9ac6-4470-a1cb-b9b728b15627 x-compute-request-id: req-7a41a7b0-9ac6-4470-a1cb-b9b728b15627 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/1a47ece9-2537-41e1-a68f-459db6b194fb", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/1a47ece9-2537-41e1-a68f-459db6b194fb", "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": "1a47ece9-2537-41e1-a68f-459db6b194fb"}} 2018-08-05 12:06:47,986 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-7a41a7b0-9ac6-4470-a1cb-b9b728b15627 2018-08-05 12:06:47,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.246825933456s 2018-08-05 12:06:47,987 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-7a41a7b0-9ac6-4470-a1cb-b9b728b15627 2018-08-05 12:06:47,987 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_be5f82b6-d122-4c1a-8117-7fb17cd7d76d', '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'd5650b30963342b58320b9e3073d7ddf', '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'1a47ece9-2537-41e1-a68f-459db6b194fb', 'swap': 0}) 2018-08-05 12:06:47,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 12:06:47,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/1a47ece9-2537-41e1-a68f-459db6b194fb/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" -d '{"extra_specs": {}}' 2018-08-05 12:06:48,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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 x-openstack-request-id: req-efa40f91-fd21-4452-914f-2264e8acf631 x-compute-request-id: req-efa40f91-fd21-4452-914f-2264e8acf631 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 12:06:48,013 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/1a47ece9-2537-41e1-a68f-459db6b194fb/os-extra_specs used request id req-efa40f91-fd21-4452-914f-2264e8acf631 2018-08-05 12:06:48,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0248119831085s 2018-08-05 12:06:48,013 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/1a47ece9-2537-41e1-a68f-459db6b194fb/os-extra_specs used request id req-efa40f91-fd21-4452-914f-2264e8acf631 2018-08-05 12:06:48,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 12:06:48,023 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 12:06:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7112fea7-1233-4a81-b885-5407de97a49a 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.46:5000/v3/", "rel": "self"}]}]}} 2018-08-05 12:06:48,023 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/ used request id req-7112fea7-1233-4a81-b885-5407de97a49a 2018-08-05 12:06:48,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 12:06:48,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" 2018-08-05 12:06:48,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:06:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ba815ea-4d12-4bae-882b-0f6ae6d7f5e5 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 12:06:48,048 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-5ba815ea-4d12-4bae-882b-0f6ae6d7f5e5 2018-08-05 12:06:48,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0217750072479s 2018-08-05 12:06:48,048 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-5ba815ea-4d12-4bae-882b-0f6ae6d7f5e5 2018-08-05 12:06:48,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 12:06:48,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" 2018-08-05 12:06:48,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:06:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e002c83-2eee-401c-832f-7e39d9cff5f8 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 12:06:48,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-8e002c83-2eee-401c-832f-7e39d9cff5f8 2018-08-05 12:06:48,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105074882507s 2018-08-05 12:06:48,158 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-8e002c83-2eee-401c-832f-7e39d9cff5f8 2018-08-05 12:06:48,161 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-05 12:06:48,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" 2018-08-05 12:06:48,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:06: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-50344eb1-5c08-413d-a61d-45088866df49 x-compute-request-id: req-50344eb1-5c08-413d-a61d-45088866df49 Content-Encoding: gzip Content-Length: 737 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 4}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 4096, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.4", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"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-1.opnfvlf.org", "disabled_reason": null, "id": 5}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 2942, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.6", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX-IBRS\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"stibp\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"ssse3\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"pcid\", \"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\", \"acpi\", \"spec-ctrl\", \"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-05 12:06:48,201 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/os-hypervisors/detail used request id req-50344eb1-5c08-413d-a61d-45088866df49 2018-08-05 12:06:48,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0400969982147s 2018-08-05 12:06:48,202 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/os-hypervisors/detail used request id req-50344eb1-5c08-413d-a61d-45088866df49 2018-08-05 12:06:48,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:06:48,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" 2018-08-05 12:06:48,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-9f010643-f869-4a3e-902d-c63c1e950976 Date: Sun, 05 Aug 2018 12:06:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/af0a9425-5bf6-405f-ad2b-e5536c265acc/snap", "metadata": {}}], "file": "/v2/images/af0a9425-5bf6-405f-ad2b-e5536c265acc/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "af0a9425-5bf6-405f-ad2b-e5536c265acc", "size": 12716032, "self": "/v2/images/af0a9425-5bf6-405f-ad2b-e5536c265acc", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/af0a9425-5bf6-405f-ad2b-e5536c265acc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T12:06:47Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T12:06:46Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:06:48,229 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-9f010643-f869-4a3e-902d-c63c1e950976 2018-08-05 12:06:48,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0234169960022s 2018-08-05 12:06:48,230 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-9f010643-f869-4a3e-902d-c63c1e950976 2018-08-05 12:06:48,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 12:06:48,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_be5f82b6-d122-4c1a-8117-7fb17cd7d76d"}' 2018-08-05 12:06:48,293 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 885 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/1a6db091-44db-4baa-9beb-5470deb480c9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-7791627b-0cf0-43c2-af66-97bb7b584a9e Date: Sun, 05 Aug 2018 12:06:48 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/1a6db091-44db-4baa-9beb-5470deb480c9/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "1a6db091-44db-4baa-9beb-5470deb480c9", "size": null, "self": "/v2/images/1a6db091-44db-4baa-9beb-5470deb480c9", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T12:06:48Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "checksum": null, "created_at": "2018-08-05T12:06:48Z", "protected": false} 2018-08-05 12:06:48,293 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-7791627b-0cf0-43c2-af66-97bb7b584a9e 2018-08-05 12:06:48,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0547049045563s 2018-08-05 12:06:48,294 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-7791627b-0cf0-43c2-af66-97bb7b584a9e returning object 1a6db091-44db-4baa-9beb-5470deb480c9 2018-08-05 12:06:48,295 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 12:06:48,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/1a6db091-44db-4baa-9beb-5470deb480c9/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" -d '' 2018-08-05 12:06:48,812 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-21ed3c84-0f45-463a-8a37-aa480299b46f Date: Sun, 05 Aug 2018 12:06: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-05 12:06:48,812 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/1a6db091-44db-4baa-9beb-5470deb480c9/file used request id req-21ed3c84-0f45-463a-8a37-aa480299b46f 2018-08-05 12:06:48,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.517250061035s 2018-08-05 12:06:48,812 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/1a6db091-44db-4baa-9beb-5470deb480c9/file used request id req-21ed3c84-0f45-463a-8a37-aa480299b46f 2018-08-05 12:06:48,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:06:48,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" 2018-08-05 12:06:48,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2355 Content-Type: application/json X-Openstack-Request-Id: req-134154f4-e5d6-4b0c-a903-f790a9d7f375 Date: Sun, 05 Aug 2018 12:06:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/1a6db091-44db-4baa-9beb-5470deb480c9/snap", "metadata": {}}], "file": "/v2/images/1a6db091-44db-4baa-9beb-5470deb480c9/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "1a6db091-44db-4baa-9beb-5470deb480c9", "size": 12716032, "self": "/v2/images/1a6db091-44db-4baa-9beb-5470deb480c9", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/1a6db091-44db-4baa-9beb-5470deb480c9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T12:06:48Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T12:06:48Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/af0a9425-5bf6-405f-ad2b-e5536c265acc/snap", "metadata": {}}], "file": "/v2/images/af0a9425-5bf6-405f-ad2b-e5536c265acc/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "af0a9425-5bf6-405f-ad2b-e5536c265acc", "size": 12716032, "self": "/v2/images/af0a9425-5bf6-405f-ad2b-e5536c265acc", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/af0a9425-5bf6-405f-ad2b-e5536c265acc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T12:06:47Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T12:06:46Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:06:48,844 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-134154f4-e5d6-4b0c-a903-f790a9d7f375 2018-08-05 12:06:48,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0276000499725s 2018-08-05 12:06:48,844 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-134154f4-e5d6-4b0c-a903-f790a9d7f375 2018-08-05 12:06:48,847 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/1a6db091-44db-4baa-9beb-5470deb480c9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/1a6db091-44db-4baa-9beb-5470deb480c9/file', 'owner': u'd5650b30963342b58320b9e3073d7ddf', 'id': u'1a6db091-44db-4baa-9beb-5470deb480c9', 'size': 12716032, u'self': u'/v2/images/1a6db091-44db-4baa-9beb-5470deb480c9', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd5650b30963342b58320b9e3073d7ddf', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/1a6db091-44db-4baa-9beb-5470deb480c9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T12:06:48Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-05T12:06:48Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_be5f82b6-d122-4c1a-8117-7fb17cd7d76d', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'self': u'/v2/images/1a6db091-44db-4baa-9beb-5470deb480c9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_be5f82b6-d122-4c1a-8117-7fb17cd7d76d', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_be5f82b6-d122-4c1a-8117-7fb17cd7d76d', 'created': u'2018-08-05T12:06:48Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-05T12:06:48Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/1a6db091-44db-4baa-9beb-5470deb480c9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_be5f82b6-d122-4c1a-8117-7fb17cd7d76d', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'schema': u'/v2/schemas/image'}}) 2018-08-05 12:06:48,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 12:06:48,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-05 12:06:48,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:06: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-b6ec2801-749b-48c4-8527-50bc1520eab8 x-compute-request-id: req-b6ec2801-749b-48c4-8527-50bc1520eab8 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_alt_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/ce44d5b4-edae-474f-9e13-49f280b3dee4", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/ce44d5b4-edae-474f-9e13-49f280b3dee4", "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": "ce44d5b4-edae-474f-9e13-49f280b3dee4"}} 2018-08-05 12:06:48,894 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-b6ec2801-749b-48c4-8527-50bc1520eab8 2018-08-05 12:06:48,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.046324968338s 2018-08-05 12:06:48,895 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-b6ec2801-749b-48c4-8527-50bc1520eab8 2018-08-05 12:06:48,895 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_be5f82b6-d122-4c1a-8117-7fb17cd7d76d', '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'd5650b30963342b58320b9e3073d7ddf', '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'ce44d5b4-edae-474f-9e13-49f280b3dee4', 'swap': 0}) 2018-08-05 12:06:48,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 12:06:48,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/ce44d5b4-edae-474f-9e13-49f280b3dee4/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" -d '{"extra_specs": {}}' 2018-08-05 12:06:48,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:06: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-2cfbecb0-fc2f-400f-9880-a23be352dd6b x-compute-request-id: req-2cfbecb0-fc2f-400f-9880-a23be352dd6b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 12:06:48,917 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/ce44d5b4-edae-474f-9e13-49f280b3dee4/os-extra_specs used request id req-2cfbecb0-fc2f-400f-9880-a23be352dd6b 2018-08-05 12:06:48,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0216841697693s 2018-08-05 12:06:48,918 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/ce44d5b4-edae-474f-9e13-49f280b3dee4/os-extra_specs used request id req-2cfbecb0-fc2f-400f-9880-a23be352dd6b 2018-08-05 12:06:48,918 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_be5f82b6-d122-4c1a-8117-7fb17cd7d76d', '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'd5650b30963342b58320b9e3073d7ddf', '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'ce44d5b4-edae-474f-9e13-49f280b3dee4', 'swap': 0}) 2018-08-05 12:06:52,084 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-05 12:06:52,084 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-05 12:06:52,084 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-05 12:06:52,087 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-05 12:06:52,090 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-05 12:06:55,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-6420dddf-d136-4220-a7d0-ca7f2cd24cc0/repo; stestr list 'neutron_tempest_plugin.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-08-05 12:06:55,490 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-05 12:06:55,492 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-05 12:06:55,492 - 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-05 12:08:49,155 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 8e07fd6a-dc8a-47e6-bfa1-bd4056a7d100 2018-08-05 12:08:49,328 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '8e07fd6a-dc8a-47e6-bfa1-bd4056a7d100']'. 2018-08-05 12:08:50,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-05 12:08:50,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-05 12:08:50,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-05 12:08:50,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 8e07fd6a-dc8a-47e6-bfa1-bd4056a7d100 | 2018-08-05 12:08:50,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-05 12:08:50,194 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-05 12:06:57 | 2018-08-05 12:08:50,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-05 12:08:49 | 2018-08-05 12:08:50,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:52 | 2018-08-05 12:08:50,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-05 12:08:50,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-05 12:08:50,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 6420dddf-d136-4220-a7d0-ca7f2cd24cc0) | 2018-08-05 12:08:50,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-05 12:08:50,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 5e8d26cc-893f-46e3-86b6-49552add32dd) | 2018-08-05 12:08:50,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-08-05 12:08:50,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 100.247 | 2018-08-05 12:08:50,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-08-05 12:08:50,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-08-05 12:08:50,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-05 12:08:50,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-05 12:08:50,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-05 12:08:50,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-05 12:08:50,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-05 12:08:50,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-08-05 12:08:50,366 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-05 12:08:50,366 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:08 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-05 12:08:50,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-05 12:08:50,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9292/v2/images/1a6db091-44db-4baa-9beb-5470deb480c9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" 2018-08-05 12:08:50,807 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-40d3b2cf-bd1d-435b-a77b-aa19070bfa58 Date: Sun, 05 Aug 2018 12:08: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-05 12:08:50,808 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/1a6db091-44db-4baa-9beb-5470deb480c9 used request id req-40d3b2cf-bd1d-435b-a77b-aa19070bfa58 2018-08-05 12:08:50,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.434663057327s 2018-08-05 12:08:50,808 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/1a6db091-44db-4baa-9beb-5470deb480c9 used request id req-40d3b2cf-bd1d-435b-a77b-aa19070bfa58 2018-08-05 12:08:50,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 12:08:50,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" 2018-08-05 12:08:50,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:08: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-2f0be3fe-b425-47ce-949f-0faf7be5e3a6 x-compute-request-id: req-2f0be3fe-b425-47ce-949f-0faf7be5e3a6 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/1a47ece9-2537-41e1-a68f-459db6b194fb", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/1a47ece9-2537-41e1-a68f-459db6b194fb", "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": "1a47ece9-2537-41e1-a68f-459db6b194fb"}, {"name": "neutron_trunk-flavor_alt_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/ce44d5b4-edae-474f-9e13-49f280b3dee4", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/ce44d5b4-edae-474f-9e13-49f280b3dee4", "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": "ce44d5b4-edae-474f-9e13-49f280b3dee4"}]} 2018-08-05 12:08:50,835 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-2f0be3fe-b425-47ce-949f-0faf7be5e3a6 2018-08-05 12:08:50,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0261270999908s 2018-08-05 12:08:50,835 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-2f0be3fe-b425-47ce-949f-0faf7be5e3a6 2018-08-05 12:08:50,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 12:08:50,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/ce44d5b4-edae-474f-9e13-49f280b3dee4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" 2018-08-05 12:08:50,879 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 12:08: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-398cb957-a76c-4fec-b6b8-0202542cd8a2 x-compute-request-id: req-398cb957-a76c-4fec-b6b8-0202542cd8a2 Content-Length: 0 Content-Type: application/json 2018-08-05 12:08:50,880 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/ce44d5b4-edae-474f-9e13-49f280b3dee4 used request id req-398cb957-a76c-4fec-b6b8-0202542cd8a2 2018-08-05 12:08:50,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0419819355011s 2018-08-05 12:08:50,880 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/ce44d5b4-edae-474f-9e13-49f280b3dee4 used request id req-398cb957-a76c-4fec-b6b8-0202542cd8a2 2018-08-05 12:08:50,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-05 12:08:50,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/39bd8848-5e18-4206-905f-be03cec8ca68/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" -d '{"subnet_id": "662d388c-5168-4988-a4f4-4e59968f81ae"}' 2018-08-05 12:08:52,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2cb342ce-6ee6-4513-9138-5087d71a1b56 Date: Sun, 05 Aug 2018 12:08:52 GMT RESP BODY: {"network_id": "aebd0fea-5adc-48ab-a00b-c8e77d4e0678", "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "subnet_id": "662d388c-5168-4988-a4f4-4e59968f81ae", "subnet_ids": ["662d388c-5168-4988-a4f4-4e59968f81ae"], "port_id": "bbfae071-98ef-4118-86a1-8039173248e9", "id": "39bd8848-5e18-4206-905f-be03cec8ca68"} 2018-08-05 12:08:52,857 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/39bd8848-5e18-4206-905f-be03cec8ca68/remove_router_interface.json used request id req-2cb342ce-6ee6-4513-9138-5087d71a1b56 2018-08-05 12:08:52,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.97645497322s 2018-08-05 12:08:52,857 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/39bd8848-5e18-4206-905f-be03cec8ca68/remove_router_interface.json used request id req-2cb342ce-6ee6-4513-9138-5087d71a1b56 returning object 39bd8848-5e18-4206-905f-be03cec8ca68 2018-08-05 12:08:52,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-05 12:08:52,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" 2018-08-05 12:08:53,186 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-2120b443-fe77-4bff-924d-46e39e717e29 Date: Sun, 05 Aug 2018 12:08:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d5650b30963342b58320b9e3073d7ddf", "created_at": "2018-08-05T12:06:42Z", "admin_state_up": true, "updated_at": "2018-08-05T12:08:51Z", "project_id": "d5650b30963342b58320b9e3073d7ddf", "flavor_id": null, "revision_number": 4, "routes": [], "ha": false, "id": "39bd8848-5e18-4206-905f-be03cec8ca68", "name": "neutron_trunk-router_be5f82b6-d122-4c1a-8117-7fb17cd7d76d"}]} 2018-08-05 12:08:53,186 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-2120b443-fe77-4bff-924d-46e39e717e29 2018-08-05 12:08:53,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.328446149826s 2018-08-05 12:08:53,187 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-2120b443-fe77-4bff-924d-46e39e717e29 2018-08-05 12:08:53,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-05 12:08:53,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/routers/39bd8848-5e18-4206-905f-be03cec8ca68.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" 2018-08-05 12:08:54,440 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4c2b9bf4-d618-44c7-919b-f4575bc5186c Content-Length: 0 Date: Sun, 05 Aug 2018 12:08:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 12:08:54,440 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/39bd8848-5e18-4206-905f-be03cec8ca68.json used request id req-4c2b9bf4-d618-44c7-919b-f4575bc5186c 2018-08-05 12:08:54,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.25207185745s 2018-08-05 12:08:54,440 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/39bd8848-5e18-4206-905f-be03cec8ca68.json used request id req-4c2b9bf4-d618-44c7-919b-f4575bc5186c 2018-08-05 12:08:54,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 12:08:54,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" 2018-08-05 12:08:54,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1331 X-Openstack-Request-Id: req-d75e8701-a160-4d3a-bd3c-551b91c935d0 Date: Sun, 05 Aug 2018 12:08:54 GMT RESP BODY: {"subnets":[{"updated_at":"2018-08-05T12:06:42Z","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":"662d388c-5168-4988-a4f4-4e59968f81ae","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d5650b30963342b58320b9e3073d7ddf","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"neutron_trunk-subnet_be5f82b6-d122-4c1a-8117-7fb17cd7d76d","enable_dhcp":true,"segment_id":null,"network_id":"aebd0fea-5adc-48ab-a00b-c8e77d4e0678","tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T12:06:42Z","ip_version":4},{"updated_at":"2018-08-05T10:41:19Z","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":"89972d6a-26a8-4595-baea-47e68ca637c2","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"0657afe192264a9b9d21fa2c02d460ec","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:19Z","ip_version":4}]} 2018-08-05 12:08:54,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-d75e8701-a160-4d3a-bd3c-551b91c935d0 2018-08-05 12:08:54,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0422508716583s 2018-08-05 12:08:54,483 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-d75e8701-a160-4d3a-bd3c-551b91c935d0 2018-08-05 12:08:54,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-05 12:08:54,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/subnets/662d388c-5168-4988-a4f4-4e59968f81ae.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" 2018-08-05 12:08:55,321 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-bcd5c5d9-db9d-4f6b-8245-ad72a7c176c2 Date: Sun, 05 Aug 2018 12:08:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 12:08:55,321 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/662d388c-5168-4988-a4f4-4e59968f81ae.json used request id req-bcd5c5d9-db9d-4f6b-8245-ad72a7c176c2 2018-08-05 12:08:55,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.836173057556s 2018-08-05 12:08:55,321 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/662d388c-5168-4988-a4f4-4e59968f81ae.json used request id req-bcd5c5d9-db9d-4f6b-8245-ad72a7c176c2 2018-08-05 12:08:55,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 12:08:55,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" 2018-08-05 12:08:55,407 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1439 X-Openstack-Request-Id: req-5cb56a38-3852-4209-9974-d00071a1e9b6 Date: Sun, 05 Aug 2018 12:08:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"aebd0fea-5adc-48ab-a00b-c8e77d4e0678","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":78,"ipv4_address_scope":null,"shared":false,"project_id":"d5650b30963342b58320b9e3073d7ddf","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T12:08:55Z","qos_policy_id":null,"name":"neutron_trunk-net_be5f82b6-d122-4c1a-8117-7fb17cd7d76d","admin_state_up":true,"tenant_id":"d5650b30963342b58320b9e3073d7ddf","created_at":"2018-08-05T12:06:42Z","provider:network_type":"vxlan"}]} 2018-08-05 12:08:55,407 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-5cb56a38-3852-4209-9974-d00071a1e9b6 2018-08-05 12:08:55,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.085559129715s 2018-08-05 12:08:55,408 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-5cb56a38-3852-4209-9974-d00071a1e9b6 2018-08-05 12:08:55,409 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-05 12:08:55,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/networks/aebd0fea-5adc-48ab-a00b-c8e77d4e0678.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" 2018-08-05 12:08:56,777 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4b5bfdf5-929b-4b03-91bf-f1102182b6df Date: Sun, 05 Aug 2018 12:08:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 12:08:56,777 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/aebd0fea-5adc-48ab-a00b-c8e77d4e0678.json used request id req-4b5bfdf5-929b-4b03-91bf-f1102182b6df 2018-08-05 12:08:56,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.36857700348s 2018-08-05 12:08:56,778 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/aebd0fea-5adc-48ab-a00b-c8e77d4e0678.json used request id req-4b5bfdf5-929b-4b03-91bf-f1102182b6df 2018-08-05 12:08:56,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:08:56,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" 2018-08-05 12:08:56,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-45e7e2aa-cfc2-4f2b-9cd9-f81fd551e7d3 Date: Sun, 05 Aug 2018 12:08:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/af0a9425-5bf6-405f-ad2b-e5536c265acc/snap", "metadata": {}}], "file": "/v2/images/af0a9425-5bf6-405f-ad2b-e5536c265acc/file", "owner": "d5650b30963342b58320b9e3073d7ddf", "id": "af0a9425-5bf6-405f-ad2b-e5536c265acc", "size": 12716032, "self": "/v2/images/af0a9425-5bf6-405f-ad2b-e5536c265acc", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/af0a9425-5bf6-405f-ad2b-e5536c265acc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "updated_at": "2018-08-05T12:06:47Z", "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-05T12:06:46Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:08:56,807 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-45e7e2aa-cfc2-4f2b-9cd9-f81fd551e7d3 2018-08-05 12:08:56,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0256810188293s 2018-08-05 12:08:56,808 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-45e7e2aa-cfc2-4f2b-9cd9-f81fd551e7d3 2018-08-05 12:08:56,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-05 12:08:56,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9292/v2/images/af0a9425-5bf6-405f-ad2b-e5536c265acc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" 2018-08-05 12:08:57,904 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-df692678-1f44-43df-b525-b8cf0ea66521 Date: Sun, 05 Aug 2018 12:08:57 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-05 12:08:57,904 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/af0a9425-5bf6-405f-ad2b-e5536c265acc used request id req-df692678-1f44-43df-b525-b8cf0ea66521 2018-08-05 12:08:57,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.09477090836s 2018-08-05 12:08:57,904 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/af0a9425-5bf6-405f-ad2b-e5536c265acc used request id req-df692678-1f44-43df-b525-b8cf0ea66521 2018-08-05 12:08:57,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 12:08:57,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" 2018-08-05 12:08:57,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:08: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-c4499cf2-2927-4a71-bdc0-9370ceabb909 x-compute-request-id: req-c4499cf2-2927-4a71-bdc0-9370ceabb909 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_be5f82b6-d122-4c1a-8117-7fb17cd7d76d", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/1a47ece9-2537-41e1-a68f-459db6b194fb", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/1a47ece9-2537-41e1-a68f-459db6b194fb", "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": "1a47ece9-2537-41e1-a68f-459db6b194fb"}]} 2018-08-05 12:08:57,932 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-c4499cf2-2927-4a71-bdc0-9370ceabb909 2018-08-05 12:08:57,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.027163028717s 2018-08-05 12:08:57,932 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-c4499cf2-2927-4a71-bdc0-9370ceabb909 2018-08-05 12:08:57,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 12:08:57,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/1a47ece9-2537-41e1-a68f-459db6b194fb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8fecf743c064a693e6c6cbd07d2ebb8c7c492f11" 2018-08-05 12:08:57,963 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 12:08:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bdfe095b-55e6-466b-8ad0-e9f531705b73 x-compute-request-id: req-bdfe095b-55e6-466b-8ad0-e9f531705b73 Content-Length: 0 Content-Type: application/json 2018-08-05 12:08:57,963 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/1a47ece9-2537-41e1-a68f-459db6b194fb used request id req-bdfe095b-55e6-466b-8ad0-e9f531705b73 2018-08-05 12:08:57,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0269060134888s 2018-08-05 12:08:57,963 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/1a47ece9-2537-41e1-a68f-459db6b194fb used request id req-bdfe095b-55e6-466b-8ad0-e9f531705b73 2018-08-05 12:08:58,006 - xtesting.ci.run_tests - INFO - Loading test case 'barbican'... 2018-08-05 12:08:58,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 12:08:58,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-05 12:08:58,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 12:08:58,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 12:08:58,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 12:08:58,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 12:08:58,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 12:08:58,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 12:08:58,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 12:08:58,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 12:08:58,041 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 12:08:58,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 12:08:58,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 12:08:58,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 12:08:58,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 12:08:58,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 12:08:58,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 12:08:58,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 12:08:58,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 12:08:58,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 12:08:58,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 12:08:58,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 12:08:58,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 12:08:58,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-05 12:08:58,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-05 12:08:58,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 12:08:58,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:08:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a78914b6-bafb-4d0a-a611-203ed4eccf29 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 12:08:58,049 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-a78914b6-bafb-4d0a-a611-203ed4eccf29 2018-08-05 12:08:58,049 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 12:08:58,441 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T13:08:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["vcsd9b9MSOqYIHXxIJs85g"], "issued_at": "2018-08-05T12:08:58.000000Z"}} 2018-08-05 12:08:58,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 12:08:58,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}7bd9ae0cba93d9b89f573a1b02920d68dbea6195" 2018-08-05 12:08:58,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-28539200-df52-4c0c-810a-7e6645a458fb Date: Sun, 05 Aug 2018 12:08:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 12:08:58,895 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-28539200-df52-4c0c-810a-7e6645a458fb 2018-08-05 12:08:58,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.45068693161s 2018-08-05 12:08:58,895 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-28539200-df52-4c0c-810a-7e6645a458fb 2018-08-05 12:08:58,896 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-05 12:09:01,668 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-05 12:09:04,366 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | ff874f6a-857c-4b32-8cc3-30b4b613a7cf | 2018-08-05T12:09:03.993719 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: ff874f6a-857c-4b32-8cc3-30b4b613a7cf ~/.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-05 12:09:08,061 - 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-05 12:09:08,062 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-05 12:09:10,642 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-05 12:09:14,273 - 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=947ee132-3740-4e9e-8068-318337738d83) as the default verifier for the future CLI operations. 2018-08-05 12:09:17,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 12:09:17,355 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 12:09:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d474689a-5ce3-4908-a00e-951d83610ffe 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.46:5000/v3/", "rel": "self"}]}]}} 2018-08-05 12:09:17,355 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/ used request id req-d474689a-5ce3-4908-a00e-951d83610ffe 2018-08-05 12:09:17,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-05 12:09:17,362 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5: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.14" 2018-08-05 12:09:17,368 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 12:09:17 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-230b6a94-6f3f-43d9-aca9-4aa8e993ab7f 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.5:35357/v3/", "rel": "self"}]}]}} 2018-08-05 12:09:17,368 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.5:35357/ used request id req-230b6a94-6f3f-43d9-aca9-4aa8e993ab7f 2018-08-05 12:09:17,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5: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.14" -H "X-Auth-Token: {SHA1}7bd9ae0cba93d9b89f573a1b02920d68dbea6195" 2018-08-05 12:09:17,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:09:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4bc5453-f418-496a-a20f-bfd84fd09186 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.5:35357/v3/services/139a62e950cb4f5eba26c38253ebd1c3"}, "enabled": true, "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.5:35357/v3/services/1754f3f0106c49f4af6aaebd88bedab9"}, "enabled": true, "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.5:35357/v3/services/33bc21e79f994848b9321670dacd0042"}, "enabled": true, "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.5:35357/v3/services/369f69bfa97a423182377beb47371862"}, "enabled": true, "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.5:35357/v3/services/3bac9975b3294e2882de4947091c3fa3"}, "enabled": true, "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.5:35357/v3/services/4b23419f4d5946aa9e2ba429a283c70f"}, "enabled": true, "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.5:35357/v3/services/773d76d850d04c4eafce3eb58a4d74ca"}, "enabled": true, "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.5:35357/v3/services/77dad98482d44e58bf8d98b0f42ebfab"}, "enabled": true, "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.5:35357/v3/services/7bbc5945f84940b5a5650bc65f3e9929"}, "enabled": true, "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.5:35357/v3/services/7be3263d84a54a1c921d2ee99f0d4175"}, "enabled": true, "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.5:35357/v3/services/a0a276da436b470d8ab909d4757f3746"}, "enabled": true, "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.5:35357/v3/services/b6e1a757f8db4827a78d436bd1d0e757"}, "enabled": true, "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.5:35357/v3/services/c6421874073646f4b9ebee9bfadf25d7"}, "enabled": true, "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.5:35357/v3/services/cf1888c12b68498e9890470ac60ac247"}, "enabled": true, "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.5:35357/v3/services/fa88321ac2ac455ba9c811f773712360"}, "enabled": true, "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "links": {"self": "http://192.30.9.5:35357/v3/services", "previous": null, "next": null}} 2018-08-05 12:09:17,462 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-f4bc5453-f418-496a-a20f-bfd84fd09186 2018-08-05 12:09:17,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.102406978607s 2018-08-05 12:09:17,462 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-f4bc5453-f418-496a-a20f-bfd84fd09186 2018-08-05 12:09:17,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-05 12:09:17,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}7bd9ae0cba93d9b89f573a1b02920d68dbea6195" 2018-08-05 12:09:17,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11471 X-Openstack-Request-Id: req-9ecf7c0d-efdb-4351-808b-fc2c67dd76b5 Date: Sun, 05 Aug 2018 12:09:17 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "qos", "updated": "2015-06-08T10:00:00-00:00", "name": "Quality of Service", "links": [], "description": "The Quality of Service extension."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "l3_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "L3 Agent Scheduler", "links": [], "description": "Schedule routers among l3 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": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"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": "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": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp 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-05 12:09:17,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/extensions.json used request id req-9ecf7c0d-efdb-4351-808b-fc2c67dd76b5 2018-08-05 12:09:17,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.193822860718s 2018-08-05 12:09:17,662 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/extensions.json used request id req-9ecf7c0d-efdb-4351-808b-fc2c67dd76b5 2018-08-05 12:09:17,671 - xtesting.ci.run_tests - INFO - Skipping test case 'barbican'... 2018-08-05 12:09:17,672 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | barbican | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-05 12:09:17,676 - xtesting.ci.run_tests - INFO - Xtesting report: +--------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +--------------------------+------------------+---------------+------------------+----------------+ | tempest_smoke | functest | smoke | 03:10 | PASS | | rally_sanity | functest | smoke | 20:42 | FAIL | | patrole | functest | smoke | 02:04 | FAIL | | vmtp | functest | smoke | 18:50 | PASS | | shaker | functest | smoke | 30:15 | PASS | | snaps_smoke | functest | smoke | 00:00 | SKIP | | neutron_trunk | functest | smoke | 02:08 | PASS | | barbican | functest | smoke | 00:00 | SKIP | | refstack_defcore | functest | smoke | 00:00 | SKIP | +--------------------------+------------------+---------------+------------------+----------------+ 2018-08-05 12:09:17,685 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-05 12:09:17,747 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-05 12:09:46,908 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-201 | | 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-05 12:09:46,911 - 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.46,192.30.9.5 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.46:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=CqR37j2I0FOmXHsl9Oo9KAlkz 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=d5650b30963342b58320b9e3073d7ddf export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-08-05 12:09:46,911 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-05 12:09:46,911 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------+-------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------+-------------------+ +---------------+---------------+---------------------+-------------------+ 2018-08-05 12:09:46,911 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:00 | SKIP | | bgpvpn | sdnvpn | features | 00:00 | SKIP | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-08-05 12:09:46,914 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-05 12:10:33,975 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-201 | | 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-05 12:10:33,978 - 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.46,192.30.9.5 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.46:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=CqR37j2I0FOmXHsl9Oo9KAlkz 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=d5650b30963342b58320b9e3073d7ddf export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-08-05 12:10:33,978 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-05 12:10:33,979 - 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-05 12:10:33,990 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify'... 2018-08-05 12:10:34,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 12:10:34,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 12:10:34,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 12:10:34,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 12:10:34,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 12:10:34,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 12:10:34,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 12:10:34,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 12:10:34,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 12:10:34,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 12:10:34,356 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 12:10:34,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 12:10:34,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 12:10:34,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 12:10:34,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 12:10:34,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 12:10:34,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 12:10:34,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 12:10:34,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 12:10:34,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 12:10:34,357 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 12:10:34,362 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 12:10:34,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 12:10:34,369 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:10:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fdbc81e-c1fa-4fb4-8d0a-17d2e6a4cab5 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 12:10:34,369 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-3fdbc81e-c1fa-4fb4-8d0a-17d2e6a4cab5 2018-08-05 12:10:34,370 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 12:10:34,764 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T13:10:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["bZ59FE5ZTSiL8JQCCzY7DQ"], "issued_at": "2018-08-05T12:10:34.000000Z"}} 2018-08-05 12:10:34,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 12:10:34,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d04dbe8a1fcf4ec72185aba4f891b3dc16250c5e" 2018-08-05 12:10:35,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-cd4ac78c-b1d4-4940-b7ae-992c92aa2bdd Date: Sun, 05 Aug 2018 12:10:35 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 12:10:35,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-cd4ac78c-b1d4-4940-b7ae-992c92aa2bdd 2018-08-05 12:10:35,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.273051023483s 2018-08-05 12:10:35,040 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-cd4ac78c-b1d4-4940-b7ae-992c92aa2bdd 2018-08-05 12:10:35,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 12:10:35,054 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 12:10:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-55741526-42a5-4cd3-bd6b-616726ca74fb 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.46:5000/v3/", "rel": "self"}]}]}} 2018-08-05 12:10:35,054 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/ used request id req-55741526-42a5-4cd3-bd6b-616726ca74fb 2018-08-05 12:10:35,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 12:10:35,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d04dbe8a1fcf4ec72185aba4f891b3dc16250c5e" 2018-08-05 12:10:35,152 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:10:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-addb7695-9ca9-46a7-9f52-b05741a485de Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.46:5000/v3/domains/2e9dbdb0714844c8959b763da4d86693"}, "tags": [], "enabled": true, "id": "2e9dbdb0714844c8959b763da4d86693", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.46:5000/v3/domains", "previous": null, "next": null}} 2018-08-05 12:10:35,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-addb7695-9ca9-46a7-9f52-b05741a485de 2018-08-05 12:10:35,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0975708961487s 2018-08-05 12:10:35,153 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-addb7695-9ca9-46a7-9f52-b05741a485de 2018-08-05 12:10:35,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-05 12:10:35,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d04dbe8a1fcf4ec72185aba4f891b3dc16250c5e" -d '{"project": {"description": "Created by OPNFV Functest: cloudify", "enabled": true, "domain_id": "default", "name": "cloudify-project_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}}' 2018-08-05 12:10:35,281 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 12:10:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3bb9aba9-5159-4a2d-93db-9d2ce0377080 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.46:5000/v3/projects/5d03c650ec294bb3bdbee5a2b297ea05"}, "tags": [], "enabled": true, "id": "5d03c650ec294bb3bdbee5a2b297ea05", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}} 2018-08-05 12:10:35,281 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-3bb9aba9-5159-4a2d-93db-9d2ce0377080 2018-08-05 12:10:35,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.121386051178s 2018-08-05 12:10:35,282 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-3bb9aba9-5159-4a2d-93db-9d2ce0377080 2018-08-05 12:10:35,282 - 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'5d03c650ec294bb3bdbee5a2b297ea05', '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_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1'}) 2018-08-05 12:10:35,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-05 12:10:35,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d04dbe8a1fcf4ec72185aba4f891b3dc16250c5e" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "7334dd6f-c6c3-481d-93fd-4038de2cb835", "email": null, "name": "cloudify-user_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}}' 2018-08-05 12:10:35,677 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 12:10:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3750b40f-1fc4-4042-b468-8baecd7344ce Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "links": {"self": "http://172.30.9.46:5000/v3/users/95c4095399a940afaf0deb13ff361581"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "95c4095399a940afaf0deb13ff361581", "domain_id": "default", "password_expires_at": null}} 2018-08-05 12:10:35,677 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-3750b40f-1fc4-4042-b468-8baecd7344ce 2018-08-05 12:10:35,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.388523817062s 2018-08-05 12:10:35,678 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-3750b40f-1fc4-4042-b468-8baecd7344ce 2018-08-05 12:10:35,678 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'95c4095399a940afaf0deb13ff361581', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify-user_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1'}) 2018-08-05 12:10:35,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 12:10:35,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d04dbe8a1fcf4ec72185aba4f891b3dc16250c5e" 2018-08-05 12:10:35,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:10:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-312848d9-4625-46a9-b2f9-79d6798d7375 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 12:10:35,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-312848d9-4625-46a9-b2f9-79d6798d7375 2018-08-05 12:10:35,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0195140838623s 2018-08-05 12:10:35,702 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-312848d9-4625-46a9-b2f9-79d6798d7375 2018-08-05 12:10:35,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 12:10:35,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d04dbe8a1fcf4ec72185aba4f891b3dc16250c5e" 2018-08-05 12:10:35,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:10:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10db62ae-cbd3-4e8e-b698-64aa8bae96b1 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 12:10:35,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-10db62ae-cbd3-4e8e-b698-64aa8bae96b1 2018-08-05 12:10:35,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0189068317413s 2018-08-05 12:10:35,725 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-10db62ae-cbd3-4e8e-b698-64aa8bae96b1 2018-08-05 12:10:35,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 12:10:35,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d04dbe8a1fcf4ec72185aba4f891b3dc16250c5e" 2018-08-05 12:10:35,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:10:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13724e6b-9160-4a7d-b3f9-48466788d3f6 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 12:10:35,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-13724e6b-9160-4a7d-b3f9-48466788d3f6 2018-08-05 12:10:35,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0957639217377s 2018-08-05 12:10:35,826 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-13724e6b-9160-4a7d-b3f9-48466788d3f6 2018-08-05 12:10:35,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 12:10:35,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d04dbe8a1fcf4ec72185aba4f891b3dc16250c5e" 2018-08-05 12:10:35,931 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:10:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-435cead6-b081-42da-9fb0-7317f8d7518b Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-05 12:10:35,931 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-435cead6-b081-42da-9fb0-7317f8d7518b 2018-08-05 12:10:35,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.101186990738s 2018-08-05 12:10:35,932 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-435cead6-b081-42da-9fb0-7317f8d7518b 2018-08-05 12:10:35,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 12:10:35,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d04dbe8a1fcf4ec72185aba4f891b3dc16250c5e" 2018-08-05 12:10:36,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:10:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0120a80e-15f5-4389-a517-f31aeeb443b1 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "cloudify-user_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "links": {"self": "http://172.30.9.46:5000/v3/users/95c4095399a940afaf0deb13ff361581"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "95c4095399a940afaf0deb13ff361581", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 12:10:36,049 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-0120a80e-15f5-4389-a517-f31aeeb443b1 2018-08-05 12:10:36,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116317033768s 2018-08-05 12:10:36,049 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-0120a80e-15f5-4389-a517-f31aeeb443b1 2018-08-05 12:10:36,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 12:10:36,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d04dbe8a1fcf4ec72185aba4f891b3dc16250c5e" 2018-08-05 12:10:36,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:10:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8465435d-9f62-407c-93d2-819ae1225b16 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.46:5000/v3/projects/5d03c650ec294bb3bdbee5a2b297ea05"}, "tags": [], "enabled": true, "id": "5d03c650ec294bb3bdbee5a2b297ea05", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-05 12:10:36,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-8465435d-9f62-407c-93d2-819ae1225b16 2018-08-05 12:10:36,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.09512591362s 2018-08-05 12:10:36,156 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-8465435d-9f62-407c-93d2-819ae1225b16 2018-08-05 12:10:36,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-05 12:10:36,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:5000/v3/role_assignments?user.id=95c4095399a940afaf0deb13ff361581&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=5d03c650ec294bb3bdbee5a2b297ea05" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d04dbe8a1fcf4ec72185aba4f891b3dc16250c5e" 2018-08-05 12:10:36,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:10:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-eab159e9-df7f-4839-bfb0-7a7642cce6d6 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.46:5000/v3/role_assignments?user.id=95c4095399a940afaf0deb13ff361581&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=5d03c650ec294bb3bdbee5a2b297ea05", "previous": null, "next": null}} 2018-08-05 12:10:36,258 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=95c4095399a940afaf0deb13ff361581&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=5d03c650ec294bb3bdbee5a2b297ea05 used request id req-eab159e9-df7f-4839-bfb0-7a7642cce6d6 2018-08-05 12:10:36,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.094712972641s 2018-08-05 12:10:36,258 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=95c4095399a940afaf0deb13ff361581&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=5d03c650ec294bb3bdbee5a2b297ea05 used request id req-eab159e9-df7f-4839-bfb0-7a7642cce6d6 2018-08-05 12:10:36,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-05 12:10:36,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:5000/v3/projects/5d03c650ec294bb3bdbee5a2b297ea05/users/95c4095399a940afaf0deb13ff361581/roles/6f5c235bf8f846e2ab7d21fb711e4f6d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d04dbe8a1fcf4ec72185aba4f891b3dc16250c5e" 2018-08-05 12:10:36,392 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 12:10:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4dd3f706-4b22-4f50-b9fc-2d050673bf02 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 12:10:36,392 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/5d03c650ec294bb3bdbee5a2b297ea05/users/95c4095399a940afaf0deb13ff361581/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-4dd3f706-4b22-4f50-b9fc-2d050673bf02 2018-08-05 12:10:36,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.130478143692s 2018-08-05 12:10:36,392 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/5d03c650ec294bb3bdbee5a2b297ea05/users/95c4095399a940afaf0deb13ff361581/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-4dd3f706-4b22-4f50-b9fc-2d050673bf02 2018-08-05 12:10:36,393 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify-project_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1', 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'5d03c650ec294bb3bdbee5a2b297ea05', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '7334dd6f-c6c3-481d-93fd-4038de2cb835', 'username': u'cloudify-user_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.46: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-05 12:10:36,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 12:10:36,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 12:10:36,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 12:10:36,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 12:10:36,394 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 12:10:36,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 12:10:36,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 12:10:36,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 12:10:36,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 12:10:36,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 12:10:36,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 12:10:36,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 12:10:36,395 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 12:10:36,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 12:10:36,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 12:10:36,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 12:10:36,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 12:10:36,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 12:10:36,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 12:10:36,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 12:10:36,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 12:10:36,396 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 12:10:36,398 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify-user_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1', 'password': '7334dd6f-c6c3-481d-93fd-4038de2cb835', 'project_name': 'cloudify-project_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.46:5000/v3', 'project_id': '5d03c650ec294bb3bdbee5a2b297ea05', 'project_domain_name': 'Default'} 2018-08-05 12:10:36,399 - xtesting.ci.run_tests - INFO - Running test case 'cloudify'... 2018-08-05 12:10:36,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 12:10:36,405 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:10:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9627549f-de07-428a-b7ca-81b60f3f5406 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 12:10:36,405 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-9627549f-de07-428a-b7ca-81b60f3f5406 2018-08-05 12:10:36,406 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 12:10:36,793 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}], "expires_at": "2018-08-05T13:10:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5d03c650ec294bb3bdbee5a2b297ea05", "name": "cloudify-project_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_5d03c650ec294bb3bdbee5a2b297ea05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_5d03c650ec294bb3bdbee5a2b297ea05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/5d03c650ec294bb3bdbee5a2b297ea05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/5d03c650ec294bb3bdbee5a2b297ea05", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/5d03c650ec294bb3bdbee5a2b297ea05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/5d03c650ec294bb3bdbee5a2b297ea05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/5d03c650ec294bb3bdbee5a2b297ea05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/5d03c650ec294bb3bdbee5a2b297ea05", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/5d03c650ec294bb3bdbee5a2b297ea05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/5d03c650ec294bb3bdbee5a2b297ea05", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/5d03c650ec294bb3bdbee5a2b297ea05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/5d03c650ec294bb3bdbee5a2b297ea05", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/5d03c650ec294bb3bdbee5a2b297ea05", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/5d03c650ec294bb3bdbee5a2b297ea05", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify-user_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "id": "95c4095399a940afaf0deb13ff361581"}, "audit_ids": ["FthQ5xPxTei5inVS10fvUg"], "issued_at": "2018-08-05T12:10:36.000000Z"}} 2018-08-05 12:10:36,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-05 12:10:36,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" -d '{"network": {"name": "cloudify-net_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "admin_state_up": true}}' 2018-08-05 12:10:37,274 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-b12ac0ff-58b4-4221-95de-7af5330a356f Date: Sun, 05 Aug 2018 12:10:37 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"76dc6375-8a4f-4367-ab05-62285d726aa7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5d03c650ec294bb3bdbee5a2b297ea05","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T12:10:37Z","is_default":false,"name":"cloudify-net_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1","qos_policy_id":null,"admin_state_up":true,"tenant_id":"5d03c650ec294bb3bdbee5a2b297ea05","created_at":"2018-08-05T12:10:37Z","mtu":1450}} 2018-08-05 12:10:37,274 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-b12ac0ff-58b4-4221-95de-7af5330a356f 2018-08-05 12:10:37,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.478397130966s 2018-08-05 12:10:37,275 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-b12ac0ff-58b4-4221-95de-7af5330a356f 2018-08-05 12:10:37,275 - 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-05T12:10:37Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'76dc6375-8a4f-4367-ab05-62285d726aa7', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify-net_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1', u'admin_state_up': True, u'tenant_id': u'5d03c650ec294bb3bdbee5a2b297ea05', u'created_at': u'2018-08-05T12:10:37Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'5d03c650ec294bb3bdbee5a2b297ea05', u'l2_adjacency': True}) 2018-08-05 12:10:37,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 12:10:37,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:10:37,406 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1229 X-Openstack-Request-Id: req-d65818cf-be6d-44e4-a672-d82b92d728a1 Date: Sun, 05 Aug 2018 12:10:37 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"76dc6375-8a4f-4367-ab05-62285d726aa7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5d03c650ec294bb3bdbee5a2b297ea05","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T12:10:37Z","qos_policy_id":null,"name":"cloudify-net_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1","admin_state_up":true,"tenant_id":"5d03c650ec294bb3bdbee5a2b297ea05","created_at":"2018-08-05T12:10:37Z","mtu":1450}]} 2018-08-05 12:10:37,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-d65818cf-be6d-44e4-a672-d82b92d728a1 2018-08-05 12:10:37,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.129778146744s 2018-08-05 12:10:37,406 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-d65818cf-be6d-44e4-a672-d82b92d728a1 2018-08-05 12:10:37,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-05 12:10:37,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" -d '{"subnet": {"name": "cloudify-subnet_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "enable_dhcp": true, "network_id": "76dc6375-8a4f-4367-ab05-62285d726aa7", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-05 12:10:37,969 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-20e854ae-8a84-4d73-b118-453c21fbd811 Date: Sun, 05 Aug 2018 12:10:37 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"76dc6375-8a4f-4367-ab05-62285d726aa7","tenant_id":"5d03c650ec294bb3bdbee5a2b297ea05","created_at":"2018-08-05T12:10:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T12:10:37Z","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":"5d03c650ec294bb3bdbee5a2b297ea05","id":"b8021cc4-b20e-42b4-9e09-16929ff95c41","subnetpool_id":null,"name":"cloudify-subnet_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}} 2018-08-05 12:10:37,969 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-20e854ae-8a84-4d73-b118-453c21fbd811 2018-08-05 12:10:37,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.561420202255s 2018-08-05 12:10:37,970 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-20e854ae-8a84-4d73-b118-453c21fbd811 2018-08-05 12:10:37,970 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T12:10:37Z', 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'b8021cc4-b20e-42b4-9e09-16929ff95c41', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify-subnet_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1', u'enable_dhcp': True, u'network_id': u'76dc6375-8a4f-4367-ab05-62285d726aa7', u'tenant_id': u'5d03c650ec294bb3bdbee5a2b297ea05', u'created_at': u'2018-08-05T12:10:37Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'5d03c650ec294bb3bdbee5a2b297ea05'}) 2018-08-05 12:10:37,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-05 12:10:37,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" -d '{"router": {"external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "name": "cloudify-router_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "admin_state_up": true}}' 2018-08-05 12:10:39,596 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-1f36b3f9-403e-4913-9094-22491456eeb4 Date: Sun, 05 Aug 2018 12:10:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:10:38Z", "admin_state_up": true, "updated_at": "2018-08-05T12:10:39Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "1ab231cb-f7ba-41a0-b50e-20c28b2d2789", "name": "cloudify-router_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}} 2018-08-05 12:10:39,597 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-1f36b3f9-403e-4913-9094-22491456eeb4 2018-08-05 12:10:39,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.6259329319s 2018-08-05 12:10:39,597 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-1f36b3f9-403e-4913-9094-22491456eeb4 2018-08-05 12:10:39,598 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T12:10:39Z', u'revision_number': 2, u'id': u'1ab231cb-f7ba-41a0-b50e-20c28b2d2789', u'external_gateway_info': {u'network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'89972d6a-26a8-4595-baea-47e68ca637c2', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify-router_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1', u'admin_state_up': True, u'tenant_id': u'5d03c650ec294bb3bdbee5a2b297ea05', u'created_at': u'2018-08-05T12:10:38Z', u'flavor_id': None, u'routes': [], u'project_id': u'5d03c650ec294bb3bdbee5a2b297ea05'}) 2018-08-05 12:10:39,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-05 12:10:39,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/1ab231cb-f7ba-41a0-b50e-20c28b2d2789/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" -d '{"subnet_id": "b8021cc4-b20e-42b4-9e09-16929ff95c41"}' 2018-08-05 12:10:42,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cfd78def-4ed9-4ad5-8727-1206bfa430e1 Date: Sun, 05 Aug 2018 12:10:42 GMT RESP BODY: {"network_id": "76dc6375-8a4f-4367-ab05-62285d726aa7", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "subnet_id": "b8021cc4-b20e-42b4-9e09-16929ff95c41", "subnet_ids": ["b8021cc4-b20e-42b4-9e09-16929ff95c41"], "port_id": "f824d907-8a40-4bc6-92f2-ebc757053b37", "id": "1ab231cb-f7ba-41a0-b50e-20c28b2d2789"} 2018-08-05 12:10:42,010 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/1ab231cb-f7ba-41a0-b50e-20c28b2d2789/add_router_interface.json used request id req-cfd78def-4ed9-4ad5-8727-1206bfa430e1 2018-08-05 12:10:42,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.41128611565s 2018-08-05 12:10:42,010 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/1ab231cb-f7ba-41a0-b50e-20c28b2d2789/add_router_interface.json used request id req-cfd78def-4ed9-4ad5-8727-1206bfa430e1 returning object 1ab231cb-f7ba-41a0-b50e-20c28b2d2789 2018-08-05 12:10:42,011 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-05 12:11:07,509 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-05 12:11:07,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 12:11:07,516 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 05 Aug 2018 12:11:07 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}]} 2018-08-05 12:11:07,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:11:07,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:11:07,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e87045e1-4b91-41fb-aa59-1e5533a3011a Date: Sun, 05 Aug 2018 12:11:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:11:07,725 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-e87045e1-4b91-41fb-aa59-1e5533a3011a 2018-08-05 12:11:07,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.203947067261s 2018-08-05 12:11:07,725 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-e87045e1-4b91-41fb-aa59-1e5533a3011a 2018-08-05 12:11:07,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 12:11:07,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify-img_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify-img_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}' 2018-08-05 12:11:07,772 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-508171e7-7d4d-4f6c-bfd2-2f62769b6a74 Date: Sun, 05 Aug 2018 12:11:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e/file", "owner": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "size": null, "self": "/v2/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-05T12:11:07Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "checksum": null, "created_at": "2018-08-05T12:11:07Z", "protected": false} 2018-08-05 12:11:07,773 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-508171e7-7d4d-4f6c-bfd2-2f62769b6a74 2018-08-05 12:11:07,773 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0392670631409s 2018-08-05 12:11:07,773 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-508171e7-7d4d-4f6c-bfd2-2f62769b6a74 returning object a173c4d8-57d3-4a36-b8c2-7e8905a8347e 2018-08-05 12:11:07,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 12:11:07,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" -d '' 2018-08-05 12:12:08,448 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-447b7535-ae59-4bc1-b7c6-1ff8425631a5 Date: Sun, 05 Aug 2018 12:12: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-05 12:12:08,448 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e/file used request id req-447b7535-ae59-4bc1-b7c6-1ff8425631a5 2018-08-05 12:12:08,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 60.6746230125s 2018-08-05 12:12:08,449 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e/file used request id req-447b7535-ae59-4bc1-b7c6-1ff8425631a5 2018-08-05 12:12:08,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:12:08,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:08,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-21300636-c8a2-46c7-8e3e-bbe19be90403 Date: Sun, 05 Aug 2018 12:12:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e/snap", "metadata": {}}], "file": "/v2/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e/file", "owner": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "size": 4373348352, "self": "/v2/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-05T12:12:08Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-05T12:11:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:12:08,496 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-21300636-c8a2-46c7-8e3e-bbe19be90403 2018-08-05 12:12:08,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0429930686951s 2018-08-05 12:12:08,496 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-21300636-c8a2-46c7-8e3e-bbe19be90403 2018-08-05 12:12:08,498 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e/file', 'owner': u'5d03c650ec294bb3bdbee5a2b297ea05', 'id': u'a173c4d8-57d3-4a36-b8c2-7e8905a8347e', 'size': 4373348352, u'self': u'/v2/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5d03c650ec294bb3bdbee5a2b297ea05', 'name': 'cloudify-project_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T12:12:08Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-05T12:12:08Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify-img_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify-img_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify-img_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1', 'created': u'2018-08-05T12:11:07Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-05T12:11:07Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify-img_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-08-05 12:12:08,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 12:12:08,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d04dbe8a1fcf4ec72185aba4f891b3dc16250c5e" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify-flavor_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-05 12:12:08,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-386a5929-7cc3-48a9-b0b1-57be78cc969d x-compute-request-id: req-386a5929-7cc3-48a9-b0b1-57be78cc969d Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify-flavor_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "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": "1d29a2fe-9557-4518-9baa-7de8e93e0095"}} 2018-08-05 12:12:08,818 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-386a5929-7cc3-48a9-b0b1-57be78cc969d 2018-08-05 12:12:08,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.318838834763s 2018-08-05 12:12:08,818 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-386a5929-7cc3-48a9-b0b1-57be78cc969d 2018-08-05 12:12:08,819 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify-flavor_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1', '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'd5650b30963342b58320b9e3073d7ddf', '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'1d29a2fe-9557-4518-9baa-7de8e93e0095', 'swap': 0}) 2018-08-05 12:12:08,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 12:12:08,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d04dbe8a1fcf4ec72185aba4f891b3dc16250c5e" -d '{"extra_specs": {}}' 2018-08-05 12:12:08,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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 x-openstack-request-id: req-d7f0eb03-c90d-40e9-b043-85dc692b568a x-compute-request-id: req-d7f0eb03-c90d-40e9-b043-85dc692b568a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 12:12:08,847 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095/os-extra_specs used request id req-d7f0eb03-c90d-40e9-b043-85dc692b568a 2018-08-05 12:12:08,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0269479751587s 2018-08-05 12:12:08,847 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095/os-extra_specs used request id req-d7f0eb03-c90d-40e9-b043-85dc692b568a 2018-08-05 12:12:08,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-05 12:12:08,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" -d '{"keypair": {"name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}}' 2018-08-05 12:12:09,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-1a85228a-7ddb-4225-84e5-bd84f12169d8 x-compute-request-id: req-1a85228a-7ddb-4225-84e5-bd84f12169d8 Content-Encoding: gzip Content-Length: 1799 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5tixTDHU+YTZ3zRKWN7+iH9zRWk0AgLOTMDxnROwi1XcG6m9B7OAekZQbV/JR0e/YKPyUenJWn4D2nMJ+rvHMnAaNUpu612g9SuGOgaMu7qwPK030xJMseiL7ZQHfi+gTunrJz8biPRev/zDDda+pdVtqi0uDMRhBy3mzr0TZ3kyCT75caeEGDV45qTfmMmXVyv8cFaqZp+COkzY1gaRTpVrSYcFkFIh657unFvXbDGtz2vL8Cr+HWTrDKAc0a+4PFcVQGIknu6KqSs9y7MupuGnHlQNr7yoaFb9QNNbBMaskIjNWUyyJGdJ7+mNXbFVgDqlE8y1kZ/0YHpMDqDpZ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAubYsUwx1PmE2d80Slje/oh/c0VpNAICzkzA8Z0TsItV3Bupv\nQezgHpGUG1fyUdHv2Cj8lHpyVp+A9pzCfq7xzJwGjVKbutdoPUrhjoGjLu6sDytN\n9MSTLHoi+2UB34voE7p6yc/G4j0Xr/8ww3WvqXVbaotLgzEYQct5s69E2d5Mgk++\nXGnhBg1eOak35jJl1cr/HBWqmafgjpM2NYGkU6Va0mHBZBSIeue7pxb12wxrc9ry\n/Aq/h1k6wygHNGvuDxXFUBiJJ7uiqkrPcuzLqbhpx5UDa+8qGhW/UDTWwTGrJCIz\nVlMsiRnSe/pjV2xVYA6pRPMtZGf9GB6TA6g6WQIDAQABAoIBAFHxHMukIpNcp4Di\n3oGjpY2ui2tgcbt4DkQys2RJl/uivrsxc9fd4eH7ECOkgYoynKZ/JzuIb6zjAi9O\nac8l+BD1AzsWKRqe8yKgSLftYYhSzV6AGAyZM+sbFRZhshrmC4ew737ei/3FQQ9q\nBSUpZ1HZM3XmcnI3lmFpm5B6FGIgoCqoUBE0oVlt/JL6jvdTwATWHIfCvjFu/FTE\nVH6Al7xG4tMhulsqpu3f4d/MNdXbY4NuE0m0HgrinHzv2qqCnPaCM23PjguI0UfZ\n0Phxd9mxJrpx56bYQufVPKwaxvvQnoCf+zDmlQuXwE1lJqLlY7Px69Giph9EJFpR\nigsmzFECgYEA6nx43CKFnziqfOOXzDz1JcGiHFc1hrH/fnM5ya20RssVHGweSiYR\nl+ZDEBmn51p348AJcpIt8l04MTeo5tSEKJMW8Tf1M8M8cKxGB9CJ3d5O4HQ9nZDb\n+3zXAZJStpYvZIOCxbxRlHbFXiZ3J9t1+ieCEdIHBBXQ3SS2pDR8u6UCgYEAysAZ\nxRz2hAWJkUVKY70d2I5q3QiSSb2hnyZiD+Uce1nrthT9IkOSMCYZNBFAy2WBh0dx\ny48hNdChCdULLKQ9FTZ0SiXeeg+Cj5+sFX5VXRVRApZunkTQpU33RF14kktui1m7\nre/UFymh8euZ4LuEafVC7bKx4DfPNiHU6L0n1aUCgYEAs5cVsfQ2xxXNbc2aa3Cc\niYheMrqQYlNdzWlO7yo9EqNjzdr47+1sOBzBbElaEZV2kVZ5ZeiTjDbdXMS2deR6\nO+E8Bw/GmxiC6ADpuf58OROU8c/ViSJzeY/J1IhPFUy9i4w10mBDUyQMUenABSTO\nnQM5WZC0kupqh5Ug1W7lwYkCgYBcmZgreqrsaUsHWko7e2hiO8l64itOGpnygilP\ncSis/ci2BKgIOixOaVghe6/INbgO/QZwHhLg7URfpTnRTcHIKnK6Wsldni/XQOnr\ndyOtu8qgD+y9xFg254EDbF1hE6qNYpJhQqPvYEhioWRKS9qSOj4zKeYrrdGpu5Hu\nKlZDMQKBgAxdnbUdtehiXS+H4njtohFxXUWFwV9z9WcnVOH11OL/ImSBmYmM/nOj\nGrd4wqqMrFCyaHzBOIhUauZwH0L32lR1B9RZExitk0Jro8iGVo6/dd1og5s+hvRt\nIHzKpWMr3YGfo3AxzLaqLjUhKMR4xhpT3pTZHXoQpL2WqajFVvie\n-----END RSA PRIVATE KEY-----\n", "user_id": "95c4095399a940afaf0deb13ff361581", "name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "fingerprint": "c5:06:9a:31:d1:ec:d4:9d:23:01:b3:14:7e:8c:08:4a"}} 2018-08-05 12:12:09,271 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/os-keypairs used request id req-1a85228a-7ddb-4225-84e5-bd84f12169d8 2018-08-05 12:12:09,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.423635005951s 2018-08-05 12:12:09,272 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/os-keypairs used request id req-1a85228a-7ddb-4225-84e5-bd84f12169d8 2018-08-05 12:12:09,272 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5tixTDHU+YTZ3zRKWN7+iH9zRWk0AgLOTMDxnROwi1XcG6m9B7OAekZQbV/JR0e/YKPyUenJWn4D2nMJ+rvHMnAaNUpu612g9SuGOgaMu7qwPK030xJMseiL7ZQHfi+gTunrJz8biPRev/zDDda+pdVtqi0uDMRhBy3mzr0TZ3kyCT75caeEGDV45qTfmMmXVyv8cFaqZp+COkzY1gaRTpVrSYcFkFIh657unFvXbDGtz2vL8Cr+HWTrDKAc0a+4PFcVQGIknu6KqSs9y7MupuGnHlQNr7yoaFb9QNNbBMaskIjNWUyyJGdJ7+mNXbFVgDqlE8y1kZ/0YHpMDqDpZ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAubYsUwx1PmE2d80Slje/oh/c0VpNAICzkzA8Z0TsItV3Bupv\nQezgHpGUG1fyUdHv2Cj8lHpyVp+A9pzCfq7xzJwGjVKbutdoPUrhjoGjLu6sDytN\n9MSTLHoi+2UB34voE7p6yc/G4j0Xr/8ww3WvqXVbaotLgzEYQct5s69E2d5Mgk++\nXGnhBg1eOak35jJl1cr/HBWqmafgjpM2NYGkU6Va0mHBZBSIeue7pxb12wxrc9ry\n/Aq/h1k6wygHNGvuDxXFUBiJJ7uiqkrPcuzLqbhpx5UDa+8qGhW/UDTWwTGrJCIz\nVlMsiRnSe/pjV2xVYA6pRPMtZGf9GB6TA6g6WQIDAQABAoIBAFHxHMukIpNcp4Di\n3oGjpY2ui2tgcbt4DkQys2RJl/uivrsxc9fd4eH7ECOkgYoynKZ/JzuIb6zjAi9O\nac8l+BD1AzsWKRqe8yKgSLftYYhSzV6AGAyZM+sbFRZhshrmC4ew737ei/3FQQ9q\nBSUpZ1HZM3XmcnI3lmFpm5B6FGIgoCqoUBE0oVlt/JL6jvdTwATWHIfCvjFu/FTE\nVH6Al7xG4tMhulsqpu3f4d/MNdXbY4NuE0m0HgrinHzv2qqCnPaCM23PjguI0UfZ\n0Phxd9mxJrpx56bYQufVPKwaxvvQnoCf+zDmlQuXwE1lJqLlY7Px69Giph9EJFpR\nigsmzFECgYEA6nx43CKFnziqfOOXzDz1JcGiHFc1hrH/fnM5ya20RssVHGweSiYR\nl+ZDEBmn51p348AJcpIt8l04MTeo5tSEKJMW8Tf1M8M8cKxGB9CJ3d5O4HQ9nZDb\n+3zXAZJStpYvZIOCxbxRlHbFXiZ3J9t1+ieCEdIHBBXQ3SS2pDR8u6UCgYEAysAZ\nxRz2hAWJkUVKY70d2I5q3QiSSb2hnyZiD+Uce1nrthT9IkOSMCYZNBFAy2WBh0dx\ny48hNdChCdULLKQ9FTZ0SiXeeg+Cj5+sFX5VXRVRApZunkTQpU33RF14kktui1m7\nre/UFymh8euZ4LuEafVC7bKx4DfPNiHU6L0n1aUCgYEAs5cVsfQ2xxXNbc2aa3Cc\niYheMrqQYlNdzWlO7yo9EqNjzdr47+1sOBzBbElaEZV2kVZ5ZeiTjDbdXMS2deR6\nO+E8Bw/GmxiC6ADpuf58OROU8c/ViSJzeY/J1IhPFUy9i4w10mBDUyQMUenABSTO\nnQM5WZC0kupqh5Ug1W7lwYkCgYBcmZgreqrsaUsHWko7e2hiO8l64itOGpnygilP\ncSis/ci2BKgIOixOaVghe6/INbgO/QZwHhLg7URfpTnRTcHIKnK6Wsldni/XQOnr\ndyOtu8qgD+y9xFg254EDbF1hE6qNYpJhQqPvYEhioWRKS9qSOj4zKeYrrdGpu5Hu\nKlZDMQKBgAxdnbUdtehiXS+H4njtohFxXUWFwV9z9WcnVOH11OL/ImSBmYmM/nOj\nGrd4wqqMrFCyaHzBOIhUauZwH0L32lR1B9RZExitk0Jro8iGVo6/dd1og5s+hvRt\nIHzKpWMr3YGfo3AxzLaqLjUhKMR4xhpT3pTZHXoQpL2WqajFVvie\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'95c4095399a940afaf0deb13ff361581', 'name': u'cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1', 'created_at': '2018-08-05T12:12:09.272906', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5d03c650ec294bb3bdbee5a2b297ea05', 'name': 'cloudify-project_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'c5:06:9a:31:d1:ec:d4:9d:23:01:b3:14:7e:8c:08:4a', 'type': 'ssh', 'id': u'cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1'}) 2018-08-05 12:12:09,273 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAubYsUwx1PmE2d80Slje/oh/c0VpNAICzkzA8Z0TsItV3Bupv QezgHpGUG1fyUdHv2Cj8lHpyVp+A9pzCfq7xzJwGjVKbutdoPUrhjoGjLu6sDytN 9MSTLHoi+2UB34voE7p6yc/G4j0Xr/8ww3WvqXVbaotLgzEYQct5s69E2d5Mgk++ XGnhBg1eOak35jJl1cr/HBWqmafgjpM2NYGkU6Va0mHBZBSIeue7pxb12wxrc9ry /Aq/h1k6wygHNGvuDxXFUBiJJ7uiqkrPcuzLqbhpx5UDa+8qGhW/UDTWwTGrJCIz VlMsiRnSe/pjV2xVYA6pRPMtZGf9GB6TA6g6WQIDAQABAoIBAFHxHMukIpNcp4Di 3oGjpY2ui2tgcbt4DkQys2RJl/uivrsxc9fd4eH7ECOkgYoynKZ/JzuIb6zjAi9O ac8l+BD1AzsWKRqe8yKgSLftYYhSzV6AGAyZM+sbFRZhshrmC4ew737ei/3FQQ9q BSUpZ1HZM3XmcnI3lmFpm5B6FGIgoCqoUBE0oVlt/JL6jvdTwATWHIfCvjFu/FTE VH6Al7xG4tMhulsqpu3f4d/MNdXbY4NuE0m0HgrinHzv2qqCnPaCM23PjguI0UfZ 0Phxd9mxJrpx56bYQufVPKwaxvvQnoCf+zDmlQuXwE1lJqLlY7Px69Giph9EJFpR igsmzFECgYEA6nx43CKFnziqfOOXzDz1JcGiHFc1hrH/fnM5ya20RssVHGweSiYR l+ZDEBmn51p348AJcpIt8l04MTeo5tSEKJMW8Tf1M8M8cKxGB9CJ3d5O4HQ9nZDb +3zXAZJStpYvZIOCxbxRlHbFXiZ3J9t1+ieCEdIHBBXQ3SS2pDR8u6UCgYEAysAZ xRz2hAWJkUVKY70d2I5q3QiSSb2hnyZiD+Uce1nrthT9IkOSMCYZNBFAy2WBh0dx y48hNdChCdULLKQ9FTZ0SiXeeg+Cj5+sFX5VXRVRApZunkTQpU33RF14kktui1m7 re/UFymh8euZ4LuEafVC7bKx4DfPNiHU6L0n1aUCgYEAs5cVsfQ2xxXNbc2aa3Cc iYheMrqQYlNdzWlO7yo9EqNjzdr47+1sOBzBbElaEZV2kVZ5ZeiTjDbdXMS2deR6 O+E8Bw/GmxiC6ADpuf58OROU8c/ViSJzeY/J1IhPFUy9i4w10mBDUyQMUenABSTO nQM5WZC0kupqh5Ug1W7lwYkCgYBcmZgreqrsaUsHWko7e2hiO8l64itOGpnygilP cSis/ci2BKgIOixOaVghe6/INbgO/QZwHhLg7URfpTnRTcHIKnK6Wsldni/XQOnr dyOtu8qgD+y9xFg254EDbF1hE6qNYpJhQqPvYEhioWRKS9qSOj4zKeYrrdGpu5Hu KlZDMQKBgAxdnbUdtehiXS+H4njtohFxXUWFwV9z9WcnVOH11OL/ImSBmYmM/nOj Grd4wqqMrFCyaHzBOIhUauZwH0L32lR1B9RZExitk0Jro8iGVo6/dd1og5s+hvRt IHzKpWMr3YGfo3AxzLaqLjUhKMR4xhpT3pTZHXoQpL2WqajFVvie -----END RSA PRIVATE KEY----- 2018-08-05 12:12:09,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-05 12:12:09,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" -d '{"security_group": {"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "description": "created by OPNFV Functest (cloudify)"}}' 2018-08-05 12:12:09,645 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-3ad97cd0-4717-4ee3-a791-ba000b771d07 Date: Sun, 05 Aug 2018 12:12:09 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:12:09Z", "updated_at": "2018-08-05T12:12:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "66d56d15-ee5c-40e5-abd1-d920a8e76185", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "f16a08a7-900e-4810-a9f6-6aa7faca3563", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}], "revision_number": 1, "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}} 2018-08-05 12:12:09,645 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-3ad97cd0-4717-4ee3-a791-ba000b771d07 2018-08-05 12:12:09,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.369104862213s 2018-08-05 12:12:09,645 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-3ad97cd0-4717-4ee3-a791-ba000b771d07 2018-08-05 12:12:09,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 12:12:09,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:09,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3832 X-Openstack-Request-Id: req-ab7c3e23-3de0-482e-b227-e7525b68b706 Date: Sun, 05 Aug 2018 12:12:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:10:37Z", "updated_at": "2018-08-05T12:10:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "9a559a21-696a-4169-b96e-10ac363e100e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "aa2d2c25-c915-4249-92ec-2c43bdd45da3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "c67be35d-c88a-4c5a-b877-5f3552489c59", "remote_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "f7d518aa-a2a9-40dc-a641-435d5e160f96", "remote_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}], "revision_number": 1, "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "91aaad44-30c9-417f-bc08-8f678dba6019", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:12:09Z", "updated_at": "2018-08-05T12:12:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "66d56d15-ee5c-40e5-abd1-d920a8e76185", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "f16a08a7-900e-4810-a9f6-6aa7faca3563", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}], "revision_number": 1, "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}]} 2018-08-05 12:12:09,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-ab7c3e23-3de0-482e-b227-e7525b68b706 2018-08-05 12:12:09,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0753509998322s 2018-08-05 12:12:09,726 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-ab7c3e23-3de0-482e-b227-e7525b68b706 2018-08-05 12:12:09,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 12:12:09,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" -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": "a323e009-59e3-4eaf-a248-bf1e53d90d44"}}' 2018-08-05 12:12:09,857 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-561e557a-82b1-4218-8acf-ddb464d336ff Date: Sun, 05 Aug 2018 12:12:09 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-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "port_range_min": 22, "revision_number": 0, "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:12:09Z", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "c7a89906-8d6c-4cd3-9397-5f5f4de05d5e"}} 2018-08-05 12:12:09,857 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-561e557a-82b1-4218-8acf-ddb464d336ff 2018-08-05 12:12:09,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.127746105194s 2018-08-05 12:12:09,858 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-561e557a-82b1-4218-8acf-ddb464d336ff 2018-08-05 12:12:09,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 12:12:09,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:09,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4328 X-Openstack-Request-Id: req-6053e778-50a7-4920-b228-e8bc25dee268 Date: Sun, 05 Aug 2018 12:12:09 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:10:37Z", "updated_at": "2018-08-05T12:10:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "9a559a21-696a-4169-b96e-10ac363e100e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "aa2d2c25-c915-4249-92ec-2c43bdd45da3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "c67be35d-c88a-4c5a-b877-5f3552489c59", "remote_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "f7d518aa-a2a9-40dc-a641-435d5e160f96", "remote_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}], "revision_number": 1, "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "91aaad44-30c9-417f-bc08-8f678dba6019", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:12:09Z", "updated_at": "2018-08-05T12:12:09Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "66d56d15-ee5c-40e5-abd1-d920a8e76185", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "c7a89906-8d6c-4cd3-9397-5f5f4de05d5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "f16a08a7-900e-4810-a9f6-6aa7faca3563", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}], "revision_number": 2, "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}]} 2018-08-05 12:12:09,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-6053e778-50a7-4920-b228-e8bc25dee268 2018-08-05 12:12:09,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.050222158432s 2018-08-05 12:12:09,912 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-6053e778-50a7-4920-b228-e8bc25dee268 2018-08-05 12:12:09,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 12:12:09,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" -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": "a323e009-59e3-4eaf-a248-bf1e53d90d44"}}' 2018-08-05 12:12:10,031 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-5b86c613-2fde-4a52-a0c4-dcbbcb60a39f Date: Sun, 05 Aug 2018 12:12: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-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "port_range_min": null, "revision_number": 0, "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:12:09Z", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "173d7885-cd15-49d7-91ed-efa8dc778647"}} 2018-08-05 12:12:10,031 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-5b86c613-2fde-4a52-a0c4-dcbbcb60a39f 2018-08-05 12:12:10,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.116203784943s 2018-08-05 12:12:10,032 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-5b86c613-2fde-4a52-a0c4-dcbbcb60a39f 2018-08-05 12:12:10,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 12:12:10,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:10,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4829 X-Openstack-Request-Id: req-312b4291-1b94-41da-b0f3-b45d9373436f Date: Sun, 05 Aug 2018 12:12:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:10:37Z", "updated_at": "2018-08-05T12:10:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "9a559a21-696a-4169-b96e-10ac363e100e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "aa2d2c25-c915-4249-92ec-2c43bdd45da3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "c67be35d-c88a-4c5a-b877-5f3552489c59", "remote_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "f7d518aa-a2a9-40dc-a641-435d5e160f96", "remote_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}], "revision_number": 1, "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "91aaad44-30c9-417f-bc08-8f678dba6019", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:12:09Z", "updated_at": "2018-08-05T12:12:09Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "173d7885-cd15-49d7-91ed-efa8dc778647", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "66d56d15-ee5c-40e5-abd1-d920a8e76185", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "c7a89906-8d6c-4cd3-9397-5f5f4de05d5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "f16a08a7-900e-4810-a9f6-6aa7faca3563", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}], "revision_number": 3, "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}]} 2018-08-05 12:12:10,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-312b4291-1b94-41da-b0f3-b45d9373436f 2018-08-05 12:12:10,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.049693107605s 2018-08-05 12:12:10,085 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-312b4291-1b94-41da-b0f3-b45d9373436f 2018-08-05 12:12:10,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 12:12:10,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" -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": "a323e009-59e3-4eaf-a248-bf1e53d90d44"}}' 2018-08-05 12:12:10,218 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-42208ff2-356e-4a35-8fad-525edd225c3c Date: Sun, 05 Aug 2018 12:12: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-05T12:12:10Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "port_range_min": 80, "revision_number": 0, "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:12:10Z", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "babdd9c9-4210-4e92-80ee-d38c9e040493"}} 2018-08-05 12:12:10,218 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-42208ff2-356e-4a35-8fad-525edd225c3c 2018-08-05 12:12:10,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.129684925079s 2018-08-05 12:12:10,218 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-42208ff2-356e-4a35-8fad-525edd225c3c 2018-08-05 12:12:10,221 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 12:12:10,222 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:10,272 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5325 X-Openstack-Request-Id: req-f5ff8644-56b7-4709-8737-5c0f871e7cdb Date: Sun, 05 Aug 2018 12:12:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:10:37Z", "updated_at": "2018-08-05T12:10:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "9a559a21-696a-4169-b96e-10ac363e100e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "aa2d2c25-c915-4249-92ec-2c43bdd45da3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "c67be35d-c88a-4c5a-b877-5f3552489c59", "remote_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "f7d518aa-a2a9-40dc-a641-435d5e160f96", "remote_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}], "revision_number": 1, "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "91aaad44-30c9-417f-bc08-8f678dba6019", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:12:09Z", "updated_at": "2018-08-05T12:12:10Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "173d7885-cd15-49d7-91ed-efa8dc778647", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "66d56d15-ee5c-40e5-abd1-d920a8e76185", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-05T12:12:10Z", "revision_number": 0, "id": "babdd9c9-4210-4e92-80ee-d38c9e040493", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:10Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": 80, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "c7a89906-8d6c-4cd3-9397-5f5f4de05d5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "f16a08a7-900e-4810-a9f6-6aa7faca3563", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}], "revision_number": 4, "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}]} 2018-08-05 12:12:10,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-f5ff8644-56b7-4709-8737-5c0f871e7cdb 2018-08-05 12:12:10,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0505311489105s 2018-08-05 12:12:10,273 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-f5ff8644-56b7-4709-8737-5c0f871e7cdb 2018-08-05 12:12:10,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 12:12:10,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" -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": "a323e009-59e3-4eaf-a248-bf1e53d90d44"}}' 2018-08-05 12:12:10,404 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-9b86903a-806a-4ab7-9994-23261fc0819b Date: Sun, 05 Aug 2018 12:12: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-05T12:12:10Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "port_range_min": 443, "revision_number": 0, "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:12:10Z", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "1e2beb09-edb9-4e86-a5e0-333fb25b7648"}} 2018-08-05 12:12:10,404 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-9b86903a-806a-4ab7-9994-23261fc0819b 2018-08-05 12:12:10,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.128668069839s 2018-08-05 12:12:10,405 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-9b86903a-806a-4ab7-9994-23261fc0819b 2018-08-05 12:12:10,408 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 12:12:10,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:10,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5823 X-Openstack-Request-Id: req-5ff35bd5-63c4-4803-bb5e-f6fff02249a3 Date: Sun, 05 Aug 2018 12:12:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:10:37Z", "updated_at": "2018-08-05T12:10:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "9a559a21-696a-4169-b96e-10ac363e100e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "aa2d2c25-c915-4249-92ec-2c43bdd45da3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "c67be35d-c88a-4c5a-b877-5f3552489c59", "remote_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "f7d518aa-a2a9-40dc-a641-435d5e160f96", "remote_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}], "revision_number": 1, "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "91aaad44-30c9-417f-bc08-8f678dba6019", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:12:09Z", "updated_at": "2018-08-05T12:12:10Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "173d7885-cd15-49d7-91ed-efa8dc778647", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-05T12:12:10Z", "revision_number": 0, "id": "1e2beb09-edb9-4e86-a5e0-333fb25b7648", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:10Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": 443, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "66d56d15-ee5c-40e5-abd1-d920a8e76185", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-05T12:12:10Z", "revision_number": 0, "id": "babdd9c9-4210-4e92-80ee-d38c9e040493", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:10Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": 80, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "c7a89906-8d6c-4cd3-9397-5f5f4de05d5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "f16a08a7-900e-4810-a9f6-6aa7faca3563", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}], "revision_number": 5, "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}]} 2018-08-05 12:12:10,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-5ff35bd5-63c4-4803-bb5e-f6fff02249a3 2018-08-05 12:12:10,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0506901741028s 2018-08-05 12:12:10,459 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-5ff35bd5-63c4-4803-bb5e-f6fff02249a3 2018-08-05 12:12:10,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 12:12:10,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" -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": "a323e009-59e3-4eaf-a248-bf1e53d90d44"}}' 2018-08-05 12:12:10,577 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-7a02a168-aec8-40d9-a86c-5c2546de44c0 Date: Sun, 05 Aug 2018 12:12: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": 5671, "updated_at": "2018-08-05T12:12:10Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "port_range_min": 5671, "revision_number": 0, "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:12:10Z", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "65b7b3b5-4edd-4d48-9374-9a017fb3b695"}} 2018-08-05 12:12:10,577 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-7a02a168-aec8-40d9-a86c-5c2546de44c0 2018-08-05 12:12:10,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.11487698555s 2018-08-05 12:12:10,578 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-7a02a168-aec8-40d9-a86c-5c2546de44c0 2018-08-05 12:12:10,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 12:12:10,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:10,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6323 X-Openstack-Request-Id: req-4c6a5e68-cfb2-4010-ad8c-d41d7510d24e Date: Sun, 05 Aug 2018 12:12:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:10:37Z", "updated_at": "2018-08-05T12:10:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "9a559a21-696a-4169-b96e-10ac363e100e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "aa2d2c25-c915-4249-92ec-2c43bdd45da3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "c67be35d-c88a-4c5a-b877-5f3552489c59", "remote_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "f7d518aa-a2a9-40dc-a641-435d5e160f96", "remote_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}], "revision_number": 1, "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "91aaad44-30c9-417f-bc08-8f678dba6019", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:12:09Z", "updated_at": "2018-08-05T12:12:10Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "173d7885-cd15-49d7-91ed-efa8dc778647", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-05T12:12:10Z", "revision_number": 0, "id": "1e2beb09-edb9-4e86-a5e0-333fb25b7648", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:10Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": 443, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-05T12:12:10Z", "revision_number": 0, "id": "65b7b3b5-4edd-4d48-9374-9a017fb3b695", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:10Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "66d56d15-ee5c-40e5-abd1-d920a8e76185", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-05T12:12:10Z", "revision_number": 0, "id": "babdd9c9-4210-4e92-80ee-d38c9e040493", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:10Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": 80, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "c7a89906-8d6c-4cd3-9397-5f5f4de05d5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "f16a08a7-900e-4810-a9f6-6aa7faca3563", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}], "revision_number": 6, "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}]} 2018-08-05 12:12:10,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-4c6a5e68-cfb2-4010-ad8c-d41d7510d24e 2018-08-05 12:12:10,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.051766872406s 2018-08-05 12:12:10,633 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-4c6a5e68-cfb2-4010-ad8c-d41d7510d24e 2018-08-05 12:12:10,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 12:12:10,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" -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": "a323e009-59e3-4eaf-a248-bf1e53d90d44"}}' 2018-08-05 12:12:10,756 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-5d2409ff-70cc-4d0e-83fd-7d92da7f80ce Date: Sun, 05 Aug 2018 12:12: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": 53333, "updated_at": "2018-08-05T12:12:10Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "port_range_min": 53333, "revision_number": 0, "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:12:10Z", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "8f26cc85-a462-43c7-9f18-65ef6206a7c9"}} 2018-08-05 12:12:10,756 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-5d2409ff-70cc-4d0e-83fd-7d92da7f80ce 2018-08-05 12:12:10,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.119566917419s 2018-08-05 12:12:10,756 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-5d2409ff-70cc-4d0e-83fd-7d92da7f80ce 2018-08-05 12:12:10,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 12:12:10,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:10,866 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1273 X-Openstack-Request-Id: req-88d0f755-fb54-40cc-a6ad-d4742e197b1d Date: Sun, 05 Aug 2018 12:12:10 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"76dc6375-8a4f-4367-ab05-62285d726aa7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5d03c650ec294bb3bdbee5a2b297ea05","l2_adjacency":true,"status":"ACTIVE","subnets":["b8021cc4-b20e-42b4-9e09-16929ff95c41"],"description":"","tags":[],"updated_at":"2018-08-05T12:10:37Z","qos_policy_id":null,"name":"cloudify-net_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1","admin_state_up":true,"tenant_id":"5d03c650ec294bb3bdbee5a2b297ea05","created_at":"2018-08-05T12:10:37Z","mtu":1450}]} 2018-08-05 12:12:10,866 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-88d0f755-fb54-40cc-a6ad-d4742e197b1d 2018-08-05 12:12:10,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108283042908s 2018-08-05 12:12:10,867 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-88d0f755-fb54-40cc-a6ad-d4742e197b1d 2018-08-05 12:12:10,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:12:10,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:10,905 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-3bbb0f21-07d7-4dc9-a4e1-0dcf52d084c8 Date: Sun, 05 Aug 2018 12:12:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e/snap", "metadata": {}}], "file": "/v2/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e/file", "owner": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "size": 4373348352, "self": "/v2/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-05T12:12:08Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-05T12:11:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:12:10,905 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-3bbb0f21-07d7-4dc9-a4e1-0dcf52d084c8 2018-08-05 12:12:10,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0338649749756s 2018-08-05 12:12:10,905 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-3bbb0f21-07d7-4dc9-a4e1-0dcf52d084c8 2018-08-05 12:12:10,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 12:12:10,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:10,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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,Accept-Encoding x-openstack-request-id: req-c0d3475b-9aec-4056-9391-e225c9c2a4c4 x-compute-request-id: req-c0d3475b-9aec-4056-9391-e225c9c2a4c4 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "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": "1d29a2fe-9557-4518-9baa-7de8e93e0095"}]} 2018-08-05 12:12:10,934 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-c0d3475b-9aec-4056-9391-e225c9c2a4c4 2018-08-05 12:12:10,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0267629623413s 2018-08-05 12:12:10,934 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-c0d3475b-9aec-4056-9391-e225c9c2a4c4 2018-08-05 12:12:10,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-05 12:12:10,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" -d '{"server": {"name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "imageRef": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "flavorRef": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "max_count": 1, "min_count": 1, "networks": [{"uuid": "76dc6375-8a4f-4367-ab05-62285d726aa7"}], "security_groups": [{"name": "a323e009-59e3-4eaf-a248-bf1e53d90d44"}]}}' 2018-08-05 12:12:12,850 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 12: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-7c126f4c-cda9-4331-8495-60d0160c8c5e x-compute-request-id: req-7c126f4c-cda9-4331-8495-60d0160c8c5e Content-Length: 403 location: http://172.30.9.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "a323e009-59e3-4eaf-a248-bf1e53d90d44"}], "OS-DCF:diskConfig": "MANUAL", "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "adminPass": "tbnKj9zS8ztT"}} 2018-08-05 12:12:12,850 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-7c126f4c-cda9-4331-8495-60d0160c8c5e 2018-08-05 12:12:12,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.91447710991s 2018-08-05 12:12:12,851 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-7c126f4c-cda9-4331-8495-60d0160c8c5e 2018-08-05 12:12:12,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:12:12,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:13,294 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:12: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-85d64d10-c2bf-4d18-ac9f-3dbe387f8edf x-compute-request-id: req-85d64d10-c2bf-4d18-ac9f-3dbe387f8edf 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "user_id": "95c4095399a940afaf0deb13ff361581", "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-05T12:12:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:12:13,294 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-85d64d10-c2bf-4d18-ac9f-3dbe387f8edf 2018-08-05 12:12:13,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.442260980606s 2018-08-05 12:12:13,294 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-85d64d10-c2bf-4d18-ac9f-3dbe387f8edf 2018-08-05 12:12:13,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 12:12:13,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:13,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1273 X-Openstack-Request-Id: req-2c2549c2-ac55-4692-8dd0-1fdd4cd336f6 Date: Sun, 05 Aug 2018 12:12:13 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"76dc6375-8a4f-4367-ab05-62285d726aa7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5d03c650ec294bb3bdbee5a2b297ea05","l2_adjacency":true,"status":"ACTIVE","subnets":["b8021cc4-b20e-42b4-9e09-16929ff95c41"],"description":"","tags":[],"updated_at":"2018-08-05T12:10:37Z","qos_policy_id":null,"name":"cloudify-net_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1","admin_state_up":true,"tenant_id":"5d03c650ec294bb3bdbee5a2b297ea05","created_at":"2018-08-05T12:10:37Z","mtu":1450}]} 2018-08-05 12:12:13,409 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-2c2549c2-ac55-4692-8dd0-1fdd4cd336f6 2018-08-05 12:12:13,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.10818195343s 2018-08-05 12:12:13,410 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-2c2549c2-ac55-4692-8dd0-1fdd4cd336f6 2018-08-05 12:12:13,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 12:12:13,411 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:13,458 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-12725fe2-c4c3-44a5-bc4f-c8e776d6693d Date: Sun, 05 Aug 2018 12:12:13 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"76dc6375-8a4f-4367-ab05-62285d726aa7","tenant_id":"5d03c650ec294bb3bdbee5a2b297ea05","created_at":"2018-08-05T12:10:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T12:10:37Z","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":"5d03c650ec294bb3bdbee5a2b297ea05","id":"b8021cc4-b20e-42b4-9e09-16929ff95c41","subnetpool_id":null,"name":"cloudify-subnet_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}]} 2018-08-05 12:12:13,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-12725fe2-c4c3-44a5-bc4f-c8e776d6693d 2018-08-05 12:12:13,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0481059551239s 2018-08-05 12:12:13,459 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-12725fe2-c4c3-44a5-bc4f-c8e776d6693d 2018-08-05 12:12:13,460 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:12:15,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:12:15,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:15,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:12: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-872aed66-30f0-4e66-8229-a09834076369 x-compute-request-id: req-872aed66-30f0-4e66-8229-a09834076369 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:12:15,604 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-872aed66-30f0-4e66-8229-a09834076369 2018-08-05 12:12:15,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.141213178635s 2018-08-05 12:12:15,604 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-872aed66-30f0-4e66-8229-a09834076369 2018-08-05 12:12:15,608 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:12:17,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:12:17,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:18,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-0ec3436f-20c0-4af5-a7c8-8f7789308edf x-compute-request-id: req-0ec3436f-20c0-4af5-a7c8-8f7789308edf 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:12:18,273 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0ec3436f-20c0-4af5-a7c8-8f7789308edf 2018-08-05 12:12:18,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.661514997482s 2018-08-05 12:12:18,273 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0ec3436f-20c0-4af5-a7c8-8f7789308edf 2018-08-05 12:12:18,277 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:12:20,280 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:12:20,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:20,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:12:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a377111c-9096-4591-9353-c989b135282e x-compute-request-id: req-a377111c-9096-4591-9353-c989b135282e 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:12:20,920 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-a377111c-9096-4591-9353-c989b135282e 2018-08-05 12:12:20,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.640038013458s 2018-08-05 12:12:20,921 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-a377111c-9096-4591-9353-c989b135282e 2018-08-05 12:12:20,924 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:12:22,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:12:22,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:23,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:12: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-f0981271-0124-49cb-b450-850ed5b03a14 x-compute-request-id: req-f0981271-0124-49cb-b450-850ed5b03a14 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:12:23,300 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f0981271-0124-49cb-b450-850ed5b03a14 2018-08-05 12:12:23,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.373099088669s 2018-08-05 12:12:23,300 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f0981271-0124-49cb-b450-850ed5b03a14 2018-08-05 12:12:23,304 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:12:25,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:12:25,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:25,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:12: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-0f055365-4630-4b7b-a1e8-08409ea641e9 x-compute-request-id: req-0f055365-4630-4b7b-a1e8-08409ea641e9 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:12:25,796 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0f055365-4630-4b7b-a1e8-08409ea641e9 2018-08-05 12:12:25,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.489367961884s 2018-08-05 12:12:25,797 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0f055365-4630-4b7b-a1e8-08409ea641e9 2018-08-05 12:12:25,800 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:12:27,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:12:27,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:28,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:12: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-6c04c73d-c300-4156-a336-bcfc1c2818e7 x-compute-request-id: req-6c04c73d-c300-4156-a336-bcfc1c2818e7 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:12:28,188 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6c04c73d-c300-4156-a336-bcfc1c2818e7 2018-08-05 12:12:28,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.38509106636s 2018-08-05 12:12:28,188 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6c04c73d-c300-4156-a336-bcfc1c2818e7 2018-08-05 12:12:28,192 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:12:30,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:12:30,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:30,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-822aae81-8ff9-4594-8298-38369279810f x-compute-request-id: req-822aae81-8ff9-4594-8298-38369279810f 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:12:30,792 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-822aae81-8ff9-4594-8298-38369279810f 2018-08-05 12:12:30,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.597178220749s 2018-08-05 12:12:30,793 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-822aae81-8ff9-4594-8298-38369279810f 2018-08-05 12:12:30,797 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:12:32,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:12:32,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:33,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:12:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ffa93fe0-7f07-4da9-babe-b927a369703d x-compute-request-id: req-ffa93fe0-7f07-4da9-babe-b927a369703d 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:12:33,109 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ffa93fe0-7f07-4da9-babe-b927a369703d 2018-08-05 12:12:33,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.310035943985s 2018-08-05 12:12:33,110 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ffa93fe0-7f07-4da9-babe-b927a369703d 2018-08-05 12:12:33,114 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:12:35,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:12:35,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:35,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:12:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1e819548-1990-4860-92b3-a86e04e57558 x-compute-request-id: req-1e819548-1990-4860-92b3-a86e04e57558 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:12:35,469 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1e819548-1990-4860-92b3-a86e04e57558 2018-08-05 12:12:35,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.352338075638s 2018-08-05 12:12:35,469 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1e819548-1990-4860-92b3-a86e04e57558 2018-08-05 12:12:35,473 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:12:37,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:12:37,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:37,840 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:12: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-6c75d8c7-d814-4818-8c7d-ded90a5aeaf1 x-compute-request-id: req-6c75d8c7-d814-4818-8c7d-ded90a5aeaf1 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:12:37,840 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6c75d8c7-d814-4818-8c7d-ded90a5aeaf1 2018-08-05 12:12:37,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.36465883255s 2018-08-05 12:12:37,841 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6c75d8c7-d814-4818-8c7d-ded90a5aeaf1 2018-08-05 12:12:37,844 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:12:39,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:12:39,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:40,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:12: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-39aea260-3cc1-4bca-be38-ded26ed3bd36 x-compute-request-id: req-39aea260-3cc1-4bca-be38-ded26ed3bd36 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:12:40,384 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-39aea260-3cc1-4bca-be38-ded26ed3bd36 2018-08-05 12:12:40,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.537653923035s 2018-08-05 12:12:40,385 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-39aea260-3cc1-4bca-be38-ded26ed3bd36 2018-08-05 12:12:40,389 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:12:42,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:12:42,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:42,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:12:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a825a79-579b-4e25-ade5-ce93f13ab79a x-compute-request-id: req-8a825a79-579b-4e25-ade5-ce93f13ab79a 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:12:42,759 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-8a825a79-579b-4e25-ade5-ce93f13ab79a 2018-08-05 12:12:42,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367522954941s 2018-08-05 12:12:42,760 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-8a825a79-579b-4e25-ade5-ce93f13ab79a 2018-08-05 12:12:42,764 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:12:44,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:12:44,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:44,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:12: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-21aabe8c-5cbc-4ca5-ba5f-e59964336141 x-compute-request-id: req-21aabe8c-5cbc-4ca5-ba5f-e59964336141 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:12:44,962 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-21aabe8c-5cbc-4ca5-ba5f-e59964336141 2018-08-05 12:12:44,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.195235967636s 2018-08-05 12:12:44,962 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-21aabe8c-5cbc-4ca5-ba5f-e59964336141 2018-08-05 12:12:44,966 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:12:46,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:12:46,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:47,161 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:12: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-f9cb9815-16fe-4bd5-892a-c1c04a81e056 x-compute-request-id: req-f9cb9815-16fe-4bd5-892a-c1c04a81e056 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:12:47,161 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f9cb9815-16fe-4bd5-892a-c1c04a81e056 2018-08-05 12:12:47,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.192319869995s 2018-08-05 12:12:47,162 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f9cb9815-16fe-4bd5-892a-c1c04a81e056 2018-08-05 12:12:47,166 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:12:49,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:12:49,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:49,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:12: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-be1fdb69-2afc-40fd-9286-b33baa641870 x-compute-request-id: req-be1fdb69-2afc-40fd-9286-b33baa641870 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:12:49,530 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-be1fdb69-2afc-40fd-9286-b33baa641870 2018-08-05 12:12:49,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.361009120941s 2018-08-05 12:12:49,530 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-be1fdb69-2afc-40fd-9286-b33baa641870 2018-08-05 12:12:49,534 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:12:51,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:12:51,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:52,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:12:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2a97300-3212-484a-b2b0-f10e8bd74a7c x-compute-request-id: req-e2a97300-3212-484a-b2b0-f10e8bd74a7c 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:12:52,108 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e2a97300-3212-484a-b2b0-f10e8bd74a7c 2018-08-05 12:12:52,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.571368932724s 2018-08-05 12:12:52,109 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e2a97300-3212-484a-b2b0-f10e8bd74a7c 2018-08-05 12:12:52,113 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:12:54,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:12:54,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:54,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:12:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26972b85-7ad5-48f6-9340-ce5d72ade33c x-compute-request-id: req-26972b85-7ad5-48f6-9340-ce5d72ade33c 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:12:54,478 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-26972b85-7ad5-48f6-9340-ce5d72ade33c 2018-08-05 12:12:54,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.362951993942s 2018-08-05 12:12:54,479 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-26972b85-7ad5-48f6-9340-ce5d72ade33c 2018-08-05 12:12:54,483 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:12:56,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:12:56,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:56,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:12: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-2832304e-4562-4d6e-bf1c-d8d050726ec6 x-compute-request-id: req-2832304e-4562-4d6e-bf1c-d8d050726ec6 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:12:56,848 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2832304e-4562-4d6e-bf1c-d8d050726ec6 2018-08-05 12:12:56,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.362125873566s 2018-08-05 12:12:56,848 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2832304e-4562-4d6e-bf1c-d8d050726ec6 2018-08-05 12:12:56,852 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:12:58,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:12:58,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:12:59,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:12:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a6956e1-ad99-4f78-90f9-55b280120bf6 x-compute-request-id: req-3a6956e1-ad99-4f78-90f9-55b280120bf6 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:12:59,232 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3a6956e1-ad99-4f78-90f9-55b280120bf6 2018-08-05 12:12:59,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.377696990967s 2018-08-05 12:12:59,233 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3a6956e1-ad99-4f78-90f9-55b280120bf6 2018-08-05 12:12:59,237 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:01,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:01,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:01,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29fdb610-e605-4d7a-b3f8-9c141ea10281 x-compute-request-id: req-29fdb610-e605-4d7a-b3f8-9c141ea10281 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:01,600 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-29fdb610-e605-4d7a-b3f8-9c141ea10281 2018-08-05 12:13:01,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.360628843307s 2018-08-05 12:13:01,601 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-29fdb610-e605-4d7a-b3f8-9c141ea10281 2018-08-05 12:13:01,605 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:03,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:03,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:03,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e21c915c-e4b3-422f-b104-27ebb0c38f74 x-compute-request-id: req-e21c915c-e4b3-422f-b104-27ebb0c38f74 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:03,978 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e21c915c-e4b3-422f-b104-27ebb0c38f74 2018-08-05 12:13:03,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.371001958847s 2018-08-05 12:13:03,979 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e21c915c-e4b3-422f-b104-27ebb0c38f74 2018-08-05 12:13:03,983 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:05,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:05,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:06,596 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13: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-feb989e1-655c-4b9d-980c-571647ac069a x-compute-request-id: req-feb989e1-655c-4b9d-980c-571647ac069a 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:06,596 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-feb989e1-655c-4b9d-980c-571647ac069a 2018-08-05 12:13:06,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.610747098923s 2018-08-05 12:13:06,597 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-feb989e1-655c-4b9d-980c-571647ac069a 2018-08-05 12:13:06,600 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:08,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:08,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:08,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-45eb6188-5847-4912-8b52-b11682ddbfc7 x-compute-request-id: req-45eb6188-5847-4912-8b52-b11682ddbfc7 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:08,974 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-45eb6188-5847-4912-8b52-b11682ddbfc7 2018-08-05 12:13:08,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.371063947678s 2018-08-05 12:13:08,975 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-45eb6188-5847-4912-8b52-b11682ddbfc7 2018-08-05 12:13:08,978 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:10,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:10,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:11,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13: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-4a786c5d-6ca4-41b0-a32a-01c96d54e289 x-compute-request-id: req-4a786c5d-6ca4-41b0-a32a-01c96d54e289 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:11,351 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-4a786c5d-6ca4-41b0-a32a-01c96d54e289 2018-08-05 12:13:11,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369915008545s 2018-08-05 12:13:11,351 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-4a786c5d-6ca4-41b0-a32a-01c96d54e289 2018-08-05 12:13:11,355 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:13,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:13,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:13,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13: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-2c26a442-7bea-4288-a98d-264a65f26303 x-compute-request-id: req-2c26a442-7bea-4288-a98d-264a65f26303 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:13,733 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2c26a442-7bea-4288-a98d-264a65f26303 2018-08-05 12:13:13,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.375185012817s 2018-08-05 12:13:13,733 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2c26a442-7bea-4288-a98d-264a65f26303 2018-08-05 12:13:13,737 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:15,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:15,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:16,177 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e8818ad-fb19-44e9-af15-f91b07c66c78 x-compute-request-id: req-7e8818ad-fb19-44e9-af15-f91b07c66c78 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:16,178 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-7e8818ad-fb19-44e9-af15-f91b07c66c78 2018-08-05 12:13:16,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.437654018402s 2018-08-05 12:13:16,178 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-7e8818ad-fb19-44e9-af15-f91b07c66c78 2018-08-05 12:13:16,182 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:18,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:18,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:18,387 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-674240c0-f547-4282-b856-7376c4b7e71c x-compute-request-id: req-674240c0-f547-4282-b856-7376c4b7e71c 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:18,388 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-674240c0-f547-4282-b856-7376c4b7e71c 2018-08-05 12:13:18,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.202962875366s 2018-08-05 12:13:18,388 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-674240c0-f547-4282-b856-7376c4b7e71c 2018-08-05 12:13:18,392 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:20,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:20,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:20,795 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-512ec8e8-fa1c-4d45-8c74-40dfc2520926 x-compute-request-id: req-512ec8e8-fa1c-4d45-8c74-40dfc2520926 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:20,795 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-512ec8e8-fa1c-4d45-8c74-40dfc2520926 2018-08-05 12:13:20,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.400655031204s 2018-08-05 12:13:20,795 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-512ec8e8-fa1c-4d45-8c74-40dfc2520926 2018-08-05 12:13:20,799 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:22,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:22,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:23,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13: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-cd7ec5bf-741e-4ee9-aef4-913461caf250 x-compute-request-id: req-cd7ec5bf-741e-4ee9-aef4-913461caf250 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:23,012 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-cd7ec5bf-741e-4ee9-aef4-913461caf250 2018-08-05 12:13:23,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.210921049118s 2018-08-05 12:13:23,013 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-cd7ec5bf-741e-4ee9-aef4-913461caf250 2018-08-05 12:13:23,017 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:25,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:25,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:25,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13: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-901a9ad9-a479-4451-b2e3-0af41119dd82 x-compute-request-id: req-901a9ad9-a479-4451-b2e3-0af41119dd82 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:25,385 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-901a9ad9-a479-4451-b2e3-0af41119dd82 2018-08-05 12:13:25,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366044044495s 2018-08-05 12:13:25,386 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-901a9ad9-a479-4451-b2e3-0af41119dd82 2018-08-05 12:13:25,389 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:27,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:27,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:27,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13: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-fc8b431d-136f-4d9d-a9e1-63bafe879d04 x-compute-request-id: req-fc8b431d-136f-4d9d-a9e1-63bafe879d04 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:27,768 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-fc8b431d-136f-4d9d-a9e1-63bafe879d04 2018-08-05 12:13:27,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.375921964645s 2018-08-05 12:13:27,768 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-fc8b431d-136f-4d9d-a9e1-63bafe879d04 2018-08-05 12:13:27,772 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:29,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:29,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:30,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5166bef7-f049-4154-8f2b-a78697019428 x-compute-request-id: req-5166bef7-f049-4154-8f2b-a78697019428 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:30,319 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5166bef7-f049-4154-8f2b-a78697019428 2018-08-05 12:13:30,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.543756008148s 2018-08-05 12:13:30,319 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5166bef7-f049-4154-8f2b-a78697019428 2018-08-05 12:13:30,323 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:32,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:32,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:32,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13: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-83eb9c2b-6a4e-4534-9aa9-8e63ef927bef x-compute-request-id: req-83eb9c2b-6a4e-4534-9aa9-8e63ef927bef 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:32,833 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-83eb9c2b-6a4e-4534-9aa9-8e63ef927bef 2018-08-05 12:13:32,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.506789922714s 2018-08-05 12:13:32,833 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-83eb9c2b-6a4e-4534-9aa9-8e63ef927bef 2018-08-05 12:13:32,837 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:34,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:34,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:35,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d94d28ef-fd8b-4af8-9621-e1c85a41e6b5 x-compute-request-id: req-d94d28ef-fd8b-4af8-9621-e1c85a41e6b5 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:35,257 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-d94d28ef-fd8b-4af8-9621-e1c85a41e6b5 2018-08-05 12:13:35,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.417454957962s 2018-08-05 12:13:35,258 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-d94d28ef-fd8b-4af8-9621-e1c85a41e6b5 2018-08-05 12:13:35,261 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:37,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:37,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:37,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80502724-fa8d-488b-9c85-a368818a1933 x-compute-request-id: req-80502724-fa8d-488b-9c85-a368818a1933 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:37,630 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-80502724-fa8d-488b-9c85-a368818a1933 2018-08-05 12:13:37,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366142988205s 2018-08-05 12:13:37,631 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-80502724-fa8d-488b-9c85-a368818a1933 2018-08-05 12:13:37,634 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:39,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:39,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:39,833 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13: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-c15d51f8-88c7-4a8e-9d6f-a9590f1ff0cc x-compute-request-id: req-c15d51f8-88c7-4a8e-9d6f-a9590f1ff0cc 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:39,833 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c15d51f8-88c7-4a8e-9d6f-a9590f1ff0cc 2018-08-05 12:13:39,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.196517944336s 2018-08-05 12:13:39,834 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c15d51f8-88c7-4a8e-9d6f-a9590f1ff0cc 2018-08-05 12:13:39,837 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:41,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:41,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:42,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13: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-3d96ecc3-e4f8-4d08-9e64-0b06abfdaa55 x-compute-request-id: req-3d96ecc3-e4f8-4d08-9e64-0b06abfdaa55 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:42,047 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3d96ecc3-e4f8-4d08-9e64-0b06abfdaa55 2018-08-05 12:13:42,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.206785917282s 2018-08-05 12:13:42,047 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3d96ecc3-e4f8-4d08-9e64-0b06abfdaa55 2018-08-05 12:13:42,051 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:44,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:44,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:44,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13: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-f8e39b13-f08c-41b6-9bf4-a693119c84c0 x-compute-request-id: req-f8e39b13-f08c-41b6-9bf4-a693119c84c0 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:44,398 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f8e39b13-f08c-41b6-9bf4-a693119c84c0 2018-08-05 12:13:44,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.344055891037s 2018-08-05 12:13:44,398 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f8e39b13-f08c-41b6-9bf4-a693119c84c0 2018-08-05 12:13:44,402 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:46,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:46,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:46,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e259d5b2-1c34-41e3-b9b5-23a45c77f33f x-compute-request-id: req-e259d5b2-1c34-41e3-b9b5-23a45c77f33f 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:46,799 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e259d5b2-1c34-41e3-b9b5-23a45c77f33f 2018-08-05 12:13:46,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.394637107849s 2018-08-05 12:13:46,800 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e259d5b2-1c34-41e3-b9b5-23a45c77f33f 2018-08-05 12:13:46,803 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:48,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:48,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:49,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f671b9d-6835-40ec-b47e-b1c8920af80e x-compute-request-id: req-0f671b9d-6835-40ec-b47e-b1c8920af80e 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:49,265 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0f671b9d-6835-40ec-b47e-b1c8920af80e 2018-08-05 12:13:49,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.45862197876s 2018-08-05 12:13:49,265 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0f671b9d-6835-40ec-b47e-b1c8920af80e 2018-08-05 12:13:49,269 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:51,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:51,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:51,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c95fedea-89c1-4983-82c9-cbb7e3ad1b88 x-compute-request-id: req-c95fedea-89c1-4983-82c9-cbb7e3ad1b88 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:51,496 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c95fedea-89c1-4983-82c9-cbb7e3ad1b88 2018-08-05 12:13:51,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.223954916s 2018-08-05 12:13:51,496 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c95fedea-89c1-4983-82c9-cbb7e3ad1b88 2018-08-05 12:13:51,500 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:53,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:53,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:53,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13: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-885d414b-6d36-4b51-beb0-be20296e9da1 x-compute-request-id: req-885d414b-6d36-4b51-beb0-be20296e9da1 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:53,705 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-885d414b-6d36-4b51-beb0-be20296e9da1 2018-08-05 12:13:53,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.202626943588s 2018-08-05 12:13:53,706 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-885d414b-6d36-4b51-beb0-be20296e9da1 2018-08-05 12:13:53,709 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:55,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:55,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:56,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c074d293-899a-4dc0-8072-560ad28d381e x-compute-request-id: req-c074d293-899a-4dc0-8072-560ad28d381e 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:56,078 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c074d293-899a-4dc0-8072-560ad28d381e 2018-08-05 12:13:56,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.365865945816s 2018-08-05 12:13:56,078 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c074d293-899a-4dc0-8072-560ad28d381e 2018-08-05 12:13:56,082 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:13:58,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:13:58,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:13:58,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:13:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3614ee90-4c18-49d2-b289-90639800eb0c x-compute-request-id: req-3614ee90-4c18-49d2-b289-90639800eb0c 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:13:58,281 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3614ee90-4c18-49d2-b289-90639800eb0c 2018-08-05 12:13:58,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.196666955948s 2018-08-05 12:13:58,282 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3614ee90-4c18-49d2-b289-90639800eb0c 2018-08-05 12:13:58,286 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:14:00,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:14:00,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:00,761 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:14:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e7f516c-7cbb-42eb-923e-74f532701c8f x-compute-request-id: req-8e7f516c-7cbb-42eb-923e-74f532701c8f 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:14:00,761 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-8e7f516c-7cbb-42eb-923e-74f532701c8f 2018-08-05 12:14:00,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.473217010498s 2018-08-05 12:14:00,762 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-8e7f516c-7cbb-42eb-923e-74f532701c8f 2018-08-05 12:14:00,766 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:14:02,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:14:02,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:03,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-a54618a1-7fd4-4630-844d-5d3ab1ca1f8e x-compute-request-id: req-a54618a1-7fd4-4630-844d-5d3ab1ca1f8e 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:14:03,153 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-a54618a1-7fd4-4630-844d-5d3ab1ca1f8e 2018-08-05 12:14:03,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.386250972748s 2018-08-05 12:14:03,154 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-a54618a1-7fd4-4630-844d-5d3ab1ca1f8e 2018-08-05 12:14:03,157 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:14:05,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:14:05,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:05,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:14:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba640756-bebb-4326-88c2-942d4bd6e0cf x-compute-request-id: req-ba640756-bebb-4326-88c2-942d4bd6e0cf 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:14:05,558 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ba640756-bebb-4326-88c2-942d4bd6e0cf 2018-08-05 12:14:05,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.398074865341s 2018-08-05 12:14:05,559 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ba640756-bebb-4326-88c2-942d4bd6e0cf 2018-08-05 12:14:05,562 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:14:07,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:14:07,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:07,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:14:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49017b71-da6e-4bcd-8950-34dd33491be6 x-compute-request-id: req-49017b71-da6e-4bcd-8950-34dd33491be6 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:14:07,786 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-49017b71-da6e-4bcd-8950-34dd33491be6 2018-08-05 12:14:07,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.220292806625s 2018-08-05 12:14:07,786 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-49017b71-da6e-4bcd-8950-34dd33491be6 2018-08-05 12:14:07,790 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:14:09,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:14:09,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:10,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:14: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-3f5f99da-1128-4e74-ad10-76c1439e3ebf x-compute-request-id: req-3f5f99da-1128-4e74-ad10-76c1439e3ebf 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:14:10,233 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3f5f99da-1128-4e74-ad10-76c1439e3ebf 2018-08-05 12:14:10,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.440833091736s 2018-08-05 12:14:10,233 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3f5f99da-1128-4e74-ad10-76c1439e3ebf 2018-08-05 12:14:10,237 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:14:12,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:14:12,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:12,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:14:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-835ba63e-1b5d-4d18-a2fa-16f9b8dfd735 x-compute-request-id: req-835ba63e-1b5d-4d18-a2fa-16f9b8dfd735 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:14:12,444 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-835ba63e-1b5d-4d18-a2fa-16f9b8dfd735 2018-08-05 12:14:12,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.204283952713s 2018-08-05 12:14:12,445 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-835ba63e-1b5d-4d18-a2fa-16f9b8dfd735 2018-08-05 12:14:12,448 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:14:14,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:14:14,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:14,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-acacc486-e1ad-4109-9b4e-e57bf64e3a7a x-compute-request-id: req-acacc486-e1ad-4109-9b4e-e57bf64e3a7a 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:14:14,832 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-acacc486-e1ad-4109-9b4e-e57bf64e3a7a 2018-08-05 12:14:14,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.381179094315s 2018-08-05 12:14:14,833 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-acacc486-e1ad-4109-9b4e-e57bf64e3a7a 2018-08-05 12:14:14,837 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:14:16,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:14:16,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:17,573 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:14:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0dd3d53e-18f9-4f7f-869e-056ea010e344 x-compute-request-id: req-0dd3d53e-18f9-4f7f-869e-056ea010e344 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:14:17,573 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0dd3d53e-18f9-4f7f-869e-056ea010e344 2018-08-05 12:14:17,573 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.733572006226s 2018-08-05 12:14:17,573 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0dd3d53e-18f9-4f7f-869e-056ea010e344 2018-08-05 12:14:17,577 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:14:19,580 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:14:19,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:19,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:14:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b280da8a-9462-4bec-84c3-f85e2392bb85 x-compute-request-id: req-b280da8a-9462-4bec-84c3-f85e2392bb85 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:14:19,930 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b280da8a-9462-4bec-84c3-f85e2392bb85 2018-08-05 12:14:19,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.349781990051s 2018-08-05 12:14:19,930 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b280da8a-9462-4bec-84c3-f85e2392bb85 2018-08-05 12:14:19,934 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:14:21,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:14:21,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:22,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:14: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-4c7776fd-0d9d-4a83-ae04-892f56d3d699 x-compute-request-id: req-4c7776fd-0d9d-4a83-ae04-892f56d3d699 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:14:22,151 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-4c7776fd-0d9d-4a83-ae04-892f56d3d699 2018-08-05 12:14:22,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.213994026184s 2018-08-05 12:14:22,152 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-4c7776fd-0d9d-4a83-ae04-892f56d3d699 2018-08-05 12:14:22,155 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:14:24,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:14:24,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:24,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-63fdb411-1524-407f-9213-da05930d6f3a x-compute-request-id: req-63fdb411-1524-407f-9213-da05930d6f3a 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:14:24,536 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-63fdb411-1524-407f-9213-da05930d6f3a 2018-08-05 12:14:24,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.378131866455s 2018-08-05 12:14:24,536 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-63fdb411-1524-407f-9213-da05930d6f3a 2018-08-05 12:14:24,540 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:14:26,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:14:26,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:26,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:14:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-005c3256-e3a4-4587-b67e-9be9c09af2aa x-compute-request-id: req-005c3256-e3a4-4587-b67e-9be9c09af2aa 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:14:26,741 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-005c3256-e3a4-4587-b67e-9be9c09af2aa 2018-08-05 12:14:26,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.198662996292s 2018-08-05 12:14:26,742 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-005c3256-e3a4-4587-b67e-9be9c09af2aa 2018-08-05 12:14:26,745 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:14:28,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:14:28,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:29,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:14: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-1c0dbcbc-c7c9-4120-8f33-1b2b08a2aa67 x-compute-request-id: req-1c0dbcbc-c7c9-4120-8f33-1b2b08a2aa67 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:14:29,194 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1c0dbcbc-c7c9-4120-8f33-1b2b08a2aa67 2018-08-05 12:14:29,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.446403026581s 2018-08-05 12:14:29,195 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1c0dbcbc-c7c9-4120-8f33-1b2b08a2aa67 2018-08-05 12:14:29,199 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:14:31,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:14:31,204 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:31,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:14:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3528d937-f935-4bf3-b256-b1357997ca43 x-compute-request-id: req-3528d937-f935-4bf3-b256-b1357997ca43 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.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:12:15Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:14:31,400 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3528d937-f935-4bf3-b256-b1357997ca43 2018-08-05 12:14:31,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.199162960052s 2018-08-05 12:14:31,401 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3528d937-f935-4bf3-b256-b1357997ca43 2018-08-05 12:14:31,405 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:14:33,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:14:33,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:33,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:14:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b0d005ce-4154-4a70-ae60-9029f47416c0 x-compute-request-id: req-b0d005ce-4154-4a70-ae60-9029f47416c0 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify-net_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:4c:a2", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:14:32.000000", "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:14:32Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:14:33,620 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b0d005ce-4154-4a70-ae60-9029f47416c0 2018-08-05 12:14:33,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.212890863419s 2018-08-05 12:14:33,621 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b0d005ce-4154-4a70-ae60-9029f47416c0 2018-08-05 12:14:33,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-05 12:14:33,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/ports.json?device_id=5f147939-04c1-4d0b-92a8-99a5298d385d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:33,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-7288683c-16e8-4327-81c6-122afaa6cbe6 Date: Sun, 05 Aug 2018 12:14:33 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-05T12:14:32Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b8021cc4-b20e-42b4-9e09-16929ff95c41","ip_address":"192.168.120.14"}],"id":"47979695-458c-4d5b-97d4-fd4e22fe1010","security_groups":["a323e009-59e3-4eaf-a248-bf1e53d90d44"],"mac_address":"fa:16:3e:82:4c:a2","project_id":"5d03c650ec294bb3bdbee5a2b297ea05","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"76dc6375-8a4f-4367-ab05-62285d726aa7","tenant_id":"5d03c650ec294bb3bdbee5a2b297ea05","created_at":"2018-08-05T12:12:15Z","binding:vnic_type":"normal","device_id":"5f147939-04c1-4d0b-92a8-99a5298d385d","ip_allocation":"immediate"}]} 2018-08-05 12:14:33,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=5f147939-04c1-4d0b-92a8-99a5298d385d used request id req-7288683c-16e8-4327-81c6-122afaa6cbe6 2018-08-05 12:14:33,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0637829303741s 2018-08-05 12:14:33,689 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=5f147939-04c1-4d0b-92a8-99a5298d385d used request id req-7288683c-16e8-4327-81c6-122afaa6cbe6 2018-08-05 12:14:33,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 12:14:33,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/floatingips.json?port_id=47979695-458c-4d5b-97d4-fd4e22fe1010" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:33,745 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f0d73fb2-4119-471d-a9b8-775866aadd6d Date: Sun, 05 Aug 2018 12:14:33 GMT RESP BODY: {"floatingips": []} 2018-08-05 12:14:33,745 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=47979695-458c-4d5b-97d4-fd4e22fe1010 used request id req-f0d73fb2-4119-471d-a9b8-775866aadd6d 2018-08-05 12:14:33,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0515999794006s 2018-08-05 12:14:33,746 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=47979695-458c-4d5b-97d4-fd4e22fe1010 used request id req-f0d73fb2-4119-471d-a9b8-775866aadd6d 2018-08-05 12:14:33,746 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify-net_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:82:4c:a2', u'version': 4, u'addr': u'192.168.120.14', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'a173c4d8-57d3-4a36-b8c2-7e8905a8347e'}), 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-05T12:14:32.000000', 'flavor': Munch({u'id': u'1d29a2fe-9557-4518-9baa-7de8e93e0095'}), 'az': u'nova', 'id': u'5f147939-04c1-4d0b-92a8-99a5298d385d', 'security_groups': [Munch({u'name': u'cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'95c4095399a940afaf0deb13ff361581', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5d03c650ec294bb3bdbee5a2b297ea05', 'name': 'cloudify-project_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1', '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-05T12:14:32.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-05T12:14:32Z', 'hostId': u'09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1', 'public_v6': '', 'private_v4': u'192.168.120.14', 'cloud': 'envvars', 'host_id': u'09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8', '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-05T12:14:32.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'5d03c650ec294bb3bdbee5a2b297ea05', 'name': u'cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1', 'adminPass': u'tbnKj9zS8ztT', 'tenant_id': u'5d03c650ec294bb3bdbee5a2b297ea05', 'created_at': u'2018-08-05T12:12:12Z', 'created': u'2018-08-05T12:12:12Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-05 12:14:33,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 12:14:33,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:34,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1273 X-Openstack-Request-Id: req-e45d4aaf-ded5-4077-ac83-8c6eb570d61b Date: Sun, 05 Aug 2018 12:14:34 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"76dc6375-8a4f-4367-ab05-62285d726aa7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5d03c650ec294bb3bdbee5a2b297ea05","l2_adjacency":true,"status":"ACTIVE","subnets":["b8021cc4-b20e-42b4-9e09-16929ff95c41"],"description":"","tags":[],"updated_at":"2018-08-05T12:10:37Z","qos_policy_id":null,"name":"cloudify-net_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1","admin_state_up":true,"tenant_id":"5d03c650ec294bb3bdbee5a2b297ea05","created_at":"2018-08-05T12:10:37Z","mtu":1450}]} 2018-08-05 12:14:34,120 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-e45d4aaf-ded5-4077-ac83-8c6eb570d61b 2018-08-05 12:14:34,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.37118601799s 2018-08-05 12:14:34,121 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-e45d4aaf-ded5-4077-ac83-8c6eb570d61b 2018-08-05 12:14:34,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-05 12:14:34,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/ports.json?device_id=5f147939-04c1-4d0b-92a8-99a5298d385d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:34,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-2adcf3d6-13fa-4dd5-8e05-c31f9bcd5ddc Date: Sun, 05 Aug 2018 12:14:34 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-05T12:14:32Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"b8021cc4-b20e-42b4-9e09-16929ff95c41","ip_address":"192.168.120.14"}],"id":"47979695-458c-4d5b-97d4-fd4e22fe1010","security_groups":["a323e009-59e3-4eaf-a248-bf1e53d90d44"],"mac_address":"fa:16:3e:82:4c:a2","project_id":"5d03c650ec294bb3bdbee5a2b297ea05","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"76dc6375-8a4f-4367-ab05-62285d726aa7","tenant_id":"5d03c650ec294bb3bdbee5a2b297ea05","created_at":"2018-08-05T12:12:15Z","binding:vnic_type":"normal","device_id":"5f147939-04c1-4d0b-92a8-99a5298d385d","ip_allocation":"immediate"}]} 2018-08-05 12:14:34,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=5f147939-04c1-4d0b-92a8-99a5298d385d used request id req-2adcf3d6-13fa-4dd5-8e05-c31f9bcd5ddc 2018-08-05 12:14:34,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.057676076889s 2018-08-05 12:14:34,181 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=5f147939-04c1-4d0b-92a8-99a5298d385d used request id req-2adcf3d6-13fa-4dd5-8e05-c31f9bcd5ddc 2018-08-05 12:14:34,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-05 12:14:34,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" -d '{"floatingip": {"floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "fixed_ip_address": "192.168.120.14", "port_id": "47979695-458c-4d5b-97d4-fd4e22fe1010"}}' 2018-08-05 12:14:36,263 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 824 X-Openstack-Request-Id: req-affda5f5-69fd-40d4-89b9-a967212a868c Date: Sun, 05 Aug 2018 12:14:36 GMT RESP BODY: {"floatingip": {"router_id": "1ab231cb-f7ba-41a0-b50e-20c28b2d2789", "status": "DOWN", "description": "", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:14:35Z", "updated_at": "2018-08-05T12:14:35Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "76dc6375-8a4f-4367-ab05-62285d726aa7", "device_owner": "compute:nova", "mac_address": "fa:16:3e:82:4c:a2", "device_id": "5f147939-04c1-4d0b-92a8-99a5298d385d"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.211", "revision_number": 0, "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_id": "47979695-458c-4d5b-97d4-fd4e22fe1010", "id": "112c86a3-09fa-4527-8a16-040016876668", "qos_policy_id": null}} 2018-08-05 12:14:36,263 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-affda5f5-69fd-40d4-89b9-a967212a868c 2018-08-05 12:14:36,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.08217000961s 2018-08-05 12:14:36,264 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-affda5f5-69fd-40d4-89b9-a967212a868c 2018-08-05 12:14:36,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 12:14:36,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:36,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-58451152-c072-4b69-a98f-9b8611409950 Date: Sun, 05 Aug 2018 12:14:36 GMT RESP BODY: {"floatingips": [{"router_id": "1ab231cb-f7ba-41a0-b50e-20c28b2d2789", "status": "DOWN", "description": "", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:14:35Z", "updated_at": "2018-08-05T12:14:35Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "76dc6375-8a4f-4367-ab05-62285d726aa7", "device_owner": "compute:nova", "mac_address": "fa:16:3e:82:4c:a2", "device_id": "5f147939-04c1-4d0b-92a8-99a5298d385d"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.211", "revision_number": 0, "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_id": "47979695-458c-4d5b-97d4-fd4e22fe1010", "id": "112c86a3-09fa-4527-8a16-040016876668", "qos_policy_id": null}]} 2018-08-05 12:14:36,359 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-58451152-c072-4b69-a98f-9b8611409950 2018-08-05 12:14:36,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0880129337311s 2018-08-05 12:14:36,360 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-58451152-c072-4b69-a98f-9b8611409950 2018-08-05 12:14:36,363 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 12:14:36,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 12:14:36,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:36,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-1f5d7dec-ed30-4c01-a698-bd96da36fdb7 Date: Sun, 05 Aug 2018 12:14:36 GMT RESP BODY: {"floatingips": [{"router_id": "1ab231cb-f7ba-41a0-b50e-20c28b2d2789", "status": "DOWN", "description": "", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:14:35Z", "updated_at": "2018-08-05T12:14:35Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "76dc6375-8a4f-4367-ab05-62285d726aa7", "device_owner": "compute:nova", "mac_address": "fa:16:3e:82:4c:a2", "device_id": "5f147939-04c1-4d0b-92a8-99a5298d385d"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.211", "revision_number": 0, "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_id": "47979695-458c-4d5b-97d4-fd4e22fe1010", "id": "112c86a3-09fa-4527-8a16-040016876668", "qos_policy_id": null}]} 2018-08-05 12:14:36,526 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-1f5d7dec-ed30-4c01-a698-bd96da36fdb7 2018-08-05 12:14:36,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0582468509674s 2018-08-05 12:14:36,527 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-1f5d7dec-ed30-4c01-a698-bd96da36fdb7 2018-08-05 12:14:36,530 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 12:14:36,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 12:14:36,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:36,936 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-842b1134-5ff6-4f61-ad9b-1c84eac1d62e Date: Sun, 05 Aug 2018 12:14:36 GMT RESP BODY: {"floatingips": [{"router_id": "1ab231cb-f7ba-41a0-b50e-20c28b2d2789", "status": "DOWN", "description": "", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:14:35Z", "updated_at": "2018-08-05T12:14:35Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "76dc6375-8a4f-4367-ab05-62285d726aa7", "device_owner": "compute:nova", "mac_address": "fa:16:3e:82:4c:a2", "device_id": "5f147939-04c1-4d0b-92a8-99a5298d385d"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.211", "revision_number": 0, "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_id": "47979695-458c-4d5b-97d4-fd4e22fe1010", "id": "112c86a3-09fa-4527-8a16-040016876668", "qos_policy_id": null}]} 2018-08-05 12:14:36,936 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-842b1134-5ff6-4f61-ad9b-1c84eac1d62e 2018-08-05 12:14:36,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.300372123718s 2018-08-05 12:14:36,936 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-842b1134-5ff6-4f61-ad9b-1c84eac1d62e 2018-08-05 12:14:36,940 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 12:14:37,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 12:14:37,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:37,144 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-aa62679e-5446-4d74-a466-44810f87697c Date: Sun, 05 Aug 2018 12:14:37 GMT RESP BODY: {"floatingips": [{"router_id": "1ab231cb-f7ba-41a0-b50e-20c28b2d2789", "status": "DOWN", "description": "", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:14:35Z", "updated_at": "2018-08-05T12:14:35Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "76dc6375-8a4f-4367-ab05-62285d726aa7", "device_owner": "compute:nova", "mac_address": "fa:16:3e:82:4c:a2", "device_id": "5f147939-04c1-4d0b-92a8-99a5298d385d"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.211", "revision_number": 0, "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_id": "47979695-458c-4d5b-97d4-fd4e22fe1010", "id": "112c86a3-09fa-4527-8a16-040016876668", "qos_policy_id": null}]} 2018-08-05 12:14:37,144 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-aa62679e-5446-4d74-a466-44810f87697c 2018-08-05 12:14:37,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0995121002197s 2018-08-05 12:14:37,144 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-aa62679e-5446-4d74-a466-44810f87697c 2018-08-05 12:14:37,148 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 12:14:37,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 12:14:37,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:37,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-87e8e3ee-3ea5-40eb-9d1e-0ae463b6359f Date: Sun, 05 Aug 2018 12:14:37 GMT RESP BODY: {"floatingips": [{"router_id": "1ab231cb-f7ba-41a0-b50e-20c28b2d2789", "status": "DOWN", "description": "", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:14:35Z", "updated_at": "2018-08-05T12:14:35Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "76dc6375-8a4f-4367-ab05-62285d726aa7", "device_owner": "compute:nova", "mac_address": "fa:16:3e:82:4c:a2", "device_id": "5f147939-04c1-4d0b-92a8-99a5298d385d"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.211", "revision_number": 0, "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_id": "47979695-458c-4d5b-97d4-fd4e22fe1010", "id": "112c86a3-09fa-4527-8a16-040016876668", "qos_policy_id": null}]} 2018-08-05 12:14:37,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-87e8e3ee-3ea5-40eb-9d1e-0ae463b6359f 2018-08-05 12:14:37,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0669410228729s 2018-08-05 12:14:37,320 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-87e8e3ee-3ea5-40eb-9d1e-0ae463b6359f 2018-08-05 12:14:37,324 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 12:14:37,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 12:14:37,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:14:37,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 829 X-Openstack-Request-Id: req-2851fc65-bd8d-45c2-8c95-7eddaa75098a Date: Sun, 05 Aug 2018 12:14:37 GMT RESP BODY: {"floatingips": [{"router_id": "1ab231cb-f7ba-41a0-b50e-20c28b2d2789", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:14:35Z", "updated_at": "2018-08-05T12:14:37Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "76dc6375-8a4f-4367-ab05-62285d726aa7", "device_owner": "compute:nova", "mac_address": "fa:16:3e:82:4c:a2", "device_id": "5f147939-04c1-4d0b-92a8-99a5298d385d"}, "fixed_ip_address": "192.168.120.14", "floating_ip_address": "172.30.9.211", "revision_number": 1, "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_id": "47979695-458c-4d5b-97d4-fd4e22fe1010", "id": "112c86a3-09fa-4527-8a16-040016876668", "qos_policy_id": null}]} 2018-08-05 12:14:37,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-2851fc65-bd8d-45c2-8c95-7eddaa75098a 2018-08-05 12:14:37,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0658800601959s 2018-08-05 12:14:37,495 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-2851fc65-bd8d-45c2-8c95-7eddaa75098a 2018-08-05 12:14:37,498 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'1ab231cb-f7ba-41a0-b50e-20c28b2d2789', 'updated_at': u'2018-08-05T12:14:37Z', 'fixed_ip_address': u'192.168.120.14', 'floating_ip_address': u'172.30.9.211', 'revision_number': 1, 'port_id': u'47979695-458c-4d5b-97d4-fd4e22fe1010', 'id': u'112c86a3-09fa-4527-8a16-040016876668', 'network': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 'port': u'47979695-458c-4d5b-97d4-fd4e22fe1010', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5d03c650ec294bb3bdbee5a2b297ea05', 'name': 'cloudify-project_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'5d03c650ec294bb3bdbee5a2b297ea05', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'76dc6375-8a4f-4367-ab05-62285d726aa7', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:82:4c:a2', u'device_id': u'5f147939-04c1-4d0b-92a8-99a5298d385d'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'5d03c650ec294bb3bdbee5a2b297ea05', 'created_at': u'2018-08-05T12:14:35Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'76dc6375-8a4f-4367-ab05-62285d726aa7', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:82:4c:a2', u'device_id': u'5f147939-04c1-4d0b-92a8-99a5298d385d'}), 'router': u'1ab231cb-f7ba-41a0-b50e-20c28b2d2789'}) 2018-08-05 12:14:37,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:14:37,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:14:37,575 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:14:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af017170-e7fc-46d5-a47a-40e5ccf7c20c x-compute-request-id: req-af017170-e7fc-46d5-a47a-40e5ccf7c20c Content-Encoding: gzip Content-Length: 10033 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 1726879478 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.313646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.315876] pid_max: default: 32768 minimum: 301\n[ 0.317084] Security Framework initialized\n[ 0.318208] SELinux: Initializing.\n[ 0.319494] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.324421] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.327392] Mount-cache hash table entries: 4096\n[ 0.328827] Initializing cgroup subsys memory\n[ 0.329995] Initializing cgroup subsys devices\n[ 0.331151] Initializing cgroup subsys freezer\n[ 0.332302] Initializing cgroup subsys net_cls\n[ 0.333460] Initializing cgroup subsys blkio\n[ 0.334593] Initializing cgroup subsys perf_event\n[ 0.335790] Initializing cgroup subsys hugetlb\n[ 0.336949] Initializing cgroup subsys pids\n[ 0.338062] Initializing cgroup subsys net_prio\n[ 0.339299] CPU: Physical Processor ID: 0\n[ 0.341096] mce: CPU supports 10 MCE banks\n[ 0.342230] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.343520] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.344805] tlb_flushall_shift: 6\n[ 0.345995] Freeing SMP alternatives: 28k freed\n[ 0.349841] ACPI: Core revision 20130517\n[ 0.351379] ACPI: All ACPI Tables successfully acquired\n[ 0.352829] ftrace: allocating 25812 entries in 101 pages\n[ 0.374715] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.376250] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.377734] smpboot: Max logical packages: 2\n[ 0.379040] Enabling x2apic\n[ 0.379946] Enabled x2apic\n[ 0.381046] Switched APIC routing to physical x2apic.\n[ 0.383210] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.384717] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.388599] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.396001] KVM setup paravirtual spinlock\n[ 0.398287] smpboot: Booting Node 0, Processors #1 OK\n[ 0.399950] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.421751] Brought up 2 CPUs\n[ 0.421754] KVM setup async PF for cpu 1\n[ 0.421757] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.424920] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.427064] devtmpfs: initialized\n[ 0.429609] EVM: security.selinux\n[ 0.430600] EVM: security.ima\n[ 0.431532] EVM: security.capability\n[ 0.433191] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.434734] pinctrl core: initialized pinctrl subsystem\n[ 0.436148] NET: Registered protocol family 16\n[ 0.437514] ACPI: bus type PCI registered\n[ 0.438610] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.440149] PCI: Using configuration type 1 for base access\n[ 0.444863] ACPI: Added _OSI(Module Device)\n[ 0.446072] ACPI: Added _OSI(Processor Device)\n[ 0.447287] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.448544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.450982] ACPI: Interpreter enabled\n[ 0.452087] ACPI: (supports S0 S5)\n[ 0.453123] ACPI: Using IOAPIC for interrupt routing\n[ 0.454427] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.458534] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.460049] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.461663] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.463237] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.466174] acpiphp: Slot [3] registered\n[ 0.467319] acpiphp: Slot [4] registered\n[ 0.468470] acpiphp: Slot [5] registered\n[ 0.469599] acpiphp: Slot [6] registered\n[ 0.470733] acpiphp: Slot [7] registered\n[ 0.471866] acpiphp: Slot [8] registered\n[ 0.473005] acpiphp: Slot [9] registered\n[ 0.474144] acpiphp: Slot [10] registered\n[ 0.475294] acpiphp: Slot [11] registered\n[ 0.476447] acpiphp: Slot [12] registered\n[ 0.477604] acpiphp: Slot [13] registered\n[ 0.478750] acpiphp: Slot [14] registered\n[ 0.479900] acpiphp: Slot [15] registered\n[ 0.481062] acpiphp: Slot [16] registered\n[ 0.482214] acpiphp: Slot [17] registered\n[ 0.483366] acpiphp: Slot [18] registered\n[ 0.484518] acpiphp: Slot [19] registered\n[ 0.485666] acpiphp: Slot [20] registered\n[ 0.486818] acpiphp: Slot [21] registered\n[ 0.487967] acpiphp: Slot [22] registered\n[ 0.489116] acpiphp: Slot [23] registered\n[ 0.490261] acpiphp: Slot [24] registered\n[ 0.491421] acpiphp: Slot [25] registered\n[ 0.492570] acpiphp: Slot [26] registered\n[ 0.493730] acpiphp: Slot [27] registered\n[ 0.494879] acpiphp: Slot [28] registered\n[ 0.496036] acpiphp: Slot [29] registered\n[ 0.497187] acpiphp: Slot [30] registered\n[ 0.498338] acpiphp: Slot [31] registered\n[ 0.499487] PCI host bridge to bus 0000:00\n[ 0.500645] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.502130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.503719] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.505311] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.507404] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.509483] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.514010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.515669] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.517218] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.518850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.523058] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.525135] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.547118] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.548985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.550788] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.552577] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.554565] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.556236] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.557934] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.560141] vgaarb: loaded\n[ 0.561054] vgaarb: bridge control possible 0000:00:02.0\n[ 0.562515] SCSI subsystem initialized\n[ 0.563644] ACPI: bus type USB registered\n[ 0.564792] usbcore: registered new interface driver usbfs\n[ 0.566182] usbcore: registered new interface driver hub\n[ 0.567570] usbcore: registered new device driver usb\n[ 0.569053] PCI: Using ACPI for IRQ routing\n[ 0.570535] NetLabel: Initializing\n[ 0.571583] NetLabel: domain hash size = 128\n[ 0.572757] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.574077] NetLabel: unlabeled traffic allowed by default\n[ 0.575602] Switched to clocksource kvm-clock\n[ 0.583855] pnp: PnP ACPI init\n[ 0.584854] ACPI: bus type PNP registered\n[ 0.586352] pnp: PnP ACPI: found 5 devices\n[ 0.587501] ACPI: bus type PNP unregistered\n[ 0.594733] NET: Registered protocol family 2\n[ 0.596228] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.598512] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.600422] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.602083] TCP: reno registered\n[ 0.603098] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.604621] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.606323] NET: Registered protocol family 1\n[ 0.607524] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.608926] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.610293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.630263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.650357] Unpacking initramfs...\n[ 1.090290] Freeing initrd memory: 37508k freed\n[ 1.099621] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.101179] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.104021] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.105538] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.107225] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.108730] Initialise system trusted keyring\n[ 1.109909] audit: initializing netlink socket (disabled)\n[ 1.111222] type=2000 audit(1533471275.407:1): initialized\n[ 1.127769] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.129284] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.131524] zpool: loaded\n[ 1.132416] zbud: loaded\n[ 1.133451] VFS: Disk quotas dquot_6.5.2\n[ 1.134566] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.136182] msgmni has been set to 7578\n[ 1.137311] Key type big_key registered\n[ 1.139066] NET: Registered protocol family 38\n[ 1.140249] Key type asymmetric registered\n[ 1.141356] Asymmetric key parser 'x509' registered\n[ 1.142605] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.144682] io scheduler noop registered\n[ 1.145771] io scheduler deadline registered (default)\n[ 1.156919] io scheduler cfq registered\n[ 1.158071] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.159441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.161036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.163044] ACPI: Power Button [PWRF]\n[ 1.164174] GHES: HEST is not enabled!\n[ 1.165277] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.189767] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.191436] Non-volatile memory driver v1.3\n[ 1.192571] Linux agpgart interface v0.103\n[ 1.193768] crash memory driver: version 1.1\n[ 1.194966] rdac: device handler registered\n[ 1.196148] hp_sw: device handler registered\n[ 1.197291] emc: device handler registered\n[ 1.198391] alua: device handler registered\n[ 1.199566] libphy: Fixed MDIO Bus: probed\n[ 1.200707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.202193] ehci-pci: EHCI PCI platform driver\n[ 1.203349] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.204777] ohci-pci: OHCI PCI platform driver\n[ 1.205953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.225970] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.227296] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.229343] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.230647] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.232089] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.233612] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.235590] usb usb1: Product: UHCI Host Controller\n[ 1.236820] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.238401] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.239674] hub 1-0:1.0: USB hub found\n[ 1.240757] hub 1-0:1.0: 2 ports detected\n[ 1.242011] usbcore: registered new interface driver usbserial\n[ 1.243461] usbcore: registered new interface driver usbserial_generic\n[ 1.244965] usbserial: USB Serial support registered for generic\n[ 1.246402] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.249134] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.250427] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.251795] mousedev: PS/2 mouse device common for all mice\n[ 1.253429] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.255784] rtc_cmos 00:00: RTC can wake from S4\n[ 1.256311] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.259539] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.261752] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.263251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.264753] cpuidle: using governor menu\n[ 1.265889] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.267270] usbcore: registered new interface driver usbhid\n[ 1.268598] usbhid: USB HID core driver\n[ 1.269696] drop_monitor: Initializing network drop monitor service\n[ 1.271174] TCP: cubic registered\n[ 1.272158] Initializing XFRM netlink socket\n[ 1.273350] NET: Registered protocol family 10\n[ 1.274713] NET: Registered protocol family 17\n[ 1.276050] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.277466] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.278887] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.281244] Loading compiled-in X.509 certificates\n[ 1.282486] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.284813] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.287542] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.289876] registered taskstats version 1\n[ 1.292670] Key type trusted registered\n[ 1.295063] Key type encrypted registered\n[ 1.297375] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.299069] rtc_cmos 00:00: setting system clock to 2018-08-05 12:14:35 UTC (1533471275)\n[ 1.301817] Freeing unused kernel memory: 1680k freed\n[ 1.306628] 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.310733] systemd[1]: Detected virtualization kvm.\n[ 1.311994] systemd[1]: Detected architecture x86-64.\n[ 1.313261] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.315657] systemd[1]: No hostname configured.\n[ 1.316847] systemd[1]: Set hostname to .\n[ 1.318153] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.340468] systemd[1]: Reached target Timers.\n[ 1.341656] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.343495] systemd[1]: Reached target Swap.\n[ 1.344640] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.346587] systemd[1]: Reached target Local File Systems.\n[ 1.347921] systemd[1]: Starting Local File Systems.\n[ 1.349197] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.351357] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.354358] systemd[1]: Created slice Root Slice.\n[ 1.355561] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.357569] systemd[1]: Listening on udev Kernel Socket.\n[ 1.358868] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.360990] systemd[1]: Created slice System Slice.\n[ 1.362225] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.364146] systemd[1]: Reached target Slices.\n[ 1.365314] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.367265] systemd[1]: Listening on Journal Socket.\n[ 1.368508] systemd[1]: Starting Journal Socket.\n[ 1.370051] 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.373886] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.376129] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.378499] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.381547] systemd[1]: Listening on udev Control Socket.\n[ 1.383672] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.385700] systemd[1]: Reached target Sockets.\n[ 1.386904] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Paths.\n[ 1.388774] systemd[1]: Reached target Paths.\n[ 1.390666] systemd[1]: Starting Paths.\n[[32m OK [0m] Started Journal Service.\n[ 1.392675] 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.453948] RPC: Registered named UNIX socket transport module.\n[ 1.455395] RPC: Registered udp transport module.\n[ 1.456598] RPC: Registered tcp transport module.\n[ 1.457801] 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...\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[ 1.543615] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.549439] FDC 0 is a S82078B\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.574365] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.614111] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.616859] scsi host0: ata_piix\n[ 1.617997] scsi host1: ata_piix\n[ 1.619032] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.621080] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.624582] 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.695236] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.696842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.698438] usb 1-1: Product: QEMU USB Tablet\n[ 1.699632] usb 1-1: Manufacturer: QEMU\n[ 1.700720] usb 1-1: SerialNumber: 42\n[ 1.710507] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.713093] 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[ 1.795727] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.798955] XFS (vda1): Mounting V4 Filesystem\n[ 1.850917] 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 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 Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.095878] systemd-journald[107]: Received SIGTERM from PID 1 (systemd).\n[ 2.104668] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.297052] SELinux: Disabled at runtime.\n[ 2.332700] type=1404 audit(1533471276.533:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.368163] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.369562] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Mounting Debug File System...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Reached target Encrypted Volumes.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Listening on udev Control Socket.\n Starting Remount Root and Kernel File Systems...\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Mounted Debug 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 Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m[ 2.751306] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n] Started Journal Service.\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 Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting udev Kernel Device Manager...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[ 2.820352] systemd-journald[383]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 2.951227] type=1305 audit(1533471277.151:3): audit_pid=429 old=0 auid=4294967295 ses=4294967295 res=1\n"} 2018-08-05 12:14:37,576 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d/action used request id req-af017170-e7fc-46d5-a47a-40e5ccf7c20c 2018-08-05 12:14:37,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0773410797119s 2018-08-05 12:14:37,577 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d/action used request id req-af017170-e7fc-46d5-a47a-40e5ccf7c20c 2018-08-05 12:14:37,578 - 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 1726879478 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.313646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.315876] pid_max: default: 32768 minimum: 301 [ 0.317084] Security Framework initialized [ 0.318208] SELinux: Initializing. [ 0.319494] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.324421] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.327392] Mount-cache hash table entries: 4096 [ 0.328827] Initializing cgroup subsys memory [ 0.329995] Initializing cgroup subsys devices [ 0.331151] Initializing cgroup subsys freezer [ 0.332302] Initializing cgroup subsys net_cls [ 0.333460] Initializing cgroup subsys blkio [ 0.334593] Initializing cgroup subsys perf_event [ 0.335790] Initializing cgroup subsys hugetlb [ 0.336949] Initializing cgroup subsys pids [ 0.338062] Initializing cgroup subsys net_prio [ 0.339299] CPU: Physical Processor ID: 0 [ 0.341096] mce: CPU supports 10 MCE banks [ 0.342230] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.343520] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.344805] tlb_flushall_shift: 6 [ 0.345995] Freeing SMP alternatives: 28k freed [ 0.349841] ACPI: Core revision 20130517 [ 0.351379] ACPI: All ACPI Tables successfully acquired [ 0.352829] ftrace: allocating 25812 entries in 101 pages [ 0.374715] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.376250] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.377734] smpboot: Max logical packages: 2 [ 0.379040] Enabling x2apic [ 0.379946] Enabled x2apic [ 0.381046] Switched APIC routing to physical x2apic. [ 0.383210] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.384717] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.388599] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.396001] KVM setup paravirtual spinlock [ 0.398287] smpboot: Booting Node 0, Processors #1 OK [ 0.399950] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.421751] Brought up 2 CPUs [ 0.421754] KVM setup async PF for cpu 1 [ 0.421757] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.424920] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.427064] devtmpfs: initialized [ 0.429609] EVM: security.selinux [ 0.430600] EVM: security.ima [ 0.431532] EVM: security.capability [ 0.433191] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.434734] pinctrl core: initialized pinctrl subsystem [ 0.436148] NET: Registered protocol family 16 [ 0.437514] ACPI: bus type PCI registered [ 0.438610] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.440149] PCI: Using configuration type 1 for base access [ 0.444863] ACPI: Added _OSI(Module Device) [ 0.446072] ACPI: Added _OSI(Processor Device) [ 0.447287] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.448544] ACPI: Added _OSI(Processor Aggregator Device) [ 0.450982] ACPI: Interpreter enabled [ 0.452087] ACPI: (supports S0 S5) [ 0.453123] ACPI: Using IOAPIC for interrupt routing [ 0.454427] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.458534] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.460049] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.461663] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.463237] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.466174] acpiphp: Slot [3] registered [ 0.467319] acpiphp: Slot [4] registered [ 0.468470] acpiphp: Slot [5] registered [ 0.469599] acpiphp: Slot [6] registered [ 0.470733] acpiphp: Slot [7] registered [ 0.471866] acpiphp: Slot [8] registered [ 0.473005] acpiphp: Slot [9] registered [ 0.474144] acpiphp: Slot [10] registered [ 0.475294] acpiphp: Slot [11] registered [ 0.476447] acpiphp: Slot [12] registered [ 0.477604] acpiphp: Slot [13] registered [ 0.478750] acpiphp: Slot [14] registered [ 0.479900] acpiphp: Slot [15] registered [ 0.481062] acpiphp: Slot [16] registered [ 0.482214] acpiphp: Slot [17] registered [ 0.483366] acpiphp: Slot [18] registered [ 0.484518] acpiphp: Slot [19] registered [ 0.485666] acpiphp: Slot [20] registered [ 0.486818] acpiphp: Slot [21] registered [ 0.487967] acpiphp: Slot [22] registered [ 0.489116] acpiphp: Slot [23] registered [ 0.490261] acpiphp: Slot [24] registered [ 0.491421] acpiphp: Slot [25] registered [ 0.492570] acpiphp: Slot [26] registered [ 0.493730] acpiphp: Slot [27] registered [ 0.494879] acpiphp: Slot [28] registered [ 0.496036] acpiphp: Slot [29] registered [ 0.497187] acpiphp: Slot [30] registered [ 0.498338] acpiphp: Slot [31] registered [ 0.499487] PCI host bridge to bus 0000:00 [ 0.500645] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.502130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.503719] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.505311] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.507404] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.509483] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.514010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.515669] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.517218] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.518850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.523058] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.525135] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.547118] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.548985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.550788] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.552577] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.554565] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.556236] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.557934] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.560141] vgaarb: loaded [ 0.561054] vgaarb: bridge control possible 0000:00:02.0 [ 0.562515] SCSI subsystem initialized [ 0.563644] ACPI: bus type USB registered [ 0.564792] usbcore: registered new interface driver usbfs [ 0.566182] usbcore: registered new interface driver hub [ 0.567570] usbcore: registered new device driver usb [ 0.569053] PCI: Using ACPI for IRQ routing [ 0.570535] NetLabel: Initializing [ 0.571583] NetLabel: domain hash size = 128 [ 0.572757] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.574077] NetLabel: unlabeled traffic allowed by default [ 0.575602] Switched to clocksource kvm-clock [ 0.583855] pnp: PnP ACPI init [ 0.584854] ACPI: bus type PNP registered [ 0.586352] pnp: PnP ACPI: found 5 devices [ 0.587501] ACPI: bus type PNP unregistered [ 0.594733] NET: Registered protocol family 2 [ 0.596228] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.598512] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.600422] TCP: Hash tables configured (established 32768 bind 32768) [ 0.602083] TCP: reno registered [ 0.603098] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.604621] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.606323] NET: Registered protocol family 1 [ 0.607524] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.608926] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.610293] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.630263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.650357] Unpacking initramfs... [ 1.090290] Freeing initrd memory: 37508k freed [ 1.099621] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.101179] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.104021] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.105538] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.107225] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.108730] Initialise system trusted keyring [ 1.109909] audit: initializing netlink socket (disabled) [ 1.111222] type=2000 audit(1533471275.407:1): initialized [ 1.127769] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.129284] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.131524] zpool: loaded [ 1.132416] zbud: loaded [ 1.133451] VFS: Disk quotas dquot_6.5.2 [ 1.134566] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.136182] msgmni has been set to 7578 [ 1.137311] Key type big_key registered [ 1.139066] NET: Registered protocol family 38 [ 1.140249] Key type asymmetric registered [ 1.141356] Asymmetric key parser 'x509' registered [ 1.142605] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.144682] io scheduler noop registered [ 1.145771] io scheduler deadline registered (default) [ 1.156919] io scheduler cfq registered [ 1.158071] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.159441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.161036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.163044] ACPI: Power Button [PWRF] [ 1.164174] GHES: HEST is not enabled! [ 1.165277] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.189767] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.191436] Non-volatile memory driver v1.3 [ 1.192571] Linux agpgart interface v0.103 [ 1.193768] crash memory driver: version 1.1 [ 1.194966] rdac: device handler registered [ 1.196148] hp_sw: device handler registered [ 1.197291] emc: device handler registered [ 1.198391] alua: device handler registered [ 1.199566] libphy: Fixed MDIO Bus: probed [ 1.200707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.202193] ehci-pci: EHCI PCI platform driver [ 1.203349] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.204777] ohci-pci: OHCI PCI platform driver [ 1.205953] uhci_hcd: USB Universal Host Controller Interface driver [ 1.225970] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.227296] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.229343] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.230647] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.232089] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.233612] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.235590] usb usb1: Product: UHCI Host Controller [ 1.236820] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.238401] usb usb1: SerialNumber: 0000:00:01.2 [ 1.239674] hub 1-0:1.0: USB hub found [ 1.240757] hub 1-0:1.0: 2 ports detected [ 1.242011] usbcore: registered new interface driver usbserial [ 1.243461] usbcore: registered new interface driver usbserial_generic [ 1.244965] usbserial: USB Serial support registered for generic [ 1.246402] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.249134] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.250427] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.251795] mousedev: PS/2 mouse device common for all mice [ 1.253429] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.255784] rtc_cmos 00:00: RTC can wake from S4 [ 1.256311] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.259539] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.261752] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.263251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.264753] cpuidle: using governor menu [ 1.265889] hidraw: raw HID events driver (C) Jiri Kosina [ 1.267270] usbcore: registered new interface driver usbhid [ 1.268598] usbhid: USB HID core driver [ 1.269696] drop_monitor: Initializing network drop monitor service [ 1.271174] TCP: cubic registered [ 1.272158] Initializing XFRM netlink socket [ 1.273350] NET: Registered protocol family 10 [ 1.274713] NET: Registered protocol family 17 [ 1.276050] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.277466] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.278887] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.281244] Loading compiled-in X.509 certificates [ 1.282486] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.284813] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.287542] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.289876] registered taskstats version 1 [ 1.292670] Key type trusted registered [ 1.295063] Key type encrypted registered [ 1.297375] IMA: No TPM chip found, activating TPM-bypass! [ 1.299069] rtc_cmos 00:00: setting system clock to 2018-08-05 12:14:35 UTC (1533471275) [ 1.301817] Freeing unused kernel memory: 1680k freed [ 1.306628] 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.310733] systemd[1]: Detected virtualization kvm. [ 1.311994] systemd[1]: Detected architecture x86-64. [ 1.313261] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.315657] systemd[1]: No hostname configured. [ 1.316847] systemd[1]: Set hostname to . [ 1.318153] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.340468] systemd[1]: Reached target Timers. [ 1.341656] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.343495] systemd[1]: Reached target Swap. [ 1.344640] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Local File Systems. [ 1.346587] systemd[1]: Reached target Local File Systems. [ 1.347921] systemd[1]: Starting Local File Systems. [ 1.349197] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.351357] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Created slice Root Slice. [ 1.354358] systemd[1]: Created slice Root Slice. [ 1.355561] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.357569] systemd[1]: Listening on udev Kernel Socket. [ 1.358868] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Created slice System Slice. [ 1.360990] systemd[1]: Created slice System Slice. [ 1.362225] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.364146] systemd[1]: Reached target Slices. [ 1.365314] systemd[1]: Starting Slices. [[32m OK [0m] Listening on Journal Socket. [ 1.367265] systemd[1]: Listening on Journal Socket. [ 1.368508] systemd[1]: Starting Journal Socket. [ 1.370051] 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.373886] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.376129] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.378499] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Listening on udev Control Socket. [ 1.381547] systemd[1]: Listening on udev Control Socket. [ 1.383672] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.385700] systemd[1]: Reached target Sockets. [ 1.386904] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Paths. [ 1.388774] systemd[1]: Reached target Paths. [ 1.390666] systemd[1]: Starting Paths. [[32m OK [0m] Started Journal Service. [ 1.392675] 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.453948] RPC: Registered named UNIX socket transport module. [ 1.455395] RPC: Registered udp transport module. [ 1.456598] RPC: Registered tcp transport module. [ 1.457801] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [ 1.543615] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Mounted Configuration File System. [ 1.549439] FDC 0 is a S82078B [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.574365] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.614111] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.616859] scsi host0: ata_piix [ 1.617997] scsi host1: ata_piix [ 1.619032] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.621080] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.624582] 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.695236] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.696842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.698438] usb 1-1: Product: QEMU USB Tablet [ 1.699632] usb 1-1: Manufacturer: QEMU [ 1.700720] usb 1-1: SerialNumber: 42 [ 1.710507] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.713093] 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... [ 1.795727] SGI XFS with ACLs, security attributes, no debug enabled [ 1.798955] XFS (vda1): Mounting V4 Filesystem [ 1.850917] 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 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... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.095878] systemd-journald[107]: Received SIGTERM from PID 1 (systemd). [ 2.104668] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.297052] SELinux: Disabled at runtime. [ 2.332700] type=1404 audit(1533471276.533:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.368163] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.369562] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice User and Session Slice. Mounting Huge Pages File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting Debug File System... Mounting NFSD configuration filesystem... [[32m OK [0m] Reached target Encrypted Volumes. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Listening on udev Control Socket. Starting Remount Root and Kernel File Systems... Starting Setup Virtual Console... Starting Apply Kernel Variables... Mounting POSIX Message Queue File System... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Mounted Debug 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. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m[ 2.751306] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). ] Started Journal Service. [[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 Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting udev Kernel Device Manager... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Mark the need to relabel after reboot. [ 2.820352] systemd-journald[383]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Rebuild Journal Catalog. [[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. [ 2.951227] type=1305 audit(1533471277.151:3): audit_pid=429 old=0 auid=4294967295 ses=4294967295 res=1 2018-08-05 12:14:38,581 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.211: timed out 2018-08-05 12:14:47,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:14:47,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:14:47,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:14: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-dd2f5332-f961-4e22-bad2-dfac224fa6b9 x-compute-request-id: req-dd2f5332-f961-4e22-bad2-dfac224fa6b9 Content-Encoding: gzip Content-Length: 12770 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 1726879478 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.313646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.315876] pid_max: default: 32768 minimum: 301\n[ 0.317084] Security Framework initialized\n[ 0.318208] SELinux: Initializing.\n[ 0.319494] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.324421] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.327392] Mount-cache hash table entries: 4096\n[ 0.328827] Initializing cgroup subsys memory\n[ 0.329995] Initializing cgroup subsys devices\n[ 0.331151] Initializing cgroup subsys freezer\n[ 0.332302] Initializing cgroup subsys net_cls\n[ 0.333460] Initializing cgroup subsys blkio\n[ 0.334593] Initializing cgroup subsys perf_event\n[ 0.335790] Initializing cgroup subsys hugetlb\n[ 0.336949] Initializing cgroup subsys pids\n[ 0.338062] Initializing cgroup subsys net_prio\n[ 0.339299] CPU: Physical Processor ID: 0\n[ 0.341096] mce: CPU supports 10 MCE banks\n[ 0.342230] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.343520] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.344805] tlb_flushall_shift: 6\n[ 0.345995] Freeing SMP alternatives: 28k freed\n[ 0.349841] ACPI: Core revision 20130517\n[ 0.351379] ACPI: All ACPI Tables successfully acquired\n[ 0.352829] ftrace: allocating 25812 entries in 101 pages\n[ 0.374715] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.376250] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.377734] smpboot: Max logical packages: 2\n[ 0.379040] Enabling x2apic\n[ 0.379946] Enabled x2apic\n[ 0.381046] Switched APIC routing to physical x2apic.\n[ 0.383210] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.384717] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.388599] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.396001] KVM setup paravirtual spinlock\n[ 0.398287] smpboot: Booting Node 0, Processors #1 OK\n[ 0.399950] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.421751] Brought up 2 CPUs\n[ 0.421754] KVM setup async PF for cpu 1\n[ 0.421757] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.424920] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.427064] devtmpfs: initialized\n[ 0.429609] EVM: security.selinux\n[ 0.430600] EVM: security.ima\n[ 0.431532] EVM: security.capability\n[ 0.433191] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.434734] pinctrl core: initialized pinctrl subsystem\n[ 0.436148] NET: Registered protocol family 16\n[ 0.437514] ACPI: bus type PCI registered\n[ 0.438610] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.440149] PCI: Using configuration type 1 for base access\n[ 0.444863] ACPI: Added _OSI(Module Device)\n[ 0.446072] ACPI: Added _OSI(Processor Device)\n[ 0.447287] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.448544] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.450982] ACPI: Interpreter enabled\n[ 0.452087] ACPI: (supports S0 S5)\n[ 0.453123] ACPI: Using IOAPIC for interrupt routing\n[ 0.454427] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.458534] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.460049] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.461663] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.463237] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.466174] acpiphp: Slot [3] registered\n[ 0.467319] acpiphp: Slot [4] registered\n[ 0.468470] acpiphp: Slot [5] registered\n[ 0.469599] acpiphp: Slot [6] registered\n[ 0.470733] acpiphp: Slot [7] registered\n[ 0.471866] acpiphp: Slot [8] registered\n[ 0.473005] acpiphp: Slot [9] registered\n[ 0.474144] acpiphp: Slot [10] registered\n[ 0.475294] acpiphp: Slot [11] registered\n[ 0.476447] acpiphp: Slot [12] registered\n[ 0.477604] acpiphp: Slot [13] registered\n[ 0.478750] acpiphp: Slot [14] registered\n[ 0.479900] acpiphp: Slot [15] registered\n[ 0.481062] acpiphp: Slot [16] registered\n[ 0.482214] acpiphp: Slot [17] registered\n[ 0.483366] acpiphp: Slot [18] registered\n[ 0.484518] acpiphp: Slot [19] registered\n[ 0.485666] acpiphp: Slot [20] registered\n[ 0.486818] acpiphp: Slot [21] registered\n[ 0.487967] acpiphp: Slot [22] registered\n[ 0.489116] acpiphp: Slot [23] registered\n[ 0.490261] acpiphp: Slot [24] registered\n[ 0.491421] acpiphp: Slot [25] registered\n[ 0.492570] acpiphp: Slot [26] registered\n[ 0.493730] acpiphp: Slot [27] registered\n[ 0.494879] acpiphp: Slot [28] registered\n[ 0.496036] acpiphp: Slot [29] registered\n[ 0.497187] acpiphp: Slot [30] registered\n[ 0.498338] acpiphp: Slot [31] registered\n[ 0.499487] PCI host bridge to bus 0000:00\n[ 0.500645] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.502130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.503719] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.505311] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.507404] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.509483] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.514010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.515669] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.517218] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.518850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.523058] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.525135] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.547118] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.548985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.550788] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.552577] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.554565] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.556236] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.557934] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.560141] vgaarb: loaded\n[ 0.561054] vgaarb: bridge control possible 0000:00:02.0\n[ 0.562515] SCSI subsystem initialized\n[ 0.563644] ACPI: bus type USB registered\n[ 0.564792] usbcore: registered new interface driver usbfs\n[ 0.566182] usbcore: registered new interface driver hub\n[ 0.567570] usbcore: registered new device driver usb\n[ 0.569053] PCI: Using ACPI for IRQ routing\n[ 0.570535] NetLabel: Initializing\n[ 0.571583] NetLabel: domain hash size = 128\n[ 0.572757] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.574077] NetLabel: unlabeled traffic allowed by default\n[ 0.575602] Switched to clocksource kvm-clock\n[ 0.583855] pnp: PnP ACPI init\n[ 0.584854] ACPI: bus type PNP registered\n[ 0.586352] pnp: PnP ACPI: found 5 devices\n[ 0.587501] ACPI: bus type PNP unregistered\n[ 0.594733] NET: Registered protocol family 2\n[ 0.596228] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.598512] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.600422] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.602083] TCP: reno registered\n[ 0.603098] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.604621] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.606323] NET: Registered protocol family 1\n[ 0.607524] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.608926] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.610293] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.630263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.650357] Unpacking initramfs...\n[ 1.090290] Freeing initrd memory: 37508k freed\n[ 1.099621] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.101179] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.104021] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.105538] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.107225] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.108730] Initialise system trusted keyring\n[ 1.109909] audit: initializing netlink socket (disabled)\n[ 1.111222] type=2000 audit(1533471275.407:1): initialized\n[ 1.127769] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.129284] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.131524] zpool: loaded\n[ 1.132416] zbud: loaded\n[ 1.133451] VFS: Disk quotas dquot_6.5.2\n[ 1.134566] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.136182] msgmni has been set to 7578\n[ 1.137311] Key type big_key registered\n[ 1.139066] NET: Registered protocol family 38\n[ 1.140249] Key type asymmetric registered\n[ 1.141356] Asymmetric key parser 'x509' registered\n[ 1.142605] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.144682] io scheduler noop registered\n[ 1.145771] io scheduler deadline registered (default)\n[ 1.156919] io scheduler cfq registered\n[ 1.158071] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.159441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.161036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.163044] ACPI: Power Button [PWRF]\n[ 1.164174] GHES: HEST is not enabled!\n[ 1.165277] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.189767] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.191436] Non-volatile memory driver v1.3\n[ 1.192571] Linux agpgart interface v0.103\n[ 1.193768] crash memory driver: version 1.1\n[ 1.194966] rdac: device handler registered\n[ 1.196148] hp_sw: device handler registered\n[ 1.197291] emc: device handler registered\n[ 1.198391] alua: device handler registered\n[ 1.199566] libphy: Fixed MDIO Bus: probed\n[ 1.200707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.202193] ehci-pci: EHCI PCI platform driver\n[ 1.203349] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.204777] ohci-pci: OHCI PCI platform driver\n[ 1.205953] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.225970] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.227296] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.229343] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.230647] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.232089] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.233612] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.235590] usb usb1: Product: UHCI Host Controller\n[ 1.236820] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.238401] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.239674] hub 1-0:1.0: USB hub found\n[ 1.240757] hub 1-0:1.0: 2 ports detected\n[ 1.242011] usbcore: registered new interface driver usbserial\n[ 1.243461] usbcore: registered new interface driver usbserial_generic\n[ 1.244965] usbserial: USB Serial support registered for generic\n[ 1.246402] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.249134] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.250427] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.251795] mousedev: PS/2 mouse device common for all mice\n[ 1.253429] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.255784] rtc_cmos 00:00: RTC can wake from S4\n[ 1.256311] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.259539] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.261752] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.263251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.264753] cpuidle: using governor menu\n[ 1.265889] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.267270] usbcore: registered new interface driver usbhid\n[ 1.268598] usbhid: USB HID core driver\n[ 1.269696] drop_monitor: Initializing network drop monitor service\n[ 1.271174] TCP: cubic registered\n[ 1.272158] Initializing XFRM netlink socket\n[ 1.273350] NET: Registered protocol family 10\n[ 1.274713] NET: Registered protocol family 17\n[ 1.276050] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.277466] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.278887] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.281244] Loading compiled-in X.509 certificates\n[ 1.282486] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.284813] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.287542] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.289876] registered taskstats version 1\n[ 1.292670] Key type trusted registered\n[ 1.295063] Key type encrypted registered\n[ 1.297375] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.299069] rtc_cmos 00:00: setting system clock to 2018-08-05 12:14:35 UTC (1533471275)\n[ 1.301817] Freeing unused kernel memory: 1680k freed\n[ 1.306628] 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.310733] systemd[1]: Detected virtualization kvm.\n[ 1.311994] systemd[1]: Detected architecture x86-64.\n[ 1.313261] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.315657] systemd[1]: No hostname configured.\n[ 1.316847] systemd[1]: Set hostname to .\n[ 1.318153] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.340468] systemd[1]: Reached target Timers.\n[ 1.341656] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Swap.\n[ 1.343495] systemd[1]: Reached target Swap.\n[ 1.344640] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.346587] systemd[1]: Reached target Local File Systems.\n[ 1.347921] systemd[1]: Starting Local File Systems.\n[ 1.349197] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.351357] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.354358] systemd[1]: Created slice Root Slice.\n[ 1.355561] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.357569] systemd[1]: Listening on udev Kernel Socket.\n[ 1.358868] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.360990] systemd[1]: Created slice System Slice.\n[ 1.362225] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.364146] systemd[1]: Reached target Slices.\n[ 1.365314] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.367265] systemd[1]: Listening on Journal Socket.\n[ 1.368508] systemd[1]: Starting Journal Socket.\n[ 1.370051] 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.373886] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.376129] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.378499] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.381547] systemd[1]: Listening on udev Control Socket.\n[ 1.383672] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.385700] systemd[1]: Reached target Sockets.\n[ 1.386904] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Paths.\n[ 1.388774] systemd[1]: Reached target Paths.\n[ 1.390666] systemd[1]: Starting Paths.\n[[32m OK [0m] Started Journal Service.\n[ 1.392675] 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.453948] RPC: Registered named UNIX socket transport module.\n[ 1.455395] RPC: Registered udp transport module.\n[ 1.456598] RPC: Registered tcp transport module.\n[ 1.457801] 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...\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[ 1.543615] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Mounted Configuration File System.\n[ 1.549439] FDC 0 is a S82078B\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.574365] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.614111] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.616859] scsi host0: ata_piix\n[ 1.617997] scsi host1: ata_piix\n[ 1.619032] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.621080] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.624582] 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.695236] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.696842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.698438] usb 1-1: Product: QEMU USB Tablet\n[ 1.699632] usb 1-1: Manufacturer: QEMU\n[ 1.700720] usb 1-1: SerialNumber: 42\n[ 1.710507] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.713093] 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[ 1.795727] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.798955] XFS (vda1): Mounting V4 Filesystem\n[ 1.850917] 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 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 Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Sockets.\n[[32m OK [0m] Stopped udev Kernel Device Manager.\n[[32m OK [0m] Stopped dracut pre-udev hook.\n Stopping dracut pre-udev hook...\n[[32m OK [0m] Stopped dracut cmdline hook.\n Stopping dracut cmdline hook...\n[[32m OK [0m] Stopped Create Static Device Nodes in /dev.\n Stopping Create Static Device Nodes in /dev...\n[[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel.\n Stopping Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Closed udev Kernel Socket.\n[[32m OK [0m] Closed udev Control Socket.\n Starting Cleanup udevd DB...\n[[32m OK [0m] Started Cleanup udevd DB.\n[[32m OK [0m] Reached target Switch Root.\n Starting Switch Root...\n[ 2.095878] systemd-journald[107]: Received SIGTERM from PID 1 (systemd).\n[ 2.104668] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.297052] SELinux: Disabled at runtime.\n[ 2.332700] type=1404 audit(1533471276.533:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.368163] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.369562] systemd[1]: Inserted module 'ip_tables'\n\nWelcome to [0;31mCentOS Linux 7 (Core)[0m!\n\n[[32m OK [0m] Stopped Switch Root.\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Mounting Debug File System...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Reached target Encrypted Volumes.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n[[32m OK [0m] Listening on udev Control Socket.\n Starting Remount Root and Kernel File Systems...\n Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Mounted Debug 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 Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m[ 2.751306] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n] Started Journal Service.\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 Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting udev Kernel Device Manager...\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[ 2.820352] systemd-journald[383]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 2.951227] type=1305 audit(1533471277.151:3): audit_pid=429 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Reached target Paths.\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 Starting Initial cloud-init job (pre-networking)...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting NTP client/server...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.166589] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.175099] [drm] Initialized drm 1.1.0 20060810\n[ 3.180246] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.204589] ppdev: user-space parallel port driver\n[ 3.215754] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.215755] [TTM] Initializing pool allocator\n[ 3.215757] [TTM] Initializing DMA pool allocator\n[ 3.215984] [drm] fb mappable at 0xFC000000\n[ 3.215985] [drm] vram aper at 0xFC000000\n[ 3.215985] [drm] size 33554432\n[ 3.215986] [drm] fb depth is 24\n[ 3.215986] [drm] pitch is 3072\n Starting D-Bus System Message Bus...\n[ 3.247098] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.269392] Console: switching to colour frame buffer device 128x48\n[ 3.280742] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting Login Service...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Authorization Manager...\n Starting GSSAPI Proxy Daemon...\n[ 3.287438] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[ 3.393856] AES CTR mode by8 optimization enabled\n[ 3.403920] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.414570] alg: No test for crc32 (crc32-pclmul)\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...[ 3.424732] intel_rapl: no valid rapl domains found in package 0\n\n[ 3.428923] intel_rapl: no valid rapl domains found in package 0\n[ 3.430725] intel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions.\n\n[ 3.439352] intel_powerclamp: No package C-state available[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Authorization Manager.\n[ 3.448762] cloud-init[470]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:14:38 +0000. Up 3.41 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 Dynamic System Tuning Daemon...\n Starting OpenSSH server daemon...\n Starting Notify NFS peers of a restart...\n Starting PostgreSQL 9.5 database server...\n Starting System Logging Service...\n Starting nginx - high performance web server...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting Postfix Mail Transport Agent...\n[[32m OK [0m] Reached target Network is Online.\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 LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting RabbitMQ Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[ 5.827875] cloud-init[801]: Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:14:40 +0000. Up 5.79 seconds.\n[[32m OK [0m] Created slice user-993.slice.\n[ 5.886046] cloud-init[801]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.888617] cloud-init[801]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.890955] cloud-init[801]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.893245] cloud-init[801]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.897444] cloud-init[801]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.899967] cloud-init[801]: ci-info: | eth0: | True | 192.168.120.14 | 255.255.255.0 | fa:16:3e:82:4c:a2 |\n[ 5.902255] cloud-init[801]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.907059] cloud-init[801]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.909580] cloud-init[801]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.912043] cloud-init[801]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.914774] cloud-init[801]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.917243] cloud-init[801]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.919693] cloud-init[801]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH |\n[ 5.928330] cloud-init[801]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.930582] cloud-init[801]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: [ 10.613188] cloud-init[3172]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:14:45 +0000. Up 10.56 seconds.\n[ 10.890272] cloud-init[3316]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:14:45 +0000. Up 10.84 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 | c5:06:9a:31:d1:ec:d4:9d:23:01:b3:14:7e:8c:08:4a | - | 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.958953] cloud-init[3316]: Cloud-init v. 0.7.5 finished at Sun, 05 Aug 2018 12:14:45 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.95 seconds\n"} 2018-08-05 12:14:47,690 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d/action used request id req-dd2f5332-f961-4e22-bad2-dfac224fa6b9 2018-08-05 12:14:47,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0987010002136s 2018-08-05 12:14:47,691 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d/action used request id req-dd2f5332-f961-4e22-bad2-dfac224fa6b9 2018-08-05 12:14:47,691 - 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 1726879478 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.313646] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.315876] pid_max: default: 32768 minimum: 301 [ 0.317084] Security Framework initialized [ 0.318208] SELinux: Initializing. [ 0.319494] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.324421] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.327392] Mount-cache hash table entries: 4096 [ 0.328827] Initializing cgroup subsys memory [ 0.329995] Initializing cgroup subsys devices [ 0.331151] Initializing cgroup subsys freezer [ 0.332302] Initializing cgroup subsys net_cls [ 0.333460] Initializing cgroup subsys blkio [ 0.334593] Initializing cgroup subsys perf_event [ 0.335790] Initializing cgroup subsys hugetlb [ 0.336949] Initializing cgroup subsys pids [ 0.338062] Initializing cgroup subsys net_prio [ 0.339299] CPU: Physical Processor ID: 0 [ 0.341096] mce: CPU supports 10 MCE banks [ 0.342230] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.343520] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.344805] tlb_flushall_shift: 6 [ 0.345995] Freeing SMP alternatives: 28k freed [ 0.349841] ACPI: Core revision 20130517 [ 0.351379] ACPI: All ACPI Tables successfully acquired [ 0.352829] ftrace: allocating 25812 entries in 101 pages [ 0.374715] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.376250] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.377734] smpboot: Max logical packages: 2 [ 0.379040] Enabling x2apic [ 0.379946] Enabled x2apic [ 0.381046] Switched APIC routing to physical x2apic. [ 0.383210] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.384717] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.388599] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.396001] KVM setup paravirtual spinlock [ 0.398287] smpboot: Booting Node 0, Processors #1 OK [ 0.399950] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.421751] Brought up 2 CPUs [ 0.421754] KVM setup async PF for cpu 1 [ 0.421757] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.424920] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.427064] devtmpfs: initialized [ 0.429609] EVM: security.selinux [ 0.430600] EVM: security.ima [ 0.431532] EVM: security.capability [ 0.433191] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.434734] pinctrl core: initialized pinctrl subsystem [ 0.436148] NET: Registered protocol family 16 [ 0.437514] ACPI: bus type PCI registered [ 0.438610] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.440149] PCI: Using configuration type 1 for base access [ 0.444863] ACPI: Added _OSI(Module Device) [ 0.446072] ACPI: Added _OSI(Processor Device) [ 0.447287] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.448544] ACPI: Added _OSI(Processor Aggregator Device) [ 0.450982] ACPI: Interpreter enabled [ 0.452087] ACPI: (supports S0 S5) [ 0.453123] ACPI: Using IOAPIC for interrupt routing [ 0.454427] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.458534] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.460049] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.461663] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.463237] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.466174] acpiphp: Slot [3] registered [ 0.467319] acpiphp: Slot [4] registered [ 0.468470] acpiphp: Slot [5] registered [ 0.469599] acpiphp: Slot [6] registered [ 0.470733] acpiphp: Slot [7] registered [ 0.471866] acpiphp: Slot [8] registered [ 0.473005] acpiphp: Slot [9] registered [ 0.474144] acpiphp: Slot [10] registered [ 0.475294] acpiphp: Slot [11] registered [ 0.476447] acpiphp: Slot [12] registered [ 0.477604] acpiphp: Slot [13] registered [ 0.478750] acpiphp: Slot [14] registered [ 0.479900] acpiphp: Slot [15] registered [ 0.481062] acpiphp: Slot [16] registered [ 0.482214] acpiphp: Slot [17] registered [ 0.483366] acpiphp: Slot [18] registered [ 0.484518] acpiphp: Slot [19] registered [ 0.485666] acpiphp: Slot [20] registered [ 0.486818] acpiphp: Slot [21] registered [ 0.487967] acpiphp: Slot [22] registered [ 0.489116] acpiphp: Slot [23] registered [ 0.490261] acpiphp: Slot [24] registered [ 0.491421] acpiphp: Slot [25] registered [ 0.492570] acpiphp: Slot [26] registered [ 0.493730] acpiphp: Slot [27] registered [ 0.494879] acpiphp: Slot [28] registered [ 0.496036] acpiphp: Slot [29] registered [ 0.497187] acpiphp: Slot [30] registered [ 0.498338] acpiphp: Slot [31] registered [ 0.499487] PCI host bridge to bus 0000:00 [ 0.500645] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.502130] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.503719] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.505311] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.507404] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.509483] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.514010] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.515669] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.517218] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.518850] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.523058] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.525135] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.547118] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.548985] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.550788] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.552577] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.554565] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.556236] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.557934] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.560141] vgaarb: loaded [ 0.561054] vgaarb: bridge control possible 0000:00:02.0 [ 0.562515] SCSI subsystem initialized [ 0.563644] ACPI: bus type USB registered [ 0.564792] usbcore: registered new interface driver usbfs [ 0.566182] usbcore: registered new interface driver hub [ 0.567570] usbcore: registered new device driver usb [ 0.569053] PCI: Using ACPI for IRQ routing [ 0.570535] NetLabel: Initializing [ 0.571583] NetLabel: domain hash size = 128 [ 0.572757] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.574077] NetLabel: unlabeled traffic allowed by default [ 0.575602] Switched to clocksource kvm-clock [ 0.583855] pnp: PnP ACPI init [ 0.584854] ACPI: bus type PNP registered [ 0.586352] pnp: PnP ACPI: found 5 devices [ 0.587501] ACPI: bus type PNP unregistered [ 0.594733] NET: Registered protocol family 2 [ 0.596228] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.598512] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.600422] TCP: Hash tables configured (established 32768 bind 32768) [ 0.602083] TCP: reno registered [ 0.603098] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.604621] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.606323] NET: Registered protocol family 1 [ 0.607524] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.608926] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.610293] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.630263] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.650357] Unpacking initramfs... [ 1.090290] Freeing initrd memory: 37508k freed [ 1.099621] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.101179] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.104021] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.105538] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.107225] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.108730] Initialise system trusted keyring [ 1.109909] audit: initializing netlink socket (disabled) [ 1.111222] type=2000 audit(1533471275.407:1): initialized [ 1.127769] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.129284] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.131524] zpool: loaded [ 1.132416] zbud: loaded [ 1.133451] VFS: Disk quotas dquot_6.5.2 [ 1.134566] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.136182] msgmni has been set to 7578 [ 1.137311] Key type big_key registered [ 1.139066] NET: Registered protocol family 38 [ 1.140249] Key type asymmetric registered [ 1.141356] Asymmetric key parser 'x509' registered [ 1.142605] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.144682] io scheduler noop registered [ 1.145771] io scheduler deadline registered (default) [ 1.156919] io scheduler cfq registered [ 1.158071] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.159441] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.161036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.163044] ACPI: Power Button [PWRF] [ 1.164174] GHES: HEST is not enabled! [ 1.165277] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.189767] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.191436] Non-volatile memory driver v1.3 [ 1.192571] Linux agpgart interface v0.103 [ 1.193768] crash memory driver: version 1.1 [ 1.194966] rdac: device handler registered [ 1.196148] hp_sw: device handler registered [ 1.197291] emc: device handler registered [ 1.198391] alua: device handler registered [ 1.199566] libphy: Fixed MDIO Bus: probed [ 1.200707] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.202193] ehci-pci: EHCI PCI platform driver [ 1.203349] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.204777] ohci-pci: OHCI PCI platform driver [ 1.205953] uhci_hcd: USB Universal Host Controller Interface driver [ 1.225970] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.227296] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.229343] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.230647] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.232089] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.233612] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.235590] usb usb1: Product: UHCI Host Controller [ 1.236820] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.238401] usb usb1: SerialNumber: 0000:00:01.2 [ 1.239674] hub 1-0:1.0: USB hub found [ 1.240757] hub 1-0:1.0: 2 ports detected [ 1.242011] usbcore: registered new interface driver usbserial [ 1.243461] usbcore: registered new interface driver usbserial_generic [ 1.244965] usbserial: USB Serial support registered for generic [ 1.246402] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.249134] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.250427] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.251795] mousedev: PS/2 mouse device common for all mice [ 1.253429] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.255784] rtc_cmos 00:00: RTC can wake from S4 [ 1.256311] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.259539] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.261752] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.263251] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.264753] cpuidle: using governor menu [ 1.265889] hidraw: raw HID events driver (C) Jiri Kosina [ 1.267270] usbcore: registered new interface driver usbhid [ 1.268598] usbhid: USB HID core driver [ 1.269696] drop_monitor: Initializing network drop monitor service [ 1.271174] TCP: cubic registered [ 1.272158] Initializing XFRM netlink socket [ 1.273350] NET: Registered protocol family 10 [ 1.274713] NET: Registered protocol family 17 [ 1.276050] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.277466] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.278887] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.281244] Loading compiled-in X.509 certificates [ 1.282486] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.284813] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.287542] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.289876] registered taskstats version 1 [ 1.292670] Key type trusted registered [ 1.295063] Key type encrypted registered [ 1.297375] IMA: No TPM chip found, activating TPM-bypass! [ 1.299069] rtc_cmos 00:00: setting system clock to 2018-08-05 12:14:35 UTC (1533471275) [ 1.301817] Freeing unused kernel memory: 1680k freed [ 1.306628] 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.310733] systemd[1]: Detected virtualization kvm. [ 1.311994] systemd[1]: Detected architecture x86-64. [ 1.313261] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.315657] systemd[1]: No hostname configured. [ 1.316847] systemd[1]: Set hostname to . [ 1.318153] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.340468] systemd[1]: Reached target Timers. [ 1.341656] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Swap. [ 1.343495] systemd[1]: Reached target Swap. [ 1.344640] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Local File Systems. [ 1.346587] systemd[1]: Reached target Local File Systems. [ 1.347921] systemd[1]: Starting Local File Systems. [ 1.349197] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.351357] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Created slice Root Slice. [ 1.354358] systemd[1]: Created slice Root Slice. [ 1.355561] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.357569] systemd[1]: Listening on udev Kernel Socket. [ 1.358868] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Created slice System Slice. [ 1.360990] systemd[1]: Created slice System Slice. [ 1.362225] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.364146] systemd[1]: Reached target Slices. [ 1.365314] systemd[1]: Starting Slices. [[32m OK [0m] Listening on Journal Socket. [ 1.367265] systemd[1]: Listening on Journal Socket. [ 1.368508] systemd[1]: Starting Journal Socket. [ 1.370051] 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.373886] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.376129] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.378499] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Listening on udev Control Socket. [ 1.381547] systemd[1]: Listening on udev Control Socket. [ 1.383672] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.385700] systemd[1]: Reached target Sockets. [ 1.386904] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Paths. [ 1.388774] systemd[1]: Reached target Paths. [ 1.390666] systemd[1]: Starting Paths. [[32m OK [0m] Started Journal Service. [ 1.392675] 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.453948] RPC: Registered named UNIX socket transport module. [ 1.455395] RPC: Registered udp transport module. [ 1.456598] RPC: Registered tcp transport module. [ 1.457801] RPC: Registered tcp NFSv4.1 backchannel transport module. [[32m OK [0m] Started dracut pre-udev hook. Starting udev Kernel Device Manager... [[32m OK [0m] Started udev Kernel Device Manager. Starting dracut pre-trigger hook... [[32m OK [0m] Started dracut pre-trigger hook. Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [ 1.543615] usb 1-1: new full-speed USB device number 2 using uhci_hcd [[32m OK [0m] Mounted Configuration File System. [ 1.549439] FDC 0 is a S82078B [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.574365] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.614111] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.616859] scsi host0: ata_piix [ 1.617997] scsi host1: ata_piix [ 1.619032] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.621080] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.624582] 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.695236] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.696842] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.698438] usb 1-1: Product: QEMU USB Tablet [ 1.699632] usb 1-1: Manufacturer: QEMU [ 1.700720] usb 1-1: SerialNumber: 42 [ 1.710507] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.713093] 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... [ 1.795727] SGI XFS with ACLs, security attributes, no debug enabled [ 1.798955] XFS (vda1): Mounting V4 Filesystem [ 1.850917] 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 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... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[32m OK [0m] Stopped udev Kernel Device Manager. [[32m OK [0m] Stopped dracut pre-udev hook. Stopping dracut pre-udev hook... [[32m OK [0m] Stopped dracut cmdline hook. Stopping dracut cmdline hook... [[32m OK [0m] Stopped Create Static Device Nodes in /dev. Stopping Create Static Device Nodes in /dev... [[32m OK [0m] Stopped Create list of required sta...ce nodes for the current kernel. Stopping Create list of required st... nodes for the current kernel... [[32m OK [0m] Closed udev Kernel Socket. [[32m OK [0m] Closed udev Control Socket. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.095878] systemd-journald[107]: Received SIGTERM from PID 1 (systemd). [ 2.104668] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.297052] SELinux: Disabled at runtime. [ 2.332700] type=1404 audit(1533471276.533:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.368163] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.369562] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Created slice User and Session Slice. Mounting Huge Pages File System... [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Reached target Swap. [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting Debug File System... Mounting NFSD configuration filesystem... [[32m OK [0m] Reached target Encrypted Volumes. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. [[32m OK [0m] Listening on udev Control Socket. Starting Remount Root and Kernel File Systems... Starting Setup Virtual Console... Starting Apply Kernel Variables... Mounting POSIX Message Queue File System... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Mounted Debug 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. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m[ 2.751306] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). ] Started Journal Service. [[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 Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting udev Kernel Device Manager... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Mark the need to relabel after reboot. [ 2.820352] systemd-journald[383]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Rebuild Journal Catalog. [[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. [ 2.951227] type=1305 audit(1533471277.151:3): audit_pid=429 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Initial cloud-init job (pre-networking)... Starting LSB: Bring up/down networking... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting NTP client/server... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.166589] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.175099] [drm] Initialized drm 1.1.0 20060810 [ 3.180246] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.204589] ppdev: user-space parallel port driver [ 3.215754] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.215755] [TTM] Initializing pool allocator [ 3.215757] [TTM] Initializing DMA pool allocator [ 3.215984] [drm] fb mappable at 0xFC000000 [ 3.215985] [drm] vram aper at 0xFC000000 [ 3.215985] [drm] size 33554432 [ 3.215986] [drm] fb depth is 24 [ 3.215986] [drm] pitch is 3072 Starting D-Bus System Message Bus... [ 3.247098] fbcon: cirrusdrmfb (fb0) is primary device [ 3.269392] Console: switching to colour frame buffer device 128x48 [ 3.280742] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting Login Service... Starting Dump dmesg to /var/log/dmesg... Starting Authorization Manager... Starting GSSAPI Proxy Daemon... [ 3.287438] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [ 3.393856] AES CTR mode by8 optimization enabled [ 3.403920] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.414570] alg: No test for crc32 (crc32-pclmul) [[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...[ 3.424732] intel_rapl: no valid rapl domains found in package 0 [ 3.428923] intel_rapl: no valid rapl domains found in package 0 [ 3.430725] intel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions. [ 3.439352] intel_powerclamp: No package C-state available[[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Authorization Manager. [ 3.448762] cloud-init[470]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:14:38 +0000. Up 3.41 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 Dynamic System Tuning Daemon... Starting OpenSSH server daemon... Starting Notify NFS peers of a restart... Starting PostgreSQL 9.5 database server... Starting System Logging Service... Starting nginx - high performance web server... Starting Initial cloud-init job (metadata service crawler)... Starting Postfix Mail Transport Agent... [[32m OK [0m] Reached target Network is Online. Starting Crash recovery kernel arming... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting RabbitMQ Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [ 5.827875] cloud-init[801]: Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:14:40 +0000. Up 5.79 seconds. [[32m OK [0m] Created slice user-993.slice. [ 5.886046] cloud-init[801]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.888617] cloud-init[801]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.890955] cloud-init[801]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.893245] cloud-init[801]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.897444] cloud-init[801]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.899967] cloud-init[801]: ci-info: | eth0: | True | 192.168.120.14 | 255.255.255.0 | fa:16:3e:82:4c:a2 | [ 5.902255] cloud-init[801]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.907059] cloud-init[801]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.909580] cloud-init[801]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.912043] cloud-init[801]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.914774] cloud-init[801]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.917243] cloud-init[801]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.919693] cloud-init[801]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH | [ 5.928330] cloud-init[801]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.930582] cloud-init[801]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Dynamic System Tuning Daemon. [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 10.613188] cloud-init[3172]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:14:45 +0000. Up 10.56 seconds. [ 10.890272] cloud-init[3316]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:14:45 +0000. Up 10.84 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 | c5:06:9a:31:d1:ec:d4:9d:23:01:b3:14:7e:8c:08:4a | - | 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.958953] cloud-init[3316]: Cloud-init v. 0.7.5 finished at Sun, 05 Aug 2018 12:14:45 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.95 seconds 2018-08-05 12:14:47,695 - paramiko.transport - DEBUG - starting thread (client mode): 0xcebbbe50L 2018-08-05 12:14:47,696 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-05 12:14:47,710 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-05 12:14:47,711 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-05 12:14:47,781 - 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-05 12:14:47,782 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-05 12:14:47,782 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-05 12:14:47,782 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-05 12:14:47,782 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-05 12:14:47,782 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-05 12:14:47,802 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-05 12:14:47,803 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-05 12:14:47,811 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.211: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-05 12:14:47,812 - paramiko.transport - DEBUG - Trying discovered key c5069a31d1ecd49d2301b3147e8c084a in /tmp/tmpp3kMQx 2018-08-05 12:14:47,851 - paramiko.transport - DEBUG - userauth is OK 2018-08-05 12:14:47,928 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-05 12:14:47,945 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-05 12:14:47,945 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-05 12:14:47,946 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-05 12:14:47,946 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/status 2018-08-05 12:14:48,294 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:14:48,294 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:14:48,294 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:14:48,294 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:14:48,295 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:14:48,295 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:14:48,295 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:14:48,295 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 809, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4042, "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": 2089, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4045, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "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": 818, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4052, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 847, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 12:14:48,295 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:14:48,295 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:14:47 GMT 2018-08-05 12:14:48,295 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:14:48,295 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2389 2018-08-05 12:14:48,295 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:14:48,296 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 809, 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': 4042, 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': 2089, u'state': u'running', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 4045, 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': 943, 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': 818, 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': 4052, 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': 847, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-05 12:14:48,296 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/status 2018-08-05 12:14:48,520 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:14:48,520 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:14:48,520 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:14:48,520 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:14:48,520 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:14:48,520 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:14:48,520 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:14:48,521 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 809, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4042, "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": 2089, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4045, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "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": 818, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4052, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 847, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 12:14:48,521 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:14:48,521 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:14:48 GMT 2018-08-05 12:14:48,521 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:14:48,521 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2389 2018-08-05 12:14:48,521 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:14:48,521 - functest.core.cloudify - INFO - The current manager status is running 2018-08-05 12:14:48,522 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.211:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-05 12:14:48,644 - functest.core.cloudify - INFO - try 1: Cloudify Manager isn't up and running 2018-08-05 12:15:18,674 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/status 2018-08-05 12:15:18,804 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:15:18,805 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:15:18,805 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:15:18,805 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:15:18,805 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:15:18,805 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:15:18,805 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:15:18,805 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4302, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4310, "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": 9136, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9366, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8744, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8763, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9367, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4270, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 12:15:18,805 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:15:18,806 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:15:18 GMT 2018-08-05 12:15:18,806 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:15:18,806 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2393 2018-08-05 12:15:18,806 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:15:18,806 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4302, 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': 4310, 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': 9136, u'state': u'running', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 9366, 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': 943, 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': 8744, 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': 8763, 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': 9367, 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': 4270, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-05 12:15:18,807 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/status 2018-08-05 12:15:18,899 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:15:18,899 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:15:18,899 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:15:18,899 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:15:18,899 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:15:18,899 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:15:18,900 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:15:18,900 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4302, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4310, "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": 9136, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9366, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8744, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8763, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9367, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4270, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 12:15:18,900 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:15:18,900 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:15:18 GMT 2018-08-05 12:15:18,900 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:15:18,900 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2393 2018-08-05 12:15:18,900 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:15:18,900 - functest.core.cloudify - INFO - The current manager status is running 2018-08-05 12:15:18,901 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.211:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-05 12:15:18,971 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:15:18,971 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:15:18,971 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:15:18,971 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:15:18,971 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:15:18,971 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:15:18,972 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:15:18,972 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-05 12:15:18,972 - cloudify.rest_client.http - DEBUG - reply: "409 CONFLICT" {"message": " already exists on ", "error_code": "conflict_error", "server_traceback": "Traceback (most recent call last):\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 93, in wrapper\n return func(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 133, in wrapper\n response = f(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/resources_v3.py\", line 556, in put\n updated_at=utils.get_formatted_timestamp()\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/storage/storage_manager.py\", line 465, in put\n self._validate_unique_resource_id_per_tenant(instance)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/storage/storage_manager.py\", line 359, in _validate_unique_resource_id_per_tenant\n self.current_tenant\nConflictError: already exists on \n"} 2018-08-05 12:15:18,972 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:15:18,972 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:15:18 GMT 2018-08-05 12:15:18,972 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:15:18,972 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1112 2018-08-05 12:15:18,972 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:15:18,973 - functest.core.cloudify - INFO - try 2: Cloudify Manager isn't up and running 2018-08-05 12:15:49,003 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/status 2018-08-05 12:15:49,103 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:15:49,103 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:15:49,103 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:15:49,103 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:15:49,103 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:15:49,103 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:15:49,104 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:15:49,104 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4302, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4310, "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": 9136, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9366, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8744, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8763, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9367, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4270, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 12:15:49,104 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:15:49,104 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:15:49 GMT 2018-08-05 12:15:49,104 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:15:49,104 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2393 2018-08-05 12:15:49,104 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:15:49,104 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4302, 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': 4310, 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': 9136, u'state': u'running', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 9366, 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': 943, 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': 8744, 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': 8763, 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': 9367, 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': 4270, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-05 12:15:49,105 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/status 2018-08-05 12:15:49,195 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:15:49,195 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:15:49,196 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:15:49,196 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:15:49,196 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:15:49,196 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:15:49,196 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:15:49,196 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4302, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4310, "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": 9136, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9366, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8744, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8763, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9367, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4270, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 12:15:49,196 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:15:49,196 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:15:49 GMT 2018-08-05 12:15:49,196 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:15:49,196 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2393 2018-08-05 12:15:49,197 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:15:49,197 - functest.core.cloudify - INFO - The current manager status is running 2018-08-05 12:15:49,197 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.211:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-05 12:15:49,256 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:15:49,257 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:15:49,257 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:15:49,257 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:15:49,257 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:15:49,257 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:15:49,257 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:15:49,257 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-05 12:15:49,257 - cloudify.rest_client.http - DEBUG - reply: "409 CONFLICT" {"message": " already exists on ", "error_code": "conflict_error", "server_traceback": "Traceback (most recent call last):\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 93, in wrapper\n return func(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 133, in wrapper\n response = f(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/resources_v3.py\", line 556, in put\n updated_at=utils.get_formatted_timestamp()\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/storage/storage_manager.py\", line 465, in put\n self._validate_unique_resource_id_per_tenant(instance)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/storage/storage_manager.py\", line 359, in _validate_unique_resource_id_per_tenant\n self.current_tenant\nConflictError: already exists on \n"} 2018-08-05 12:15:49,257 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:15:49,258 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:15:49 GMT 2018-08-05 12:15:49,258 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:15:49,258 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1112 2018-08-05 12:15:49,258 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:15:49,258 - functest.core.cloudify - INFO - try 3: Cloudify Manager isn't up and running 2018-08-05 12:16:19,281 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/status 2018-08-05 12:16:19,377 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:16:19,377 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:16:19,377 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:16:19,377 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:16:19,377 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:16:19,377 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:16:19,378 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:16:19,378 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4302, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4310, "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": 9136, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9366, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8744, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8763, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9367, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4270, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 12:16:19,378 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:16:19,378 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:16:19 GMT 2018-08-05 12:16:19,378 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:16:19,378 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2393 2018-08-05 12:16:19,378 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:16:19,379 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4302, 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': 4310, 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': 9136, u'state': u'running', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 9366, 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': 943, 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': 8744, 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': 8763, 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': 9367, 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': 4270, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-05 12:16:19,379 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/status 2018-08-05 12:16:19,469 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:16:19,470 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:16:19,470 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:16:19,470 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:16:19,470 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:16:19,470 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:16:19,470 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:16:19,470 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4302, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4310, "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": 9136, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9366, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8744, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8763, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9367, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4270, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 12:16:19,470 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:16:19,471 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:16:19 GMT 2018-08-05 12:16:19,471 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:16:19,471 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2393 2018-08-05 12:16:19,471 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:16:19,471 - functest.core.cloudify - INFO - The current manager status is running 2018-08-05 12:16:19,472 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.211:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-05 12:16:19,531 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:16:19,532 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:16:19,532 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:16:19,532 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:16:19,532 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:16:19,532 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:16:19,532 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:16:19,532 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-05 12:16:19,532 - cloudify.rest_client.http - DEBUG - reply: "409 CONFLICT" {"message": " already exists on ", "error_code": "conflict_error", "server_traceback": "Traceback (most recent call last):\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 93, in wrapper\n return func(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 133, in wrapper\n response = f(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/resources_v3.py\", line 556, in put\n updated_at=utils.get_formatted_timestamp()\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/storage/storage_manager.py\", line 465, in put\n self._validate_unique_resource_id_per_tenant(instance)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/storage/storage_manager.py\", line 359, in _validate_unique_resource_id_per_tenant\n self.current_tenant\nConflictError: already exists on \n"} 2018-08-05 12:16:19,532 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:16:19,533 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:16:19 GMT 2018-08-05 12:16:19,533 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:16:19,533 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1112 2018-08-05 12:16:19,533 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:16:19,533 - functest.core.cloudify - INFO - try 4: Cloudify Manager isn't up and running 2018-08-05 12:16:49,540 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/status 2018-08-05 12:16:49,636 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:16:49,636 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:16:49,636 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:16:49,636 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:16:49,636 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:16:49,636 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:16:49,636 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:16:49,636 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4302, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4310, "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": 9136, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9366, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8744, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8763, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9367, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4270, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 12:16:49,637 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:16:49,637 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:16:49 GMT 2018-08-05 12:16:49,637 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:16:49,637 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2393 2018-08-05 12:16:49,637 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:16:49,637 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4302, 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': 4310, 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': 9136, u'state': u'running', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 9366, 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': 943, 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': 8744, 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': 8763, 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': 9367, 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': 4270, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-05 12:16:49,638 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/status 2018-08-05 12:16:49,727 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:16:49,727 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:16:49,727 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:16:49,727 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:16:49,727 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:16:49,728 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:16:49,728 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:16:49,728 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4302, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4310, "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": 9136, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9366, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8744, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8763, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9367, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4270, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 12:16:49,728 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:16:49,728 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:16:49 GMT 2018-08-05 12:16:49,728 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:16:49,728 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2393 2018-08-05 12:16:49,728 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:16:49,729 - functest.core.cloudify - INFO - The current manager status is running 2018-08-05 12:16:49,729 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.211:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-05 12:16:49,788 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:16:49,788 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:16:49,788 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:16:49,789 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:16:49,789 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:16:49,789 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:16:49,789 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:16:49,789 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-05 12:16:49,789 - cloudify.rest_client.http - DEBUG - reply: "409 CONFLICT" {"message": " already exists on ", "error_code": "conflict_error", "server_traceback": "Traceback (most recent call last):\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 93, in wrapper\n return func(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 133, in wrapper\n response = f(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/resources_v3.py\", line 556, in put\n updated_at=utils.get_formatted_timestamp()\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/storage/storage_manager.py\", line 465, in put\n self._validate_unique_resource_id_per_tenant(instance)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/storage/storage_manager.py\", line 359, in _validate_unique_resource_id_per_tenant\n self.current_tenant\nConflictError: already exists on \n"} 2018-08-05 12:16:49,789 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:16:49,789 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:16:49 GMT 2018-08-05 12:16:49,789 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:16:49,790 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1112 2018-08-05 12:16:49,790 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:16:49,790 - functest.core.cloudify - INFO - try 5: Cloudify Manager isn't up and running 2018-08-05 12:17:19,801 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/status 2018-08-05 12:17:19,902 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:17:19,902 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:17:19,902 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:17:19,902 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:17:19,902 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:17:19,903 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:17:19,903 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:17:19,903 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4302, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4310, "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": 9136, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9366, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8744, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8763, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9367, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4270, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 12:17:19,903 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:17:19,903 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:17:19 GMT 2018-08-05 12:17:19,903 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:17:19,903 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2393 2018-08-05 12:17:19,903 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:17:19,904 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4302, 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': 4310, 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': 9136, u'state': u'running', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 9366, 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': 943, 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': 8744, 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': 8763, 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': 9367, 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': 4270, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-05 12:17:19,904 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/status 2018-08-05 12:17:19,994 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:17:19,994 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:17:19,995 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:17:19,995 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:17:19,995 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:17:19,995 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:17:19,995 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:17:19,995 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4302, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4310, "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": 9136, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9366, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8744, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8763, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9367, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4270, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 12:17:19,995 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:17:19,995 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:17:19 GMT 2018-08-05 12:17:19,995 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:17:19,996 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2393 2018-08-05 12:17:19,996 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:17:19,996 - functest.core.cloudify - INFO - The current manager status is running 2018-08-05 12:17:19,996 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.211:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-05 12:17:20,057 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:17:20,057 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:17:20,057 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:17:20,057 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:17:20,057 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:17:20,058 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:17:20,058 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:17:20,058 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-05 12:17:20,058 - cloudify.rest_client.http - DEBUG - reply: "409 CONFLICT" {"message": " already exists on ", "error_code": "conflict_error", "server_traceback": "Traceback (most recent call last):\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 93, in wrapper\n return func(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 133, in wrapper\n response = f(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/resources_v3.py\", line 556, in put\n updated_at=utils.get_formatted_timestamp()\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/storage/storage_manager.py\", line 465, in put\n self._validate_unique_resource_id_per_tenant(instance)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/storage/storage_manager.py\", line 359, in _validate_unique_resource_id_per_tenant\n self.current_tenant\nConflictError: already exists on \n"} 2018-08-05 12:17:20,058 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:17:20,058 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:17:20 GMT 2018-08-05 12:17:20,058 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:17:20,058 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1112 2018-08-05 12:17:20,058 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:17:20,059 - functest.core.cloudify - INFO - try 6: Cloudify Manager isn't up and running 2018-08-05 12:17:50,072 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/status 2018-08-05 12:17:50,177 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:17:50,177 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:17:50,177 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:17:50,177 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:17:50,177 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:17:50,177 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:17:50,178 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:17:50,178 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4302, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4310, "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": 9136, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9366, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8744, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8763, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9367, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4270, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 12:17:50,178 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:17:50,178 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:17:50 GMT 2018-08-05 12:17:50,178 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:17:50,178 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2393 2018-08-05 12:17:50,178 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:17:50,179 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4302, 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': 4310, 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': 9136, u'state': u'running', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 9366, 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': 943, 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': 8744, 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': 8763, 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': 9367, 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': 4270, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-05 12:17:50,179 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/status 2018-08-05 12:17:50,269 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:17:50,270 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:17:50,270 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:17:50,270 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:17:50,270 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:17:50,270 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:17:50,270 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:17:50,270 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4302, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4310, "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": 9136, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9366, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8744, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8763, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9367, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4270, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 12:17:50,270 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:17:50,271 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:17:50 GMT 2018-08-05 12:17:50,271 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:17:50,271 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2393 2018-08-05 12:17:50,271 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:17:50,271 - functest.core.cloudify - INFO - The current manager status is running 2018-08-05 12:17:50,271 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.211:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-05 12:17:50,332 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:17:50,333 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:17:50,333 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:17:50,333 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:17:50,333 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:17:50,333 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:17:50,333 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:17:50,333 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-05 12:17:50,333 - cloudify.rest_client.http - DEBUG - reply: "409 CONFLICT" {"message": " already exists on ", "error_code": "conflict_error", "server_traceback": "Traceback (most recent call last):\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 93, in wrapper\n return func(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 133, in wrapper\n response = f(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/resources_v3.py\", line 556, in put\n updated_at=utils.get_formatted_timestamp()\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/storage/storage_manager.py\", line 465, in put\n self._validate_unique_resource_id_per_tenant(instance)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/storage/storage_manager.py\", line 359, in _validate_unique_resource_id_per_tenant\n self.current_tenant\nConflictError: already exists on \n"} 2018-08-05 12:17:50,334 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:17:50,334 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:17:50 GMT 2018-08-05 12:17:50,334 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:17:50,334 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1112 2018-08-05 12:17:50,334 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:17:50,334 - functest.core.cloudify - INFO - try 7: Cloudify Manager isn't up and running 2018-08-05 12:18:20,335 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/status 2018-08-05 12:18:20,438 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:18:20,438 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:18:20,439 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:18:20,439 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:18:20,439 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:18:20,439 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:18:20,439 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:18:20,439 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4302, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4310, "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": 9136, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9366, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8744, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8763, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9367, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4270, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 12:18:20,439 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:18:20,439 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:18:20 GMT 2018-08-05 12:18:20,439 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:18:20,439 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2393 2018-08-05 12:18:20,440 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:18:20,440 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4302, 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': 4310, 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': 9136, u'state': u'running', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 9366, 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': 943, 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': 8744, 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': 8763, 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': 9367, 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': 4270, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-05 12:18:20,441 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/status 2018-08-05 12:18:20,530 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:18:20,531 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:18:20,531 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:18:20,531 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:18:20,531 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:18:20,531 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:18:20,531 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:18:20,531 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4302, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4310, "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": 9136, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9366, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8744, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8763, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9367, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4270, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 12:18:20,531 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:18:20,532 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:18:20 GMT 2018-08-05 12:18:20,532 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:18:20,532 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2393 2018-08-05 12:18:20,532 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:18:20,532 - functest.core.cloudify - INFO - The current manager status is running 2018-08-05 12:18:20,533 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.211:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-05 12:18:20,592 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:18:20,592 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:18:20,592 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:18:20,592 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:18:20,592 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:18:20,593 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:18:20,593 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:18:20,593 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-05 12:18:20,593 - cloudify.rest_client.http - DEBUG - reply: "409 CONFLICT" {"message": " already exists on ", "error_code": "conflict_error", "server_traceback": "Traceback (most recent call last):\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 93, in wrapper\n return func(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 133, in wrapper\n response = f(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/resources_v3.py\", line 556, in put\n updated_at=utils.get_formatted_timestamp()\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/storage/storage_manager.py\", line 465, in put\n self._validate_unique_resource_id_per_tenant(instance)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/storage/storage_manager.py\", line 359, in _validate_unique_resource_id_per_tenant\n self.current_tenant\nConflictError: already exists on \n"} 2018-08-05 12:18:20,593 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:18:20,593 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:18:20 GMT 2018-08-05 12:18:20,593 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:18:20,593 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1112 2018-08-05 12:18:20,593 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:18:20,594 - functest.core.cloudify - INFO - try 8: Cloudify Manager isn't up and running 2018-08-05 12:18:50,624 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/status 2018-08-05 12:18:50,722 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:18:50,722 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:18:50,722 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:18:50,722 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:18:50,722 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:18:50,722 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:18:50,722 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:18:50,722 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4302, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4310, "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": 9136, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9366, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8744, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8763, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9367, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4270, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 12:18:50,723 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:18:50,723 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:18:50 GMT 2018-08-05 12:18:50,723 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:18:50,723 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2393 2018-08-05 12:18:50,723 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:18:50,723 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4302, 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': 4310, 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': 9136, u'state': u'running', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 9366, 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': 943, 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': 8744, 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': 8763, 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': 9367, 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': 4270, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-05 12:18:50,724 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/status 2018-08-05 12:18:50,856 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:18:50,856 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:18:50,856 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:18:50,856 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:18:50,856 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:18:50,857 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:18:50,857 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:18:50,857 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4302, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4310, "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": 9136, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9366, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8744, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8763, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9367, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4270, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 12:18:50,857 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:18:50,857 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:18:50 GMT 2018-08-05 12:18:50,857 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:18:50,857 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2393 2018-08-05 12:18:50,857 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:18:50,858 - functest.core.cloudify - INFO - The current manager status is running 2018-08-05 12:18:50,858 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.211:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-05 12:18:50,920 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:18:50,921 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:18:50,921 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:18:50,921 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:18:50,921 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:18:50,921 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:18:50,921 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:18:50,921 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-05 12:18:50,921 - cloudify.rest_client.http - DEBUG - reply: "409 CONFLICT" {"message": " already exists on ", "error_code": "conflict_error", "server_traceback": "Traceback (most recent call last):\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 93, in wrapper\n return func(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 133, in wrapper\n response = f(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/resources_v3.py\", line 556, in put\n updated_at=utils.get_formatted_timestamp()\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/storage/storage_manager.py\", line 465, in put\n self._validate_unique_resource_id_per_tenant(instance)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/storage/storage_manager.py\", line 359, in _validate_unique_resource_id_per_tenant\n self.current_tenant\nConflictError: already exists on \n"} 2018-08-05 12:18:50,922 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:18:50,922 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:18:50 GMT 2018-08-05 12:18:50,922 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:18:50,922 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1112 2018-08-05 12:18:50,922 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:18:50,922 - functest.core.cloudify - INFO - try 9: Cloudify Manager isn't up and running 2018-08-05 12:19:20,950 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/status 2018-08-05 12:19:21,047 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:19:21,048 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:19:21,048 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:19:21,048 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:19:21,048 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:19:21,048 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:19:21,048 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:19:21,048 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4302, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4310, "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": 9136, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9366, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8744, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8763, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9367, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4270, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 12:19:21,048 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:19:21,048 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:19:21 GMT 2018-08-05 12:19:21,049 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:19:21,049 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2393 2018-08-05 12:19:21,049 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:19:21,049 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4302, 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': 4310, 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': 9136, u'state': u'running', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 9366, 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': 943, 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': 8744, 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': 8763, 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': 9367, 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': 4270, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-05 12:19:21,050 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.211:80/api/v3/status 2018-08-05 12:19:21,141 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:19:21,141 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:19:21,141 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:19:21,141 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:19:21,141 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:19:21,141 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:19:21,141 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:19:21,142 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4302, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4310, "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": 9136, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 9366, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 943, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8744, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8763, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 9367, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4270, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 12:19:21,142 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:19:21,142 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:19:21 GMT 2018-08-05 12:19:21,142 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:19:21,142 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2393 2018-08-05 12:19:21,142 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:19:21,142 - functest.core.cloudify - INFO - The current manager status is running 2018-08-05 12:19:21,143 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.211:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-05 12:19:21,202 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:19:21,202 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:19:21,202 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:19:21,202 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:19:21,203 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:19:21,203 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:19:21,203 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:19:21,203 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-05 12:19:21,203 - cloudify.rest_client.http - DEBUG - reply: "409 CONFLICT" {"message": " already exists on ", "error_code": "conflict_error", "server_traceback": "Traceback (most recent call last):\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 93, in wrapper\n return func(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/rest_decorators.py\", line 133, in wrapper\n response = f(*args, **kwargs)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/rest/resources_v3.py\", line 556, in put\n updated_at=utils.get_formatted_timestamp()\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/storage/storage_manager.py\", line 465, in put\n self._validate_unique_resource_id_per_tenant(instance)\n File \"/opt/manager/env/lib/python2.7/site-packages/manager_rest/storage/storage_manager.py\", line 359, in _validate_unique_resource_id_per_tenant\n self.current_tenant\nConflictError: already exists on \n"} 2018-08-05 12:19:21,203 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:19:21,203 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:19:21 GMT 2018-08-05 12:19:21,203 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:19:21,203 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1112 2018-08-05 12:19:21,203 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:19:21,204 - functest.core.cloudify - INFO - try 10: Cloudify Manager isn't up and running 2018-08-05 12:19:51,227 - functest.core.cloudify - ERROR - Cloudify Manager isn't up and running 2018-08-05 12:19:51,341 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-05 12:19:51,342 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | cloudify | functest | 09:15 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-05 12:19:51,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-05 12:19:51,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/floatingips/112c86a3-09fa-4527-8a16-040016876668.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:19:52,738 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-173f04c3-a633-417d-980d-a880e0cc925f Content-Length: 0 Date: Sun, 05 Aug 2018 12:19:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 12:19:52,738 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/112c86a3-09fa-4527-8a16-040016876668.json used request id req-173f04c3-a633-417d-980d-a880e0cc925f 2018-08-05 12:19:52,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.38929080963s 2018-08-05 12:19:52,738 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/112c86a3-09fa-4527-8a16-040016876668.json used request id req-173f04c3-a633-417d-980d-a880e0cc925f 2018-08-05 12:19:52,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 12:19:52,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:19:52,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a22f9609-c801-472c-ae2e-7fda252da2c9 Date: Sun, 05 Aug 2018 12:19:52 GMT RESP BODY: {"floatingips": []} 2018-08-05 12:19:52,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-a22f9609-c801-472c-ae2e-7fda252da2c9 2018-08-05 12:19:52,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0657029151917s 2018-08-05 12:19:52,809 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-a22f9609-c801-472c-ae2e-7fda252da2c9 2018-08-05 12:19:52,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-05 12:19:52,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:19:53,195 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 12:19:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8a7fc640-7bc3-4ce1-aaaf-560337f9e69e x-compute-request-id: req-8a7fc640-7bc3-4ce1-aaaf-560337f9e69e Content-Type: application/json 2018-08-05 12:19:53,195 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d used request id req-8a7fc640-7bc3-4ce1-aaaf-560337f9e69e 2018-08-05 12:19:53,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.385336875916s 2018-08-05 12:19:53,196 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d used request id req-8a7fc640-7bc3-4ce1-aaaf-560337f9e69e 2018-08-05 12:19:53,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:19:53,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:19:53,854 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:19:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8cd775f-e5b7-43da-a63c-5cfef7fe96e6 x-compute-request-id: req-a8cd775f-e5b7-43da-a63c-5cfef7fe96e6 Content-Encoding: gzip Content-Length: 767 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify-net_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:4c:a2", "version": 4, "addr": "192.168.120.14", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:4c:a2", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5f147939-04c1-4d0b-92a8-99a5298d385d", "rel": "bookmark"}], "image": {"id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "links": [{"href": "http://172.30.9.46:8774/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:14:32.000000", "flavor": {"id": "1d29a2fe-9557-4518-9baa-7de8e93e0095", "links": [{"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "bookmark"}]}, "id": "5f147939-04c1-4d0b-92a8-99a5298d385d", "security_groups": [{"name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}], "user_id": "95c4095399a940afaf0deb13ff361581", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:19:53Z", "hostId": "09bed17fea7e0f37971727cbb4f535d14e3c7c4986add3562c5c0ad8", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "name": "cloudify-vm_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "created": "2018-08-05T12:12:12Z", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:19:53,855 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-a8cd775f-e5b7-43da-a63c-5cfef7fe96e6 2018-08-05 12:19:53,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.658280134201s 2018-08-05 12:19:53,855 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-a8cd775f-e5b7-43da-a63c-5cfef7fe96e6 2018-08-05 12:19:53,857 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:19:55,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:19:55,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:19:55,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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 x-openstack-request-id: req-b397ddb4-71a5-4e64-bed3-abead10ce0d4 x-compute-request-id: req-b397ddb4-71a5-4e64-bed3-abead10ce0d4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-05 12:19:55,935 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b397ddb4-71a5-4e64-bed3-abead10ce0d4 2018-08-05 12:19:55,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0754151344299s 2018-08-05 12:19:55,935 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b397ddb4-71a5-4e64-bed3-abead10ce0d4 2018-08-05 12:19:55,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 12:19:55,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:19:55,990 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6825 X-Openstack-Request-Id: req-88b9666c-0b68-4947-8fad-626a0566288e Date: Sun, 05 Aug 2018 12:19:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:10:37Z", "updated_at": "2018-08-05T12:10:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "9a559a21-696a-4169-b96e-10ac363e100e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "aa2d2c25-c915-4249-92ec-2c43bdd45da3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "c67be35d-c88a-4c5a-b877-5f3552489c59", "remote_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:10:37Z", "revision_number": 0, "id": "f7d518aa-a2a9-40dc-a641-435d5e160f96", "remote_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "remote_ip_prefix": null, "created_at": "2018-08-05T12:10:37Z", "security_group_id": "91aaad44-30c9-417f-bc08-8f678dba6019", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}], "revision_number": 1, "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "91aaad44-30c9-417f-bc08-8f678dba6019", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:12:09Z", "updated_at": "2018-08-05T12:12:10Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "173d7885-cd15-49d7-91ed-efa8dc778647", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-05T12:12:10Z", "revision_number": 0, "id": "1e2beb09-edb9-4e86-a5e0-333fb25b7648", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:10Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": 443, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-05T12:12:10Z", "revision_number": 0, "id": "65b7b3b5-4edd-4d48-9374-9a017fb3b695", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:10Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "66d56d15-ee5c-40e5-abd1-d920a8e76185", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-05T12:12:10Z", "revision_number": 0, "id": "8f26cc85-a462-43c7-9f18-65ef6206a7c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:10Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-05T12:12:10Z", "revision_number": 0, "id": "babdd9c9-4210-4e92-80ee-d38c9e040493", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:10Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": 80, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "c7a89906-8d6c-4cd3-9397-5f5f4de05d5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:12:09Z", "revision_number": 0, "id": "f16a08a7-900e-4810-a9f6-6aa7faca3563", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:12:09Z", "security_group_id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "port_range_min": null, "ethertype": "IPv6", "project_id": "5d03c650ec294bb3bdbee5a2b297ea05"}], "revision_number": 7, "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "a323e009-59e3-4eaf-a248-bf1e53d90d44", "name": "cloudify-sg_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}]} 2018-08-05 12:19:55,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-88b9666c-0b68-4947-8fad-626a0566288e 2018-08-05 12:19:55,991 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0524780750275s 2018-08-05 12:19:55,991 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-88b9666c-0b68-4947-8fad-626a0566288e 2018-08-05 12:19:55,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-05 12:19:55,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/security-groups/a323e009-59e3-4eaf-a248-bf1e53d90d44.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:19:56,144 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-be7d7b82-b944-4611-a0e4-322b5b89a784 Content-Length: 0 Date: Sun, 05 Aug 2018 12:19:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 12:19:56,145 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/security-groups/a323e009-59e3-4eaf-a248-bf1e53d90d44.json used request id req-be7d7b82-b944-4611-a0e4-322b5b89a784 2018-08-05 12:19:56,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.150191068649s 2018-08-05 12:19:56,145 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/security-groups/a323e009-59e3-4eaf-a248-bf1e53d90d44.json used request id req-be7d7b82-b944-4611-a0e4-322b5b89a784 2018-08-05 12:19:56,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-05 12:19:56,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/os-keypairs/cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:19:56,200 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 12: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 x-openstack-request-id: req-4b457efd-0027-4f15-b907-01ee1ba06736 x-compute-request-id: req-4b457efd-0027-4f15-b907-01ee1ba06736 Content-Length: 0 Content-Type: application/json 2018-08-05 12:19:56,201 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/os-keypairs/cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1 used request id req-4b457efd-0027-4f15-b907-01ee1ba06736 2018-08-05 12:19:56,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0551979541779s 2018-08-05 12:19:56,201 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/os-keypairs/cloudify-kp_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1 used request id req-4b457efd-0027-4f15-b907-01ee1ba06736 2018-08-05 12:19:56,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-05 12:19:56,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/1ab231cb-f7ba-41a0-b50e-20c28b2d2789/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" -d '{"subnet_id": "b8021cc4-b20e-42b4-9e09-16929ff95c41"}' 2018-08-05 12:19:57,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-3d3cab22-d327-4bcb-9191-7bda4b6bea43 Date: Sun, 05 Aug 2018 12:19:57 GMT RESP BODY: {"network_id": "76dc6375-8a4f-4367-ab05-62285d726aa7", "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "subnet_id": "b8021cc4-b20e-42b4-9e09-16929ff95c41", "subnet_ids": ["b8021cc4-b20e-42b4-9e09-16929ff95c41"], "port_id": "f824d907-8a40-4bc6-92f2-ebc757053b37", "id": "1ab231cb-f7ba-41a0-b50e-20c28b2d2789"} 2018-08-05 12:19:57,946 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/1ab231cb-f7ba-41a0-b50e-20c28b2d2789/remove_router_interface.json used request id req-3d3cab22-d327-4bcb-9191-7bda4b6bea43 2018-08-05 12:19:57,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.74458813667s 2018-08-05 12:19:57,946 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/1ab231cb-f7ba-41a0-b50e-20c28b2d2789/remove_router_interface.json used request id req-3d3cab22-d327-4bcb-9191-7bda4b6bea43 returning object 1ab231cb-f7ba-41a0-b50e-20c28b2d2789 2018-08-05 12:19:57,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-05 12:19:57,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:19:58,258 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-eaa92bce-553e-416b-b9b7-a8736a1578ae Date: Sun, 05 Aug 2018 12:19:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "5d03c650ec294bb3bdbee5a2b297ea05", "created_at": "2018-08-05T12:10:38Z", "admin_state_up": true, "updated_at": "2018-08-05T12:19:56Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "1ab231cb-f7ba-41a0-b50e-20c28b2d2789", "name": "cloudify-router_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}]} 2018-08-05 12:19:58,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-eaa92bce-553e-416b-b9b7-a8736a1578ae 2018-08-05 12:19:58,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.311762094498s 2018-08-05 12:19:58,259 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-eaa92bce-553e-416b-b9b7-a8736a1578ae 2018-08-05 12:19:58,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-05 12:19:58,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/routers/1ab231cb-f7ba-41a0-b50e-20c28b2d2789.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:19:59,423 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2bc2efc0-3b00-4f70-a555-50e017e1f3c2 Content-Length: 0 Date: Sun, 05 Aug 2018 12:19:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 12:19:59,423 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/1ab231cb-f7ba-41a0-b50e-20c28b2d2789.json used request id req-2bc2efc0-3b00-4f70-a555-50e017e1f3c2 2018-08-05 12:19:59,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.16298294067s 2018-08-05 12:19:59,424 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/1ab231cb-f7ba-41a0-b50e-20c28b2d2789.json used request id req-2bc2efc0-3b00-4f70-a555-50e017e1f3c2 2018-08-05 12:19:59,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 12:19:59,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:19:59,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-ec0b4082-69de-4afa-bb85-f726ba7bafa4 Date: Sun, 05 Aug 2018 12:19:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"76dc6375-8a4f-4367-ab05-62285d726aa7","tenant_id":"5d03c650ec294bb3bdbee5a2b297ea05","created_at":"2018-08-05T12:10:37Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T12:10:37Z","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":"5d03c650ec294bb3bdbee5a2b297ea05","id":"b8021cc4-b20e-42b4-9e09-16929ff95c41","subnetpool_id":null,"name":"cloudify-subnet_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}]} 2018-08-05 12:19:59,472 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-ec0b4082-69de-4afa-bb85-f726ba7bafa4 2018-08-05 12:19:59,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0476150512695s 2018-08-05 12:19:59,472 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-ec0b4082-69de-4afa-bb85-f726ba7bafa4 2018-08-05 12:19:59,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-05 12:19:59,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/subnets/b8021cc4-b20e-42b4-9e09-16929ff95c41.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:20:00,709 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-44f7ce54-3498-4baf-9cfb-c27e9b573090 Date: Sun, 05 Aug 2018 12:20:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 12:20:00,709 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/b8021cc4-b20e-42b4-9e09-16929ff95c41.json used request id req-44f7ce54-3498-4baf-9cfb-c27e9b573090 2018-08-05 12:20:00,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.23586988449s 2018-08-05 12:20:00,710 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/b8021cc4-b20e-42b4-9e09-16929ff95c41.json used request id req-44f7ce54-3498-4baf-9cfb-c27e9b573090 2018-08-05 12:20:00,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 12:20:00,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:20:00,833 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-42a23eb3-11ec-4f4d-a37e-05027902e762 Date: Sun, 05 Aug 2018 12:20:00 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"76dc6375-8a4f-4367-ab05-62285d726aa7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5d03c650ec294bb3bdbee5a2b297ea05","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T12:20:00Z","qos_policy_id":null,"name":"cloudify-net_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1","admin_state_up":true,"tenant_id":"5d03c650ec294bb3bdbee5a2b297ea05","created_at":"2018-08-05T12:10:37Z","mtu":1450}]} 2018-08-05 12:20:00,833 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-42a23eb3-11ec-4f4d-a37e-05027902e762 2018-08-05 12:20:00,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.122807979584s 2018-08-05 12:20:00,833 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-42a23eb3-11ec-4f4d-a37e-05027902e762 2018-08-05 12:20:00,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-05 12:20:00,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/networks/76dc6375-8a4f-4367-ab05-62285d726aa7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:20:01,826 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a3d6f266-2815-4cd5-a369-fcd7e3da4991 Date: Sun, 05 Aug 2018 12:20:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 12:20:01,826 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/76dc6375-8a4f-4367-ab05-62285d726aa7.json used request id req-a3d6f266-2815-4cd5-a369-fcd7e3da4991 2018-08-05 12:20:01,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.991866111755s 2018-08-05 12:20:01,827 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/76dc6375-8a4f-4367-ab05-62285d726aa7.json used request id req-a3d6f266-2815-4cd5-a369-fcd7e3da4991 2018-08-05 12:20:01,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:20:01,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:20:02,037 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1200 Content-Type: application/json X-Openstack-Request-Id: req-f8ca09c8-4971-40af-bc22-cf52986415ea Date: Sun, 05 Aug 2018 12:20:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e/snap", "metadata": {}}], "file": "/v2/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e/file", "owner": "5d03c650ec294bb3bdbee5a2b297ea05", "id": "a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "size": 4373348352, "self": "/v2/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-05T12:12:08Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-05T12:11:07Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:20:02,037 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-f8ca09c8-4971-40af-bc22-cf52986415ea 2018-08-05 12:20:02,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.206559181213s 2018-08-05 12:20:02,037 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-f8ca09c8-4971-40af-bc22-cf52986415ea 2018-08-05 12:20:02,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-05 12:20:02,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9292/v2/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}fe2ed1c9d0d00624e78ca50d577628faaac97afa" 2018-08-05 12:20:02,691 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-41f2ed46-52df-4a02-a663-efd63824ae15 Date: Sun, 05 Aug 2018 12:20: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-05 12:20:02,691 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e used request id req-41f2ed46-52df-4a02-a663-efd63824ae15 2018-08-05 12:20:02,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.652469873428s 2018-08-05 12:20:02,692 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/a173c4d8-57d3-4a36-b8c2-7e8905a8347e used request id req-41f2ed46-52df-4a02-a663-efd63824ae15 2018-08-05 12:20:02,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 12:20:02,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d04dbe8a1fcf4ec72185aba4f891b3dc16250c5e" 2018-08-05 12:20:02,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:20: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-04d320f1-cfd0-46ec-8acb-7ab4df4c28b1 x-compute-request-id: req-04d320f1-cfd0-46ec-8acb-7ab4df4c28b1 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095", "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": "1d29a2fe-9557-4518-9baa-7de8e93e0095"}]} 2018-08-05 12:20:02,888 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-04d320f1-cfd0-46ec-8acb-7ab4df4c28b1 2018-08-05 12:20:02,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.19615983963s 2018-08-05 12:20:02,889 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-04d320f1-cfd0-46ec-8acb-7ab4df4c28b1 2018-08-05 12:20:02,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 12:20:02,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d04dbe8a1fcf4ec72185aba4f891b3dc16250c5e" 2018-08-05 12:20:02,923 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 12:20: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-ce7353fb-6e6f-4f69-8034-e3ccb2697b70 x-compute-request-id: req-ce7353fb-6e6f-4f69-8034-e3ccb2697b70 Content-Length: 0 Content-Type: application/json 2018-08-05 12:20:02,923 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095 used request id req-ce7353fb-6e6f-4f69-8034-e3ccb2697b70 2018-08-05 12:20:02,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.033212184906s 2018-08-05 12:20:02,924 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/1d29a2fe-9557-4518-9baa-7de8e93e0095 used request id req-ce7353fb-6e6f-4f69-8034-e3ccb2697b70 2018-08-05 12:20:02,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 12:20:02,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d04dbe8a1fcf4ec72185aba4f891b3dc16250c5e" 2018-08-05 12:20:03,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:20:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d239e1d-5b43-449b-8051-6a971ba8973f Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "cloudify-user_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "links": {"self": "http://172.30.9.46:5000/v3/users/95c4095399a940afaf0deb13ff361581"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "95c4095399a940afaf0deb13ff361581", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 12:20:03,027 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-4d239e1d-5b43-449b-8051-6a971ba8973f 2018-08-05 12:20:03,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.102734088898s 2018-08-05 12:20:03,028 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-4d239e1d-5b43-449b-8051-6a971ba8973f 2018-08-05 12:20:03,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 12:20:03,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/users/95c4095399a940afaf0deb13ff361581 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d04dbe8a1fcf4ec72185aba4f891b3dc16250c5e" 2018-08-05 12:20:03,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5eab50bc-b0ba-49ba-bb0d-e58d57eb9ece Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1", "links": {"self": "http://172.30.9.46:5000/v3/users/95c4095399a940afaf0deb13ff361581"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "95c4095399a940afaf0deb13ff361581", "description": null}} 2018-08-05 12:20:03,144 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/95c4095399a940afaf0deb13ff361581 used request id req-5eab50bc-b0ba-49ba-bb0d-e58d57eb9ece 2018-08-05 12:20:03,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.110731124878s 2018-08-05 12:20:03,144 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/95c4095399a940afaf0deb13ff361581 used request id req-5eab50bc-b0ba-49ba-bb0d-e58d57eb9ece 2018-08-05 12:20:03,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-05 12:20:03,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/users/95c4095399a940afaf0deb13ff361581 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d04dbe8a1fcf4ec72185aba4f891b3dc16250c5e" 2018-08-05 12:20:03,342 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 12:20:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3c2c6d41-a460-489a-93ea-36c531c04d5b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 12:20:03,342 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/95c4095399a940afaf0deb13ff361581 used request id req-3c2c6d41-a460-489a-93ea-36c531c04d5b 2018-08-05 12:20:03,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.197124004364s 2018-08-05 12:20:03,342 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/95c4095399a940afaf0deb13ff361581 used request id req-3c2c6d41-a460-489a-93ea-36c531c04d5b 2018-08-05 12:20:03,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 12:20:03,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d04dbe8a1fcf4ec72185aba4f891b3dc16250c5e" 2018-08-05 12:20:03,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5369eb2-05ac-4705-880c-c2be3d2c6fc3 Content-Encoding: gzip Content-Length: 385 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.46:5000/v3/projects/5d03c650ec294bb3bdbee5a2b297ea05"}, "tags": [], "enabled": true, "id": "5d03c650ec294bb3bdbee5a2b297ea05", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_ceda3b6c-c2e8-425a-a785-9a38fcd0fcf1"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-05 12:20:03,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-b5369eb2-05ac-4705-880c-c2be3d2c6fc3 2018-08-05 12:20:03,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.106136083603s 2018-08-05 12:20:03,455 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-b5369eb2-05ac-4705-880c-c2be3d2c6fc3 2018-08-05 12:20:03,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-05 12:20:03,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/projects/5d03c650ec294bb3bdbee5a2b297ea05 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d04dbe8a1fcf4ec72185aba4f891b3dc16250c5e" 2018-08-05 12:20:03,615 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 12:20:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-499f6709-8ef2-4749-83ed-39c93d15845f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 12:20:03,615 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/5d03c650ec294bb3bdbee5a2b297ea05 used request id req-499f6709-8ef2-4749-83ed-39c93d15845f 2018-08-05 12:20:03,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.155315160751s 2018-08-05 12:20:03,615 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/5d03c650ec294bb3bdbee5a2b297ea05 used request id req-499f6709-8ef2-4749-83ed-39c93d15845f 2018-08-05 12:20:03,615 - xtesting.ci.run_tests - ERROR - The test case 'cloudify' failed. 2018-08-05 12:20:03,643 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-08-05 12:20:03,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 12:20:03,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 12:20:03,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 12:20:03,669 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 12:20:03,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 12:20:03,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 12:20:03,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 12:20:03,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 12:20:03,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 12:20:03,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 12:20:03,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 12:20:03,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 12:20:03,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 12:20:03,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 12:20:03,670 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 12:20:03,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 12:20:03,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 12:20:03,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 12:20:03,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 12:20:03,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 12:20:03,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 12:20:03,671 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 12:20:03,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 12:20:03,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:20:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5129a0c2-e381-462d-8aea-5e0bdb766e23 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 12:20:03,678 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-5129a0c2-e381-462d-8aea-5e0bdb766e23 2018-08-05 12:20:03,678 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 12:20:04,062 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T13:20:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["Lqb0R5_hQhaFjqiLDAt13A"], "issued_at": "2018-08-05T12:20:04.000000Z"}} 2018-08-05 12:20:04,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 12:20:04,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" 2018-08-05 12:20:04,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-f7ed77ef-fa12-4d29-82e2-bf8bfede1951 Date: Sun, 05 Aug 2018 12:20:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 12:20:04,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f7ed77ef-fa12-4d29-82e2-bf8bfede1951 2018-08-05 12:20:04,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.479125022888s 2018-08-05 12:20:04,545 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f7ed77ef-fa12-4d29-82e2-bf8bfede1951 2018-08-05 12:20:04,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 12:20:04,554 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 12:20:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f1676d9-b38a-417d-b413-4266faaec844 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.46:5000/v3/", "rel": "self"}]}]}} 2018-08-05 12:20:04,555 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/ used request id req-0f1676d9-b38a-417d-b413-4266faaec844 2018-08-05 12:20:04,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 12:20:04,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" 2018-08-05 12:20:04,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:20:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6a59918-c80f-4933-9376-9461b5f8fca5 Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.46:5000/v3/domains/2e9dbdb0714844c8959b763da4d86693"}, "tags": [], "enabled": true, "id": "2e9dbdb0714844c8959b763da4d86693", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.46:5000/v3/domains", "previous": null, "next": null}} 2018-08-05 12:20:04,651 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-a6a59918-c80f-4933-9376-9461b5f8fca5 2018-08-05 12:20:04,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0956251621246s 2018-08-05 12:20:04,651 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-a6a59918-c80f-4933-9376-9461b5f8fca5 2018-08-05 12:20:04,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-05 12:20:04,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}}' 2018-08-05 12:20:04,799 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 12:20:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4cf3bc3-7941-4f96-9eaf-07f06917561b 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.46:5000/v3/projects/aff4b846b8874780bb6d947c1cceafa2"}, "tags": [], "enabled": true, "id": "aff4b846b8874780bb6d947c1cceafa2", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}} 2018-08-05 12:20:04,799 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-a4cf3bc3-7941-4f96-9eaf-07f06917561b 2018-08-05 12:20:04,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.140509843826s 2018-08-05 12:20:04,799 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-a4cf3bc3-7941-4f96-9eaf-07f06917561b 2018-08-05 12:20:04,800 - 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'aff4b846b8874780bb6d947c1cceafa2', '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_032c9ae8-a20e-4fec-911d-6eefaa7d69a5'}) 2018-08-05 12:20:04,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-05 12:20:04,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "dc35503f-5cc1-47f1-8d93-ffecbbf1134b", "email": null, "name": "cloudify_ims-user_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}}' 2018-08-05 12:20:05,203 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 12:20:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-858c7e3c-bee2-4f84-a28f-3bee62e50a09 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "links": {"self": "http://172.30.9.46:5000/v3/users/4232666b752f4d1da9953c0ddd296652"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4232666b752f4d1da9953c0ddd296652", "domain_id": "default", "password_expires_at": null}} 2018-08-05 12:20:05,204 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-858c7e3c-bee2-4f84-a28f-3bee62e50a09 2018-08-05 12:20:05,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.397643089294s 2018-08-05 12:20:05,204 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-858c7e3c-bee2-4f84-a28f-3bee62e50a09 2018-08-05 12:20:05,205 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'4232666b752f4d1da9953c0ddd296652', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_032c9ae8-a20e-4fec-911d-6eefaa7d69a5'}) 2018-08-05 12:20:05,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 12:20:05,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" 2018-08-05 12:20:05,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-364ddc48-2514-4326-a384-e2f9c1004553 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 12:20:05,315 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-364ddc48-2514-4326-a384-e2f9c1004553 2018-08-05 12:20:05,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.106410980225s 2018-08-05 12:20:05,315 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-364ddc48-2514-4326-a384-e2f9c1004553 2018-08-05 12:20:05,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 12:20:05,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" 2018-08-05 12:20:05,417 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f31d0bb-b137-4e32-9b28-6e88032d6466 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 12:20:05,417 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-2f31d0bb-b137-4e32-9b28-6e88032d6466 2018-08-05 12:20:05,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0973370075226s 2018-08-05 12:20:05,417 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-2f31d0bb-b137-4e32-9b28-6e88032d6466 2018-08-05 12:20:05,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 12:20:05,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" 2018-08-05 12:20:05,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b50aeda0-d7d8-41bd-8ebc-04b5797fc174 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 12:20:05,594 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-b50aeda0-d7d8-41bd-8ebc-04b5797fc174 2018-08-05 12:20:05,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.172333955765s 2018-08-05 12:20:05,595 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-b50aeda0-d7d8-41bd-8ebc-04b5797fc174 2018-08-05 12:20:05,600 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 12:20:05,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" 2018-08-05 12:20:05,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5ceee62d-63c3-48b4-9824-bc229ed0c370 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-05 12:20:05,692 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-5ceee62d-63c3-48b4-9824-bc229ed0c370 2018-08-05 12:20:05,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0922708511353s 2018-08-05 12:20:05,692 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-5ceee62d-63c3-48b4-9824-bc229ed0c370 2018-08-05 12:20:05,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 12:20:05,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" 2018-08-05 12:20:05,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-28f274f2-34f6-4750-aded-784e99cd41f8 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "links": {"self": "http://172.30.9.46:5000/v3/users/4232666b752f4d1da9953c0ddd296652"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4232666b752f4d1da9953c0ddd296652", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 12:20:05,812 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-28f274f2-34f6-4750-aded-784e99cd41f8 2018-08-05 12:20:05,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118674039841s 2018-08-05 12:20:05,813 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-28f274f2-34f6-4750-aded-784e99cd41f8 2018-08-05 12:20:05,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 12:20:05,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" 2018-08-05 12:20:05,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df9cd594-51cf-420c-85e8-be943568616c Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.46:5000/v3/projects/aff4b846b8874780bb6d947c1cceafa2"}, "tags": [], "enabled": true, "id": "aff4b846b8874780bb6d947c1cceafa2", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-05 12:20:05,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-df9cd594-51cf-420c-85e8-be943568616c 2018-08-05 12:20:05,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0949459075928s 2018-08-05 12:20:05,919 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-df9cd594-51cf-420c-85e8-be943568616c 2018-08-05 12:20:05,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-05 12:20:05,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:5000/v3/role_assignments?user.id=4232666b752f4d1da9953c0ddd296652&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=aff4b846b8874780bb6d947c1cceafa2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" 2018-08-05 12:20:06,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:20:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32a08a29-eb0b-4bbc-80db-7287938b69fa Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.46:5000/v3/role_assignments?user.id=4232666b752f4d1da9953c0ddd296652&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=aff4b846b8874780bb6d947c1cceafa2", "previous": null, "next": null}} 2018-08-05 12:20:06,019 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=4232666b752f4d1da9953c0ddd296652&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=aff4b846b8874780bb6d947c1cceafa2 used request id req-32a08a29-eb0b-4bbc-80db-7287938b69fa 2018-08-05 12:20:06,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0919620990753s 2018-08-05 12:20:06,019 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=4232666b752f4d1da9953c0ddd296652&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=aff4b846b8874780bb6d947c1cceafa2 used request id req-32a08a29-eb0b-4bbc-80db-7287938b69fa 2018-08-05 12:20:06,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-05 12:20:06,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:5000/v3/projects/aff4b846b8874780bb6d947c1cceafa2/users/4232666b752f4d1da9953c0ddd296652/roles/6f5c235bf8f846e2ab7d21fb711e4f6d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" 2018-08-05 12:20:06,154 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 12:20:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-81492bd3-cc0f-44eb-8593-5f620a509305 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 12:20:06,154 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/aff4b846b8874780bb6d947c1cceafa2/users/4232666b752f4d1da9953c0ddd296652/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-81492bd3-cc0f-44eb-8593-5f620a509305 2018-08-05 12:20:06,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.131978988647s 2018-08-05 12:20:06,155 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/aff4b846b8874780bb6d947c1cceafa2/users/4232666b752f4d1da9953c0ddd296652/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-81492bd3-cc0f-44eb-8593-5f620a509305 2018-08-05 12:20:06,156 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 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'aff4b846b8874780bb6d947c1cceafa2', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'dc35503f-5cc1-47f1-8d93-ffecbbf1134b', 'username': u'cloudify_ims-user_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.46: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-05 12:20:06,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 12:20:06,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 12:20:06,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 12:20:06,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 12:20:06,157 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 12:20:06,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 12:20:06,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 12:20:06,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 12:20:06,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 12:20:06,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 12:20:06,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 12:20:06,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 12:20:06,158 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 12:20:06,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 12:20:06,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 12:20:06,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 12:20:06,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 12:20:06,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 12:20:06,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 12:20:06,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 12:20:06,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 12:20:06,159 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 12:20:06,161 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'password': 'dc35503f-5cc1-47f1-8d93-ffecbbf1134b', 'project_name': 'cloudify_ims-project_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.46:5000/v3', 'project_id': 'aff4b846b8874780bb6d947c1cceafa2', 'project_domain_name': 'Default'} 2018-08-05 12:20:06,215 - 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-05 12:20:06,229 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-08-05 12:20:06,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 12:20:06,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:20:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fd4bbc2-1e3e-4d9e-a5bc-918629c61037 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 12:20:06,235 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-5fd4bbc2-1e3e-4d9e-a5bc-918629c61037 2018-08-05 12:20:06,236 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 12:20:06,618 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}], "expires_at": "2018-08-05T13:20:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "aff4b846b8874780bb6d947c1cceafa2", "name": "cloudify_ims-project_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_aff4b846b8874780bb6d947c1cceafa2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_aff4b846b8874780bb6d947c1cceafa2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/aff4b846b8874780bb6d947c1cceafa2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/aff4b846b8874780bb6d947c1cceafa2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/aff4b846b8874780bb6d947c1cceafa2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/aff4b846b8874780bb6d947c1cceafa2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/aff4b846b8874780bb6d947c1cceafa2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/aff4b846b8874780bb6d947c1cceafa2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/aff4b846b8874780bb6d947c1cceafa2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/aff4b846b8874780bb6d947c1cceafa2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/aff4b846b8874780bb6d947c1cceafa2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/aff4b846b8874780bb6d947c1cceafa2", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/aff4b846b8874780bb6d947c1cceafa2", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/aff4b846b8874780bb6d947c1cceafa2", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "id": "4232666b752f4d1da9953c0ddd296652"}, "audit_ids": ["s-oIZusYT7uLgr_2qNk3AQ"], "issued_at": "2018-08-05T12:20:06.000000Z"}} 2018-08-05 12:20:06,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-05 12:20:06,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" -d '{"network": {"name": "cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "admin_state_up": true}}' 2018-08-05 12:20:07,152 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 631 X-Openstack-Request-Id: req-bcaa9ee7-13dd-4839-a563-ae31dfd8a192 Date: Sun, 05 Aug 2018 12:20:07 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"e748becf-661b-4e3d-b67c-0b38924ea00a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"aff4b846b8874780bb6d947c1cceafa2","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T12:20:07Z","is_default":false,"name":"cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5","qos_policy_id":null,"admin_state_up":true,"tenant_id":"aff4b846b8874780bb6d947c1cceafa2","created_at":"2018-08-05T12:20:06Z","mtu":1450}} 2018-08-05 12:20:07,153 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-bcaa9ee7-13dd-4839-a563-ae31dfd8a192 2018-08-05 12:20:07,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.53170800209s 2018-08-05 12:20:07,153 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-bcaa9ee7-13dd-4839-a563-ae31dfd8a192 2018-08-05 12:20:07,154 - 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-05T12:20:07Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'e748becf-661b-4e3d-b67c-0b38924ea00a', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'admin_state_up': True, u'tenant_id': u'aff4b846b8874780bb6d947c1cceafa2', u'created_at': u'2018-08-05T12:20:06Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'aff4b846b8874780bb6d947c1cceafa2', u'l2_adjacency': True}) 2018-08-05 12:20:07,154 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 12:20:07,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:20:07,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1233 X-Openstack-Request-Id: req-e191c150-233a-499e-a60b-aa9a13cb4f6d Date: Sun, 05 Aug 2018 12:20:07 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"e748becf-661b-4e3d-b67c-0b38924ea00a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"aff4b846b8874780bb6d947c1cceafa2","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T12:20:07Z","qos_policy_id":null,"name":"cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5","admin_state_up":true,"tenant_id":"aff4b846b8874780bb6d947c1cceafa2","created_at":"2018-08-05T12:20:06Z","mtu":1450}]} 2018-08-05 12:20:07,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-e191c150-233a-499e-a60b-aa9a13cb4f6d 2018-08-05 12:20:07,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.148499011993s 2018-08-05 12:20:07,303 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-e191c150-233a-499e-a60b-aa9a13cb4f6d 2018-08-05 12:20:07,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-05 12:20:07,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" -d '{"subnet": {"name": "cloudify_ims-subnet_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "enable_dhcp": true, "network_id": "e748becf-661b-4e3d-b67c-0b38924ea00a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-05 12:20:08,211 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-337f3bed-a6b3-45d6-845a-8fe2be66572a Date: Sun, 05 Aug 2018 12:20:08 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e748becf-661b-4e3d-b67c-0b38924ea00a","tenant_id":"aff4b846b8874780bb6d947c1cceafa2","created_at":"2018-08-05T12:20:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T12:20:07Z","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":"aff4b846b8874780bb6d947c1cceafa2","id":"5307b3e1-82c4-4364-8f55-72acba1da0f6","subnetpool_id":null,"name":"cloudify_ims-subnet_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}} 2018-08-05 12:20:08,211 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-337f3bed-a6b3-45d6-845a-8fe2be66572a 2018-08-05 12:20:08,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.906249046326s 2018-08-05 12:20:08,212 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-337f3bed-a6b3-45d6-845a-8fe2be66572a 2018-08-05 12:20:08,212 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T12:20:07Z', 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'5307b3e1-82c4-4364-8f55-72acba1da0f6', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'enable_dhcp': True, u'network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a', u'tenant_id': u'aff4b846b8874780bb6d947c1cceafa2', u'created_at': u'2018-08-05T12:20:07Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'aff4b846b8874780bb6d947c1cceafa2'}) 2018-08-05 12:20:08,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-05 12:20:08,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" -d '{"router": {"external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "name": "cloudify_ims-router_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "admin_state_up": true}}' 2018-08-05 12:20:09,854 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-c3876307-83bc-4d84-9d90-325b5c3ebb95 Date: Sun, 05 Aug 2018 12:20:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:20:08Z", "admin_state_up": true, "updated_at": "2018-08-05T12:20:09Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "75e94da1-befd-4efd-b637-548e1720dafc", "name": "cloudify_ims-router_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}} 2018-08-05 12:20:09,854 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-c3876307-83bc-4d84-9d90-325b5c3ebb95 2018-08-05 12:20:09,854 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.64130806923s 2018-08-05 12:20:09,854 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-c3876307-83bc-4d84-9d90-325b5c3ebb95 2018-08-05 12:20:09,855 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T12:20:09Z', u'revision_number': 2, u'id': u'75e94da1-befd-4efd-b637-548e1720dafc', u'external_gateway_info': {u'network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'89972d6a-26a8-4595-baea-47e68ca637c2', u'ip_address': u'172.30.9.206'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-router_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'admin_state_up': True, u'tenant_id': u'aff4b846b8874780bb6d947c1cceafa2', u'created_at': u'2018-08-05T12:20:08Z', u'flavor_id': None, u'routes': [], u'project_id': u'aff4b846b8874780bb6d947c1cceafa2'}) 2018-08-05 12:20:09,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-05 12:20:09,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/75e94da1-befd-4efd-b637-548e1720dafc/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" -d '{"subnet_id": "5307b3e1-82c4-4364-8f55-72acba1da0f6"}' 2018-08-05 12:20:12,425 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-98e62eb8-ce79-49d5-800e-7f5d5ae19352 Date: Sun, 05 Aug 2018 12:20:12 GMT RESP BODY: {"network_id": "e748becf-661b-4e3d-b67c-0b38924ea00a", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "subnet_id": "5307b3e1-82c4-4364-8f55-72acba1da0f6", "subnet_ids": ["5307b3e1-82c4-4364-8f55-72acba1da0f6"], "port_id": "f7db9b0e-bb57-41c2-81bc-d894d99a9d6b", "id": "75e94da1-befd-4efd-b637-548e1720dafc"} 2018-08-05 12:20:12,426 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/75e94da1-befd-4efd-b637-548e1720dafc/add_router_interface.json used request id req-98e62eb8-ce79-49d5-800e-7f5d5ae19352 2018-08-05 12:20:12,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.57012605667s 2018-08-05 12:20:12,426 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/75e94da1-befd-4efd-b637-548e1720dafc/add_router_interface.json used request id req-98e62eb8-ce79-49d5-800e-7f5d5ae19352 returning object 75e94da1-befd-4efd-b637-548e1720dafc 2018-08-05 12:20:12,427 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-05 12:20:34,910 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-05 12:20:34,912 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 12:20:34,918 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 05 Aug 2018 12:20:34 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}]} 2018-08-05 12:20:34,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:20:34,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:20:35,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d2bbb6cb-48b4-47d9-b9bc-3471ee5100af Date: Sun, 05 Aug 2018 12:20:35 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:20:35,132 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-d2bbb6cb-48b4-47d9-b9bc-3471ee5100af 2018-08-05 12:20:35,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.209623098373s 2018-08-05 12:20:35,132 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-d2bbb6cb-48b4-47d9-b9bc-3471ee5100af 2018-08-05 12:20:35,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 12:20:35,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}' 2018-08-05 12:20:35,189 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-776f3ac2-1689-49d2-b9ca-4026865c0a12 Date: Sun, 05 Aug 2018 12:20:35 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8/file", "owner": "aff4b846b8874780bb6d947c1cceafa2", "id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "size": null, "self": "/v2/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-05T12:20:35Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "checksum": null, "created_at": "2018-08-05T12:20:35Z", "protected": false} 2018-08-05 12:20:35,189 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-776f3ac2-1689-49d2-b9ca-4026865c0a12 2018-08-05 12:20:35,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0490798950195s 2018-08-05 12:20:35,190 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-776f3ac2-1689-49d2-b9ca-4026865c0a12 returning object aac3fff0-9d36-4730-8eb0-db5ee38ef0e8 2018-08-05 12:20:35,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 12:20:35,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" -d '' 2018-08-05 12:21:35,459 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1527bdb2-a750-42d5-b89e-308cc822f104 Date: Sun, 05 Aug 2018 12:21:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-05 12:21:35,459 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8/file used request id req-1527bdb2-a750-42d5-b89e-308cc822f104 2018-08-05 12:21:35,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 60.2684881687s 2018-08-05 12:21:35,459 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8/file used request id req-1527bdb2-a750-42d5-b89e-308cc822f104 2018-08-05 12:21:35,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:21:35,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:21:35,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-21edf71a-88d5-4559-a3b4-a9d3f319c4b7 Date: Sun, 05 Aug 2018 12:21:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8/snap", "metadata": {}}], "file": "/v2/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8/file", "owner": "aff4b846b8874780bb6d947c1cceafa2", "id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "size": 4373348352, "self": "/v2/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-05T12:21:35Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-05T12:20:35Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:21:35,525 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-21edf71a-88d5-4559-a3b4-a9d3f319c4b7 2018-08-05 12:21:35,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0611040592194s 2018-08-05 12:21:35,525 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-21edf71a-88d5-4559-a3b4-a9d3f319c4b7 2018-08-05 12:21:35,527 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8/file', 'owner': u'aff4b846b8874780bb6d947c1cceafa2', 'id': u'aac3fff0-9d36-4730-8eb0-db5ee38ef0e8', 'size': 4373348352, u'self': u'/v2/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aff4b846b8874780bb6d947c1cceafa2', 'name': 'cloudify_ims-project_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T12:21:35Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-05T12:21:35Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'created': u'2018-08-05T12:20:35Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-05T12:20:35Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/cloudify_ims-img_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-08-05 12:21:35,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 12:21:35,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-05 12:21:35,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:21: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-327623fa-f1cc-4f2f-be56-87118be0c8a6 x-compute-request-id: req-327623fa-f1cc-4f2f-be56-87118be0c8a6 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "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": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16"}} 2018-08-05 12:21:35,758 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-327623fa-f1cc-4f2f-be56-87118be0c8a6 2018-08-05 12:21:35,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.230045080185s 2018-08-05 12:21:35,758 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-327623fa-f1cc-4f2f-be56-87118be0c8a6 2018-08-05 12:21:35,759 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', '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'd5650b30963342b58320b9e3073d7ddf', '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'2f51662c-f655-4cf0-ae7a-5eb1d05e4c16', 'swap': 0}) 2018-08-05 12:21:35,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 12:21:35,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" -d '{"extra_specs": {}}' 2018-08-05 12:21:35,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:21: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-b46e3ef5-8fc3-4e36-813e-c58b648308fc x-compute-request-id: req-b46e3ef5-8fc3-4e36-813e-c58b648308fc Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 12:21:35,782 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16/os-extra_specs used request id req-b46e3ef5-8fc3-4e36-813e-c58b648308fc 2018-08-05 12:21:35,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.022087097168s 2018-08-05 12:21:35,782 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16/os-extra_specs used request id req-b46e3ef5-8fc3-4e36-813e-c58b648308fc 2018-08-05 12:21:35,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-05 12:21:35,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" -d '{"keypair": {"name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}}' 2018-08-05 12:21:36,083 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:21: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-9343e1d5-c397-4bea-acb5-ba8905ddb93e x-compute-request-id: req-9343e1d5-c397-4bea-acb5-ba8905ddb93e Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4ATJZPWmJpgRMxUr+YmYFns/xs/lSApf6FE2nj7+a/j0SryaRVLUPbnlfowjyTNlnmbLvyv/b0jSaVewsPSByL6EEtbbcATtrMdWnw5X0wQZEGHqE94nOfRgL7b09d8qAkUc8CtRf8geMT/QkRkon/iQ6hMG+x0UMYCj2fmAZnI9O261HLCBzhUs8mBMHCe31t+F7QljKfqy5GA4DeZAmK5/a3sYF2gNT0k74m78rKjtOfN+GjhQhk9wH79xcSM0ObicpeEnFiBPC95VG7c1eGTvGmGJ0k6PCCkX/JjKmImRYn2J1SJNMx9rozXfZe/1k7LabVriHiBjcESsHpG45 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAuAEyWT1piaYETMVK/mJmBZ7P8bP5UgKX+hRNp4+/mv49Eq8m\nkVS1D255X6MI8kzZZ5my78r/29I0mlXsLD0gci+hBLW23AE7azHVp8OV9MEGRBh6\nhPeJzn0YC+29PXfKgJFHPArUX/IHjE/0JEZKJ/4kOoTBvsdFDGAo9n5gGZyPTtut\nRywgc4VLPJgTBwnt9bfhe0JYyn6suRgOA3mQJiuf2t7GBdoDU9JO+Ju/Kyo7Tnzf\nho4UIZPcB+/cXEjNDm4nKXhJxYgTwveVRu3NXhk7xphidJOjwgpF/yYypiJkWJ9i\ndUiTTMfa6M132Xv9ZOy2m1a4h4gY3BErB6RuOQIDAQABAoIBAQCJkmN5cz//6T8X\nwv6R+TG8DAP++4dx+Hx2Pk3c9M3V7TXuTUPxrrp8oiVfCr86oZh+K90sCcOIL76i\nkZE1djJXDSM/KTlhfg5V0/mhJ8trJhIwQXkBBy5iUwbyjDpLxc+ClpwC2Tn1zjg0\ngObRZDg3dHzTv8Q3hjcqzI5z1QK2wiGXpoxAoWWjLPgEVqAgXRkvDKiEe23RUaKC\njwAEYpbpZv7byYAMi18L25/z5zMPyj2ybM+zUvu8ozGPRlApdVbuZXnP7wuIiMfR\nYmTeVW5tK3KgoUafkVEfsr7qV7E//flMjbb5ITVOq9djoq9AWs/8MGvXW69Ao/6s\n5m1iZ9LxAoGBANtisnlVOQtKlxU1BV5IlWQWyVB1W/FihFU2L5JG0tZekppJ8Hbp\nADFVkjwWHg+O6Npqalnk89pptRYRRFxLVgeIHpODVJg4nQnBjxFx0AaWggoKBkLy\nxuHVlgn6Vi8yDC/qqOVwaGJXNf1/0m2r/+hKeC8mGaBaP4DgC/rZrfV1AoGBANa2\n19yWxDjLOrwV/VZt+sbHRUFY40XYPIcl8bj/n0jJkWHMDPETMDoPikpHQx5R0v7y\nd/umIkIJrA1INfsrWc8c+GyWd2T1x4Pk/D/jVgqaKyqWxXa/h1xeLFyX/HtuyFiq\nImtS+4YoShV2WEHx3yjvlymuzkRhaHehCzibkYk1AoGBALVEeX7zQazotqjZJFRg\n2L7YbQJD1fI+mmTl3qyYREDH544AJeW6Y2Rf9fIbvD7Sr+c4IiOgnzQKP4u6PKed\nv7l9aPYtf0o/DNIw0gtx5JZs6Ylt+vp6KoYSumQIKgnY6mT1GRRqqnUG5h9M7Aue\nIFZIocEjU+1AZFQRyxQ7pBa5AoGBAMwcwzYLCPwojmxQxyVLpbMjqf2GH3+9IUUk\n2BaSwnwySgdbMA5YvGblcQRNnEuNY3RDUbYjZ7u5cBqsQ8zCmDyggLTRkSyjzQfg\nPcAKQDgR+OkirRLG3kn7qFZZkYZReRl4mwHFwB/32v1uJFaENS24Hc5dQ+6TXvki\nWgV1NjPlAoGAEPRIMY2sPcX96ztUUv2zaHRUEedcKZ4kq1mMjXJHShFtL4GHQyp+\n6vvflCIaQArgxCMaqkTzidZu0/uy5wZVgXQZcKYvSm22HY3U6BZl22ENIyJ45QTq\ne+SMwAwY3G5jssQE4qpvqxMVELONrTI9G81WzXezxzIwOxtLkWZ81EE=\n-----END RSA PRIVATE KEY-----\n", "user_id": "4232666b752f4d1da9953c0ddd296652", "name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "fingerprint": "a2:64:9a:d2:df:c6:f0:13:ef:e8:6b:5d:de:89:da:2e"}} 2018-08-05 12:21:36,083 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/os-keypairs used request id req-9343e1d5-c397-4bea-acb5-ba8905ddb93e 2018-08-05 12:21:36,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.300432920456s 2018-08-05 12:21:36,084 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/os-keypairs used request id req-9343e1d5-c397-4bea-acb5-ba8905ddb93e 2018-08-05 12:21:36,084 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4ATJZPWmJpgRMxUr+YmYFns/xs/lSApf6FE2nj7+a/j0SryaRVLUPbnlfowjyTNlnmbLvyv/b0jSaVewsPSByL6EEtbbcATtrMdWnw5X0wQZEGHqE94nOfRgL7b09d8qAkUc8CtRf8geMT/QkRkon/iQ6hMG+x0UMYCj2fmAZnI9O261HLCBzhUs8mBMHCe31t+F7QljKfqy5GA4DeZAmK5/a3sYF2gNT0k74m78rKjtOfN+GjhQhk9wH79xcSM0ObicpeEnFiBPC95VG7c1eGTvGmGJ0k6PCCkX/JjKmImRYn2J1SJNMx9rozXfZe/1k7LabVriHiBjcESsHpG45 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAuAEyWT1piaYETMVK/mJmBZ7P8bP5UgKX+hRNp4+/mv49Eq8m\nkVS1D255X6MI8kzZZ5my78r/29I0mlXsLD0gci+hBLW23AE7azHVp8OV9MEGRBh6\nhPeJzn0YC+29PXfKgJFHPArUX/IHjE/0JEZKJ/4kOoTBvsdFDGAo9n5gGZyPTtut\nRywgc4VLPJgTBwnt9bfhe0JYyn6suRgOA3mQJiuf2t7GBdoDU9JO+Ju/Kyo7Tnzf\nho4UIZPcB+/cXEjNDm4nKXhJxYgTwveVRu3NXhk7xphidJOjwgpF/yYypiJkWJ9i\ndUiTTMfa6M132Xv9ZOy2m1a4h4gY3BErB6RuOQIDAQABAoIBAQCJkmN5cz//6T8X\nwv6R+TG8DAP++4dx+Hx2Pk3c9M3V7TXuTUPxrrp8oiVfCr86oZh+K90sCcOIL76i\nkZE1djJXDSM/KTlhfg5V0/mhJ8trJhIwQXkBBy5iUwbyjDpLxc+ClpwC2Tn1zjg0\ngObRZDg3dHzTv8Q3hjcqzI5z1QK2wiGXpoxAoWWjLPgEVqAgXRkvDKiEe23RUaKC\njwAEYpbpZv7byYAMi18L25/z5zMPyj2ybM+zUvu8ozGPRlApdVbuZXnP7wuIiMfR\nYmTeVW5tK3KgoUafkVEfsr7qV7E//flMjbb5ITVOq9djoq9AWs/8MGvXW69Ao/6s\n5m1iZ9LxAoGBANtisnlVOQtKlxU1BV5IlWQWyVB1W/FihFU2L5JG0tZekppJ8Hbp\nADFVkjwWHg+O6Npqalnk89pptRYRRFxLVgeIHpODVJg4nQnBjxFx0AaWggoKBkLy\nxuHVlgn6Vi8yDC/qqOVwaGJXNf1/0m2r/+hKeC8mGaBaP4DgC/rZrfV1AoGBANa2\n19yWxDjLOrwV/VZt+sbHRUFY40XYPIcl8bj/n0jJkWHMDPETMDoPikpHQx5R0v7y\nd/umIkIJrA1INfsrWc8c+GyWd2T1x4Pk/D/jVgqaKyqWxXa/h1xeLFyX/HtuyFiq\nImtS+4YoShV2WEHx3yjvlymuzkRhaHehCzibkYk1AoGBALVEeX7zQazotqjZJFRg\n2L7YbQJD1fI+mmTl3qyYREDH544AJeW6Y2Rf9fIbvD7Sr+c4IiOgnzQKP4u6PKed\nv7l9aPYtf0o/DNIw0gtx5JZs6Ylt+vp6KoYSumQIKgnY6mT1GRRqqnUG5h9M7Aue\nIFZIocEjU+1AZFQRyxQ7pBa5AoGBAMwcwzYLCPwojmxQxyVLpbMjqf2GH3+9IUUk\n2BaSwnwySgdbMA5YvGblcQRNnEuNY3RDUbYjZ7u5cBqsQ8zCmDyggLTRkSyjzQfg\nPcAKQDgR+OkirRLG3kn7qFZZkYZReRl4mwHFwB/32v1uJFaENS24Hc5dQ+6TXvki\nWgV1NjPlAoGAEPRIMY2sPcX96ztUUv2zaHRUEedcKZ4kq1mMjXJHShFtL4GHQyp+\n6vvflCIaQArgxCMaqkTzidZu0/uy5wZVgXQZcKYvSm22HY3U6BZl22ENIyJ45QTq\ne+SMwAwY3G5jssQE4qpvqxMVELONrTI9G81WzXezxzIwOxtLkWZ81EE=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'4232666b752f4d1da9953c0ddd296652', 'name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'created_at': '2018-08-05T12:21:36.084837', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aff4b846b8874780bb6d947c1cceafa2', 'name': 'cloudify_ims-project_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'a2:64:9a:d2:df:c6:f0:13:ef:e8:6b:5d:de:89:da:2e', 'type': 'ssh', 'id': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5'}) 2018-08-05 12:21:36,085 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAuAEyWT1piaYETMVK/mJmBZ7P8bP5UgKX+hRNp4+/mv49Eq8m kVS1D255X6MI8kzZZ5my78r/29I0mlXsLD0gci+hBLW23AE7azHVp8OV9MEGRBh6 hPeJzn0YC+29PXfKgJFHPArUX/IHjE/0JEZKJ/4kOoTBvsdFDGAo9n5gGZyPTtut Rywgc4VLPJgTBwnt9bfhe0JYyn6suRgOA3mQJiuf2t7GBdoDU9JO+Ju/Kyo7Tnzf ho4UIZPcB+/cXEjNDm4nKXhJxYgTwveVRu3NXhk7xphidJOjwgpF/yYypiJkWJ9i dUiTTMfa6M132Xv9ZOy2m1a4h4gY3BErB6RuOQIDAQABAoIBAQCJkmN5cz//6T8X wv6R+TG8DAP++4dx+Hx2Pk3c9M3V7TXuTUPxrrp8oiVfCr86oZh+K90sCcOIL76i kZE1djJXDSM/KTlhfg5V0/mhJ8trJhIwQXkBBy5iUwbyjDpLxc+ClpwC2Tn1zjg0 gObRZDg3dHzTv8Q3hjcqzI5z1QK2wiGXpoxAoWWjLPgEVqAgXRkvDKiEe23RUaKC jwAEYpbpZv7byYAMi18L25/z5zMPyj2ybM+zUvu8ozGPRlApdVbuZXnP7wuIiMfR YmTeVW5tK3KgoUafkVEfsr7qV7E//flMjbb5ITVOq9djoq9AWs/8MGvXW69Ao/6s 5m1iZ9LxAoGBANtisnlVOQtKlxU1BV5IlWQWyVB1W/FihFU2L5JG0tZekppJ8Hbp ADFVkjwWHg+O6Npqalnk89pptRYRRFxLVgeIHpODVJg4nQnBjxFx0AaWggoKBkLy xuHVlgn6Vi8yDC/qqOVwaGJXNf1/0m2r/+hKeC8mGaBaP4DgC/rZrfV1AoGBANa2 19yWxDjLOrwV/VZt+sbHRUFY40XYPIcl8bj/n0jJkWHMDPETMDoPikpHQx5R0v7y d/umIkIJrA1INfsrWc8c+GyWd2T1x4Pk/D/jVgqaKyqWxXa/h1xeLFyX/HtuyFiq ImtS+4YoShV2WEHx3yjvlymuzkRhaHehCzibkYk1AoGBALVEeX7zQazotqjZJFRg 2L7YbQJD1fI+mmTl3qyYREDH544AJeW6Y2Rf9fIbvD7Sr+c4IiOgnzQKP4u6PKed v7l9aPYtf0o/DNIw0gtx5JZs6Ylt+vp6KoYSumQIKgnY6mT1GRRqqnUG5h9M7Aue IFZIocEjU+1AZFQRyxQ7pBa5AoGBAMwcwzYLCPwojmxQxyVLpbMjqf2GH3+9IUUk 2BaSwnwySgdbMA5YvGblcQRNnEuNY3RDUbYjZ7u5cBqsQ8zCmDyggLTRkSyjzQfg PcAKQDgR+OkirRLG3kn7qFZZkYZReRl4mwHFwB/32v1uJFaENS24Hc5dQ+6TXvki WgV1NjPlAoGAEPRIMY2sPcX96ztUUv2zaHRUEedcKZ4kq1mMjXJHShFtL4GHQyp+ 6vvflCIaQArgxCMaqkTzidZu0/uy5wZVgXQZcKYvSm22HY3U6BZl22ENIyJ45QTq e+SMwAwY3G5jssQE4qpvqxMVELONrTI9G81WzXezxzIwOxtLkWZ81EE= -----END RSA PRIVATE KEY----- 2018-08-05 12:21:36,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-05 12:21:36,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" -d '{"security_group": {"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-08-05 12:21:36,483 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-1930c141-70e2-492f-babb-619f6347f386 Date: Sun, 05 Aug 2018 12:21:36 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:21:36Z", "updated_at": "2018-08-05T12:21:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "7582bb68-93f5-4d7f-ac96-deadbe318a44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "f1e83046-0491-4612-9cdd-962cd57e1682", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}], "revision_number": 1, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}} 2018-08-05 12:21:36,483 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-1930c141-70e2-492f-babb-619f6347f386 2018-08-05 12:21:36,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.395490884781s 2018-08-05 12:21:36,484 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-1930c141-70e2-492f-babb-619f6347f386 2018-08-05 12:21:36,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 12:21:36,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:21:36,560 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-3e3fa531-f881-46fb-8e77-fc652c697a6e Date: Sun, 05 Aug 2018 12:21:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:20:06Z", "updated_at": "2018-08-05T12:20:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "84dc99a9-0b37-4441-b05e-949dbcdc0dbf", "remote_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "8ce4f04f-9d80-4878-88cb-b3c59de66756", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "aca7ec80-d61c-48b8-93cd-9f7077869d56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "d80d01b8-d5e3-478a-9b92-2a18e6a67e73", "remote_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}], "revision_number": 1, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:21:36Z", "updated_at": "2018-08-05T12:21:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "7582bb68-93f5-4d7f-ac96-deadbe318a44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "f1e83046-0491-4612-9cdd-962cd57e1682", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}], "revision_number": 1, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}]} 2018-08-05 12:21:36,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-3e3fa531-f881-46fb-8e77-fc652c697a6e 2018-08-05 12:21:36,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0717530250549s 2018-08-05 12:21:36,560 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-3e3fa531-f881-46fb-8e77-fc652c697a6e 2018-08-05 12:21:36,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 12:21:36,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" -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": "3f9eedee-dfdb-481a-80e5-36c3847601ba"}}' 2018-08-05 12:21:36,698 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-5f69f23e-e83b-401d-a1bc-45b0cda3df8b Date: Sun, 05 Aug 2018 12:21: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": 22, "updated_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "port_range_min": 22, "revision_number": 0, "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:21:36Z", "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "a7366b46-77b1-48d5-a2a2-ae475890bb7c"}} 2018-08-05 12:21:36,698 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-5f69f23e-e83b-401d-a1bc-45b0cda3df8b 2018-08-05 12:21:36,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.134102106094s 2018-08-05 12:21:36,699 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-5f69f23e-e83b-401d-a1bc-45b0cda3df8b 2018-08-05 12:21:36,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 12:21:36,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:21:36,754 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-0f1317b5-f0e9-4af1-8ec4-05cdc078da85 Date: Sun, 05 Aug 2018 12:21:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:20:06Z", "updated_at": "2018-08-05T12:20:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "84dc99a9-0b37-4441-b05e-949dbcdc0dbf", "remote_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "8ce4f04f-9d80-4878-88cb-b3c59de66756", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "aca7ec80-d61c-48b8-93cd-9f7077869d56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "d80d01b8-d5e3-478a-9b92-2a18e6a67e73", "remote_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}], "revision_number": 1, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:21:36Z", "updated_at": "2018-08-05T12:21:36Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "7582bb68-93f5-4d7f-ac96-deadbe318a44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "a7366b46-77b1-48d5-a2a2-ae475890bb7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "f1e83046-0491-4612-9cdd-962cd57e1682", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}], "revision_number": 2, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}]} 2018-08-05 12:21:36,755 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-0f1317b5-f0e9-4af1-8ec4-05cdc078da85 2018-08-05 12:21:36,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0524048805237s 2018-08-05 12:21:36,755 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-0f1317b5-f0e9-4af1-8ec4-05cdc078da85 2018-08-05 12:21:36,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 12:21:36,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" -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": "3f9eedee-dfdb-481a-80e5-36c3847601ba"}}' 2018-08-05 12:21:36,890 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-d70a8907-f0f5-47de-aade-07905f096017 Date: Sun, 05 Aug 2018 12:21:36 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-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "port_range_min": null, "revision_number": 0, "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:21:36Z", "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "63cb0675-61d5-499e-a5c1-900f924e0916"}} 2018-08-05 12:21:36,890 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-d70a8907-f0f5-47de-aade-07905f096017 2018-08-05 12:21:36,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.13175201416s 2018-08-05 12:21:36,890 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-d70a8907-f0f5-47de-aade-07905f096017 2018-08-05 12:21:36,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 12:21:36,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:21:36,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-52f89a4c-28d2-4820-bf1c-3a4742c9dd5a Date: Sun, 05 Aug 2018 12:21:36 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:20:06Z", "updated_at": "2018-08-05T12:20:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "84dc99a9-0b37-4441-b05e-949dbcdc0dbf", "remote_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "8ce4f04f-9d80-4878-88cb-b3c59de66756", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "aca7ec80-d61c-48b8-93cd-9f7077869d56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "d80d01b8-d5e3-478a-9b92-2a18e6a67e73", "remote_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}], "revision_number": 1, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:21:36Z", "updated_at": "2018-08-05T12:21:36Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "63cb0675-61d5-499e-a5c1-900f924e0916", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "7582bb68-93f5-4d7f-ac96-deadbe318a44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "a7366b46-77b1-48d5-a2a2-ae475890bb7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "f1e83046-0491-4612-9cdd-962cd57e1682", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}], "revision_number": 3, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}]} 2018-08-05 12:21:36,943 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-52f89a4c-28d2-4820-bf1c-3a4742c9dd5a 2018-08-05 12:21:36,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0494809150696s 2018-08-05 12:21:36,944 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-52f89a4c-28d2-4820-bf1c-3a4742c9dd5a 2018-08-05 12:21:36,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 12:21:36,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" -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": "3f9eedee-dfdb-481a-80e5-36c3847601ba"}}' 2018-08-05 12:21:37,075 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-7f0f4421-a0c7-4881-a50f-1c5caf17e49b Date: Sun, 05 Aug 2018 12:21:37 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-05T12:21:37Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "port_range_min": 80, "revision_number": 0, "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:21:37Z", "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "e9cf2957-cb7c-4dad-8b3a-b41fff730ab3"}} 2018-08-05 12:21:37,075 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-7f0f4421-a0c7-4881-a50f-1c5caf17e49b 2018-08-05 12:21:37,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.128540039062s 2018-08-05 12:21:37,076 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-7f0f4421-a0c7-4881-a50f-1c5caf17e49b 2018-08-05 12:21:37,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 12:21:37,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:21:37,130 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-1c41f42c-f87f-4964-b74a-d1ea14b053b0 Date: Sun, 05 Aug 2018 12:21:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:20:06Z", "updated_at": "2018-08-05T12:20:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "84dc99a9-0b37-4441-b05e-949dbcdc0dbf", "remote_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "8ce4f04f-9d80-4878-88cb-b3c59de66756", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "aca7ec80-d61c-48b8-93cd-9f7077869d56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "d80d01b8-d5e3-478a-9b92-2a18e6a67e73", "remote_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}], "revision_number": 1, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:21:36Z", "updated_at": "2018-08-05T12:21:37Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "63cb0675-61d5-499e-a5c1-900f924e0916", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "7582bb68-93f5-4d7f-ac96-deadbe318a44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "a7366b46-77b1-48d5-a2a2-ae475890bb7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-05T12:21:37Z", "revision_number": 0, "id": "e9cf2957-cb7c-4dad-8b3a-b41fff730ab3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:37Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": 80, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "f1e83046-0491-4612-9cdd-962cd57e1682", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}], "revision_number": 4, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}]} 2018-08-05 12:21:37,130 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-1c41f42c-f87f-4964-b74a-d1ea14b053b0 2018-08-05 12:21:37,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0509829521179s 2018-08-05 12:21:37,131 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-1c41f42c-f87f-4964-b74a-d1ea14b053b0 2018-08-05 12:21:37,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 12:21:37,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" -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": "3f9eedee-dfdb-481a-80e5-36c3847601ba"}}' 2018-08-05 12:21:37,249 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-d78b6883-ba14-45cf-b555-c17460dcf815 Date: Sun, 05 Aug 2018 12:21:37 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-05T12:21:37Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "port_range_min": 443, "revision_number": 0, "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:21:37Z", "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "f3103e55-4b43-4d83-a68c-ec6c6db48b97"}} 2018-08-05 12:21:37,249 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-d78b6883-ba14-45cf-b555-c17460dcf815 2018-08-05 12:21:37,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.114785909653s 2018-08-05 12:21:37,249 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-d78b6883-ba14-45cf-b555-c17460dcf815 2018-08-05 12:21:37,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 12:21:37,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:21:37,307 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-46e773a7-b553-4636-b197-736098350f67 Date: Sun, 05 Aug 2018 12:21:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:20:06Z", "updated_at": "2018-08-05T12:20:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "84dc99a9-0b37-4441-b05e-949dbcdc0dbf", "remote_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "8ce4f04f-9d80-4878-88cb-b3c59de66756", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "aca7ec80-d61c-48b8-93cd-9f7077869d56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "d80d01b8-d5e3-478a-9b92-2a18e6a67e73", "remote_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}], "revision_number": 1, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:21:36Z", "updated_at": "2018-08-05T12:21:37Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "63cb0675-61d5-499e-a5c1-900f924e0916", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "7582bb68-93f5-4d7f-ac96-deadbe318a44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "a7366b46-77b1-48d5-a2a2-ae475890bb7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-05T12:21:37Z", "revision_number": 0, "id": "e9cf2957-cb7c-4dad-8b3a-b41fff730ab3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:37Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": 80, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "f1e83046-0491-4612-9cdd-962cd57e1682", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-05T12:21:37Z", "revision_number": 0, "id": "f3103e55-4b43-4d83-a68c-ec6c6db48b97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:37Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": 443, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}], "revision_number": 5, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}]} 2018-08-05 12:21:37,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-46e773a7-b553-4636-b197-736098350f67 2018-08-05 12:21:37,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0548100471497s 2018-08-05 12:21:37,308 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-46e773a7-b553-4636-b197-736098350f67 2018-08-05 12:21:37,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 12:21:37,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" -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": "3f9eedee-dfdb-481a-80e5-36c3847601ba"}}' 2018-08-05 12:21:37,455 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-11c651d1-598e-4aee-8175-a8cbe4e13945 Date: Sun, 05 Aug 2018 12:21:37 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-05T12:21:37Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "port_range_min": 5671, "revision_number": 0, "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:21:37Z", "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "f5d01acb-155e-422b-bbe9-92d5b9cb4dd4"}} 2018-08-05 12:21:37,455 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-11c651d1-598e-4aee-8175-a8cbe4e13945 2018-08-05 12:21:37,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.144250869751s 2018-08-05 12:21:37,456 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-11c651d1-598e-4aee-8175-a8cbe4e13945 2018-08-05 12:21:37,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 12:21:37,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:21:37,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-0016434b-dc2c-410d-b1d0-f1b20c110ec7 Date: Sun, 05 Aug 2018 12:21:37 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:20:06Z", "updated_at": "2018-08-05T12:20:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "84dc99a9-0b37-4441-b05e-949dbcdc0dbf", "remote_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "8ce4f04f-9d80-4878-88cb-b3c59de66756", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "aca7ec80-d61c-48b8-93cd-9f7077869d56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "d80d01b8-d5e3-478a-9b92-2a18e6a67e73", "remote_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}], "revision_number": 1, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:21:36Z", "updated_at": "2018-08-05T12:21:37Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "63cb0675-61d5-499e-a5c1-900f924e0916", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "7582bb68-93f5-4d7f-ac96-deadbe318a44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "a7366b46-77b1-48d5-a2a2-ae475890bb7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-05T12:21:37Z", "revision_number": 0, "id": "e9cf2957-cb7c-4dad-8b3a-b41fff730ab3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:37Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": 80, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "f1e83046-0491-4612-9cdd-962cd57e1682", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-05T12:21:37Z", "revision_number": 0, "id": "f3103e55-4b43-4d83-a68c-ec6c6db48b97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:37Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": 443, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-05T12:21:37Z", "revision_number": 0, "id": "f5d01acb-155e-422b-bbe9-92d5b9cb4dd4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:37Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}], "revision_number": 6, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}]} 2018-08-05 12:21:37,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-0016434b-dc2c-410d-b1d0-f1b20c110ec7 2018-08-05 12:21:37,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0710580348969s 2018-08-05 12:21:37,531 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-0016434b-dc2c-410d-b1d0-f1b20c110ec7 2018-08-05 12:21:37,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 12:21:37,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" -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": "3f9eedee-dfdb-481a-80e5-36c3847601ba"}}' 2018-08-05 12:21:37,674 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-4647b8e0-eb9c-4a89-85cc-968e248cb946 Date: Sun, 05 Aug 2018 12:21:37 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-05T12:21:37Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "port_range_min": 53333, "revision_number": 0, "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:21:37Z", "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "b5d9f95e-3205-4740-8213-0e2637ae9853"}} 2018-08-05 12:21:37,674 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-4647b8e0-eb9c-4a89-85cc-968e248cb946 2018-08-05 12:21:37,675 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.13964009285s 2018-08-05 12:21:37,675 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-4647b8e0-eb9c-4a89-85cc-968e248cb946 2018-08-05 12:21:37,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 12:21:37,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:21:37,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1277 X-Openstack-Request-Id: req-94dc9672-4d9f-49ad-8629-db745c1ebd01 Date: Sun, 05 Aug 2018 12:21:37 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"e748becf-661b-4e3d-b67c-0b38924ea00a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aff4b846b8874780bb6d947c1cceafa2","l2_adjacency":true,"status":"ACTIVE","subnets":["5307b3e1-82c4-4364-8f55-72acba1da0f6"],"description":"","tags":[],"updated_at":"2018-08-05T12:20:07Z","qos_policy_id":null,"name":"cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5","admin_state_up":true,"tenant_id":"aff4b846b8874780bb6d947c1cceafa2","created_at":"2018-08-05T12:20:06Z","mtu":1450}]} 2018-08-05 12:21:37,788 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-94dc9672-4d9f-49ad-8629-db745c1ebd01 2018-08-05 12:21:37,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.112289190292s 2018-08-05 12:21:37,789 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-94dc9672-4d9f-49ad-8629-db745c1ebd01 2018-08-05 12:21:37,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:21:37,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:21:37,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-0c23218a-f24e-44b7-b1fa-7d46f9613710 Date: Sun, 05 Aug 2018 12:21:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8/snap", "metadata": {}}], "file": "/v2/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8/file", "owner": "aff4b846b8874780bb6d947c1cceafa2", "id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "size": 4373348352, "self": "/v2/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-05T12:21:35Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-05T12:20:35Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:21:37,828 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-0c23218a-f24e-44b7-b1fa-7d46f9613710 2018-08-05 12:21:37,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0341510772705s 2018-08-05 12:21:37,828 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-0c23218a-f24e-44b7-b1fa-7d46f9613710 2018-08-05 12:21:37,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 12:21:37,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:21:37,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:21:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a54ddd21-51a4-41d6-8cbb-d4c7eb2ed81c x-compute-request-id: req-a54ddd21-51a4-41d6-8cbb-d4c7eb2ed81c Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "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": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16"}]} 2018-08-05 12:21:37,857 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-a54ddd21-51a4-41d6-8cbb-d4c7eb2ed81c 2018-08-05 12:21:37,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0277481079102s 2018-08-05 12:21:37,858 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-a54ddd21-51a4-41d6-8cbb-d4c7eb2ed81c 2018-08-05 12:21:37,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-05 12:21:37,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" -d '{"server": {"name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "imageRef": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "flavorRef": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e748becf-661b-4e3d-b67c-0b38924ea00a"}], "security_groups": [{"name": "3f9eedee-dfdb-481a-80e5-36c3847601ba"}]}}' 2018-08-05 12:21:39,479 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 12:21:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-baf1f959-bd97-4963-99a5-5c43b6334fb7 x-compute-request-id: req-baf1f959-bd97-4963-99a5-5c43b6334fb7 Content-Length: 403 location: http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "3f9eedee-dfdb-481a-80e5-36c3847601ba"}], "OS-DCF:diskConfig": "MANUAL", "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "adminPass": "F38fXrAkmq4W"}} 2018-08-05 12:21:39,479 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-baf1f959-bd97-4963-99a5-5c43b6334fb7 2018-08-05 12:21:39,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.61957812309s 2018-08-05 12:21:39,479 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-baf1f959-bd97-4963-99a5-5c43b6334fb7 2018-08-05 12:21:39,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:21:39,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:21:39,951 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:21: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-c11b5942-040f-4c74-8438-706b529b8cb6 x-compute-request-id: req-c11b5942-040f-4c74-8438-706b529b8cb6 Content-Encoding: gzip Content-Length: 605 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "user_id": "4232666b752f4d1da9953c0ddd296652", "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-05T12:21:39Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:21:39,951 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c11b5942-040f-4c74-8438-706b529b8cb6 2018-08-05 12:21:39,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.470873117447s 2018-08-05 12:21:39,951 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c11b5942-040f-4c74-8438-706b529b8cb6 2018-08-05 12:21:39,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 12:21:39,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:21:40,066 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1277 X-Openstack-Request-Id: req-858dc298-914c-495a-96e9-aa2a689786e4 Date: Sun, 05 Aug 2018 12:21:40 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"e748becf-661b-4e3d-b67c-0b38924ea00a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aff4b846b8874780bb6d947c1cceafa2","l2_adjacency":true,"status":"ACTIVE","subnets":["5307b3e1-82c4-4364-8f55-72acba1da0f6"],"description":"","tags":[],"updated_at":"2018-08-05T12:20:07Z","qos_policy_id":null,"name":"cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5","admin_state_up":true,"tenant_id":"aff4b846b8874780bb6d947c1cceafa2","created_at":"2018-08-05T12:20:06Z","mtu":1450}]} 2018-08-05 12:21:40,066 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-858dc298-914c-495a-96e9-aa2a689786e4 2018-08-05 12:21:40,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.108010053635s 2018-08-05 12:21:40,066 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-858dc298-914c-495a-96e9-aa2a689786e4 2018-08-05 12:21:40,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 12:21:40,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:21:40,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-6ac15ef0-362a-4698-8317-6bfab468fd89 Date: Sun, 05 Aug 2018 12:21:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e748becf-661b-4e3d-b67c-0b38924ea00a","tenant_id":"aff4b846b8874780bb6d947c1cceafa2","created_at":"2018-08-05T12:20:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T12:20:07Z","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":"aff4b846b8874780bb6d947c1cceafa2","id":"5307b3e1-82c4-4364-8f55-72acba1da0f6","subnetpool_id":null,"name":"cloudify_ims-subnet_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}]} 2018-08-05 12:21:40,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-6ac15ef0-362a-4698-8317-6bfab468fd89 2018-08-05 12:21:40,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0490009784698s 2018-08-05 12:21:40,117 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-6ac15ef0-362a-4698-8317-6bfab468fd89 2018-08-05 12:21:40,117 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:21:42,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:21:42,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:21:42,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:21: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-5362cc9d-7b4a-4971-ad34-de05ffa30811 x-compute-request-id: req-5362cc9d-7b4a-4971-ad34-de05ffa30811 Content-Encoding: gzip Content-Length: 648 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:21:42,548 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5362cc9d-7b4a-4971-ad34-de05ffa30811 2018-08-05 12:21:42,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.427710056305s 2018-08-05 12:21:42,548 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5362cc9d-7b4a-4971-ad34-de05ffa30811 2018-08-05 12:21:42,552 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:21:44,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:21:44,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:21:44,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:21: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-9f0bbfe3-7cc8-4c88-991a-5ab8f287fb45 x-compute-request-id: req-9f0bbfe3-7cc8-4c88-991a-5ab8f287fb45 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:21:44,987 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9f0bbfe3-7cc8-4c88-991a-5ab8f287fb45 2018-08-05 12:21:44,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.433897972107s 2018-08-05 12:21:44,987 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9f0bbfe3-7cc8-4c88-991a-5ab8f287fb45 2018-08-05 12:21:44,993 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:21:46,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:21:46,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:21:47,226 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:21: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-95ea92df-58c7-47d1-b404-4a05c8633774 x-compute-request-id: req-95ea92df-58c7-47d1-b404-4a05c8633774 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:21:47,227 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-95ea92df-58c7-47d1-b404-4a05c8633774 2018-08-05 12:21:47,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.230908155441s 2018-08-05 12:21:47,227 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-95ea92df-58c7-47d1-b404-4a05c8633774 2018-08-05 12:21:47,231 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:21:49,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:21:49,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:21:49,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:21: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-3a728ce4-2b4e-464c-98b8-09c86e55015f x-compute-request-id: req-3a728ce4-2b4e-464c-98b8-09c86e55015f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:21:49,752 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3a728ce4-2b4e-464c-98b8-09c86e55015f 2018-08-05 12:21:49,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.518537998199s 2018-08-05 12:21:49,753 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3a728ce4-2b4e-464c-98b8-09c86e55015f 2018-08-05 12:21:49,757 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:21:51,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:21:51,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:21:52,174 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:21:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c756f0a6-eaa5-4826-badc-600b62620715 x-compute-request-id: req-c756f0a6-eaa5-4826-badc-600b62620715 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:21:52,174 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c756f0a6-eaa5-4826-badc-600b62620715 2018-08-05 12:21:52,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.415990114212s 2018-08-05 12:21:52,174 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c756f0a6-eaa5-4826-badc-600b62620715 2018-08-05 12:21:52,178 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:21:54,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:21:54,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:21:54,611 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:21:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e8bbb53e-0a0a-435c-89af-890723bb8a26 x-compute-request-id: req-e8bbb53e-0a0a-435c-89af-890723bb8a26 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:21:54,612 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e8bbb53e-0a0a-435c-89af-890723bb8a26 2018-08-05 12:21:54,612 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.431131124496s 2018-08-05 12:21:54,612 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e8bbb53e-0a0a-435c-89af-890723bb8a26 2018-08-05 12:21:54,616 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:21:56,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:21:56,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:21:56,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:21:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a195ae3-8d12-414c-bfe8-a9c7b0334891 x-compute-request-id: req-0a195ae3-8d12-414c-bfe8-a9c7b0334891 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:21:56,831 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0a195ae3-8d12-414c-bfe8-a9c7b0334891 2018-08-05 12:21:56,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.212583065033s 2018-08-05 12:21:56,832 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0a195ae3-8d12-414c-bfe8-a9c7b0334891 2018-08-05 12:21:56,835 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:21:58,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:21:58,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:21:59,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:21: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-169474d6-9dd1-43dd-9a2e-c0dbaf2acfa0 x-compute-request-id: req-169474d6-9dd1-43dd-9a2e-c0dbaf2acfa0 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:21:59,210 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-169474d6-9dd1-43dd-9a2e-c0dbaf2acfa0 2018-08-05 12:21:59,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.372232913971s 2018-08-05 12:21:59,210 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-169474d6-9dd1-43dd-9a2e-c0dbaf2acfa0 2018-08-05 12:21:59,214 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:01,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:01,220 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:01,750 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22: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-7ea4363d-b4c2-4f1e-b4c8-7e3ebd92ec5f x-compute-request-id: req-7ea4363d-b4c2-4f1e-b4c8-7e3ebd92ec5f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:01,750 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-7ea4363d-b4c2-4f1e-b4c8-7e3ebd92ec5f 2018-08-05 12:22:01,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.533266067505s 2018-08-05 12:22:01,751 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-7ea4363d-b4c2-4f1e-b4c8-7e3ebd92ec5f 2018-08-05 12:22:01,754 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:03,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:03,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:04,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22: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-b127a7ea-5abe-4a2f-b350-fc72c63ffaac x-compute-request-id: req-b127a7ea-5abe-4a2f-b350-fc72c63ffaac Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:04,322 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b127a7ea-5abe-4a2f-b350-fc72c63ffaac 2018-08-05 12:22:04,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.565665006638s 2018-08-05 12:22:04,323 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b127a7ea-5abe-4a2f-b350-fc72c63ffaac 2018-08-05 12:22:04,326 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:06,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:06,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:06,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22: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-9579350c-a6a6-45d0-84b4-796ccada2518 x-compute-request-id: req-9579350c-a6a6-45d0-84b4-796ccada2518 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:06,947 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9579350c-a6a6-45d0-84b4-796ccada2518 2018-08-05 12:22:06,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.618319988251s 2018-08-05 12:22:06,947 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9579350c-a6a6-45d0-84b4-796ccada2518 2018-08-05 12:22:06,951 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:08,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:08,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:09,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22: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-d9b0ff14-beda-46e8-9dda-10fd546aab11 x-compute-request-id: req-d9b0ff14-beda-46e8-9dda-10fd546aab11 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:09,158 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-d9b0ff14-beda-46e8-9dda-10fd546aab11 2018-08-05 12:22:09,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.204970121384s 2018-08-05 12:22:09,159 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-d9b0ff14-beda-46e8-9dda-10fd546aab11 2018-08-05 12:22:09,162 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:11,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:11,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:11,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22: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-34606cde-6f25-4eb1-83e1-1141aadd47bb x-compute-request-id: req-34606cde-6f25-4eb1-83e1-1141aadd47bb Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:11,693 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-34606cde-6f25-4eb1-83e1-1141aadd47bb 2018-08-05 12:22:11,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.527464151382s 2018-08-05 12:22:11,693 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-34606cde-6f25-4eb1-83e1-1141aadd47bb 2018-08-05 12:22:11,697 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:13,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:13,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:14,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d2bd85c7-398b-46ed-a41d-d1a72a9ec217 x-compute-request-id: req-d2bd85c7-398b-46ed-a41d-d1a72a9ec217 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:14,100 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-d2bd85c7-398b-46ed-a41d-d1a72a9ec217 2018-08-05 12:22:14,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.400156021118s 2018-08-05 12:22:14,101 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-d2bd85c7-398b-46ed-a41d-d1a72a9ec217 2018-08-05 12:22:14,104 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:16,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:16,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:16,458 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22: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-23346c56-f6ce-458f-bc79-427f48d7de22 x-compute-request-id: req-23346c56-f6ce-458f-bc79-427f48d7de22 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:16,458 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-23346c56-f6ce-458f-bc79-427f48d7de22 2018-08-05 12:22:16,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.35148692131s 2018-08-05 12:22:16,459 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-23346c56-f6ce-458f-bc79-427f48d7de22 2018-08-05 12:22:16,463 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:18,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:18,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:18,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22: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-49d6bc8e-9bd2-467e-b9c7-47c1379633ae x-compute-request-id: req-49d6bc8e-9bd2-467e-b9c7-47c1379633ae Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:18,834 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-49d6bc8e-9bd2-467e-b9c7-47c1379633ae 2018-08-05 12:22:18,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369015932083s 2018-08-05 12:22:18,835 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-49d6bc8e-9bd2-467e-b9c7-47c1379633ae 2018-08-05 12:22:18,839 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:20,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:20,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:21,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22: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-30a071a7-a226-43ee-a3db-78ae724194b5 x-compute-request-id: req-30a071a7-a226-43ee-a3db-78ae724194b5 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:21,219 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-30a071a7-a226-43ee-a3db-78ae724194b5 2018-08-05 12:22:21,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.377990007401s 2018-08-05 12:22:21,220 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-30a071a7-a226-43ee-a3db-78ae724194b5 2018-08-05 12:22:21,223 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:23,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:23,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:23,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22: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-d81d3f9a-3f30-424c-9ab7-2b6d6c59ce55 x-compute-request-id: req-d81d3f9a-3f30-424c-9ab7-2b6d6c59ce55 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:23,609 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-d81d3f9a-3f30-424c-9ab7-2b6d6c59ce55 2018-08-05 12:22:23,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.382911920547s 2018-08-05 12:22:23,609 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-d81d3f9a-3f30-424c-9ab7-2b6d6c59ce55 2018-08-05 12:22:23,614 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:25,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:25,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:25,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22: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-fb5b0160-52a9-4973-9294-7e28465d47c4 x-compute-request-id: req-fb5b0160-52a9-4973-9294-7e28465d47c4 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:25,810 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-fb5b0160-52a9-4973-9294-7e28465d47c4 2018-08-05 12:22:25,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.194182872772s 2018-08-05 12:22:25,811 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-fb5b0160-52a9-4973-9294-7e28465d47c4 2018-08-05 12:22:25,815 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:27,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:27,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:28,313 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22: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-8601af64-ed05-44cc-a743-87a7efcb5110 x-compute-request-id: req-8601af64-ed05-44cc-a743-87a7efcb5110 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:28,313 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-8601af64-ed05-44cc-a743-87a7efcb5110 2018-08-05 12:22:28,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.496004104614s 2018-08-05 12:22:28,314 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-8601af64-ed05-44cc-a743-87a7efcb5110 2018-08-05 12:22:28,318 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:30,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:30,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:30,707 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22: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-69d681fb-0d3c-4bf9-bb5c-3e91179bdab8 x-compute-request-id: req-69d681fb-0d3c-4bf9-bb5c-3e91179bdab8 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:30,707 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-69d681fb-0d3c-4bf9-bb5c-3e91179bdab8 2018-08-05 12:22:30,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.386440992355s 2018-08-05 12:22:30,707 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-69d681fb-0d3c-4bf9-bb5c-3e91179bdab8 2018-08-05 12:22:30,711 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:32,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:32,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:33,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22: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-fd34942c-1ffb-4f90-888e-023b440b208a x-compute-request-id: req-fd34942c-1ffb-4f90-888e-023b440b208a Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:33,260 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-fd34942c-1ffb-4f90-888e-023b440b208a 2018-08-05 12:22:33,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.546203136444s 2018-08-05 12:22:33,261 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-fd34942c-1ffb-4f90-888e-023b440b208a 2018-08-05 12:22:33,264 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:35,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:35,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:35,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22: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-ac05369a-1a97-469b-99fd-410b151682d0 x-compute-request-id: req-ac05369a-1a97-469b-99fd-410b151682d0 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:35,465 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ac05369a-1a97-469b-99fd-410b151682d0 2018-08-05 12:22:35,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.198086977005s 2018-08-05 12:22:35,466 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ac05369a-1a97-469b-99fd-410b151682d0 2018-08-05 12:22:35,469 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:37,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:37,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:37,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22: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-5dc0a57f-5877-45cf-9526-287c641f91ac x-compute-request-id: req-5dc0a57f-5877-45cf-9526-287c641f91ac Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:37,851 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5dc0a57f-5877-45cf-9526-287c641f91ac 2018-08-05 12:22:37,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.378889083862s 2018-08-05 12:22:37,851 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5dc0a57f-5877-45cf-9526-287c641f91ac 2018-08-05 12:22:37,855 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:39,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:39,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:40,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22: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-a390a243-886b-46c2-9981-bf81278a0ae5 x-compute-request-id: req-a390a243-886b-46c2-9981-bf81278a0ae5 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:40,051 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-a390a243-886b-46c2-9981-bf81278a0ae5 2018-08-05 12:22:40,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.193330049515s 2018-08-05 12:22:40,051 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-a390a243-886b-46c2-9981-bf81278a0ae5 2018-08-05 12:22:40,055 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:42,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:42,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:42,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22: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-c6da6a5a-d46c-489b-80b9-b387f18d0a3a x-compute-request-id: req-c6da6a5a-d46c-489b-80b9-b387f18d0a3a Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:42,254 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c6da6a5a-d46c-489b-80b9-b387f18d0a3a 2018-08-05 12:22:42,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.196543216705s 2018-08-05 12:22:42,255 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c6da6a5a-d46c-489b-80b9-b387f18d0a3a 2018-08-05 12:22:42,259 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:44,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:44,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:44,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22: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-141ad225-8224-460e-8667-4dd895b8e11e x-compute-request-id: req-141ad225-8224-460e-8667-4dd895b8e11e Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:44,777 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-141ad225-8224-460e-8667-4dd895b8e11e 2018-08-05 12:22:44,777 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.515734910965s 2018-08-05 12:22:44,777 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-141ad225-8224-460e-8667-4dd895b8e11e 2018-08-05 12:22:44,781 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:46,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:46,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:46,983 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22: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-2660d765-750d-4e2d-becd-32742fae6d2e x-compute-request-id: req-2660d765-750d-4e2d-becd-32742fae6d2e Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:46,983 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2660d765-750d-4e2d-becd-32742fae6d2e 2018-08-05 12:22:46,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.199158906937s 2018-08-05 12:22:46,984 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2660d765-750d-4e2d-becd-32742fae6d2e 2018-08-05 12:22:46,987 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:48,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:48,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:49,412 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22: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-33e5ade7-b850-4c4e-8614-a2ef8340e783 x-compute-request-id: req-33e5ade7-b850-4c4e-8614-a2ef8340e783 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:49,413 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-33e5ade7-b850-4c4e-8614-a2ef8340e783 2018-08-05 12:22:49,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.4225461483s 2018-08-05 12:22:49,413 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-33e5ade7-b850-4c4e-8614-a2ef8340e783 2018-08-05 12:22:49,418 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:51,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:51,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:51,796 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22: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-9f23a10f-5ece-41ae-9b14-a952d7b14d31 x-compute-request-id: req-9f23a10f-5ece-41ae-9b14-a952d7b14d31 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:51,797 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9f23a10f-5ece-41ae-9b14-a952d7b14d31 2018-08-05 12:22:51,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.375510931015s 2018-08-05 12:22:51,797 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9f23a10f-5ece-41ae-9b14-a952d7b14d31 2018-08-05 12:22:51,801 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:53,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:53,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:54,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22: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-f4e43048-1bf3-4607-977a-82c2e06909ad x-compute-request-id: req-f4e43048-1bf3-4607-977a-82c2e06909ad Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:54,037 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f4e43048-1bf3-4607-977a-82c2e06909ad 2018-08-05 12:22:54,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.233541965485s 2018-08-05 12:22:54,038 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f4e43048-1bf3-4607-977a-82c2e06909ad 2018-08-05 12:22:54,042 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:56,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:56,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:56,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22: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-d8a4a4df-465d-4004-b1a9-c592db7c08d4 x-compute-request-id: req-d8a4a4df-465d-4004-b1a9-c592db7c08d4 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:56,447 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-d8a4a4df-465d-4004-b1a9-c592db7c08d4 2018-08-05 12:22:56,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.402951002121s 2018-08-05 12:22:56,448 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-d8a4a4df-465d-4004-b1a9-c592db7c08d4 2018-08-05 12:22:56,451 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:22:58,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:22:58,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:22:58,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:22:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce4b2f4d-f0a8-4281-a05d-83ede6524fa0 x-compute-request-id: req-ce4b2f4d-f0a8-4281-a05d-83ede6524fa0 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:22:58,875 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ce4b2f4d-f0a8-4281-a05d-83ede6524fa0 2018-08-05 12:22:58,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.421133041382s 2018-08-05 12:22:58,876 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ce4b2f4d-f0a8-4281-a05d-83ede6524fa0 2018-08-05 12:22:58,880 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:00,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:00,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:01,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23: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-686b2170-de17-4777-824f-18743f1749c5 x-compute-request-id: req-686b2170-de17-4777-824f-18743f1749c5 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:01,274 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-686b2170-de17-4777-824f-18743f1749c5 2018-08-05 12:23:01,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.391824960709s 2018-08-05 12:23:01,275 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-686b2170-de17-4777-824f-18743f1749c5 2018-08-05 12:23:01,278 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:03,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:03,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:03,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23: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-5c9330c5-2a4e-40ad-9a56-69b723ca6c59 x-compute-request-id: req-5c9330c5-2a4e-40ad-9a56-69b723ca6c59 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:03,486 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5c9330c5-2a4e-40ad-9a56-69b723ca6c59 2018-08-05 12:23:03,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.205458879471s 2018-08-05 12:23:03,487 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5c9330c5-2a4e-40ad-9a56-69b723ca6c59 2018-08-05 12:23:03,491 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:05,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:05,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:05,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23: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-65ac1257-5f16-4ca1-8dc9-12d6d1531b27 x-compute-request-id: req-65ac1257-5f16-4ca1-8dc9-12d6d1531b27 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:05,877 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-65ac1257-5f16-4ca1-8dc9-12d6d1531b27 2018-08-05 12:23:05,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.385603189468s 2018-08-05 12:23:05,878 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-65ac1257-5f16-4ca1-8dc9-12d6d1531b27 2018-08-05 12:23:05,882 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:07,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:07,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:08,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23: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-f66854ff-6dd3-4106-b50b-83220ffec548 x-compute-request-id: req-f66854ff-6dd3-4106-b50b-83220ffec548 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:08,268 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f66854ff-6dd3-4106-b50b-83220ffec548 2018-08-05 12:23:08,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.38409113884s 2018-08-05 12:23:08,269 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f66854ff-6dd3-4106-b50b-83220ffec548 2018-08-05 12:23:08,273 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:10,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:10,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:10,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23: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-abd0d0d9-1a23-4308-8f26-c84bdf3278d1 x-compute-request-id: req-abd0d0d9-1a23-4308-8f26-c84bdf3278d1 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:10,648 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-abd0d0d9-1a23-4308-8f26-c84bdf3278d1 2018-08-05 12:23:10,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.372181177139s 2018-08-05 12:23:10,648 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-abd0d0d9-1a23-4308-8f26-c84bdf3278d1 2018-08-05 12:23:10,652 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:12,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:12,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:13,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23: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-07490bc7-cccc-4fa7-acb3-32ce9dbbc134 x-compute-request-id: req-07490bc7-cccc-4fa7-acb3-32ce9dbbc134 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:13,024 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-07490bc7-cccc-4fa7-acb3-32ce9dbbc134 2018-08-05 12:23:13,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369817972183s 2018-08-05 12:23:13,025 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-07490bc7-cccc-4fa7-acb3-32ce9dbbc134 2018-08-05 12:23:13,028 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:15,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:15,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:15,232 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23: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-f23e4fe6-5821-4c12-bf63-628d7543071c x-compute-request-id: req-f23e4fe6-5821-4c12-bf63-628d7543071c Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:15,232 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f23e4fe6-5821-4c12-bf63-628d7543071c 2018-08-05 12:23:15,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.201200962067s 2018-08-05 12:23:15,233 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f23e4fe6-5821-4c12-bf63-628d7543071c 2018-08-05 12:23:15,236 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:17,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:17,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:17,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23: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-866b3c94-1c57-47c1-a1d6-33ae1605caf7 x-compute-request-id: req-866b3c94-1c57-47c1-a1d6-33ae1605caf7 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:17,615 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-866b3c94-1c57-47c1-a1d6-33ae1605caf7 2018-08-05 12:23:17,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.376344203949s 2018-08-05 12:23:17,616 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-866b3c94-1c57-47c1-a1d6-33ae1605caf7 2018-08-05 12:23:17,620 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:19,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:19,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:19,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23: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-f971919a-3bdc-4551-a107-2b32d34faff9 x-compute-request-id: req-f971919a-3bdc-4551-a107-2b32d34faff9 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:19,994 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f971919a-3bdc-4551-a107-2b32d34faff9 2018-08-05 12:23:19,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.372256994247s 2018-08-05 12:23:19,995 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f971919a-3bdc-4551-a107-2b32d34faff9 2018-08-05 12:23:19,999 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:22,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:22,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:22,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23: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-67be3a1b-5abd-4d0f-8ca8-f241b0724837 x-compute-request-id: req-67be3a1b-5abd-4d0f-8ca8-f241b0724837 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:22,618 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-67be3a1b-5abd-4d0f-8ca8-f241b0724837 2018-08-05 12:23:22,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.616388082504s 2018-08-05 12:23:22,619 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-67be3a1b-5abd-4d0f-8ca8-f241b0724837 2018-08-05 12:23:22,622 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:24,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:24,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:24,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23: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-f7f74150-21aa-4f2a-9a97-9a5044e2768d x-compute-request-id: req-f7f74150-21aa-4f2a-9a97-9a5044e2768d Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:24,823 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f7f74150-21aa-4f2a-9a97-9a5044e2768d 2018-08-05 12:23:24,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.198090076447s 2018-08-05 12:23:24,823 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f7f74150-21aa-4f2a-9a97-9a5044e2768d 2018-08-05 12:23:24,827 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:26,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:26,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:27,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23: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-6662487b-81d0-4dbc-9109-5e50267767be x-compute-request-id: req-6662487b-81d0-4dbc-9109-5e50267767be Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:27,220 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6662487b-81d0-4dbc-9109-5e50267767be 2018-08-05 12:23:27,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.389834880829s 2018-08-05 12:23:27,220 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6662487b-81d0-4dbc-9109-5e50267767be 2018-08-05 12:23:27,224 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:29,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:29,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:29,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23: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-18333f18-7574-40b2-9bd4-206f385d5864 x-compute-request-id: req-18333f18-7574-40b2-9bd4-206f385d5864 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:29,598 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-18333f18-7574-40b2-9bd4-206f385d5864 2018-08-05 12:23:29,598 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.371650934219s 2018-08-05 12:23:29,598 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-18333f18-7574-40b2-9bd4-206f385d5864 2018-08-05 12:23:29,602 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:31,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:31,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:31,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23: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-b9e5a94b-56c5-4ac4-a713-382ae790a48a x-compute-request-id: req-b9e5a94b-56c5-4ac4-a713-382ae790a48a Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:31,802 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b9e5a94b-56c5-4ac4-a713-382ae790a48a 2018-08-05 12:23:31,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.197694063187s 2018-08-05 12:23:31,802 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b9e5a94b-56c5-4ac4-a713-382ae790a48a 2018-08-05 12:23:31,806 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:33,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:33,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:34,158 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23: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-9e33302d-89d4-4512-bb84-8757d834c23f x-compute-request-id: req-9e33302d-89d4-4512-bb84-8757d834c23f Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:34,158 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9e33302d-89d4-4512-bb84-8757d834c23f 2018-08-05 12:23:34,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.349436998367s 2018-08-05 12:23:34,159 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9e33302d-89d4-4512-bb84-8757d834c23f 2018-08-05 12:23:34,162 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:36,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:36,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:36,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a3815ba-1f6a-454a-9f34-d38471aac7bf x-compute-request-id: req-1a3815ba-1f6a-454a-9f34-d38471aac7bf Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:36,358 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1a3815ba-1f6a-454a-9f34-d38471aac7bf 2018-08-05 12:23:36,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.193063020706s 2018-08-05 12:23:36,358 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1a3815ba-1f6a-454a-9f34-d38471aac7bf 2018-08-05 12:23:36,362 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:38,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:38,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:38,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b180da9c-27fb-429a-9364-5409ff64a910 x-compute-request-id: req-b180da9c-27fb-429a-9364-5409ff64a910 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:38,733 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b180da9c-27fb-429a-9364-5409ff64a910 2018-08-05 12:23:38,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368517875671s 2018-08-05 12:23:38,733 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b180da9c-27fb-429a-9364-5409ff64a910 2018-08-05 12:23:38,737 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:40,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:40,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:41,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23: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-aa05821e-b56e-40a8-abe8-2016ace5abb1 x-compute-request-id: req-aa05821e-b56e-40a8-abe8-2016ace5abb1 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:41,089 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-aa05821e-b56e-40a8-abe8-2016ace5abb1 2018-08-05 12:23:41,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.349400043488s 2018-08-05 12:23:41,089 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-aa05821e-b56e-40a8-abe8-2016ace5abb1 2018-08-05 12:23:41,093 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:43,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:43,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:43,472 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23: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-527ce319-c4bd-4b9a-a7d3-d95bf42b44c2 x-compute-request-id: req-527ce319-c4bd-4b9a-a7d3-d95bf42b44c2 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:43,472 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-527ce319-c4bd-4b9a-a7d3-d95bf42b44c2 2018-08-05 12:23:43,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.375910997391s 2018-08-05 12:23:43,472 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-527ce319-c4bd-4b9a-a7d3-d95bf42b44c2 2018-08-05 12:23:43,476 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:45,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:45,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:45,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-981c2ce2-5b09-40da-85e6-cec288e099de x-compute-request-id: req-981c2ce2-5b09-40da-85e6-cec288e099de Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:45,681 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-981c2ce2-5b09-40da-85e6-cec288e099de 2018-08-05 12:23:45,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.202723026276s 2018-08-05 12:23:45,682 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-981c2ce2-5b09-40da-85e6-cec288e099de 2018-08-05 12:23:45,686 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:47,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:47,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:47,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23: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-e22db5f2-c2da-42ca-a121-a6b525b4f7ae x-compute-request-id: req-e22db5f2-c2da-42ca-a121-a6b525b4f7ae Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:47,877 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e22db5f2-c2da-42ca-a121-a6b525b4f7ae 2018-08-05 12:23:47,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.189395904541s 2018-08-05 12:23:47,878 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e22db5f2-c2da-42ca-a121-a6b525b4f7ae 2018-08-05 12:23:47,882 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:49,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:49,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:50,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23: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-bc6e28a1-d71f-456e-8c6c-20513fe5d9ce x-compute-request-id: req-bc6e28a1-d71f-456e-8c6c-20513fe5d9ce Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:50,230 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-bc6e28a1-d71f-456e-8c6c-20513fe5d9ce 2018-08-05 12:23:50,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.346229076385s 2018-08-05 12:23:50,231 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-bc6e28a1-d71f-456e-8c6c-20513fe5d9ce 2018-08-05 12:23:50,235 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:52,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:52,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:52,443 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23: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-b1cf3417-60c5-418c-8324-71b27237e6d4 x-compute-request-id: req-b1cf3417-60c5-418c-8324-71b27237e6d4 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:52,444 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b1cf3417-60c5-418c-8324-71b27237e6d4 2018-08-05 12:23:52,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.206305027008s 2018-08-05 12:23:52,444 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b1cf3417-60c5-418c-8324-71b27237e6d4 2018-08-05 12:23:52,448 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:54,450 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:54,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:54,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23: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-762f8043-f2cc-4396-8e03-47b2f3def60b x-compute-request-id: req-762f8043-f2cc-4396-8e03-47b2f3def60b Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:54,648 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-762f8043-f2cc-4396-8e03-47b2f3def60b 2018-08-05 12:23:54,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.19784784317s 2018-08-05 12:23:54,648 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-762f8043-f2cc-4396-8e03-47b2f3def60b 2018-08-05 12:23:54,652 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:56,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:56,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:57,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23: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-91659112-8dfb-4015-a7a2-3a9c97fdab21 x-compute-request-id: req-91659112-8dfb-4015-a7a2-3a9c97fdab21 Content-Encoding: gzip Content-Length: 670 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T12:21:41Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:57,069 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-91659112-8dfb-4015-a7a2-3a9c97fdab21 2018-08-05 12:23:57,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.414523839951s 2018-08-05 12:23:57,070 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-91659112-8dfb-4015-a7a2-3a9c97fdab21 2018-08-05 12:23:57,074 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:23:59,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:23:59,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:59,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:23: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-2cb97a31-be3b-4f32-ba55-71f93db3f5e4 x-compute-request-id: req-2cb97a31-be3b-4f32-ba55-71f93db3f5e4 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:32:ad", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:23:57.000000", "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:23:57Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:23:59,444 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2cb97a31-be3b-4f32-ba55-71f93db3f5e4 2018-08-05 12:23:59,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367591142654s 2018-08-05 12:23:59,444 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2cb97a31-be3b-4f32-ba55-71f93db3f5e4 2018-08-05 12:23:59,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-05 12:23:59,449 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/ports.json?device_id=692fae10-f237-471f-a5b1-10c3d1df539c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:59,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-df1ad07f-2431-44a4-9bbd-e24c12ef17ec Date: Sun, 05 Aug 2018 12:23:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-05T12:23:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5307b3e1-82c4-4364-8f55-72acba1da0f6","ip_address":"192.168.120.6"}],"id":"bfb64ce5-02d1-48e7-abec-8ceda4433c7c","security_groups":["3f9eedee-dfdb-481a-80e5-36c3847601ba"],"mac_address":"fa:16:3e:f3:32:ad","project_id":"aff4b846b8874780bb6d947c1cceafa2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e748becf-661b-4e3d-b67c-0b38924ea00a","tenant_id":"aff4b846b8874780bb6d947c1cceafa2","created_at":"2018-08-05T12:21:42Z","binding:vnic_type":"normal","device_id":"692fae10-f237-471f-a5b1-10c3d1df539c","ip_allocation":"immediate"}]} 2018-08-05 12:23:59,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=692fae10-f237-471f-a5b1-10c3d1df539c used request id req-df1ad07f-2431-44a4-9bbd-e24c12ef17ec 2018-08-05 12:23:59,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0610740184784s 2018-08-05 12:23:59,510 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=692fae10-f237-471f-a5b1-10c3d1df539c used request id req-df1ad07f-2431-44a4-9bbd-e24c12ef17ec 2018-08-05 12:23:59,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 12:23:59,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/floatingips.json?port_id=bfb64ce5-02d1-48e7-abec-8ceda4433c7c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:59,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-82a74db4-50a2-42a5-84bf-6f409c45a00a Date: Sun, 05 Aug 2018 12:23:59 GMT RESP BODY: {"floatingips": []} 2018-08-05 12:23:59,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=bfb64ce5-02d1-48e7-abec-8ceda4433c7c used request id req-82a74db4-50a2-42a5-84bf-6f409c45a00a 2018-08-05 12:23:59,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0489349365234s 2018-08-05 12:23:59,564 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=bfb64ce5-02d1-48e7-abec-8ceda4433c7c used request id req-82a74db4-50a2-42a5-84bf-6f409c45a00a 2018-08-05 12:23:59,565 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f3:32:ad', 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'aac3fff0-9d36-4730-8eb0-db5ee38ef0e8'}), 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-05T12:23:57.000000', 'flavor': Munch({u'id': u'2f51662c-f655-4cf0-ae7a-5eb1d05e4c16'}), 'az': u'nova', 'id': u'692fae10-f237-471f-a5b1-10c3d1df539c', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4232666b752f4d1da9953c0ddd296652', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aff4b846b8874780bb6d947c1cceafa2', 'name': 'cloudify_ims-project_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', '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-05T12:23:57.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-05T12:23:57Z', 'hostId': u'32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'public_v6': '', 'private_v4': u'192.168.120.6', 'cloud': 'envvars', 'host_id': u'32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591', '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-05T12:23:57.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'aff4b846b8874780bb6d947c1cceafa2', 'name': u'cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'adminPass': u'F38fXrAkmq4W', 'tenant_id': u'aff4b846b8874780bb6d947c1cceafa2', 'created_at': u'2018-08-05T12:21:39Z', 'created': u'2018-08-05T12:21:39Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-05 12:23:59,568 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 12:23:59,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:59,681 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1277 X-Openstack-Request-Id: req-08515af0-4545-49fb-975d-6360ec4c2b39 Date: Sun, 05 Aug 2018 12:23:59 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"e748becf-661b-4e3d-b67c-0b38924ea00a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aff4b846b8874780bb6d947c1cceafa2","l2_adjacency":true,"status":"ACTIVE","subnets":["5307b3e1-82c4-4364-8f55-72acba1da0f6"],"description":"","tags":[],"updated_at":"2018-08-05T12:20:07Z","qos_policy_id":null,"name":"cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5","admin_state_up":true,"tenant_id":"aff4b846b8874780bb6d947c1cceafa2","created_at":"2018-08-05T12:20:06Z","mtu":1450}]} 2018-08-05 12:23:59,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-08515af0-4545-49fb-975d-6360ec4c2b39 2018-08-05 12:23:59,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113374948502s 2018-08-05 12:23:59,682 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-08515af0-4545-49fb-975d-6360ec4c2b39 2018-08-05 12:23:59,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-05 12:23:59,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/ports.json?device_id=692fae10-f237-471f-a5b1-10c3d1df539c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:23:59,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-e06c1f29-26c6-4fcf-b00f-a5981c3da67f Date: Sun, 05 Aug 2018 12:23:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-05T12:23:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"5307b3e1-82c4-4364-8f55-72acba1da0f6","ip_address":"192.168.120.6"}],"id":"bfb64ce5-02d1-48e7-abec-8ceda4433c7c","security_groups":["3f9eedee-dfdb-481a-80e5-36c3847601ba"],"mac_address":"fa:16:3e:f3:32:ad","project_id":"aff4b846b8874780bb6d947c1cceafa2","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e748becf-661b-4e3d-b67c-0b38924ea00a","tenant_id":"aff4b846b8874780bb6d947c1cceafa2","created_at":"2018-08-05T12:21:42Z","binding:vnic_type":"normal","device_id":"692fae10-f237-471f-a5b1-10c3d1df539c","ip_allocation":"immediate"}]} 2018-08-05 12:23:59,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=692fae10-f237-471f-a5b1-10c3d1df539c used request id req-e06c1f29-26c6-4fcf-b00f-a5981c3da67f 2018-08-05 12:23:59,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0590100288391s 2018-08-05 12:23:59,742 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=692fae10-f237-471f-a5b1-10c3d1df539c used request id req-e06c1f29-26c6-4fcf-b00f-a5981c3da67f 2018-08-05 12:23:59,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-05 12:23:59,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" -d '{"floatingip": {"floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "fixed_ip_address": "192.168.120.6", "port_id": "bfb64ce5-02d1-48e7-abec-8ceda4433c7c"}}' 2018-08-05 12:24:02,063 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-27eba818-c956-4a92-bf8c-6c101866a026 Date: Sun, 05 Aug 2018 12:24:02 GMT RESP BODY: {"floatingip": {"router_id": "75e94da1-befd-4efd-b637-548e1720dafc", "status": "DOWN", "description": "", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:24:00Z", "updated_at": "2018-08-05T12:24:00Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "e748becf-661b-4e3d-b67c-0b38924ea00a", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f3:32:ad", "device_id": "692fae10-f237-471f-a5b1-10c3d1df539c"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "port_id": "bfb64ce5-02d1-48e7-abec-8ceda4433c7c", "id": "9db6b262-9cfc-445f-b4b9-3efee7fd905e", "qos_policy_id": null}} 2018-08-05 12:24:02,063 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-27eba818-c956-4a92-bf8c-6c101866a026 2018-08-05 12:24:02,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.31999516487s 2018-08-05 12:24:02,064 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-27eba818-c956-4a92-bf8c-6c101866a026 2018-08-05 12:24:02,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 12:24:02,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:24:02,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-e457121f-5d36-4cec-bc48-481832994977 Date: Sun, 05 Aug 2018 12:24:02 GMT RESP BODY: {"floatingips": [{"router_id": "75e94da1-befd-4efd-b637-548e1720dafc", "status": "DOWN", "description": "", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:24:00Z", "updated_at": "2018-08-05T12:24:00Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "e748becf-661b-4e3d-b67c-0b38924ea00a", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f3:32:ad", "device_id": "692fae10-f237-471f-a5b1-10c3d1df539c"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "port_id": "bfb64ce5-02d1-48e7-abec-8ceda4433c7c", "id": "9db6b262-9cfc-445f-b4b9-3efee7fd905e", "qos_policy_id": null}]} 2018-08-05 12:24:02,151 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-e457121f-5d36-4cec-bc48-481832994977 2018-08-05 12:24:02,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0798108577728s 2018-08-05 12:24:02,152 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-e457121f-5d36-4cec-bc48-481832994977 2018-08-05 12:24:02,156 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 12:24:02,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 12:24:02,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:24:02,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-ef02df76-49b0-42b5-946b-d0df2a21c8cb Date: Sun, 05 Aug 2018 12:24:02 GMT RESP BODY: {"floatingips": [{"router_id": "75e94da1-befd-4efd-b637-548e1720dafc", "status": "DOWN", "description": "", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:24:00Z", "updated_at": "2018-08-05T12:24:00Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "e748becf-661b-4e3d-b67c-0b38924ea00a", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f3:32:ad", "device_id": "692fae10-f237-471f-a5b1-10c3d1df539c"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "port_id": "bfb64ce5-02d1-48e7-abec-8ceda4433c7c", "id": "9db6b262-9cfc-445f-b4b9-3efee7fd905e", "qos_policy_id": null}]} 2018-08-05 12:24:02,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-ef02df76-49b0-42b5-946b-d0df2a21c8cb 2018-08-05 12:24:02,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0651729106903s 2018-08-05 12:24:02,327 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-ef02df76-49b0-42b5-946b-d0df2a21c8cb 2018-08-05 12:24:02,330 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 12:24:02,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 12:24:02,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:24:02,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-0f13fec8-47c9-4583-abbf-870463638690 Date: Sun, 05 Aug 2018 12:24:02 GMT RESP BODY: {"floatingips": [{"router_id": "75e94da1-befd-4efd-b637-548e1720dafc", "status": "DOWN", "description": "", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:24:00Z", "updated_at": "2018-08-05T12:24:00Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "e748becf-661b-4e3d-b67c-0b38924ea00a", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f3:32:ad", "device_id": "692fae10-f237-471f-a5b1-10c3d1df539c"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "port_id": "bfb64ce5-02d1-48e7-abec-8ceda4433c7c", "id": "9db6b262-9cfc-445f-b4b9-3efee7fd905e", "qos_policy_id": null}]} 2018-08-05 12:24:02,496 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-0f13fec8-47c9-4583-abbf-870463638690 2018-08-05 12:24:02,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0611209869385s 2018-08-05 12:24:02,497 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-0f13fec8-47c9-4583-abbf-870463638690 2018-08-05 12:24:02,500 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 12:24:02,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 12:24:02,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:24:02,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-53c96b4f-173e-4d08-8c4e-04e70b74bc66 Date: Sun, 05 Aug 2018 12:24:02 GMT RESP BODY: {"floatingips": [{"router_id": "75e94da1-befd-4efd-b637-548e1720dafc", "status": "DOWN", "description": "", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:24:00Z", "updated_at": "2018-08-05T12:24:00Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "e748becf-661b-4e3d-b67c-0b38924ea00a", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f3:32:ad", "device_id": "692fae10-f237-471f-a5b1-10c3d1df539c"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "port_id": "bfb64ce5-02d1-48e7-abec-8ceda4433c7c", "id": "9db6b262-9cfc-445f-b4b9-3efee7fd905e", "qos_policy_id": null}]} 2018-08-05 12:24:02,676 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-53c96b4f-173e-4d08-8c4e-04e70b74bc66 2018-08-05 12:24:02,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.070897102356s 2018-08-05 12:24:02,676 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-53c96b4f-173e-4d08-8c4e-04e70b74bc66 2018-08-05 12:24:02,680 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 12:24:02,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 12:24:02,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:24:02,843 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-39ffac29-8179-4dfc-960f-83acfffb697f Date: Sun, 05 Aug 2018 12:24:02 GMT RESP BODY: {"floatingips": [{"router_id": "75e94da1-befd-4efd-b637-548e1720dafc", "status": "DOWN", "description": "", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:24:00Z", "updated_at": "2018-08-05T12:24:00Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "e748becf-661b-4e3d-b67c-0b38924ea00a", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f3:32:ad", "device_id": "692fae10-f237-471f-a5b1-10c3d1df539c"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "port_id": "bfb64ce5-02d1-48e7-abec-8ceda4433c7c", "id": "9db6b262-9cfc-445f-b4b9-3efee7fd905e", "qos_policy_id": null}]} 2018-08-05 12:24:02,844 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-39ffac29-8179-4dfc-960f-83acfffb697f 2018-08-05 12:24:02,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0586750507355s 2018-08-05 12:24:02,844 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-39ffac29-8179-4dfc-960f-83acfffb697f 2018-08-05 12:24:02,848 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 12:24:02,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 12:24:02,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:24:03,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-8577719b-edd3-4a7d-8953-9c70711c5633 Date: Sun, 05 Aug 2018 12:24:03 GMT RESP BODY: {"floatingips": [{"router_id": "75e94da1-befd-4efd-b637-548e1720dafc", "status": "DOWN", "description": "", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:24:00Z", "updated_at": "2018-08-05T12:24:00Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "e748becf-661b-4e3d-b67c-0b38924ea00a", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f3:32:ad", "device_id": "692fae10-f237-471f-a5b1-10c3d1df539c"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "port_id": "bfb64ce5-02d1-48e7-abec-8ceda4433c7c", "id": "9db6b262-9cfc-445f-b4b9-3efee7fd905e", "qos_policy_id": null}]} 2018-08-05 12:24:03,013 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-8577719b-edd3-4a7d-8953-9c70711c5633 2018-08-05 12:24:03,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0604069232941s 2018-08-05 12:24:03,013 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-8577719b-edd3-4a7d-8953-9c70711c5633 2018-08-05 12:24:03,017 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 12:24:03,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 12:24:03,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:24:03,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-4161f12f-5824-4b23-8eae-8ee8843b652e Date: Sun, 05 Aug 2018 12:24:03 GMT RESP BODY: {"floatingips": [{"router_id": "75e94da1-befd-4efd-b637-548e1720dafc", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:24:00Z", "updated_at": "2018-08-05T12:24:03Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "e748becf-661b-4e3d-b67c-0b38924ea00a", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f3:32:ad", "device_id": "692fae10-f237-471f-a5b1-10c3d1df539c"}, "fixed_ip_address": "192.168.120.6", "floating_ip_address": "172.30.9.202", "revision_number": 1, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "port_id": "bfb64ce5-02d1-48e7-abec-8ceda4433c7c", "id": "9db6b262-9cfc-445f-b4b9-3efee7fd905e", "qos_policy_id": null}]} 2018-08-05 12:24:03,184 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-4161f12f-5824-4b23-8eae-8ee8843b652e 2018-08-05 12:24:03,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0620119571686s 2018-08-05 12:24:03,184 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-4161f12f-5824-4b23-8eae-8ee8843b652e 2018-08-05 12:24:03,187 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'75e94da1-befd-4efd-b637-548e1720dafc', 'updated_at': u'2018-08-05T12:24:03Z', 'fixed_ip_address': u'192.168.120.6', 'floating_ip_address': u'172.30.9.202', 'revision_number': 1, 'port_id': u'bfb64ce5-02d1-48e7-abec-8ceda4433c7c', 'id': u'9db6b262-9cfc-445f-b4b9-3efee7fd905e', 'network': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 'port': u'bfb64ce5-02d1-48e7-abec-8ceda4433c7c', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aff4b846b8874780bb6d947c1cceafa2', 'name': 'cloudify_ims-project_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'aff4b846b8874780bb6d947c1cceafa2', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:f3:32:ad', u'device_id': u'692fae10-f237-471f-a5b1-10c3d1df539c'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'aff4b846b8874780bb6d947c1cceafa2', 'created_at': u'2018-08-05T12:24:00Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:f3:32:ad', u'device_id': u'692fae10-f237-471f-a5b1-10c3d1df539c'}), 'router': u'75e94da1-befd-4efd-b637-548e1720dafc'}) 2018-08-05 12:24:03,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:24:03,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:24:03,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:24: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-0fccf33d-ebb5-4fac-aa6e-646df6c3a66c x-compute-request-id: req-0fccf33d-ebb5-4fac-aa6e-646df6c3a66c Content-Encoding: gzip Content-Length: 10900 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 1821203979 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.341978] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.344368] pid_max: default: 32768 minimum: 301\n[ 0.345650] Security Framework initialized\n[ 0.346837] SELinux: Initializing.\n[ 0.348170] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.353407] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.356645] Mount-cache hash table entries: 4096\n[ 0.358162] Initializing cgroup subsys memory\n[ 0.359401] Initializing cgroup subsys devices\n[ 0.360921] Initializing cgroup subsys freezer\n[ 0.362130] Initializing cgroup subsys net_cls\n[ 0.363357] Initializing cgroup subsys blkio\n[ 0.364541] Initializing cgroup subsys perf_event\n[ 0.365808] Initializing cgroup subsys hugetlb\n[ 0.367024] Initializing cgroup subsys pids\n[ 0.368193] Initializing cgroup subsys net_prio\n[ 0.369526] CPU: Physical Processor ID: 0\n[ 0.371401] mce: CPU supports 10 MCE banks\n[ 0.372597] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.373985] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.375366] tlb_flushall_shift: 6\n[ 0.376615] Freeing SMP alternatives: 28k freed\n[ 0.380534] ACPI: Core revision 20130517\n[ 0.382109] ACPI: All ACPI Tables successfully acquired\n[ 0.383639] ftrace: allocating 25812 entries in 101 pages\n[ 0.405716] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.407327] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.408903] smpboot: Max logical packages: 2\n[ 0.410267] Enabling x2apic\n[ 0.411198] Enabled x2apic\n[ 0.412328] Switched APIC routing to physical x2apic.\n[ 0.414570] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.416131] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.418982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.427267] KVM setup paravirtual spinlock\n[ 0.429662] smpboot: Booting Node 0, Processors #1 OK\n[ 0.431372] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.453074] Brought up 2 CPUs\n[ 0.453076] KVM setup async PF for cpu 1\n[ 0.453079] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.456392] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.458647] devtmpfs: initialized\n[ 0.461031] EVM: security.selinux\n[ 0.462068] EVM: security.ima\n[ 0.463028] EVM: security.capability\n[ 0.464759] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.466402] pinctrl core: initialized pinctrl subsystem\n[ 0.467864] NET: Registered protocol family 16\n[ 0.469315] ACPI: bus type PCI registered\n[ 0.470468] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.472088] PCI: Using configuration type 1 for base access\n[ 0.476843] ACPI: Added _OSI(Module Device)\n[ 0.478050] ACPI: Added _OSI(Processor Device)\n[ 0.479277] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.480529] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.483001] ACPI: Interpreter enabled\n[ 0.484113] ACPI: (supports S0 S5)\n[ 0.485160] ACPI: Using IOAPIC for interrupt routing\n[ 0.486457] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.490552] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.492079] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.493692] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.495266] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.498219] acpiphp: Slot [3] registered\n[ 0.499377] acpiphp: Slot [4] registered\n[ 0.500541] acpiphp: Slot [5] registered\n[ 0.501695] acpiphp: Slot [6] registered\n[ 0.502847] acpiphp: Slot [7] registered\n[ 0.503992] acpiphp: Slot [8] registered\n[ 0.505150] acpiphp: Slot [9] registered\n[ 0.506316] acpiphp: Slot [10] registered\n[ 0.507479] acpiphp: Slot [11] registered\n[ 0.508639] acpiphp: Slot [12] registered\n[ 0.509807] acpiphp: Slot [13] registered\n[ 0.510975] acpiphp: Slot [14] registered\n[ 0.512133] acpiphp: Slot [15] registered\n[ 0.513305] acpiphp: Slot [16] registered\n[ 0.514465] acpiphp: Slot [17] registered\n[ 0.515620] acpiphp: Slot [18] registered\n[ 0.516771] acpiphp: Slot [19] registered\n[ 0.517945] acpiphp: Slot [20] registered\n[ 0.519106] acpiphp: Slot [21] registered\n[ 0.520270] acpiphp: Slot [22] registered\n[ 0.521435] acpiphp: Slot [23] registered\n[ 0.522598] acpiphp: Slot [24] registered\n[ 0.523765] acpiphp: Slot [25] registered\n[ 0.524924] acpiphp: Slot [26] registered\n[ 0.526086] acpiphp: Slot [27] registered\n[ 0.527257] acpiphp: Slot [28] registered\n[ 0.528403] acpiphp: Slot [29] registered\n[ 0.529561] acpiphp: Slot [30] registered\n[ 0.530710] acpiphp: Slot [31] registered\n[ 0.531880] PCI host bridge to bus 0000:00\n[ 0.533027] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.534435] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.536009] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.537584] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.539672] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.541753] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.546374] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.548009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.549544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.551171] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.555384] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.557447] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.580145] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.582051] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.583832] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.585627] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.587606] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.589296] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.590994] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.593169] vgaarb: loaded\n[ 0.594075] vgaarb: bridge control possible 0000:00:02.0\n[ 0.595551] SCSI subsystem initialized\n[ 0.596670] ACPI: bus type USB registered\n[ 0.597825] usbcore: registered new interface driver usbfs\n[ 0.599195] usbcore: registered new interface driver hub\n[ 0.600556] usbcore: registered new device driver usb\n[ 0.602026] PCI: Using ACPI for IRQ routing\n[ 0.603490] NetLabel: Initializing\n[ 0.604525] NetLabel: domain hash size = 128\n[ 0.605692] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.606996] NetLabel: unlabeled traffic allowed by default\n[ 0.608501] Switched to clocksource kvm-clock\n[ 0.616717] pnp: PnP ACPI init\n[ 0.617713] ACPI: bus type PNP registered\n[ 0.619191] pnp: PnP ACPI: found 5 devices\n[ 0.620336] ACPI: bus type PNP unregistered\n[ 0.627546] NET: Registered protocol family 2\n[ 0.629026] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.631274] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.633116] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.634731] TCP: reno registered\n[ 0.635735] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.637228] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.638905] NET: Registered protocol family 1\n[ 0.640116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.641525] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.642894] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.662822] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.682813] Unpacking initramfs...\n[ 1.117677] Freeing initrd memory: 37508k freed\n[ 1.127092] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.128660] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.131499] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.133007] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.134743] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.136199] Initialise system trusted keyring\n[ 1.137379] audit: initializing netlink socket (disabled)\n[ 1.138687] type=2000 audit(1533471839.645:1): initialized\n[ 1.155324] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.156783] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.159118] zpool: loaded\n[ 1.160010] zbud: loaded\n[ 1.161047] VFS: Disk quotas dquot_6.5.2\n[ 1.162166] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.163774] msgmni has been set to 7578\n[ 1.164905] Key type big_key registered\n[ 1.166661] NET: Registered protocol family 38\n[ 1.167841] Key type asymmetric registered\n[ 1.168947] Asymmetric key parser 'x509' registered\n[ 1.170194] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.172293] io scheduler noop registered\n[ 1.173380] io scheduler deadline registered (default)\n[ 1.184591] io scheduler cfq registered\n[ 1.185746] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.187089] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.188671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.190682] ACPI: Power Button [PWRF]\n[ 1.191814] GHES: HEST is not enabled!\n[ 1.192924] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.217377] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.219025] Non-volatile memory driver v1.3\n[ 1.220155] Linux agpgart interface v0.103\n[ 1.221348] crash memory driver: version 1.1\n[ 1.222540] rdac: device handler registered\n[ 1.223722] hp_sw: device handler registered\n[ 1.224865] emc: device handler registered\n[ 1.225977] alua: device handler registered\n[ 1.227112] libphy: Fixed MDIO Bus: probed\n[ 1.228256] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.229739] ehci-pci: EHCI PCI platform driver\n[ 1.230901] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.232334] ohci-pci: OHCI PCI platform driver\n[ 1.233502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.253440] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.254755] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.256794] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.258092] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.259533] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.261062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.263044] usb usb1: Product: UHCI Host Controller\n[ 1.264290] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.265862] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.267118] hub 1-0:1.0: USB hub found\n[ 1.268198] hub 1-0:1.0: 2 ports detected\n[ 1.269425] usbcore: registered new interface driver usbserial\n[ 1.270827] usbcore: registered new interface driver usbserial_generic\n[ 1.272331] usbserial: USB Serial support registered for generic\n[ 1.273764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.276491] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.278242] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.280116] mousedev: PS/2 mouse device common for all mice\n[ 1.282305] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.285654] rtc_cmos 00:00: RTC can wake from S4\n[ 1.287218] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.288844] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.291119] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.292652] cpuidle: using governor menu\n[ 1.293794] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.295260] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.297562] usbcore: registered new interface driver usbhid\n[ 1.298907] usbhid: USB HID core driver\n[ 1.300003] drop_monitor: Initializing network drop monitor service\n[ 1.301497] TCP: cubic registered\n[ 1.302489] Initializing XFRM netlink socket\n[ 1.303685] NET: Registered protocol family 10\n[ 1.305150] NET: Registered protocol family 17\n[ 1.306453] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.308401] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.309787] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.312097] Loading compiled-in X.509 certificates\n[ 1.313335] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.315690] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.318444] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.320811] registered taskstats version 1\n[ 1.323667] Key type trusted registered\n[ 1.325981] Key type encrypted registered\n[ 1.328339] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.330058] rtc_cmos 00:00: setting system clock to 2018-08-05 12:23:59 UTC (1533471839)\n[ 1.332854] Freeing unused kernel memory: 1680k freed\n[ 1.337927] 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.343868] systemd[1]: Detected virtualization kvm.\n[ 1.345624] systemd[1]: Detected architecture x86-64.\n[ 1.347406] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.350888] systemd[1]: No hostname configured.\n[ 1.352600] systemd[1]: Set hostname to .\n[ 1.354388] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.379334] systemd[1]: Created slice Root Slice.\n[ 1.381021] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.383864] systemd[1]: Listening on udev Kernel Socket.\n[ 1.385716] systemd[1]: Starting udev Kernel Socket.\n[ 1.387485] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.390338] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.394400] systemd[1]: Listening on Journal Socket.\n[ 1.396099] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Timers.\n[ 1.398847] systemd[1]: Reached target Timers.\n[ 1.400442] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.403207] systemd[1]: Reached target Local File Systems.\n[ 1.405049] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Paths.\n[ 1.407834] systemd[1]: Reached target Paths.\n[ 1.409408] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Swap.\n[ 1.411914] systemd[1]: Reached target Swap.\n[ 1.413471] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice System Slice.\n[ 1.416128] systemd[1]: Created slice System Slice.\n[ 1.417811] systemd[1]: Starting System Slice.\n[ 1.419925] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.423361] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Slices.\n[ 1.427132] systemd[1]: Reached target Slices.\n[ 1.428732] systemd[1]: Starting Slices.\n[ 1.430535] 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.435875] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.440005] systemd[1]: Listening on udev Control Socket.\n[ 1.441847] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.444704] systemd[1]: Reached target Sockets.\n[ 1.446338] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.449177] 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.505044] RPC: Registered named UNIX socket transport module.\n[ 1.507025] RPC: Registered udp transport module.\n[ 1.508657] RPC: Registered tcp transport module.\n[ 1.510298] 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[ 1.571521] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.614872] FDC 0 is a S82078B\n[ 1.630214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.669893] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.674680] scsi host0: ata_piix\n[ 1.676016] scsi host1: ata_piix\n[ 1.677191] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.679197] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.681820] 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.727148] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.728722] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.730332] usb 1-1: Product: QEMU USB Tablet\n[ 1.731537] usb 1-1: Manufacturer: QEMU\n[ 1.732626] usb 1-1: SerialNumber: 42\n[ 1.742411] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.744940] 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[ 1.853350] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.856451] XFS (vda1): Mounting V4 Filesystem\n[ 1.887522] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Sockets.\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.123675] systemd-journald[108]: Received SIGTERM from PID 1 (systemd).\n[ 2.132568] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.309207] SELinux: Disabled at runtime.\n[ 2.345522] type=1404 audit(1533471840.515:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.462579] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.464005] 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 POSIX Message Queue File System...\n[[32m OK [0m] Reached target Encrypted Volumes.\n Mounting Debug File System...\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Starting Create list of required st... nodes for the current kernel...\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n[[32m OK [0m] Reached target Slices.\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 Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n[[32m OK [0m] Started Journal Service.\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 Starting Flush Journal to Persistent Storage...\n[ 3.068663] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Configure read-only root support.\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 Setup Virtual Console.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[ 3.134050] systemd-journald[387]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[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.227681] type=1305 audit(1533471841.397:3): audit_pid=435 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Initial cloud-init job (pre-networking)...\n Starting Login Service...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.436001] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.438915] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.451626] [drm] Initialized drm 1.1.0 20060810\n[ 3.491356] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.491356] [TTM] Initializing pool allocator\n[ 3.491358] [TTM] Initializing DMA pool allocator\n[ 3.491616] [drm] fb mappable at 0xFC000000\n[ 3.491616] [drm] vram aper at 0xFC000000\n[ 3.491617] [drm] size 33554432\n[ 3.491617] [drm] fb depth is 24\n[ 3.491617] [drm] pitch is 3072\n Starting D-Bus System Message Bus...\n[ 3.522093] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.522924] ppdev: user-space parallel port driver\n[ 3.541563] Console: switching to colour frame buffer device 128x48\n[ 3.554269] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting GSSAPI Proxy Daemon...\n Starting Authorization Manager...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 3.562262] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Dump dmesg to /var/log/dmesg...\n Starting NTP client/server...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\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 Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n[ 3.638268] AES CTR mode by8 optimization enabled\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.643559] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.648218] alg: No test for crc32 (crc32-pclmul)\n[ 3.665704] intel_rapl: no valid rapl domains found in package 0\n[ 3.671335] intel_rapl: no valid rapl domains found in package 0\n[ 3.679620] intel_powerclamp: No package C-state available[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started NTP client/server.\n\n[ 3.685733] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n"} 2018-08-05 12:24:03,279 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c/action used request id req-0fccf33d-ebb5-4fac-aa6e-646df6c3a66c 2018-08-05 12:24:03,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0912821292877s 2018-08-05 12:24:03,281 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c/action used request id req-0fccf33d-ebb5-4fac-aa6e-646df6c3a66c 2018-08-05 12:24:03,281 - 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 1821203979 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.341978] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.344368] pid_max: default: 32768 minimum: 301 [ 0.345650] Security Framework initialized [ 0.346837] SELinux: Initializing. [ 0.348170] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.353407] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.356645] Mount-cache hash table entries: 4096 [ 0.358162] Initializing cgroup subsys memory [ 0.359401] Initializing cgroup subsys devices [ 0.360921] Initializing cgroup subsys freezer [ 0.362130] Initializing cgroup subsys net_cls [ 0.363357] Initializing cgroup subsys blkio [ 0.364541] Initializing cgroup subsys perf_event [ 0.365808] Initializing cgroup subsys hugetlb [ 0.367024] Initializing cgroup subsys pids [ 0.368193] Initializing cgroup subsys net_prio [ 0.369526] CPU: Physical Processor ID: 0 [ 0.371401] mce: CPU supports 10 MCE banks [ 0.372597] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.373985] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.375366] tlb_flushall_shift: 6 [ 0.376615] Freeing SMP alternatives: 28k freed [ 0.380534] ACPI: Core revision 20130517 [ 0.382109] ACPI: All ACPI Tables successfully acquired [ 0.383639] ftrace: allocating 25812 entries in 101 pages [ 0.405716] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.407327] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.408903] smpboot: Max logical packages: 2 [ 0.410267] Enabling x2apic [ 0.411198] Enabled x2apic [ 0.412328] Switched APIC routing to physical x2apic. [ 0.414570] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.416131] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.418982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.427267] KVM setup paravirtual spinlock [ 0.429662] smpboot: Booting Node 0, Processors #1 OK [ 0.431372] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.453074] Brought up 2 CPUs [ 0.453076] KVM setup async PF for cpu 1 [ 0.453079] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.456392] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.458647] devtmpfs: initialized [ 0.461031] EVM: security.selinux [ 0.462068] EVM: security.ima [ 0.463028] EVM: security.capability [ 0.464759] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.466402] pinctrl core: initialized pinctrl subsystem [ 0.467864] NET: Registered protocol family 16 [ 0.469315] ACPI: bus type PCI registered [ 0.470468] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.472088] PCI: Using configuration type 1 for base access [ 0.476843] ACPI: Added _OSI(Module Device) [ 0.478050] ACPI: Added _OSI(Processor Device) [ 0.479277] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.480529] ACPI: Added _OSI(Processor Aggregator Device) [ 0.483001] ACPI: Interpreter enabled [ 0.484113] ACPI: (supports S0 S5) [ 0.485160] ACPI: Using IOAPIC for interrupt routing [ 0.486457] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.490552] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.492079] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.493692] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.495266] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.498219] acpiphp: Slot [3] registered [ 0.499377] acpiphp: Slot [4] registered [ 0.500541] acpiphp: Slot [5] registered [ 0.501695] acpiphp: Slot [6] registered [ 0.502847] acpiphp: Slot [7] registered [ 0.503992] acpiphp: Slot [8] registered [ 0.505150] acpiphp: Slot [9] registered [ 0.506316] acpiphp: Slot [10] registered [ 0.507479] acpiphp: Slot [11] registered [ 0.508639] acpiphp: Slot [12] registered [ 0.509807] acpiphp: Slot [13] registered [ 0.510975] acpiphp: Slot [14] registered [ 0.512133] acpiphp: Slot [15] registered [ 0.513305] acpiphp: Slot [16] registered [ 0.514465] acpiphp: Slot [17] registered [ 0.515620] acpiphp: Slot [18] registered [ 0.516771] acpiphp: Slot [19] registered [ 0.517945] acpiphp: Slot [20] registered [ 0.519106] acpiphp: Slot [21] registered [ 0.520270] acpiphp: Slot [22] registered [ 0.521435] acpiphp: Slot [23] registered [ 0.522598] acpiphp: Slot [24] registered [ 0.523765] acpiphp: Slot [25] registered [ 0.524924] acpiphp: Slot [26] registered [ 0.526086] acpiphp: Slot [27] registered [ 0.527257] acpiphp: Slot [28] registered [ 0.528403] acpiphp: Slot [29] registered [ 0.529561] acpiphp: Slot [30] registered [ 0.530710] acpiphp: Slot [31] registered [ 0.531880] PCI host bridge to bus 0000:00 [ 0.533027] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.534435] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.536009] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.537584] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.539672] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.541753] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.546374] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.548009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.549544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.551171] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.555384] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.557447] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.580145] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.582051] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.583832] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.585627] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.587606] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.589296] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.590994] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.593169] vgaarb: loaded [ 0.594075] vgaarb: bridge control possible 0000:00:02.0 [ 0.595551] SCSI subsystem initialized [ 0.596670] ACPI: bus type USB registered [ 0.597825] usbcore: registered new interface driver usbfs [ 0.599195] usbcore: registered new interface driver hub [ 0.600556] usbcore: registered new device driver usb [ 0.602026] PCI: Using ACPI for IRQ routing [ 0.603490] NetLabel: Initializing [ 0.604525] NetLabel: domain hash size = 128 [ 0.605692] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.606996] NetLabel: unlabeled traffic allowed by default [ 0.608501] Switched to clocksource kvm-clock [ 0.616717] pnp: PnP ACPI init [ 0.617713] ACPI: bus type PNP registered [ 0.619191] pnp: PnP ACPI: found 5 devices [ 0.620336] ACPI: bus type PNP unregistered [ 0.627546] NET: Registered protocol family 2 [ 0.629026] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.631274] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.633116] TCP: Hash tables configured (established 32768 bind 32768) [ 0.634731] TCP: reno registered [ 0.635735] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.637228] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.638905] NET: Registered protocol family 1 [ 0.640116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.641525] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.642894] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.662822] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.682813] Unpacking initramfs... [ 1.117677] Freeing initrd memory: 37508k freed [ 1.127092] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.128660] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.131499] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.133007] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.134743] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.136199] Initialise system trusted keyring [ 1.137379] audit: initializing netlink socket (disabled) [ 1.138687] type=2000 audit(1533471839.645:1): initialized [ 1.155324] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.156783] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.159118] zpool: loaded [ 1.160010] zbud: loaded [ 1.161047] VFS: Disk quotas dquot_6.5.2 [ 1.162166] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.163774] msgmni has been set to 7578 [ 1.164905] Key type big_key registered [ 1.166661] NET: Registered protocol family 38 [ 1.167841] Key type asymmetric registered [ 1.168947] Asymmetric key parser 'x509' registered [ 1.170194] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.172293] io scheduler noop registered [ 1.173380] io scheduler deadline registered (default) [ 1.184591] io scheduler cfq registered [ 1.185746] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.187089] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.188671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.190682] ACPI: Power Button [PWRF] [ 1.191814] GHES: HEST is not enabled! [ 1.192924] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.217377] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.219025] Non-volatile memory driver v1.3 [ 1.220155] Linux agpgart interface v0.103 [ 1.221348] crash memory driver: version 1.1 [ 1.222540] rdac: device handler registered [ 1.223722] hp_sw: device handler registered [ 1.224865] emc: device handler registered [ 1.225977] alua: device handler registered [ 1.227112] libphy: Fixed MDIO Bus: probed [ 1.228256] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.229739] ehci-pci: EHCI PCI platform driver [ 1.230901] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.232334] ohci-pci: OHCI PCI platform driver [ 1.233502] uhci_hcd: USB Universal Host Controller Interface driver [ 1.253440] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.254755] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.256794] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.258092] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.259533] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.261062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.263044] usb usb1: Product: UHCI Host Controller [ 1.264290] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.265862] usb usb1: SerialNumber: 0000:00:01.2 [ 1.267118] hub 1-0:1.0: USB hub found [ 1.268198] hub 1-0:1.0: 2 ports detected [ 1.269425] usbcore: registered new interface driver usbserial [ 1.270827] usbcore: registered new interface driver usbserial_generic [ 1.272331] usbserial: USB Serial support registered for generic [ 1.273764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.276491] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.278242] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.280116] mousedev: PS/2 mouse device common for all mice [ 1.282305] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.285654] rtc_cmos 00:00: RTC can wake from S4 [ 1.287218] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.288844] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.291119] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.292652] cpuidle: using governor menu [ 1.293794] hidraw: raw HID events driver (C) Jiri Kosina [ 1.295260] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.297562] usbcore: registered new interface driver usbhid [ 1.298907] usbhid: USB HID core driver [ 1.300003] drop_monitor: Initializing network drop monitor service [ 1.301497] TCP: cubic registered [ 1.302489] Initializing XFRM netlink socket [ 1.303685] NET: Registered protocol family 10 [ 1.305150] NET: Registered protocol family 17 [ 1.306453] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.308401] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.309787] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.312097] Loading compiled-in X.509 certificates [ 1.313335] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.315690] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.318444] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.320811] registered taskstats version 1 [ 1.323667] Key type trusted registered [ 1.325981] Key type encrypted registered [ 1.328339] IMA: No TPM chip found, activating TPM-bypass! [ 1.330058] rtc_cmos 00:00: setting system clock to 2018-08-05 12:23:59 UTC (1533471839) [ 1.332854] Freeing unused kernel memory: 1680k freed [ 1.337927] 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.343868] systemd[1]: Detected virtualization kvm. [ 1.345624] systemd[1]: Detected architecture x86-64. [ 1.347406] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.350888] systemd[1]: No hostname configured. [ 1.352600] systemd[1]: Set hostname to . [ 1.354388] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.379334] systemd[1]: Created slice Root Slice. [ 1.381021] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.383864] systemd[1]: Listening on udev Kernel Socket. [ 1.385716] systemd[1]: Starting udev Kernel Socket. [ 1.387485] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.390338] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Listening on Journal Socket. [ 1.394400] systemd[1]: Listening on Journal Socket. [ 1.396099] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Timers. [ 1.398847] systemd[1]: Reached target Timers. [ 1.400442] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Local File Systems. [ 1.403207] systemd[1]: Reached target Local File Systems. [ 1.405049] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Paths. [ 1.407834] systemd[1]: Reached target Paths. [ 1.409408] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Swap. [ 1.411914] systemd[1]: Reached target Swap. [ 1.413471] systemd[1]: Starting Swap. [[32m OK [0m] Created slice System Slice. [ 1.416128] systemd[1]: Created slice System Slice. [ 1.417811] systemd[1]: Starting System Slice. [ 1.419925] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.423361] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Slices. [ 1.427132] systemd[1]: Reached target Slices. [ 1.428732] systemd[1]: Starting Slices. [ 1.430535] 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.435875] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Listening on udev Control Socket. [ 1.440005] systemd[1]: Listening on udev Control Socket. [ 1.441847] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.444704] systemd[1]: Reached target Sockets. [ 1.446338] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.449177] 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.505044] RPC: Registered named UNIX socket transport module. [ 1.507025] RPC: Registered udp transport module. [ 1.508657] RPC: Registered tcp transport module. [ 1.510298] 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. [ 1.571521] usb 1-1: new full-speed USB device number 2 using uhci_hcd Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.614872] FDC 0 is a S82078B [ 1.630214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.669893] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.674680] scsi host0: ata_piix [ 1.676016] scsi host1: ata_piix [ 1.677191] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.679197] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.681820] 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.727148] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.728722] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.730332] usb 1-1: Product: QEMU USB Tablet [ 1.731537] usb 1-1: Manufacturer: QEMU [ 1.732626] usb 1-1: SerialNumber: 42 [ 1.742411] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.744940] 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... [ 1.853350] SGI XFS with ACLs, security attributes, no debug enabled [ 1.856451] XFS (vda1): Mounting V4 Filesystem [ 1.887522] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Sockets. [[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.123675] systemd-journald[108]: Received SIGTERM from PID 1 (systemd). [ 2.132568] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.309207] SELinux: Disabled at runtime. [ 2.345522] type=1404 audit(1533471840.515:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.462579] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.464005] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting POSIX Message Queue File System... [[32m OK [0m] Reached target Encrypted Volumes. Mounting Debug File System... [[32m OK [0m] Created slice User and Session Slice. Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Starting Create list of required st... nodes for the current kernel... Mounting Huge Pages File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... Starting Setup Virtual Console... [[32m OK [0m] Reached target Slices. [[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 Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted Huge Pages File System. Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Load/Save Random Seed... [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). Starting Flush Journal to Persistent Storage... [ 3.068663] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Configure read-only root support. [[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 Setup Virtual Console. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [ 3.134050] systemd-journald[387]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[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.227681] type=1305 audit(1533471841.397:3): audit_pid=435 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Initial cloud-init job (pre-networking)... Starting Login Service... Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.436001] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.438915] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.451626] [drm] Initialized drm 1.1.0 20060810 [ 3.491356] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.491356] [TTM] Initializing pool allocator [ 3.491358] [TTM] Initializing DMA pool allocator [ 3.491616] [drm] fb mappable at 0xFC000000 [ 3.491616] [drm] vram aper at 0xFC000000 [ 3.491617] [drm] size 33554432 [ 3.491617] [drm] fb depth is 24 [ 3.491617] [drm] pitch is 3072 Starting D-Bus System Message Bus... [ 3.522093] fbcon: cirrusdrmfb (fb0) is primary device [ 3.522924] ppdev: user-space parallel port driver [ 3.541563] Console: switching to colour frame buffer device 128x48 [ 3.554269] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting GSSAPI Proxy Daemon... Starting Authorization Manager... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 3.562262] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Dump dmesg to /var/log/dmesg... Starting NTP client/server... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[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 Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. [ 3.638268] AES CTR mode by8 optimization enabled Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.643559] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.648218] alg: No test for crc32 (crc32-pclmul) [ 3.665704] intel_rapl: no valid rapl domains found in package 0 [ 3.671335] intel_rapl: no valid rapl domains found in package 0 [ 3.679620] intel_powerclamp: No package C-state available[[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started NTP client/server. [ 3.685733] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. 2018-08-05 12:24:04,284 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.202: timed out 2018-08-05 12:24:13,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:24:13,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:24:13,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:24: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-c7600464-d868-4db4-b4d1-393f79e9e126 x-compute-request-id: req-c7600464-d868-4db4-b4d1-393f79e9e126 Content-Encoding: gzip Content-Length: 12745 Content-Type: application/json RESP BODY: {"output": "[H[J[1;1H[?25l[m[H[J[1;1H[20;7H[mUse the ^ and v keys to change the selection. \n Press 'e' to edit the selected item, or 'c' for a command prompt. [4;80H [7m[4;1H CentOS Linux (3.10.0-514.16.1.el7.x86_64) 7 (Core) [m[4;79H[m[m[5;1H CentOS Linux (3.10.0-327.28.3.el7.x86_64) 7 (Core) [m[5;79H[m[m[6;1H CentOS Linux (0-rescue-56d65f493d8f854534fe792ecf014b83) 7 (Core) [m[6;79H[m[m[7;1H [m[7;79H[m[m[8;1H [m[8;79H[m[m[9;1H [m[9;79H[m[m[10;1H [m[10;79H[m[m[11;1H [m[11;79H[m[m[12;1H [m[12;79H[m[m[13;1H [m[13;79H[m[m[14;1H [m[14;79H[m[m[15;1H [m[15;79H[m[m[16;1H [m[16;79H[m[m[17;1H [m[17;79H[m[m[18;1H [m[18;79H[m[18;80H [4;79H[22;1H The selected entry will be started automatically in 1s. [4;79H[22;1H The selected entry will be started automatically in 0s. [4;79H[?25h[H[J[1;1H[H[J[1;1H[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 3.10.0-514.16.1.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Wed Apr 12 15:04:24 UTC 2017\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x00000000bffdc000-0x00000000bfffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000\n[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106\n[ 0.000000] e820: last_pfn = 0xbffdc max_arch_pfn = 0x400000000\n[ 0.000000] found SMP MP-table at [mem 0x000f6390-0x000f639f] mapped at [ffff8800000f6390]\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x336af000-0x35b4ffff]\n[ 0.000000] ACPI: RSDP 00000000000f6340 00014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 00000000bffe1351 0002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 00000000bffe11dd 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 00000000bffdfdc0 0141D (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 00000000bffdfd80 00040\n[ 0.000000] ACPI: APIC 00000000bffe12d1 00080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]\n[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff]\n[ 0.000000] NODE_DATA [mem 0x13ffd7000-0x13fffdfff]\n[ 0.000000] Reserving 161MB of memory at 656MB for crashkernel (System RAM: 4095MB)\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 1:3ff87001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 1821203979 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.341978] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.344368] pid_max: default: 32768 minimum: 301\n[ 0.345650] Security Framework initialized\n[ 0.346837] SELinux: Initializing.\n[ 0.348170] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.353407] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.356645] Mount-cache hash table entries: 4096\n[ 0.358162] Initializing cgroup subsys memory\n[ 0.359401] Initializing cgroup subsys devices\n[ 0.360921] Initializing cgroup subsys freezer\n[ 0.362130] Initializing cgroup subsys net_cls\n[ 0.363357] Initializing cgroup subsys blkio\n[ 0.364541] Initializing cgroup subsys perf_event\n[ 0.365808] Initializing cgroup subsys hugetlb\n[ 0.367024] Initializing cgroup subsys pids\n[ 0.368193] Initializing cgroup subsys net_prio\n[ 0.369526] CPU: Physical Processor ID: 0\n[ 0.371401] mce: CPU supports 10 MCE banks\n[ 0.372597] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.373985] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.375366] tlb_flushall_shift: 6\n[ 0.376615] Freeing SMP alternatives: 28k freed\n[ 0.380534] ACPI: Core revision 20130517\n[ 0.382109] ACPI: All ACPI Tables successfully acquired\n[ 0.383639] ftrace: allocating 25812 entries in 101 pages\n[ 0.405716] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.407327] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.408903] smpboot: Max logical packages: 2\n[ 0.410267] Enabling x2apic\n[ 0.411198] Enabled x2apic\n[ 0.412328] Switched APIC routing to physical x2apic.\n[ 0.414570] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.416131] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.418982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.427267] KVM setup paravirtual spinlock\n[ 0.429662] smpboot: Booting Node 0, Processors #1 OK\n[ 0.431372] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.453074] Brought up 2 CPUs\n[ 0.453076] KVM setup async PF for cpu 1\n[ 0.453079] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.456392] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.458647] devtmpfs: initialized\n[ 0.461031] EVM: security.selinux\n[ 0.462068] EVM: security.ima\n[ 0.463028] EVM: security.capability\n[ 0.464759] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.466402] pinctrl core: initialized pinctrl subsystem\n[ 0.467864] NET: Registered protocol family 16\n[ 0.469315] ACPI: bus type PCI registered\n[ 0.470468] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.472088] PCI: Using configuration type 1 for base access\n[ 0.476843] ACPI: Added _OSI(Module Device)\n[ 0.478050] ACPI: Added _OSI(Processor Device)\n[ 0.479277] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.480529] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.483001] ACPI: Interpreter enabled\n[ 0.484113] ACPI: (supports S0 S5)\n[ 0.485160] ACPI: Using IOAPIC for interrupt routing\n[ 0.486457] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.490552] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.492079] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.493692] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.495266] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.498219] acpiphp: Slot [3] registered\n[ 0.499377] acpiphp: Slot [4] registered\n[ 0.500541] acpiphp: Slot [5] registered\n[ 0.501695] acpiphp: Slot [6] registered\n[ 0.502847] acpiphp: Slot [7] registered\n[ 0.503992] acpiphp: Slot [8] registered\n[ 0.505150] acpiphp: Slot [9] registered\n[ 0.506316] acpiphp: Slot [10] registered\n[ 0.507479] acpiphp: Slot [11] registered\n[ 0.508639] acpiphp: Slot [12] registered\n[ 0.509807] acpiphp: Slot [13] registered\n[ 0.510975] acpiphp: Slot [14] registered\n[ 0.512133] acpiphp: Slot [15] registered\n[ 0.513305] acpiphp: Slot [16] registered\n[ 0.514465] acpiphp: Slot [17] registered\n[ 0.515620] acpiphp: Slot [18] registered\n[ 0.516771] acpiphp: Slot [19] registered\n[ 0.517945] acpiphp: Slot [20] registered\n[ 0.519106] acpiphp: Slot [21] registered\n[ 0.520270] acpiphp: Slot [22] registered\n[ 0.521435] acpiphp: Slot [23] registered\n[ 0.522598] acpiphp: Slot [24] registered\n[ 0.523765] acpiphp: Slot [25] registered\n[ 0.524924] acpiphp: Slot [26] registered\n[ 0.526086] acpiphp: Slot [27] registered\n[ 0.527257] acpiphp: Slot [28] registered\n[ 0.528403] acpiphp: Slot [29] registered\n[ 0.529561] acpiphp: Slot [30] registered\n[ 0.530710] acpiphp: Slot [31] registered\n[ 0.531880] PCI host bridge to bus 0000:00\n[ 0.533027] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.534435] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.536009] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.537584] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.539672] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.541753] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.546374] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.548009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.549544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.551171] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.555384] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.557447] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.580145] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.582051] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.583832] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.585627] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.587606] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.589296] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.590994] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.593169] vgaarb: loaded\n[ 0.594075] vgaarb: bridge control possible 0000:00:02.0\n[ 0.595551] SCSI subsystem initialized\n[ 0.596670] ACPI: bus type USB registered\n[ 0.597825] usbcore: registered new interface driver usbfs\n[ 0.599195] usbcore: registered new interface driver hub\n[ 0.600556] usbcore: registered new device driver usb\n[ 0.602026] PCI: Using ACPI for IRQ routing\n[ 0.603490] NetLabel: Initializing\n[ 0.604525] NetLabel: domain hash size = 128\n[ 0.605692] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.606996] NetLabel: unlabeled traffic allowed by default\n[ 0.608501] Switched to clocksource kvm-clock\n[ 0.616717] pnp: PnP ACPI init\n[ 0.617713] ACPI: bus type PNP registered\n[ 0.619191] pnp: PnP ACPI: found 5 devices\n[ 0.620336] ACPI: bus type PNP unregistered\n[ 0.627546] NET: Registered protocol family 2\n[ 0.629026] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.631274] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.633116] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.634731] TCP: reno registered\n[ 0.635735] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.637228] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.638905] NET: Registered protocol family 1\n[ 0.640116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.641525] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.642894] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.662822] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.682813] Unpacking initramfs...\n[ 1.117677] Freeing initrd memory: 37508k freed\n[ 1.127092] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.128660] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.131499] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.133007] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.134743] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.136199] Initialise system trusted keyring\n[ 1.137379] audit: initializing netlink socket (disabled)\n[ 1.138687] type=2000 audit(1533471839.645:1): initialized\n[ 1.155324] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.156783] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.159118] zpool: loaded\n[ 1.160010] zbud: loaded\n[ 1.161047] VFS: Disk quotas dquot_6.5.2\n[ 1.162166] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.163774] msgmni has been set to 7578\n[ 1.164905] Key type big_key registered\n[ 1.166661] NET: Registered protocol family 38\n[ 1.167841] Key type asymmetric registered\n[ 1.168947] Asymmetric key parser 'x509' registered\n[ 1.170194] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.172293] io scheduler noop registered\n[ 1.173380] io scheduler deadline registered (default)\n[ 1.184591] io scheduler cfq registered\n[ 1.185746] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.187089] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.188671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.190682] ACPI: Power Button [PWRF]\n[ 1.191814] GHES: HEST is not enabled!\n[ 1.192924] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.217377] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.219025] Non-volatile memory driver v1.3\n[ 1.220155] Linux agpgart interface v0.103\n[ 1.221348] crash memory driver: version 1.1\n[ 1.222540] rdac: device handler registered\n[ 1.223722] hp_sw: device handler registered\n[ 1.224865] emc: device handler registered\n[ 1.225977] alua: device handler registered\n[ 1.227112] libphy: Fixed MDIO Bus: probed\n[ 1.228256] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.229739] ehci-pci: EHCI PCI platform driver\n[ 1.230901] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.232334] ohci-pci: OHCI PCI platform driver\n[ 1.233502] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.253440] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.254755] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.256794] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.258092] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.259533] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.261062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.263044] usb usb1: Product: UHCI Host Controller\n[ 1.264290] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.265862] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.267118] hub 1-0:1.0: USB hub found\n[ 1.268198] hub 1-0:1.0: 2 ports detected\n[ 1.269425] usbcore: registered new interface driver usbserial\n[ 1.270827] usbcore: registered new interface driver usbserial_generic\n[ 1.272331] usbserial: USB Serial support registered for generic\n[ 1.273764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.276491] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.278242] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.280116] mousedev: PS/2 mouse device common for all mice\n[ 1.282305] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.285654] rtc_cmos 00:00: RTC can wake from S4\n[ 1.287218] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.288844] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.291119] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.292652] cpuidle: using governor menu\n[ 1.293794] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.295260] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.297562] usbcore: registered new interface driver usbhid\n[ 1.298907] usbhid: USB HID core driver\n[ 1.300003] drop_monitor: Initializing network drop monitor service\n[ 1.301497] TCP: cubic registered\n[ 1.302489] Initializing XFRM netlink socket\n[ 1.303685] NET: Registered protocol family 10\n[ 1.305150] NET: Registered protocol family 17\n[ 1.306453] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.308401] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.309787] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.312097] Loading compiled-in X.509 certificates\n[ 1.313335] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.315690] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.318444] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.320811] registered taskstats version 1\n[ 1.323667] Key type trusted registered\n[ 1.325981] Key type encrypted registered\n[ 1.328339] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.330058] rtc_cmos 00:00: setting system clock to 2018-08-05 12:23:59 UTC (1533471839)\n[ 1.332854] Freeing unused kernel memory: 1680k freed\n[ 1.337927] 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.343868] systemd[1]: Detected virtualization kvm.\n[ 1.345624] systemd[1]: Detected architecture x86-64.\n[ 1.347406] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.350888] systemd[1]: No hostname configured.\n[ 1.352600] systemd[1]: Set hostname to .\n[ 1.354388] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.379334] systemd[1]: Created slice Root Slice.\n[ 1.381021] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.383864] systemd[1]: Listening on udev Kernel Socket.\n[ 1.385716] systemd[1]: Starting udev Kernel Socket.\n[ 1.387485] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.390338] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.394400] systemd[1]: Listening on Journal Socket.\n[ 1.396099] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Timers.\n[ 1.398847] systemd[1]: Reached target Timers.\n[ 1.400442] systemd[1]: Starting Timers.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.403207] systemd[1]: Reached target Local File Systems.\n[ 1.405049] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Paths.\n[ 1.407834] systemd[1]: Reached target Paths.\n[ 1.409408] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Swap.\n[ 1.411914] systemd[1]: Reached target Swap.\n[ 1.413471] systemd[1]: Starting Swap.\n[[32m OK [0m] Created slice System Slice.\n[ 1.416128] systemd[1]: Created slice System Slice.\n[ 1.417811] systemd[1]: Starting System Slice.\n[ 1.419925] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.423361] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Slices.\n[ 1.427132] systemd[1]: Reached target Slices.\n[ 1.428732] systemd[1]: Starting Slices.\n[ 1.430535] 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.435875] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.440005] systemd[1]: Listening on udev Control Socket.\n[ 1.441847] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.444704] systemd[1]: Reached target Sockets.\n[ 1.446338] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.449177] 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.505044] RPC: Registered named UNIX socket transport module.\n[ 1.507025] RPC: Registered udp transport module.\n[ 1.508657] RPC: Registered tcp transport module.\n[ 1.510298] 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[ 1.571521] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n Starting udev Coldplug all Devices...\n Mounting Configuration File System...\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.614872] FDC 0 is a S82078B\n[ 1.630214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.669893] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.674680] scsi host0: ata_piix\n[ 1.676016] scsi host1: ata_piix\n[ 1.677191] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.679197] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.681820] 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.727148] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.728722] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.730332] usb 1-1: Product: QEMU USB Tablet\n[ 1.731537] usb 1-1: Manufacturer: QEMU\n[ 1.732626] usb 1-1: SerialNumber: 42\n[ 1.742411] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.744940] 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[ 1.853350] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.856451] XFS (vda1): Mounting V4 Filesystem\n[ 1.887522] XFS (vda1): Ending clean mount\n[[32m OK [0m] Mounted /sysroot.\n[[32m OK [0m] Reached target Initrd Root File System.\n Starting Reload Configuration from the Real Root...\n[[32m OK [0m] Started Reload Configuration from the Real Root.\n[[32m OK [0m] Reached target Initrd File Systems.\n[[32m OK [0m] Reached target Initrd Default Target.\n Starting dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Started dracut pre-pivot and cleanup hook.\n Starting Cleaning Up and Shutting Down Daemons...\n[[32m OK [0m] Stopped target Timers.\n[[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons.\n[[32m OK [0m] Stopped dracut pre-pivot and cleanup hook.\n Stopping dracut pre-pivot and cleanup hook...\n[[32m OK [0m] Stopped target Remote File Systems.\n[[32m OK [0m] Stopped target Remote File Systems (Pre).\n[[32m OK [0m] Stopped dracut initqueue hook.\n Stopping dracut initqueue hook...\n[[32m OK [0m] Stopped target Initrd Default Target.\n[[32m OK [0m] Stopped target Basic System.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Paths.\n[[32m OK [0m] Stopped target System Initialization.\n[[32m OK [0m] Stopped udev Coldplug all Devices.\n Stopping udev Coldplug all Devices...\n[[32m OK [0m] Stopped dracut pre-trigger hook.\n Stopping dracut pre-trigger hook...\n Stopping udev Kernel Device Manager...\n[[32m OK [0m] Stopped target Local File Systems.\n[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Sockets.\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.123675] systemd-journald[108]: Received SIGTERM from PID 1 (systemd).\n[ 2.132568] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.309207] SELinux: Disabled at runtime.\n[ 2.345522] type=1404 audit(1533471840.515:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.462579] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.464005] 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 POSIX Message Queue File System...\n[[32m OK [0m] Reached target Encrypted Volumes.\n Mounting Debug File System...\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Starting Create list of required st... nodes for the current kernel...\n Mounting Huge Pages File System...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\n[[32m OK [0m] Reached target Slices.\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 Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Debug File System.\n[[32m OK [0m] Mounted Huge Pages File System.\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n Starting Load/Save Random Seed...\n[[32m OK [0m] Started Journal Service.\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 Starting Flush Journal to Persistent Storage...\n[ 3.068663] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Configure read-only root support.\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 Setup Virtual Console.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[ 3.134050] systemd-journald[387]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Import network configuration from initramfs.\n Starting Create Volatile Files and Directories...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Create Volatile Files and Directories.\n Starting Security Auditing Service...\n[[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.227681] type=1305 audit(1533471841.397:3): audit_pid=435 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting udev Coldplug all Devices...\n Starting Update is Completed...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n Starting Initial cloud-init job (pre-networking)...\n Starting Login Service...\n Starting LSB: Bring up/down networking...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.436001] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.438915] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.451626] [drm] Initialized drm 1.1.0 20060810\n[ 3.491356] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.491356] [TTM] Initializing pool allocator\n[ 3.491358] [TTM] Initializing DMA pool allocator\n[ 3.491616] [drm] fb mappable at 0xFC000000\n[ 3.491616] [drm] vram aper at 0xFC000000\n[ 3.491617] [drm] size 33554432\n[ 3.491617] [drm] fb depth is 24\n[ 3.491617] [drm] pitch is 3072\n Starting D-Bus System Message Bus...\n[ 3.522093] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.522924] ppdev: user-space parallel port driver\n[ 3.541563] Console: switching to colour frame buffer device 128x48\n[ 3.554269] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting GSSAPI Proxy Daemon...\n Starting Authorization Manager...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[ 3.562262] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Dump dmesg to /var/log/dmesg...\n Starting NTP client/server...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\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 Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Started Serial Getty on ttyS0.\n[ 3.638268] AES CTR mode by8 optimization enabled\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Reached target Login Prompts.\n[ 3.643559] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.648218] alg: No test for crc32 (crc32-pclmul)\n[ 3.665704] intel_rapl: no valid rapl domains found in package 0\n[ 3.671335] intel_rapl: no valid rapl domains found in package 0\n[ 3.679620] intel_powerclamp: No package C-state available[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started NTP client/server.\n\n[ 3.685733] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager.\n[ 4.210966] cloud-init[471]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:24:02 +0000. Up 4.17 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Notify NFS peers of a restart...\n Starting nginx - high performance web server...\n Starting OpenSSH server daemon...\n Starting Postfix Mail Transport Agent...\n Starting PostgreSQL 9.5 database server...\n Starting System Logging Service...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Supports the direct execution of binary formats....\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting LSB: Starts Logstash as a daemon....\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 Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[ 6.178250] cloud-init[829]: Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:24:04 +0000. Up 6.13 seconds.\n[ 6.195280] cloud-init[829]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 6.196916] cloud-init[829]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.198469] cloud-init[829]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 6.200033] cloud-init[829]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.201613] cloud-init[829]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 6.203176] cloud-init[829]: ci-info: | eth0: | True | 192.168.120.6 | 255.255.255.0 | fa:16:3e:f3:32:ad |\n[ 6.204734] cloud-init[829]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 6.206268] cloud-init[829]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 6.207960] cloud-init[829]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.209642] cloud-init[829]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 6.211349] cloud-init[829]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 6.213055] cloud-init[829]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 6.214748] cloud-init[829]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH |\n[ 6.216381] cloud-init[829]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 6.218066] cloud-init[829]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[[32m OK [0m] Started Postfix Mail Transport Agent.\n[[32m OK [0m] Started PostgreSQL 9.5 database server.\n\nCentOS Linux 7 (Core)\nKernel 3.10.0-514.16.1.el7.x86_64 on an x86_64\n\ncloudify login: [ 10.778049] cloud-init[2826]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:24:09 +0000. Up 10.73 seconds.\n[ 11.061083] cloud-init[2936]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:24:09 +0000. Up 11.01 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 | a2:64:9a:d2:df:c6:f0:13:ef:e8:6b:5d:de:89:da:2e | - | 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.133435] cloud-init[2936]: Cloud-init v. 0.7.5 finished at Sun, 05 Aug 2018 12:24:09 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 11.11 seconds\n"} 2018-08-05 12:24:13,373 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c/action used request id req-c7600464-d868-4db4-b4d1-393f79e9e126 2018-08-05 12:24:13,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0790839195251s 2018-08-05 12:24:13,375 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c/action used request id req-c7600464-d868-4db4-b4d1-393f79e9e126 2018-08-05 12:24:13,375 - 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 1821203979 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.341978] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.344368] pid_max: default: 32768 minimum: 301 [ 0.345650] Security Framework initialized [ 0.346837] SELinux: Initializing. [ 0.348170] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.353407] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.356645] Mount-cache hash table entries: 4096 [ 0.358162] Initializing cgroup subsys memory [ 0.359401] Initializing cgroup subsys devices [ 0.360921] Initializing cgroup subsys freezer [ 0.362130] Initializing cgroup subsys net_cls [ 0.363357] Initializing cgroup subsys blkio [ 0.364541] Initializing cgroup subsys perf_event [ 0.365808] Initializing cgroup subsys hugetlb [ 0.367024] Initializing cgroup subsys pids [ 0.368193] Initializing cgroup subsys net_prio [ 0.369526] CPU: Physical Processor ID: 0 [ 0.371401] mce: CPU supports 10 MCE banks [ 0.372597] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.373985] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.375366] tlb_flushall_shift: 6 [ 0.376615] Freeing SMP alternatives: 28k freed [ 0.380534] ACPI: Core revision 20130517 [ 0.382109] ACPI: All ACPI Tables successfully acquired [ 0.383639] ftrace: allocating 25812 entries in 101 pages [ 0.405716] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.407327] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.408903] smpboot: Max logical packages: 2 [ 0.410267] Enabling x2apic [ 0.411198] Enabled x2apic [ 0.412328] Switched APIC routing to physical x2apic. [ 0.414570] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.416131] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.418982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.427267] KVM setup paravirtual spinlock [ 0.429662] smpboot: Booting Node 0, Processors #1 OK [ 0.431372] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.453074] Brought up 2 CPUs [ 0.453076] KVM setup async PF for cpu 1 [ 0.453079] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.456392] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.458647] devtmpfs: initialized [ 0.461031] EVM: security.selinux [ 0.462068] EVM: security.ima [ 0.463028] EVM: security.capability [ 0.464759] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.466402] pinctrl core: initialized pinctrl subsystem [ 0.467864] NET: Registered protocol family 16 [ 0.469315] ACPI: bus type PCI registered [ 0.470468] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.472088] PCI: Using configuration type 1 for base access [ 0.476843] ACPI: Added _OSI(Module Device) [ 0.478050] ACPI: Added _OSI(Processor Device) [ 0.479277] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.480529] ACPI: Added _OSI(Processor Aggregator Device) [ 0.483001] ACPI: Interpreter enabled [ 0.484113] ACPI: (supports S0 S5) [ 0.485160] ACPI: Using IOAPIC for interrupt routing [ 0.486457] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.490552] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.492079] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.493692] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.495266] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.498219] acpiphp: Slot [3] registered [ 0.499377] acpiphp: Slot [4] registered [ 0.500541] acpiphp: Slot [5] registered [ 0.501695] acpiphp: Slot [6] registered [ 0.502847] acpiphp: Slot [7] registered [ 0.503992] acpiphp: Slot [8] registered [ 0.505150] acpiphp: Slot [9] registered [ 0.506316] acpiphp: Slot [10] registered [ 0.507479] acpiphp: Slot [11] registered [ 0.508639] acpiphp: Slot [12] registered [ 0.509807] acpiphp: Slot [13] registered [ 0.510975] acpiphp: Slot [14] registered [ 0.512133] acpiphp: Slot [15] registered [ 0.513305] acpiphp: Slot [16] registered [ 0.514465] acpiphp: Slot [17] registered [ 0.515620] acpiphp: Slot [18] registered [ 0.516771] acpiphp: Slot [19] registered [ 0.517945] acpiphp: Slot [20] registered [ 0.519106] acpiphp: Slot [21] registered [ 0.520270] acpiphp: Slot [22] registered [ 0.521435] acpiphp: Slot [23] registered [ 0.522598] acpiphp: Slot [24] registered [ 0.523765] acpiphp: Slot [25] registered [ 0.524924] acpiphp: Slot [26] registered [ 0.526086] acpiphp: Slot [27] registered [ 0.527257] acpiphp: Slot [28] registered [ 0.528403] acpiphp: Slot [29] registered [ 0.529561] acpiphp: Slot [30] registered [ 0.530710] acpiphp: Slot [31] registered [ 0.531880] PCI host bridge to bus 0000:00 [ 0.533027] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.534435] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.536009] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.537584] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.539672] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.541753] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.546374] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.548009] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.549544] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.551171] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.555384] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.557447] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.580145] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.582051] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.583832] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.585627] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.587606] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.589296] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.590994] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.593169] vgaarb: loaded [ 0.594075] vgaarb: bridge control possible 0000:00:02.0 [ 0.595551] SCSI subsystem initialized [ 0.596670] ACPI: bus type USB registered [ 0.597825] usbcore: registered new interface driver usbfs [ 0.599195] usbcore: registered new interface driver hub [ 0.600556] usbcore: registered new device driver usb [ 0.602026] PCI: Using ACPI for IRQ routing [ 0.603490] NetLabel: Initializing [ 0.604525] NetLabel: domain hash size = 128 [ 0.605692] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.606996] NetLabel: unlabeled traffic allowed by default [ 0.608501] Switched to clocksource kvm-clock [ 0.616717] pnp: PnP ACPI init [ 0.617713] ACPI: bus type PNP registered [ 0.619191] pnp: PnP ACPI: found 5 devices [ 0.620336] ACPI: bus type PNP unregistered [ 0.627546] NET: Registered protocol family 2 [ 0.629026] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.631274] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.633116] TCP: Hash tables configured (established 32768 bind 32768) [ 0.634731] TCP: reno registered [ 0.635735] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.637228] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.638905] NET: Registered protocol family 1 [ 0.640116] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.641525] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.642894] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.662822] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.682813] Unpacking initramfs... [ 1.117677] Freeing initrd memory: 37508k freed [ 1.127092] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.128660] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.131499] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.133007] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.134743] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.136199] Initialise system trusted keyring [ 1.137379] audit: initializing netlink socket (disabled) [ 1.138687] type=2000 audit(1533471839.645:1): initialized [ 1.155324] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.156783] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.159118] zpool: loaded [ 1.160010] zbud: loaded [ 1.161047] VFS: Disk quotas dquot_6.5.2 [ 1.162166] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.163774] msgmni has been set to 7578 [ 1.164905] Key type big_key registered [ 1.166661] NET: Registered protocol family 38 [ 1.167841] Key type asymmetric registered [ 1.168947] Asymmetric key parser 'x509' registered [ 1.170194] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.172293] io scheduler noop registered [ 1.173380] io scheduler deadline registered (default) [ 1.184591] io scheduler cfq registered [ 1.185746] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.187089] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.188671] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.190682] ACPI: Power Button [PWRF] [ 1.191814] GHES: HEST is not enabled! [ 1.192924] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.217377] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.219025] Non-volatile memory driver v1.3 [ 1.220155] Linux agpgart interface v0.103 [ 1.221348] crash memory driver: version 1.1 [ 1.222540] rdac: device handler registered [ 1.223722] hp_sw: device handler registered [ 1.224865] emc: device handler registered [ 1.225977] alua: device handler registered [ 1.227112] libphy: Fixed MDIO Bus: probed [ 1.228256] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.229739] ehci-pci: EHCI PCI platform driver [ 1.230901] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.232334] ohci-pci: OHCI PCI platform driver [ 1.233502] uhci_hcd: USB Universal Host Controller Interface driver [ 1.253440] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.254755] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.256794] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.258092] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.259533] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.261062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.263044] usb usb1: Product: UHCI Host Controller [ 1.264290] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.265862] usb usb1: SerialNumber: 0000:00:01.2 [ 1.267118] hub 1-0:1.0: USB hub found [ 1.268198] hub 1-0:1.0: 2 ports detected [ 1.269425] usbcore: registered new interface driver usbserial [ 1.270827] usbcore: registered new interface driver usbserial_generic [ 1.272331] usbserial: USB Serial support registered for generic [ 1.273764] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.276491] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.278242] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.280116] mousedev: PS/2 mouse device common for all mice [ 1.282305] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.285654] rtc_cmos 00:00: RTC can wake from S4 [ 1.287218] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.288844] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.291119] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.292652] cpuidle: using governor menu [ 1.293794] hidraw: raw HID events driver (C) Jiri Kosina [ 1.295260] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.297562] usbcore: registered new interface driver usbhid [ 1.298907] usbhid: USB HID core driver [ 1.300003] drop_monitor: Initializing network drop monitor service [ 1.301497] TCP: cubic registered [ 1.302489] Initializing XFRM netlink socket [ 1.303685] NET: Registered protocol family 10 [ 1.305150] NET: Registered protocol family 17 [ 1.306453] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.308401] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.309787] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.312097] Loading compiled-in X.509 certificates [ 1.313335] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.315690] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.318444] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.320811] registered taskstats version 1 [ 1.323667] Key type trusted registered [ 1.325981] Key type encrypted registered [ 1.328339] IMA: No TPM chip found, activating TPM-bypass! [ 1.330058] rtc_cmos 00:00: setting system clock to 2018-08-05 12:23:59 UTC (1533471839) [ 1.332854] Freeing unused kernel memory: 1680k freed [ 1.337927] 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.343868] systemd[1]: Detected virtualization kvm. [ 1.345624] systemd[1]: Detected architecture x86-64. [ 1.347406] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.350888] systemd[1]: No hostname configured. [ 1.352600] systemd[1]: Set hostname to . [ 1.354388] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.379334] systemd[1]: Created slice Root Slice. [ 1.381021] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.383864] systemd[1]: Listening on udev Kernel Socket. [ 1.385716] systemd[1]: Starting udev Kernel Socket. [ 1.387485] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.390338] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Listening on Journal Socket. [ 1.394400] systemd[1]: Listening on Journal Socket. [ 1.396099] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Timers. [ 1.398847] systemd[1]: Reached target Timers. [ 1.400442] systemd[1]: Starting Timers. [[32m OK [0m] Reached target Local File Systems. [ 1.403207] systemd[1]: Reached target Local File Systems. [ 1.405049] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Paths. [ 1.407834] systemd[1]: Reached target Paths. [ 1.409408] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Swap. [ 1.411914] systemd[1]: Reached target Swap. [ 1.413471] systemd[1]: Starting Swap. [[32m OK [0m] Created slice System Slice. [ 1.416128] systemd[1]: Created slice System Slice. [ 1.417811] systemd[1]: Starting System Slice. [ 1.419925] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.423361] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Slices. [ 1.427132] systemd[1]: Reached target Slices. [ 1.428732] systemd[1]: Starting Slices. [ 1.430535] 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.435875] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Listening on udev Control Socket. [ 1.440005] systemd[1]: Listening on udev Control Socket. [ 1.441847] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.444704] systemd[1]: Reached target Sockets. [ 1.446338] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.449177] 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.505044] RPC: Registered named UNIX socket transport module. [ 1.507025] RPC: Registered udp transport module. [ 1.508657] RPC: Registered tcp transport module. [ 1.510298] 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. [ 1.571521] usb 1-1: new full-speed USB device number 2 using uhci_hcd Starting udev Coldplug all Devices... Mounting Configuration File System... [[32m OK [0m] Started udev Coldplug all Devices. Starting dracut initqueue hook... [[32m OK [0m] Mounted Configuration File System. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.614872] FDC 0 is a S82078B [ 1.630214] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.669893] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.674680] scsi host0: ata_piix [ 1.676016] scsi host1: ata_piix [ 1.677191] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.679197] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.681820] 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.727148] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.728722] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.730332] usb 1-1: Product: QEMU USB Tablet [ 1.731537] usb 1-1: Manufacturer: QEMU [ 1.732626] usb 1-1: SerialNumber: 42 [ 1.742411] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.744940] 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... [ 1.853350] SGI XFS with ACLs, security attributes, no debug enabled [ 1.856451] XFS (vda1): Mounting V4 Filesystem [ 1.887522] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped dracut initqueue hook. Stopping dracut initqueue hook... [[32m OK [0m] Stopped target Initrd Default Target. [[32m OK [0m] Stopped target Basic System. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Paths. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... Stopping udev Kernel Device Manager... [[32m OK [0m] Stopped target Local File Systems. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Sockets. [[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.123675] systemd-journald[108]: Received SIGTERM from PID 1 (systemd). [ 2.132568] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.309207] SELinux: Disabled at runtime. [ 2.345522] type=1404 audit(1533471840.515:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.462579] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.464005] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. Mounting POSIX Message Queue File System... [[32m OK [0m] Reached target Encrypted Volumes. Mounting Debug File System... [[32m OK [0m] Created slice User and Session Slice. Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Starting Create list of required st... nodes for the current kernel... Mounting Huge Pages File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... Starting Setup Virtual Console... [[32m OK [0m] Reached target Slices. [[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 Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted Huge Pages File System. Starting Rebuild Hardware Database... Starting Configure read-only root support... Starting Load/Save Random Seed... [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). Starting Flush Journal to Persistent Storage... [ 3.068663] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Configure read-only root support. [[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 Setup Virtual Console. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Mark the need to relabel after reboot. [ 3.134050] systemd-journald[387]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [[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.227681] type=1305 audit(1533471841.397:3): audit_pid=435 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... Starting Update is Completed... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Initial cloud-init job (pre-networking)... Starting Login Service... Starting LSB: Bring up/down networking... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.436001] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.438915] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.451626] [drm] Initialized drm 1.1.0 20060810 [ 3.491356] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.491356] [TTM] Initializing pool allocator [ 3.491358] [TTM] Initializing DMA pool allocator [ 3.491616] [drm] fb mappable at 0xFC000000 [ 3.491616] [drm] vram aper at 0xFC000000 [ 3.491617] [drm] size 33554432 [ 3.491617] [drm] fb depth is 24 [ 3.491617] [drm] pitch is 3072 Starting D-Bus System Message Bus... [ 3.522093] fbcon: cirrusdrmfb (fb0) is primary device [ 3.522924] ppdev: user-space parallel port driver [ 3.541563] Console: switching to colour frame buffer device 128x48 [ 3.554269] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting GSSAPI Proxy Daemon... Starting Authorization Manager... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [ 3.562262] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Dump dmesg to /var/log/dmesg... Starting NTP client/server... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[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 Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Started Serial Getty on ttyS0. [ 3.638268] AES CTR mode by8 optimization enabled Starting Serial Getty on ttyS0... [[32m OK [0m] Reached target Login Prompts. [ 3.643559] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.648218] alg: No test for crc32 (crc32-pclmul) [ 3.665704] intel_rapl: no valid rapl domains found in package 0 [ 3.671335] intel_rapl: no valid rapl domains found in package 0 [ 3.679620] intel_powerclamp: No package C-state available[[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started NTP client/server. [ 3.685733] intel_powerclamp: No package C-state availableintel_powerclamp: No package C-state available[[32m OK [0m] Started Authorization Manager. [ 4.210966] cloud-init[471]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:24:02 +0000. Up 4.17 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Notify NFS peers of a restart... Starting nginx - high performance web server... Starting OpenSSH server daemon... Starting Postfix Mail Transport Agent... Starting PostgreSQL 9.5 database server... Starting System Logging Service... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Supports the direct execution of binary formats.... Starting Crash recovery kernel arming... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting LSB: Starts Logstash as a daemon.... 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. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [ 6.178250] cloud-init[829]: Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:24:04 +0000. Up 6.13 seconds. [ 6.195280] cloud-init[829]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 6.196916] cloud-init[829]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.198469] cloud-init[829]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 6.200033] cloud-init[829]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.201613] cloud-init[829]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 6.203176] cloud-init[829]: ci-info: | eth0: | True | 192.168.120.6 | 255.255.255.0 | fa:16:3e:f3:32:ad | [ 6.204734] cloud-init[829]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 6.206268] cloud-init[829]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 6.207960] cloud-init[829]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.209642] cloud-init[829]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 6.211349] cloud-init[829]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 6.213055] cloud-init[829]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 6.214748] cloud-init[829]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH | [ 6.216381] cloud-init[829]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 6.218066] cloud-init[829]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Dynamic System Tuning Daemon. [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 10.778049] cloud-init[2826]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:24:09 +0000. Up 10.73 seconds. [ 11.061083] cloud-init[2936]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:24:09 +0000. Up 11.01 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 | a2:64:9a:d2:df:c6:f0:13:ef:e8:6b:5d:de:89:da:2e | - | 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.133435] cloud-init[2936]: Cloud-init v. 0.7.5 finished at Sun, 05 Aug 2018 12:24:09 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 11.11 seconds 2018-08-05 12:24:13,379 - paramiko.transport - DEBUG - starting thread (client mode): 0xceb86890L 2018-08-05 12:24:13,379 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-05 12:24:13,417 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-05 12:24:13,417 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-05 12:24:13,439 - 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-05 12:24:13,440 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-05 12:24:13,440 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-05 12:24:13,440 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-05 12:24:13,440 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-05 12:24:13,441 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-05 12:24:13,447 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-05 12:24:13,448 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-05 12:24:13,479 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.202: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-05 12:24:13,480 - paramiko.transport - DEBUG - Trying discovered key a2649ad2dfc6f013efe86b5dde89da2e in /tmp/tmpS0oZLs 2018-08-05 12:24:13,494 - paramiko.transport - DEBUG - userauth is OK 2018-08-05 12:24:13,571 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-05 12:24:13,581 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-05 12:24:13,581 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-05 12:24:13,582 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-05 12:24:13,582 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/status 2018-08-05 12:24:13,790 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:24:13,790 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:24:13,791 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:24:13,791 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:24:13,791 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:24:13,791 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:24:13,791 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:24:13,791 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 3881, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 3893, "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": 1773, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 3860, "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": 825, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 818, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 3597, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 3846, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 12:24:13,791 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:24:13,791 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:24:13 GMT 2018-08-05 12:24:13,791 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:24:13,792 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-08-05 12:24:13,792 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:24:13,792 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 3881, 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': 3893, 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': 1773, 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': 3860, 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': 825, 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': 818, 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': 3597, 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': 3846, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-05 12:24:13,793 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/status 2018-08-05 12:24:13,894 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:24:13,895 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:24:13,895 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:24:13,895 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:24:13,895 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:24:13,895 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:24:13,895 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:24:13,895 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 3881, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 3893, "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": 1773, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 3860, "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": 825, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 818, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 3597, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 3846, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 12:24:13,895 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:24:13,896 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:24:13 GMT 2018-08-05 12:24:13,896 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:24:13,896 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-08-05 12:24:13,896 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:24:13,896 - functest.core.cloudify - INFO - The current manager status is running 2018-08-05 12:24:13,897 - 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-05 12:24:13,979 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:24:13,980 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:24:13,980 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:24:13,980 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:24:13,980 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:24:13,980 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:24:13,980 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:24:13,980 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-05 12:24:13,980 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-05T12:24:13.289Z", "updated_at": "2018-08-05T12:24:13.289Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-05 12:24:13,981 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:24:13,981 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:24:13 GMT 2018-08-05 12:24:13,981 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:24:13,981 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-05 12:24:13,981 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:24:13,981 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/secrets 2018-08-05 12:24:14,035 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:24:14,036 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:24:14,036 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:24:14,036 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:24:14,036 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:24:14,036 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:24:14,036 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:24:14,036 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-05T12:24:13.289Z", "updated_at": "2018-08-05T12:24:13.289Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-05 12:24:14,036 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:24:14,036 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:24:13 GMT 2018-08-05 12:24:14,037 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:24:14,037 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-05 12:24:14,037 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:24:14,037 - functest.core.cloudify - DEBUG - List secrets: 2018-08-05 12:24:14,037 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.202:80/api/v3/secrets/foo 2018-08-05 12:24:14,094 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:24:14,094 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:24:14,094 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:24:14,094 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:24:14,094 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:24:14,094 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:24:14,095 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:24:14,095 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-05 12:24:14,095 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-05T12:24:13.289Z", "updated_at": "2018-08-05T12:24:13.289Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-05 12:24:14,095 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:24:14,095 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:24:13 GMT 2018-08-05 12:24:14,095 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:24:14,095 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-05 12:24:14,095 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:24:14,095 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-05 12:24:14,096 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-05 12:24:14,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 12:24:14,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" 2018-08-05 12:24:14,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:24:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39f610b4-9b7f-4654-a8bd-dd7a2877e3e5 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.46:5000/v3/projects/aff4b846b8874780bb6d947c1cceafa2"}, "tags": [], "enabled": true, "id": "aff4b846b8874780bb6d947c1cceafa2", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-05 12:24:14,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-39f610b4-9b7f-4654-a8bd-dd7a2877e3e5 2018-08-05 12:24:14,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0998659133911s 2018-08-05 12:24:14,202 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-39f610b4-9b7f-4654-a8bd-dd7a2877e3e5 2018-08-05 12:24:14,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-08-05 12:24:14,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/quotas/aff4b846b8874780bb6d947c1cceafa2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-08-05 12:24:14,448 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-1001326a-7fa5-47f6-bd16-7acf0e6db739 Date: Sun, 05 Aug 2018 12:24:14 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-05 12:24:14,448 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/quotas/aff4b846b8874780bb6d947c1cceafa2.json used request id req-1001326a-7fa5-47f6-bd16-7acf0e6db739 2018-08-05 12:24:14,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.243813991547s 2018-08-05 12:24:14,449 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/quotas/aff4b846b8874780bb6d947c1cceafa2.json used request id req-1001326a-7fa5-47f6-bd16-7acf0e6db739 2018-08-05 12:24:14,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-08-05 12:24:14,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-05 12:24:14,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5: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.14" 2018-08-05 12:24:14,461 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 12:24:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-04f9432c-084a-4d18-8e42-638546807701 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.5:35357/v3/", "rel": "self"}]}]}} 2018-08-05 12:24:14,462 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.5:35357/ used request id req-04f9432c-084a-4d18-8e42-638546807701 2018-08-05 12:24:14,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5: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.14" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" 2018-08-05 12:24:14,556 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:24:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d15c2ea-195b-47e2-84cc-2d894675d0af Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.5:35357/v3/services/139a62e950cb4f5eba26c38253ebd1c3"}, "enabled": true, "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.5:35357/v3/services/1754f3f0106c49f4af6aaebd88bedab9"}, "enabled": true, "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.5:35357/v3/services/33bc21e79f994848b9321670dacd0042"}, "enabled": true, "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.5:35357/v3/services/369f69bfa97a423182377beb47371862"}, "enabled": true, "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.5:35357/v3/services/3bac9975b3294e2882de4947091c3fa3"}, "enabled": true, "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.5:35357/v3/services/4b23419f4d5946aa9e2ba429a283c70f"}, "enabled": true, "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.5:35357/v3/services/773d76d850d04c4eafce3eb58a4d74ca"}, "enabled": true, "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.5:35357/v3/services/77dad98482d44e58bf8d98b0f42ebfab"}, "enabled": true, "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.5:35357/v3/services/7bbc5945f84940b5a5650bc65f3e9929"}, "enabled": true, "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.5:35357/v3/services/7be3263d84a54a1c921d2ee99f0d4175"}, "enabled": true, "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.5:35357/v3/services/a0a276da436b470d8ab909d4757f3746"}, "enabled": true, "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.5:35357/v3/services/b6e1a757f8db4827a78d436bd1d0e757"}, "enabled": true, "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.5:35357/v3/services/c6421874073646f4b9ebee9bfadf25d7"}, "enabled": true, "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.5:35357/v3/services/cf1888c12b68498e9890470ac60ac247"}, "enabled": true, "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.5:35357/v3/services/fa88321ac2ac455ba9c811f773712360"}, "enabled": true, "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "links": {"self": "http://192.30.9.5:35357/v3/services", "previous": null, "next": null}} 2018-08-05 12:24:14,556 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-3d15c2ea-195b-47e2-84cc-2d894675d0af 2018-08-05 12:24:14,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.103868961334s 2018-08-05 12:24:14,556 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-3d15c2ea-195b-47e2-84cc-2d894675d0af 2018-08-05 12:24:14,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-05 12:24:14,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" 2018-08-05 12:24:14,665 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:24:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ecb1e67-e628-41c7-a262-fdc62d55d2af Content-Encoding: gzip Content-Length: 1958 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/005c613324dd4ac980779f2bbedfc4ae"}, "url": "http://172.30.9.46:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b6e1a757f8db4827a78d436bd1d0e757", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/0d3626e85152483b97ddb47c82dd5f29"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "773d76d850d04c4eafce3eb58a4d74ca", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/15bc56573ea742fa80fcc962a183703b"}, "url": "http://172.30.9.46:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "139a62e950cb4f5eba26c38253ebd1c3", "id": "15bc56573ea742fa80fcc962a183703b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/1982c7dac814472bbc44c19922470ef6"}, "url": "http://172.30.9.46:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c6421874073646f4b9ebee9bfadf25d7", "id": "1982c7dac814472bbc44c19922470ef6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/29b2c346f19d4462a0c8cff4c857ee3c"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4b23419f4d5946aa9e2ba429a283c70f", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/2c23cf62298849adb5d5c3bb4773d930"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1754f3f0106c49f4af6aaebd88bedab9", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/2c647ec870504a739c0cd7211ba8e804"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3bac9975b3294e2882de4947091c3fa3", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/2d0675d8fd374899a3bbbe6b1c3257c7"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4b23419f4d5946aa9e2ba429a283c70f", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/38d4665b94fa4e2c85b9a57d18ac3679"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3bac9975b3294e2882de4947091c3fa3", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/3e7bfd3639934892b4f66a22414833df"}, "url": "http://172.30.9.46:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a0a276da436b470d8ab909d4757f3746", "id": "3e7bfd3639934892b4f66a22414833df"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/3fb061d338f440ffb1eb292e9734f217"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7bbc5945f84940b5a5650bc65f3e9929", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/46537490eec2401f980b88c88a8068e4"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b6e1a757f8db4827a78d436bd1d0e757", "id": "46537490eec2401f980b88c88a8068e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/4f83dc6540324999adefd721cb1ae3e0"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c6421874073646f4b9ebee9bfadf25d7", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/5a0c923689e747ef86b597066c2bcc08"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "773d76d850d04c4eafce3eb58a4d74ca", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/6ae458d3348e44a4bab9d4463e7bdafc"}, "url": "http://172.30.9.46:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3bac9975b3294e2882de4947091c3fa3", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/7111ec8f89534ef99e1aeba4900f2e98"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7bbc5945f84940b5a5650bc65f3e9929", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/7239a60574f74f74b7d93861cac3b4f5"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7be3263d84a54a1c921d2ee99f0d4175", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/7ca289c55cc44087bf8793b93f624a76"}, "url": "http://12.0.0.37:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a0a276da436b470d8ab909d4757f3746", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/86fe24881825461c9cf6ddb4ef5b4c77"}, "url": "http://172.30.9.46:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1754f3f0106c49f4af6aaebd88bedab9", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/8a1c098c0d8b4c988926875bc966f4ad"}, "url": "http://172.30.9.46:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cf1888c12b68498e9890470ac60ac247", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/8c9878ffb9b944f4900186073a66e854"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cf1888c12b68498e9890470ac60ac247", "id": "8c9878ffb9b944f4900186073a66e854"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/a1a5a2267a3a4c86aa7fddac27741f92"}, "url": "http://172.30.9.46:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7bbc5945f84940b5a5650bc65f3e9929", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/a263c2c3fb494ec29533873e8162f3bb"}, "url": "http://12.0.0.37:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a0a276da436b470d8ab909d4757f3746", "id": "a263c2c3fb494ec29533873e8162f3bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/aa6245e3c510419399efaab3cffa0dd5"}, "url": "http://192.30.9.5:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "33bc21e79f994848b9321670dacd0042", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/ad09387ee87c4255b2930a12d969fb3f"}, "url": "http://172.30.9.46:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "33bc21e79f994848b9321670dacd0042", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/b60ee8355490488fbcd0185a5529120d"}, "url": "http://172.30.9.46:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4b23419f4d5946aa9e2ba429a283c70f", "id": "b60ee8355490488fbcd0185a5529120d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/c1f950eb1dba4c50b30b56268fa4d0db"}, "url": "http://192.30.9.5:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "33bc21e79f994848b9321670dacd0042", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/c51c2695aadd49e48ade6653e3ef8fc3"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cf1888c12b68498e9890470ac60ac247", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/ce2e1e4aeed548aa97ffdc78adb8c513"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "369f69bfa97a423182377beb47371862", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/d481e275351f4675a7f99d293797a3aa"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "369f69bfa97a423182377beb47371862", "id": "d481e275351f4675a7f99d293797a3aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/d7c69ce73749436bbdb78c928043362f"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "139a62e950cb4f5eba26c38253ebd1c3", "id": "d7c69ce73749436bbdb78c928043362f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/d8fe4279623145ffb2fd2a740afc060f"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1754f3f0106c49f4af6aaebd88bedab9", "id": "d8fe4279623145ffb2fd2a740afc060f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/dac004fba9e946e38ac76e229c1b6005"}, "url": "http://172.30.9.46:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "773d76d850d04c4eafce3eb58a4d74ca", "id": "dac004fba9e946e38ac76e229c1b6005"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/db362858a2194ac38796f6e2b2ccfe8f"}, "url": "http://172.30.9.46:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "369f69bfa97a423182377beb47371862", "id": "db362858a2194ac38796f6e2b2ccfe8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/e1feb454a0a54f249404ad7fc03a1120"}, "url": "http://172.30.9.46:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7be3263d84a54a1c921d2ee99f0d4175", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/e36a75e0f5f04fd5926c1fb53cd5a924"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fa88321ac2ac455ba9c811f773712360", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/e67d35dc385e441fb1ede495d909e213"}, "url": "http://172.30.9.46:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fa88321ac2ac455ba9c811f773712360", "id": "e67d35dc385e441fb1ede495d909e213"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/e8fbeb769fb3409f8b32fb5668755dc3"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c6421874073646f4b9ebee9bfadf25d7", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/eabe05b7fd95497aa5f28cffdf7affff"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fa88321ac2ac455ba9c811f773712360", "id": "eabe05b7fd95497aa5f28cffdf7affff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/ed7b86f3f65142c0ae9170332dec53a5"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7be3263d84a54a1c921d2ee99f0d4175", "id": "ed7b86f3f65142c0ae9170332dec53a5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/eff4025db9584a4cb5a986cd74f7422f"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "139a62e950cb4f5eba26c38253ebd1c3", "id": "eff4025db9584a4cb5a986cd74f7422f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/ffca497293164381a8d1a1a7b6020017"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b6e1a757f8db4827a78d436bd1d0e757", "id": "ffca497293164381a8d1a1a7b6020017"}], "links": {"self": "http://172.30.9.46:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-05 12:24:14,665 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/endpoints used request id req-1ecb1e67-e628-41c7-a262-fdc62d55d2af 2018-08-05 12:24:14,665 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.100128889084s 2018-08-05 12:24:14,666 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/endpoints used request id req-1ecb1e67-e628-41c7-a262-fdc62d55d2af 2018-08-05 12:24:14,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': 'dc35503f-5cc1-47f1-8d93-ffecbbf1134b', 'keystone_tenant_name': u'cloudify_ims-project_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.46:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'project_domain_name': 'Default'} 2018-08-05 12:24:14,673 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/secrets 2018-08-05 12:24:14,775 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:24:14,775 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:24:14,775 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:24:14,775 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:24:14,775 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:24:14,775 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:24:14,775 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:24:14,775 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 0}}} 2018-08-05 12:24:14,775 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:24:14,776 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:24:14 GMT 2018-08-05 12:24:14,776 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:24:14,776 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79 2018-08-05 12:24:14,776 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:24:14,776 - 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": "dc35503f-5cc1-47f1-8d93-ffecbbf1134b"} 2018-08-05 12:24:14,852 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:24:14,852 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:24:14,852 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:24:14,852 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:24:14,852 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:24:14,853 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:24:14,853 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:24:14,853 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 100 2018-08-05 12:24:14,853 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-05T12:24:14.174Z", "updated_at": "2018-08-05T12:24:14.174Z", "created_by": "admin", "private_resource": false, "value": "dc35503f-5cc1-47f1-8d93-ffecbbf1134b", "key": "keystone_password"} 2018-08-05 12:24:14,853 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:24:14,853 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:24:14 GMT 2018-08-05 12:24:14,853 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:24:14,853 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 244 2018-08-05 12:24:14,853 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:24:14,854 - 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_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"} 2018-08-05 12:24:14,923 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:24:14,924 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:24:14,924 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:24:14,924 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:24:14,924 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:24:14,924 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:24:14,924 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:24:14,924 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 121 2018-08-05 12:24:14,924 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-05T12:24:14.246Z", "updated_at": "2018-08-05T12:24:14.246Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-project_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "key": "keystone_tenant_name"} 2018-08-05 12:24:14,924 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:24:14,925 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:24:14 GMT 2018-08-05 12:24:14,925 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:24:14,925 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 268 2018-08-05 12:24:14,925 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:24:14,925 - 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-05 12:24:15,033 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:24:15,033 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:24:15,033 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:24:15,033 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:24:15,033 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:24:15,033 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:24:15,033 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:24:15,033 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 73 2018-08-05 12:24:15,034 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-05T12:24:14.337Z", "updated_at": "2018-08-05T12:24:14.337Z", "created_by": "admin", "private_resource": false, "value": "regionOne", "key": "region"} 2018-08-05 12:24:15,034 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:24:15,034 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:24:14 GMT 2018-08-05 12:24:15,034 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:24:15,034 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 206 2018-08-05 12:24:15,034 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:24:15,034 - 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.46:5000"} 2018-08-05 12:24:15,191 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:24:15,191 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:24:15,192 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:24:15,192 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:24:15,192 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:24:15,192 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:24:15,192 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:24:15,192 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 87 2018-08-05 12:24:15,192 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-05T12:24:14.498Z", "updated_at": "2018-08-05T12:24:14.498Z", "created_by": "admin", "private_resource": false, "value": "http://172.30.9.46:5000", "key": "keystone_url"} 2018-08-05 12:24:15,192 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:24:15,192 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:24:14 GMT 2018-08-05 12:24:15,192 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:24:15,193 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 226 2018-08-05 12:24:15,193 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:24:15,193 - 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-05 12:24:15,307 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:24:15,307 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:24:15,307 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:24:15,307 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:24:15,308 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:24:15,308 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:24:15,308 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:24:15,308 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-08-05 12:24:15,308 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-05T12:24:14.606Z", "updated_at": "2018-08-05T12:24:14.606Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "user_domain_name"} 2018-08-05 12:24:15,308 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:24:15,308 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:24:14 GMT 2018-08-05 12:24:15,308 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:24:15,308 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 214 2018-08-05 12:24:15,309 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:24:15,309 - 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_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"} 2018-08-05 12:24:15,385 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:24:15,385 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:24:15,385 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:24:15,386 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:24:15,386 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:24:15,386 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:24:15,386 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:24:15,386 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 118 2018-08-05 12:24:15,386 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-05T12:24:14.709Z", "updated_at": "2018-08-05T12:24:14.709Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-user_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "key": "keystone_username"} 2018-08-05 12:24:15,386 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:24:15,386 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:24:14 GMT 2018-08-05 12:24:15,386 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:24:15,386 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 262 2018-08-05 12:24:15,387 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:24:15,387 - 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-05 12:24:15,451 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:24:15,451 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:24:15,451 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:24:15,451 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:24:15,451 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:24:15,451 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:24:15,452 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:24:15,452 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-08-05 12:24:15,452 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-05T12:24:14.779Z", "updated_at": "2018-08-05T12:24:14.779Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "project_domain_name"} 2018-08-05 12:24:15,452 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:24:15,452 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:24:14 GMT 2018-08-05 12:24:15,452 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:24:15,452 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 217 2018-08-05 12:24:15,452 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:24:15,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-08-05 12:24:15,453 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-05 12:24:15,462 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-05 12:24:15,462 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-05 12:24:15,478 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-05 12:24:15,513 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-05 12:24:15,513 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-05 12:24:15,514 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-05 12:24:15,554 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-05 12:24:15,554 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-05 12:24:15,582 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-05 12:24:52,537 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-05 12:24:52,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: centos-distro.1gservers.com * extras: mirrors.syringanetworks.net * updates: mirror.sfo12.us.leaseweb.net No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed --> Processing Dependency: libgomp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libgcc >= 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 ---> Package python-devel.x86_64 0:2.7.5-69.el7_5 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-69.el7_5 for package: python-devel-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed ---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-69.el7_5 for package: python-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-222.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-222.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-862.9.1.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.9.1.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 21 MB/s | 54 MB 00:02 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.9.1.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 : kernel-headers-3.10.0-862.9.1.el7.x86_64 5/24 Verifying : gcc-4.8.5-28.el7_5.1.x86_64 6/24 Verifying : python-libs-2.7.5-69.el7_5.x86_64 7/24 Verifying : glibc-2.17-222.el7.x86_64 8/24 Verifying : libgcc-4.8.5-28.el7_5.1.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.9.1.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-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-05 12:24:52,538 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-05 12:24:52,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - error: 2018-08-05 12:24:52,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 12:24:52,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:24:52,599 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-cdca77a9-714d-477f-a8f6-169ad0630ae6 Date: Sun, 05 Aug 2018 12:24:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:20:06Z", "updated_at": "2018-08-05T12:20:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "84dc99a9-0b37-4441-b05e-949dbcdc0dbf", "remote_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "8ce4f04f-9d80-4878-88cb-b3c59de66756", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "aca7ec80-d61c-48b8-93cd-9f7077869d56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "d80d01b8-d5e3-478a-9b92-2a18e6a67e73", "remote_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}], "revision_number": 1, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:21:36Z", "updated_at": "2018-08-05T12:21:37Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "63cb0675-61d5-499e-a5c1-900f924e0916", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "7582bb68-93f5-4d7f-ac96-deadbe318a44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "a7366b46-77b1-48d5-a2a2-ae475890bb7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-05T12:21:37Z", "revision_number": 0, "id": "b5d9f95e-3205-4740-8213-0e2637ae9853", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:37Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-05T12:21:37Z", "revision_number": 0, "id": "e9cf2957-cb7c-4dad-8b3a-b41fff730ab3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:37Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": 80, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "f1e83046-0491-4612-9cdd-962cd57e1682", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-05T12:21:37Z", "revision_number": 0, "id": "f3103e55-4b43-4d83-a68c-ec6c6db48b97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:37Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": 443, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-05T12:21:37Z", "revision_number": 0, "id": "f5d01acb-155e-422b-bbe9-92d5b9cb4dd4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:37Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}], "revision_number": 7, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}]} 2018-08-05 12:24:52,600 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-cdca77a9-714d-477f-a8f6-169ad0630ae6 2018-08-05 12:24:52,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0568819046021s 2018-08-05 12:24:52,600 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-cdca77a9-714d-477f-a8f6-169ad0630ae6 2018-08-05 12:24:52,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 12:24:52,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" -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": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890"}}' 2018-08-05 12:24:53,184 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-f4c84c24-9acc-4042-8bc7-0edd705744ad Date: Sun, 05 Aug 2018 12:24:53 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-05T12:24:53Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "port_range_min": 22, "revision_number": 0, "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:24:53Z", "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "f956c6ac-657b-489f-a65c-dcb86c045444"}} 2018-08-05 12:24:53,184 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-f4c84c24-9acc-4042-8bc7-0edd705744ad 2018-08-05 12:24:53,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.579936981201s 2018-08-05 12:24:53,184 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-f4c84c24-9acc-4042-8bc7-0edd705744ad 2018-08-05 12:24:53,185 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-08-05 12:24:53,291 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.202:80/api/v3/blueprints/clearwater-opnfv; body: bytes data 2018-08-05 12:24:56,114 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:24:56,114 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:24:56,114 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:24:56,114 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:24:56,115 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:24:56,115 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:24:56,115 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:24:56,115 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-08-05 12:24:56,115 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-08-05T12:24:56.042Z", "updated_at": "2018-08-05T12:24:56.042Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"app_connected_to_bind_ellis": {"name": "app_connected_to_bind_ellis", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "app_connected_to_bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_sprout_nodes": {"name": "monitors_sprout_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.monitors": {"name": "cloudify.relationships.monitors", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "public", "description": "the community"}, "oids": {"description": "the oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "app_connected_to_bind": {"name": "app_connected_to_bind", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "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.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "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"}, "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": {"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": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"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-05 12:24:56,117 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:24:56,118 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:24:56 GMT 2018-08-05 12:24:56,118 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:24:56,118 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-08-05 12:24:56,118 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:24:56,221 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-05 12:24:57,704 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:81360220b4382d4b91eef0ebaf46a661 sha256:c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e 2018-08-05 12:24:57,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:24:57,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:24:57,915 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-e1d19144-7357-4a98-ba78-3ec26bd82387 Date: Sun, 05 Aug 2018 12:24:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8/snap", "metadata": {}}], "file": "/v2/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8/file", "owner": "aff4b846b8874780bb6d947c1cceafa2", "id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "size": 4373348352, "self": "/v2/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-05T12:21:35Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-05T12:20:35Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:24:57,915 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-e1d19144-7357-4a98-ba78-3ec26bd82387 2018-08-05 12:24:57,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.210045099258s 2018-08-05 12:24:57,916 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-e1d19144-7357-4a98-ba78-3ec26bd82387 2018-08-05 12:24:57,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 12:24:57,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" -d '{"owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "owner_specified.shade.object": "images/cloudify_ims-img_alt_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_alt_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}' 2018-08-05 12:24:58,001 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/9fe0b469-c1a8-48a5-b540-c62ab393c864 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-31383600-a3e5-44cd-8b3b-b3fc93df4bbe Date: Sun, 05 Aug 2018 12:24:58 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/9fe0b469-c1a8-48a5-b540-c62ab393c864/file", "owner": "aff4b846b8874780bb6d947c1cceafa2", "id": "9fe0b469-c1a8-48a5-b540-c62ab393c864", "size": null, "self": "/v2/images/9fe0b469-c1a8-48a5-b540-c62ab393c864", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-05T12:24:57Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "cloudify_ims-img_alt_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "checksum": null, "created_at": "2018-08-05T12:24:57Z", "protected": false} 2018-08-05 12:24:58,001 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-31383600-a3e5-44cd-8b3b-b3fc93df4bbe 2018-08-05 12:24:58,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0798230171204s 2018-08-05 12:24:58,002 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-31383600-a3e5-44cd-8b3b-b3fc93df4bbe returning object 9fe0b469-c1a8-48a5-b540-c62ab393c864 2018-08-05 12:24:58,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 12:24:58,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/9fe0b469-c1a8-48a5-b540-c62ab393c864/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" -d '' 2018-08-05 12:25:02,841 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2a7421ed-f127-4825-8f95-9b70cfa3eab1 Date: Sun, 05 Aug 2018 12:25: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-05 12:25:02,841 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/9fe0b469-c1a8-48a5-b540-c62ab393c864/file used request id req-2a7421ed-f127-4825-8f95-9b70cfa3eab1 2018-08-05 12:25:02,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.83887696266s 2018-08-05 12:25:02,842 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/9fe0b469-c1a8-48a5-b540-c62ab393c864/file used request id req-2a7421ed-f127-4825-8f95-9b70cfa3eab1 2018-08-05 12:25:02,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:25:02,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:25:02,918 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-d88b0de9-a526-41b0-b985-d06911269d62 Date: Sun, 05 Aug 2018 12:25:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/9fe0b469-c1a8-48a5-b540-c62ab393c864/snap", "metadata": {}}], "file": "/v2/images/9fe0b469-c1a8-48a5-b540-c62ab393c864/file", "owner": "aff4b846b8874780bb6d947c1cceafa2", "id": "9fe0b469-c1a8-48a5-b540-c62ab393c864", "size": 263062016, "self": "/v2/images/9fe0b469-c1a8-48a5-b540-c62ab393c864", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/9fe0b469-c1a8-48a5-b540-c62ab393c864/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-05T12:25:02Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "cloudify_ims-img_alt_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-05T12:24:57Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8/snap", "metadata": {}}], "file": "/v2/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8/file", "owner": "aff4b846b8874780bb6d947c1cceafa2", "id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "size": 4373348352, "self": "/v2/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-05T12:21:35Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-05T12:20:35Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:25:02,918 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-d88b0de9-a526-41b0-b985-d06911269d62 2018-08-05 12:25:02,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0726339817047s 2018-08-05 12:25:02,918 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-d88b0de9-a526-41b0-b985-d06911269d62 2018-08-05 12:25:02,921 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/9fe0b469-c1a8-48a5-b540-c62ab393c864/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9fe0b469-c1a8-48a5-b540-c62ab393c864/file', 'owner': u'aff4b846b8874780bb6d947c1cceafa2', 'id': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'size': 263062016, u'self': u'/v2/images/9fe0b469-c1a8-48a5-b540-c62ab393c864', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'aff4b846b8874780bb6d947c1cceafa2', 'name': 'cloudify_ims-project_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/9fe0b469-c1a8-48a5-b540-c62ab393c864/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T12:25:02Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-05T12:25:02Z', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', 'properties': {u'self': u'/v2/images/9fe0b469-c1a8-48a5-b540-c62ab393c864', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'created': u'2018-08-05T12:24:57Z', 'checksum': u'81360220b4382d4b91eef0ebaf46a661', 'created_at': u'2018-08-05T12:24:57Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/9fe0b469-c1a8-48a5-b540-c62ab393c864', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'schema': u'/v2/schemas/image'}}) 2018-08-05 12:25:02,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 12:25:02,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "cloudify_ims-flavor_alt_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-08-05 12:25:02,987 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:25: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-c7c50aa4-fdb3-4850-8a02-e752023dadfa x-compute-request-id: req-c7c50aa4-fdb3-4850-8a02-e752023dadfa Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_alt_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/e1b3639b-55ce-4b1d-9428-1778aba4a695", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/e1b3639b-55ce-4b1d-9428-1778aba4a695", "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": "e1b3639b-55ce-4b1d-9428-1778aba4a695"}} 2018-08-05 12:25:02,987 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-c7c50aa4-fdb3-4850-8a02-e752023dadfa 2018-08-05 12:25:02,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0653691291809s 2018-08-05 12:25:02,988 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-c7c50aa4-fdb3-4850-8a02-e752023dadfa 2018-08-05 12:25:02,989 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', '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'd5650b30963342b58320b9e3073d7ddf', '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'e1b3639b-55ce-4b1d-9428-1778aba4a695', 'swap': 0}) 2018-08-05 12:25:02,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 12:25:02,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/e1b3639b-55ce-4b1d-9428-1778aba4a695/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" -d '{"extra_specs": {}}' 2018-08-05 12:25:03,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:25: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-080aef46-8b40-4e74-9bea-8fd557af1a7f x-compute-request-id: req-080aef46-8b40-4e74-9bea-8fd557af1a7f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 12:25:03,012 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/e1b3639b-55ce-4b1d-9428-1778aba4a695/os-extra_specs used request id req-080aef46-8b40-4e74-9bea-8fd557af1a7f 2018-08-05 12:25:03,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0225100517273s 2018-08-05 12:25:03,012 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/e1b3639b-55ce-4b1d-9428-1778aba4a695/os-extra_specs used request id req-080aef46-8b40-4e74-9bea-8fd557af1a7f 2018-08-05 12:25:03,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-08-05 12:25:03,013 - 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": "9fe0b469-c1a8-48a5-b540-c62ab393c864", "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "bono_cluster_size": 1, "flavor_id": "e1b3639b-55ce-4b1d-9428-1778aba4a695", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "private_key_path": "/etc/cloudify/cloudify_ims.pem", "sprout_cluster_size": 1}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "clearwater-opnfv"} 2018-08-05 12:25:04,643 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:04,643 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:04,644 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:04,644 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:04,644 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:04,644 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:04,644 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:04,644 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 656 2018-08-05 12:25:04,644 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "9fe0b469-c1a8-48a5-b540-c62ab393c864", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "bono_cluster_size": 1, "flavor_id": "e1b3639b-55ce-4b1d-9428-1778aba4a695", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "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"}, "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-05T12:25:03.276Z", "updated_at": "2018-08-05T12:25:03.276Z", "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": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {"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-05 12:25:04,644 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:04,645 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:04 GMT 2018-08-05 12:25:04,645 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:04,645 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-08-05 12:25:04,645 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:04,646 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions 2018-08-05 12:25:04,707 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:04,708 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:04,708 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:04,708 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:04,708 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:04,708 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:04,708 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:04,708 - 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"}, "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": {"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-05T12:25:04.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-05 12:25:04,709 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:04,709 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:04 GMT 2018-08-05 12:25:04,709 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:04,709 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6369 2018-08-05 12:25:04,709 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:04,709 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:25:04,822 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:04,822 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:04,822 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:04,822 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:04,822 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:04,822 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:04,822 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:04,822 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-05 12:25:04,823 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:04,823 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:04 GMT 2018-08-05 12:25:04,823 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:04,823 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-05 12:25:04,823 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:04,823 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e52fb24e-eeeb-465e-a7c6-9dfaf682e649 2018-08-05 12:25:04,888 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:04,889 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:04,889 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:04,889 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:04,889 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:04,889 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:04,889 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:04,889 - 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"}, "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": {"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-05T12:25:04.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649"} 2018-08-05 12:25:04,889 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:04,890 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:04 GMT 2018-08-05 12:25:04,890 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:04,890 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-05 12:25:04,890 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:09,895 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:25:10,035 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:10,035 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:10,035 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:10,035 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:10,035 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:10,035 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:10,035 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:10,035 - 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-05T12:25:05.618Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:05.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:05.965Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:05.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649", "logger": "6f89f2ce-ee94-43bb-ad9b-8c6c04061a61"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:06.515Z", "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-05T12:25:06.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649", "logger": "6f89f2ce-ee94-43bb-ad9b-8c6c04061a61"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:06.582Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:06.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:06.582Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:06.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:06.582Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:06.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:07.525Z", "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-05T12:25:07.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649", "logger": "6f89f2ce-ee94-43bb-ad9b-8c6c04061a61"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:07.525Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:07.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649", "logger": "6f89f2ce-ee94-43bb-ad9b-8c6c04061a61"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:07.525Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmp7hw0S3 --prefix=\"/tmp/openstack-uRJzor\" --constraint=\"/tmp/openstack-uRJzor/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:07.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649", "logger": "6f89f2ce-ee94-43bb-ad9b-8c6c04061a61"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:07.525Z", "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-05T12:25:07.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649", "logger": "6f89f2ce-ee94-43bb-ad9b-8c6c04061a61"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:07.525Z", "message": "Installing from directory: /tmp/tmp7hw0S3 [args=--prefix=\"/tmp/openstack-uRJzor\" --constraint=\"/tmp/openstack-uRJzor/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:07.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649", "logger": "6f89f2ce-ee94-43bb-ad9b-8c6c04061a61"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-08-05 12:25:10,036 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:10,036 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:10 GMT 2018-08-05 12:25:10,036 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:10,036 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5872 2018-08-05 12:25:10,036 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:10,036 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-08-05 12:25:10,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: openstack 2018-08-05 12:25:10,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-08-05 12:25:10,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-05 12:25:10,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-05 12:25:10,037 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-08-05 12:25:10,037 - 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-05 12:25:10,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-05 12:25:10,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmp7hw0S3 --prefix="/tmp/openstack-uRJzor" --constraint="/tmp/openstack-uRJzor/constraint.txt" 2018-08-05 12:25:10,038 - 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-05 12:25:10,038 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing from directory: /tmp/tmp7hw0S3 [args=--prefix="/tmp/openstack-uRJzor" --constraint="/tmp/openstack-uRJzor/constraint.txt", package_name=cloudify-openstack-plugin] 2018-08-05 12:25:10,038 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e52fb24e-eeeb-465e-a7c6-9dfaf682e649 2018-08-05 12:25:10,106 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:10,107 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:10,107 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:10,107 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:10,107 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:10,107 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:10,107 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:10,107 - 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"}, "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": {"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-05T12:25:04.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649"} 2018-08-05 12:25:10,108 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:10,108 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:10 GMT 2018-08-05 12:25:10,108 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:10,108 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-05 12:25:10,108 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:15,114 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:25:15,190 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:15,190 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:15,191 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:15,191 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:15,191 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:15,191 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:15,191 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:15,191 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-05 12:25:15,191 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:15,191 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:15 GMT 2018-08-05 12:25:15,191 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:15,192 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-05 12:25:15,192 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:15,192 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e52fb24e-eeeb-465e-a7c6-9dfaf682e649 2018-08-05 12:25:15,286 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:15,286 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:15,287 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:15,287 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:15,287 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:15,287 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:15,287 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:15,287 - 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"}, "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": {"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-05T12:25:04.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649"} 2018-08-05 12:25:15,287 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:15,287 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:15 GMT 2018-08-05 12:25:15,287 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:15,288 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-05 12:25:15,288 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:20,293 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:25:20,370 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:20,370 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:20,370 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:20,370 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:20,371 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:20,371 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:20,371 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:20,371 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-05 12:25:20,371 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:20,371 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:20 GMT 2018-08-05 12:25:20,371 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:20,371 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-05 12:25:20,371 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:20,372 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e52fb24e-eeeb-465e-a7c6-9dfaf682e649 2018-08-05 12:25:20,434 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:20,434 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:20,434 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:20,434 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:20,434 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:20,434 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:20,435 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:20,435 - 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"}, "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": {"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-05T12:25:04.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649"} 2018-08-05 12:25:20,435 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:20,435 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:20 GMT 2018-08-05 12:25:20,435 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:20,435 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-05 12:25:20,435 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:25,440 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:25:25,546 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:25,547 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:25,547 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:25,547 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:25,547 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:25,547 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:25,547 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:25,547 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-05 12:25:25,547 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:25,547 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:25 GMT 2018-08-05 12:25:25,548 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:25,548 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-05 12:25:25,548 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:25,548 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e52fb24e-eeeb-465e-a7c6-9dfaf682e649 2018-08-05 12:25:25,606 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:25,607 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:25,607 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:25,607 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:25,607 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:25,607 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:25,607 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:25,607 - 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"}, "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": {"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-05T12:25:04.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649"} 2018-08-05 12:25:25,607 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:25,608 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:25 GMT 2018-08-05 12:25:25,608 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:25,608 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-05 12:25:25,608 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:30,613 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:25:30,682 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:30,682 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:30,682 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:30,682 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:30,682 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:30,682 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:30,683 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:30,683 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-05 12:25:30,683 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:30,683 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:30 GMT 2018-08-05 12:25:30,683 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:30,683 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-05 12:25:30,683 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:30,683 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e52fb24e-eeeb-465e-a7c6-9dfaf682e649 2018-08-05 12:25:30,741 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:30,741 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:30,742 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:30,742 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:30,742 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:30,742 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:30,742 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:30,742 - 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"}, "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": {"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-05T12:25:04.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649"} 2018-08-05 12:25:30,742 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:30,742 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:30 GMT 2018-08-05 12:25:30,742 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:30,743 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-08-05 12:25:30,743 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:35,748 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:25:35,830 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:35,830 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:35,830 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:35,830 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:35,831 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:35,831 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:35,831 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:35,831 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:33.449Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:33.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649", "logger": "6f89f2ce-ee94-43bb-ad9b-8c6c04061a61"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:33.568Z", "message": "Removing directory: /tmp/tmp7hw0S3", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:33.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649", "logger": "6f89f2ce-ee94-43bb-ad9b-8c6c04061a61"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:34.452Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:34.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:34.615Z", "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-05T12:25:34.615Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649"}], "metadata": {"pagination": {"total": 15, "offset": 11, "size": 50}}} 2018-08-05 12:25:35,831 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:35,831 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:35 GMT 2018-08-05 12:25:35,831 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:35,831 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2071 2018-08-05 12:25:35,831 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:35,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-08-05 12:25:35,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp7hw0S3 2018-08-05 12:25:35,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-05 12:25:35,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-08-05 12:25:35,833 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/e52fb24e-eeeb-465e-a7c6-9dfaf682e649 2018-08-05 12:25:35,893 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:35,893 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:35,893 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:35,893 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:35,893 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:35,893 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:35,894 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:35,894 - 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"}, "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": {"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-05T12:25:04.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649"} 2018-08-05 12:25:35,894 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:35,894 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:35 GMT 2018-08-05 12:25:35,894 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:35,894 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6293 2018-08-05 12:25:35,894 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:35,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-08-05 12:25:35,895 - 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-05 12:25:36,038 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:36,038 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:36,038 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:36,039 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:36,039 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:36,039 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:36,039 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:36,039 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 137 2018-08-05 12:25:36,039 - 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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:25:36,039 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:36,039 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:36 GMT 2018-08-05 12:25:36,039 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:36,040 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:25:36,040 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:36,040 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:25:36,099 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:36,099 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:36,099 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:36,099 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:36,099 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:36,099 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:36,099 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:36,100 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-05 12:25:36,100 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:36,100 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:36 GMT 2018-08-05 12:25:36,100 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:36,100 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-05 12:25:36,100 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:36,100 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:25:36,163 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:36,163 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:36,163 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:36,163 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:36,163 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:36,163 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:36,163 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:36,164 - 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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:25:36,164 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:36,164 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:36 GMT 2018-08-05 12:25:36,164 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:36,164 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:25:36,164 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:41,169 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:25:41,239 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:41,240 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:41,240 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:41,240 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:41,240 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:41,240 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:41,240 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:41,240 - 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-05T12:25:36.883Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:36.883Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_security_group_ng034x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:37.916Z", "message": "Creating node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:37.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_security_group_ng034x", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:39.884Z", "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-05T12:25:39.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ba90e4a5-53bd-4c06-b4c0-eb037288b95a"}, {"node_instance_id": "dime_security_group_74xzgi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:39.913Z", "message": "Creating node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:39.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_floatingip_hk87aa", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:39.913Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:39.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "keypair_nzxqjf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:39.913Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:39.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_security_group_74xzgi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:39.913Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:39.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_floatingip_hk87aa", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:39.913Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:39.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_security_group_0uzqyb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:39.913Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:39.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_security_group_0uzqyb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:39.913Z", "message": "Creating node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:39.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_security_group_ng034x", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:39.913Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:39.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_floatingip_hk87aa", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:39.913Z", "message": "Creating node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:39.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_security_group_ng034x", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:39.913Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:39.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_security_group_dj1sm4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:39.913Z", "message": "Creating node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:39.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_security_group_0uzqyb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:39.913Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:39.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_security_group_0uzqyb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:40.764Z", "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-05T12:25:40.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "41966e4e-3635-467b-95ff-f6ec4e2865a2"}, {"node_instance_id": "bind_security_group_ng034x", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:40.764Z", "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-05T12:25:40.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ba90e4a5-53bd-4c06-b4c0-eb037288b95a"}, {"node_instance_id": "sprout_security_group_0uzqyb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:40.764Z", "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-05T12:25:40.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "41966e4e-3635-467b-95ff-f6ec4e2865a2"}, {"node_instance_id": "dime_security_group_74xzgi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:40.764Z", "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-05T12:25:40.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "85b9b67c-89c1-4742-9053-e59723eb3ade"}, {"node_instance_id": "bind_security_group_ng034x", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:40.764Z", "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-05T12:25:40.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ba90e4a5-53bd-4c06-b4c0-eb037288b95a"}, {"node_instance_id": "ellis_security_group_dj1sm4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:40.764Z", "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-05T12:25:40.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "204fb533-6ddd-47e0-b67a-26fc48675e38"}, {"node_instance_id": "dime_security_group_74xzgi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:40.764Z", "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-05T12:25:40.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "85b9b67c-89c1-4742-9053-e59723eb3ade"}, {"node_instance_id": "ellis_security_group_dj1sm4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:40.764Z", "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-05T12:25:40.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "204fb533-6ddd-47e0-b67a-26fc48675e38"}, {"node_instance_id": "ellis_security_group_dj1sm4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:40.764Z", "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-05T12:25:40.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "204fb533-6ddd-47e0-b67a-26fc48675e38"}, {"node_instance_id": "dime_security_group_74xzgi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:40.764Z", "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-05T12:25:40.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "85b9b67c-89c1-4742-9053-e59723eb3ade"}, {"node_instance_id": "dime_security_group_74xzgi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:40.764Z", "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-05T12:25:40.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "85b9b67c-89c1-4742-9053-e59723eb3ade"}, {"node_instance_id": "bind_security_group_ng034x", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:40.764Z", "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-05T12:25:40.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ba90e4a5-53bd-4c06-b4c0-eb037288b95a"}, {"node_instance_id": "dime_security_group_74xzgi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:40.764Z", "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-05T12:25:40.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "85b9b67c-89c1-4742-9053-e59723eb3ade"}, {"node_instance_id": "ellis_security_group_dj1sm4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:40.764Z", "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-05T12:25:40.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "204fb533-6ddd-47e0-b67a-26fc48675e38"}, {"node_instance_id": "dime_security_group_74xzgi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:40.764Z", "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-05T12:25:40.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "85b9b67c-89c1-4742-9053-e59723eb3ade"}], "metadata": {"pagination": {"total": 30, "offset": 0, "size": 50}}} 2018-08-05 12:25:41,240 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:41,241 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:41 GMT 2018-08-05 12:25:41,241 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:41,241 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 17868 2018-08-05 12:25:41,241 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:41,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-08-05 12:25:41,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:25:41,242 - 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-05 12:25:41,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:25:41,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-08-05 12:25:41,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:25:41,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-05 12:25:41,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-08-05 12:25:41,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-05 12:25:41,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:25:41,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-05 12:25:41,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:25:41,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-05 12:25:41,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:25:41,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-05 12:25:41,244 - 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-05 12:25:41,245 - 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-05 12:25:41,245 - 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-05 12:25:41,245 - 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-05 12:25:41,245 - 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-05 12:25:41,245 - 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-05 12:25:41,245 - 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-05 12:25:41,245 - 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-05 12:25:41,246 - 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-05 12:25:41,246 - 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-05 12:25:41,246 - 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-05 12:25:41,246 - 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-05 12:25:41,246 - 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-05 12:25:41,247 - 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-05 12:25:41,247 - 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-05 12:25:41,247 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:25:41,315 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:41,316 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:41,316 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:41,316 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:41,316 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:41,316 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:41,316 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:41,316 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:25:41,316 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:41,317 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:41 GMT 2018-08-05 12:25:41,317 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:41,317 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:25:41,317 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:46,320 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:25:46,433 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:46,433 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:46,433 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:46,433 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:46,433 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:46,433 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:46,433 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:46,434 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "base_security_group_qzmno4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:41.305Z", "message": "Creating node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:41.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_floatingip_k3x0ec", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:41.305Z", "message": "Creating node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:41.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_security_group_8f2rgg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:41.305Z", "message": "Creating node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:41.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_floatingip_vajwh1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:41.305Z", "message": "Creating node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:41.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_security_group_9rmkx8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:41.305Z", "message": "Creating node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:41.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "internal_sip_security_group_eqnqih", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:41.305Z", "message": "Creating node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:41.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_security_group_0no7yq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:41.305Z", "message": "Creating node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:41.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_floatingip_k3x0ec", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:41.305Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:41.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_floatingip_vajwh1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:41.305Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:41.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "base_security_group_qzmno4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:41.305Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:41.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_security_group_8f2rgg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:41.305Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:41.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_security_group_dj1sm4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:41.305Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:41.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_security_group_9rmkx8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:41.305Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:41.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "internal_sip_security_group_eqnqih", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:41.305Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:41.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_security_group_0no7yq", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:41.305Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:41.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "keypair_nzxqjf", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:41.305Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:41.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_security_group_74xzgi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:41.305Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:41.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_security_group_dj1sm4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:41.305Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:41.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_floatingip_hk87aa", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:42.416Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'aff4b846b8874780bb6d947c1cceafa2', u'created_at': u'2018-08-05T12:25:41Z', u'updated_at': u'2018-08-05T12:25:41Z', u'floating_network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.212', u'revision_number': 0, u'project_id': u'aff4b846b8874780bb6d947c1cceafa2', u'port_id': None, u'id': u'061f2930-de2b-4084-a0a0-2e227c1a7f1b', u'qos_policy_id': None}", "level": "info", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:42.416Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "abc03e01-6774-401a-a3ef-da20dda11c6a"}, {"node_instance_id": "bind_floatingip_hk87aa", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:42.611Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:42.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_floatingip_hk87aa", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:43.341Z", "message": "Configuring node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:43.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_floatingip_vajwh1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:43.341Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:43.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "keypair_nzxqjf", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:43.341Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:43.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_security_group_ng034x", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:43.341Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:43.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_security_group_ng034x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:44.517Z", "message": "Configuring node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:44.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_floatingip_hk87aa", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:44.517Z", "message": "Starting node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:44.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "base_security_group_qzmno4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:44.517Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:44.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_security_group_8f2rgg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:44.517Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:44.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_security_group_0no7yq", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:44.517Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:44.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_security_group_74xzgi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:44.517Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:44.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_security_group_dj1sm4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:44.517Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:44.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_security_group_0uzqyb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:44.517Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:44.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "keypair_nzxqjf", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:44.992Z", "message": "Using external resource keypair: cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "level": "info", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:44.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ee9f062a-f109-4e0e-95e0-41656a5e8d81"}, {"node_instance_id": "ellis_security_group_dj1sm4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:45.792Z", "message": "Configuring node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:45.792Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_security_group_0uzqyb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:45.792Z", "message": "Configuring node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:45.792Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_security_group_ng034x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:45.792Z", "message": "Starting node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:45.792Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_floatingip_k3x0ec", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:45.792Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:45.792Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "keypair_nzxqjf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:45.792Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:45.792Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_floatingip_vajwh1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'aff4b846b8874780bb6d947c1cceafa2', u'created_at': u'2018-08-05T12:25:44Z', u'updated_at': u'2018-08-05T12:25:44Z', u'floating_network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 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'aff4b846b8874780bb6d947c1cceafa2', u'port_id': None, u'id': u'0cae7e06-fa96-4945-abfd-56ba210d4a9f', u'qos_policy_id': None}", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0683d195-77a4-4ec6-b706-cde182f886fa"}, {"node_instance_id": "base_security_group_qzmno4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "56ff72b8-a169-42b3-be18-65101f0bf859"}, {"node_instance_id": "base_security_group_qzmno4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "56ff72b8-a169-42b3-be18-65101f0bf859"}, {"node_instance_id": "base_security_group_qzmno4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "56ff72b8-a169-42b3-be18-65101f0bf859"}, {"node_instance_id": "vellum_security_group_0no7yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "15111632-2269-4c3b-b197-ac4254d1638b"}, {"node_instance_id": "bono_security_group_8f2rgg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8247f3cd-641f-478d-8c4f-06f46260d98e"}, {"node_instance_id": "vellum_security_group_0no7yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "15111632-2269-4c3b-b197-ac4254d1638b"}, {"node_instance_id": "vellum_security_group_0no7yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "15111632-2269-4c3b-b197-ac4254d1638b"}, {"node_instance_id": "bono_security_group_8f2rgg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8247f3cd-641f-478d-8c4f-06f46260d98e"}, {"node_instance_id": "bono_security_group_8f2rgg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8247f3cd-641f-478d-8c4f-06f46260d98e"}, {"node_instance_id": "bono_security_group_8f2rgg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8247f3cd-641f-478d-8c4f-06f46260d98e"}, {"node_instance_id": "bono_security_group_8f2rgg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8247f3cd-641f-478d-8c4f-06f46260d98e"}], "metadata": {"pagination": {"total": 105, "offset": 30, "size": 50}}} 2018-08-05 12:25:46,434 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:46,434 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:46 GMT 2018-08-05 12:25:46,434 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:46,434 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29018 2018-08-05 12:25:46,434 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:46,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:25:46,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:25:46,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:25:46,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:25:46,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:25:46,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:25:46,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:25:46,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-08-05 12:25:46,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-08-05 12:25:46,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-05 12:25:46,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-05 12:25:46,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-05 12:25:46,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-05 12:25:46,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-05 12:25:46,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-05 12:25:46,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-08-05 12:25:46,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-05 12:25:46,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-05 12:25:46,438 - 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'aff4b846b8874780bb6d947c1cceafa2', u'created_at': u'2018-08-05T12:25:41Z', u'updated_at': u'2018-08-05T12:25:41Z', u'floating_network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.212', u'revision_number': 0, u'project_id': u'aff4b846b8874780bb6d947c1cceafa2', u'port_id': None, u'id': u'061f2930-de2b-4084-a0a0-2e227c1a7f1b', u'qos_policy_id': None} 2018-08-05 12:25:46,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-08-05 12:25:46,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:25:46,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-08-05 12:25:46,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-08-05 12:25:46,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-05 12:25:46,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:25:46,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:25:46,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-05 12:25:46,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-05 12:25:46,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-05 12:25:46,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-05 12:25:46,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-05 12:25:46,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-05 12:25:46,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Using external resource keypair: cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5 2018-08-05 12:25:46,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:25:46,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:25:46,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:25:46,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-08-05 12:25:46,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-08-05 12:25:46,441 - 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'aff4b846b8874780bb6d947c1cceafa2', u'created_at': u'2018-08-05T12:25:44Z', u'updated_at': u'2018-08-05T12:25:44Z', u'floating_network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 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'aff4b846b8874780bb6d947c1cceafa2', u'port_id': None, u'id': u'0cae7e06-fa96-4945-abfd-56ba210d4a9f', u'qos_policy_id': None} 2018-08-05 12:25:46,441 - 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-05 12:25:46,442 - 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-05 12:25:46,442 - 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-05 12:25:46,442 - 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-05 12:25:46,442 - 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-05 12:25:46,442 - 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-05 12:25:46,442 - 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-05 12:25:46,443 - 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-05 12:25:46,443 - 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-05 12:25:46,443 - 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-05 12:25:46,443 - 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-05 12:25:46,443 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:25:46,537 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:46,537 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:46,537 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:46,537 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:46,538 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:46,538 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:46,538 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:46,538 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:25:46,538 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:46,538 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:46 GMT 2018-08-05 12:25:46,538 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:46,538 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:25:46,538 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:51,543 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:25:51,686 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:51,687 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:51,687 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:51,687 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:51,687 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:51,687 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:51,687 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:51,687 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_security_group_0no7yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "15111632-2269-4c3b-b197-ac4254d1638b"}, {"node_instance_id": "vellum_security_group_0no7yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "15111632-2269-4c3b-b197-ac4254d1638b"}, {"node_instance_id": "vellum_security_group_0no7yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "15111632-2269-4c3b-b197-ac4254d1638b"}, {"node_instance_id": "base_security_group_qzmno4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "56ff72b8-a169-42b3-be18-65101f0bf859"}, {"node_instance_id": "bono_security_group_8f2rgg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8247f3cd-641f-478d-8c4f-06f46260d98e"}, {"node_instance_id": "bono_security_group_8f2rgg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8247f3cd-641f-478d-8c4f-06f46260d98e"}, {"node_instance_id": "bono_security_group_8f2rgg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8247f3cd-641f-478d-8c4f-06f46260d98e"}, {"node_instance_id": "base_security_group_qzmno4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "56ff72b8-a169-42b3-be18-65101f0bf859"}, {"node_instance_id": "base_security_group_qzmno4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "56ff72b8-a169-42b3-be18-65101f0bf859"}, {"node_instance_id": "base_security_group_qzmno4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "56ff72b8-a169-42b3-be18-65101f0bf859"}, {"node_instance_id": "bono_security_group_8f2rgg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8247f3cd-641f-478d-8c4f-06f46260d98e"}, {"node_instance_id": "bono_security_group_8f2rgg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8247f3cd-641f-478d-8c4f-06f46260d98e"}, {"node_instance_id": "vellum_security_group_0no7yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "15111632-2269-4c3b-b197-ac4254d1638b"}, {"node_instance_id": "vellum_security_group_0no7yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "15111632-2269-4c3b-b197-ac4254d1638b"}, {"node_instance_id": "vellum_security_group_0no7yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "15111632-2269-4c3b-b197-ac4254d1638b"}, {"node_instance_id": "bono_security_group_8f2rgg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8247f3cd-641f-478d-8c4f-06f46260d98e"}, {"node_instance_id": "bono_security_group_8f2rgg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8247f3cd-641f-478d-8c4f-06f46260d98e"}, {"node_instance_id": "bono_security_group_8f2rgg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8247f3cd-641f-478d-8c4f-06f46260d98e"}, {"node_instance_id": "bono_security_group_8f2rgg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8247f3cd-641f-478d-8c4f-06f46260d98e"}, {"node_instance_id": "vellum_security_group_0no7yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "15111632-2269-4c3b-b197-ac4254d1638b"}, {"node_instance_id": "vellum_security_group_0no7yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "15111632-2269-4c3b-b197-ac4254d1638b"}, {"node_instance_id": "vellum_security_group_0no7yq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "15111632-2269-4c3b-b197-ac4254d1638b"}, {"node_instance_id": "base_security_group_qzmno4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "56ff72b8-a169-42b3-be18-65101f0bf859"}, {"node_instance_id": "bono_security_group_8f2rgg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8247f3cd-641f-478d-8c4f-06f46260d98e"}, {"node_instance_id": "bono_security_group_8f2rgg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.055Z", "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-05T12:25:46.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8247f3cd-641f-478d-8c4f-06f46260d98e"}, {"node_instance_id": "dime_security_group_74xzgi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.800Z", "message": "Configuring node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:46.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_floatingip_vajwh1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.800Z", "message": "Configuring node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:46.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "keypair_nzxqjf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.800Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:46.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_security_group_74xzgi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.800Z", "message": "Starting node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:46.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_security_group_dj1sm4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.800Z", "message": "Starting node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:46.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_security_group_0uzqyb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.800Z", "message": "Starting node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:46.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "internal_sip_security_group_eqnqih", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.800Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:46.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_floatingip_vajwh1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:46.800Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:46.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "internal_sip_security_group_eqnqih", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:47.064Z", "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-05T12:25:47.064Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d0d55fd4-5746-4044-87db-537a254dc4b9"}, {"node_instance_id": "internal_sip_security_group_eqnqih", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:47.064Z", "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-05T12:25:47.064Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d0d55fd4-5746-4044-87db-537a254dc4b9"}, {"node_instance_id": "internal_sip_security_group_eqnqih", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:47.064Z", "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-05T12:25:47.064Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d0d55fd4-5746-4044-87db-537a254dc4b9"}, {"node_instance_id": "internal_sip_security_group_eqnqih", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:47.064Z", "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-05T12:25:47.064Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d0d55fd4-5746-4044-87db-537a254dc4b9"}, {"node_instance_id": "internal_sip_security_group_eqnqih", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:47.064Z", "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-05T12:25:47.064Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d0d55fd4-5746-4044-87db-537a254dc4b9"}, {"node_instance_id": "internal_sip_security_group_eqnqih", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:47.064Z", "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-05T12:25:47.064Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d0d55fd4-5746-4044-87db-537a254dc4b9"}, {"node_instance_id": "ellis_floatingip_vajwh1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:47.848Z", "message": "Starting node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:47.848Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "keypair_nzxqjf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:47.848Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:47.848Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_floatingip_k3x0ec", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:48.360Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'aff4b846b8874780bb6d947c1cceafa2', u'created_at': u'2018-08-05T12:25:47Z', u'updated_at': u'2018-08-05T12:25:47Z', u'floating_network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 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'aff4b846b8874780bb6d947c1cceafa2', u'port_id': None, u'id': u'a5d6fb7b-adfe-4dad-b3b2-d8610f711579', u'qos_policy_id': None}", "level": "info", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:48.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0d18909d-3997-4ddc-88e7-241d6a579fda"}, {"node_instance_id": "bono_floatingip_k3x0ec", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:48.866Z", "message": "Configuring node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:48.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:48.866Z", "message": "Creating node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:48.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:48.866Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:48.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_security_group_9rmkx8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:48.866Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:48.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_floatingip_k3x0ec", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:48.866Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:48.866Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "base_security_group_qzmno4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:49.966Z", "message": "Configuring node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:49.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_floatingip_k3x0ec", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:49.966Z", "message": "Starting node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:49.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:49.966Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:49.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 146, "offset": 80, "size": 50}}} 2018-08-05 12:25:51,688 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:51,688 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:51 GMT 2018-08-05 12:25:51,688 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:51,688 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30455 2018-08-05 12:25:51,688 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:51,689 - 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-05 12:25:51,690 - 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-05 12:25:51,690 - 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-05 12:25:51,690 - 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-05 12:25:51,690 - 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-05 12:25:51,690 - 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-05 12:25:51,691 - 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-05 12:25:51,691 - 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-05 12:25:51,691 - 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-05 12:25:51,691 - 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-05 12:25:51,691 - 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-05 12:25:51,692 - 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-05 12:25:51,692 - 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-05 12:25:51,692 - 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-05 12:25:51,692 - 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-05 12:25:51,692 - 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-05 12:25:51,692 - 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-05 12:25:51,693 - 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-05 12:25:51,693 - 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-05 12:25:51,693 - 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-05 12:25:51,693 - 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-05 12:25:51,693 - 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-05 12:25:51,693 - 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-05 12:25:51,694 - 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-05 12:25:51,694 - 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-05 12:25:51,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:25:51,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:25:51,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:25:51,694 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:25:51,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:25:51,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:25:51,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-05 12:25:51,695 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-08-05 12:25:51,695 - 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-05 12:25:51,695 - 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-05 12:25:51,696 - 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-05 12:25:51,696 - 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-05 12:25:51,696 - 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-05 12:25:51,696 - 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-05 12:25:51,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:25:51,696 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:25:51,696 - 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'aff4b846b8874780bb6d947c1cceafa2', u'created_at': u'2018-08-05T12:25:47Z', u'updated_at': u'2018-08-05T12:25:47Z', u'floating_network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 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'aff4b846b8874780bb6d947c1cceafa2', u'port_id': None, u'id': u'a5d6fb7b-adfe-4dad-b3b2-d8610f711579', u'qos_policy_id': None} 2018-08-05 12:25:51,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:25:51,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:25:51,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-05 12:25:51,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-05 12:25:51,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-08-05 12:25:51,697 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:25:51,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:25:51,698 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-05 12:25:51,698 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:25:51,904 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:51,904 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:51,904 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:51,904 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:51,904 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:51,904 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:51,904 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:51,904 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:25:51,905 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:51,905 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:51 GMT 2018-08-05 12:25:51,905 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:51,905 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:25:51,905 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:56,910 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:25:56,979 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:56,979 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:56,979 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:56,979 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:56,979 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:56,979 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:56,980 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:56,980 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "base_security_group_qzmno4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:49.966Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:49.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_security_group_8f2rgg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:49.966Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:49.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_security_group_0no7yq", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:49.966Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:49.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:50.055Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_type': u'keypair'}]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:50.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "5a956707-1485-4c2e-983f-75f54848ef93"}, {"node_instance_id": "homer_security_group_9rmkx8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:50.055Z", "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-05T12:25:50.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "9f57d996-6c60-4097-8825-ab9b436b578f"}, {"node_instance_id": "homer_security_group_9rmkx8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:50.055Z", "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-05T12:25:50.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "9f57d996-6c60-4097-8825-ab9b436b578f"}, {"node_instance_id": "homer_security_group_9rmkx8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:50.055Z", "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-05T12:25:50.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "9f57d996-6c60-4097-8825-ab9b436b578f"}, {"node_instance_id": "homer_security_group_9rmkx8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:50.055Z", "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-05T12:25:50.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "9f57d996-6c60-4097-8825-ab9b436b578f"}, {"node_instance_id": "bono_security_group_8f2rgg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:50.976Z", "message": "Configuring node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:50.976Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "internal_sip_security_group_eqnqih", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:50.976Z", "message": "Configuring node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:50.976Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_security_group_0no7yq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:50.976Z", "message": "Configuring node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:50.976Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "base_security_group_qzmno4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:50.976Z", "message": "Starting node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:50.976Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_security_group_8f2rgg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:50.976Z", "message": "Starting node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:50.976Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_security_group_0no7yq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:50.976Z", "message": "Starting node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:50.976Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "internal_sip_security_group_eqnqih", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:50.976Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:50.976Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:51.069Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_88hrl2'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:51.069Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "5a956707-1485-4c2e-983f-75f54848ef93"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:52.247Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_88hrl2', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'}", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:52.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "5a956707-1485-4c2e-983f-75f54848ef93"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:52.247Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_88hrl2', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:52.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "5a956707-1485-4c2e-983f-75f54848ef93"}, {"node_instance_id": "bind_host_scvoel", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:52.573Z", "message": "Creating node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:52.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:52.573Z", "message": "Creating node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:52.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:52.573Z", "message": "Creating node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:52.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:52.573Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:52.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:52.573Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:52.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:52.573Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:52.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "internal_sip_security_group_eqnqih", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:52.573Z", "message": "Starting node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:52.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:52.573Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:52.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:52.573Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:52.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:52.573Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:52.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:53.365Z", "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-05T12:25:53.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "5a956707-1485-4c2e-983f-75f54848ef93"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:53.365Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_type': u'keypair'}, {u'external_id': u'94969e36-5249-4b09-98b3-ab58fc9639db', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'18fb002a-b8a2-46a3-b0db-7cd8c2a06006', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'0cae7e06-fa96-4945-abfd-56ba210d4a9f', u'floating_ip_address': u'172.30.9.201', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:53.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6ce2b765-4b68-4b9e-bf91-f4d2479c20d4"}, {"node_instance_id": "homer_security_group_9rmkx8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:53.686Z", "message": "Configuring node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:53.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:53.686Z", "message": "Creating node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:53.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:53.686Z", "message": "Creating node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:53.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:53.686Z", "message": "Creating node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:53.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:53.686Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:53.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:53.686Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:53.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:53.686Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:53.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:53.686Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:53.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_security_group_9rmkx8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:53.686Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:53.686Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:54.422Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_type': u'keypair'}, {u'external_id': u'94969e36-5249-4b09-98b3-ab58fc9639db', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'502489d9-da25-43ea-9e21-8b9e20a856d2', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'061f2930-de2b-4084-a0a0-2e227c1a7f1b', u'floating_ip_address': u'172.30.9.212', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:54.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "c1803d9b-94a4-44b4-bcb2-d1cb002a4c68"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:54.422Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_type': u'keypair'}, {u'external_id': u'94969e36-5249-4b09-98b3-ab58fc9639db', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'5115e122-f609-4318-a02b-ea523482ffc2', 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-05T12:25:54.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d071d236-adc3-47db-afdf-ebd9c65526ed"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:54.422Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_type': u'keypair'}, {u'external_id': u'94969e36-5249-4b09-98b3-ab58fc9639db', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'a4e3f728-9e81-4307-9f98-7c1a625940cf', 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-05T12:25:54.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bac6b083-8259-40f1-aaf2-c87a2239993e"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:54.422Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_scvoel'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:54.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "c1803d9b-94a4-44b4-bcb2-d1cb002a4c68"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:54.422Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_yzrrbo'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:54.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d071d236-adc3-47db-afdf-ebd9c65526ed"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:54.422Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_zfhort'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:54.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6ce2b765-4b68-4b9e-bf91-f4d2479c20d4"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:54.422Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_a7fgrh'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:54.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bac6b083-8259-40f1-aaf2-c87a2239993e"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:54.739Z", "message": "Configuring node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:54.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_security_group_9rmkx8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:54.739Z", "message": "Starting node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:54.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:54.739Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:54.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:54.739Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:54.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 189, "offset": 130, "size": 50}}} 2018-08-05 12:25:56,980 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:56,980 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:56 GMT 2018-08-05 12:25:56,980 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:56,980 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29518 2018-08-05 12:25:56,980 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:25:56,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-05 12:25:56,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-05 12:25:56,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-05 12:25:56,982 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_type': u'keypair'}] 2018-08-05 12:25:56,982 - 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-05 12:25:56,983 - 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-05 12:25:56,983 - 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-05 12:25:56,983 - 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-05 12:25:56,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:25:56,983 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:25:56,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:25:56,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:25:56,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:25:56,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:25:56,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-05 12:25:56,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_88hrl2'} 2018-08-05 12:25:56,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_88hrl2', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'} 2018-08-05 12:25:56,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_88hrl2', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'} 2018-08-05 12:25:56,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:25:56,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:25:56,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:25:56,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-05 12:25:56,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-05 12:25:56,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-05 12:25:56,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:25:56,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-05 12:25:56,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-05 12:25:56,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-05 12:25:56,987 - 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-05 12:25:56,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_type': u'keypair'}, {u'external_id': u'94969e36-5249-4b09-98b3-ab58fc9639db', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'18fb002a-b8a2-46a3-b0db-7cd8c2a06006', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'0cae7e06-fa96-4945-abfd-56ba210d4a9f', u'floating_ip_address': u'172.30.9.201', u'external_type': u'floatingip'}] 2018-08-05 12:25:56,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:25:56,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:25:56,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:25:56,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:25:56,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-05 12:25:56,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-05 12:25:56,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-05 12:25:56,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-05 12:25:56,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-05 12:25:56,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_type': u'keypair'}, {u'external_id': u'94969e36-5249-4b09-98b3-ab58fc9639db', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'502489d9-da25-43ea-9e21-8b9e20a856d2', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'061f2930-de2b-4084-a0a0-2e227c1a7f1b', u'floating_ip_address': u'172.30.9.212', u'external_type': u'floatingip'}] 2018-08-05 12:25:56,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_type': u'keypair'}, {u'external_id': u'94969e36-5249-4b09-98b3-ab58fc9639db', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'5115e122-f609-4318-a02b-ea523482ffc2', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}] 2018-08-05 12:25:56,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_type': u'keypair'}, {u'external_id': u'94969e36-5249-4b09-98b3-ab58fc9639db', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'a4e3f728-9e81-4307-9f98-7c1a625940cf', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}] 2018-08-05 12:25:56,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_scvoel'} 2018-08-05 12:25:56,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_yzrrbo'} 2018-08-05 12:25:56,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_zfhort'} 2018-08-05 12:25:56,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_a7fgrh'} 2018-08-05 12:25:56,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:25:56,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:25:56,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-05 12:25:56,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-05 12:25:56,990 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:25:57,049 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:25:57,049 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:25:57,050 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:25:57,050 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:25:57,050 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:25:57,050 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:25:57,050 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:25:57,050 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:25:57,050 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:25:57,050 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:25:57 GMT 2018-08-05 12:25:57,050 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:25:57,051 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:25:57,051 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:02,056 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:26:02,140 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:02,140 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:02,140 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:02,140 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:02,140 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:02,140 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:02,140 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:02,141 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:55.428Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_type': u'keypair'}, {u'external_id': u'94969e36-5249-4b09-98b3-ab58fc9639db', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'e331b78f-d3a5-4c65-adc5-36385628f16d', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'34142938-87e2-40c7-9af7-dfc5a8254564', 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-05T12:25:55.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "54dfb285-f9fb-4d3f-a4fd-3bb9c95ec5ee"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:55.428Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_14hjtp'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:55.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "54dfb285-f9fb-4d3f-a4fd-3bb9c95ec5ee"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:55.745Z", "message": "Creating node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:55.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:55.745Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:55.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:55.745Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:55.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:55.745Z", "message": "Starting node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:55.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:56.520Z", "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-05T12:25:56.520Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6ce2b765-4b68-4b9e-bf91-f4d2479c20d4"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:56.520Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_zfhort', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'}", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:56.520Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6ce2b765-4b68-4b9e-bf91-f4d2479c20d4"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:56.520Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_zfhort', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:56.520Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6ce2b765-4b68-4b9e-bf91-f4d2479c20d4"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:57.529Z", "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-05T12:25:57.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "c1803d9b-94a4-44b4-bcb2-d1cb002a4c68"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:57.529Z", "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-05T12:25:57.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d071d236-adc3-47db-afdf-ebd9c65526ed"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:57.529Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_scvoel', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'}", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:57.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "c1803d9b-94a4-44b4-bcb2-d1cb002a4c68"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:57.529Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_yzrrbo', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'}", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:57.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d071d236-adc3-47db-afdf-ebd9c65526ed"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:57.529Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_scvoel', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:57.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "c1803d9b-94a4-44b4-bcb2-d1cb002a4c68"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:57.529Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_yzrrbo', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:57.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d071d236-adc3-47db-afdf-ebd9c65526ed"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:57.723Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:57.723Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:57.752Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:57.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:58.538Z", "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-05T12:25:58.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bac6b083-8259-40f1-aaf2-c87a2239993e"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:58.538Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_a7fgrh', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'}", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:58.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bac6b083-8259-40f1-aaf2-c87a2239993e"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:58.538Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_a7fgrh', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:58.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bac6b083-8259-40f1-aaf2-c87a2239993e"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:58.760Z", "message": "Configuring node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:58.760Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:58.760Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:58.760Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:58.760Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:58.760Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:59.599Z", "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-05T12:25:59.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "54dfb285-f9fb-4d3f-a4fd-3bb9c95ec5ee"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:59.599Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_14hjtp', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'}", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:59.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "54dfb285-f9fb-4d3f-a4fd-3bb9c95ec5ee"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:59.599Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_type': u'keypair'}, {u'external_id': u'94969e36-5249-4b09-98b3-ab58fc9639db', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'851633cf-4866-4a96-aa15-9e221ca932ea', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'e331b78f-d3a5-4c65-adc5-36385628f16d', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'a5d6fb7b-adfe-4dad-b3b2-d8610f711579', u'floating_ip_address': u'172.30.9.203', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:59.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e850d173-e983-48ed-9d18-3ce9e72986df"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:59.599Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_14hjtp', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:59.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "54dfb285-f9fb-4d3f-a4fd-3bb9c95ec5ee"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:59.599Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_4c89i6'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:59.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e850d173-e983-48ed-9d18-3ce9e72986df"}, {"node_instance_id": "bind_host_scvoel", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:59.934Z", "message": "Configuring node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:59.934Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:59.934Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:59.934Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:59.934Z", "message": "Starting node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:59.934Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:59.934Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:59.934Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:25:59.934Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:25:59.934Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:00.607Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_type': u'keypair'}, {u'external_id': u'94969e36-5249-4b09-98b3-ab58fc9639db', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'a15b4693-5467-47af-99ad-81b2f52decb3', 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-05T12:26:00.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "82056d94-cd51-43c9-8e40-c43169431164"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:00.607Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_gki8sk'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:00.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "82056d94-cd51-43c9-8e40-c43169431164"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:01.099Z", "message": "Configuring node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:01.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:01.099Z", "message": "Configuring node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:01.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:01.099Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:01.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:01.099Z", "message": "Starting node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:01.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:01.099Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:01.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:01.099Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:01.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:01.099Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:01.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:01.099Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:01.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:01.702Z", "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-05T12:26:01.702Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e850d173-e983-48ed-9d18-3ce9e72986df"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:01.702Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_4c89i6', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'}", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:01.702Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e850d173-e983-48ed-9d18-3ce9e72986df"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:01.702Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_4c89i6', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:01.702Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e850d173-e983-48ed-9d18-3ce9e72986df"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:02.117Z", "message": "Configuring node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:02.117Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:02.117Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:02.117Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:02.117Z", "message": "Starting node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:02.117Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:02.117Z", "message": "Starting node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:02.117Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 226, "offset": 180, "size": 50}}} 2018-08-05 12:26:02,141 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:02,141 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:02 GMT 2018-08-05 12:26:02,141 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:02,141 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 33339 2018-08-05 12:26:02,141 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:02,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_type': u'keypair'}, {u'external_id': u'94969e36-5249-4b09-98b3-ab58fc9639db', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'e331b78f-d3a5-4c65-adc5-36385628f16d', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'34142938-87e2-40c7-9af7-dfc5a8254564', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}] 2018-08-05 12:26:02,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_14hjtp'} 2018-08-05 12:26:02,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:26:02,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-05 12:26:02,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-05 12:26:02,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:26:02,144 - 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-05 12:26:02,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_zfhort', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'} 2018-08-05 12:26:02,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_zfhort', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'} 2018-08-05 12:26:02,144 - 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-05 12:26:02,144 - 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-05 12:26:02,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_scvoel', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'} 2018-08-05 12:26:02,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_yzrrbo', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'} 2018-08-05 12:26:02,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_scvoel', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'} 2018-08-05 12:26:02,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_yzrrbo', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'} 2018-08-05 12:26:02,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-05 12:26:02,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-05 12:26:02,145 - 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-05 12:26:02,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_a7fgrh', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'} 2018-08-05 12:26:02,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_a7fgrh', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'} 2018-08-05 12:26:02,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:26:02,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-08-05 12:26:02,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-05 12:26:02,146 - 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-05 12:26:02,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_14hjtp', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'} 2018-08-05 12:26:02,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_type': u'keypair'}, {u'external_id': u'94969e36-5249-4b09-98b3-ab58fc9639db', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'851633cf-4866-4a96-aa15-9e221ca932ea', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'e331b78f-d3a5-4c65-adc5-36385628f16d', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'a5d6fb7b-adfe-4dad-b3b2-d8610f711579', u'floating_ip_address': u'172.30.9.203', u'external_type': u'floatingip'}] 2018-08-05 12:26:02,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_14hjtp', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'} 2018-08-05 12:26:02,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_4c89i6'} 2018-08-05 12:26:02,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:26:02,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-05 12:26:02,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:26:02,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-05 12:26:02,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-05 12:26:02,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', u'external_type': u'keypair'}, {u'external_id': u'94969e36-5249-4b09-98b3-ab58fc9639db', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'a15b4693-5467-47af-99ad-81b2f52decb3', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}] 2018-08-05 12:26:02,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_gki8sk'} 2018-08-05 12:26:02,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:26:02,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:26:02,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-05 12:26:02,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:26:02,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-05 12:26:02,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-05 12:26:02,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-05 12:26:02,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-05 12:26:02,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Asking Nova to create server. All possible parameters are: name,key_name,image,meta,nics,flavor) 2018-08-05 12:26:02,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_4c89i6', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'} 2018-08-05 12:26:02,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_4c89i6', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'} 2018-08-05 12:26:02,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:26:02,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-05 12:26:02,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:26:02,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:26:02,151 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:26:02,205 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:02,205 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:02,205 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:02,205 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:02,205 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:02,205 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:02,205 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:02,206 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:26:02,206 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:02,206 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:02 GMT 2018-08-05 12:26:02,206 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:02,206 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:26:02,206 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:07,211 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:26:07,453 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:07,453 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:07,453 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:07,453 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:07,453 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:07,453 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:07,453 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:07,454 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_a7fgrh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:02.117Z", "message": "Starting node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:02.117Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:02.711Z", "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-05T12:26:02.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "82056d94-cd51-43c9-8e40-c43169431164"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:02.711Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_gki8sk', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'}", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:02.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "82056d94-cd51-43c9-8e40-c43169431164"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:02.711Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_gki8sk', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:02.711Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "82056d94-cd51-43c9-8e40-c43169431164"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:03.143Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:03.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:03.143Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:03.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:03.143Z", "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-05T12:26:03.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:03.143Z", "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-05T12:26:03.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:03.143Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:03.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:03.143Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:03.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:03.143Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:03.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:04.150Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:networking 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:networking 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:networking state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-05T12:26:04.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:04.150Z", "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-05T12:26:04.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:04.150Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:04.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:04.150Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:04.150Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:05.156Z", "message": "Configuring node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:05.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:05.156Z", "message": "Configuring node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:05.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:05.156Z", "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-05T12:26:05.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:05.156Z", "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-05T12:26:05.156Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:06.160Z", "message": "Starting node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:06.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 250, "offset": 230, "size": 50}}} 2018-08-05 12:26:07,454 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:07,454 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:07 GMT 2018-08-05 12:26:07,454 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:07,454 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14734 2018-08-05 12:26:07,454 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:07,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:26:07,455 - 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-05 12:26:07,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_gki8sk', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'} 2018-08-05 12:26:07,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_gki8sk', 'key_name': u'cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'image': u'9fe0b469-c1a8-48a5-b540-c62ab393c864', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5', 'cloudify_management_network_id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}, 'nics': [{'net-id': u'e748becf-661b-4e3d-b67c-0b38924ea00a'}], 'flavor': u'e1b3639b-55ce-4b1d-9428-1778aba4a695'} 2018-08-05 12:26:07,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-05 12:26:07,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-05 12:26:07,456 - 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-05 12:26:07,456 - 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-05 12:26:07,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-05 12:26:07,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-05 12:26:07,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-05 12:26:07,457 - 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:networking state. Retrying... [retry_after=30] 2018-08-05 12:26:07,457 - 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-05 12:26:07,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-05 12:26:07,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-05 12:26:07,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:26:07,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:26:07,458 - 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-05 12:26:07,458 - 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-05 12:26:07,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:26:07,458 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:26:07,624 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:07,624 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:07,624 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:07,624 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:07,624 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:07,625 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:07,625 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:07,625 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:26:07,625 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:07,625 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:07 GMT 2018-08-05 12:26:07,625 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:07,625 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:26:07,625 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:12,631 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:26:12,707 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:12,707 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:12,708 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:12,708 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:12,708 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:12,708 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:12,708 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:12,708 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_4c89i6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:07.719Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:07.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:07.719Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:07.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:07.719Z", "message": "Starting node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:07.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:07.719Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:07.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:07.719Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:07.719Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:08.811Z", "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-05T12:26:08.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:09.725Z", "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-05T12:26:09.725Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 257, "offset": 250, "size": 50}}} 2018-08-05 12:26:12,708 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:12,708 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:12 GMT 2018-08-05 12:26:12,708 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:12,709 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4768 2018-08-05 12:26:12,709 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:12,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-05 12:26:12,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-05 12:26:12,709 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:26:12,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-05 12:26:12,710 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-08-05 12:26:12,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] 2018-08-05 12:26:12,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] 2018-08-05 12:26:12,710 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:26:12,768 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:12,768 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:12,769 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:12,769 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:12,769 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:12,769 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:12,769 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:12,769 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:26:12,769 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:12,769 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:12 GMT 2018-08-05 12:26:12,769 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:12,770 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:26:12,770 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:17,775 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:26:17,844 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:17,844 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:17,844 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:17,844 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:17,844 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:17,845 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:17,845 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:17,845 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-08-05 12:26:17,845 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:17,845 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:17 GMT 2018-08-05 12:26:17,845 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:17,845 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:26:17,845 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:17,846 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:26:17,908 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:17,908 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:17,909 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:17,909 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:17,909 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:17,909 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:17,909 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:17,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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:26:17,909 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:17,909 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:17 GMT 2018-08-05 12:26:17,909 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:17,910 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:26:17,910 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:22,911 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:26:22,979 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:22,979 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:22,980 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:22,980 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:22,980 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:22,980 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:22,980 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:22,980 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-08-05 12:26:22,980 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:22,980 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:22 GMT 2018-08-05 12:26:22,980 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:22,981 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:26:22,981 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:22,981 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:26:23,044 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:23,044 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:23,045 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:23,045 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:23,045 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:23,045 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:23,045 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:23,045 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:26:23,045 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:23,045 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:23 GMT 2018-08-05 12:26:23,045 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:23,045 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:26:23,046 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:28,051 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:26:28,118 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:28,118 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:28,119 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:28,119 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:28,119 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:28,119 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:28,119 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:28,119 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-08-05 12:26:28,119 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:28,119 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:28 GMT 2018-08-05 12:26:28,119 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:28,120 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:26:28,120 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:28,120 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:26:28,174 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:28,175 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:28,175 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:28,175 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:28,175 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:28,175 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:28,175 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:28,175 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:26:28,176 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:28,176 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:28 GMT 2018-08-05 12:26:28,176 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:28,176 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:26:28,176 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:33,178 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:26:33,294 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:33,294 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:33,294 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:33,294 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:33,294 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:33,295 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:33,295 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:33,295 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_88hrl2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:32.309Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:32.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:32.804Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:32.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:32.804Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:32.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:32.804Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:32.804Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 261, "offset": 257, "size": 50}}} 2018-08-05 12:26:33,295 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:33,295 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:33 GMT 2018-08-05 12:26:33,295 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:33,295 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2134 2018-08-05 12:26:33,295 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:33,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-05 12:26:33,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-05 12:26:33,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-05 12:26:33,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-05 12:26:33,296 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:26:33,403 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:33,404 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:33,404 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:33,404 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:33,404 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:33,404 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:33,404 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:33,404 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:26:33,404 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:33,405 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:33 GMT 2018-08-05 12:26:33,405 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:33,405 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:26:33,405 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:38,410 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:26:38,482 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:38,482 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:38,482 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:38,482 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:38,483 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:38,483 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:38,483 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:38,483 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_scvoel", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:33.892Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:33.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:33.892Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:33.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:34.948Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:34.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:34.948Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:34.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:34.948Z", "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-05T12:26:34.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:34.948Z", "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-05T12:26:34.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:34.948Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:34.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:34.948Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:34.948Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:35.965Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:35.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:35.965Z", "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-05T12:26:35.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:35.965Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:35.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:37.205Z", "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-05T12:26:37.205Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:37.205Z", "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-05T12:26:37.205Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:38.210Z", "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-05T12:26:38.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 275, "offset": 261, "size": 50}}} 2018-08-05 12:26:38,483 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:38,483 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:38 GMT 2018-08-05 12:26:38,483 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:38,483 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 11002 2018-08-05 12:26:38,483 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:38,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-05 12:26:38,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-05 12:26:38,484 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-05 12:26:38,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-05 12:26:38,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-08-05 12:26:38,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-08-05 12:26:38,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-05 12:26:38,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-05 12:26:38,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-05 12:26:38,485 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-08-05 12:26:38,486 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-05 12:26:38,486 - 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-05 12:26:38,486 - 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-05 12:26:38,486 - 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-05 12:26:38,486 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:26:38,553 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:38,554 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:38,554 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:38,554 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:38,554 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:38,554 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:38,554 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:38,554 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:26:38,554 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:38,554 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:38 GMT 2018-08-05 12:26:38,555 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:38,555 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:26:38,555 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:43,560 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:26:43,627 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:43,627 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:43,627 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:43,627 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:43,627 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:43,627 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:43,627 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:43,628 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_4c89i6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:39.418Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:39.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:39.418Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:39.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:39.418Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:39.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:39.418Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:26:39.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:40.900Z", "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-05T12:26:40.900Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:26:41.423Z", "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-05T12:26:41.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 281, "offset": 275, "size": 50}}} 2018-08-05 12:26:43,628 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:43,628 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:43 GMT 2018-08-05 12:26:43,628 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:43,628 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4400 2018-08-05 12:26:43,628 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:43,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-05 12:26:43,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-05 12:26:43,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-05 12:26:43,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-05 12:26:43,629 - 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-05 12:26:43,629 - 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-05 12:26:43,630 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:26:43,684 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:43,684 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:43,684 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:43,685 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:43,685 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:43,685 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:43,685 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:43,685 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:26:43,685 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:43,685 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:43 GMT 2018-08-05 12:26:43,685 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:43,685 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:26:43,686 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:48,691 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:26:48,763 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:48,763 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:48,764 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:48,764 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:48,764 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:48,764 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:48,764 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:48,764 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-08-05 12:26:48,764 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:48,764 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:48 GMT 2018-08-05 12:26:48,764 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:48,765 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:26:48,765 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:48,765 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:26:48,821 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:48,821 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:48,821 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:48,822 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:48,822 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:48,822 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:48,822 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:48,822 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:26:48,822 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:48,822 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:48 GMT 2018-08-05 12:26:48,822 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:48,822 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:26:48,822 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:53,828 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:26:53,898 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:53,898 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:53,899 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:53,899 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:53,899 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:53,899 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:53,899 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:53,899 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-08-05 12:26:53,899 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:53,899 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:53 GMT 2018-08-05 12:26:53,900 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:53,900 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:26:53,900 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:53,900 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:26:53,955 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:53,956 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:53,956 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:53,956 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:53,956 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:53,956 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:53,956 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:53,956 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:26:53,957 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:53,957 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:53 GMT 2018-08-05 12:26:53,957 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:53,957 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:26:53,957 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:58,962 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:26:59,032 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:59,032 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:59,032 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:59,032 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:59,033 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:59,033 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:59,033 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:59,033 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-08-05 12:26:59,033 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:59,033 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:59 GMT 2018-08-05 12:26:59,033 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:59,033 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:26:59,033 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:26:59,034 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:26:59,088 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:26:59,088 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:26:59,088 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:26:59,088 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:26:59,089 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:26:59,089 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:26:59,089 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:26:59,089 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:26:59,089 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:26:59,089 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:26:59 GMT 2018-08-05 12:26:59,089 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:26:59,089 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:26:59,089 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:27:04,095 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:27:04,167 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:27:04,167 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:27:04,167 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:27:04,167 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:27:04,167 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:27:04,167 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:27:04,168 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:27:04,168 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-08-05 12:27:04,168 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:27:04,168 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:27:04 GMT 2018-08-05 12:27:04,168 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:27:04,168 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:27:04,168 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:27:04,168 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:27:04,224 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:27:04,224 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:27:04,225 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:27:04,225 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:27:04,225 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:27:04,225 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:27:04,225 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:27:04,225 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:27:04,225 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:27:04,226 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:27:04 GMT 2018-08-05 12:27:04,226 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:27:04,226 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:27:04,226 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:27:09,231 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:27:09,299 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:27:09,299 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:27:09,299 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:27:09,299 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:27:09,300 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:27:09,300 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:27:09,300 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:27:09,300 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_88hrl2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:04.488Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:04.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:05.443Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:05.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:05.443Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:05.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:05.443Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:05.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:05.443Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:05.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:05.443Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:05.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:06.447Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:06.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:06.447Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:06.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:07.457Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:07.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:07.457Z", "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-05T12:27:07.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:07.457Z", "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-05T12:27:07.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:07.457Z", "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-05T12:27:07.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:07.457Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:07.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:08.463Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:08.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:08.463Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 2/60]", "node_name": "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-05T12:27:08.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:08.463Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:08.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 297, "offset": 281, "size": 50}}} 2018-08-05 12:27:09,300 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:27:09,300 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:27:09 GMT 2018-08-05 12:27:09,300 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:27:09,300 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10778 2018-08-05 12:27:09,300 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:27:09,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-05 12:27:09,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-05 12:27:09,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-05 12:27:09,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-05 12:27:09,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-05 12:27:09,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-05 12:27:09,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-05 12:27:09,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-05 12:27:09,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-05 12:27:09,303 - 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-05 12:27:09,303 - 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-05 12:27:09,303 - 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-05 12:27:09,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-05 12:27:09,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-05 12:27:09,303 - 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-05 12:27:09,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-05 12:27:09,304 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:27:09,359 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:27:09,359 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:27:09,359 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:27:09,359 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:27:09,359 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:27:09,359 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:27:09,360 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:27:09,360 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:27:09,360 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:27:09,360 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:27:09 GMT 2018-08-05 12:27:09,360 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:27:09,360 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:27:09,360 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:27:14,366 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:27:14,437 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:27:14,438 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:27:14,438 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:27:14,438 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:27:14,438 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:27:14,438 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:27:14,438 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:27:14,438 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_14hjtp", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:09.467Z", "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-05T12:27:09.467Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:09.467Z", "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-05T12:27:09.467Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:11.001Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:11.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:11.594Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:11.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:11.594Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:11.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:11.594Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:11.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:13.180Z", "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-05T12:27:13.180Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:13.612Z", "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-05T12:27:13.612Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 305, "offset": 297, "size": 50}}} 2018-08-05 12:27:14,439 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:27:14,439 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:27:14 GMT 2018-08-05 12:27:14,439 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:27:14,439 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6676 2018-08-05 12:27:14,439 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:27:14,440 - 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-05 12:27:14,440 - 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-05 12:27:14,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-05 12:27:14,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-05 12:27:14,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-05 12:27:14,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-05 12:27:14,441 - 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-05 12:27:14,441 - 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-05 12:27:14,441 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:27:14,497 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:27:14,497 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:27:14,497 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:27:14,497 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:27:14,497 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:27:14,498 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:27:14,498 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:27:14,498 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:27:14,498 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:27:14,498 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:27:14 GMT 2018-08-05 12:27:14,498 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:27:14,498 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:27:14,498 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:27:19,504 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:27:19,572 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:27:19,572 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:27:19,572 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:27:19,572 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:27:19,572 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:27:19,572 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:27:19,573 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:27:19,573 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-08-05 12:27:19,573 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:27:19,573 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:27:19 GMT 2018-08-05 12:27:19,573 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:27:19,573 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:27:19,573 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:27:19,573 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:27:19,628 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:27:19,628 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:27:19,628 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:27:19,628 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:27:19,629 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:27:19,629 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:27:19,629 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:27:19,629 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:27:19,629 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:27:19,629 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:27:19 GMT 2018-08-05 12:27:19,629 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:27:19,629 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:27:19,629 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:27:24,635 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:27:24,721 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:27:24,722 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:27:24,722 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:27:24,722 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:27:24,722 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:27:24,722 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:27:24,722 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:27:24,722 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-08-05 12:27:24,722 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:27:24,723 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:27:24 GMT 2018-08-05 12:27:24,723 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:27:24,723 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:27:24,723 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:27:24,723 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:27:24,844 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:27:24,844 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:27:24,844 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:27:24,844 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:27:24,844 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:27:24,844 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:27:24,844 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:27:24,845 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:27:24,845 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:27:24,845 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:27:24 GMT 2018-08-05 12:27:24,845 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:27:24,845 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:27:24,845 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:27:29,846 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:27:29,936 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:27:29,937 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:27:29,937 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:27:29,937 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:27:29,937 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:27:29,937 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:27:29,937 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:27:29,937 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-08-05 12:27:29,937 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:27:29,938 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:27:29 GMT 2018-08-05 12:27:29,938 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:27:29,938 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:27:29,938 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:27:29,938 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:27:30,083 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:27:30,084 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:27:30,084 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:27:30,084 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:27:30,084 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:27:30,084 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:27:30,084 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:27:30,084 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:27:30,084 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:27:30,085 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:27:30 GMT 2018-08-05 12:27:30,085 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:27:30,085 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:27:30,085 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:27:35,089 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:27:35,165 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:27:35,165 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:27:35,166 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:27:35,166 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:27:35,166 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:27:35,166 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:27:35,166 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:27:35,166 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-08-05 12:27:35,166 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:27:35,166 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:27:35 GMT 2018-08-05 12:27:35,166 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:27:35,167 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:27:35,167 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:27:35,167 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:27:35,751 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:27:35,751 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:27:35,751 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:27:35,751 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:27:35,751 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:27:35,751 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:27:35,751 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:27:35,751 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:27:35,752 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:27:35,752 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:27:35 GMT 2018-08-05 12:27:35,752 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:27:35,752 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:27:35,752 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:27:40,757 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:27:44,057 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:27:44,057 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:27:44,057 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:27:44,057 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:27:44,057 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:27:44,057 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:27:44,057 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:27:44,057 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_88hrl2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:36.690Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:36.690Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:37.626Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:37.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:37.626Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:37.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:37.626Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:37.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:37.626Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:37.626Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:39.172Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:39.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:39.172Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:39.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:39.172Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:39.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:39.172Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:39.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:40.582Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:40.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:40.582Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:40.582Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 316, "offset": 305, "size": 50}}} 2018-08-05 12:27:44,058 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:27:44,058 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:27:44 GMT 2018-08-05 12:27:44,058 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:27:44,058 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5723 2018-08-05 12:27:44,058 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:27:44,058 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-05 12:27:44,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-05 12:27:44,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-05 12:27:44,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-05 12:27:44,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-05 12:27:44,059 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-05 12:27:44,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-05 12:27:44,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-05 12:27:44,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-05 12:27:44,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-05 12:27:44,060 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-05 12:27:44,060 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:27:45,693 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:27:45,694 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:27:45,694 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:27:45,694 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:27:45,694 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:27:45,694 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:27:45,694 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:27:45,694 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:27:45,694 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:27:45,694 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:27:45 GMT 2018-08-05 12:27:45,695 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:27:45,695 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:27:45,695 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:27:50,700 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:27:53,066 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:27:53,066 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:27:53,066 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:27:53,066 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:27:53,066 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:27:53,067 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:27:53,067 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:27:53,067 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_gki8sk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:43.258Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:43.258Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:45.284Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:45.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:45.284Z", "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-05T12:27:45.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:45.284Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:45.284Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:46.984Z", "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-05T12:27:46.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:46.984Z", "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-05T12:27:46.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:46.984Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:46.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:46.984Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:27:46.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:48.681Z", "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-05T12:27:48.681Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:48.681Z", "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-05T12:27:48.681Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 326, "offset": 316, "size": 50}}} 2018-08-05 12:27:53,067 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:27:53,067 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:27:53 GMT 2018-08-05 12:27:53,067 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:27:53,067 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8323 2018-08-05 12:27:53,067 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:27:53,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-05 12:27:53,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-08-05 12:27:53,068 - 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-05 12:27:53,068 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-05 12:27:53,068 - 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-05 12:27:53,069 - 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-05 12:27:53,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-05 12:27:53,069 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-08-05 12:27:53,069 - 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-05 12:27:53,069 - 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-05 12:27:53,069 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:27:54,141 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:27:54,141 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:27:54,141 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:27:54,142 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:27:54,142 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:27:54,142 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:27:54,142 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:27:54,142 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:27:54,142 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:27:54,142 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:27:54 GMT 2018-08-05 12:27:54,142 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:27:54,142 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:27:54,143 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:27:59,145 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:28:01,140 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:28:01,141 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:28:01,141 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:28:01,141 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:28:01,141 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:28:01,141 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:28:01,141 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:28:01,141 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:54.600Z", "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-05T12:27:54.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:56.436Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60]", "node_name": "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-05T12:27:56.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:27:58.345Z", "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-05T12:27:58.345Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 329, "offset": 326, "size": 50}}} 2018-08-05 12:28:01,141 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:28:01,142 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:28:01 GMT 2018-08-05 12:28:01,142 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:28:01,142 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3490 2018-08-05 12:28:01,142 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:28:01,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-08-05 12:28:01,142 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 3/60] 2018-08-05 12:28:01,143 - 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-05 12:28:01,143 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:28:01,246 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:28:01,246 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:28:01,246 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:28:01,246 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:28:01,246 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:28:01,246 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:28:01,247 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:28:01,247 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:28:01,247 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:28:01,247 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:28:01 GMT 2018-08-05 12:28:01,247 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:28:01,247 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:28:01,247 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:28:06,253 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:28:06,478 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:28:06,479 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:28:06,479 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:28:06,479 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:28:06,479 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:28:06,479 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:28:06,479 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:28:06,479 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-08-05 12:28:06,479 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:28:06,479 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:28:06 GMT 2018-08-05 12:28:06,480 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:28:06,480 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:28:06,480 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:28:06,480 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:28:06,547 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:28:06,547 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:28:06,548 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:28:06,548 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:28:06,548 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:28:06,548 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:28:06,548 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:28:06,548 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:28:06,548 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:28:06,548 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:28:06 GMT 2018-08-05 12:28:06,548 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:28:06,549 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:28:06,549 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:28:11,554 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:28:12,144 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:28:12,144 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:28:12,145 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:28:12,145 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:28:12,145 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:28:12,145 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:28:12,145 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:28:12,145 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-08-05 12:28:12,145 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:28:12,145 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:28:12 GMT 2018-08-05 12:28:12,145 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:28:12,146 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:28:12,146 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:28:12,146 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:28:12,545 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:28:12,545 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:28:12,546 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:28:12,546 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:28:12,546 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:28:12,546 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:28:12,546 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:28:12,546 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:28:12,546 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:28:12,546 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:28:12 GMT 2018-08-05 12:28:12,546 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:28:12,546 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:28:12,547 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:28:17,552 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:28:17,691 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:28:17,691 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:28:17,691 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:28:17,691 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:28:17,691 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:28:17,691 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:28:17,691 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:28:17,691 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_88hrl2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:14.607Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:14.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:15.235Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:15.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:16.470Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:16.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:16.470Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:16.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 333, "offset": 329, "size": 50}}} 2018-08-05 12:28:17,692 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:28:17,692 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:28:17 GMT 2018-08-05 12:28:17,692 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:28:17,692 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2134 2018-08-05 12:28:17,692 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:28:17,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-05 12:28:17,692 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-05 12:28:17,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-05 12:28:17,693 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-05 12:28:17,693 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:28:17,809 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:28:17,809 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:28:17,809 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:28:17,809 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:28:17,809 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:28:17,809 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:28:17,809 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:28:17,810 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:28:17,810 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:28:17,810 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:28:17 GMT 2018-08-05 12:28:17,810 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:28:17,810 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:28:17,810 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:28:22,816 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:28:22,889 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:28:22,890 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:28:22,890 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:28:22,890 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:28:22,890 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:28:22,890 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:28:22,890 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:28:22,890 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_scvoel", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:18.163Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:18.163Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:18.163Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:18.163Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:18.163Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-05T12:28:18.163Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:18.163Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:18.163Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:18.163Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:18.163Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:19.232Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:19.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:19.232Z", "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": "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-05T12:28:19.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:19.232Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:19.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:20.282Z", "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": "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-05T12:28:20.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:20.282Z", "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": "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-05T12:28:20.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:20.424Z", "message": "Server is ACTIVE", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:20.424Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4571478d-0e26-4961-85a3-332db150279c"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:21.298Z", "message": "Creating Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:21.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:21.298Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:21.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:21.298Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:21.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:21.298Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:21.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:21.821Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:21.821Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "9755f5c6-8d53-4006-bc45-c3c5a05ba8eb"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:22.417Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.13 on port 22: Unable to connect to port 22 on 192.168.120.13 (tried 1 time)", "node_name": "sprout_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.13 on port 22: Unable to connect to port 22 on 192.168.120.13 (tried 1 time)", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Low level socket error connecting to host 192.168.120.13 on port 22: Unable to connect to port 22 on 192.168.120.13 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-05T12:28:22.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:22.798Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:22.798Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "9755f5c6-8d53-4006-bc45-c3c5a05ba8eb"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:22.798Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:22.798Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "9755f5c6-8d53-4006-bc45-c3c5a05ba8eb"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:22.798Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:22.798Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "9755f5c6-8d53-4006-bc45-c3c5a05ba8eb"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:22.798Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:22.798Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "9755f5c6-8d53-4006-bc45-c3c5a05ba8eb"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:22.798Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:22.798Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "9755f5c6-8d53-4006-bc45-c3c5a05ba8eb"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:22.798Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:22.798Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "9755f5c6-8d53-4006-bc45-c3c5a05ba8eb"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:22.798Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:22.798Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "9755f5c6-8d53-4006-bc45-c3c5a05ba8eb"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:22.798Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:22.798Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "9755f5c6-8d53-4006-bc45-c3c5a05ba8eb"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:22.798Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:22.798Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "9755f5c6-8d53-4006-bc45-c3c5a05ba8eb"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:22.798Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:22.798Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "9755f5c6-8d53-4006-bc45-c3c5a05ba8eb"}], "metadata": {"pagination": {"total": 360, "offset": 333, "size": 50}}} 2018-08-05 12:28:22,890 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:28:22,891 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:28:22 GMT 2018-08-05 12:28:22,891 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:28:22,891 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 17511 2018-08-05 12:28:22,891 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:28:22,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-05 12:28:22,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-05 12:28:22,892 - 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-05 12:28:22,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-05 12:28:22,892 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-05 12:28:22,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-05 12:28:22,893 - 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-05 12:28:22,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-05 12:28:22,893 - 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-05 12:28:22,893 - 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-05 12:28:22,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-05 12:28:22,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-05 12:28:22,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-05 12:28:22,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-05 12:28:22,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-08-05 12:28:22,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:22,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.13 on port 22: Unable to connect to port 22 on 192.168.120.13 (tried 1 time) 2018-08-05 12:28:22,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:22,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:22,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:22,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:22,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:22,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:22,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:22,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:22,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-05 12:28:22,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:28:22,896 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:28:22,971 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:28:22,971 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:28:22,971 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:28:22,971 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:28:22,971 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:28:22,971 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:28:22,972 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:28:22,972 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:28:22,972 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:28:22,972 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:28:22 GMT 2018-08-05 12:28:22,972 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:28:22,972 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:28:22,972 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:28:27,978 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:28:28,317 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:28:28,318 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:28:28,318 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:28:28,318 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:28:28,318 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:28:28,318 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:28:28,318 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:28:28,318 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_a7fgrh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:24.661Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:24.661Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:25.338Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:25.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:26.501Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:26.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:26.555Z", "message": "Server is ACTIVE", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:26.555Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d1a14bee-a2c4-4362-804b-f7ca41fbabb3"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:27.344Z", "message": "Creating Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:27.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:27.344Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:27.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:27.344Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:27.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:27.344Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:27.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:27.344Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:27.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 369, "offset": 360, "size": 50}}} 2018-08-05 12:28:28,318 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:28:28,319 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:28:28 GMT 2018-08-05 12:28:28,319 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:28:28,319 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4670 2018-08-05 12:28:28,319 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:28:28,319 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-05 12:28:28,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-05 12:28:28,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-05 12:28:28,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-05 12:28:28,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-05 12:28:28,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-05 12:28:28,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-05 12:28:28,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-05 12:28:28,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-08-05 12:28:28,321 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:28:28,411 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:28:28,411 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:28:28,411 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:28:28,411 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:28:28,411 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:28:28,412 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:28:28,412 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:28:28,412 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:28:28,412 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:28:28,412 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:28:28 GMT 2018-08-05 12:28:28,412 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:28:28,412 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:28:28,412 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:28:33,418 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:28:33,672 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:28:33,672 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:28:33,672 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:28:33,672 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:28:33,673 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:28:33,673 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:28:33,673 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:28:33,673 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:28.389Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:28.389Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d1ae5017-6a00-43e1-a2d5-75be093d9f24"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:28.394Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:28.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:28.394Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:28.394Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:28.806Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:28.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d1ae5017-6a00-43e1-a2d5-75be093d9f24"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:28.806Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:28.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d1ae5017-6a00-43e1-a2d5-75be093d9f24"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:28.806Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:28.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d1ae5017-6a00-43e1-a2d5-75be093d9f24"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:28.806Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:28.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d1ae5017-6a00-43e1-a2d5-75be093d9f24"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:28.806Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:28.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d1ae5017-6a00-43e1-a2d5-75be093d9f24"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:28.806Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:28.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d1ae5017-6a00-43e1-a2d5-75be093d9f24"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:28.806Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:28.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d1ae5017-6a00-43e1-a2d5-75be093d9f24"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:28.806Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:28.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d1ae5017-6a00-43e1-a2d5-75be093d9f24"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:28.806Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:28.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d1ae5017-6a00-43e1-a2d5-75be093d9f24"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:28.806Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:28.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4c491503-525d-4353-8258-62d788e5e3be"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:28.806Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:28.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d1ae5017-6a00-43e1-a2d5-75be093d9f24"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:29.428Z", "message": "Creating Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:29.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:29.428Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:29.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:29.428Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.3 on port 22: Unable to connect to port 22 on 192.168.120.3 (tried 1 time)", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.3 on port 22: Unable to connect to port 22 on 192.168.120.3 (tried 1 time)", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Low level socket error connecting to host 192.168.120.3 on port 22: Unable to connect to port 22 on 192.168.120.3 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-05T12:28:29.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:29.428Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:29.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:29.428Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:29.428Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:29.828Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:29.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f739aed3-2790-4d32-a98f-fda4d6d71b0d"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:29.828Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:29.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f739aed3-2790-4d32-a98f-fda4d6d71b0d"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:29.828Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:29.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f739aed3-2790-4d32-a98f-fda4d6d71b0d"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:29.828Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:29.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f739aed3-2790-4d32-a98f-fda4d6d71b0d"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:29.828Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:29.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f739aed3-2790-4d32-a98f-fda4d6d71b0d"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:29.828Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:29.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f739aed3-2790-4d32-a98f-fda4d6d71b0d"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:29.828Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:29.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f739aed3-2790-4d32-a98f-fda4d6d71b0d"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:29.828Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:29.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f739aed3-2790-4d32-a98f-fda4d6d71b0d"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:29.828Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:29.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f739aed3-2790-4d32-a98f-fda4d6d71b0d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:29.828Z", "message": "Server is ACTIVE", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:29.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e536f117-8001-456d-9b95-0275f973f95f"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:30.434Z", "message": "Creating Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:30.434Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:30.434Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:30.434Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:30.434Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.9 on port 22: Unable to connect to port 22 on 192.168.120.9 (tried 1 time)", "node_name": "bono_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.9 on port 22: Unable to connect to port 22 on 192.168.120.9 (tried 1 time)", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Low level socket error connecting to host 192.168.120.9 on port 22: Unable to connect to port 22 on 192.168.120.9 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-05T12:28:30.434Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:30.434Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:30.434Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:30.896Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:30.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f739aed3-2790-4d32-a98f-fda4d6d71b0d"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:30.896Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:30.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f739aed3-2790-4d32-a98f-fda4d6d71b0d"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:31.492Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:31.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:31.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:31.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1024c2ea-ffaf-4df0-9762-9d29b918c80c"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:31.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:31.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1024c2ea-ffaf-4df0-9762-9d29b918c80c"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:31.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:31.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1024c2ea-ffaf-4df0-9762-9d29b918c80c"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:31.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:31.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1024c2ea-ffaf-4df0-9762-9d29b918c80c"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:31.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:31.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1024c2ea-ffaf-4df0-9762-9d29b918c80c"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:31.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:31.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1024c2ea-ffaf-4df0-9762-9d29b918c80c"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:31.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:31.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1024c2ea-ffaf-4df0-9762-9d29b918c80c"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:31.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:31.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1024c2ea-ffaf-4df0-9762-9d29b918c80c"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:31.935Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:31.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1024c2ea-ffaf-4df0-9762-9d29b918c80c"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:31.935Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:31.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1024c2ea-ffaf-4df0-9762-9d29b918c80c"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:31.935Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:31.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1024c2ea-ffaf-4df0-9762-9d29b918c80c"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:32.534Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.31 on port 22: Unable to connect to port 22 on 192.168.120.31 (tried 1 time)", "node_name": "homer_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.31 on port 22: Unable to connect to port 22 on 192.168.120.31 (tried 1 time)", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Low level socket error connecting to host 192.168.120.31 on port 22: Unable to connect to port 22 on 192.168.120.31 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-05T12:28:32.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 417, "offset": 369, "size": 50}}} 2018-08-05 12:28:33,673 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:28:33,673 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:28:33 GMT 2018-08-05 12:28:33,673 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:28:33,673 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27903 2018-08-05 12:28:33,673 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:28:33,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-08-05 12:28:33,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-08-05 12:28:33,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-05 12:28:33,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-05 12:28:33,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:28:33,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-05 12:28:33,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-05 12:28:33,677 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.3 on port 22: Unable to connect to port 22 on 192.168.120.3 (tried 1 time) 2018-08-05 12:28:33,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-05 12:28:33,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-08-05 12:28:33,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,678 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-05 12:28:33,679 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-05 12:28:33,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-05 12:28:33,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-05 12:28:33,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.9 on port 22: Unable to connect to port 22 on 192.168.120.9 (tried 1 time) 2018-08-05 12:28:33,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-08-05 12:28:33,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:28:33,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-05 12:28:33,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:33,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-05 12:28:33,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:28:33,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.31 on port 22: Unable to connect to port 22 on 192.168.120.31 (tried 1 time) 2018-08-05 12:28:33,683 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:28:33,755 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:28:33,755 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:28:33,755 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:28:33,755 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:28:33,755 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:28:33,756 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:28:33,756 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:28:33,756 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:28:33,756 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:28:33,756 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:28:33 GMT 2018-08-05 12:28:33,756 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:28:33,756 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:28:33,756 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:28:38,762 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:28:38,891 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:28:38,892 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:28:38,892 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:28:38,892 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:28:38,892 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:28:38,892 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:28:38,892 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:28:38,892 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_14hjtp", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:37.515Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:37.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:37.572Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:37.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:38.351Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:38.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}], "metadata": {"pagination": {"total": 420, "offset": 417, "size": 50}}} 2018-08-05 12:28:38,893 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:28:38,893 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:28:38 GMT 2018-08-05 12:28:38,893 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:28:38,893 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1713 2018-08-05 12:28:38,893 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:28:38,893 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-08-05 12:28:38,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-08-05 12:28:38,894 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:38,894 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:28:39,209 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:28:39,209 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:28:39,209 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:28:39,209 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:28:39,209 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:28:39,209 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:28:39,210 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:28:39,210 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:28:39,210 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:28:39,210 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:28:39 GMT 2018-08-05 12:28:39,210 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:28:39,210 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:28:39,210 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:28:44,216 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:28:44,461 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:28:44,462 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:28:44,462 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:28:44,462 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:28:44,462 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:28:44,462 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:28:44,462 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:28:44,462 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:39.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:39.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:39.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:39.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:39.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:39.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:39.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:39.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:39.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:39.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:39.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:39.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:39.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:39.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:39.050Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:39.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:39.050Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:39.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:39.050Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:39.050Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:41.403Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:41.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "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-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Creating agent from package", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Creating Agent sprout_host_14hjtp", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "system_python set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:42.214Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_14hjtp/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:42.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:43.220Z", "message": "Attempting to locate wget on the host machine", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:43.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:43.220Z", "message": "Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:43.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:43.220Z", "message": "Untaring Agent package...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:43.220Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:43.907Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:43.907Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 466, "offset": 420, "size": 50}}} 2018-08-05 12:28:44,463 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:28:44,463 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:28:44 GMT 2018-08-05 12:28:44,463 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:28:44,463 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25587 2018-08-05 12:28:44,463 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:28:44,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-05 12:28:44,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:28:44,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:28:44,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,467 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:44,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-05 12:28:44,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-05 12:28:44,470 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent sprout_host_14hjtp 2018-08-05 12:28:44,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-05 12:28:44,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-05 12:28:44,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-05 12:28:44,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_14hjtp/cloudify/ssl/cloudify_internal_cert.pem 2018-08-05 12:28:44,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-05 12:28:44,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-05 12:28:44,471 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-05 12:28:44,472 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-08-05 12:28:44,472 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:28:44,620 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:28:44,621 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:28:44,621 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:28:44,621 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:28:44,621 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:28:44,621 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:28:44,621 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:28:44,621 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:28:44,621 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:28:44,622 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:28:44 GMT 2018-08-05 12:28:44,622 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:28:44,622 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:28:44,622 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:28:49,627 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:28:49,879 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:28:49,880 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:28:49,880 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:28:49,880 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:28:49,880 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:28:49,880 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:28:49,880 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:28:49,880 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:44.472Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:44.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:44.603Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:44.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.233Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.233Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.233Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.233Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.233Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.233Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.233Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.233Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.233Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.233Z", "message": "Auto-correcting virtualenv /home/ubuntu/sprout_host_14hjtp/env", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.233Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_14hjtp/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_14hjtp/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_14hjtp', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_14hjtp/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_14hjtp', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dkh-Pw.1DhxVAIUJfY2nRFBx72JZ3CQGjs'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.233Z", "message": "Creating...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.233Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.233Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.233Z", "message": "/home/ubuntu/sprout_host_14hjtp/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-05T12:28:45.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.233Z", "message": " SNIMissingWarning", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.233Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.233Z", "message": "Successfully created daemon: sprout_host_14hjtp", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "eb653e0e-4647-48a1-94d2-126eca696505"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.233Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.233Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.642Z", "message": "Configuring Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.642Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.642Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.642Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.642Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:45.642Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:45.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:46.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:46.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:46.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:46.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:46.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:46.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:46.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:46.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "611aff6d-d112-42af-a4d3-09836cd3415d"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:46.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:46.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:46.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:46.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "611aff6d-d112-42af-a4d3-09836cd3415d"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:46.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:46.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:46.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:46.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:46.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:46.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "611aff6d-d112-42af-a4d3-09836cd3415d"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:46.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:46.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:46.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:46.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "611aff6d-d112-42af-a4d3-09836cd3415d"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:46.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:46.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:46.304Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:46.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:46.304Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:46.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:46.304Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:46.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "611aff6d-d112-42af-a4d3-09836cd3415d"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:46.304Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:46.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:46.667Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:46.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:46.667Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:46.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.323Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "611aff6d-d112-42af-a4d3-09836cd3415d"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.323Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "611aff6d-d112-42af-a4d3-09836cd3415d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.323Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.323Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.323Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}], "metadata": {"pagination": {"total": 617, "offset": 466, "size": 50}}} 2018-08-05 12:28:49,881 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:28:49,881 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:28:49 GMT 2018-08-05 12:28:49,881 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:28:49,881 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28556 2018-08-05 12:28:49,881 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:28:49,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-05 12:28:49,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-08-05 12:28:49,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,883 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/sprout_host_14hjtp/env 2018-08-05 12:28:49,884 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_14hjtp/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_14hjtp/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_14hjtp', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_14hjtp/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_14hjtp', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dkh-Pw.1DhxVAIUJfY2nRFBx72JZ3CQGjs'} 2018-08-05 12:28:49,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-05 12:28:49,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-05 12:28:49,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-05 12:28:49,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/sprout_host_14hjtp/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-05 12:28:49,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-05 12:28:49,885 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-05 12:28:49,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: sprout_host_14hjtp 2018-08-05 12:28:49,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:28:49,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-05 12:28:49,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-05 12:28:49,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-08-05 12:28:49,886 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-05 12:28:49,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-08-05 12:28:49,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-08-05 12:28:49,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,887 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,888 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,889 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,889 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,889 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,889 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-05 12:28:49,889 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:28:49,889 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:28:49,889 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-08-05 12:28:49,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-08-05 12:28:49,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,890 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:49,891 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:28:50,019 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:28:50,019 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:28:50,020 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:28:50,020 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:28:50,020 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:28:50,020 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:28:50,020 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:28:50,020 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:28:50,020 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:28:50,020 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:28:50 GMT 2018-08-05 12:28:50,020 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:28:50,021 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:28:50,021 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:28:55,026 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:28:55,128 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:28:55,129 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:28:55,129 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:28:55,129 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:28:55,129 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:28:55,129 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:28:55,129 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:28:55,129 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.323Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.323Z", "message": "Configuring Agent sprout_host_14hjtp", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "611aff6d-d112-42af-a4d3-09836cd3415d"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.323Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "611aff6d-d112-42af-a4d3-09836cd3415d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.323Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.323Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "611aff6d-d112-42af-a4d3-09836cd3415d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.323Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.323Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.323Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "611aff6d-d112-42af-a4d3-09836cd3415d"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.323Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "611aff6d-d112-42af-a4d3-09836cd3415d"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.323Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "611aff6d-d112-42af-a4d3-09836cd3415d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.323Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.323Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "611aff6d-d112-42af-a4d3-09836cd3415d"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.323Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "611aff6d-d112-42af-a4d3-09836cd3415d"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.987Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.987Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.987Z", "message": "Starting Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.987Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.987Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:47.987Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:47.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "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-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "system_python set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}], "metadata": {"pagination": {"total": 743, "offset": 516, "size": 50}}} 2018-08-05 12:28:55,129 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:28:55,130 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:28:55 GMT 2018-08-05 12:28:55,130 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:28:55,130 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27398 2018-08-05 12:28:55,130 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:28:55,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent sprout_host_14hjtp 2018-08-05 12:28:55,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-05 12:28:55,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-05 12:28:55,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-05 12:28:55,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-05 12:28:55,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-05 12:28:55,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-05 12:28:55,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-05 12:28:55,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-08-05 12:28:55,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-08-05 12:28:55,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-05 12:28:55,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-05 12:28:55,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,136 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-05 12:28:55,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:28:55,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:28:55,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-05 12:28:55,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:28:55,139 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:28:55,488 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:28:55,488 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:28:55,488 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:28:55,488 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:28:55,488 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:28:55,488 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:28:55,488 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:28:55,489 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:28:55,489 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:28:55,489 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:28:55 GMT 2018-08-05 12:28:55,489 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:28:55,489 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:28:55,489 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:00,494 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:29:00,589 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:00,589 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:00,589 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:00,589 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:00,589 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:00,590 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:00,590 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:00,590 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:48.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:48.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.048Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.048Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "37688d88-2986-4e5f-a272-f3b5ac5916f3"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "37688d88-2986-4e5f-a272-f3b5ac5916f3"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Creating Agent vellum_host_a7fgrh", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "37688d88-2986-4e5f-a272-f3b5ac5916f3"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "37688d88-2986-4e5f-a272-f3b5ac5916f3"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Untaring Agent package...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_a7fgrh/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "system_python set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Starting Agent sprout_host_14hjtp", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "37688d88-2986-4e5f-a272-f3b5ac5916f3"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Server is ACTIVE", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6d071b7b-c31b-4a7c-ab44-e8b1a8b85ee5"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "37688d88-2986-4e5f-a272-f3b5ac5916f3"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "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-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "37688d88-2986-4e5f-a272-f3b5ac5916f3"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Creating agent from package", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "37688d88-2986-4e5f-a272-f3b5ac5916f3"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "37688d88-2986-4e5f-a272-f3b5ac5916f3"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "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-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "37688d88-2986-4e5f-a272-f3b5ac5916f3"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "37688d88-2986-4e5f-a272-f3b5ac5916f3"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "37688d88-2986-4e5f-a272-f3b5ac5916f3"}], "metadata": {"pagination": {"total": 941, "offset": 566, "size": 50}}} 2018-08-05 12:29:00,590 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:00,590 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:00 GMT 2018-08-05 12:29:00,590 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:00,590 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27624 2018-08-05 12:29:00,590 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:00,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-08-05 12:29:00,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,592 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:29:00,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-05 12:29:00,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,593 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent vellum_host_a7fgrh 2018-08-05 12:29:00,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-05 12:29:00,594 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-05 12:29:00,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_a7fgrh/cloudify/ssl/cloudify_internal_cert.pem 2018-08-05 12:29:00,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-05 12:29:00,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent sprout_host_14hjtp 2018-08-05 12:29:00,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-05 12:29:00,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:29:00,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-05 12:29:00,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-05 12:29:00,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:29:00,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-05 12:29:00,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-05 12:29:00,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:00,601 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:29:00,705 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:00,706 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:00,706 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:00,706 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:00,706 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:00,706 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:00,706 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:00,706 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:29:00,706 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:00,707 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:00 GMT 2018-08-05 12:29:00,707 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:00,707 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:29:00,707 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:05,712 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:29:05,795 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:05,795 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:05,796 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:05,796 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:05,796 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:05,796 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:05,796 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:05,796 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:49.371Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:49.371Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:50.138Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:50.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:50.138Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:50.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:50.138Z", "message": "Creating Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:50.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:50.138Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:50.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:50.138Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:50.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:50.427Z", "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-05T12:28:50.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:50.427Z", "message": "Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:50.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:50.427Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_4c89i6/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:50.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:50.427Z", "message": "Creating Agent bono_host_4c89i6", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:50.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:50.427Z", "message": "Creating agent from package", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:50.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:50.427Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:50.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bind_host_scvoel", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.253Z", "message": "Sending task 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.253Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Creating Agent homer_host_gki8sk", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "system_python set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "/home/ubuntu/vellum_host_a7fgrh/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-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Auto-correcting virtualenv /home/ubuntu/vellum_host_a7fgrh/env", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "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-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Creating...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Successfully created daemon: vellum_host_a7fgrh", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_gki8sk/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}], "metadata": {"pagination": {"total": 1081, "offset": 616, "size": 50}}} 2018-08-05 12:29:05,796 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:05,797 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:05 GMT 2018-08-05 12:29:05,797 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:05,797 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27935 2018-08-05 12:29:05,797 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:05,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,798 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-08-05 12:29:05,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-08-05 12:29:05,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-05 12:29:05,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-08-05 12:29:05,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-05 12:29:05,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-05 12:29:05,799 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-05 12:29:05,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bono_host_4c89i6/cloudify/ssl/cloudify_internal_cert.pem 2018-08-05 12:29:05,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bono_host_4c89i6 2018-08-05 12:29:05,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-05 12:29:05,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-05 12:29:05,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 5/60] 2018-08-05 12:29:05,800 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-05 12:29:05,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent homer_host_gki8sk 2018-08-05 12:29:05,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-05 12:29:05,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/vellum_host_a7fgrh/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-05 12:29:05,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/vellum_host_a7fgrh/env 2018-08-05 12:29:05,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-05 12:29:05,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-05 12:29:05,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-05 12:29:05,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-05 12:29:05,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-05 12:29:05,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:29:05,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,804 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-05 12:29:05,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: vellum_host_a7fgrh 2018-08-05 12:29:05,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_gki8sk/cloudify/ssl/cloudify_internal_cert.pem 2018-08-05 12:29:05,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,805 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:05,805 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:29:05,872 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:05,872 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:05,872 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:05,872 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:05,873 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:05,873 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:05,873 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:05,873 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:29:05,873 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:05,873 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:05 GMT 2018-08-05 12:29:05,873 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:05,873 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:29:05,873 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:10,879 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:29:10,958 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:10,958 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:10,958 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:10,958 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:10,959 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:10,959 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:10,959 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:10,959 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:51.492Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:51.492Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "979c9191-c6a4-4e63-9751-1e2d80979947"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:52.471Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:52.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:52.471Z", "message": "Configuring Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:52.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:52.471Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:52.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:52.471Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:52.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:52.471Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:52.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:52.471Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:52.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:52.505Z", "message": "Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:52.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:52.505Z", "message": "Server is ACTIVE", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:52.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "083667b2-153a-4d4c-80ef-9d2566db8665"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:52.505Z", "message": "Untaring Agent package...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:52.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:52.505Z", "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-05T12:28:52.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:52.505Z", "message": "Creating agent from package", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:52.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:52.505Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_4c89i6/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_4c89i6/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_4c89i6', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_4c89i6/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_4c89i6', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dkh-Pw.1DhxVAIUJfY2nRFBx72JZ3CQGjs'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:52.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:52.505Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:52.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:52.505Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:52.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:52.505Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:52.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:52.505Z", "message": "Auto-correcting virtualenv /home/ubuntu/bono_host_4c89i6/env", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:52.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.486Z", "message": "Installing plugins", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.486Z", "message": "Creating Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.486Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.486Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.486Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.486Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.486Z", "message": "Configuring Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.486Z", "message": "Task started 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.486Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.486Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.486Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.537Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.537Z", "message": "Successfully created daemon: bono_host_4c89i6", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.537Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.537Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.537Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.537Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.537Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.537Z", "message": "Starting daemon with command: sudo service celeryd-sprout_host_14hjtp start", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "37688d88-2986-4e5f-a272-f3b5ac5916f3"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.537Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.537Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.537Z", "message": "Creating...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.537Z", "message": "Starting...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "37688d88-2986-4e5f-a272-f3b5ac5916f3"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.537Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.537Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.537Z", "message": "Successfully started daemon: sprout_host_14hjtp", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "37688d88-2986-4e5f-a272-f3b5ac5916f3"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.537Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.537Z", "message": "/home/ubuntu/bono_host_4c89i6/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-05T12:28:53.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "59aada1c-7fd4-44bb-9d54-45c924621f33"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:53.537Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:53.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.504Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.504Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.504Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.504Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.504Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.504Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 1236, "offset": 666, "size": 50}}} 2018-08-05 12:29:10,959 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:10,959 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:10 GMT 2018-08-05 12:29:10,959 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:10,959 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27917 2018-08-05 12:29:10,960 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:10,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-05 12:29:10,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:10,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-05 12:29:10,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-08-05 12:29:10,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-05 12:29:10,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-05 12:29:10,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-05 12:29:10,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-08-05 12:29:10,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-08-05 12:29:10,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-05 12:29:10,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-05 12:29:10,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-05 12:29:10,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-05 12:29:10,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-05 12:29:10,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_4c89i6/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_4c89i6/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_4c89i6', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_4c89i6/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_4c89i6', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dkh-Pw.1DhxVAIUJfY2nRFBx72JZ3CQGjs'} 2018-08-05 12:29:10,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-05 12:29:10,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-05 12:29:10,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-05 12:29:10,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bono_host_4c89i6/env 2018-08-05 12:29:10,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-05 12:29:10,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-05 12:29:10,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-08-05 12:29:10,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-05 12:29:10,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-05 12:29:10,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-05 12:29:10,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-05 12:29:10,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 5/60] 2018-08-05 12:29:10,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-05 12:29:10,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-05 12:29:10,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:10,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bono_host_4c89i6 2018-08-05 12:29:10,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:10,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:10,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:10,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:10,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-05 12:29:10,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-sprout_host_14hjtp start 2018-08-05 12:29:10,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:10,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:10,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-05 12:29:10,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-05 12:29:10,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:29:10,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:10,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: sprout_host_14hjtp 2018-08-05 12:29:10,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-05 12:29:10,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bono_host_4c89i6/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-05 12:29:10,968 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:10,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-05 12:29:10,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-08-05 12:29:10,969 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-05 12:29:10,969 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:29:11,031 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:11,031 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:11,031 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:11,031 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:11,031 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:11,032 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:11,032 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:11,032 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:29:11,032 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:11,032 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:11 GMT 2018-08-05 12:29:11,032 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:11,032 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:29:11,032 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:16,038 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:29:16,120 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:16,120 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:16,120 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:16,120 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:16,121 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:16,121 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:16,121 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:16,121 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d7a69fae-f3a8-4da1-a814-7af7aa09e30a"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f4491baa-31c0-4835-9a4e-444063cd00e3"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d7a69fae-f3a8-4da1-a814-7af7aa09e30a"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": " SNIMissingWarning", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "Creating...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "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-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f4491baa-31c0-4835-9a4e-444063cd00e3"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "Configuring Agent vellum_host_a7fgrh", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d7a69fae-f3a8-4da1-a814-7af7aa09e30a"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "Successfully created daemon: homer_host_gki8sk", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d7a69fae-f3a8-4da1-a814-7af7aa09e30a"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_gki8sk/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_gki8sk/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_gki8sk', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_gki8sk/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_gki8sk', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dkh-Pw.1DhxVAIUJfY2nRFBx72JZ3CQGjs'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d7a69fae-f3a8-4da1-a814-7af7aa09e30a"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d7a69fae-f3a8-4da1-a814-7af7aa09e30a"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d7a69fae-f3a8-4da1-a814-7af7aa09e30a"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "[localhost] run: /home/ubuntu/sprout_host_14hjtp/env/bin/pip freeze", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f4491baa-31c0-4835-9a4e-444063cd00e3"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d7a69fae-f3a8-4da1-a814-7af7aa09e30a"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d7a69fae-f3a8-4da1-a814-7af7aa09e30a"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "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-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f4491baa-31c0-4835-9a4e-444063cd00e3"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d7a69fae-f3a8-4da1-a814-7af7aa09e30a"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d7a69fae-f3a8-4da1-a814-7af7aa09e30a"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d7a69fae-f3a8-4da1-a814-7af7aa09e30a"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "Installing plugin from source", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f4491baa-31c0-4835-9a4e-444063cd00e3"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "Auto-correcting virtualenv /home/ubuntu/homer_host_gki8sk/env", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "/home/ubuntu/homer_host_gki8sk/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-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4a52f653-5bd1-4cd7-8ba4-24833bbe925d"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:54.596Z", "message": "Server is ACTIVE", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:54.596Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "32351541-9288-4bfc-bcc0-6f68846add95"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.521Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.521Z", "message": "Configuring Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.521Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.521Z", "message": "Creating Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.521Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.521Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 5/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.521Z", "message": "Creating Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.521Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.521Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.521Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.616Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.616Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.616Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.616Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.616Z", "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-05T12:28:55.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f4491baa-31c0-4835-9a4e-444063cd00e3"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.616Z", "message": "Successfully configured daemon: vellum_host_a7fgrh", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d7a69fae-f3a8-4da1-a814-7af7aa09e30a"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.616Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.616Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.616Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.616Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.616Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d7a69fae-f3a8-4da1-a814-7af7aa09e30a"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.616Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d7a69fae-f3a8-4da1-a814-7af7aa09e30a"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.616Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "aa95a4d2-6b88-4fc6-a05b-d0e6c086c609"}], "metadata": {"pagination": {"total": 1327, "offset": 716, "size": 50}}} 2018-08-05 12:29:16,121 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:16,121 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:16 GMT 2018-08-05 12:29:16,121 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:16,121 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28430 2018-08-05 12:29:16,122 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:16,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:16,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-05 12:29:16,123 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:16,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-05 12:29:16,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-05 12:29:16,124 - 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-05 12:29:16,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent vellum_host_a7fgrh 2018-08-05 12:29:16,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: homer_host_gki8sk 2018-08-05 12:29:16,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:16,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_gki8sk/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_gki8sk/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_gki8sk', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_gki8sk/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_gki8sk', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dkh-Pw.1DhxVAIUJfY2nRFBx72JZ3CQGjs'} 2018-08-05 12:29:16,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-05 12:29:16,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:16,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:16,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:16,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/sprout_host_14hjtp/env/bin/pip freeze 2018-08-05 12:29:16,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:16,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:29:16,126 - 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-05 12:29:16,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:16,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-05 12:29:16,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:16,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:29:16,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-05 12:29:16,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-05 12:29:16,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/homer_host_gki8sk/env 2018-08-05 12:29:16,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/homer_host_gki8sk/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-05 12:29:16,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-05 12:29:16,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-05 12:29:16,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-05 12:29:16,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-05 12:29:16,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-05 12:29:16,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-05 12:29:16,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 5/60] 2018-08-05 12:29:16,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-08-05 12:29:16,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-05 12:29:16,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-08-05 12:29:16,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-08-05 12:29:16,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:16,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:16,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:29:16,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:16,130 - 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-05 12:29:16,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: vellum_host_a7fgrh 2018-08-05 12:29:16,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:16,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:16,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:16,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:16,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-05 12:29:16,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-05 12:29:16,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-05 12:29:16,131 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:29:16,196 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:16,197 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:16,197 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:16,197 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:16,197 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:16,197 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:16,197 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:16,197 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:29:16,197 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:16,197 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:16 GMT 2018-08-05 12:29:16,198 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:16,198 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:29:16,198 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:21,203 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:29:21,323 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:21,323 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:21,323 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:21,324 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:21,324 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:21,324 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:21,324 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:21,324 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.616Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "aa95a4d2-6b88-4fc6-a05b-d0e6c086c609"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.616Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.616Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d7a69fae-f3a8-4da1-a814-7af7aa09e30a"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.616Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:55.616Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:55.616Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d7a69fae-f3a8-4da1-a814-7af7aa09e30a"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.600Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.600Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.600Z", "message": "Starting Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.600Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.600Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.600Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.600Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.600Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8a73c316-6b48-40a8-8b1c-3dfc7205af53"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8a73c316-6b48-40a8-8b1c-3dfc7205af53"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d4ad608-2415-4937-ac5d-6ae0568ae8cd"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d4ad608-2415-4937-ac5d-6ae0568ae8cd"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8a73c316-6b48-40a8-8b1c-3dfc7205af53"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d4ad608-2415-4937-ac5d-6ae0568ae8cd"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8a73c316-6b48-40a8-8b1c-3dfc7205af53"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8a73c316-6b48-40a8-8b1c-3dfc7205af53"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Configuring Agent bono_host_4c89i6", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8a73c316-6b48-40a8-8b1c-3dfc7205af53"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d4ad608-2415-4937-ac5d-6ae0568ae8cd"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8a73c316-6b48-40a8-8b1c-3dfc7205af53"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8a73c316-6b48-40a8-8b1c-3dfc7205af53"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8a73c316-6b48-40a8-8b1c-3dfc7205af53"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8a73c316-6b48-40a8-8b1c-3dfc7205af53"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d4ad608-2415-4937-ac5d-6ae0568ae8cd"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8a73c316-6b48-40a8-8b1c-3dfc7205af53"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8a73c316-6b48-40a8-8b1c-3dfc7205af53"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:56.635Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:56.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.606Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.606Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.606Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.606Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.606Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 1391, "offset": 766, "size": 50}}} 2018-08-05 12:29:21,324 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:21,324 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:21 GMT 2018-08-05 12:29:21,325 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:21,325 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26977 2018-08-05 12:29:21,325 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:21,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-08-05 12:29:21,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-05 12:29:21,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-05 12:29:21,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-05 12:29:21,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-05 12:29:21,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-05 12:29:21,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-05 12:29:21,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-05 12:29:21,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-05 12:29:21,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-05 12:29:21,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-05 12:29:21,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-05 12:29:21,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:29:21,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,329 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-05 12:29:21,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,330 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bono_host_4c89i6 2018-08-05 12:29:21,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,331 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:29:21,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:29:21,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,332 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:29:21,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:29:21,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:21,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-08-05 12:29:21,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-05 12:29:21,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-05 12:29:21,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-05 12:29:21,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-05 12:29:21,335 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:29:21,394 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:21,394 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:21,394 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:21,394 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:21,395 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:21,395 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:21,395 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:21,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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:29:21,395 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:21,395 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:21 GMT 2018-08-05 12:29:21,395 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:21,395 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:29:21,395 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:26,401 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:29:26,528 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:26,528 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:26,529 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:26,529 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:26,529 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:26,529 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:26,529 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:26,529 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_4c89i6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.606Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.606Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.606Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d4ad608-2415-4937-ac5d-6ae0568ae8cd"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d4ad608-2415-4937-ac5d-6ae0568ae8cd"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "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-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8a73c316-6b48-40a8-8b1c-3dfc7205af53"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_88hrl2/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d4ad608-2415-4937-ac5d-6ae0568ae8cd"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d4ad608-2415-4937-ac5d-6ae0568ae8cd"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d4ad608-2415-4937-ac5d-6ae0568ae8cd"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8a73c316-6b48-40a8-8b1c-3dfc7205af53"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "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-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Creating agent from package", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "system_python set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d4ad608-2415-4937-ac5d-6ae0568ae8cd"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Creating Agent proxy_host_88hrl2", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8a73c316-6b48-40a8-8b1c-3dfc7205af53"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Successfully configured daemon: bono_host_4c89i6", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8a73c316-6b48-40a8-8b1c-3dfc7205af53"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Configuring Agent homer_host_gki8sk", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d4ad608-2415-4937-ac5d-6ae0568ae8cd"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:57.652Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:57.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:58.643Z", "message": "Starting Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:58.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:58.643Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:58.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:58.643Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:58.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:58.643Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:58.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:58.643Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:58.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:58.663Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:58.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}], "metadata": {"pagination": {"total": 1409, "offset": 816, "size": 50}}} 2018-08-05 12:29:26,529 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:26,529 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:26 GMT 2018-08-05 12:29:26,530 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:26,530 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27434 2018-08-05 12:29:26,530 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:26,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-05 12:29:26,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-05 12:29:26,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-05 12:29:26,531 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-05 12:29:26,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-05 12:29:26,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-05 12:29:26,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_88hrl2/cloudify/ssl/cloudify_internal_cert.pem 2018-08-05 12:29:26,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,533 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,534 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-05 12:29:26,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:29:26,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-05 12:29:26,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-05 12:29:26,535 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-05 12:29:26,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-05 12:29:26,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-05 12:29:26,536 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent proxy_host_88hrl2 2018-08-05 12:29:26,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-05 12:29:26,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bono_host_4c89i6 2018-08-05 12:29:26,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent homer_host_gki8sk 2018-08-05 12:29:26,537 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-05 12:29:26,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-05 12:29:26,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-05 12:29:26,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-05 12:29:26,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-05 12:29:26,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:26,539 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:29:26,628 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:26,628 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:26,628 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:26,628 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:26,628 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:26,628 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:26,628 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:26,629 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:29:26,629 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:26,629 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:26 GMT 2018-08-05 12:29:26,629 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:26,629 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:29:26,629 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:31,634 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:29:31,837 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:31,837 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:31,837 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:31,837 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:31,837 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:31,837 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:31,837 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:31,837 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:58.663Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:58.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d4ad608-2415-4937-ac5d-6ae0568ae8cd"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:58.663Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:58.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:58.663Z", "message": "Untaring Agent package...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:58.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:58.663Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:58.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:58.663Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:58.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:58.663Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:58.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:58.663Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:58.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:58.663Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:58.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:58.663Z", "message": "Successfully configured daemon: homer_host_gki8sk", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:58.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d4ad608-2415-4937-ac5d-6ae0568ae8cd"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:58.663Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:58.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d4ad608-2415-4937-ac5d-6ae0568ae8cd"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:58.663Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:58.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d4ad608-2415-4937-ac5d-6ae0568ae8cd"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:58.663Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:58.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:58.663Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:58.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:58.663Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:58.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:58.663Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:58.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bcefadd6-3680-4368-95ab-1c5075e6b62f"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bcefadd6-3680-4368-95ab-1c5075e6b62f"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "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-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bcefadd6-3680-4368-95ab-1c5075e6b62f"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bcefadd6-3680-4368-95ab-1c5075e6b62f"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bcefadd6-3680-4368-95ab-1c5075e6b62f"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bcefadd6-3680-4368-95ab-1c5075e6b62f"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "system_python set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bcefadd6-3680-4368-95ab-1c5075e6b62f"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bcefadd6-3680-4368-95ab-1c5075e6b62f"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_zfhort/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}], "metadata": {"pagination": {"total": 1422, "offset": 866, "size": 50}}} 2018-08-05 12:29:31,838 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:31,838 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:31 GMT 2018-08-05 12:29:31,838 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:31,838 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27529 2018-08-05 12:29:31,838 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:31,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-05 12:29:31,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-05 12:29:31,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-08-05 12:29:31,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: homer_host_gki8sk 2018-08-05 12:29:31,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-05 12:29:31,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-05 12:29:31,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:29:31,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-05 12:29:31,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-05 12:29:31,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:29:31,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:29:31,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:29:31,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-05 12:29:31,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-05 12:29:31,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:29:31,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:31,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_zfhort/cloudify/ssl/cloudify_internal_cert.pem 2018-08-05 12:29:31,847 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:29:32,008 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:32,008 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:32,008 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:32,008 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:32,008 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:32,008 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:32,009 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:32,009 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:29:32,009 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:32,009 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:32 GMT 2018-08-05 12:29:32,009 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:32,009 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:29:32,009 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:37,015 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:29:37,248 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:37,248 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:37,248 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:37,248 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:37,249 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:37,249 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:37,249 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:37,249 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bcefadd6-3680-4368-95ab-1c5075e6b62f"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "system_python set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_zfhort/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bcefadd6-3680-4368-95ab-1c5075e6b62f"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bcefadd6-3680-4368-95ab-1c5075e6b62f"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bcefadd6-3680-4368-95ab-1c5075e6b62f"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bcefadd6-3680-4368-95ab-1c5075e6b62f"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bcefadd6-3680-4368-95ab-1c5075e6b62f"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bcefadd6-3680-4368-95ab-1c5075e6b62f"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "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-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:28:59.783Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:28:59.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Creating Agent dime_host_yzrrbo", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "/home/ubuntu/proxy_host_88hrl2/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_88hrl2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_88hrl2/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_88hrl2', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_88hrl2/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_88hrl2', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dkh-Pw.1DhxVAIUJfY2nRFBx72JZ3CQGjs'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": " SNIMissingWarning", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Creating...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_yzrrbo/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Untaring Agent package...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "system_python set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "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-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Creating agent from package", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Auto-correcting virtualenv /home/ubuntu/proxy_host_88hrl2/env", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}], "metadata": {"pagination": {"total": 1430, "offset": 916, "size": 50}}} 2018-08-05 12:29:37,249 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:37,249 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:37 GMT 2018-08-05 12:29:37,249 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:37,249 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28935 2018-08-05 12:29:37,249 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:37,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:29:37,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:29:37,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-05 12:29:37,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_zfhort/cloudify/ssl/cloudify_internal_cert.pem 2018-08-05 12:29:37,251 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-05 12:29:37,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:29:37,252 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:29:37,253 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-05 12:29:37,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,254 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent dime_host_yzrrbo 2018-08-05 12:29:37,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-05 12:29:37,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/proxy_host_88hrl2/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-05 12:29:37,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_88hrl2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_88hrl2/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_88hrl2', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_88hrl2/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_88hrl2', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dkh-Pw.1DhxVAIUJfY2nRFBx72JZ3CQGjs'} 2018-08-05 12:29:37,255 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-05 12:29:37,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-05 12:29:37,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_yzrrbo/cloudify/ssl/cloudify_internal_cert.pem 2018-08-05 12:29:37,256 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-05 12:29:37,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-05 12:29:37,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-05 12:29:37,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,257 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-05 12:29:37,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-05 12:29:37,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-05 12:29:37,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/proxy_host_88hrl2/env 2018-08-05 12:29:37,258 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:37,258 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:29:37,318 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:37,318 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:37,319 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:37,319 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:37,319 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:37,319 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:37,319 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:37,319 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:29:37,319 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:37,319 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:37 GMT 2018-08-05 12:29:37,319 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:37,320 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:29:37,320 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:42,325 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:29:42,677 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:42,677 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:42,678 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:42,678 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:42,678 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:42,678 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:42,678 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:42,678 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Auto-correcting virtualenv /home/ubuntu/proxy_host_88hrl2/env", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Creating Agent dime_host_yzrrbo", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:00.902Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:00.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "90234f64-7c22-453e-9701-0886ece6d7b4"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:01.570Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:01.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:02.230Z", "message": "Untaring Agent package...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:02.230Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:02.696Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:02.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:02.696Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:02.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:02.696Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:02.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:02.696Z", "message": "Configuring Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:02.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Starting Agent bono_host_4c89i6", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "716a317d-16ac-4161-9cd6-90ed5bdd8273"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "716a317d-16ac-4161-9cd6-90ed5bdd8273"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_zfhort/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_zfhort/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_zfhort', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_zfhort/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_zfhort', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dkh-Pw.1DhxVAIUJfY2nRFBx72JZ3CQGjs'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "716a317d-16ac-4161-9cd6-90ed5bdd8273"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "716a317d-16ac-4161-9cd6-90ed5bdd8273"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Auto-correcting virtualenv /home/ubuntu/dime_host_yzrrbo/env", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "716a317d-16ac-4161-9cd6-90ed5bdd8273"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Creating...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_scvoel/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "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-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "716a317d-16ac-4161-9cd6-90ed5bdd8273"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "716a317d-16ac-4161-9cd6-90ed5bdd8273"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "716a317d-16ac-4161-9cd6-90ed5bdd8273"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": " SNIMissingWarning", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "716a317d-16ac-4161-9cd6-90ed5bdd8273"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "system_python set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Successfully created daemon: ellis_host_zfhort", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}], "metadata": {"pagination": {"total": 1438, "offset": 966, "size": 50}}} 2018-08-05 12:29:42,678 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:42,678 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:42 GMT 2018-08-05 12:29:42,679 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:42,679 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28167 2018-08-05 12:29:42,679 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:42,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/proxy_host_88hrl2/env 2018-08-05 12:29:42,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-05 12:29:42,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent dime_host_yzrrbo 2018-08-05 12:29:42,680 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-05 12:29:42,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-05 12:29:42,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-05 12:29:42,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-05 12:29:42,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-05 12:29:42,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-05 12:29:42,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-05 12:29:42,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-05 12:29:42,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bono_host_4c89i6 2018-08-05 12:29:42,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:42,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:42,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:42,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:42,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/ellis_host_zfhort/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/ellis_host_zfhort/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_zfhort', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/ellis_host_zfhort/work', 'CLOUDIFY_DAEMON_QUEUE': 'ellis_host_zfhort', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dkh-Pw.1DhxVAIUJfY2nRFBx72JZ3CQGjs'} 2018-08-05 12:29:42,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:42,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:42,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:42,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:42,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:42,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-05 12:29:42,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-05 12:29:42,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-08-05 12:29:42,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/dime_host_yzrrbo/env 2018-08-05 12:29:42,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:42,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-05 12:29:42,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-05 12:29:42,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:42,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_scvoel/cloudify/ssl/cloudify_internal_cert.pem 2018-08-05 12:29:42,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:42,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:42,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-08-05 12:29:42,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:42,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:42,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:29:42,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:42,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-05 12:29:42,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-05 12:29:42,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:42,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-05 12:29:42,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:29:42,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-08-05 12:29:42,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-08-05 12:29:42,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:42,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:42,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: ellis_host_zfhort 2018-08-05 12:29:42,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-05 12:29:42,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:42,688 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:29:42,748 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:42,748 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:42,748 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:42,748 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:42,748 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:42,749 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:42,749 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:42,749 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:29:42,749 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:42,749 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:42 GMT 2018-08-05 12:29:42,749 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:42,749 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:29:42,749 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:47,755 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:29:47,951 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:47,951 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:47,951 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:47,952 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:47,952 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:47,952 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:47,952 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:47,952 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "716a317d-16ac-4161-9cd6-90ed5bdd8273"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "/home/ubuntu/ellis_host_zfhort/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-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_yzrrbo/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_yzrrbo/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_yzrrbo', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_yzrrbo/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_yzrrbo', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dkh-Pw.1DhxVAIUJfY2nRFBx72JZ3CQGjs'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Creating Agent bind_host_scvoel", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "716a317d-16ac-4161-9cd6-90ed5bdd8273"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "716a317d-16ac-4161-9cd6-90ed5bdd8273"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.301Z", "message": "Auto-correcting virtualenv /home/ubuntu/ellis_host_zfhort/env", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2b08f73-ba3a-41d1-807e-454b02f9689c"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.881Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.881Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.881Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.881Z", "message": "Configuring Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.881Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.881Z", "message": "Configuring Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.881Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.881Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.881Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.881Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:03.881Z", "message": "Installing plugins", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:03.881Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:04.318Z", "message": "Starting daemon with command: sudo service celeryd-vellum_host_a7fgrh start", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:04.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bcefadd6-3680-4368-95ab-1c5075e6b62f"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:04.318Z", "message": " SNIMissingWarning", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:04.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:04.318Z", "message": "Starting...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:04.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bcefadd6-3680-4368-95ab-1c5075e6b62f"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:04.318Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:04.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "fb6f58aa-a701-47b4-ac1d-4c1b08976489"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:04.318Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:04.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "fb6f58aa-a701-47b4-ac1d-4c1b08976489"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:04.318Z", "message": "Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:04.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:04.318Z", "message": "Creating...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:04.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:04.318Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:04.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "fb6f58aa-a701-47b4-ac1d-4c1b08976489"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:04.318Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:04.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:04.318Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:04.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "fb6f58aa-a701-47b4-ac1d-4c1b08976489"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:04.318Z", "message": "/home/ubuntu/dime_host_yzrrbo/env/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:334: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:04.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:04.318Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:04.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "fb6f58aa-a701-47b4-ac1d-4c1b08976489"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:04.318Z", "message": "Successfully started daemon: vellum_host_a7fgrh", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:04.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bcefadd6-3680-4368-95ab-1c5075e6b62f"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:04.318Z", "message": "Creating agent from package", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:04.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:04.318Z", "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-05T12:29:04.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:04.318Z", "message": "Successfully created daemon: dime_host_yzrrbo", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:04.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a0cdfff3-0e00-469d-941d-ad5e74d2ce99"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:04.889Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:04.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:04.889Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:04.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:04.889Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:04.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:05.347Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:05.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "9902b9b1-b99b-455f-b9d5-2d2bb3a12c41"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:05.347Z", "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-05T12:29:05.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "9902b9b1-b99b-455f-b9d5-2d2bb3a12c41"}], "metadata": {"pagination": {"total": 1438, "offset": 1016, "size": 50}}} 2018-08-05 12:29:47,952 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:47,952 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:47 GMT 2018-08-05 12:29:47,952 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:47,952 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28689 2018-08-05 12:29:47,953 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:47,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:47,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:47,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:47,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:47,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:47,954 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:29:47,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:47,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/ellis_host_zfhort/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-05 12:29:47,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_yzrrbo/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_yzrrbo/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_yzrrbo', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_yzrrbo/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_yzrrbo', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dkh-Pw.1DhxVAIUJfY2nRFBx72JZ3CQGjs'} 2018-08-05 12:29:47,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bind_host_scvoel 2018-08-05 12:29:47,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:47,955 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:47,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:47,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:47,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:47,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:47,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:47,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/ellis_host_zfhort/env 2018-08-05 12:29:47,956 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-05 12:29:47,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-05 12:29:47,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-05 12:29:47,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-05 12:29:47,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-05 12:29:47,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-05 12:29:47,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-05 12:29:47,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-05 12:29:47,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-05 12:29:47,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-05 12:29:47,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-05 12:29:47,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-vellum_host_a7fgrh start 2018-08-05 12:29:47,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-05 12:29:47,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-05 12:29:47,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:47,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:29:47,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.6:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-08-05 12:29:47,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-05 12:29:47,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:47,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-08-05 12:29:47,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:47,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/dime_host_yzrrbo/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-05 12:29:47,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:47,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: vellum_host_a7fgrh 2018-08-05 12:29:47,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-08-05 12:29:47,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-08-05 12:29:47,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: dime_host_yzrrbo 2018-08-05 12:29:47,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-05 12:29:47,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-05 12:29:47,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-05 12:29:47,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-05 12:29:47,961 - 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-05 12:29:47,961 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:29:48,024 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:48,024 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:48,025 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:48,025 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:48,025 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:48,025 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:48,025 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:48,025 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:29:48,025 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:48,025 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:48 GMT 2018-08-05 12:29:48,025 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:48,026 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:29:48,026 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:53,031 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:29:53,207 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:53,207 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:53,207 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:53,207 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:53,208 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:53,208 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:53,208 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:53,208 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:05.347Z", "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-05T12:29:05.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "9902b9b1-b99b-455f-b9d5-2d2bb3a12c41"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:05.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:05.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f88441ac-ee47-4c24-bcbf-039384d05491"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:05.347Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:05.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "fb6f58aa-a701-47b4-ac1d-4c1b08976489"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:05.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:05.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "fb6f58aa-a701-47b4-ac1d-4c1b08976489"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:05.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:05.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f88441ac-ee47-4c24-bcbf-039384d05491"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:05.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:05.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "fb6f58aa-a701-47b4-ac1d-4c1b08976489"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:05.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:05.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "fb6f58aa-a701-47b4-ac1d-4c1b08976489"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:05.347Z", "message": "Starting Agent homer_host_gki8sk", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:05.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "fb6f58aa-a701-47b4-ac1d-4c1b08976489"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:05.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:05.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f88441ac-ee47-4c24-bcbf-039384d05491"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:05.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:05.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f88441ac-ee47-4c24-bcbf-039384d05491"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:05.347Z", "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-05T12:29:05.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "9902b9b1-b99b-455f-b9d5-2d2bb3a12c41"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:05.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:05.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "fb6f58aa-a701-47b4-ac1d-4c1b08976489"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:05.347Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:05.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f88441ac-ee47-4c24-bcbf-039384d05491"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:05.347Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:05.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "fb6f58aa-a701-47b4-ac1d-4c1b08976489"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:05.347Z", "message": "Installing plugin from source", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:05.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "9902b9b1-b99b-455f-b9d5-2d2bb3a12c41"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:06.025Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:06.025Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:06.025Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:06.025Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:06.025Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:06.025Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:06.354Z", "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-05T12:29:06.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "9902b9b1-b99b-455f-b9d5-2d2bb3a12c41"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:06.354Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:06.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:06.354Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:06.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:06.354Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:06.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f88441ac-ee47-4c24-bcbf-039384d05491"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:06.354Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_scvoel/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_scvoel/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_scvoel', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_scvoel/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_scvoel', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dkh-Pw.1DhxVAIUJfY2nRFBx72JZ3CQGjs'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:06.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:06.354Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:06.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f88441ac-ee47-4c24-bcbf-039384d05491"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:06.354Z", "message": "Creating...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:06.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:06.354Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:06.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f88441ac-ee47-4c24-bcbf-039384d05491"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:06.354Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:06.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f88441ac-ee47-4c24-bcbf-039384d05491"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:06.354Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:06.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:06.354Z", "message": "/home/ubuntu/bind_host_scvoel/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-05T12:29:06.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:06.354Z", "message": "Auto-correcting virtualenv /home/ubuntu/bind_host_scvoel/env", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:06.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:06.354Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:06.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:06.354Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:06.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f88441ac-ee47-4c24-bcbf-039384d05491"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:06.354Z", "message": "Configuring Agent proxy_host_88hrl2", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:06.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f88441ac-ee47-4c24-bcbf-039384d05491"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:06.354Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:06.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f88441ac-ee47-4c24-bcbf-039384d05491"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:06.354Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:06.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f88441ac-ee47-4c24-bcbf-039384d05491"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:06.354Z", "message": "Successfully created daemon: bind_host_scvoel", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:06.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "475fbc15-3d46-4634-86b3-9fc54e7409ac"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:06.354Z", "message": "Removing directory: /tmp/tmp1Rw1TH", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:06.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "9902b9b1-b99b-455f-b9d5-2d2bb3a12c41"}, {"node_instance_id": "bind_host_scvoel", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:07.031Z", "message": "Configuring Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:07.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:07.031Z", "message": "Starting Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:07.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:07.031Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:07.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:07.031Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:07.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:07.031Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:07.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:07.031Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:07.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:07.031Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:07.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:07.031Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:07.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:07.031Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:07.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:07.031Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:07.031Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:07.403Z", "message": "Starting...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:07.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "716a317d-16ac-4161-9cd6-90ed5bdd8273"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:07.403Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:07.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f88441ac-ee47-4c24-bcbf-039384d05491"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:07.403Z", "message": "Successfully configured daemon: proxy_host_88hrl2", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:07.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f88441ac-ee47-4c24-bcbf-039384d05491"}], "metadata": {"pagination": {"total": 1443, "offset": 1066, "size": 50}}} 2018-08-05 12:29:53,208 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:53,208 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:53 GMT 2018-08-05 12:29:53,208 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:53,208 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28363 2018-08-05 12:29:53,208 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:53,210 - 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-05 12:29:53,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:53,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:29:53,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:53,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:53,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:53,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:53,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent homer_host_gki8sk 2018-08-05 12:29:53,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:53,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:53,212 - 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-05 12:29:53,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:53,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:29:53,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:53,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-05 12:29:53,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-05 12:29:53,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-05 12:29:53,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-05 12:29:53,213 - 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-05 12:29:53,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-08-05 12:29:53,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-08-05 12:29:53,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-05 12:29:53,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.6', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_scvoel/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_scvoel/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_scvoel', 'REST_HOST': '192.168.120.6', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_scvoel/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_scvoel', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dkh-Pw.1DhxVAIUJfY2nRFBx72JZ3CQGjs'} 2018-08-05 12:29:53,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:29:53,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-08-05 12:29:53,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:53,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:53,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-08-05 12:29:53,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bind_host_scvoel/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-05 12:29:53,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bind_host_scvoel/env 2018-08-05 12:29:53,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-05 12:29:53,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:53,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent proxy_host_88hrl2 2018-08-05 12:29:53,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:53,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:53,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bind_host_scvoel 2018-08-05 12:29:53,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp1Rw1TH 2018-08-05 12:29:53,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-08-05 12:29:53,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-05 12:29:53,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-08-05 12:29:53,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-05 12:29:53,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-05 12:29:53,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-08-05 12:29:53,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-05 12:29:53,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-05 12:29:53,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-05 12:29:53,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-05 12:29:53,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-05 12:29:53,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-05 12:29:53,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: proxy_host_88hrl2 2018-08-05 12:29:53,218 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:29:53,274 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:53,274 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:53,275 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:53,275 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:53,275 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:53,275 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:53,275 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:53,275 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:29:53,275 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:53,275 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:53 GMT 2018-08-05 12:29:53,276 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:53,276 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:29:53,276 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:58,281 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:29:58,496 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:58,496 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:58,496 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:58,496 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:58,496 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:58,496 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:58,496 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:58,497 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:07.403Z", "message": "Successfully configured daemon: proxy_host_88hrl2", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:07.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f88441ac-ee47-4c24-bcbf-039384d05491"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:07.403Z", "message": "Starting...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:07.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "716a317d-16ac-4161-9cd6-90ed5bdd8273"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:07.403Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:07.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "f88441ac-ee47-4c24-bcbf-039384d05491"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.123Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.123Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.123Z", "message": "Installing plugins", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.123Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.123Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.123Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.123Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.123Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.123Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.123Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d45f5e22-d497-43ca-8bc4-1066a820d749"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d45f5e22-d497-43ca-8bc4-1066a820d749"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d45f5e22-d497-43ca-8bc4-1066a820d749"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e9165719-1580-44bf-945f-787d69672644"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d45f5e22-d497-43ca-8bc4-1066a820d749"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "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-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d67d37b2-d964-4a3e-9159-6e19cf337a4d"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d45f5e22-d497-43ca-8bc4-1066a820d749"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d45f5e22-d497-43ca-8bc4-1066a820d749"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e9165719-1580-44bf-945f-787d69672644"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Installing plugin from source", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d67d37b2-d964-4a3e-9159-6e19cf337a4d"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "3cff1655-4cb1-42cb-85e6-7c13ea68875e"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "3cff1655-4cb1-42cb-85e6-7c13ea68875e"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "3cff1655-4cb1-42cb-85e6-7c13ea68875e"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "3cff1655-4cb1-42cb-85e6-7c13ea68875e"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e9165719-1580-44bf-945f-787d69672644"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Configuring Agent bind_host_scvoel", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e9165719-1580-44bf-945f-787d69672644"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "3cff1655-4cb1-42cb-85e6-7c13ea68875e"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e9165719-1580-44bf-945f-787d69672644"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e9165719-1580-44bf-945f-787d69672644"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d45f5e22-d497-43ca-8bc4-1066a820d749"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Starting...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "fb6f58aa-a701-47b4-ac1d-4c1b08976489"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e9165719-1580-44bf-945f-787d69672644"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d67d37b2-d964-4a3e-9159-6e19cf337a4d"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "3cff1655-4cb1-42cb-85e6-7c13ea68875e"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e9165719-1580-44bf-945f-787d69672644"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e9165719-1580-44bf-945f-787d69672644"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "[localhost] run: /home/ubuntu/bono_host_4c89i6/env/bin/pip freeze", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d67d37b2-d964-4a3e-9159-6e19cf337a4d"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d45f5e22-d497-43ca-8bc4-1066a820d749"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "3cff1655-4cb1-42cb-85e6-7c13ea68875e"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e9165719-1580-44bf-945f-787d69672644"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d45f5e22-d497-43ca-8bc4-1066a820d749"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d45f5e22-d497-43ca-8bc4-1066a820d749"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "3cff1655-4cb1-42cb-85e6-7c13ea68875e"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e9165719-1580-44bf-945f-787d69672644"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "3cff1655-4cb1-42cb-85e6-7c13ea68875e"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Configuring Agent ellis_host_zfhort", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d45f5e22-d497-43ca-8bc4-1066a820d749"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "3cff1655-4cb1-42cb-85e6-7c13ea68875e"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e9165719-1580-44bf-945f-787d69672644"}], "metadata": {"pagination": {"total": 1469, "offset": 1116, "size": 50}}} 2018-08-05 12:29:58,497 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:58,497 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:58 GMT 2018-08-05 12:29:58,497 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:58,497 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27242 2018-08-05 12:29:58,497 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:29:58,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: proxy_host_88hrl2 2018-08-05 12:29:58,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-05 12:29:58,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-05 12:29:58,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-05 12:29:58,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-05 12:29:58,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-05 12:29:58,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-05 12:29:58,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-05 12:29:58,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-05 12:29:58,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-08-05 12:29:58,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-05 12:29:58,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-05 12:29:58,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:29:58,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,501 - 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-05 12:29:58,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:29:58,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-05 12:29:58,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:29:58,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bind_host_scvoel 2018-08-05 12:29:58,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:29:58,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:29:58,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-05 12:29:58,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-05 12:29:58,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bono_host_4c89i6/env/bin/pip freeze 2018-08-05 12:29:58,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:29:58,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent ellis_host_zfhort 2018-08-05 12:29:58,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:29:58,507 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:29:58,575 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:29:58,576 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:29:58,576 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:29:58,576 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:29:58,576 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:29:58,576 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:29:58,576 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:29:58,576 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:29:58,576 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:29:58,577 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:29:58 GMT 2018-08-05 12:29:58,577 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:29:58,577 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:29:58,577 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:30:03,582 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:30:03,838 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:30:03,838 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:30:03,838 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:30:03,838 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:30:03,838 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:30:03,838 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:30:03,838 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:30:03,839 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "3cff1655-4cb1-42cb-85e6-7c13ea68875e"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Configuring Agent dime_host_yzrrbo", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "3cff1655-4cb1-42cb-85e6-7c13ea68875e"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "3cff1655-4cb1-42cb-85e6-7c13ea68875e"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e9165719-1580-44bf-945f-787d69672644"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Starting daemon with command: sudo service celeryd-homer_host_gki8sk start", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "fb6f58aa-a701-47b4-ac1d-4c1b08976489"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:08.427Z", "message": "Configuring Agent bind_host_scvoel", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:08.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e9165719-1580-44bf-945f-787d69672644"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.132Z", "message": "Starting Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.132Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.132Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.132Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.132Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.132Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.132Z", "message": "Installing plugins", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.132Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.132Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.132Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.132Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.132Z", "message": "Starting Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.132Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.496Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e9165719-1580-44bf-945f-787d69672644"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.496Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d45f5e22-d497-43ca-8bc4-1066a820d749"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7317b56d-333b-4061-beff-c6842bb4bf08"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.496Z", "message": "Removing directory: /tmp/tmpjEyNTc", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d67d37b2-d964-4a3e-9159-6e19cf337a4d"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.496Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d45f5e22-d497-43ca-8bc4-1066a820d749"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7317b56d-333b-4061-beff-c6842bb4bf08"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.496Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "3cff1655-4cb1-42cb-85e6-7c13ea68875e"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.496Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7317b56d-333b-4061-beff-c6842bb4bf08"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7317b56d-333b-4061-beff-c6842bb4bf08"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.496Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "3cff1655-4cb1-42cb-85e6-7c13ea68875e"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.496Z", "message": "Successfully configured daemon: dime_host_yzrrbo", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "3cff1655-4cb1-42cb-85e6-7c13ea68875e"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.496Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d45f5e22-d497-43ca-8bc4-1066a820d749"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.496Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "3cff1655-4cb1-42cb-85e6-7c13ea68875e"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.496Z", "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-05T12:29:09.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d67d37b2-d964-4a3e-9159-6e19cf337a4d"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.496Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7317b56d-333b-4061-beff-c6842bb4bf08"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.496Z", "message": "Successfully configured daemon: ellis_host_zfhort", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d45f5e22-d497-43ca-8bc4-1066a820d749"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.496Z", "message": "Successfully configured daemon: bind_host_scvoel", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e9165719-1580-44bf-945f-787d69672644"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.496Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e9165719-1580-44bf-945f-787d69672644"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:09.496Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:09.496Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "e9165719-1580-44bf-945f-787d69672644"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.146Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.146Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.146Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.146Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.146Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.146Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.146Z", "message": "Starting Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.146Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.146Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.146Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.512Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "de834830-2f5f-4e46-b8be-6452df735ca7"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.512Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7317b56d-333b-4061-beff-c6842bb4bf08"}], "metadata": {"pagination": {"total": 1478, "offset": 1166, "size": 50}}} 2018-08-05 12:30:03,839 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:30:03,839 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:30:03 GMT 2018-08-05 12:30:03,839 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:30:03,839 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26506 2018-08-05 12:30:03,839 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:30:03,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:03,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent dime_host_yzrrbo 2018-08-05 12:30:03,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:03,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:03,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-homer_host_gki8sk start 2018-08-05 12:30:03,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bind_host_scvoel 2018-08-05 12:30:03,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-05 12:30:03,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-05 12:30:03,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:03,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:03,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:03,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-05 12:30:03,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-05 12:30:03,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-05 12:30:03,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-05 12:30:03,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-05 12:30:03,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-05 12:30:03,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-05 12:30:03,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-05 12:30:03,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-05 12:30:03,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-05 12:30:03,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:03,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpjEyNTc 2018-08-05 12:30:03,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-05 12:30:03,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:03,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-08-05 12:30:03,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:30:03,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:03,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-05 12:30:03,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: dime_host_yzrrbo 2018-08-05 12:30:03,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-05 12:30:03,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-05 12:30:03,846 - 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-05 12:30:03,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:03,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: ellis_host_zfhort 2018-08-05 12:30:03,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bind_host_scvoel 2018-08-05 12:30:03,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-08-05 12:30:03,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-08-05 12:30:03,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-05 12:30:03,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-05 12:30:03,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-05 12:30:03,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-05 12:30:03,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-05 12:30:03,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-05 12:30:03,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-08-05 12:30:03,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-08-05 12:30:03,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-08-05 12:30:03,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-08-05 12:30:03,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:30:03,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:03,849 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:30:03,905 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:30:03,906 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:30:03,906 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:30:03,906 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:30:03,906 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:30:03,906 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:30:03,906 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:30:03,906 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:30:03,907 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:30:03,907 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:30:03 GMT 2018-08-05 12:30:03,907 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:30:03,907 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:30:03,907 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:30:08,912 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:30:08,993 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:30:08,993 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:30:08,993 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:30:08,993 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:30:08,993 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:30:08,993 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:30:08,993 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:30:08,993 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.512Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "de834830-2f5f-4e46-b8be-6452df735ca7"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.512Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7317b56d-333b-4061-beff-c6842bb4bf08"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.512Z", "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-05T12:29:10.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8774227e-68b3-4b41-9c39-42fff3b053e6"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.512Z", "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-05T12:29:10.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8774227e-68b3-4b41-9c39-42fff3b053e6"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.512Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8774227e-68b3-4b41-9c39-42fff3b053e6"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.512Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "de834830-2f5f-4e46-b8be-6452df735ca7"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.512Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "2aa9938f-b349-4b91-a2c5-6f87f2b7cf76"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.512Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7317b56d-333b-4061-beff-c6842bb4bf08"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.512Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "2aa9938f-b349-4b91-a2c5-6f87f2b7cf76"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.512Z", "message": "Installing plugin from source", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8774227e-68b3-4b41-9c39-42fff3b053e6"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.512Z", "message": "[localhost] run: /home/ubuntu/homer_host_gki8sk/env/bin/pip freeze", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8774227e-68b3-4b41-9c39-42fff3b053e6"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.512Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "2aa9938f-b349-4b91-a2c5-6f87f2b7cf76"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.512Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "de834830-2f5f-4e46-b8be-6452df735ca7"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.512Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7317b56d-333b-4061-beff-c6842bb4bf08"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.512Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "2aa9938f-b349-4b91-a2c5-6f87f2b7cf76"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.512Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7317b56d-333b-4061-beff-c6842bb4bf08"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.512Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "de834830-2f5f-4e46-b8be-6452df735ca7"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.512Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7317b56d-333b-4061-beff-c6842bb4bf08"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.512Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "2aa9938f-b349-4b91-a2c5-6f87f2b7cf76"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:10.512Z", "message": "Starting Agent proxy_host_88hrl2", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:10.512Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7317b56d-333b-4061-beff-c6842bb4bf08"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.392Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.392Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.392Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.392Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.392Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.392Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.392Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.392Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.392Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "533e01c9-861e-4006-85cf-9bca6c421534"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "de834830-2f5f-4e46-b8be-6452df735ca7"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "de834830-2f5f-4e46-b8be-6452df735ca7"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "Starting Agent dime_host_yzrrbo", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "2aa9938f-b349-4b91-a2c5-6f87f2b7cf76"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "533e01c9-861e-4006-85cf-9bca6c421534"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "2aa9938f-b349-4b91-a2c5-6f87f2b7cf76"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "533e01c9-861e-4006-85cf-9bca6c421534"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "Removing directory: /tmp/tmpocv24c", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8774227e-68b3-4b41-9c39-42fff3b053e6"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "533e01c9-861e-4006-85cf-9bca6c421534"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "533e01c9-861e-4006-85cf-9bca6c421534"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "de834830-2f5f-4e46-b8be-6452df735ca7"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "de834830-2f5f-4e46-b8be-6452df735ca7"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "2aa9938f-b349-4b91-a2c5-6f87f2b7cf76"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "Starting Agent bind_host_scvoel", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "533e01c9-861e-4006-85cf-9bca6c421534"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "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-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8774227e-68b3-4b41-9c39-42fff3b053e6"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "Starting Agent ellis_host_zfhort", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "de834830-2f5f-4e46-b8be-6452df735ca7"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "2aa9938f-b349-4b91-a2c5-6f87f2b7cf76"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "2aa9938f-b349-4b91-a2c5-6f87f2b7cf76"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "de834830-2f5f-4e46-b8be-6452df735ca7"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "533e01c9-861e-4006-85cf-9bca6c421534"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "533e01c9-861e-4006-85cf-9bca6c421534"}], "metadata": {"pagination": {"total": 1478, "offset": 1216, "size": 50}}} 2018-08-05 12:30:08,994 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:30:08,994 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:30:08 GMT 2018-08-05 12:30:08,994 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:30:08,994 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27306 2018-08-05 12:30:08,994 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:30:08,995 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:08,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:30:08,996 - 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-05 12:30:08,996 - 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-05 12:30:08,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-05 12:30:08,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:08,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:08,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:08,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:08,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-05 12:30:08,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/homer_host_gki8sk/env/bin/pip freeze 2018-08-05 12:30:08,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:08,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:08,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:08,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-08-05 12:30:08,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:08,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:08,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:08,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:08,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent proxy_host_88hrl2 2018-08-05 12:30:08,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-05 12:30:08,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-05 12:30:08,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-05 12:30:08,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-05 12:30:08,999 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-05 12:30:09,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-05 12:30:09,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-05 12:30:09,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-05 12:30:09,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-05 12:30:09,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:09,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:09,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:09,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent dime_host_yzrrbo 2018-08-05 12:30:09,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:09,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:30:09,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:09,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpocv24c 2018-08-05 12:30:09,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:30:09,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:09,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:09,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:09,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:09,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bind_host_scvoel 2018-08-05 12:30:09,002 - 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-05 12:30:09,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent ellis_host_zfhort 2018-08-05 12:30:09,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:09,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:09,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:30:09,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:09,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:09,003 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:30:09,057 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:30:09,058 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:30:09,058 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:30:09,058 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:30:09,058 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:30:09,058 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:30:09,058 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:30:09,058 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:30:09,058 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:30:09,059 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:30:09 GMT 2018-08-05 12:30:09,059 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:30:09,059 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:30:09,059 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:30:14,064 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:30:14,330 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:30:14,331 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:30:14,331 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:30:14,331 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:30:14,331 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:30:14,331 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:30:14,331 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:30:14,331 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "de834830-2f5f-4e46-b8be-6452df735ca7"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "533e01c9-861e-4006-85cf-9bca6c421534"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "2aa9938f-b349-4b91-a2c5-6f87f2b7cf76"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "2aa9938f-b349-4b91-a2c5-6f87f2b7cf76"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "de834830-2f5f-4e46-b8be-6452df735ca7"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "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-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8774227e-68b3-4b41-9c39-42fff3b053e6"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:11.522Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:11.522Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "533e01c9-861e-4006-85cf-9bca6c421534"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:12.397Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:12.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:12.397Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:12.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:12.397Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:12.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:12.397Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:12.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:13.271Z", "message": "Starting...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:13.271Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7317b56d-333b-4061-beff-c6842bb4bf08"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:13.438Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:13.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:13.438Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:13.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:13.438Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:13.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:13.438Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:13.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:13.438Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:13.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:13.438Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:13.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:13.526Z", "message": "Successfully started daemon: proxy_host_88hrl2", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:13.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7317b56d-333b-4061-beff-c6842bb4bf08"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:13.526Z", "message": "Starting daemon with command: sudo service celeryd-proxy_host_88hrl2 start", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:13.526Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7317b56d-333b-4061-beff-c6842bb4bf08"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:14.442Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:14.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:14.442Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:14.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:14.442Z", "message": "Installing plugins", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:14.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:14.442Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:14.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:14.442Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:14.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:14.536Z", "message": "Starting daemon with command: sudo service celeryd-dime_host_yzrrbo start", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:14.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "2aa9938f-b349-4b91-a2c5-6f87f2b7cf76"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:14.536Z", "message": "Starting...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:14.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "de834830-2f5f-4e46-b8be-6452df735ca7"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:14.536Z", "message": "Starting...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:14.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "2aa9938f-b349-4b91-a2c5-6f87f2b7cf76"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:14.536Z", "message": "Starting daemon with command: sudo service celeryd-ellis_host_zfhort start", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:14.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "de834830-2f5f-4e46-b8be-6452df735ca7"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:14.536Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:14.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c53564d-27c1-42fc-8849-40e8ebafa766"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:14.536Z", "message": "Successfully started daemon: ellis_host_zfhort", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:14.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "de834830-2f5f-4e46-b8be-6452df735ca7"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:14.536Z", "message": "Successfully started daemon: dime_host_yzrrbo", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:14.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "2aa9938f-b349-4b91-a2c5-6f87f2b7cf76"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:14.536Z", "message": "[localhost] run: /home/ubuntu/proxy_host_88hrl2/env/bin/pip freeze", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:14.536Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c53564d-27c1-42fc-8849-40e8ebafa766"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.448Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.448Z", "message": "Installing plugins", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.448Z", "message": "Installing plugins", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.448Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.448Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.448Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.448Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.448Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.448Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.448Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.448Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.448Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.448Z", "message": "Installing plugins", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.448Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.542Z", "message": "[localhost] run: /home/ubuntu/ellis_host_zfhort/env/bin/pip freeze", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0692493f-9556-440a-beac-2cc50fb6cbe0"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.542Z", "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-05T12:29:15.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c53564d-27c1-42fc-8849-40e8ebafa766"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.542Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0692493f-9556-440a-beac-2cc50fb6cbe0"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.542Z", "message": "Installing plugin from source", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c53564d-27c1-42fc-8849-40e8ebafa766"}], "metadata": {"pagination": {"total": 1481, "offset": 1266, "size": 50}}} 2018-08-05 12:30:14,332 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:30:14,332 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:30:14 GMT 2018-08-05 12:30:14,332 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:30:14,332 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26625 2018-08-05 12:30:14,332 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:30:14,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:14,333 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:14,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:14,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:14,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-08-05 12:30:14,334 - 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-05 12:30:14,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:30:14,334 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-05 12:30:14,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-05 12:30:14,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-05 12:30:14,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-05 12:30:14,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-05 12:30:14,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:14,335 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-05 12:30:14,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-05 12:30:14,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:14,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:14,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-05 12:30:14,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: proxy_host_88hrl2 2018-08-05 12:30:14,336 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-proxy_host_88hrl2 start 2018-08-05 12:30:14,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:14,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-05 12:30:14,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-05 12:30:14,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-05 12:30:14,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-05 12:30:14,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-dime_host_yzrrbo start 2018-08-05 12:30:14,337 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-05 12:30:14,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-05 12:30:14,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-ellis_host_zfhort start 2018-08-05 12:30:14,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-05 12:30:14,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: ellis_host_zfhort 2018-08-05 12:30:14,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: dime_host_yzrrbo 2018-08-05 12:30:14,338 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/proxy_host_88hrl2/env/bin/pip freeze 2018-08-05 12:30:14,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-05 12:30:14,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-05 12:30:14,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-05 12:30:14,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-05 12:30:14,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-05 12:30:14,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-05 12:30:14,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-05 12:30:14,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-05 12:30:14,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-05 12:30:14,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-05 12:30:14,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-05 12:30:14,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-08-05 12:30:14,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-08-05 12:30:14,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/ellis_host_zfhort/env/bin/pip freeze 2018-08-05 12:30:14,341 - 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-05 12:30:14,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-05 12:30:14,341 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-05 12:30:14,341 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:30:14,420 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:30:14,421 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:30:14,421 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:30:14,421 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:30:14,421 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:30:14,421 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:30:14,421 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:30:14,421 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:30:14,421 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:30:14,422 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:30:14 GMT 2018-08-05 12:30:14,422 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:30:14,422 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:30:14,422 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:30:19,427 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:30:19,505 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:30:19,505 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:30:19,505 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:30:19,505 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:30:19,505 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:30:19,505 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:30:19,505 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:30:19,506 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.542Z", "message": "[localhost] run: /home/ubuntu/bind_host_scvoel/env/bin/pip freeze", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2144984-ed47-40f6-8912-b48b9b64133d"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.542Z", "message": "Starting...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "533e01c9-861e-4006-85cf-9bca6c421534"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.542Z", "message": "Removing directory: /tmp/tmpeOk1gg", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c53564d-27c1-42fc-8849-40e8ebafa766"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.542Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "00502f46-db44-4c40-891d-fb0ad8e40087"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.542Z", "message": "Successfully started daemon: bind_host_scvoel", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "533e01c9-861e-4006-85cf-9bca6c421534"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.542Z", "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-05T12:29:15.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c53564d-27c1-42fc-8849-40e8ebafa766"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.542Z", "message": "Starting daemon with command: sudo service celeryd-bind_host_scvoel start", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "533e01c9-861e-4006-85cf-9bca6c421534"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.542Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2144984-ed47-40f6-8912-b48b9b64133d"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.542Z", "message": "[localhost] run: /home/ubuntu/dime_host_yzrrbo/env/bin/pip freeze", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:15.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "00502f46-db44-4c40-891d-fb0ad8e40087"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:15.542Z", "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-05T12:29:15.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c53564d-27c1-42fc-8849-40e8ebafa766"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:16.468Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:16.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:16.468Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:16.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:16.468Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:16.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:16.468Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:16.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:16.468Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:16.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:16.468Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:16.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:16.609Z", "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-05T12:29:16.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2144984-ed47-40f6-8912-b48b9b64133d"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:16.609Z", "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-05T12:29:16.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0692493f-9556-440a-beac-2cc50fb6cbe0"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:16.609Z", "message": "Installing plugin from source", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:16.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "00502f46-db44-4c40-891d-fb0ad8e40087"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:16.609Z", "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-05T12:29:16.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0692493f-9556-440a-beac-2cc50fb6cbe0"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:16.609Z", "message": "Installing plugin from source", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:16.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0692493f-9556-440a-beac-2cc50fb6cbe0"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:16.609Z", "message": "Installing plugin from source", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:16.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2144984-ed47-40f6-8912-b48b9b64133d"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:16.609Z", "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-05T12:29:16.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2144984-ed47-40f6-8912-b48b9b64133d"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:16.609Z", "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-05T12:29:16.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2144984-ed47-40f6-8912-b48b9b64133d"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:16.609Z", "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-05T12:29:16.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0692493f-9556-440a-beac-2cc50fb6cbe0"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:16.609Z", "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-05T12:29:16.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "00502f46-db44-4c40-891d-fb0ad8e40087"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:16.609Z", "message": "Removing directory: /tmp/tmpPhSGRo", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:16.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "a2144984-ed47-40f6-8912-b48b9b64133d"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:16.609Z", "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-05T12:29:16.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "00502f46-db44-4c40-891d-fb0ad8e40087"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:16.609Z", "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-05T12:29:16.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "00502f46-db44-4c40-891d-fb0ad8e40087"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:16.609Z", "message": "Removing directory: /tmp/tmpebxKT8", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:16.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "00502f46-db44-4c40-891d-fb0ad8e40087"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:16.609Z", "message": "Removing directory: /tmp/tmpoz0y8Z", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:16.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0692493f-9556-440a-beac-2cc50fb6cbe0"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:17.747Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:17.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:17.747Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:17.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:17.747Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:17.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:17.747Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:17.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:17.747Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:17.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:17.747Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:17.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:17.747Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:17.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:17.747Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:17.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:17.747Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:17.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:17.747Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:17.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:17.747Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:17.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:17.747Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:17.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:17.747Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:17.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:17.747Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:17.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_node_itc4it", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:18.781Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:18.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:18.781Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:18.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:18.781Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:18.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_node_itc4it", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:18.781Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:18.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:18.781Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:18.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 1481, "offset": 1316, "size": 50}}} 2018-08-05 12:30:19,506 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:30:19,506 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:30:19 GMT 2018-08-05 12:30:19,506 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:30:19,506 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27377 2018-08-05 12:30:19,506 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:30:19,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bind_host_scvoel/env/bin/pip freeze 2018-08-05 12:30:19,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-08-05 12:30:19,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpeOk1gg 2018-08-05 12:30:19,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-05 12:30:19,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bind_host_scvoel 2018-08-05 12:30:19,508 - 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-05 12:30:19,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bind_host_scvoel start 2018-08-05 12:30:19,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-08-05 12:30:19,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/dime_host_yzrrbo/env/bin/pip freeze 2018-08-05 12:30:19,509 - 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-05 12:30:19,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-05 12:30:19,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-05 12:30:19,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-05 12:30:19,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-05 12:30:19,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:19,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-05 12:30:19,510 - 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-05 12:30:19,510 - 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-05 12:30:19,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-05 12:30:19,511 - 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-05 12:30:19,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-05 12:30:19,511 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-08-05 12:30:19,511 - 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-05 12:30:19,511 - 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-05 12:30:19,512 - 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-05 12:30:19,512 - 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-05 12:30:19,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpPhSGRo 2018-08-05 12:30:19,512 - 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-05 12:30:19,512 - 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-05 12:30:19,512 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpebxKT8 2018-08-05 12:30:19,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpoz0y8Z 2018-08-05 12:30:19,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-05 12:30:19,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:19,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-05 12:30:19,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:19,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-05 12:30:19,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-05 12:30:19,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-05 12:30:19,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:19,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-08-05 12:30:19,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-05 12:30:19,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-05 12:30:19,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-08-05 12:30:19,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-05 12:30:19,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-05 12:30:19,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:30:19,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-05 12:30:19,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:19,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:30:19,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-05 12:30:19,516 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:30:19,759 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:30:19,759 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:30:19,760 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:30:19,760 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:30:19,760 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:30:19,760 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:30:19,760 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:30:19,760 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:30:19,760 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:30:19,760 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:30:19 GMT 2018-08-05 12:30:19,760 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:30:19,761 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:30:19,761 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:30:24,766 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:30:24,838 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:30:24,838 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:30:24,838 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:30:24,838 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:30:24,838 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:30:24,838 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:30:24,838 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:30:24,839 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_zfhort", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:18.781Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:18.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:18.781Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:18.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_node_itc4it", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:18.781Z", "message": "Creating node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:18.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:18.781Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:18.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:18.781Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:18.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:18.781Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:18.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:18.781Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:18.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:18.781Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:18.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:18.781Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:18.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:18.781Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:18.781Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_node_itc4it", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:18.783Z", "message": "Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/766BL/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:18.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8b739fcf-b0fc-49ec-82af-5a5b5c93d620"}, {"node_instance_id": "proxy_node_itc4it", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:19.714Z", "message": "Executing: /tmp/766BL/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:19.714Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8b739fcf-b0fc-49ec-82af-5a5b5c93d620"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:19.788Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:19.788Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:19.788Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:19.788Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:19.788Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:19.788Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:19.788Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:19.788Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:19.788Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:19.788Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:19.788Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:19.788Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:19.788Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:19.788Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:19.788Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:19.788Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:19.788Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:19.788Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:20.942Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:20.942Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:21.795Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:21.795Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:21.795Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:21.795Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:21.795Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:21.795Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:22.874Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:22.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:22.874Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:22.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:22.874Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:22.874Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:24.356Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:24.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:25.010Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:25.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:25.010Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:25.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:25.010Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:25.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:25.010Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:25.010Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:26.076Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:26.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:26.076Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:26.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:26.076Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:26.076Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:27.197Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:27.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:28.604Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:28.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:29.202Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:29.202Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:29.202Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:29.202Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:30.302Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:30.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:30.302Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:30.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:30.302Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:30.302Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:31.326Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:31.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:31.326Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:31.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:31.326Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:31.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:32.642Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:32.642Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:33.933Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:33.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:33.933Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:33.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:33.933Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:33.933Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 1481, "offset": 1366, "size": 50}}} 2018-08-05 12:30:24,839 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:30:24,839 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:30:24 GMT 2018-08-05 12:30:24,839 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:30:24,839 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25695 2018-08-05 12:30:24,839 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:30:24,840 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-05 12:30:24,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-05 12:30:24,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:30:24,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-05 12:30:24,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-08-05 12:30:24,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-05 12:30:24,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-05 12:30:24,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-08-05 12:30:24,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:24,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-08-05 12:30:24,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/766BL/install_requirements.sh 2018-08-05 12:30:24,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/766BL/install_requirements.sh 2018-08-05 12:30:24,842 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-05 12:30:24,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-05 12:30:24,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-05 12:30:24,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-05 12:30:24,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-08-05 12:30:24,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-05 12:30:24,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-05 12:30:24,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-08-05 12:30:24,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-08-05 12:30:24,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:24,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:24,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:24,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:24,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:24,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:24,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:24,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-05 12:30:24,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-05 12:30:24,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:24,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:24,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-08-05 12:30:24,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:24,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:24,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:24,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:24,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:24,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:24,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:24,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:24,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:24,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:24,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:24,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-08-05 12:30:24,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-08-05 12:30:24,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:24,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-08-05 12:30:24,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-08-05 12:30:24,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-08-05 12:30:24,849 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:30:25,026 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:30:25,026 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:30:25,026 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:30:25,026 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:30:25,026 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:30:25,026 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:30:25,026 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:30:25,026 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:30:25,027 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:30:25,027 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:30:25 GMT 2018-08-05 12:30:25,027 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:30:25,027 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:30:25,027 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:30:30,028 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:30:30,124 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:30:30,124 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:30:30,124 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:30:30,124 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:30:30,124 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:30:30,124 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:30:30,124 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:30:30,124 - 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-05T12:29:35.167Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:35.167Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:37.490Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:37.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_eghcph", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:38.610Z", "message": "Creating node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:38.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:38.610Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:38.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_eghcph", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:38.939Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:38.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_eghcph", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:38.939Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:38.939Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:39.254Z", "message": "Downloaded scripts/bind/bind.py to /tmp/491CJ/bind.py", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:39.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:39.935Z", "message": "Installing BIND DNS server", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:39.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:39.935Z", "message": "[localhost] run: sudo apt-get update", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:39.935Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "proxy_node_itc4it", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:50.096Z", "message": "Execution done (return_code=0): /tmp/766BL/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:50.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8b739fcf-b0fc-49ec-82af-5a5b5c93d620"}, {"node_instance_id": "proxy_node_itc4it", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:50.175Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:50.175Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_node_itc4it", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:51.023Z", "message": "Configuring node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:51.023Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "proxy_node_itc4it", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:52.026Z", "message": "Starting node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:52.026Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:52.466Z", "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-05T12:29:52.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:56.860Z", "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-05T12:29:56.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:56.954Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:56.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:56.954Z", "message": "The config dict: {'etcd_ip': u'192.168.120.20', 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.20', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:56.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:56.954Z", "message": "[localhost] run: sudo mv /tmp/tmpJ8Ojd2 /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:56.954Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:57.960Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:57.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:57.960Z", "message": "[localhost] run: sudo mv /tmp/tmp2EzKtR /etc/bind/db.clearwater.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:57.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:57.960Z", "message": "[localhost] run: sudo mv /tmp/tmplzUMJu /etc/bind/named.conf.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:57.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:57.960Z", "message": "Creating public domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:57.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:57.960Z", "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-05T12:29:57.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:57.960Z", "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-05T12:29:57.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:57.960Z", "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-05T12:29:57.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:57.960Z", "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-05T12:29:57.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:57.960Z", "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-05T12:29:57.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:57.960Z", "message": "[localhost] run: sudo mv /tmp/tmp4Ldg_V /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:57.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:57.960Z", "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-05T12:29:57.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:57.960Z", "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-05T12:29:57.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:57.960Z", "message": "[localhost] run: sudo mv /tmp/tmpaJkknJ /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:57.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:57.960Z", "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-05T12:29:57.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:57.960Z", "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-05T12:29:57.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:57.960Z", "message": "The config dict: {'etcd_ip': u'192.168.120.20', 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.20', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:57.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:57.960Z", "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-05T12:29:57.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:57.960Z", "message": "The config dict: {'public_ip': u'172.30.9.212', '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.20', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:57.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:57.960Z", "message": "Creating private domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:57.960Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1d1188b1-ebd0-494a-a6b0-5c63837d2289"}, {"node_instance_id": "bind_eghcph", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:58.002Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:58.002Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_eghcph", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:59.035Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:59.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_eghcph", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:59.035Z", "message": "Configuring node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:59.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_eghcph", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:59.035Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:59.035Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:59.084Z", "message": "Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/89RTW/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:59.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:59.966Z", "message": "[etcd] ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:59.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:59.966Z", "message": "[etcd] repo129", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:59.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:29:59.966Z", "message": "Executing: /tmp/89RTW/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:29:59.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:30:00.970Z", "message": "[etcd] Configure the APT software source", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:30:00.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:30:00.970Z", "message": "[etcd] sudo apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:30:00.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:30:11.242Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-scvoel\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nHit http://security.ubuntu.com trusty-security InRelease\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease\nHit http://security.ubuntu.com trusty-security/main Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://security.ubuntu.com trusty-security/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nHit http://security.ubuntu.com trusty-security/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources\nHit http://security.ubuntu.com trusty-security/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources\nHit http://security.ubuntu.com trusty-security/main Translation-en\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources\nHit http://security.ubuntu.com trusty-security/universe Translation-en\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty Release\nHit http://nova.clouds.archive.ubuntu.com trusty/main Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources\nHit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en\nIgn http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US\nIgn http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US\nFetched 25.0 kB in 9s (2,765 B/s)\nReading package lists...\n\nreal\t0m10.638s\nuser\t0m2.712s\nsys\t0m0.319s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:30:11.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:30:11.982Z", "message": "[etcd] Now install the software", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:30:11.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:30:11.982Z", "message": "[etcd] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:30:11.982Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}], "metadata": {"pagination": {"total": 1481, "offset": 1416, "size": 50}}} 2018-08-05 12:30:30,125 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:30:30,125 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:30:30 GMT 2018-08-05 12:30:30,125 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:30:30,125 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 31266 2018-08-05 12:30:30,125 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:30:30,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-08-05 12:30:30,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-08-05 12:30:30,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:30:30,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-08-05 12:30:30,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:30:30,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:30:30,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/491CJ/bind.py 2018-08-05 12:30:30,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing BIND DNS server 2018-08-05 12:30:30,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo apt-get update 2018-08-05 12:30:30,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/766BL/install_requirements.sh 2018-08-05 12:30:30,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:30:30,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:30:30,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:30:30,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes 2018-08-05 12:30:30,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-08-05 12:30:30,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-08-05 12:30:30,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'etcd_ip': u'192.168.120.20', 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.20', u'hss_hostname': u''}. 2018-08-05 12:30:30,129 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpJ8Ojd2 /etc/clearwater/local_config 2018-08-05 12:30:30,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-05 12:30:30,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp2EzKtR /etc/bind/db.clearwater.local 2018-08-05 12:30:30,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmplzUMJu /etc/bind/named.conf.local 2018-08-05 12:30:30,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-05 12:30:30,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/named.conf.local. 2018-08-05 12:30:30,130 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-08-05 12:30:30,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-05 12:30:30,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/shared_config. 2018-08-05 12:30:30,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/named.conf.local 2018-08-05 12:30:30,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp4Ldg_V /etc/clearwater/shared_config 2018-08-05 12:30:30,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-05 12:30:30,131 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-05 12:30:30,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpaJkknJ /etc/bind/db.clearwater.opnfv 2018-08-05 12:30:30,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-05 12:30:30,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-05 12:30:30,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'etcd_ip': u'192.168.120.20', 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.20', u'hss_hostname': u''}. 2018-08-05 12:30:30,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/shared_config 2018-08-05 12:30:30,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', '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.20', u'hss_hostname': u''}. 2018-08-05 12:30:30,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-05 12:30:30,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:30:30,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:30:30,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:30:30,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:30:30,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/89RTW/install-etcd.sh 2018-08-05 12:30:30,133 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] 2018-08-05 12:30:30,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] repo129 2018-08-05 12:30:30,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/89RTW/install-etcd.sh 2018-08-05 12:30:30,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Configure the APT software source 2018-08-05 12:30:30,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo apt 2018-08-05 12:30:30,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-scvoel Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Hit http://security.ubuntu.com trusty-security InRelease Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease Hit http://security.ubuntu.com trusty-security/main Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://security.ubuntu.com trusty-security/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Hit http://security.ubuntu.com trusty-security/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources Hit http://security.ubuntu.com trusty-security/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources Hit http://security.ubuntu.com trusty-security/main Translation-en Ign http://repo.cw-ngv.com binary/ Translation-en_US Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources Hit http://security.ubuntu.com trusty-security/universe Translation-en Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty Release Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en Ign http://nova.clouds.archive.ubuntu.com trusty/main Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en_US Ign http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en_US Fetched 25.0 kB in 9s (2,765 B/s) Reading package lists... real 0m10.638s user 0m2.712s sys 0m0.319s 2018-08-05 12:30:30,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Now install the software 2018-08-05 12:30:30,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-05 12:30:30,135 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:30:30,227 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:30:30,227 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:30:30,227 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:30:30,227 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:30:30,227 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:30:30,228 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:30:30,228 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:30:30,228 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:30:30,228 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:30:30,228 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:30:30 GMT 2018-08-05 12:30:30,228 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:30:30,228 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:30:30,228 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:30:35,234 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:30:35,308 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:30:35,308 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:30:35,308 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:30:35,309 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:30:35,309 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:30:35,309 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:30:35,309 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:30:35,309 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1481, "offset": 1466, "size": 50}}} 2018-08-05 12:30:35,309 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:30:35,309 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:30:35 GMT 2018-08-05 12:30:35,309 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:30:35,309 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:30:35,309 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:30:35,310 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:30:35,387 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:30:35,387 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:30:35,387 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:30:35,387 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:30:35,387 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:30:35,388 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:30:35,388 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:30:35,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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:30:35,388 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:30:35,388 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:30:35 GMT 2018-08-05 12:30:35,388 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:30:35,388 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:30:35,388 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:30:40,394 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:30:40,483 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:30:40,483 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:30:40,483 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:30:40,483 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:30:40,483 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:30:40,484 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:30:40,484 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:30:40,484 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1481, "offset": 1466, "size": 50}}} 2018-08-05 12:30:40,484 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:30:40,484 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:30:40 GMT 2018-08-05 12:30:40,484 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:30:40,484 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:30:40,484 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:30:40,485 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:30:40,584 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:30:40,584 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:30:40,584 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:30:40,584 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:30:40,584 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:30:40,584 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:30:40,584 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:30:40,584 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:30:40,585 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:30:40,585 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:30:40 GMT 2018-08-05 12:30:40,585 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:30:40,585 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:30:40,585 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:30:45,590 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:30:45,664 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:30:45,664 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:30:45,664 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:30:45,664 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:30:45,664 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:30:45,664 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:30:45,664 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:30:45,665 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1481, "offset": 1466, "size": 50}}} 2018-08-05 12:30:45,665 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:30:45,665 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:30:45 GMT 2018-08-05 12:30:45,665 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:30:45,665 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:30:45,665 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:30:45,665 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:30:45,724 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:30:45,724 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:30:45,725 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:30:45,725 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:30:45,725 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:30:45,725 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:30:45,725 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:30:45,725 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:30:45,725 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:30:45,725 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:30:45 GMT 2018-08-05 12:30:45,725 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:30:45,726 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:30:45,726 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:30:50,731 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:30:50,798 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:30:50,798 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:30:50,798 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:30:50,798 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:30:50,799 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:30:50,799 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:30:50,799 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:30:50,799 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1481, "offset": 1466, "size": 50}}} 2018-08-05 12:30:50,799 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:30:50,799 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:30:50 GMT 2018-08-05 12:30:50,799 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:30:50,799 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:30:50,799 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:30:50,800 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:30:50,874 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:30:50,874 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:30:50,874 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:30:50,874 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:30:50,874 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:30:50,874 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:30:50,874 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:30:50,874 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:30:50,875 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:30:50,875 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:30:50 GMT 2018-08-05 12:30:50,875 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:30:50,875 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:30:50,875 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:30:55,880 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:30:55,959 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:30:55,959 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:30:55,959 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:30:55,959 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:30:55,959 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:30:55,959 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:30:55,959 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:30:55,960 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1481, "offset": 1466, "size": 50}}} 2018-08-05 12:30:55,960 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:30:55,960 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:30:55 GMT 2018-08-05 12:30:55,960 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:30:55,960 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:30:55,960 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:30:55,960 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:30:56,093 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:30:56,093 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:30:56,093 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:30:56,093 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:30:56,094 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:30:56,094 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:30:56,094 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:30:56,094 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:30:56,094 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:30:56,094 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:30:56 GMT 2018-08-05 12:30:56,094 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:30:56,094 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:30:56,094 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:01,100 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:31:01,173 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:01,173 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:01,173 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:01,173 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:01,174 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:01,174 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:01,174 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:01,174 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1481, "offset": 1466, "size": 50}}} 2018-08-05 12:31:01,174 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:01,174 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:01 GMT 2018-08-05 12:31:01,174 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:01,174 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:31:01,174 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:01,175 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:31:01,263 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:01,263 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:01,263 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:01,263 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:01,263 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:01,263 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:01,264 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:01,264 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:31:01,264 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:01,264 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:01 GMT 2018-08-05 12:31:01,264 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:01,264 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:31:01,264 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:06,270 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:31:06,341 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:06,341 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:06,341 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:06,341 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:06,341 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:06,341 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:06,342 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:06,342 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:04.984Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-scvoel\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 0 not upgraded.\nNeed to get 85.1 MB of archives.\nAfter this operation, 242 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 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-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libzmq3 amd64 4.0.4+dfsg-2 [129 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-153.203 [772 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 12s (6,703 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51395 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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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-2) ...\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-153.203) ...\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 8949\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\t0m53.092s\nuser\t0m18.702s\nsys\t0m8.079s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:04.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:06.000Z", "message": "[etcd] sudo ifconfig ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:06.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:06.000Z", "message": "[etcd] /usr/share/clearwater/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:06.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:06.000Z", "message": "[etcd] => \nreal\t0m0.011s\nuser\t0m0.007s\nsys\t0m0.004s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:06.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:06.000Z", "message": "[etcd] The software is installed", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:06.000Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}], "metadata": {"pagination": {"total": 1486, "offset": 1466, "size": 50}}} 2018-08-05 12:31:06,342 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:06,342 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:06 GMT 2018-08-05 12:31:06,342 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:06,342 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 46621 2018-08-05 12:31:06,342 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:06,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-scvoel 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 0 not upgraded. Need to get 85.1 MB of archives. After this operation, 242 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-etcd 1.0-171218.103208 [16.9 MB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libzmq3 amd64 4.0.4+dfsg-2 [129 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-153.203 [772 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 12s (6,703 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51395 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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-2) ... 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-153.203) ... 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 8949 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 0m53.092s user 0m18.702s sys 0m8.079s 2018-08-05 12:31:06,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ifconfig 2018-08-05 12:31:06,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] /usr/share/clearwater/clearwater 2018-08-05 12:31:06,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => real 0m0.011s user 0m0.007s sys 0m0.004s 2018-08-05 12:31:06,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] The software is installed 2018-08-05 12:31:06,346 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:31:06,404 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:06,404 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:06,404 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:06,405 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:06,405 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:06,405 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:06,405 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:06,405 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:31:06,405 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:06,405 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:06 GMT 2018-08-05 12:31:06,405 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:06,405 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:31:06,405 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:11,406 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:31:11,504 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:11,504 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:11,504 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:11,504 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:11,504 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:11,504 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:11,504 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:11,505 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:07.005Z", "message": "[etcd] sudo ps ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:07.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:07.005Z", "message": "[etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:08:ba:4f \n inet addr:192.168.120.20 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe08:ba4f/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:71933 errors:0 dropped:0 overruns:0 frame:0\n TX packets:27948 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:123427262 (123.4 MB) TX bytes:4574266 (4.5 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:167 errors:0 dropped:0 overruns:0 frame:0\n TX packets:167 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:13801 (13.8 KB) TX bytes:13801 (13.8 KB)\n\n\nreal\t0m0.006s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:07.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:07.005Z", "message": "[etcd] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 12:28 ? 00:00:00 /sbin/init\nroot 2 0 0 12:28 ? 00:00:00 [kthreadd]\nroot 3 2 0 12:28 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 12:28 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 12:28 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 12:28 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 12:28 ? 00:00:00 [rcu_sched]\nroot 8 2 0 12:28 ? 00:00:00 [rcuos/0]\nroot 9 2 0 12:28 ? 00:00:00 [rcuos/1]\nroot 10 2 0 12:28 ? 00:00:00 [rcu_bh]\nroot 11 2 0 12:28 ? 00:00:00 [rcuob/0]\nroot 12 2 0 12:28 ? 00:00:00 [rcuob/1]\nroot 13 2 0 12:28 ? 00:00:00 [migration/0]\nroot 14 2 0 12:28 ? 00:00:00 [watchdog/0]\nroot 15 2 0 12:28 ? 00:00:00 [watchdog/1]\nroot 16 2 0 12:28 ? 00:00:00 [migration/1]\nroot 17 2 0 12:28 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 12:28 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 12:28 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 12:28 ? 00:00:00 [khelper]\nroot 21 2 0 12:28 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 12:28 ? 00:00:00 [netns]\nroot 23 2 0 12:28 ? 00:00:00 [writeback]\nroot 24 2 0 12:28 ? 00:00:00 [kintegrityd]\nroot 25 2 0 12:28 ? 00:00:00 [bioset]\nroot 26 2 0 12:28 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 12:28 ? 00:00:00 [kblockd]\nroot 28 2 0 12:28 ? 00:00:00 [ata_sff]\nroot 29 2 0 12:28 ? 00:00:00 [khubd]\nroot 30 2 0 12:28 ? 00:00:00 [md]\nroot 31 2 0 12:28 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 12:28 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 12:28 ? 00:00:00 [khungtaskd]\nroot 35 2 0 12:28 ? 00:00:00 [kswapd0]\nroot 36 2 0 12:28 ? 00:00:00 [vmstat]\nroot 37 2 0 12:28 ? 00:00:00 [ksmd]\nroot 38 2 0 12:28 ? 00:00:00 [khugepaged]\nroot 39 2 0 12:28 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 12:28 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 12:28 ? 00:00:00 [crypto]\nroot 53 2 0 12:28 ? 00:00:00 [kthrotld]\nroot 54 2 0 12:28 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 12:28 ? 00:00:00 [vballoon]\nroot 56 2 0 12:28 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 12:28 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 12:28 ? 00:00:00 [scsi_eh_1]\nroot 59 2 0 12:28 ? 00:00:00 [kworker/u4:2]\nroot 60 2 0 12:28 ? 00:00:00 [kworker/u4:3]\nroot 79 2 0 12:28 ? 00:00:00 [deferwq]\nroot 80 2 0 12:28 ? 00:00:00 [charger_manager]\nroot 124 2 0 12:28 ? 00:00:00 [kpsmoused]\nroot 127 2 0 12:28 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 12:28 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 12:28 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 12:28 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 443 2 0 12:28 ? 00:00:00 [kworker/u5:1]\nroot 524 1 0 12:28 ? 00:00:00 upstart-socket-bridge --daemon\nroot 570 1 0 12:28 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 823 2 0 12:28 ? 00:00:00 [kauditd]\nmessage+ 900 1 0 12:28 ? 00:00:00 dbus-daemon --system --fork\nroot 935 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-logind\nroot 953 1 0 12:28 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1006 1 0 12:28 ? 00:00:00 rsyslogd\nroot 1054 1 0 12:28 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1057 1 0 12:28 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1063 1 0 12:28 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1064 1 0 12:28 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1066 1 0 12:28 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1110 1 0 12:28 ? 00:00:00 /usr/sbin/sshd -D\nroot 1112 1 0 12:28 ? 00:00:00 cron\ndaemon 1113 1 0 12:28 ? 00:00:00 atd\nroot 1121 1 0 12:28 ? 00:00:00 /usr/sbin/irqbalance\nroot 1132 1 0 12:28 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1202 1 0 12:28 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1208 1 0 12:28 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1455 2 0 12:29 ? 00:00:00 [kworker/1:2]\nubuntu 1655 1 0 12:29 ? 00:00:00 /home/ubuntu/bind_host_scvoel/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_scvoel --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_scvoel --logging-server-logdir=/home/ubuntu/bind_host_scvoel/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_scvoel/work/bind_host_scvoel%I.log --pidfile=/home/ubuntu/bind_host_scvoel/work/bind_host_scvoel.pid\nubuntu 1694 1655 0 12:29 ? 00:00:00 /home/ubuntu/bind_host_scvoel/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_scvoel --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_scvoel --logging-server-logdir=/home/ubuntu/bind_host_scvoel/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_scvoel/work/bind_host_scvoel%I.log --pidfile=/home/ubuntu/bind_host_scvoel/work/bind_host_scvoel.pid\nubuntu 1769 1 0 12:29 ? 00:00:00 python2.7 /home/ubuntu/bind_host_scvoel/env/bin/diamond --configfile /home/ubuntu/bind_host_scvoel/work/plugins/diamond/etc/diamond.conf\nbind 2435 1 0 12:29 ? 00:00:00 /usr/sbin/named -u bind\nubuntu 2488 1694 0 12:29 ? 00:00:00 /home/ubuntu/bind_host_scvoel/env/bin/python2.7 /home/ubuntu/bind_host_scvoel/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-IJopOI\nubuntu 2499 2488 0 12:29 ? 00:00:00 /bin/sh -c /tmp/89RTW/install-etcd.sh\nubuntu 2501 2499 0 12:29 ? 00:00:00 /bin/bash -e /tmp/89RTW/install-etcd.sh\nroot 2779 2 0 12:30 ? 00:00:00 [kworker/u5:2]\nntp 8543 1 0 12:30 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 9082 1 0 12:30 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9091 9082 0 12:30 ? 00:00:00 [check-monit-upt] \nclearwa+ 9160 1 0 12:30 ? 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.20:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.20 --name 192-168-120-20 --debug --initial-cluster 192-168-120-20=http://192.168.120.20:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.20:2380 --listen-peer-urls http://192.168.120.20:2380\nroot 9180 9082 0 12:30 ? 00:00:00 [check-etcd-upti] \nroot 9182 9082 0 12:30 ? 00:00:00 [poll_etcd_clust] \nroot 9184 9082 0 12:30 ? 00:00:00 [poll_etcd.sh] \nroot 9215 1 0 12:30 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9224 9215 0 12:30 ? 00:00:00 inotifywait -e create -qq .\nubuntu 9380 2501 0 12:31 ? 00:00:00 /bin/bash -e /tmp/89RTW/install-etcd.sh\nubuntu 9381 9380 0 12:31 ? 00:00:00 /bin/bash -e /tmp/89RTW/install-etcd.sh\nroot 9382 9381 0 12:31 ? 00:00:00 sudo ps -edf\nroot 9383 9382 0 12:31 ? 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-05T12:31:07.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:07.005Z", "message": "[etcd] sudo netstat ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:07.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:07.005Z", "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.20:53 0.0.0.0:* LISTEN 2435/named \ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2435/named \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1110/sshd \ntcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2435/named \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9082/monit \ntcp 0 0 192.168.120.20:2380 0.0.0.0:* LISTEN 9160/etcd \ntcp6 0 0 :::53 :::* LISTEN 2435/named \ntcp6 0 0 :::22 :::* LISTEN 1110/sshd \ntcp6 0 0 ::1:953 :::* LISTEN 2435/named \ntcp6 0 0 :::4000 :::* LISTEN 9160/etcd \nudp 0 0 0.0.0.0:36980 0.0.0.0:* 570/dhclient \nudp 0 0 192.168.120.20:123 0.0.0.0:* 8543/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8543/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8543/ntpd \nudp 0 0 192.168.120.20:53 0.0.0.0:* 2435/named \nudp 0 0 127.0.0.1:53 0.0.0.0:* 2435/named \nudp 0 0 0.0.0.0:68 0.0.0.0:* 570/dhclient \nudp6 0 0 fe80::f816:3eff:fe0:123 :::* 8543/ntpd \nudp6 0 0 ::1:123 :::* 8543/ntpd \nudp6 0 0 :::123 :::* 8543/ntpd \nudp6 0 0 :::20620 :::* 570/dhclient \nudp6 0 0 :::53 :::* 2435/named \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 11116 1655/python2.7 /tmp/cloudify-logging-server-74370.socket\nunix 2 [ ACC ] STREAM LISTENING 1469 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 13724 2488/python2.7 /tmp/ctx-YDyN_A.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7363 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 7893 900/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 8174 1132/acpid /var/run/acpid.socket\n\nreal\t0m0.008s\nuser\t0m0.004s\nsys\t0m0.003s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:07.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:08.009Z", "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.009s\nuser\t0m0.004s\nsys\t0m0.004s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:08.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:08.009Z", "message": "[etcd] => /var/log/cloud-init-output.log\n/var/log/wtmp\n/var/log/syslog\n/var/log/landscape/sysinfo.log\n/var/log/sysstat/clearwater-sa05\n/var/log/sysstat/sa05\n/var/log/kern.log\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/dpkg.log\n/var/log/udev\n/var/log/clearwater-diags-monitor.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-etcd/clearwater-etcd.log\n/var/log/btmp\n/var/log/cloud-init.log\n/var/log/monit.log\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/lastlog\n/var/log/iotop.log\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/alternatives.log\n/var/log/dmesg\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/auth.log\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:08.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:08.009Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:08.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:08.009Z", "message": "[etcd] sudo find /var/log ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:08.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:08.009Z", "message": "[etcd] sudo pstree", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:08.009Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:09.014Z", "message": "[etcd] => [05-Aug-2018 12:30:59 UTC] clearwater-diags-monitor starting\n[05-Aug-2018 12:30:59 UTC] Waiting for trigger files\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:09.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:09.014Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:09.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:09.014Z", "message": "[etcd] => 2018-08-05 12:30:52.722727988 Stopping etcd clearwater-etcd\n2018-08-05 12:30:58.741542401 Restarting etcd clearwater-etcd\n2018-08-05 12:30:58.746289013 Configured ETCDCTL_PEERS: \n2018-08-05 12:30:58.746984804 Check for previous failed startup attempt\n2018-08-05 12:30:58.748107333 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-05 12:30:58.759011633 etcdctl returned 2\n2018-08-05 12:30:58.765246637 Creating new cluster...\n2018-08-05 12:30:58.767995854 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.20:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.20\n --name 192-168-120-20\n --debug --initial-cluster 192-168-120-20=http://192.168.120.20:2380,\n --initial-cluster-state new\n --initial-advertise-peer-urls http://192.168.120.20:2380\n --listen-peer-urls http://192.168.120.20:2380\n2018-08-05 12:30:58.769609717 Check we're actually a member of the cluster\n2018-08-05 12:30:58.778179185 Wait for etcd to startup\n2018-08-05 12:30:59.788906810 Etcd started successfully\n2018-08-05 12:30:58.792829 I | etcdmain: etcd Version: 3.1.7\n2018-08-05 12:30:58.792870 I | etcdmain: Git SHA: 43b7507\n2018-08-05 12:30:58.792875 I | etcdmain: Go Version: go1.7.5\n2018-08-05 12:30:58.792878 I | etcdmain: Go OS/Arch: linux/amd64\n2018-08-05 12:30:58.792882 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2018-08-05 12:30:58.792954 I | embed: listening for peers on http://192.168.120.20:2380\n2018-08-05 12:30:58.793079 I | embed: listening for client requests on 0.0.0.0:4000\n2018-08-05 12:30:58.828820 I | etcdserver: name = 192-168-120-20\n2018-08-05 12:30:58.828836 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.20\n2018-08-05 12:30:58.828841 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.20/member\n2018-08-05 12:30:58.828845 I | etcdserver: heartbeat = 100ms\n2018-08-05 12:30:58.828848 I | etcdserver: election = 1000ms\n2018-08-05 12:30:58.828852 I | etcdserver: snapshot count = 10000\n2018-08-05 12:30:58.828859 I | etcdserver: advertise client URLs = http://192.168.120.20:4000\n2018-08-05 12:30:58.828864 I | etcdserver: initial advertise peer URLs = http://192.168.120.20:2380\n2018-08-05 12:30:58.828881 I | etcdserver: initial cluster = 192-168-120-20=http://192.168.120.20:2380\n2018-08-05 12:30:58.836860 I | etcdserver: starting member 97faac099366e92f in cluster a930ab78b7477820\n2018-08-05 12:30:58.836889 I | raft: 97faac099366e92f became follower at term 0\n2018-08-05 12:30:58.836903 I | raft: newRaft 97faac099366e92f [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2018-08-05 12:30:58.836907 I | raft: 97faac099366e92f became follower at term 1\n2018-08-05 12:30:58.857094 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2018-08-05 12:30:58.857873 I | etcdserver/membership: added member 97faac099366e92f [http://192.168.120.20:2380] to cluster a930ab78b7477820\n2018-08-05 12:30:59.437252 I | raft: 97faac099366e92f is starting a new election at term 1\n2018-08-05 12:30:59.437483 I | raft: 97faac099366e92f became candidate at term 2\n2018-08-05 12:30:59.437501 I | raft: 97faac099366e92f received MsgVoteResp from 97faac099366e92f at term 2\n2018-08-05 12:30:59.437514 I | raft: 97faac099366e92f became leader at term 2\n2018-08-05 12:30:59.437520 I | raft: raft.node: 97faac099366e92f elected leader 97faac099366e92f at term 2\n2018-08-05 12:30:59.437840 I | etcdserver: published {Name:192-168-120-20 ClientURLs:[http://192.168.120.20:4000]} to cluster a930ab78b7477820\n2018-08-05 12:30:59.437948 I | etcdserver: setting up the initial cluster version to 3.1\n2018-08-05 12:30:59.437989 I | embed: ready to serve client requests\n2018-08-05 12:30:59.438263 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2018-08-05 12:30:59.443332 N | etcdserver/membership: set the initial cluster version to 3.1\n2018-08-05 12:30:59.443396 I | etcdserver/api: enabled capabilities for version 3.1\n2018-08-05 12:30:59.952669 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.20:35622\n2018-08-05 12:30:59.959586 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.20:35623\n2018-08-05 12:30:59.960637 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.20:35624\n2018-08-05 12:31:05.231636 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.20/liveness-check remote:192.168.120.20:35625\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-05T12:31:09.014Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:09.637Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:09.637Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:10.020Z", "message": "Execution done (return_code=0): /tmp/89RTW/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:10.020Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:10.020Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:10.020Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:10.020Z", "message": "[etcd] Installation is done", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:10.020Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "b78b8974-192f-49bd-9af7-c2454b49d53d"}, {"node_instance_id": "bind_eghcph", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:11.054Z", "message": "Starting node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:11.054Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 1506, "offset": 1471, "size": 50}}} 2018-08-05 12:31:11,505 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:11,505 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:11 GMT 2018-08-05 12:31:11,505 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:11,505 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28894 2018-08-05 12:31:11,505 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:11,506 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ps 2018-08-05 12:31:11,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:08:ba:4f inet addr:192.168.120.20 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe08:ba4f/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:71933 errors:0 dropped:0 overruns:0 frame:0 TX packets:27948 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:123427262 (123.4 MB) TX bytes:4574266 (4.5 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:167 errors:0 dropped:0 overruns:0 frame:0 TX packets:167 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:13801 (13.8 KB) TX bytes:13801 (13.8 KB) real 0m0.006s user 0m0.004s sys 0m0.002s 2018-08-05 12:31:11,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 12:28 ? 00:00:00 /sbin/init root 2 0 0 12:28 ? 00:00:00 [kthreadd] root 3 2 0 12:28 ? 00:00:00 [ksoftirqd/0] root 4 2 0 12:28 ? 00:00:00 [kworker/0:0] root 5 2 0 12:28 ? 00:00:00 [kworker/0:0H] root 6 2 0 12:28 ? 00:00:00 [kworker/u4:0] root 7 2 0 12:28 ? 00:00:00 [rcu_sched] root 8 2 0 12:28 ? 00:00:00 [rcuos/0] root 9 2 0 12:28 ? 00:00:00 [rcuos/1] root 10 2 0 12:28 ? 00:00:00 [rcu_bh] root 11 2 0 12:28 ? 00:00:00 [rcuob/0] root 12 2 0 12:28 ? 00:00:00 [rcuob/1] root 13 2 0 12:28 ? 00:00:00 [migration/0] root 14 2 0 12:28 ? 00:00:00 [watchdog/0] root 15 2 0 12:28 ? 00:00:00 [watchdog/1] root 16 2 0 12:28 ? 00:00:00 [migration/1] root 17 2 0 12:28 ? 00:00:00 [ksoftirqd/1] root 18 2 0 12:28 ? 00:00:00 [kworker/1:0] root 19 2 0 12:28 ? 00:00:00 [kworker/1:0H] root 20 2 0 12:28 ? 00:00:00 [khelper] root 21 2 0 12:28 ? 00:00:00 [kdevtmpfs] root 22 2 0 12:28 ? 00:00:00 [netns] root 23 2 0 12:28 ? 00:00:00 [writeback] root 24 2 0 12:28 ? 00:00:00 [kintegrityd] root 25 2 0 12:28 ? 00:00:00 [bioset] root 26 2 0 12:28 ? 00:00:00 [kworker/u5:0] root 27 2 0 12:28 ? 00:00:00 [kblockd] root 28 2 0 12:28 ? 00:00:00 [ata_sff] root 29 2 0 12:28 ? 00:00:00 [khubd] root 30 2 0 12:28 ? 00:00:00 [md] root 31 2 0 12:28 ? 00:00:00 [devfreq_wq] root 32 2 0 12:28 ? 00:00:00 [kworker/0:1] root 34 2 0 12:28 ? 00:00:00 [khungtaskd] root 35 2 0 12:28 ? 00:00:00 [kswapd0] root 36 2 0 12:28 ? 00:00:00 [vmstat] root 37 2 0 12:28 ? 00:00:00 [ksmd] root 38 2 0 12:28 ? 00:00:00 [khugepaged] root 39 2 0 12:28 ? 00:00:00 [fsnotify_mark] root 40 2 0 12:28 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 12:28 ? 00:00:00 [crypto] root 53 2 0 12:28 ? 00:00:00 [kthrotld] root 54 2 0 12:28 ? 00:00:00 [kworker/u4:1] root 55 2 0 12:28 ? 00:00:00 [vballoon] root 56 2 0 12:28 ? 00:00:00 [kworker/1:1] root 57 2 0 12:28 ? 00:00:00 [scsi_eh_0] root 58 2 0 12:28 ? 00:00:00 [scsi_eh_1] root 59 2 0 12:28 ? 00:00:00 [kworker/u4:2] root 60 2 0 12:28 ? 00:00:00 [kworker/u4:3] root 79 2 0 12:28 ? 00:00:00 [deferwq] root 80 2 0 12:28 ? 00:00:00 [charger_manager] root 124 2 0 12:28 ? 00:00:00 [kpsmoused] root 127 2 0 12:28 ? 00:00:00 [kworker/0:2] root 186 2 0 12:28 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 12:28 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 12:28 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 443 2 0 12:28 ? 00:00:00 [kworker/u5:1] root 524 1 0 12:28 ? 00:00:00 upstart-socket-bridge --daemon root 570 1 0 12:28 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 823 2 0 12:28 ? 00:00:00 [kauditd] message+ 900 1 0 12:28 ? 00:00:00 dbus-daemon --system --fork root 935 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-logind root 953 1 0 12:28 ? 00:00:00 upstart-file-bridge --daemon syslog 1006 1 0 12:28 ? 00:00:00 rsyslogd root 1054 1 0 12:28 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1057 1 0 12:28 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1063 1 0 12:28 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1064 1 0 12:28 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1066 1 0 12:28 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1110 1 0 12:28 ? 00:00:00 /usr/sbin/sshd -D root 1112 1 0 12:28 ? 00:00:00 cron daemon 1113 1 0 12:28 ? 00:00:00 atd root 1121 1 0 12:28 ? 00:00:00 /usr/sbin/irqbalance root 1132 1 0 12:28 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1202 1 0 12:28 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1208 1 0 12:28 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1455 2 0 12:29 ? 00:00:00 [kworker/1:2] ubuntu 1655 1 0 12:29 ? 00:00:00 /home/ubuntu/bind_host_scvoel/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_scvoel --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_scvoel --logging-server-logdir=/home/ubuntu/bind_host_scvoel/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_scvoel/work/bind_host_scvoel%I.log --pidfile=/home/ubuntu/bind_host_scvoel/work/bind_host_scvoel.pid ubuntu 1694 1655 0 12:29 ? 00:00:00 /home/ubuntu/bind_host_scvoel/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_scvoel --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_scvoel --logging-server-logdir=/home/ubuntu/bind_host_scvoel/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_scvoel/work/bind_host_scvoel%I.log --pidfile=/home/ubuntu/bind_host_scvoel/work/bind_host_scvoel.pid ubuntu 1769 1 0 12:29 ? 00:00:00 python2.7 /home/ubuntu/bind_host_scvoel/env/bin/diamond --configfile /home/ubuntu/bind_host_scvoel/work/plugins/diamond/etc/diamond.conf bind 2435 1 0 12:29 ? 00:00:00 /usr/sbin/named -u bind ubuntu 2488 1694 0 12:29 ? 00:00:00 /home/ubuntu/bind_host_scvoel/env/bin/python2.7 /home/ubuntu/bind_host_scvoel/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-IJopOI ubuntu 2499 2488 0 12:29 ? 00:00:00 /bin/sh -c /tmp/89RTW/install-etcd.sh ubuntu 2501 2499 0 12:29 ? 00:00:00 /bin/bash -e /tmp/89RTW/install-etcd.sh root 2779 2 0 12:30 ? 00:00:00 [kworker/u5:2] ntp 8543 1 0 12:30 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 9082 1 0 12:30 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9091 9082 0 12:30 ? 00:00:00 [check-monit-upt] clearwa+ 9160 1 0 12:30 ? 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.20:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.20 --name 192-168-120-20 --debug --initial-cluster 192-168-120-20=http://192.168.120.20:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.20:2380 --listen-peer-urls http://192.168.120.20:2380 root 9180 9082 0 12:30 ? 00:00:00 [check-etcd-upti] root 9182 9082 0 12:30 ? 00:00:00 [poll_etcd_clust] root 9184 9082 0 12:30 ? 00:00:00 [poll_etcd.sh] root 9215 1 0 12:30 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9224 9215 0 12:30 ? 00:00:00 inotifywait -e create -qq . ubuntu 9380 2501 0 12:31 ? 00:00:00 /bin/bash -e /tmp/89RTW/install-etcd.sh ubuntu 9381 9380 0 12:31 ? 00:00:00 /bin/bash -e /tmp/89RTW/install-etcd.sh root 9382 9381 0 12:31 ? 00:00:00 sudo ps -edf root 9383 9382 0 12:31 ? 00:00:00 ps -edf real 0m0.010s user 0m0.000s sys 0m0.009s 2018-08-05 12:31:11,507 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo netstat 2018-08-05 12:31:11,508 - 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.20:53 0.0.0.0:* LISTEN 2435/named tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2435/named tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1110/sshd tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2435/named tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9082/monit tcp 0 0 192.168.120.20:2380 0.0.0.0:* LISTEN 9160/etcd tcp6 0 0 :::53 :::* LISTEN 2435/named tcp6 0 0 :::22 :::* LISTEN 1110/sshd tcp6 0 0 ::1:953 :::* LISTEN 2435/named tcp6 0 0 :::4000 :::* LISTEN 9160/etcd udp 0 0 0.0.0.0:36980 0.0.0.0:* 570/dhclient udp 0 0 192.168.120.20:123 0.0.0.0:* 8543/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8543/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8543/ntpd udp 0 0 192.168.120.20:53 0.0.0.0:* 2435/named udp 0 0 127.0.0.1:53 0.0.0.0:* 2435/named udp 0 0 0.0.0.0:68 0.0.0.0:* 570/dhclient udp6 0 0 fe80::f816:3eff:fe0:123 :::* 8543/ntpd udp6 0 0 ::1:123 :::* 8543/ntpd udp6 0 0 :::123 :::* 8543/ntpd udp6 0 0 :::20620 :::* 570/dhclient udp6 0 0 :::53 :::* 2435/named Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 11116 1655/python2.7 /tmp/cloudify-logging-server-74370.socket unix 2 [ ACC ] STREAM LISTENING 1469 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 13724 2488/python2.7 /tmp/ctx-YDyN_A.socket unix 2 [ ACC ] SEQPACKET LISTENING 7363 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 7893 900/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 8174 1132/acpid /var/run/acpid.socket real 0m0.008s user 0m0.004s sys 0m0.003s 2018-08-05 12:31:11,508 - 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.009s user 0m0.004s sys 0m0.004s 2018-08-05 12:31:11,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => /var/log/cloud-init-output.log /var/log/wtmp /var/log/syslog /var/log/landscape/sysinfo.log /var/log/sysstat/clearwater-sa05 /var/log/sysstat/sa05 /var/log/kern.log /var/log/apt/term.log /var/log/apt/history.log /var/log/dpkg.log /var/log/udev /var/log/clearwater-diags-monitor.log /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-etcd/clearwater-etcd.log /var/log/btmp /var/log/cloud-init.log /var/log/monit.log /var/log/boot.log /var/log/dmesg.0 /var/log/lastlog /var/log/iotop.log /var/log/upstart/clearwater-monit.log /var/log/upstart/systemd-logind.log /var/log/upstart/container-detect.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/cryptdisks.log /var/log/upstart/rsyslog.log /var/log/upstart/procps-virtual-filesystems.log /var/log/alternatives.log /var/log/dmesg /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/auth.log real 0m0.007s user 0m0.000s sys 0m0.005s 2018-08-05 12:31:11,508 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-08-05 12:31:11,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo find /var/log 2018-08-05 12:31:11,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo pstree 2018-08-05 12:31:11,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => [05-Aug-2018 12:30:59 UTC] clearwater-diags-monitor starting [05-Aug-2018 12:30:59 UTC] Waiting for trigger files real 0m0.005s user 0m0.000s sys 0m0.005s 2018-08-05 12:31:11,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-08-05 12:31:11,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => 2018-08-05 12:30:52.722727988 Stopping etcd clearwater-etcd 2018-08-05 12:30:58.741542401 Restarting etcd clearwater-etcd 2018-08-05 12:30:58.746289013 Configured ETCDCTL_PEERS: 2018-08-05 12:30:58.746984804 Check for previous failed startup attempt 2018-08-05 12:30:58.748107333 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-05 12:30:58.759011633 etcdctl returned 2 2018-08-05 12:30:58.765246637 Creating new cluster... 2018-08-05 12:30:58.767995854 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.20:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.20 --name 192-168-120-20 --debug --initial-cluster 192-168-120-20=http://192.168.120.20:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.20:2380 --listen-peer-urls http://192.168.120.20:2380 2018-08-05 12:30:58.769609717 Check we're actually a member of the cluster 2018-08-05 12:30:58.778179185 Wait for etcd to startup 2018-08-05 12:30:59.788906810 Etcd started successfully 2018-08-05 12:30:58.792829 I | etcdmain: etcd Version: 3.1.7 2018-08-05 12:30:58.792870 I | etcdmain: Git SHA: 43b7507 2018-08-05 12:30:58.792875 I | etcdmain: Go Version: go1.7.5 2018-08-05 12:30:58.792878 I | etcdmain: Go OS/Arch: linux/amd64 2018-08-05 12:30:58.792882 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2018-08-05 12:30:58.792954 I | embed: listening for peers on http://192.168.120.20:2380 2018-08-05 12:30:58.793079 I | embed: listening for client requests on 0.0.0.0:4000 2018-08-05 12:30:58.828820 I | etcdserver: name = 192-168-120-20 2018-08-05 12:30:58.828836 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.20 2018-08-05 12:30:58.828841 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.20/member 2018-08-05 12:30:58.828845 I | etcdserver: heartbeat = 100ms 2018-08-05 12:30:58.828848 I | etcdserver: election = 1000ms 2018-08-05 12:30:58.828852 I | etcdserver: snapshot count = 10000 2018-08-05 12:30:58.828859 I | etcdserver: advertise client URLs = http://192.168.120.20:4000 2018-08-05 12:30:58.828864 I | etcdserver: initial advertise peer URLs = http://192.168.120.20:2380 2018-08-05 12:30:58.828881 I | etcdserver: initial cluster = 192-168-120-20=http://192.168.120.20:2380 2018-08-05 12:30:58.836860 I | etcdserver: starting member 97faac099366e92f in cluster a930ab78b7477820 2018-08-05 12:30:58.836889 I | raft: 97faac099366e92f became follower at term 0 2018-08-05 12:30:58.836903 I | raft: newRaft 97faac099366e92f [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2018-08-05 12:30:58.836907 I | raft: 97faac099366e92f became follower at term 1 2018-08-05 12:30:58.857094 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2018-08-05 12:30:58.857873 I | etcdserver/membership: added member 97faac099366e92f [http://192.168.120.20:2380] to cluster a930ab78b7477820 2018-08-05 12:30:59.437252 I | raft: 97faac099366e92f is starting a new election at term 1 2018-08-05 12:30:59.437483 I | raft: 97faac099366e92f became candidate at term 2 2018-08-05 12:30:59.437501 I | raft: 97faac099366e92f received MsgVoteResp from 97faac099366e92f at term 2 2018-08-05 12:30:59.437514 I | raft: 97faac099366e92f became leader at term 2 2018-08-05 12:30:59.437520 I | raft: raft.node: 97faac099366e92f elected leader 97faac099366e92f at term 2 2018-08-05 12:30:59.437840 I | etcdserver: published {Name:192-168-120-20 ClientURLs:[http://192.168.120.20:4000]} to cluster a930ab78b7477820 2018-08-05 12:30:59.437948 I | etcdserver: setting up the initial cluster version to 3.1 2018-08-05 12:30:59.437989 I | embed: ready to serve client requests 2018-08-05 12:30:59.438263 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2018-08-05 12:30:59.443332 N | etcdserver/membership: set the initial cluster version to 3.1 2018-08-05 12:30:59.443396 I | etcdserver/api: enabled capabilities for version 3.1 2018-08-05 12:30:59.952669 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.20:35622 2018-08-05 12:30:59.959586 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.20:35623 2018-08-05 12:30:59.960637 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.20:35624 2018-08-05 12:31:05.231636 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.20/liveness-check remote:192.168.120.20:35625 real 0m0.005s user 0m0.000s sys 0m0.005s 2018-08-05 12:31:11,509 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:31:11,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/89RTW/install-etcd.sh 2018-08-05 12:31:11,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-08-05 12:31:11,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Installation is done 2018-08-05 12:31:11,510 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:31:11,510 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:31:11,572 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:11,572 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:11,572 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:11,572 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:11,573 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:11,573 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:11,573 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:11,573 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:31:11,573 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:11,573 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:11 GMT 2018-08-05 12:31:11,573 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:11,573 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:31:11,574 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:16,576 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:31:16,652 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:16,652 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:16,652 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:16,652 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:16,652 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:16,653 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:16,653 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:16,653 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:11.927Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/MMB88/clearwater.py", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:11.927Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "23756dc2-70c9-4c67-90b2-b4d5888b8b32"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:12.033Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/6XF5Y/clearwater.py", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:12.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0c9044e3-ce7d-4a23-8656-69a4e2e7bd13"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:12.033Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:12.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0c9044e3-ce7d-4a23-8656-69a4e2e7bd13"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:12.033Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:12.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "23756dc2-70c9-4c67-90b2-b4d5888b8b32"}, {"node_instance_id": "vellum_gqt5rx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:12.058Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:12.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_ygmub3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:12.058Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:12.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_77xqda", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:12.058Z", "message": "Creating node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:12.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_p95kuy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:12.058Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:12.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_77xqda", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:12.058Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:12.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_p95kuy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:12.058Z", "message": "Creating node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:12.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_ydi6h4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:12.058Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:12.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_ygmub3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:12.058Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:12.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_p95kuy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:12.058Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:12.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_ydi6h4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:12.058Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:12.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_n1ei3t", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:12.058Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:12.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_gqt5rx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:12.058Z", "message": "Creating node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:12.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_n1ei3t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:12.058Z", "message": "Creating node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:12.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_n1ei3t", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:12.058Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:12.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_77xqda", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:12.058Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:12.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_gqt5rx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:12.058Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:12.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_ygmub3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:12.058Z", "message": "Creating node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:12.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_ydi6h4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:12.058Z", "message": "Creating node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:12.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_gqt5rx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.097Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.097Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "15291549-38cc-4774-8d47-73ee4bf0f1ff"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "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-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "15291549-38cc-4774-8d47-73ee4bf0f1ff"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'etcd_ip': u'192.168.120.20', 'name': u'ellis-p95kuy', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.32'}.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "c812fd7e-4acc-4193-88ac-cfde4739f2c9"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "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-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "23756dc2-70c9-4c67-90b2-b4d5888b8b32"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8e66ed72-fd3b-4fd0-8091-1bf94efa0119"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "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-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8e66ed72-fd3b-4fd0-8091-1bf94efa0119"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "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-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "23756dc2-70c9-4c67-90b2-b4d5888b8b32"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "c812fd7e-4acc-4193-88ac-cfde4739f2c9"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "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-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "23756dc2-70c9-4c67-90b2-b4d5888b8b32"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "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-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0c9044e3-ce7d-4a23-8656-69a4e2e7bd13"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/CU3BR/clearwater.py", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "15291549-38cc-4774-8d47-73ee4bf0f1ff"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "15291549-38cc-4774-8d47-73ee4bf0f1ff"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "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-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0c9044e3-ce7d-4a23-8656-69a4e2e7bd13"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "[localhost] run: sudo mv /tmp/tmppDVRrQ /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "23756dc2-70c9-4c67-90b2-b4d5888b8b32"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.20', 'name': u'homer-ygmub3', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.31'}.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "06c69c32-43b4-46ff-bc1c-eba400e85016"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.20', 'name': u'sprout-77xqda', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.13'}.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8e66ed72-fd3b-4fd0-8091-1bf94efa0119"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'etcd_ip': u'192.168.120.20', 'name': u'bono-ydi6h4', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.9'}.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "15291549-38cc-4774-8d47-73ee4bf0f1ff"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "[localhost] run: sudo mv /tmp/tmpLuaiGG /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0c9044e3-ce7d-4a23-8656-69a4e2e7bd13"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "Building a dict object that will contain variables to write to the Jinja2 template.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "c812fd7e-4acc-4193-88ac-cfde4739f2c9"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "[localhost] run: sudo mv /tmp/tmpGqO8nT /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "c812fd7e-4acc-4193-88ac-cfde4739f2c9"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "06c69c32-43b4-46ff-bc1c-eba400e85016"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "23756dc2-70c9-4c67-90b2-b4d5888b8b32"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "[localhost] run: sudo mv /tmp/tmpvpa5Ue /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "23756dc2-70c9-4c67-90b2-b4d5888b8b32"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/FTFO0/clearwater.py", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "06c69c32-43b4-46ff-bc1c-eba400e85016"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8e66ed72-fd3b-4fd0-8091-1bf94efa0119"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "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-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8e66ed72-fd3b-4fd0-8091-1bf94efa0119"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.20', 'name': u'vellum-gqt5rx', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.3'}.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "23756dc2-70c9-4c67-90b2-b4d5888b8b32"}], "metadata": {"pagination": {"total": 1647, "offset": 1489, "size": 50}}} 2018-08-05 12:31:16,653 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:16,653 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:16 GMT 2018-08-05 12:31:16,653 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:16,653 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26683 2018-08-05 12:31:16,653 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:16,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/MMB88/clearwater.py 2018-08-05 12:31:16,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/6XF5Y/clearwater.py 2018-08-05 12:31:16,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-08-05 12:31:16,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-08-05 12:31:16,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:31:16,655 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:31:16,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:31:16,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:31:16,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:31:16,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:31:16,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:31:16,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:31:16,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:31:16,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:31:16,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:31:16,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:31:16,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:31:16,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:31:16,657 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:31:16,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:31:16,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:31:16,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-08-05 12:31:16,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:31:16,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-08-05 12:31:16,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-05 12:31:16,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'etcd_ip': u'192.168.120.20', 'name': u'ellis-p95kuy', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.32'}. 2018-08-05 12:31:16,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-08-05 12:31:16,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-08-05 12:31:16,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-08-05 12:31:16,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-08-05 12:31:16,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-08-05 12:31:16,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-08-05 12:31:16,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-08-05 12:31:16,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/CU3BR/clearwater.py 2018-08-05 12:31:16,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-08-05 12:31:16,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-08-05 12:31:16,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmppDVRrQ /etc/clearwater/local_config 2018-08-05 12:31:16,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.20', 'name': u'homer-ygmub3', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.31'}. 2018-08-05 12:31:16,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.20', 'name': u'sprout-77xqda', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.13'}. 2018-08-05 12:31:16,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'etcd_ip': u'192.168.120.20', 'name': u'bono-ydi6h4', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.9'}. 2018-08-05 12:31:16,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpLuaiGG /etc/clearwater/local_config 2018-08-05 12:31:16,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-05 12:31:16,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpGqO8nT /etc/clearwater/local_config 2018-08-05 12:31:16,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-08-05 12:31:16,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-08-05 12:31:16,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpvpa5Ue /etc/dnsmasq.resolv.conf 2018-08-05 12:31:16,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/FTFO0/clearwater.py 2018-08-05 12:31:16,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-08-05 12:31:16,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-05 12:31:16,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.20', 'name': u'vellum-gqt5rx', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.3'}. 2018-08-05 12:31:16,662 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:31:16,723 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:16,723 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:16,724 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:16,724 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:16,724 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:16,724 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:16,724 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:16,724 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:31:16,724 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:16,724 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:16 GMT 2018-08-05 12:31:16,725 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:16,725 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:31:16,725 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:21,730 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:31:21,857 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:21,858 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:21,858 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:21,858 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:21,858 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:21,858 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:21,858 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:21,858 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "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-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0c9044e3-ce7d-4a23-8656-69a4e2e7bd13"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "The config dict: {'public_ip': u'172.30.9.203', 'etcd_ip': u'192.168.120.20', 'name': u'bono-ydi6h4', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.9'}.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "15291549-38cc-4774-8d47-73ee4bf0f1ff"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "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-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8e66ed72-fd3b-4fd0-8091-1bf94efa0119"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "[localhost] run: sudo mv /tmp/tmpLuaiGG /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0c9044e3-ce7d-4a23-8656-69a4e2e7bd13"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "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-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0c9044e3-ce7d-4a23-8656-69a4e2e7bd13"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'etcd_ip': u'192.168.120.20', 'name': u'ellis-p95kuy', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.32'}.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "c812fd7e-4acc-4193-88ac-cfde4739f2c9"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.20', 'name': u'dime-n1ei3t', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.10'}.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0c9044e3-ce7d-4a23-8656-69a4e2e7bd13"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/FTFO0/clearwater.py", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "06c69c32-43b4-46ff-bc1c-eba400e85016"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "c812fd7e-4acc-4193-88ac-cfde4739f2c9"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "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-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0c9044e3-ce7d-4a23-8656-69a4e2e7bd13"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "15291549-38cc-4774-8d47-73ee4bf0f1ff"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "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-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "c812fd7e-4acc-4193-88ac-cfde4739f2c9"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.20', 'name': u'vellum-gqt5rx', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.3'}.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "23756dc2-70c9-4c67-90b2-b4d5888b8b32"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "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-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "23756dc2-70c9-4c67-90b2-b4d5888b8b32"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "[localhost] run: sudo mv /tmp/tmpvpa5Ue /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "23756dc2-70c9-4c67-90b2-b4d5888b8b32"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "23756dc2-70c9-4c67-90b2-b4d5888b8b32"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "[localhost] run: sudo mv /tmp/tmpGqO8nT /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "c812fd7e-4acc-4193-88ac-cfde4739f2c9"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:13.110Z", "message": "[localhost] run: sudo mv /tmp/tmppDVRrQ /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:13.110Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "23756dc2-70c9-4c67-90b2-b4d5888b8b32"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.141Z", "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-05T12:31:14.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "c812fd7e-4acc-4193-88ac-cfde4739f2c9"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.141Z", "message": "[localhost] run: sudo mv /tmp/tmpMzOiH9 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:14.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "15291549-38cc-4774-8d47-73ee4bf0f1ff"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.141Z", "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-05T12:31:14.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "c812fd7e-4acc-4193-88ac-cfde4739f2c9"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.141Z", "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-05T12:31:14.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "06c69c32-43b4-46ff-bc1c-eba400e85016"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.141Z", "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-05T12:31:14.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "15291549-38cc-4774-8d47-73ee4bf0f1ff"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.141Z", "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-05T12:31:14.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8e66ed72-fd3b-4fd0-8091-1bf94efa0119"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.141Z", "message": "[localhost] run: sudo mv /tmp/tmp_g3BBz /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:14.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "06c69c32-43b4-46ff-bc1c-eba400e85016"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.141Z", "message": "[localhost] run: sudo mv /tmp/tmpkFoujw /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:14.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8e66ed72-fd3b-4fd0-8091-1bf94efa0119"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.141Z", "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-05T12:31:14.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "15291549-38cc-4774-8d47-73ee4bf0f1ff"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.141Z", "message": "[localhost] run: sudo mv /tmp/tmpdJGP1J /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:14.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "c812fd7e-4acc-4193-88ac-cfde4739f2c9"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.141Z", "message": "[localhost] run: sudo mv /tmp/tmpP7Vu_B /etc/clearwater/local_config", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:14.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "15291549-38cc-4774-8d47-73ee4bf0f1ff"}, {"node_instance_id": "vellum_gqt5rx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.143Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:14.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_77xqda", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.143Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:14.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_gqt5rx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.143Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:14.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_p95kuy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.143Z", "message": "Configuring node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:14.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_n1ei3t", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.143Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:14.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_ygmub3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.143Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:14.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_n1ei3t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.143Z", "message": "Configuring node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:14.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_ydi6h4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.143Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:14.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_gqt5rx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.143Z", "message": "Configuring node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:14.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.143Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:14.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_n1ei3t", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.143Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:14.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.143Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:14.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_p95kuy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.143Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:14.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_ygmub3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:14.143Z", "message": "Configuring node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:14.143Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.147Z", "message": "Executing: /tmp/P52X0/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.147Z", "message": "Executing: /tmp/8HOF3/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.147Z", "message": "[dime] ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.147Z", "message": "Executing: /tmp/FD455/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.147Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/DRNK9/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8a14e043-ffc4-4e1b-a761-9750e8713597"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.147Z", "message": "Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/KMKDY/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.147Z", "message": "Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/8HOF3/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}], "metadata": {"pagination": {"total": 1652, "offset": 1539, "size": 50}}} 2018-08-05 12:31:21,858 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:21,859 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:21 GMT 2018-08-05 12:31:21,859 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:21,859 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27062 2018-08-05 12:31:21,859 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:21,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-08-05 12:31:21,860 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.203', 'etcd_ip': u'192.168.120.20', 'name': u'bono-ydi6h4', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.9'}. 2018-08-05 12:31:21,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-08-05 12:31:21,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpLuaiGG /etc/clearwater/local_config 2018-08-05 12:31:21,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-05 12:31:21,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'etcd_ip': u'192.168.120.20', 'name': u'ellis-p95kuy', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.32'}. 2018-08-05 12:31:21,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.20', 'name': u'dime-n1ei3t', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.10'}. 2018-08-05 12:31:21,861 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/FTFO0/clearwater.py 2018-08-05 12:31:21,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-08-05 12:31:21,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-08-05 12:31:21,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-08-05 12:31:21,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-08-05 12:31:21,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.20', 'name': u'vellum-gqt5rx', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.3'}. 2018-08-05 12:31:21,862 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-08-05 12:31:21,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpvpa5Ue /etc/dnsmasq.resolv.conf 2018-08-05 12:31:21,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-08-05 12:31:21,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpGqO8nT /etc/clearwater/local_config 2018-08-05 12:31:21,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmppDVRrQ /etc/clearwater/local_config 2018-08-05 12:31:21,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-08-05 12:31:21,863 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpMzOiH9 /etc/dnsmasq.resolv.conf 2018-08-05 12:31:21,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-08-05 12:31:21,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-08-05 12:31:21,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-08-05 12:31:21,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-08-05 12:31:21,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp_g3BBz /etc/dnsmasq.resolv.conf 2018-08-05 12:31:21,864 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpkFoujw /etc/dnsmasq.resolv.conf 2018-08-05 12:31:21,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-08-05 12:31:21,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpdJGP1J /etc/dnsmasq.resolv.conf 2018-08-05 12:31:21,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpP7Vu_B /etc/clearwater/local_config 2018-08-05 12:31:21,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:31:21,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:31:21,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:31:21,865 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:31:21,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:31:21,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:31:21,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:31:21,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:31:21,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:31:21,866 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:31:21,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:31:21,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:31:21,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:31:21,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:31:21,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/P52X0/install-ellis.sh 2018-08-05 12:31:21,867 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/8HOF3/install-vellum.sh 2018-08-05 12:31:21,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] 2018-08-05 12:31:21,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/FD455/install-dime.sh 2018-08-05 12:31:21,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/DRNK9/append_proxy_snmp_conf.py 2018-08-05 12:31:21,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/KMKDY/install-homer.sh 2018-08-05 12:31:21,868 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/8HOF3/install-vellum.sh 2018-08-05 12:31:21,868 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:31:21,989 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:21,989 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:21,989 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:21,989 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:21,989 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:21,990 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:21,990 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:21,990 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:31:21,990 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:21,990 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:21 GMT 2018-08-05 12:31:21,990 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:21,990 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:31:21,990 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:26,996 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:31:27,076 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:27,077 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:27,077 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:27,077 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:27,077 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:27,077 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:27,077 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:27,077 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.147Z", "message": "Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/FD455/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.147Z", "message": "[dime] ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.147Z", "message": "[homer] ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.147Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/DRNK9/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "8a14e043-ffc4-4e1b-a761-9750e8713597"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.147Z", "message": "Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/P52X0/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.147Z", "message": "Executing: /tmp/P52X0/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.147Z", "message": "Executing: /tmp/8HOF3/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.153Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.153Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_ygmub3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.153Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.153Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_77xqda", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.153Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.153Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_p95kuy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.153Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.153Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_77xqda", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.153Z", "message": "Configuring node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.153Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_77xqda", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.153Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.153Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_n1ei3t", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.153Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.153Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.153Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.153Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_p95kuy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.153Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.153Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_ygmub3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:15.153Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:15.153Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:16.162Z", "message": "[sprout] ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:16.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:16.162Z", "message": "[dime] sudo apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:16.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:16.162Z", "message": "Executing: /tmp/8VVNX/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:16.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:16.162Z", "message": "Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/ZNMP9/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:16.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:16.162Z", "message": "[homer] repo129", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:16.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:16.162Z", "message": "[homer] Configure the APT software source", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:16.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:16.162Z", "message": "[dime] Configure the APT software source", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:16.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:16.162Z", "message": "[homer] sudo apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:16.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:16.162Z", "message": "Executing: /tmp/ZNMP9/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:16.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:16.162Z", "message": "[dime] repo129", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:16.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:16.162Z", "message": "Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/8VVNX/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:16.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:16.162Z", "message": "[vellum] sudo apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:16.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:16.162Z", "message": "[sprout] repo129", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:16.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:16.162Z", "message": "[ellis] sudo apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:16.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:16.162Z", "message": "[bono] ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:16.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:16.162Z", "message": "[ellis] Configure the APT software source", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:16.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:16.162Z", "message": "[ellis] repo129", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:16.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:16.162Z", "message": "[vellum] Configure the APT software source", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:16.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "bono_ydi6h4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:16.177Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:16.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_ydi6h4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:16.177Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:16.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_ydi6h4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:16.177Z", "message": "Configuring node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:16.177Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:17.193Z", "message": "[sprout] sudo apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:17.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:17.193Z", "message": "[sprout] Configure the APT software source", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:17.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:17.193Z", "message": "[bono] repo129", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:17.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:17.193Z", "message": "[bono] sudo apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:17.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:17.193Z", "message": "[bono] Configure the APT software source", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:17.193Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:24.152Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-zfhort\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,433 B]\nGet:12 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,091 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 [465 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB]\nGet:17 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [540 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B]\nGet:20 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [249 kB]\nGet:23 http://security.ubuntu.com trusty-security/universe Translation-en [130 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.6 MB in 6s (2,016 kB/s)\nReading package lists...\n\nreal\t0m8.058s\nuser\t0m4.864s\nsys\t0m0.515s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:24.152Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:24.221Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-yzrrbo\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 [160 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\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 [238 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nGet:11 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:13 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,433 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,091 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 [465 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 [540 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 [249 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.6 MB in 6s (2,017 kB/s)\nReading package lists...\n\nreal\t0m8.133s\nuser\t0m4.701s\nsys\t0m0.529s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:24.221Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:25.231Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:25.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:25.231Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:25.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:25.231Z", "message": "[ellis] Installing ellis packages and other clearwater packages", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:25.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:25.231Z", "message": "[dime] Installing dime packages and other clearwater packages", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:25.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:26.286Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:26.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}], "metadata": {"pagination": {"total": 1661, "offset": 1589, "size": 50}}} 2018-08-05 12:31:27,078 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:27,078 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:27 GMT 2018-08-05 12:31:27,078 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:27,078 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 35308 2018-08-05 12:31:27,078 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:27,079 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/FD455/install-dime.sh 2018-08-05 12:31:27,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] 2018-08-05 12:31:27,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] 2018-08-05 12:31:27,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/DRNK9/append_proxy_snmp_conf.py 2018-08-05 12:31:27,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/P52X0/install-ellis.sh 2018-08-05 12:31:27,080 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/P52X0/install-ellis.sh 2018-08-05 12:31:27,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/8HOF3/install-vellum.sh 2018-08-05 12:31:27,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:31:27,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:31:27,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:31:27,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:31:27,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:31:27,081 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:31:27,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:31:27,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:31:27,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:31:27,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:31:27,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] 2018-08-05 12:31:27,082 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo apt 2018-08-05 12:31:27,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/8VVNX/install-sprout.sh 2018-08-05 12:31:27,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/ZNMP9/install-bono.sh 2018-08-05 12:31:27,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] repo129 2018-08-05 12:31:27,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Configure the APT software source 2018-08-05 12:31:27,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Configure the APT software source 2018-08-05 12:31:27,083 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo apt 2018-08-05 12:31:27,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/ZNMP9/install-bono.sh 2018-08-05 12:31:27,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] repo129 2018-08-05 12:31:27,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/8VVNX/install-sprout.sh 2018-08-05 12:31:27,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo apt 2018-08-05 12:31:27,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] repo129 2018-08-05 12:31:27,084 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo apt 2018-08-05 12:31:27,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] 2018-08-05 12:31:27,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure the APT software source 2018-08-05 12:31:27,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] repo129 2018-08-05 12:31:27,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Configure the APT software source 2018-08-05 12:31:27,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:31:27,085 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:31:27,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-08-05 12:31:27,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo apt 2018-08-05 12:31:27,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Configure the APT software source 2018-08-05 12:31:27,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] repo129 2018-08-05 12:31:27,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo apt 2018-08-05 12:31:27,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure the APT software source 2018-08-05 12:31:27,086 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-zfhort Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://security.ubuntu.com trusty-security/main Sources [160 kB] Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,433 B] Get:12 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,091 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 [465 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14.6 kB] Get:17 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:18 http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en [540 kB] Get:19 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en [7,616 B] Get:20 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 B] Get:22 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [249 kB] Get:23 http://security.ubuntu.com trusty-security/universe Translation-en [130 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.6 MB in 6s (2,016 kB/s) Reading package lists... real 0m8.058s user 0m4.864s sys 0m0.515s 2018-08-05 12:31:27,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-yzrrbo 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 [160 kB] Get:7 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg 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 [238 kB] Ign http://repo.cw-ngv.com binary/ Translation-en_US Get:11 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:13 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,433 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,091 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 [465 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 [540 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 [249 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.6 MB in 6s (2,017 kB/s) Reading package lists... real 0m8.133s user 0m4.701s sys 0m0.529s 2018-08-05 12:31:27,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-05 12:31:27,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-05 12:31:27,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installing ellis packages and other clearwater packages 2018-08-05 12:31:27,087 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installing dime packages and other clearwater packages 2018-08-05 12:31:27,088 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-05 12:31:27,088 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:31:27,149 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:27,149 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:27,150 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:27,150 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:27,150 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:27,150 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:27,150 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:27,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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:31:27,150 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:27,150 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:27 GMT 2018-08-05 12:31:27,150 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:27,150 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:31:27,150 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:32,151 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:31:32,241 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:32,241 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:32,241 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:32,241 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:32,241 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:32,242 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:32,242 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:32,242 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:26.286Z", "message": "[bono] Installing bono packages and other clearwater packages", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:26.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:26.286Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:26.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:28.887Z", "message": "[vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-a7fgrh\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:5 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [407 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:11 http://security.ubuntu.com trusty-security/universe Translation-en [130 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 [6,322 B]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,433 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,091 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 [465 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 [540 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 [249 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.6 MB in 10s (1,170 kB/s)\nReading package lists...\n\nreal\t0m12.947s\nuser\t0m4.795s\nsys\t0m0.451s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:28.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:29.290Z", "message": "[vellum] Installing vellum packages and other clearwater packages", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:29.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:30.309Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-gki8sk\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB]\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 [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,433 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,091 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 [465 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 [540 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 [249 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.6 MB in 10s (1,187 kB/s)\nReading package lists...\n\nreal\t0m13.303s\nuser\t0m4.923s\nsys\t0m0.555s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:30.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:30.309Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:30.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:30.309Z", "message": "[sprout] Installing ralf packages and other clearwater packages", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:30.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:30.309Z", "message": "[homer] Installing homer packages and other clearwater packages", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:30.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:30.309Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:30.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:30.309Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-14hjtp\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\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 [76.3 kB]\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 [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,433 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,091 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 [465 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 [540 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 [249 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.6 MB in 11s (1,137 kB/s)\nReading package lists...\n\nreal\t0m13.053s\nuser\t0m4.845s\nsys\t0m0.572s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:30.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:31:31.347Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:31:31.347Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}], "metadata": {"pagination": {"total": 1670, "offset": 1639, "size": 50}}} 2018-08-05 12:31:32,242 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:32,242 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:32 GMT 2018-08-05 12:31:32,242 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:32,242 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 20174 2018-08-05 12:31:32,242 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:32,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installing bono packages and other clearwater packages 2018-08-05 12:31:32,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-05 12:31:32,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-a7fgrh Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:9 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:10 http://security.ubuntu.com trusty-security/main Translation-en [407 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:11 http://security.ubuntu.com trusty-security/universe Translation-en [130 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 [6,322 B] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,433 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,091 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 [465 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 [540 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 [249 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.6 MB in 10s (1,170 kB/s) Reading package lists... real 0m12.947s user 0m4.795s sys 0m0.451s 2018-08-05 12:31:32,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installing vellum packages and other clearwater packages 2018-08-05 12:31:32,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-gki8sk Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Ign http://repo.cw-ngv.com binary/ Translation-en_US Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en Get:7 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB] 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 [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,433 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,091 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 [465 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 [540 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 [249 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.6 MB in 10s (1,187 kB/s) Reading package lists... real 0m13.303s user 0m4.923s sys 0m0.555s 2018-08-05 12:31:32,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-05 12:31:32,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installing ralf packages and other clearwater packages 2018-08-05 12:31:32,244 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installing homer packages and other clearwater packages 2018-08-05 12:31:32,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-05 12:31:32,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-14hjtp Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en Get:7 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB] 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 [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7,433 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,091 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 [465 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 [540 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 [249 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.6 MB in 11s (1,137 kB/s) Reading package lists... real 0m13.053s user 0m4.845s sys 0m0.572s 2018-08-05 12:31:32,245 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-05 12:31:32,245 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:31:32,309 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:32,309 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:32,309 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:32,310 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:32,310 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:32,310 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:32,310 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:32,310 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:31:32,310 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:32,310 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:32 GMT 2018-08-05 12:31:32,310 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:32,310 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:31:32,310 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:37,316 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:31:37,600 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:37,600 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:37,600 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:37,601 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:37,601 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:37,601 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:37,601 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:37,601 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1650, "size": 50}}} 2018-08-05 12:31:37,601 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:37,601 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:37 GMT 2018-08-05 12:31:37,601 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:37,601 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:31:37,601 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:37,602 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:31:37,685 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:37,685 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:37,685 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:37,685 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:37,686 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:37,686 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:37,686 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:37,686 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:31:37,686 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:37,686 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:37 GMT 2018-08-05 12:31:37,686 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:37,686 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:31:37,686 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:42,691 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:31:42,780 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:42,780 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:42,780 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:42,780 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:42,780 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:42,780 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:42,780 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:42,781 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1650, "size": 50}}} 2018-08-05 12:31:42,781 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:42,781 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:42 GMT 2018-08-05 12:31:42,781 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:42,781 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:31:42,781 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:42,781 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:31:42,846 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:42,846 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:42,846 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:42,846 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:42,846 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:42,846 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:42,846 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:42,846 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:31:42,847 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:42,847 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:42 GMT 2018-08-05 12:31:42,847 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:42,847 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:31:42,847 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:47,852 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:31:47,965 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:47,965 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:47,965 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:47,965 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:47,965 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:47,965 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:47,965 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:47,966 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1650, "size": 50}}} 2018-08-05 12:31:47,966 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:47,966 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:47 GMT 2018-08-05 12:31:47,966 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:47,966 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:31:47,966 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:47,966 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:31:48,028 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:48,029 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:48,029 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:48,029 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:48,029 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:48,029 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:48,029 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:48,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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:31:48,029 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:48,029 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:48 GMT 2018-08-05 12:31:48,029 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:48,030 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:31:48,030 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:53,035 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:31:53,239 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:53,239 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:53,239 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:53,239 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:53,240 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:53,240 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:53,240 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:53,240 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1650, "size": 50}}} 2018-08-05 12:31:53,240 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:53,240 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:53 GMT 2018-08-05 12:31:53,240 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:53,240 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:31:53,240 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:53,241 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:31:53,341 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:53,342 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:53,342 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:53,342 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:53,342 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:53,342 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:53,342 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:53,342 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:31:53,342 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:53,342 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:53 GMT 2018-08-05 12:31:53,343 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:53,343 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:31:53,343 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:58,348 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:31:58,438 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:58,438 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:58,438 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:58,439 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:58,439 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:58,439 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:58,439 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:58,439 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1650, "size": 50}}} 2018-08-05 12:31:58,439 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:58,439 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:58 GMT 2018-08-05 12:31:58,439 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:58,439 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:31:58,439 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:31:58,440 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:31:58,722 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:31:58,722 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:31:58,722 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:31:58,722 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:31:58,722 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:31:58,722 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:31:58,723 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:31:58,723 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:31:58,723 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:31:58,723 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:31:58 GMT 2018-08-05 12:31:58,723 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:31:58,723 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:31:58,723 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:32:03,729 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:32:03,822 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:32:03,823 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:32:03,823 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:32:03,823 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:32:03,823 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:32:03,823 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:32:03,823 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:32:03,823 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1650, "size": 50}}} 2018-08-05 12:32:03,823 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:32:03,824 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:32:03 GMT 2018-08-05 12:32:03,824 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:32:03,824 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:32:03,824 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:32:03,824 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:32:04,005 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:32:04,005 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:32:04,005 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:32:04,005 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:32:04,005 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:32:04,005 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:32:04,006 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:32:04,006 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:32:04,006 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:32:04,006 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:32:04 GMT 2018-08-05 12:32:04,006 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:32:04,006 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:32:04,006 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:32:09,012 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:32:09,118 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:32:09,118 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:32:09,118 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:32:09,118 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:32:09,118 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:32:09,119 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:32:09,119 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:32:09,119 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1650, "size": 50}}} 2018-08-05 12:32:09,119 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:32:09,119 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:32:09 GMT 2018-08-05 12:32:09,119 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:32:09,119 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:32:09,119 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:32:09,120 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:32:09,234 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:32:09,235 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:32:09,235 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:32:09,235 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:32:09,235 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:32:09,236 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:32:09,236 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:32:09,236 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:32:09,236 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:32:09,236 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:32:09 GMT 2018-08-05 12:32:09,237 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:32:09,237 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:32:09,237 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:32:14,243 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:32:14,389 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:32:14,390 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:32:14,390 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:32:14,390 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:32:14,390 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:32:14,390 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:32:14,390 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:32:14,390 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1650, "size": 50}}} 2018-08-05 12:32:14,390 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:32:14,391 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:32:14 GMT 2018-08-05 12:32:14,391 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:32:14,391 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:32:14,391 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:32:14,391 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:32:14,555 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:32:14,555 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:32:14,556 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:32:14,556 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:32:14,556 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:32:14,556 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:32:14,556 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:32:14,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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:32:14,556 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:32:14,556 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:32:14 GMT 2018-08-05 12:32:14,556 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:32:14,557 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:32:14,557 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:32:19,562 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:32:19,905 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:32:19,905 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:32:19,905 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:32:19,905 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:32:19,905 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:32:19,906 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:32:19,906 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:32:19,906 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1650, "size": 50}}} 2018-08-05 12:32:19,906 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:32:19,906 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:32:19 GMT 2018-08-05 12:32:19,906 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:32:19,906 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:32:19,906 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:32:19,907 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:32:19,974 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:32:19,974 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:32:19,974 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:32:19,974 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:32:19,975 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:32:19,975 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:32:19,975 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:32:19,975 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:32:19,975 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:32:19,975 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:32:19 GMT 2018-08-05 12:32:19,975 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:32:19,975 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:32:19,975 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:32:24,981 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:32:25,182 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:32:25,182 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:32:25,182 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:32:25,182 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:32:25,182 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:32:25,182 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:32:25,183 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:32:25,183 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1650, "size": 50}}} 2018-08-05 12:32:25,183 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:32:25,183 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:32:25 GMT 2018-08-05 12:32:25,183 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:32:25,183 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:32:25,183 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:32:25,184 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:32:25,259 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:32:25,259 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:32:25,259 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:32:25,259 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:32:25,260 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:32:25,260 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:32:25,260 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:32:25,260 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:32:25,260 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:32:25,260 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:32:25 GMT 2018-08-05 12:32:25,260 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:32:25,260 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:32:25,260 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:32:30,262 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:32:30,400 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:32:30,401 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:32:30,401 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:32:30,401 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:32:30,401 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:32:30,401 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:32:30,401 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:32:30,401 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1650, "size": 50}}} 2018-08-05 12:32:30,401 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:32:30,401 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:32:30 GMT 2018-08-05 12:32:30,402 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:32:30,402 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:32:30,402 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:32:30,402 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:32:30,461 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:32:30,461 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:32:30,461 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:32:30,461 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:32:30,461 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:32:30,461 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:32:30,461 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:32:30,461 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:32:30,462 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:32:30,462 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:32:30 GMT 2018-08-05 12:32:30,462 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:32:30,462 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:32:30,462 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:32:35,467 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:32:35,560 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:32:35,560 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:32:35,560 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:32:35,560 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:32:35,561 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:32:35,561 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:32:35,561 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:32:35,561 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1650, "size": 50}}} 2018-08-05 12:32:35,561 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:32:35,561 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:32:35 GMT 2018-08-05 12:32:35,561 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:32:35,561 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:32:35,561 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:32:35,562 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:32:35,631 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:32:35,632 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:32:35,632 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:32:35,632 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:32:35,632 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:32:35,632 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:32:35,632 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:32:35,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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:32:35,632 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:32:35,632 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:32:35 GMT 2018-08-05 12:32:35,633 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:32:35,633 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:32:35,633 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:32:40,638 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:32:40,720 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:32:40,721 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:32:40,721 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:32:40,721 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:32:40,721 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:32:40,721 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:32:40,721 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:32:40,721 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1650, "size": 50}}} 2018-08-05 12:32:40,722 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:32:40,722 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:32:40 GMT 2018-08-05 12:32:40,722 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:32:40,722 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:32:40,722 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:32:40,722 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:32:40,807 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:32:40,807 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:32:40,807 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:32:40,807 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:32:40,807 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:32:40,807 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:32:40,807 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:32:40,807 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:32:40,808 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:32:40,808 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:32:40 GMT 2018-08-05 12:32:40,808 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:32:40,808 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:32:40,808 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:32:45,813 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:32:45,895 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:32:45,895 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:32:45,895 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:32:45,895 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:32:45,896 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:32:45,896 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:32:45,896 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:32:45,896 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1650, "size": 50}}} 2018-08-05 12:32:45,896 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:32:45,896 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:32:45 GMT 2018-08-05 12:32:45,896 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:32:45,896 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:32:45,896 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:32:45,897 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:32:45,967 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:32:45,967 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:32:45,967 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:32:45,967 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:32:45,967 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:32:45,967 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:32:45,967 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:32:45,967 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:32:45,968 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:32:45,968 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:32:45 GMT 2018-08-05 12:32:45,968 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:32:45,968 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:32:45,968 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:32:50,973 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:32:51,087 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:32:51,087 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:32:51,088 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:32:51,088 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:32:51,088 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:32:51,088 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:32:51,088 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:32:51,088 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1650, "size": 50}}} 2018-08-05 12:32:51,088 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:32:51,089 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:32:51 GMT 2018-08-05 12:32:51,089 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:32:51,089 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:32:51,089 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:32:51,089 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:32:51,163 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:32:51,163 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:32:51,163 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:32:51,163 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:32:51,163 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:32:51,163 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:32:51,164 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:32:51,164 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:32:51,164 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:32:51,164 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:32:51 GMT 2018-08-05 12:32:51,164 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:32:51,164 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:32:51,164 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:32:56,170 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:32:56,256 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:32:56,256 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:32:56,256 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:32:56,256 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:32:56,256 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:32:56,256 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:32:56,257 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:32:56,257 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1650, "size": 50}}} 2018-08-05 12:32:56,257 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:32:56,257 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:32:56 GMT 2018-08-05 12:32:56,257 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:32:56,257 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:32:56,257 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:32:56,258 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:32:56,346 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:32:56,346 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:32:56,346 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:32:56,346 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:32:56,346 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:32:56,346 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:32:56,346 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:32:56,347 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:32:56,347 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:32:56,347 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:32:56 GMT 2018-08-05 12:32:56,347 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:32:56,347 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:32:56,347 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:01,352 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:33:01,476 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:01,476 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:01,476 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:01,476 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:01,476 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:01,477 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:01,477 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:01,477 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1670, "offset": 1650, "size": 50}}} 2018-08-05 12:33:01,477 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:01,477 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:01 GMT 2018-08-05 12:33:01,477 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:01,477 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:33:01,477 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:01,478 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:33:01,691 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:01,691 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:01,691 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:01,691 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:01,691 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:01,692 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:01,692 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:01,692 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:33:01,692 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:01,692 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:01 GMT 2018-08-05 12:33:01,692 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:01,692 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:33:01,692 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:06,698 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:33:06,997 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:06,997 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:06,997 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:06,997 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:06,997 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:06,997 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:06,998 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:06,998 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:05.189Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-4c89i6\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 0 not upgraded.\nNeed to get 53.7 MB of archives.\nAfter this operation, 163 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB]\nGet:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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,877 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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-2) ...\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-153.203) ...\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 8623\nSetting up restund (1.0-171215.183529) ...\nreload: Job is not running: clearwater-monit\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-socket-factory (1.0-171215.180814) ...\nclearwater-socket-factory-mgmt start/running, process 8653\nclearwater-socket-factory-sig start/running, process 8659\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-171215.183529) ...\nreload: Job is not running: clearwater-monit\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t1m38.973s\nuser\t0m8.471s\nsys\t0m7.554s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:05.189Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:06.383Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:06.383Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}], "metadata": {"pagination": {"total": 1672, "offset": 1650, "size": 50}}} 2018-08-05 12:33:06,998 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:06,998 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:06 GMT 2018-08-05 12:33:06,998 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:06,998 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 37721 2018-08-05 12:33:06,999 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:07,000 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-4c89i6 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 0 not upgraded. Need to get 53.7 MB of archives. After this operation, 163 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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,877 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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-2) ... 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-153.203) ... 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 8623 Setting up restund (1.0-171215.183529) ... reload: Job is not running: clearwater-monit Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-socket-factory (1.0-171215.180814) ... clearwater-socket-factory-mgmt start/running, process 8653 clearwater-socket-factory-sig start/running, process 8659 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-171215.183529) ... reload: Job is not running: clearwater-monit Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 1m38.973s user 0m8.471s sys 0m7.554s 2018-08-05 12:33:07,001 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-05 12:33:07,002 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:33:07,126 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:07,126 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:07,126 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:07,126 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:07,126 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:07,126 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:07,126 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:07,126 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:33:07,127 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:07,127 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:07 GMT 2018-08-05 12:33:07,127 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:07,127 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:33:07,127 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:12,129 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:33:12,395 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:12,395 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:12,395 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:12,395 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:12,395 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:12,395 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:12,396 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:12,396 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1672, "offset": 1652, "size": 50}}} 2018-08-05 12:33:12,396 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:12,396 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:12 GMT 2018-08-05 12:33:12,396 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:12,396 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:33:12,396 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:12,397 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:33:12,458 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:12,458 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:12,458 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:12,458 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:12,459 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:12,459 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:12,459 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:12,459 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:33:12,459 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:12,459 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:12 GMT 2018-08-05 12:33:12,459 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:12,459 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:33:12,459 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:17,465 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:33:17,677 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:17,677 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:17,677 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:17,677 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:17,677 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:17,677 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:17,678 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:17,678 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1672, "offset": 1652, "size": 50}}} 2018-08-05 12:33:17,678 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:17,678 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:17 GMT 2018-08-05 12:33:17,678 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:17,678 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:33:17,678 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:17,678 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:33:17,765 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:17,765 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:17,766 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:17,766 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:17,766 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:17,766 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:17,766 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:17,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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:33:17,766 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:17,766 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:17 GMT 2018-08-05 12:33:17,766 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:17,766 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:33:17,766 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:22,772 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:33:23,036 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:23,036 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:23,036 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:23,036 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:23,036 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:23,036 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:23,036 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:23,036 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1672, "offset": 1652, "size": 50}}} 2018-08-05 12:33:23,037 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:23,037 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:23 GMT 2018-08-05 12:33:23,037 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:23,037 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:33:23,037 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:23,037 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:33:23,117 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:23,117 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:23,117 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:23,117 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:23,118 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:23,118 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:23,118 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:23,118 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:33:23,118 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:23,118 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:23 GMT 2018-08-05 12:33:23,118 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:23,118 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:33:23,118 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:28,124 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:33:28,328 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:28,328 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:28,328 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:28,328 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:28,328 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:28,329 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:28,329 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:28,329 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1672, "offset": 1652, "size": 50}}} 2018-08-05 12:33:28,329 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:28,329 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:28 GMT 2018-08-05 12:33:28,329 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:28,329 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:33:28,329 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:28,330 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:33:28,491 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:28,491 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:28,491 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:28,491 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:28,491 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:28,491 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:28,492 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:28,492 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:33:28,492 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:28,492 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:28 GMT 2018-08-05 12:33:28,492 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:28,492 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:33:28,492 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:33,498 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:33:33,610 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:33,611 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:33,611 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:33,611 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:33,611 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:33,611 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:33,611 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:33,611 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:30.555Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-gki8sk\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 0 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 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-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-153.203 [772 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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.12 [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/universe libzmq3-dev amd64 4.0.4+dfsg-2 [253 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,755 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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.12_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.12) ...\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-2_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2) ...\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-153.203) ...\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-2) ...\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.12) ...\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-2) ...\nSetting up libfakeroot:amd64 (1.20-3ubuntu2) ...\nSetting up fakeroot (1.20-3ubuntu2) ...\nupdate-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode\nSetting up libalgorithm-diff-perl (1.19.02-3) ...\nSetting up libalgorithm-diff-xs-perl (0.04-2build4) ...\nSetting up libalgorithm-merge-perl (0.08-2) ...\nSetting up libfile-fcntllock-perl (0.14-2build1) ...\nSetting up manpages-dev (3.54-1ubuntu1) ...\nSetting up python3-pkg-resources (3.3-1ubuntu2) ...\nSetting up python-chardet-whl (2.2.1-2~ubuntu1) ...\nSetting up python-colorama (0.2.5-0.1ubuntu2) ...\nSetting up python-colorama-whl (0.2.5-0.1ubuntu2) ...\nSetting up python-distlib (0.1.8-1ubuntu1) ...\nSetting up python-distlib-whl (0.1.8-1ubuntu1) ...\nSetting up python-html5lib (0.999-3~ubuntu1) ...\nSetting up python-html5lib-whl (0.999-3~ubuntu1) ...\nSetting up python-six-whl (1.5.2-1ubuntu1) ...\nSetting up python-urllib3-whl (1.7.1-1ubuntu4) ...\nSetting up python-requests-whl (2.2.1-1ubuntu0.3) ...\nSetting up python-setuptools-whl (3.3-1ubuntu2) ...\nSetting up python-pip-whl (1.5.4-1ubuntu4) ...\nSetting up python-pip (1.5.4-1ubuntu4) ...\nSetting up python-wheel (0.24.0-1~ubuntu1) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-infrastructure (1.0-171215.180814) ...\nProcessing pyzmq-16.0.2-py2.7-linux-x86_64.egg\nCopying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages\nAdding pyzmq 16.0.2 to easy-install.pth file\n\nInstalled /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg\nProcessing dependencies for pyzmq==16.0.2\nFinished processing dependencies for pyzmq==16.0.2\nNew python executable in /usr/share/clearwater/infrastructure/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting cw_infrastructure\nCollecting nsenter (from cw_infrastructure)\nCollecting argparse (from cw_infrastructure)\nCollecting contextlib2 (from cw_infrastructure)\nCollecting dnspython (from cw_infrastructure)\nCollecting pathlib (from cw_infrastructure)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env\nSuccessfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-log-cleanup (1.0-171215.180814) ...\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 8977\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-diags-monitor (1.0-171215.180814) ...\nProcessing triggers for ufw (0.34~rc-0ubuntu2) ...\nSetting up nginx-core (1.4.6-1ubuntu3.8) ...\nSetting up nginx (1.4.6-1ubuntu3.8) ...\nSetting up clearwater-nginx (1.0-171012.111833) ...\nTesting nginx configuration...\nnginx: the configuration file /etc/nginx/nginx.conf syntax is ok\nnginx: configuration file /etc/nginx/nginx.conf test is successful\nSite ping has been enabled. Run /etc/init.d/nginx reload to apply the changes.\nGenerating a 2048 bit RSA private key\n...............+++\n.............+++\nwriting new private key to 'nginx.key'\n-----\nSignature ok\nsubject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown\nGetting Private key\nAdding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx'\nSetting up crest (1.0-171213.182937) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/crest/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting crest\nCollecting idna (from crest)\nCollecting cryptography (from crest)\nCollecting pure-sasl (from crest)\nCollecting thrift (from crest)\nCollecting six (from crest)\nCollecting Twisted (from crest)\nCollecting ipaddress (from crest)\nCollecting cyclone (from crest)\nCollecting pyOpenSSL (from crest)\nCollecting zope.interface (from crest)\nCollecting telephus (from crest)\nCollecting constantly (from crest)\nCollecting attrs (from crest)\nCollecting prctl (from crest)\nCollecting Automat (from crest)\nCollecting setuptools (from crest)\nCollecting cql (from crest)\nCollecting lxml (from crest)\nCollecting asn1crypto (from crest)\nCollecting metaswitchcommon (from crest)\nCollecting incremental (from crest)\nCollecting msgpack-python (from crest)\nCollecting enum34 (from crest)\nCollecting cffi>=1.7 (from cryptography->crest)\nCollecting pycparser (from metaswitchcommon->crest)\nCollecting pycrypto (from metaswitchcommon->crest)\nCollecting monotonic (from metaswitchcommon->crest)\nCollecting pyzmq (from metaswitchcommon->crest)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest\n Found existing installation: setuptools 2.2\n Uninstalling setuptools-2.2:\n Successfully uninstalled setuptools-2.2\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\nSetting up homer (1.0-171213.182937) ...\nThe directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nThe directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.\nCollecting homer\nCollecting crest (from homer)\nCollecting idna (from crest->homer)\nCollecting cryptography (from crest->homer)\nCollecting pure-sasl (from crest->homer)\nCollecting thrift (from crest->homer)\nCollecting six (from crest->homer)\nCollecting Twisted (from crest->homer)\nCollecting ipaddress (from crest->homer)\nCollecting cyclone (from crest->homer)\nCollecting pyOpenSSL (from crest->homer)\nCollecting zope.interface (from crest->homer)\nCollecting telephus (from crest->homer)\nCollecting constantly (from crest->homer)\nCollecting attrs (from crest->homer)\nCollecting prctl (from crest->homer)\nCollecting Automat (from crest->homer)\nCollecting setuptools (from crest->homer)\nCollecting cql (from crest->homer)\nCollecting lxml (from crest->homer)\nCollecting asn1crypto (from crest->homer)\nCollecting metaswitchcommon (from crest->homer)\nCollecting incremental (from crest->homer)\nCollecting msgpack-python (from crest->homer)\nCollecting enum34 (from crest->homer)\nCollecting cffi>=1.7 (from cryptography->crest->homer)\nCollecting pycparser (from metaswitchcommon->crest->homer)\nCollecting pycrypto (from metaswitchcommon->crest->homer)\nCollecting monotonic (from metaswitchcommon->crest->homer)\nCollecting pyzmq (from metaswitchcommon->crest->homer)\nInstalling collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest, homer\n Found existing installation: idna 2.5\n Uninstalling idna-2.5:\n Successfully uninstalled idna-2.5\n Found existing installation: ipaddress 1.0.18\n Uninstalling ipaddress-1.0.18:\n Successfully uninstalled ipaddress-1.0.18\n Found existing installation: six 1.10.0\n Uninstalling six-1.10.0:\n Successfully uninstalled six-1.10.0\n Found existing installation: pycparser 2.18\n Uninstalling pycparser-2.18:\n Successfully uninstalled pycparser-2.18\n Found existing installation: cffi 1.10.0\n Uninstalling cffi-1.10.0:\n Successfully uninstalled cffi-1.10.0\n Found existing installation: asn1crypto 0.22.0\n Uninstalling asn1crypto-0.22.0:\n Successfully uninstalled asn1crypto-0.22.0\n Found existing installation: enum34 1.1.6\n Uninstalling enum34-1.1.6:\n Successfully uninstalled enum34-1.1.6\n Found existing installation: cryptography 1.9\n Uninstalling cryptography-1.9:\n Successfully uninstalled cryptography-1.9\n Found existing installation: pure-sasl 0.4.0\n Uninstalling pure-sasl-0.4.0:\n Successfully uninstalled pure-sasl-0.4.0\n Found existing installation: thrift 0.9.3\n Uninstalling thrift-0.9.3:\n Successfully uninstalled thrift-0.9.3\n Found existing installation: attrs 17.2.0\n Uninstalling attrs-17.2.0:\n Successfully uninstalled attrs-17.2.0\n Found existing installation: Automat 0.6.0\n Uninstalling Automat-0.6.0:\n Successfully uninstalled Automat-0.6.0\n Found existing installation: constantly 15.1.0\n Uninstalling constantly-15.1.0:\n Successfully uninstalled constantly-15.1.0\n Found existing installation: setuptools 24.0.0\n Uninstalling setuptools-24.0.0:\n Successfully uninstalled setuptools-24.0.0\n Found existing installation: zope.interface 4.4.1\n Uninstalling zope.interface-4.4.1:\n Successfully uninstalled zope.interface-4.4.1\n Found existing installation: incremental 17.5.0\n Uninstalling incremental-17.5.0:\n Successfully uninstalled incremental-17.5.0\n Found existing installation: Twisted 17.1.0\n Uninstalling Twisted-17.1.0:\n Successfully uninstalled Twisted-17.1.0\n Found existing installation: pyOpenSSL 17.0.0\n Uninstalling pyOpenSSL-17.0.0:\n Successfully uninstalled pyOpenSSL-17.0.0\n Found existing installation: cyclone 1.0\n Uninstalling cyclone-1.0:\n Successfully uninstalled cyclone-1.0\n Found existing installation: telephus 1.0.0b1\n Uninstalling telephus-1.0.0b1:\n Successfully uninstalled telephus-1.0.0b1\n Found existing installation: prctl 1.0.1\n Uninstalling prctl-1.0.1:\n Successfully uninstalled prctl-1.0.1\n Found existing installation: cql 1.4.0\n Uninstalling cql-1.4.0:\n Successfully uninstalled cql-1.4.0\n Found existing installation: lxml 3.6.0\n Uninstalling lxml-3.6.0:\n Successfully uninstalled lxml-3.6.0\n Found existing installation: pycrypto 2.6.1\n Uninstalling pycrypto-2.6.1:\n Successfully uninstalled pycrypto-2.6.1\n Found existing installation: monotonic 0.6\n Uninstalling monotonic-0.6:\n Successfully uninstalled monotonic-0.6\n Found existing installation: pyzmq 16.0.2\n Uninstalling pyzmq-16.0.2:\n Successfully uninstalled pyzmq-16.0.2\n Found existing installation: metaswitchcommon 0.1\n Uninstalling metaswitchcommon-0.1:\n Successfully uninstalled metaswitchcommon-0.1\n Found existing installation: msgpack-python 0.4.7\n Uninstalling msgpack-python-0.4.7:\n Successfully uninstalled msgpack-python-0.4.7\n Found existing installation: crest 0.1\n Uninstalling crest-0.1:\n Successfully uninstalled crest-0.1\nSuccessfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homer-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1\n * Restarting clearwater-infrastructure clearwater-infrastructure\n * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n ...done.\n/var/lib/dpkg/info/homer.postinst: 50: /var/lib/dpkg/info/homer.postinst: /usr/share/clearwater/cassandra-schemas/homer.sh: not found\nProcessing triggers for libc-bin (2.19-0ubuntu6.14) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\n\nreal\t2m0.259s\nuser\t0m20.116s\nsys\t0m10.812s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:30.555Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:31.392Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:31.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:33.413Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-14hjtp\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 0 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:18 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB]\nGet:19 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB]\nGet:20 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB]\nGet:21 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB]\nGet:22 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [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 19s (2,945 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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.12_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ...\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-2) ...\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-153.203) ...\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.12) ...\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 8912\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 9013\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 9031\nclearwater-socket-factory-sig start/running, process 9037\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\t2m2.891s\nuser\t0m9.354s\nsys\t0m8.395s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:33.413Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}], "metadata": {"pagination": {"total": 1675, "offset": 1652, "size": 50}}} 2018-08-05 12:33:33,612 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:33,612 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:33 GMT 2018-08-05 12:33:33,612 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:33,612 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 97087 2018-08-05 12:33:33,612 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:33,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-gki8sk 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 0 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 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-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-153.203 [772 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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.12 [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/universe libzmq3-dev amd64 4.0.4+dfsg-2 [253 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,755 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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.12_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.12) ... 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-2_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2) ... 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-153.203) ... 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-2) ... 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.12) ... 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-2) ... Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... Setting up fakeroot (1.20-3ubuntu2) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up libalgorithm-diff-perl (1.19.02-3) ... Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... Setting up libalgorithm-merge-perl (0.08-2) ... Setting up libfile-fcntllock-perl (0.14-2build1) ... Setting up manpages-dev (3.54-1ubuntu1) ... Setting up python3-pkg-resources (3.3-1ubuntu2) ... Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... Setting up python-colorama (0.2.5-0.1ubuntu2) ... Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... Setting up python-distlib (0.1.8-1ubuntu1) ... Setting up python-distlib-whl (0.1.8-1ubuntu1) ... Setting up python-html5lib (0.999-3~ubuntu1) ... Setting up python-html5lib-whl (0.999-3~ubuntu1) ... Setting up python-six-whl (1.5.2-1ubuntu1) ... Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... Setting up python-setuptools-whl (3.3-1ubuntu2) ... Setting up python-pip-whl (1.5.4-1ubuntu4) ... Setting up python-pip (1.5.4-1ubuntu4) ... Setting up python-wheel (0.24.0-1~ubuntu1) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-infrastructure (1.0-171215.180814) ... Processing pyzmq-16.0.2-py2.7-linux-x86_64.egg Copying pyzmq-16.0.2-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages Adding pyzmq 16.0.2 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/pyzmq-16.0.2-py2.7-linux-x86_64.egg Processing dependencies for pyzmq==16.0.2 Finished processing dependencies for pyzmq==16.0.2 New python executable in /usr/share/clearwater/infrastructure/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting cw_infrastructure Collecting nsenter (from cw_infrastructure) Collecting argparse (from cw_infrastructure) Collecting contextlib2 (from cw_infrastructure) Collecting dnspython (from cw_infrastructure) Collecting pathlib (from cw_infrastructure) Installing collected packages: argparse, contextlib2, pathlib, nsenter, dnspython, cw-infrastructure Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/infrastructure/env Successfully installed argparse-1.4.0 contextlib2-0.5.5 cw-infrastructure-1.0 dnspython-1.15.0 nsenter-0.2 pathlib-1.0.1 * Restarting DNS forwarder and DHCP server dnsmasq ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-log-cleanup (1.0-171215.180814) ... Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 8977 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ...............+++ .............+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up crest (1.0-171213.182937) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homer (1.0-171213.182937) ... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting homer Collecting crest (from homer) Collecting idna (from crest->homer) Collecting cryptography (from crest->homer) Collecting pure-sasl (from crest->homer) Collecting thrift (from crest->homer) Collecting six (from crest->homer) Collecting Twisted (from crest->homer) Collecting ipaddress (from crest->homer) Collecting cyclone (from crest->homer) Collecting pyOpenSSL (from crest->homer) Collecting zope.interface (from crest->homer) Collecting telephus (from crest->homer) Collecting constantly (from crest->homer) Collecting attrs (from crest->homer) Collecting prctl (from crest->homer) Collecting Automat (from crest->homer) Collecting setuptools (from crest->homer) Collecting cql (from crest->homer) Collecting lxml (from crest->homer) Collecting asn1crypto (from crest->homer) Collecting metaswitchcommon (from crest->homer) Collecting incremental (from crest->homer) Collecting msgpack-python (from crest->homer) Collecting enum34 (from crest->homer) Collecting cffi>=1.7 (from cryptography->crest->homer) Collecting pycparser (from metaswitchcommon->crest->homer) Collecting pycrypto (from metaswitchcommon->crest->homer) Collecting monotonic (from metaswitchcommon->crest->homer) Collecting pyzmq (from metaswitchcommon->crest->homer) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest, homer Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homer-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. /var/lib/dpkg/info/homer.postinst: 50: /var/lib/dpkg/info/homer.postinst: /usr/share/clearwater/cassandra-schemas/homer.sh: not found Processing triggers for libc-bin (2.19-0ubuntu6.14) ... Processing triggers for ureadahead (0.100.0-16) ... real 2m0.259s user 0m20.116s sys 0m10.812s 2018-08-05 12:33:33,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-05 12:33:33,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-14hjtp 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 0 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:18 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB] Get:19 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB] Get:20 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB] Get:21 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB] Get:22 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [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 19s (2,945 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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.12_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ... 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-2) ... 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-153.203) ... 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.12) ... 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 8912 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 9013 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 9031 clearwater-socket-factory-sig start/running, process 9037 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 2m2.891s user 0m9.354s sys 0m8.395s 2018-08-05 12:33:33,619 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:33:33,733 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:33,733 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:33,733 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:33,733 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:33,734 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:33,734 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:33,734 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:33,734 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:33:33,734 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:33,734 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:33 GMT 2018-08-05 12:33:33,734 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:33,734 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:33:33,734 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:38,740 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:33:38,843 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:38,843 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:38,844 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:38,844 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:38,844 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:38,844 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:38,844 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:38,844 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:34.506Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:34.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:35.521Z", "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 0 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 5s (7,033 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57599 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.850s\nuser\t0m12.966s\nsys\t0m2.894s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:35.521Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:36.530Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:36.530Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}], "metadata": {"pagination": {"total": 1678, "offset": 1655, "size": 50}}} 2018-08-05 12:33:38,844 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:38,844 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:38 GMT 2018-08-05 12:33:38,844 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:38,845 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15439 2018-08-05 12:33:38,845 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:38,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-05 12:33:38,846 - 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 0 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 5s (7,033 kB/s) Selecting previously unselected package python-mock. (Reading database ... 57599 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.850s user 0m12.966s sys 0m2.894s 2018-08-05 12:33:38,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-05 12:33:38,846 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:33:38,956 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:38,956 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:38,956 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:38,956 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:38,956 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:38,956 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:38,957 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:38,957 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:33:38,957 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:38,957 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:38 GMT 2018-08-05 12:33:38,957 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:38,957 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:33:38,957 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:43,962 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:33:44,050 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:44,051 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:44,051 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:44,051 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:44,051 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:44,051 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:44,051 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:44,051 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1678, "offset": 1658, "size": 50}}} 2018-08-05 12:33:44,051 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:44,051 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:44 GMT 2018-08-05 12:33:44,052 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:44,052 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:33:44,052 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:44,052 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:33:44,120 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:44,120 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:44,120 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:44,121 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:44,121 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:44,121 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:44,121 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:44,121 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:33:44,121 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:44,121 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:44 GMT 2018-08-05 12:33:44,121 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:44,121 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:33:44,122 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:49,127 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:33:49,206 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:49,206 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:49,206 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:49,206 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:49,206 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:49,206 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:49,207 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:49,207 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:46.218Z", "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 0 not upgraded.\nNeed to get 701 kB of archives.\nAfter this operation, 3,972 kB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB]\nPreconfiguring packages ...\nFetched 701 kB in 0s (1,013 kB/s)\nSelecting previously unselected package mysql-common.\n(Reading database ... 57822 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\t0m10.321s\nuser\t0m0.818s\nsys\t0m0.655s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:46.218Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:46.598Z", "message": "[bono] The installation packages is done correctly", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:46.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:47.728Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-zfhort\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 0 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://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-monit 5.18-171207.172716 [271 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 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/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:11 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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,100 kB/s)\nSelecting previously unselected package libaio1:amd64.\n(Reading database ... 51310 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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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 ... 51913 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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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-2) ...\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 9217\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-153.203) ...\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\t2m21.925s\nuser\t0m16.480s\nsys\t0m11.076s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:47.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:47.728Z", "message": "[bono] sudo service dnsmasq force", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:47.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:47.728Z", "message": "[bono] Configure a new DNS server", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:47.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:47.728Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:47.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:49.173Z", "message": "[bono] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.060s\nuser\t0m0.006s\nsys\t0m0.054s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:49.173Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}], "metadata": {"pagination": {"total": 1685, "offset": 1658, "size": 50}}} 2018-08-05 12:33:49,207 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:49,207 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:49 GMT 2018-08-05 12:33:49,207 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:49,207 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 51470 2018-08-05 12:33:49,207 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:49,209 - 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 0 not upgraded. Need to get 701 kB of archives. After this operation, 3,972 kB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:4 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB] Preconfiguring packages ... Fetched 701 kB in 0s (1,013 kB/s) Selecting previously unselected package mysql-common. (Reading database ... 57822 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 0m10.321s user 0m0.818s sys 0m0.655s 2018-08-05 12:33:49,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] The installation packages is done correctly 2018-08-05 12:33:49,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-zfhort 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 0 not upgraded. Need to get 69.3 MB of archives. After this operation, 253 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6,364 B] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 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/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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,100 kB/s) Selecting previously unselected package libaio1:amd64. (Reading database ... 51310 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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 ... 51913 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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-2) ... 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 9217 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-153.203) ... 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 2m21.925s user 0m16.480s sys 0m11.076s 2018-08-05 12:33:49,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo service dnsmasq force 2018-08-05 12:33:49,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure a new DNS server 2018-08-05 12:33:49,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-05 12:33:49,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.060s user 0m0.006s sys 0m0.054s 2018-08-05 12:33:49,212 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:33:49,270 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:49,270 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:49,270 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:49,270 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:49,270 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:49,271 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:49,271 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:49,271 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:33:49,271 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:49,271 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:49 GMT 2018-08-05 12:33:49,271 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:49,271 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:33:49,271 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:54,277 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:33:54,384 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:54,384 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:54,385 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:54,385 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:54,385 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:54,385 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:54,385 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:54,385 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:49.757Z", "message": "[bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:ca:65:b6 \n inet addr:192.168.120.9 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feca:65b6/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:83842 errors:0 dropped:0 overruns:0 frame:0\n TX packets:49519 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:131375590 (131.3 MB) TX bytes:8097332 (8.0 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:36 errors:0 dropped:0 overruns:0 frame:0\n TX packets:36 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:3548 (3.5 KB) TX bytes:3548 (3.5 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:49.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:49.757Z", "message": "[bono] sudo ifconfig ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:49.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:50.761Z", "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 9789/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1111/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8749/monit \ntcp 0 0 192.168.120.9:5058 0.0.0.0:* LISTEN 9099/bono \ntcp 0 0 192.168.120.9:5060 0.0.0.0:* LISTEN 9099/bono \ntcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9099/bono \ntcp6 0 0 ::1:53 :::* LISTEN 9789/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1111/sshd \nudp 0 0 0.0.0.0:36980 0.0.0.0:* 571/dhclient \nudp 0 0 192.168.120.9:123 0.0.0.0:* 8119/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8119/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8119/ntpd \nudp 0 0 192.168.120.9:5058 0.0.0.0:* 9099/bono \nudp 0 0 192.168.120.9:5060 0.0.0.0:* 9099/bono \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9789/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 571/dhclient \nudp6 0 0 fe80::f816:3eff:fec:123 :::* 8119/ntpd \nudp6 0 0 ::1:123 :::* 8119/ntpd \nudp6 0 0 :::123 :::* 8119/ntpd \nudp6 0 0 :::20620 :::* 571/dhclient \nudp6 0 0 ::1:53 :::* 9789/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 20556 8667/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 20559 8670/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 9524 1120/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 10719 1651/python2.7 /tmp/cloudify-logging-server-77643.socket\nunix 2 [ ACC ] STREAM LISTENING 11086 1841/python2.7 /tmp/ctx-jEiCNX.socket\nunix 2 [ ACC ] STREAM LISTENING 1492 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9356 889/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7603 392/systemd-udevd /run/udev/control\n\nreal\t0m0.008s\nuser\t0m0.004s\nsys\t0m0.004s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:50.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:50.761Z", "message": "[bono] sudo find /var/log ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:50.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:50.761Z", "message": "[bono] sudo netstat ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:50.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:50.761Z", "message": "[bono] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 12:28 ? 00:00:01 /sbin/init\nroot 2 0 0 12:28 ? 00:00:00 [kthreadd]\nroot 3 2 0 12:28 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 12:28 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 12:28 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 12:28 ? 00:00:00 [rcu_sched]\nroot 8 2 0 12:28 ? 00:00:00 [rcuos/0]\nroot 9 2 0 12:28 ? 00:00:00 [rcuos/1]\nroot 10 2 0 12:28 ? 00:00:00 [rcu_bh]\nroot 11 2 0 12:28 ? 00:00:00 [rcuob/0]\nroot 12 2 0 12:28 ? 00:00:00 [rcuob/1]\nroot 13 2 0 12:28 ? 00:00:00 [migration/0]\nroot 14 2 0 12:28 ? 00:00:00 [watchdog/0]\nroot 15 2 0 12:28 ? 00:00:00 [watchdog/1]\nroot 16 2 0 12:28 ? 00:00:00 [migration/1]\nroot 17 2 0 12:28 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 12:28 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 12:28 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 12:28 ? 00:00:00 [khelper]\nroot 21 2 0 12:28 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 12:28 ? 00:00:00 [netns]\nroot 23 2 0 12:28 ? 00:00:00 [writeback]\nroot 24 2 0 12:28 ? 00:00:00 [kintegrityd]\nroot 25 2 0 12:28 ? 00:00:00 [bioset]\nroot 27 2 0 12:28 ? 00:00:00 [kblockd]\nroot 28 2 0 12:28 ? 00:00:00 [ata_sff]\nroot 29 2 0 12:28 ? 00:00:00 [khubd]\nroot 30 2 0 12:28 ? 00:00:00 [md]\nroot 31 2 0 12:28 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 12:28 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 12:28 ? 00:00:00 [khungtaskd]\nroot 35 2 0 12:28 ? 00:00:00 [kswapd0]\nroot 36 2 0 12:28 ? 00:00:00 [vmstat]\nroot 37 2 0 12:28 ? 00:00:00 [ksmd]\nroot 38 2 0 12:28 ? 00:00:00 [khugepaged]\nroot 39 2 0 12:28 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 12:28 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 12:28 ? 00:00:00 [crypto]\nroot 53 2 0 12:28 ? 00:00:00 [kthrotld]\nroot 54 2 0 12:28 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 12:28 ? 00:00:00 [vballoon]\nroot 56 2 0 12:28 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 12:28 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 12:28 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 12:28 ? 00:00:00 [deferwq]\nroot 80 2 0 12:28 ? 00:00:00 [charger_manager]\nroot 123 2 0 12:28 ? 00:00:00 [kpsmoused]\nroot 141 2 0 12:28 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 12:28 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 12:28 ? 00:00:00 [ext4-rsv-conver]\nroot 386 1 0 12:28 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 432 2 0 12:28 ? 00:00:00 [kworker/u5:1]\nroot 434 2 0 12:28 ? 00:00:00 [kworker/u5:2]\nroot 551 1 0 12:28 ? 00:00:00 upstart-socket-bridge --daemon\nroot 571 1 0 12:28 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 820 2 0 12:28 ? 00:00:00 [kauditd]\nmessage+ 889 1 0 12:28 ? 00:00:00 dbus-daemon --system --fork\nroot 921 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-logind\nroot 945 1 0 12:28 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1009 1 0 12:28 ? 00:00:00 rsyslogd\nroot 1051 1 0 12:28 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1054 1 0 12:28 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1058 1 0 12:28 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1059 1 0 12:28 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1061 1 0 12:28 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1091 1 0 12:28 ? 00:00:00 cron\ndaemon 1092 1 0 12:28 ? 00:00:00 atd\nroot 1111 1 0 12:28 ? 00:00:00 /usr/sbin/sshd -D\nroot 1114 1 0 12:28 ? 00:00:00 /usr/sbin/irqbalance\nroot 1120 1 0 12:28 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1199 1 0 12:28 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1205 1 0 12:28 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1651 1 0 12:29 ? 00:00:00 /home/ubuntu/bono_host_4c89i6/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_4c89i6 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_4c89i6 --logging-server-logdir=/home/ubuntu/bono_host_4c89i6/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_4c89i6/work/bono_host_4c89i6%I.log --pidfile=/home/ubuntu/bono_host_4c89i6/work/bono_host_4c89i6.pid\nubuntu 1765 1 0 12:29 ? 00:00:01 python2.7 /home/ubuntu/bono_host_4c89i6/env/bin/diamond --configfile /home/ubuntu/bono_host_4c89i6/work/plugins/diamond/etc/diamond.conf\nubuntu 1819 1651 0 12:31 ? 00:00:00 /home/ubuntu/bono_host_4c89i6/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_4c89i6 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_4c89i6 --logging-server-logdir=/home/ubuntu/bono_host_4c89i6/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_4c89i6/work/bono_host_4c89i6%I.log --pidfile=/home/ubuntu/bono_host_4c89i6/work/bono_host_4c89i6.pid\nubuntu 1841 1819 0 12:31 ? 00:00:00 /home/ubuntu/bono_host_4c89i6/env/bin/python2.7 /home/ubuntu/bono_host_4c89i6/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-CNf_pi\nubuntu 1852 1841 0 12:31 ? 00:00:00 /bin/sh -c /tmp/ZNMP9/install-bono.sh\nubuntu 1854 1852 0 12:31 ? 00:00:00 /bin/bash -e /tmp/ZNMP9/install-bono.sh\nntp 8119 1 0 12:32 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 8653 1 0 12:33 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 8654 8653 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 8659 1 0 12:33 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 8660 8659 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 8667 8654 0 12:33 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 8669 8660 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 8670 8669 0 12:33 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 8749 1 0 12:33 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9078 1 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9082 9078 0 12:33 ? 00:00:00 inotifywait -e create -qq .\nbono 9099 1 0 12:33 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.9,bono-ydi6h4.clearwater.local --alias=172.30.9.203,bono-ydi6h4.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-ydi6h4.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 9789 1 0 12:33 ? 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 9852 1854 0 12:33 ? 00:00:00 /bin/bash -e /tmp/ZNMP9/install-bono.sh\nubuntu 9853 9852 0 12:33 ? 00:00:00 /bin/bash -e /tmp/ZNMP9/install-bono.sh\nroot 9854 9853 0 12:33 ? 00:00:00 sudo ps -edf\nroot 9855 9854 0 12:33 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.002s\nsys\t0m0.006s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:50.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:50.761Z", "message": "[bono] sudo ps ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:50.761Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:51.830Z", "message": "[bono] => /var/log/cloud-init-output.log\n/var/log/wtmp\n/var/log/syslog\n/var/log/clearwater-socket-factory.log\n/var/log/landscape/sysinfo.log\n/var/log/sysstat/sa05\n/var/log/kern.log\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/dpkg.log\n/var/log/udev\n/var/log/clearwater-diags-monitor.log\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/btmp\n/var/log/cloud-init.log\n/var/log/monit.log\n/var/log/boot.log\n/var/log/dmesg.0\n/var/log/bono/bono_out.log\n/var/log/bono/bono_err.log\n/var/log/bono/bono_20180805T120000Z.txt\n/var/log/lastlog\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/alternatives.log\n/var/log/dmesg\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/auth.log\n\nreal\t0m0.010s\nuser\t0m0.004s\nsys\t0m0.003s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:51.830Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:51.830Z", "message": "[bono] => [05-Aug-2018 12:33:34 UTC] clearwater-diags-monitor starting\n[05-Aug-2018 12:33:34 UTC] Waiting for trigger files\n2018:08:05 12:33:02: Namespace: management\n2018:08:05 12:33:02: [management] Starting server\n2018:08:05 12:33:02: [management] Listening for requests\n2018:08:05 12:33:02: Namespace: signaling\n2018:08:05 12:33:02: [signaling] Starting server\n2018:08:05 12:33:02: [signaling] Listening for requests\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:51.830Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:51.830Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:51.830Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:52.880Z", "message": "[bono] => 2018-08-05 12:33:18.754176502 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-05T12:33:52.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:52.880Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:52.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:52.880Z", "message": "[bono] Installation is done", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:52.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:52.880Z", "message": "[bono] sudo cat /var/log/bono/bono_20180805T120000Z.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-05T12:33:52.880Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "bono_ydi6h4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:53.028Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:53.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:53.950Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-yzrrbo\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 0 not upgraded.\nNeed to get 92.8 MB of archives.\nAfter this operation, 225 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:18 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 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://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\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://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:28 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:30 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:32 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:34 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB]\nGet:35 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:37 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.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-153.203 [772 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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.12 [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/universe libzmq3-dev amd64 4.0.4+dfsg-2 [253 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 11s (8,388 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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.12_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.12) ...\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-2_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2) ...\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-153.203) ...\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-2) ...\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.12) ...\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-2) ...\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 9346\nclearwater-socket-factory-sig start/running, process 9351\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9400\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.104s\nuser\t0m21.065s\nsys\t0m12.168s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:53.950Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:53.950Z", "message": "Execution done (return_code=0): /tmp/ZNMP9/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:53.950Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "424610c2-ca1e-476d-9f98-314a5b1bb549"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:53.950Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:53.950Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:54.057Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:54.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "bono_ydi6h4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:54.057Z", "message": "Starting node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:54.057Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:54.235Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:54.235Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 1709, "offset": 1665, "size": 50}}} 2018-08-05 12:33:54,386 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:54,386 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:54 GMT 2018-08-05 12:33:54,386 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:54,386 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 85294 2018-08-05 12:33:54,386 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:54,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:ca:65:b6 inet addr:192.168.120.9 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:feca:65b6/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:83842 errors:0 dropped:0 overruns:0 frame:0 TX packets:49519 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:131375590 (131.3 MB) TX bytes:8097332 (8.0 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:36 errors:0 dropped:0 overruns:0 frame:0 TX packets:36 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3548 (3.5 KB) TX bytes:3548 (3.5 KB) real 0m0.005s user 0m0.000s sys 0m0.005s 2018-08-05 12:33:54,389 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ifconfig 2018-08-05 12:33:54,389 - 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 9789/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1111/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8749/monit tcp 0 0 192.168.120.9:5058 0.0.0.0:* LISTEN 9099/bono tcp 0 0 192.168.120.9:5060 0.0.0.0:* LISTEN 9099/bono tcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9099/bono tcp6 0 0 ::1:53 :::* LISTEN 9789/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1111/sshd udp 0 0 0.0.0.0:36980 0.0.0.0:* 571/dhclient udp 0 0 192.168.120.9:123 0.0.0.0:* 8119/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8119/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8119/ntpd udp 0 0 192.168.120.9:5058 0.0.0.0:* 9099/bono udp 0 0 192.168.120.9:5060 0.0.0.0:* 9099/bono udp 0 0 127.0.0.1:53 0.0.0.0:* 9789/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 571/dhclient udp6 0 0 fe80::f816:3eff:fec:123 :::* 8119/ntpd udp6 0 0 ::1:123 :::* 8119/ntpd udp6 0 0 :::123 :::* 8119/ntpd udp6 0 0 :::20620 :::* 571/dhclient udp6 0 0 ::1:53 :::* 9789/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 20556 8667/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 20559 8670/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 9524 1120/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 10719 1651/python2.7 /tmp/cloudify-logging-server-77643.socket unix 2 [ ACC ] STREAM LISTENING 11086 1841/python2.7 /tmp/ctx-jEiCNX.socket unix 2 [ ACC ] STREAM LISTENING 1492 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9356 889/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] SEQPACKET LISTENING 7603 392/systemd-udevd /run/udev/control real 0m0.008s user 0m0.004s sys 0m0.004s 2018-08-05 12:33:54,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo find /var/log 2018-08-05 12:33:54,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo netstat 2018-08-05 12:33:54,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 12:28 ? 00:00:01 /sbin/init root 2 0 0 12:28 ? 00:00:00 [kthreadd] root 3 2 0 12:28 ? 00:00:00 [ksoftirqd/0] root 5 2 0 12:28 ? 00:00:00 [kworker/0:0H] root 6 2 0 12:28 ? 00:00:00 [kworker/u4:0] root 7 2 0 12:28 ? 00:00:00 [rcu_sched] root 8 2 0 12:28 ? 00:00:00 [rcuos/0] root 9 2 0 12:28 ? 00:00:00 [rcuos/1] root 10 2 0 12:28 ? 00:00:00 [rcu_bh] root 11 2 0 12:28 ? 00:00:00 [rcuob/0] root 12 2 0 12:28 ? 00:00:00 [rcuob/1] root 13 2 0 12:28 ? 00:00:00 [migration/0] root 14 2 0 12:28 ? 00:00:00 [watchdog/0] root 15 2 0 12:28 ? 00:00:00 [watchdog/1] root 16 2 0 12:28 ? 00:00:00 [migration/1] root 17 2 0 12:28 ? 00:00:00 [ksoftirqd/1] root 18 2 0 12:28 ? 00:00:00 [kworker/1:0] root 19 2 0 12:28 ? 00:00:00 [kworker/1:0H] root 20 2 0 12:28 ? 00:00:00 [khelper] root 21 2 0 12:28 ? 00:00:00 [kdevtmpfs] root 22 2 0 12:28 ? 00:00:00 [netns] root 23 2 0 12:28 ? 00:00:00 [writeback] root 24 2 0 12:28 ? 00:00:00 [kintegrityd] root 25 2 0 12:28 ? 00:00:00 [bioset] root 27 2 0 12:28 ? 00:00:00 [kblockd] root 28 2 0 12:28 ? 00:00:00 [ata_sff] root 29 2 0 12:28 ? 00:00:00 [khubd] root 30 2 0 12:28 ? 00:00:00 [md] root 31 2 0 12:28 ? 00:00:00 [devfreq_wq] root 32 2 0 12:28 ? 00:00:00 [kworker/0:1] root 34 2 0 12:28 ? 00:00:00 [khungtaskd] root 35 2 0 12:28 ? 00:00:00 [kswapd0] root 36 2 0 12:28 ? 00:00:00 [vmstat] root 37 2 0 12:28 ? 00:00:00 [ksmd] root 38 2 0 12:28 ? 00:00:00 [khugepaged] root 39 2 0 12:28 ? 00:00:00 [fsnotify_mark] root 40 2 0 12:28 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 12:28 ? 00:00:00 [crypto] root 53 2 0 12:28 ? 00:00:00 [kthrotld] root 54 2 0 12:28 ? 00:00:00 [kworker/u4:1] root 55 2 0 12:28 ? 00:00:00 [vballoon] root 56 2 0 12:28 ? 00:00:00 [kworker/1:1] root 57 2 0 12:28 ? 00:00:00 [scsi_eh_0] root 58 2 0 12:28 ? 00:00:00 [scsi_eh_1] root 79 2 0 12:28 ? 00:00:00 [deferwq] root 80 2 0 12:28 ? 00:00:00 [charger_manager] root 123 2 0 12:28 ? 00:00:00 [kpsmoused] root 141 2 0 12:28 ? 00:00:00 [kworker/0:2] root 186 2 0 12:28 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 12:28 ? 00:00:00 [ext4-rsv-conver] root 386 1 0 12:28 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 432 2 0 12:28 ? 00:00:00 [kworker/u5:1] root 434 2 0 12:28 ? 00:00:00 [kworker/u5:2] root 551 1 0 12:28 ? 00:00:00 upstart-socket-bridge --daemon root 571 1 0 12:28 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 820 2 0 12:28 ? 00:00:00 [kauditd] message+ 889 1 0 12:28 ? 00:00:00 dbus-daemon --system --fork root 921 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-logind root 945 1 0 12:28 ? 00:00:00 upstart-file-bridge --daemon syslog 1009 1 0 12:28 ? 00:00:00 rsyslogd root 1051 1 0 12:28 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1054 1 0 12:28 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1058 1 0 12:28 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1059 1 0 12:28 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1061 1 0 12:28 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1091 1 0 12:28 ? 00:00:00 cron daemon 1092 1 0 12:28 ? 00:00:00 atd root 1111 1 0 12:28 ? 00:00:00 /usr/sbin/sshd -D root 1114 1 0 12:28 ? 00:00:00 /usr/sbin/irqbalance root 1120 1 0 12:28 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1199 1 0 12:28 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1205 1 0 12:28 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1651 1 0 12:29 ? 00:00:00 /home/ubuntu/bono_host_4c89i6/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_4c89i6 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_4c89i6 --logging-server-logdir=/home/ubuntu/bono_host_4c89i6/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_4c89i6/work/bono_host_4c89i6%I.log --pidfile=/home/ubuntu/bono_host_4c89i6/work/bono_host_4c89i6.pid ubuntu 1765 1 0 12:29 ? 00:00:01 python2.7 /home/ubuntu/bono_host_4c89i6/env/bin/diamond --configfile /home/ubuntu/bono_host_4c89i6/work/plugins/diamond/etc/diamond.conf ubuntu 1819 1651 0 12:31 ? 00:00:00 /home/ubuntu/bono_host_4c89i6/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_4c89i6 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_4c89i6 --logging-server-logdir=/home/ubuntu/bono_host_4c89i6/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_4c89i6/work/bono_host_4c89i6%I.log --pidfile=/home/ubuntu/bono_host_4c89i6/work/bono_host_4c89i6.pid ubuntu 1841 1819 0 12:31 ? 00:00:00 /home/ubuntu/bono_host_4c89i6/env/bin/python2.7 /home/ubuntu/bono_host_4c89i6/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-CNf_pi ubuntu 1852 1841 0 12:31 ? 00:00:00 /bin/sh -c /tmp/ZNMP9/install-bono.sh ubuntu 1854 1852 0 12:31 ? 00:00:00 /bin/bash -e /tmp/ZNMP9/install-bono.sh ntp 8119 1 0 12:32 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 8653 1 0 12:33 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 8654 8653 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 8659 1 0 12:33 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 8660 8659 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 8667 8654 0 12:33 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 8669 8660 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 8670 8669 0 12:33 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 8749 1 0 12:33 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9078 1 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9082 9078 0 12:33 ? 00:00:00 inotifywait -e create -qq . bono 9099 1 0 12:33 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.9,bono-ydi6h4.clearwater.local --alias=172.30.9.203,bono-ydi6h4.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-ydi6h4.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 9789 1 0 12:33 ? 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 9852 1854 0 12:33 ? 00:00:00 /bin/bash -e /tmp/ZNMP9/install-bono.sh ubuntu 9853 9852 0 12:33 ? 00:00:00 /bin/bash -e /tmp/ZNMP9/install-bono.sh root 9854 9853 0 12:33 ? 00:00:00 sudo ps -edf root 9855 9854 0 12:33 ? 00:00:00 ps -edf real 0m0.009s user 0m0.002s sys 0m0.006s 2018-08-05 12:33:54,390 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ps 2018-08-05 12:33:54,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => /var/log/cloud-init-output.log /var/log/wtmp /var/log/syslog /var/log/clearwater-socket-factory.log /var/log/landscape/sysinfo.log /var/log/sysstat/sa05 /var/log/kern.log /var/log/apt/term.log /var/log/apt/history.log /var/log/dpkg.log /var/log/udev /var/log/clearwater-diags-monitor.log /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/btmp /var/log/cloud-init.log /var/log/monit.log /var/log/boot.log /var/log/dmesg.0 /var/log/bono/bono_out.log /var/log/bono/bono_err.log /var/log/bono/bono_20180805T120000Z.txt /var/log/lastlog /var/log/upstart/clearwater-monit.log /var/log/upstart/systemd-logind.log /var/log/upstart/container-detect.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/cryptdisks.log /var/log/upstart/rsyslog.log /var/log/upstart/procps-virtual-filesystems.log /var/log/alternatives.log /var/log/dmesg /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/auth.log real 0m0.010s user 0m0.004s sys 0m0.003s 2018-08-05 12:33:54,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => [05-Aug-2018 12:33:34 UTC] clearwater-diags-monitor starting [05-Aug-2018 12:33:34 UTC] Waiting for trigger files 2018:08:05 12:33:02: Namespace: management 2018:08:05 12:33:02: [management] Starting server 2018:08:05 12:33:02: [management] Listening for requests 2018:08:05 12:33:02: Namespace: signaling 2018:08:05 12:33:02: [signaling] Starting server 2018:08:05 12:33:02: [signaling] Listening for requests real 0m0.005s user 0m0.000s sys 0m0.005s 2018-08-05 12:33:54,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-08-05 12:33:54,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018-08-05 12:33:18.754176502 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.004s sys 0m0.001s 2018-08-05 12:33:54,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-08-05 12:33:54,391 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installation is done 2018-08-05 12:33:54,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/bono/bono_20180805T120000Z.txt /var/log/bono/bono_current.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log 2018-08-05 12:33:54,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:33:54,392 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-yzrrbo 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 0 not upgraded. Need to get 92.8 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-infrastructure 1.0-171215.180814 [2,269 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:18 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 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://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] 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://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:28 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:30 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:32 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:34 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB] Get:35 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.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-153.203 [772 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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.12 [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/universe libzmq3-dev amd64 4.0.4+dfsg-2 [253 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 11s (8,388 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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.12_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.12) ... 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-2_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2) ... 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-153.203) ... 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-2) ... 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.12) ... 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-2) ... 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 9346 clearwater-socket-factory-sig start/running, process 9351 Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9400 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.104s user 0m21.065s sys 0m12.168s 2018-08-05 12:33:54,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/ZNMP9/install-bono.sh 2018-08-05 12:33:54,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-05 12:33:54,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:33:54,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:33:54,394 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:33:54,394 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:33:54,574 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:54,574 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:54,574 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:54,574 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:54,574 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:54,574 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:54,574 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:54,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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:33:54,575 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:54,575 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:54 GMT 2018-08-05 12:33:54,575 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:54,575 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:33:54,575 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:59,581 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:33:59,662 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:59,662 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:59,662 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:59,662 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:59,662 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:59,662 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:59,662 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:59,663 - 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-05T12:33:54.957Z", "message": "Downloaded scripts/bind/bind.py to /tmp/J4VSS/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:54.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bbc5f8db-1640-4482-b1f7-b7995de7f32c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:55.984Z", "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-05T12:33:55.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bbc5f8db-1640-4482-b1f7-b7995de7f32c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:55.984Z", "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-05T12:33:55.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bbc5f8db-1640-4482-b1f7-b7995de7f32c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:55.984Z", "message": "[localhost] run: sudo mv /tmp/tmp6EUjkj /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:55.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bbc5f8db-1640-4482-b1f7-b7995de7f32c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:55.984Z", "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-05T12:33:55.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bbc5f8db-1640-4482-b1f7-b7995de7f32c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:55.984Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'bono': {u'bono_ydi6h4': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.9', u'name': u'bono-ydi6h4'}}}, 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.20', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:55.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bbc5f8db-1640-4482-b1f7-b7995de7f32c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:55.984Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:55.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bbc5f8db-1640-4482-b1f7-b7995de7f32c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:55.984Z", "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-05T12:33:55.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bbc5f8db-1640-4482-b1f7-b7995de7f32c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:55.984Z", "message": "[localhost] run: sudo mv /tmp/tmpAAQJIt /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:55.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bbc5f8db-1640-4482-b1f7-b7995de7f32c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:55.984Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:55.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bbc5f8db-1640-4482-b1f7-b7995de7f32c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:55.984Z", "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-05T12:33:55.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bbc5f8db-1640-4482-b1f7-b7995de7f32c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:55.984Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:55.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "bbc5f8db-1640-4482-b1f7-b7995de7f32c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:56.465Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:56.465Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:57.047Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/YIGH6/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:57.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1c6e886a-a063-4686-9d81-db00a55813e2"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:57.274Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:57.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:57.274Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:57.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:58.018Z", "message": "Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_88hrl2/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:58.018Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "1c6e886a-a063-4686-9d81-db00a55813e2"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:33:59.533Z", "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 0 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.1 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58163 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.526s\nuser\t0m12.578s\nsys\t0m3.032s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:33:59.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}], "metadata": {"pagination": {"total": 1728, "offset": 1686, "size": 50}}} 2018-08-05 12:33:59,663 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:59,663 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:59 GMT 2018-08-05 12:33:59,663 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:59,663 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 24000 2018-08-05 12:33:59,663 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:33:59,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/J4VSS/bind.py 2018-08-05 12:33:59,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-05 12:33:59,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-05 12:33:59,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp6EUjkj /etc/bind/db.clearwater.opnfv 2018-08-05 12:33:59,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-05 12:33:59,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'bono': {u'bono_ydi6h4': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.9', u'name': u'bono-ydi6h4'}}}, 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.20', u'hss_hostname': u''}. 2018-08-05 12:33:59,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-05 12:33:59,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-05 12:33:59,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpAAQJIt /etc/bind/db.clearwater.local 2018-08-05 12:33:59,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-05 12:33:59,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-05 12:33:59,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-05 12:33:59,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:33:59,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/YIGH6/add-snmpproxy-collector.py 2018-08-05 12:33:59,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:33:59,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:33:59,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_88hrl2/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py 2018-08-05 12:33:59,667 - 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 0 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.1 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58163 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.526s user 0m12.578s sys 0m3.032s 2018-08-05 12:33:59,668 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:33:59,745 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:33:59,746 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:33:59,746 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:33:59,746 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:33:59,746 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:33:59,746 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:33:59,746 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:33:59,746 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:33:59,746 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:33:59,747 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:33:59 GMT 2018-08-05 12:33:59,747 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:33:59,747 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:33:59,747 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:34:04,752 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:34:04,849 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:34:04,849 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:34:04,849 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:34:04,849 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:34:04,849 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:34:04,849 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:34:04,849 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:34:04,849 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:00.048Z", "message": "[homer Use the DNS server", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:00.048Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:00.048Z", "message": "[homer] The installation packages is done correctly", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:00.048Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:01.117Z", "message": "[homer] sudo service dnsmasq force", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:01.117Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:02.391Z", "message": "[homer] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.062s\nuser\t0m0.009s\nsys\t0m0.053s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:02.391Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:03.030Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:03.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:03.130Z", "message": "[homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:29:95:1b \n inet addr:192.168.120.31 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe29:951b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:109273 errors:0 dropped:0 overruns:0 frame:0\n TX packets:42914 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:166368234 (166.3 MB) TX bytes:7805614 (7.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:38 errors:0 dropped:0 overruns:0 frame:0\n TX packets:38 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:3254 (3.2 KB) TX bytes:3254 (3.2 KB)\n\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:03.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:03.130Z", "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 0 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 (12.7 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57902 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.008s\nuser\t0m12.684s\nsys\t0m3.147s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:03.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:03.130Z", "message": "[homer] sudo ps ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:03.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:03.130Z", "message": "[sprout] The installation packages is done correctly", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:03.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:03.130Z", "message": "[homer] sudo ifconfig ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:03.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:04.141Z", "message": "[homer] => /var/log\n/var/log/cloud-init-output.log\n/var/log/wtmp\n/var/log/syslog\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa05\n/var/log/sysstat/sa05\n/var/log/kern.log\n/var/log/apt\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/dpkg.log\n/var/log/udev\n/var/log/clearwater-diags-monitor.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/nginx\n/var/log/nginx/access.log\n/var/log/nginx/error.log\n/var/log/btmp\n/var/log/cloud-init.log\n/var/log/monit.log\n/var/log/boot.log\n/var/log/clearwater-cluster-manager\n/var/log/dmesg.0\n/var/log/clearwater-queue-manager\n/var/log/dist-upgrade\n/var/log/clearwater-config-manager\n/var/log/lastlog\n/var/log/iotop.log\n/var/log/ntpstats\n/var/log/upstart\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/alternatives.log\n/var/log/dmesg\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/auth.log\n/var/log/unattended-upgrades\n\nreal\t0m0.040s\nuser\t0m0.004s\nsys\t0m0.003s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:04.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:04.141Z", "message": "[homer] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 12:28 ? 00:00:00 /sbin/init\nroot 2 0 0 12:28 ? 00:00:00 [kthreadd]\nroot 3 2 0 12:28 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 12:28 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 12:28 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 12:28 ? 00:00:00 [rcu_sched]\nroot 8 2 0 12:28 ? 00:00:00 [rcuos/0]\nroot 9 2 0 12:28 ? 00:00:00 [rcuos/1]\nroot 10 2 0 12:28 ? 00:00:00 [rcu_bh]\nroot 11 2 0 12:28 ? 00:00:00 [rcuob/0]\nroot 12 2 0 12:28 ? 00:00:00 [rcuob/1]\nroot 13 2 0 12:28 ? 00:00:00 [migration/0]\nroot 14 2 0 12:28 ? 00:00:00 [watchdog/0]\nroot 15 2 0 12:28 ? 00:00:00 [watchdog/1]\nroot 16 2 0 12:28 ? 00:00:00 [migration/1]\nroot 17 2 0 12:28 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 12:28 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 12:28 ? 00:00:00 [khelper]\nroot 21 2 0 12:28 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 12:28 ? 00:00:00 [netns]\nroot 23 2 0 12:28 ? 00:00:00 [writeback]\nroot 24 2 0 12:28 ? 00:00:00 [kintegrityd]\nroot 25 2 0 12:28 ? 00:00:00 [bioset]\nroot 27 2 0 12:28 ? 00:00:00 [kblockd]\nroot 28 2 0 12:28 ? 00:00:00 [ata_sff]\nroot 29 2 0 12:28 ? 00:00:00 [khubd]\nroot 30 2 0 12:28 ? 00:00:00 [md]\nroot 31 2 0 12:28 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 12:28 ? 00:00:00 [kworker/1:1]\nroot 34 2 0 12:28 ? 00:00:00 [khungtaskd]\nroot 35 2 0 12:28 ? 00:00:00 [kswapd0]\nroot 36 2 0 12:28 ? 00:00:00 [vmstat]\nroot 37 2 0 12:28 ? 00:00:00 [ksmd]\nroot 38 2 0 12:28 ? 00:00:00 [khugepaged]\nroot 39 2 0 12:28 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 12:28 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 12:28 ? 00:00:00 [crypto]\nroot 53 2 0 12:28 ? 00:00:00 [kthrotld]\nroot 54 2 0 12:28 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 12:28 ? 00:00:00 [vballoon]\nroot 56 2 0 12:28 ? 00:00:00 [kworker/0:1]\nroot 57 2 0 12:28 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 12:28 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 12:28 ? 00:00:00 [deferwq]\nroot 80 2 0 12:28 ? 00:00:00 [charger_manager]\nroot 124 2 0 12:28 ? 00:00:00 [kpsmoused]\nroot 142 2 0 12:28 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 12:28 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 12:28 ? 00:00:00 [ext4-rsv-conver]\nroot 388 1 0 12:28 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 441 2 0 12:28 ? 00:00:00 [kworker/u5:1]\nroot 443 2 0 12:28 ? 00:00:00 [kworker/u5:2]\nroot 498 1 0 12:28 ? 00:00:00 upstart-socket-bridge --daemon\nroot 571 1 0 12:28 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 820 2 0 12:28 ? 00:00:00 [kauditd]\nmessage+ 897 1 0 12:28 ? 00:00:00 dbus-daemon --system --fork\nroot 934 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-logind\nroot 955 1 0 12:28 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1015 1 0 12:28 ? 00:00:00 rsyslogd\nroot 1051 1 0 12:28 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1054 1 0 12:28 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1058 1 0 12:28 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1059 1 0 12:28 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1061 1 0 12:28 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1102 1 0 12:28 ? 00:00:00 /usr/sbin/sshd -D\nroot 1104 1 0 12:28 ? 00:00:00 cron\ndaemon 1107 1 0 12:28 ? 00:00:00 atd\nroot 1115 1 0 12:28 ? 00:00:00 /usr/sbin/irqbalance\nroot 1117 1 0 12:28 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1199 1 0 12:28 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1237 1 0 12:28 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1451 2 0 12:28 ? 00:00:00 [kworker/1:2]\nubuntu 1651 1 0 12:29 ? 00:00:00 /home/ubuntu/homer_host_gki8sk/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_gki8sk --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_gki8sk --logging-server-logdir=/home/ubuntu/homer_host_gki8sk/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_gki8sk/work/homer_host_gki8sk%I.log --pidfile=/home/ubuntu/homer_host_gki8sk/work/homer_host_gki8sk.pid\nubuntu 1765 1 0 12:29 ? 00:00:01 python2.7 /home/ubuntu/homer_host_gki8sk/env/bin/diamond --configfile /home/ubuntu/homer_host_gki8sk/work/plugins/diamond/etc/diamond.conf\nubuntu 1819 1651 0 12:31 ? 00:00:00 /home/ubuntu/homer_host_gki8sk/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_gki8sk --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_gki8sk --logging-server-logdir=/home/ubuntu/homer_host_gki8sk/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_gki8sk/work/homer_host_gki8sk%I.log --pidfile=/home/ubuntu/homer_host_gki8sk/work/homer_host_gki8sk.pid\nubuntu 1840 1819 0 12:31 ? 00:00:00 /home/ubuntu/homer_host_gki8sk/env/bin/python2.7 /home/ubuntu/homer_host_gki8sk/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-GZlfFy\nubuntu 1851 1840 0 12:31 ? 00:00:00 /bin/sh -c /tmp/KMKDY/install-homer.sh\nubuntu 1853 1851 0 12:31 ? 00:00:00 /bin/bash -e /tmp/KMKDY/install-homer.sh\nntp 8464 1 0 12:32 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 8977 1 0 12:33 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9069 1 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9073 9069 0 12:33 ? 00:00:00 inotifywait -e create -qq .\nroot 9147 1 0 12:33 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 9148 9147 0 12:33 ? 00:00:00 nginx: worker process\nwww-data 9149 9147 0 12:33 ? 00:00:00 nginx: worker process\nwww-data 9150 9147 0 12:33 ? 00:00:00 nginx: worker process\nwww-data 9151 9147 0 12:33 ? 00:00:00 nginx: worker process\nroot 9326 8977 0 12:33 ? 00:00:00 [nginx_ping] \nroot 9328 8977 0 12:33 ? 00:00:00 [check-nginx-upt] \nroot 9333 8977 0 12:33 ? 00:00:00 [check-monit-upt] \ndnsmasq 9761 1 0 12:34 ? 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 9824 1853 0 12:34 ? 00:00:00 /bin/bash -e /tmp/KMKDY/install-homer.sh\nubuntu 9825 9824 0 12:34 ? 00:00:00 /bin/bash -e /tmp/KMKDY/install-homer.sh\nroot 9826 9825 0 12:34 ? 00:00:00 sudo ps -edf\nroot 9827 9826 0 12:34 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.000s\nsys\t0m0.009s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:04.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:04.141Z", "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 9761/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1102/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8977/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9147/nginx \ntcp6 0 0 ::1:53 :::* LISTEN 9761/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1102/sshd \nudp 0 0 0.0.0.0:36980 0.0.0.0:* 571/dhclient \nudp 0 0 192.168.120.31:123 0.0.0.0:* 8464/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8464/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8464/ntpd \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9761/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 571/dhclient \nudp6 0 0 fe80::f816:3eff:fe2:123 :::* 8464/ntpd \nudp6 0 0 ::1:123 :::* 8464/ntpd \nudp6 0 0 :::123 :::* 8464/ntpd \nudp6 0 0 :::20620 :::* 571/dhclient \nudp6 0 0 ::1:53 :::* 9761/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 8990 897/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 9273 1117/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 11024 1651/python2.7 /tmp/cloudify-logging-server-d4892.socket\nunix 2 [ ACC ] STREAM LISTENING 11953 1840/python2.7 /tmp/ctx-XPlK84.socket\nunix 2 [ ACC ] STREAM LISTENING 7071 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] SEQPACKET LISTENING 7347 392/systemd-udevd /run/udev/control\n\nreal\t0m0.008s\nuser\t0m0.004s\nsys\t0m0.004s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:04.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:04.141Z", "message": "[homer] sudo netstat ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:04.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:04.141Z", "message": "[sprout] Use the DNS server", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:04.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:04.141Z", "message": "[homer] sudo find /var/log", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:04.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:04.141Z", "message": "[sprout] sudo service dnsmasq force", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:04.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}], "metadata": {"pagination": {"total": 1745, "offset": 1704, "size": 50}}} 2018-08-05 12:34:04,850 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:34:04,850 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:34:04 GMT 2018-08-05 12:34:04,850 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:34:04,850 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 35881 2018-08-05 12:34:04,850 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:34:04,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer Use the DNS server 2018-08-05 12:34:04,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] The installation packages is done correctly 2018-08-05 12:34:04,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo service dnsmasq force 2018-08-05 12:34:04,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.062s user 0m0.009s sys 0m0.053s 2018-08-05 12:34:04,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:34:04,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:29:95:1b inet addr:192.168.120.31 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe29:951b/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:109273 errors:0 dropped:0 overruns:0 frame:0 TX packets:42914 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:166368234 (166.3 MB) TX bytes:7805614 (7.8 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:38 errors:0 dropped:0 overruns:0 frame:0 TX packets:38 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3254 (3.2 KB) TX bytes:3254 (3.2 KB) real 0m0.006s user 0m0.000s sys 0m0.006s 2018-08-05 12:34:04,853 - 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 0 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 (12.7 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57902 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.008s user 0m12.684s sys 0m3.147s 2018-08-05 12:34:04,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ps 2018-08-05 12:34:04,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] The installation packages is done correctly 2018-08-05 12:34:04,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ifconfig 2018-08-05 12:34:04,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => /var/log /var/log/cloud-init-output.log /var/log/wtmp /var/log/syslog /var/log/landscape /var/log/landscape/sysinfo.log /var/log/sysstat /var/log/sysstat/clearwater-sa05 /var/log/sysstat/sa05 /var/log/kern.log /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/dpkg.log /var/log/udev /var/log/clearwater-diags-monitor.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/nginx /var/log/nginx/access.log /var/log/nginx/error.log /var/log/btmp /var/log/cloud-init.log /var/log/monit.log /var/log/boot.log /var/log/clearwater-cluster-manager /var/log/dmesg.0 /var/log/clearwater-queue-manager /var/log/dist-upgrade /var/log/clearwater-config-manager /var/log/lastlog /var/log/iotop.log /var/log/ntpstats /var/log/upstart /var/log/upstart/clearwater-monit.log /var/log/upstart/systemd-logind.log /var/log/upstart/container-detect.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/cryptdisks.log /var/log/upstart/rsyslog.log /var/log/upstart/procps-virtual-filesystems.log /var/log/alternatives.log /var/log/dmesg /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/auth.log /var/log/unattended-upgrades real 0m0.040s user 0m0.004s sys 0m0.003s 2018-08-05 12:34:04,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 12:28 ? 00:00:00 /sbin/init root 2 0 0 12:28 ? 00:00:00 [kthreadd] root 3 2 0 12:28 ? 00:00:00 [ksoftirqd/0] root 5 2 0 12:28 ? 00:00:00 [kworker/0:0H] root 6 2 0 12:28 ? 00:00:00 [kworker/u4:0] root 7 2 0 12:28 ? 00:00:00 [rcu_sched] root 8 2 0 12:28 ? 00:00:00 [rcuos/0] root 9 2 0 12:28 ? 00:00:00 [rcuos/1] root 10 2 0 12:28 ? 00:00:00 [rcu_bh] root 11 2 0 12:28 ? 00:00:00 [rcuob/0] root 12 2 0 12:28 ? 00:00:00 [rcuob/1] root 13 2 0 12:28 ? 00:00:00 [migration/0] root 14 2 0 12:28 ? 00:00:00 [watchdog/0] root 15 2 0 12:28 ? 00:00:00 [watchdog/1] root 16 2 0 12:28 ? 00:00:00 [migration/1] root 17 2 0 12:28 ? 00:00:00 [ksoftirqd/1] root 19 2 0 12:28 ? 00:00:00 [kworker/1:0H] root 20 2 0 12:28 ? 00:00:00 [khelper] root 21 2 0 12:28 ? 00:00:00 [kdevtmpfs] root 22 2 0 12:28 ? 00:00:00 [netns] root 23 2 0 12:28 ? 00:00:00 [writeback] root 24 2 0 12:28 ? 00:00:00 [kintegrityd] root 25 2 0 12:28 ? 00:00:00 [bioset] root 27 2 0 12:28 ? 00:00:00 [kblockd] root 28 2 0 12:28 ? 00:00:00 [ata_sff] root 29 2 0 12:28 ? 00:00:00 [khubd] root 30 2 0 12:28 ? 00:00:00 [md] root 31 2 0 12:28 ? 00:00:00 [devfreq_wq] root 32 2 0 12:28 ? 00:00:00 [kworker/1:1] root 34 2 0 12:28 ? 00:00:00 [khungtaskd] root 35 2 0 12:28 ? 00:00:00 [kswapd0] root 36 2 0 12:28 ? 00:00:00 [vmstat] root 37 2 0 12:28 ? 00:00:00 [ksmd] root 38 2 0 12:28 ? 00:00:00 [khugepaged] root 39 2 0 12:28 ? 00:00:00 [fsnotify_mark] root 40 2 0 12:28 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 12:28 ? 00:00:00 [crypto] root 53 2 0 12:28 ? 00:00:00 [kthrotld] root 54 2 0 12:28 ? 00:00:00 [kworker/u4:1] root 55 2 0 12:28 ? 00:00:00 [vballoon] root 56 2 0 12:28 ? 00:00:00 [kworker/0:1] root 57 2 0 12:28 ? 00:00:00 [scsi_eh_0] root 58 2 0 12:28 ? 00:00:00 [scsi_eh_1] root 79 2 0 12:28 ? 00:00:00 [deferwq] root 80 2 0 12:28 ? 00:00:00 [charger_manager] root 124 2 0 12:28 ? 00:00:00 [kpsmoused] root 142 2 0 12:28 ? 00:00:00 [kworker/0:2] root 186 2 0 12:28 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 12:28 ? 00:00:00 [ext4-rsv-conver] root 388 1 0 12:28 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 441 2 0 12:28 ? 00:00:00 [kworker/u5:1] root 443 2 0 12:28 ? 00:00:00 [kworker/u5:2] root 498 1 0 12:28 ? 00:00:00 upstart-socket-bridge --daemon root 571 1 0 12:28 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 820 2 0 12:28 ? 00:00:00 [kauditd] message+ 897 1 0 12:28 ? 00:00:00 dbus-daemon --system --fork root 934 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-logind root 955 1 0 12:28 ? 00:00:00 upstart-file-bridge --daemon syslog 1015 1 0 12:28 ? 00:00:00 rsyslogd root 1051 1 0 12:28 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1054 1 0 12:28 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1058 1 0 12:28 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1059 1 0 12:28 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1061 1 0 12:28 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1102 1 0 12:28 ? 00:00:00 /usr/sbin/sshd -D root 1104 1 0 12:28 ? 00:00:00 cron daemon 1107 1 0 12:28 ? 00:00:00 atd root 1115 1 0 12:28 ? 00:00:00 /usr/sbin/irqbalance root 1117 1 0 12:28 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1199 1 0 12:28 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1237 1 0 12:28 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1451 2 0 12:28 ? 00:00:00 [kworker/1:2] ubuntu 1651 1 0 12:29 ? 00:00:00 /home/ubuntu/homer_host_gki8sk/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_gki8sk --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_gki8sk --logging-server-logdir=/home/ubuntu/homer_host_gki8sk/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_gki8sk/work/homer_host_gki8sk%I.log --pidfile=/home/ubuntu/homer_host_gki8sk/work/homer_host_gki8sk.pid ubuntu 1765 1 0 12:29 ? 00:00:01 python2.7 /home/ubuntu/homer_host_gki8sk/env/bin/diamond --configfile /home/ubuntu/homer_host_gki8sk/work/plugins/diamond/etc/diamond.conf ubuntu 1819 1651 0 12:31 ? 00:00:00 /home/ubuntu/homer_host_gki8sk/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_gki8sk --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_gki8sk --logging-server-logdir=/home/ubuntu/homer_host_gki8sk/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_gki8sk/work/homer_host_gki8sk%I.log --pidfile=/home/ubuntu/homer_host_gki8sk/work/homer_host_gki8sk.pid ubuntu 1840 1819 0 12:31 ? 00:00:00 /home/ubuntu/homer_host_gki8sk/env/bin/python2.7 /home/ubuntu/homer_host_gki8sk/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-GZlfFy ubuntu 1851 1840 0 12:31 ? 00:00:00 /bin/sh -c /tmp/KMKDY/install-homer.sh ubuntu 1853 1851 0 12:31 ? 00:00:00 /bin/bash -e /tmp/KMKDY/install-homer.sh ntp 8464 1 0 12:32 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 8977 1 0 12:33 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9069 1 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9073 9069 0 12:33 ? 00:00:00 inotifywait -e create -qq . root 9147 1 0 12:33 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 9148 9147 0 12:33 ? 00:00:00 nginx: worker process www-data 9149 9147 0 12:33 ? 00:00:00 nginx: worker process www-data 9150 9147 0 12:33 ? 00:00:00 nginx: worker process www-data 9151 9147 0 12:33 ? 00:00:00 nginx: worker process root 9326 8977 0 12:33 ? 00:00:00 [nginx_ping] root 9328 8977 0 12:33 ? 00:00:00 [check-nginx-upt] root 9333 8977 0 12:33 ? 00:00:00 [check-monit-upt] dnsmasq 9761 1 0 12:34 ? 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 9824 1853 0 12:34 ? 00:00:00 /bin/bash -e /tmp/KMKDY/install-homer.sh ubuntu 9825 9824 0 12:34 ? 00:00:00 /bin/bash -e /tmp/KMKDY/install-homer.sh root 9826 9825 0 12:34 ? 00:00:00 sudo ps -edf root 9827 9826 0 12:34 ? 00:00:00 ps -edf real 0m0.009s user 0m0.000s sys 0m0.009s 2018-08-05 12:34:04,854 - 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 9761/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1102/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8977/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9147/nginx tcp6 0 0 ::1:53 :::* LISTEN 9761/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1102/sshd udp 0 0 0.0.0.0:36980 0.0.0.0:* 571/dhclient udp 0 0 192.168.120.31:123 0.0.0.0:* 8464/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8464/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8464/ntpd udp 0 0 127.0.0.1:53 0.0.0.0:* 9761/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 571/dhclient udp6 0 0 fe80::f816:3eff:fe2:123 :::* 8464/ntpd udp6 0 0 ::1:123 :::* 8464/ntpd udp6 0 0 :::123 :::* 8464/ntpd udp6 0 0 :::20620 :::* 571/dhclient udp6 0 0 ::1:53 :::* 9761/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 8990 897/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 9273 1117/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 11024 1651/python2.7 /tmp/cloudify-logging-server-d4892.socket unix 2 [ ACC ] STREAM LISTENING 11953 1840/python2.7 /tmp/ctx-XPlK84.socket unix 2 [ ACC ] STREAM LISTENING 7071 1/init @/com/ubuntu/upstart unix 2 [ ACC ] SEQPACKET LISTENING 7347 392/systemd-udevd /run/udev/control real 0m0.008s user 0m0.004s sys 0m0.004s 2018-08-05 12:34:04,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo netstat 2018-08-05 12:34:04,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Use the DNS server 2018-08-05 12:34:04,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo find /var/log 2018-08-05 12:34:04,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo service dnsmasq force 2018-08-05 12:34:04,855 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:34:04,926 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:34:04,926 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:34:04,926 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:34:04,926 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:34:04,926 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:34:04,926 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:34:04,927 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:34:04,927 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:34:04,927 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:34:04,927 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:34:04 GMT 2018-08-05 12:34:04,927 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:34:04,927 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:34:04,927 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:34:09,928 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:34:10,001 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:34:10,001 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:34:10,002 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:34:10,002 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:34:10,002 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:34:10,002 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:34:10,002 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:34:10,002 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:05.164Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:05.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:05.164Z", "message": "[homer] => [05-Aug-2018 12:33:12 UTC] clearwater-diags-monitor starting\n[05-Aug-2018 12:33:12 UTC] Waiting for trigger files\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:05.164Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "homer_ygmub3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:06.003Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:06.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:06.204Z", "message": "[homer] Installation is done", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:06.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:06.204Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:06.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:06.204Z", "message": "[sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:c9:b9:2b \n inet addr:192.168.120.13 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec9:b92b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:84958 errors:0 dropped:0 overruns:0 frame:0\n TX packets:43453 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:133544816 (133.5 MB) TX bytes:8083924 (8.0 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:16 errors:0 dropped:0 overruns:0 frame:0\n TX packets:16 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:1807 (1.8 KB) TX bytes:1807 (1.8 KB)\n\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:06.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:06.204Z", "message": "[homer] => 2018-08-05 12:33:44.592161232 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:06.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:06.204Z", "message": "[sprout] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.059s\nuser\t0m0.009s\nsys\t0m0.051s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:06.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:06.204Z", "message": "Execution done (return_code=0): /tmp/KMKDY/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:06.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "ab3fece8-9f48-45fc-ae7b-5ee83af92194"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:06.204Z", "message": "[sprout] sudo ifconfig ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:06.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:07.207Z", "message": "[sprout] sudo ps ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:07.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:07.207Z", "message": "[sprout] sudo netstat ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:07.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:07.207Z", "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 9725/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1108/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9013/monit \ntcp6 0 0 ::1:53 :::* LISTEN 9725/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1108/sshd \nudp 0 0 192.168.120.13:123 0.0.0.0:* 8429/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8429/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8429/ntpd \nudp 0 0 0.0.0.0:36231 0.0.0.0:* 586/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9725/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 586/dhclient \nudp6 0 0 fe80::f816:3eff:fec:123 :::* 8429/ntpd \nudp6 0 0 ::1:123 :::* 8429/ntpd \nudp6 0 0 :::123 :::* 8429/ntpd \nudp6 0 0 ::1:53 :::* 9725/dnsmasq \nudp6 0 0 :::26698 :::* 586/dhclient \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 11633 1651/python2.7 /tmp/cloudify-logging-server-957e3.socket\nunix 2 [ ACC ] STREAM LISTENING 12018 1846/python2.7 /tmp/ctx-m4fJtt.socket\nunix 2 [ ACC ] STREAM LISTENING 1529 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 8823 965/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7571 391/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 21004 9046/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 21571 9048/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 8923 1124/acpid /var/run/acpid.socket\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:07.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:07.207Z", "message": "[sprout] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 12:28 ? 00:00:00 /sbin/init\nroot 2 0 0 12:28 ? 00:00:00 [kthreadd]\nroot 3 2 0 12:28 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 12:28 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 12:28 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 12:28 ? 00:00:00 [rcu_sched]\nroot 8 2 0 12:28 ? 00:00:00 [rcuos/0]\nroot 9 2 0 12:28 ? 00:00:00 [rcuos/1]\nroot 10 2 0 12:28 ? 00:00:00 [rcu_bh]\nroot 11 2 0 12:28 ? 00:00:00 [rcuob/0]\nroot 12 2 0 12:28 ? 00:00:00 [rcuob/1]\nroot 13 2 0 12:28 ? 00:00:00 [migration/0]\nroot 14 2 0 12:28 ? 00:00:00 [watchdog/0]\nroot 15 2 0 12:28 ? 00:00:00 [watchdog/1]\nroot 16 2 0 12:28 ? 00:00:00 [migration/1]\nroot 17 2 0 12:28 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 12:28 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 12:28 ? 00:00:00 [khelper]\nroot 21 2 0 12:28 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 12:28 ? 00:00:00 [netns]\nroot 23 2 0 12:28 ? 00:00:00 [writeback]\nroot 24 2 0 12:28 ? 00:00:00 [kintegrityd]\nroot 25 2 0 12:28 ? 00:00:00 [bioset]\nroot 26 2 0 12:28 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 12:28 ? 00:00:00 [kblockd]\nroot 28 2 0 12:28 ? 00:00:00 [ata_sff]\nroot 29 2 0 12:28 ? 00:00:00 [khubd]\nroot 30 2 0 12:28 ? 00:00:00 [md]\nroot 31 2 0 12:28 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 12:28 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 12:28 ? 00:00:00 [khungtaskd]\nroot 35 2 0 12:28 ? 00:00:00 [kswapd0]\nroot 36 2 0 12:28 ? 00:00:00 [vmstat]\nroot 37 2 0 12:28 ? 00:00:00 [ksmd]\nroot 38 2 0 12:28 ? 00:00:00 [khugepaged]\nroot 39 2 0 12:28 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 12:28 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 12:28 ? 00:00:00 [crypto]\nroot 53 2 0 12:28 ? 00:00:00 [kthrotld]\nroot 54 2 0 12:28 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 12:28 ? 00:00:00 [vballoon]\nroot 56 2 0 12:28 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 12:28 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 12:28 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 12:28 ? 00:00:00 [deferwq]\nroot 80 2 0 12:28 ? 00:00:00 [charger_manager]\nroot 124 2 0 12:28 ? 00:00:00 [kpsmoused]\nroot 125 2 0 12:28 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 12:28 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 12:28 ? 00:00:00 [ext4-rsv-conver]\nroot 384 1 0 12:28 ? 00:00:00 upstart-udev-bridge --daemon\nroot 391 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 428 2 0 12:28 ? 00:00:00 [kworker/u5:1]\nroot 524 1 0 12:28 ? 00:00:00 upstart-socket-bridge --daemon\nroot 586 1 0 12:28 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 819 2 0 12:28 ? 00:00:00 [kauditd]\nroot 940 1 0 12:28 ? 00:00:00 upstart-file-bridge --daemon\nmessage+ 965 1 0 12:28 ? 00:00:00 dbus-daemon --system --fork\nroot 986 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1052 1 0 12:28 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1055 1 0 12:28 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1059 1 0 12:28 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1060 1 0 12:28 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1062 1 0 12:28 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1108 1 0 12:28 ? 00:00:00 /usr/sbin/sshd -D\nroot 1109 1 0 12:28 ? 00:00:00 cron\ndaemon 1110 1 0 12:28 ? 00:00:00 atd\nroot 1124 1 0 12:28 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1141 1 0 12:28 ? 00:00:00 /usr/sbin/irqbalance\nroot 1254 1 0 12:28 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1261 1 0 12:28 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1438 2 0 12:28 ? 00:00:00 [kworker/0:2]\nubuntu 1651 1 0 12:28 ? 00:00:00 /home/ubuntu/sprout_host_14hjtp/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_14hjtp --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_14hjtp --logging-server-logdir=/home/ubuntu/sprout_host_14hjtp/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_14hjtp/work/sprout_host_14hjtp%I.log --pidfile=/home/ubuntu/sprout_host_14hjtp/work/sprout_host_14hjtp.pid\nubuntu 1765 1 0 12:29 ? 00:00:01 python2.7 /home/ubuntu/sprout_host_14hjtp/env/bin/diamond --configfile /home/ubuntu/sprout_host_14hjtp/work/plugins/diamond/etc/diamond.conf\nubuntu 1825 1651 0 12:31 ? 00:00:00 /home/ubuntu/sprout_host_14hjtp/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_14hjtp --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_14hjtp --logging-server-logdir=/home/ubuntu/sprout_host_14hjtp/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_14hjtp/work/sprout_host_14hjtp%I.log --pidfile=/home/ubuntu/sprout_host_14hjtp/work/sprout_host_14hjtp.pid\nubuntu 1846 1825 0 12:31 ? 00:00:00 /home/ubuntu/sprout_host_14hjtp/env/bin/python2.7 /home/ubuntu/sprout_host_14hjtp/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-UH7Fy2\nubuntu 1857 1846 0 12:31 ? 00:00:00 /bin/sh -c /tmp/8VVNX/install-sprout.sh\nubuntu 1859 1857 0 12:31 ? 00:00:00 /bin/bash -e /tmp/8VVNX/install-sprout.sh\nroot 2168 2 0 12:31 ? 00:00:00 [kworker/u5:2]\nntp 8429 1 0 12:33 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nsyslog 8912 1 0 12:33 ? 00:00:00 rsyslogd\nroot 9013 1 0 12:33 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9031 1 0 12:33 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 9032 9031 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9037 1 0 12:33 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9039 9037 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9046 9032 0 12:33 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9047 9039 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9048 9047 0 12:33 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\ndnsmasq 9725 1 0 12:34 ? 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 9788 1859 0 12:34 ? 00:00:00 /bin/bash -e /tmp/8VVNX/install-sprout.sh\nubuntu 9789 9788 0 12:34 ? 00:00:00 /bin/bash -e /tmp/8VVNX/install-sprout.sh\nroot 9790 9789 0 12:34 ? 00:00:00 sudo ps -edf\nroot 9791 9790 0 12:34 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.000s\nsys\t0m0.009s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:07.207Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "homer_ygmub3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:07.327Z", "message": "Starting node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:07.327Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:07.327Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:07.327Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:07.327Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:07.327Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:08.311Z", "message": "[localhost] run: sudo mv /tmp/tmpcZTj65 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:08.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d6ae63da-2918-4f27-a073-151f48f0198d"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:08.311Z", "message": "[sprout] sudo find /var/log", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:08.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:08.311Z", "message": "[sprout] => /var/log\n/var/log/cloud-init-output.log\n/var/log/wtmp\n/var/log/syslog\n/var/log/clearwater-socket-factory.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa05\n/var/log/kern.log\n/var/log/apt\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/dpkg.log\n/var/log/udev\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/nginx\n/var/log/nginx/access.log\n/var/log/nginx/error.log\n/var/log/btmp\n/var/log/cloud-init.log\n/var/log/monit.log\n/var/log/boot.log\n/var/log/clearwater-cluster-manager\n/var/log/dmesg.0\n/var/log/clearwater-queue-manager\n/var/log/dist-upgrade\n/var/log/clearwater-config-manager\n/var/log/lastlog\n/var/log/iotop.log\n/var/log/ntpstats\n/var/log/upstart\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/alternatives.log\n/var/log/dmesg\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/sprout\n/var/log/sprout/sprout_out.log\n/var/log/sprout/sprout_current.txt\n/var/log/sprout/sprout_20180805T120000Z.txt\n/var/log/sprout/sprout_err.log\n/var/log/auth.log\n/var/log/unattended-upgrades\n\nreal\t0m0.039s\nuser\t0m0.001s\nsys\t0m0.004s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:08.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:08.311Z", "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-05T12:34:08.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d6ae63da-2918-4f27-a073-151f48f0198d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:08.311Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:08.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d6ae63da-2918-4f27-a073-151f48f0198d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:08.311Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:08.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d6ae63da-2918-4f27-a073-151f48f0198d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:08.311Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'homer': {u'homer_ygmub3': {u'public_address': u'', u'private_address': u'192.168.120.31', u'name': u'homer-ygmub3'}}, u'bono': {u'bono_ydi6h4': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.9', u'name': u'bono-ydi6h4'}}}, 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.20', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:08.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d6ae63da-2918-4f27-a073-151f48f0198d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:08.311Z", "message": "Downloaded scripts/bind/bind.py to /tmp/YU3KJ/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:08.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d6ae63da-2918-4f27-a073-151f48f0198d"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:08.311Z", "message": "[sprout] => 2018:08:05 12:33:24: Namespace: management\n2018:08:05 12:33:24: [management] Starting server\n2018:08:05 12:33:24: [management] Listening for requests\n2018:08:05 12:33:24: Namespace: signaling\n2018:08:05 12:33:24: [signaling] Starting server\n2018:08:05 12:33:24: [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-05T12:34:08.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:08.311Z", "message": "[localhost] run: sudo mv /tmp/tmpHzQzoP /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:08.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d6ae63da-2918-4f27-a073-151f48f0198d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:08.311Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:08.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d6ae63da-2918-4f27-a073-151f48f0198d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:08.311Z", "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-05T12:34:08.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d6ae63da-2918-4f27-a073-151f48f0198d"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:08.311Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:08.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:08.311Z", "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-05T12:34:08.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d6ae63da-2918-4f27-a073-151f48f0198d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:08.311Z", "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-05T12:34:08.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d6ae63da-2918-4f27-a073-151f48f0198d"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:08.311Z", "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-05T12:34:08.311Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "d6ae63da-2918-4f27-a073-151f48f0198d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:08.331Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:08.331Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:09.315Z", "message": "[sprout] => 2018-08-05 12:33:46.084098626 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-05T12:34:09.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:09.315Z", "message": "[sprout] Installation is done", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:09.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:09.315Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:09.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:09.315Z", "message": "Execution done (return_code=0): /tmp/8VVNX/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:09.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "6b56502f-7e35-4587-84ea-19f76bc0af73"}, {"node_instance_id": "sprout_77xqda", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:09.505Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:09.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 1791, "offset": 1721, "size": 50}}} 2018-08-05 12:34:10,002 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:34:10,003 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:34:10 GMT 2018-08-05 12:34:10,003 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:34:10,003 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 35426 2018-08-05 12:34:10,003 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:34:10,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-08-05 12:34:10,004 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => [05-Aug-2018 12:33:12 UTC] clearwater-diags-monitor starting [05-Aug-2018 12:33:12 UTC] Waiting for trigger files real 0m0.006s user 0m0.000s sys 0m0.005s 2018-08-05 12:34:10,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:34:10,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installation is done 2018-08-05 12:34:10,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-08-05 12:34:10,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:c9:b9:2b inet addr:192.168.120.13 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fec9:b92b/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:84958 errors:0 dropped:0 overruns:0 frame:0 TX packets:43453 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:133544816 (133.5 MB) TX bytes:8083924 (8.0 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:16 errors:0 dropped:0 overruns:0 frame:0 TX packets:16 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1807 (1.8 KB) TX bytes:1807 (1.8 KB) real 0m0.006s user 0m0.000s sys 0m0.006s 2018-08-05 12:34:10,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => 2018-08-05 12:33:44.592161232 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.000s sys 0m0.005s 2018-08-05 12:34:10,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.059s user 0m0.009s sys 0m0.051s 2018-08-05 12:34:10,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/KMKDY/install-homer.sh 2018-08-05 12:34:10,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ifconfig 2018-08-05 12:34:10,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ps 2018-08-05 12:34:10,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo netstat 2018-08-05 12:34:10,006 - 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 9725/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1108/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9013/monit tcp6 0 0 ::1:53 :::* LISTEN 9725/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1108/sshd udp 0 0 192.168.120.13:123 0.0.0.0:* 8429/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8429/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8429/ntpd udp 0 0 0.0.0.0:36231 0.0.0.0:* 586/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9725/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 586/dhclient udp6 0 0 fe80::f816:3eff:fec:123 :::* 8429/ntpd udp6 0 0 ::1:123 :::* 8429/ntpd udp6 0 0 :::123 :::* 8429/ntpd udp6 0 0 ::1:53 :::* 9725/dnsmasq udp6 0 0 :::26698 :::* 586/dhclient Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 11633 1651/python2.7 /tmp/cloudify-logging-server-957e3.socket unix 2 [ ACC ] STREAM LISTENING 12018 1846/python2.7 /tmp/ctx-m4fJtt.socket unix 2 [ ACC ] STREAM LISTENING 1529 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 8823 965/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] SEQPACKET LISTENING 7571 391/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 21004 9046/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 21571 9048/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 8923 1124/acpid /var/run/acpid.socket real 0m0.007s user 0m0.000s sys 0m0.007s 2018-08-05 12:34:10,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 12:28 ? 00:00:00 /sbin/init root 2 0 0 12:28 ? 00:00:00 [kthreadd] root 3 2 0 12:28 ? 00:00:00 [ksoftirqd/0] root 5 2 0 12:28 ? 00:00:00 [kworker/0:0H] root 6 2 0 12:28 ? 00:00:00 [kworker/u4:0] root 7 2 0 12:28 ? 00:00:00 [rcu_sched] root 8 2 0 12:28 ? 00:00:00 [rcuos/0] root 9 2 0 12:28 ? 00:00:00 [rcuos/1] root 10 2 0 12:28 ? 00:00:00 [rcu_bh] root 11 2 0 12:28 ? 00:00:00 [rcuob/0] root 12 2 0 12:28 ? 00:00:00 [rcuob/1] root 13 2 0 12:28 ? 00:00:00 [migration/0] root 14 2 0 12:28 ? 00:00:00 [watchdog/0] root 15 2 0 12:28 ? 00:00:00 [watchdog/1] root 16 2 0 12:28 ? 00:00:00 [migration/1] root 17 2 0 12:28 ? 00:00:00 [ksoftirqd/1] root 19 2 0 12:28 ? 00:00:00 [kworker/1:0H] root 20 2 0 12:28 ? 00:00:00 [khelper] root 21 2 0 12:28 ? 00:00:00 [kdevtmpfs] root 22 2 0 12:28 ? 00:00:00 [netns] root 23 2 0 12:28 ? 00:00:00 [writeback] root 24 2 0 12:28 ? 00:00:00 [kintegrityd] root 25 2 0 12:28 ? 00:00:00 [bioset] root 26 2 0 12:28 ? 00:00:00 [kworker/u5:0] root 27 2 0 12:28 ? 00:00:00 [kblockd] root 28 2 0 12:28 ? 00:00:00 [ata_sff] root 29 2 0 12:28 ? 00:00:00 [khubd] root 30 2 0 12:28 ? 00:00:00 [md] root 31 2 0 12:28 ? 00:00:00 [devfreq_wq] root 32 2 0 12:28 ? 00:00:00 [kworker/0:1] root 34 2 0 12:28 ? 00:00:00 [khungtaskd] root 35 2 0 12:28 ? 00:00:00 [kswapd0] root 36 2 0 12:28 ? 00:00:00 [vmstat] root 37 2 0 12:28 ? 00:00:00 [ksmd] root 38 2 0 12:28 ? 00:00:00 [khugepaged] root 39 2 0 12:28 ? 00:00:00 [fsnotify_mark] root 40 2 0 12:28 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 12:28 ? 00:00:00 [crypto] root 53 2 0 12:28 ? 00:00:00 [kthrotld] root 54 2 0 12:28 ? 00:00:00 [kworker/u4:1] root 55 2 0 12:28 ? 00:00:00 [vballoon] root 56 2 0 12:28 ? 00:00:00 [kworker/1:1] root 57 2 0 12:28 ? 00:00:00 [scsi_eh_0] root 58 2 0 12:28 ? 00:00:00 [scsi_eh_1] root 79 2 0 12:28 ? 00:00:00 [deferwq] root 80 2 0 12:28 ? 00:00:00 [charger_manager] root 124 2 0 12:28 ? 00:00:00 [kpsmoused] root 125 2 0 12:28 ? 00:00:00 [kworker/1:2] root 186 2 0 12:28 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 12:28 ? 00:00:00 [ext4-rsv-conver] root 384 1 0 12:28 ? 00:00:00 upstart-udev-bridge --daemon root 391 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 428 2 0 12:28 ? 00:00:00 [kworker/u5:1] root 524 1 0 12:28 ? 00:00:00 upstart-socket-bridge --daemon root 586 1 0 12:28 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 12:28 ? 00:00:00 [kauditd] root 940 1 0 12:28 ? 00:00:00 upstart-file-bridge --daemon message+ 965 1 0 12:28 ? 00:00:00 dbus-daemon --system --fork root 986 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-logind root 1052 1 0 12:28 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1055 1 0 12:28 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1059 1 0 12:28 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1060 1 0 12:28 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1062 1 0 12:28 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1108 1 0 12:28 ? 00:00:00 /usr/sbin/sshd -D root 1109 1 0 12:28 ? 00:00:00 cron daemon 1110 1 0 12:28 ? 00:00:00 atd root 1124 1 0 12:28 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1141 1 0 12:28 ? 00:00:00 /usr/sbin/irqbalance root 1254 1 0 12:28 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1261 1 0 12:28 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1438 2 0 12:28 ? 00:00:00 [kworker/0:2] ubuntu 1651 1 0 12:28 ? 00:00:00 /home/ubuntu/sprout_host_14hjtp/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_14hjtp --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_14hjtp --logging-server-logdir=/home/ubuntu/sprout_host_14hjtp/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_14hjtp/work/sprout_host_14hjtp%I.log --pidfile=/home/ubuntu/sprout_host_14hjtp/work/sprout_host_14hjtp.pid ubuntu 1765 1 0 12:29 ? 00:00:01 python2.7 /home/ubuntu/sprout_host_14hjtp/env/bin/diamond --configfile /home/ubuntu/sprout_host_14hjtp/work/plugins/diamond/etc/diamond.conf ubuntu 1825 1651 0 12:31 ? 00:00:00 /home/ubuntu/sprout_host_14hjtp/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_14hjtp --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_14hjtp --logging-server-logdir=/home/ubuntu/sprout_host_14hjtp/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_14hjtp/work/sprout_host_14hjtp%I.log --pidfile=/home/ubuntu/sprout_host_14hjtp/work/sprout_host_14hjtp.pid ubuntu 1846 1825 0 12:31 ? 00:00:00 /home/ubuntu/sprout_host_14hjtp/env/bin/python2.7 /home/ubuntu/sprout_host_14hjtp/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-UH7Fy2 ubuntu 1857 1846 0 12:31 ? 00:00:00 /bin/sh -c /tmp/8VVNX/install-sprout.sh ubuntu 1859 1857 0 12:31 ? 00:00:00 /bin/bash -e /tmp/8VVNX/install-sprout.sh root 2168 2 0 12:31 ? 00:00:00 [kworker/u5:2] ntp 8429 1 0 12:33 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 syslog 8912 1 0 12:33 ? 00:00:00 rsyslogd root 9013 1 0 12:33 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9031 1 0 12:33 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9032 9031 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9037 1 0 12:33 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9039 9037 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9046 9032 0 12:33 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9047 9039 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9048 9047 0 12:33 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling dnsmasq 9725 1 0 12:34 ? 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 9788 1859 0 12:34 ? 00:00:00 /bin/bash -e /tmp/8VVNX/install-sprout.sh ubuntu 9789 9788 0 12:34 ? 00:00:00 /bin/bash -e /tmp/8VVNX/install-sprout.sh root 9790 9789 0 12:34 ? 00:00:00 sudo ps -edf root 9791 9790 0 12:34 ? 00:00:00 ps -edf real 0m0.009s user 0m0.000s sys 0m0.009s 2018-08-05 12:34:10,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:34:10,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:34:10,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:34:10,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpcZTj65 /etc/bind/db.clearwater.opnfv 2018-08-05 12:34:10,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo find /var/log 2018-08-05 12:34:10,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => /var/log /var/log/cloud-init-output.log /var/log/wtmp /var/log/syslog /var/log/clearwater-socket-factory.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/sysstat /var/log/sysstat/clearwater-sa05 /var/log/kern.log /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/dpkg.log /var/log/udev /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/nginx /var/log/nginx/access.log /var/log/nginx/error.log /var/log/btmp /var/log/cloud-init.log /var/log/monit.log /var/log/boot.log /var/log/clearwater-cluster-manager /var/log/dmesg.0 /var/log/clearwater-queue-manager /var/log/dist-upgrade /var/log/clearwater-config-manager /var/log/lastlog /var/log/iotop.log /var/log/ntpstats /var/log/upstart /var/log/upstart/clearwater-monit.log /var/log/upstart/systemd-logind.log /var/log/upstart/container-detect.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/cryptdisks.log /var/log/upstart/rsyslog.log /var/log/upstart/procps-virtual-filesystems.log /var/log/alternatives.log /var/log/dmesg /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/sprout /var/log/sprout/sprout_out.log /var/log/sprout/sprout_current.txt /var/log/sprout/sprout_20180805T120000Z.txt /var/log/sprout/sprout_err.log /var/log/auth.log /var/log/unattended-upgrades real 0m0.039s user 0m0.001s sys 0m0.004s 2018-08-05 12:34:10,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-05 12:34:10,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-05 12:34:10,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-05 12:34:10,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'homer': {u'homer_ygmub3': {u'public_address': u'', u'private_address': u'192.168.120.31', u'name': u'homer-ygmub3'}}, u'bono': {u'bono_ydi6h4': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.9', u'name': u'bono-ydi6h4'}}}, 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.20', u'hss_hostname': u''}. 2018-08-05 12:34:10,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/YU3KJ/bind.py 2018-08-05 12:34:10,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018:08:05 12:33:24: Namespace: management 2018:08:05 12:33:24: [management] Starting server 2018:08:05 12:33:24: [management] Listening for requests 2018:08:05 12:33:24: Namespace: signaling 2018:08:05 12:33:24: [signaling] Starting server 2018:08:05 12:33:24: [signaling] Listening for requests real 0m0.005s user 0m0.000s sys 0m0.005s 2018-08-05 12:34:10,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpHzQzoP /etc/bind/db.clearwater.local 2018-08-05 12:34:10,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-05 12:34:10,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-05 12:34:10,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-08-05 12:34:10,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-05 12:34:10,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-05 12:34:10,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-05 12:34:10,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:34:10,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018-08-05 12:33:46.084098626 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.004s sys 0m0.002s 2018-08-05 12:34:10,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installation is done 2018-08-05 12:34:10,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-08-05 12:34:10,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/8VVNX/install-sprout.sh 2018-08-05 12:34:10,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:34:10,011 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:34:10,077 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:34:10,077 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:34:10,077 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:34:10,077 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:34:10,078 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:34:10,078 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:34:10,078 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:34:10,078 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:34:10,078 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:34:10,078 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:34:10 GMT 2018-08-05 12:34:10,078 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:34:10,078 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:34:10,078 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:34:15,084 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:34:15,153 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:34:15,153 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:34:15,153 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:34:15,153 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:34:15,153 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:34:15,153 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:34:15,153 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:34:15,154 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_77xqda", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:10.333Z", "message": "Starting node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:10.333Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:10.959Z", "message": "Downloaded scripts/bind/bind.py to /tmp/CSQTM/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:10.959Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7e3e8a70-9f4c-4645-a203-c8f9d4dd1acf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:11.320Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:11.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7e3e8a70-9f4c-4645-a203-c8f9d4dd1acf"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:11.337Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:11.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:11.337Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:11.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:12.323Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:12.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7e3e8a70-9f4c-4645-a203-c8f9d4dd1acf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:12.323Z", "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-05T12:34:12.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7e3e8a70-9f4c-4645-a203-c8f9d4dd1acf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:12.323Z", "message": "[localhost] run: sudo mv /tmp/tmpiPXWb7 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:12.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7e3e8a70-9f4c-4645-a203-c8f9d4dd1acf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:12.323Z", "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-05T12:34:12.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7e3e8a70-9f4c-4645-a203-c8f9d4dd1acf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:12.323Z", "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-05T12:34:12.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7e3e8a70-9f4c-4645-a203-c8f9d4dd1acf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:12.323Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'homer': {u'homer_ygmub3': {u'public_address': u'', u'private_address': u'192.168.120.31', u'name': u'homer-ygmub3'}}, u'sprout': {u'sprout_77xqda': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'sprout-77xqda'}}, u'bono': {u'bono_ydi6h4': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.9', u'name': u'bono-ydi6h4'}}}, 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.20', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:12.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7e3e8a70-9f4c-4645-a203-c8f9d4dd1acf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:12.323Z", "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-05T12:34:12.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7e3e8a70-9f4c-4645-a203-c8f9d4dd1acf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:12.323Z", "message": "[localhost] run: sudo mv /tmp/tmphuY1GD /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:12.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7e3e8a70-9f4c-4645-a203-c8f9d4dd1acf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:12.323Z", "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-05T12:34:12.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7e3e8a70-9f4c-4645-a203-c8f9d4dd1acf"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:12.323Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:12.323Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7e3e8a70-9f4c-4645-a203-c8f9d4dd1acf"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:12.344Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:12.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:12.344Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:12.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:12.344Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:12.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:13.351Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/PC82W/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:13.351Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "545b33bb-a9fa-4cf8-9c83-26203bafbffd"}], "metadata": {"pagination": {"total": 1811, "offset": 1760, "size": 50}}} 2018-08-05 12:34:15,154 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:34:15,154 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:34:15 GMT 2018-08-05 12:34:15,154 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:34:15,154 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10736 2018-08-05 12:34:15,154 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:34:15,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:34:15,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/CSQTM/bind.py 2018-08-05 12:34:15,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-05 12:34:15,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:34:15,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:34:15,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-05 12:34:15,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-05 12:34:15,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpiPXWb7 /etc/bind/db.clearwater.opnfv 2018-08-05 12:34:15,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-05 12:34:15,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-05 12:34:15,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'homer': {u'homer_ygmub3': {u'public_address': u'', u'private_address': u'192.168.120.31', u'name': u'homer-ygmub3'}}, u'sprout': {u'sprout_77xqda': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'sprout-77xqda'}}, u'bono': {u'bono_ydi6h4': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.9', u'name': u'bono-ydi6h4'}}}, 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.20', u'hss_hostname': u''}. 2018-08-05 12:34:15,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-05 12:34:15,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmphuY1GD /etc/bind/db.clearwater.local 2018-08-05 12:34:15,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-05 12:34:15,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-05 12:34:15,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:34:15,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:34:15,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:34:15,158 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/PC82W/add-snmpproxy-collector.py 2018-08-05 12:34:15,158 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:34:15,215 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:34:15,215 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:34:15,215 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:34:15,215 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:34:15,215 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:34:15,215 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:34:15,215 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:34:15,216 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:34:15,216 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:34:15,216 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:34:15 GMT 2018-08-05 12:34:15,216 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:34:15,216 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:34:15,216 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:34:20,221 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:34:20,290 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:34:20,290 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:34:20,291 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:34:20,291 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:34:20,291 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:34:20,291 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:34:20,291 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:34:20,291 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:16.126Z", "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 0 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.0 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58110 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.933s\nuser\t0m12.554s\nsys\t0m3.059s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:16.126Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:16.383Z", "message": "[ellis] The installation packages is done correctly", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:16.383Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:17.387Z", "message": "[ellis] sudo service dnsmasq force", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:17.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:17.387Z", "message": "[ellis] Configure a new DNS server", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:17.387Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:18.979Z", "message": "[ellis] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.060s\nuser\t0m0.007s\nsys\t0m0.053s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:18.979Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:19.423Z", "message": "[dime] The installation packages is done correctly", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:19.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:19.423Z", "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 0 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,538 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58584 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\t0m25.905s\nuser\t0m12.556s\nsys\t0m2.959s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:19.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:19.423Z", "message": "[ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:58:d2:a0 \n inet addr:192.168.120.32 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe58:d2a0/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:96300 errors:0 dropped:0 overruns:0 frame:0\n TX packets:48003 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:147179165 (147.1 MB) TX bytes:8489326 (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:377 errors:0 dropped:0 overruns:0 frame:0\n TX packets:377 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:36475 (36.4 KB) TX bytes:36475 (36.4 KB)\n\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:19.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:19.423Z", "message": "[ellis] sudo ifconfig ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:19.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}], "metadata": {"pagination": {"total": 1820, "offset": 1779, "size": 50}}} 2018-08-05 12:34:20,291 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:34:20,292 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:34:20 GMT 2018-08-05 12:34:20,292 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:34:20,292 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 33369 2018-08-05 12:34:20,292 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:34:20,293 - 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 0 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.0 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58110 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.933s user 0m12.554s sys 0m3.059s 2018-08-05 12:34:20,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] The installation packages is done correctly 2018-08-05 12:34:20,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo service dnsmasq force 2018-08-05 12:34:20,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure a new DNS server 2018-08-05 12:34:20,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.060s user 0m0.007s sys 0m0.053s 2018-08-05 12:34:20,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] The installation packages is done correctly 2018-08-05 12:34:20,294 - 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 0 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,538 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58584 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 0m25.905s user 0m12.556s sys 0m2.959s 2018-08-05 12:34:20,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:58:d2:a0 inet addr:192.168.120.32 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe58:d2a0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:96300 errors:0 dropped:0 overruns:0 frame:0 TX packets:48003 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:147179165 (147.1 MB) TX bytes:8489326 (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:377 errors:0 dropped:0 overruns:0 frame:0 TX packets:377 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:36475 (36.4 KB) TX bytes:36475 (36.4 KB) real 0m0.006s user 0m0.000s sys 0m0.006s 2018-08-05 12:34:20,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ifconfig 2018-08-05 12:34:20,295 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:34:20,358 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:34:20,358 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:34:20,359 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:34:20,359 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:34:20,359 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:34:20,359 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:34:20,359 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:34:20,359 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:34:20,359 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:34:20,359 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:34:20 GMT 2018-08-05 12:34:20,359 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:34:20,360 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:34:20,360 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:34:25,365 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:34:25,449 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:34:25,449 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:34:25,449 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:34:25,449 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:34:25,449 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:34:25,449 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:34:25,449 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:34:25,450 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:20.427Z", "message": "[dime] sudo service dnsmasq force", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:20.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:20.427Z", "message": "[ellis] sudo ps ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:20.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:20.427Z", "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 11184/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1104/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9953/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10128/nginx \ntcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9217/mysqld \ntcp 0 0 192.168.120.32:2380 0.0.0.0:* LISTEN 10653/etcd \ntcp6 0 0 ::1:53 :::* LISTEN 11184/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1104/sshd \ntcp6 0 0 :::4000 :::* LISTEN 10653/etcd \nudp 0 0 192.168.120.32:123 0.0.0.0:* 9368/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 9368/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 9368/ntpd \nudp 0 0 0.0.0.0:51210 0.0.0.0:* 569/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 11184/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 569/dhclient \nudp6 0 0 fe80::f816:3eff:fe5:123 :::* 9368/ntpd \nudp6 0 0 ::1:123 :::* 9368/ntpd \nudp6 0 0 :::123 :::* 9368/ntpd \nudp6 0 0 :::44464 :::* 569/dhclient \nudp6 0 0 ::1:53 :::* 11184/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 11430 1648/python2.7 /tmp/cloudify-logging-server-c0a72.socket\nunix 2 [ ACC ] STREAM LISTENING 11791 1834/python2.7 /tmp/ctx-ti24YT.socket\nunix 2 [ ACC ] STREAM LISTENING 21337 9217/mysqld /var/run/mysqld/mysqld.sock\nunix 2 [ ACC ] STREAM LISTENING 9310 1126/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 23107 10308/python /tmp/.ellis-sock\nunix 2 [ ACC ] STREAM LISTENING 1480 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] SEQPACKET LISTENING 1961 391/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 8907 879/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.008s\nuser\t0m0.004s\nsys\t0m0.004s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:20.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:20.427Z", "message": "[ellis] sudo netstat ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:20.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:20.427Z", "message": "[ellis] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 12:28 ? 00:00:00 /sbin/init\nroot 2 0 0 12:28 ? 00:00:00 [kthreadd]\nroot 3 2 0 12:28 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 12:28 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 12:28 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 12:28 ? 00:00:00 [rcu_sched]\nroot 8 2 0 12:28 ? 00:00:00 [rcuos/0]\nroot 9 2 0 12:28 ? 00:00:00 [rcuos/1]\nroot 10 2 0 12:28 ? 00:00:00 [rcu_bh]\nroot 11 2 0 12:28 ? 00:00:00 [rcuob/0]\nroot 12 2 0 12:28 ? 00:00:00 [rcuob/1]\nroot 13 2 0 12:28 ? 00:00:00 [migration/0]\nroot 14 2 0 12:28 ? 00:00:00 [watchdog/0]\nroot 15 2 0 12:28 ? 00:00:00 [watchdog/1]\nroot 16 2 0 12:28 ? 00:00:00 [migration/1]\nroot 17 2 0 12:28 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 12:28 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 12:28 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 12:28 ? 00:00:00 [khelper]\nroot 21 2 0 12:28 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 12:28 ? 00:00:00 [netns]\nroot 23 2 0 12:28 ? 00:00:00 [writeback]\nroot 24 2 0 12:28 ? 00:00:00 [kintegrityd]\nroot 25 2 0 12:28 ? 00:00:00 [bioset]\nroot 27 2 0 12:28 ? 00:00:00 [kblockd]\nroot 28 2 0 12:28 ? 00:00:00 [ata_sff]\nroot 29 2 0 12:28 ? 00:00:00 [khubd]\nroot 30 2 0 12:28 ? 00:00:00 [md]\nroot 31 2 0 12:28 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 12:28 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 12:28 ? 00:00:00 [khungtaskd]\nroot 35 2 0 12:28 ? 00:00:00 [kswapd0]\nroot 36 2 0 12:28 ? 00:00:00 [vmstat]\nroot 37 2 0 12:28 ? 00:00:00 [ksmd]\nroot 38 2 0 12:28 ? 00:00:00 [khugepaged]\nroot 39 2 0 12:28 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 12:28 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 12:28 ? 00:00:00 [crypto]\nroot 53 2 0 12:28 ? 00:00:00 [kthrotld]\nroot 54 2 0 12:28 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 12:28 ? 00:00:00 [vballoon]\nroot 56 2 0 12:28 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 12:28 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 12:28 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 12:28 ? 00:00:00 [deferwq]\nroot 80 2 0 12:28 ? 00:00:00 [charger_manager]\nroot 124 2 0 12:28 ? 00:00:00 [kpsmoused]\nroot 142 2 0 12:28 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 12:28 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 12:28 ? 00:00:00 [ext4-rsv-conver]\nroot 386 1 0 12:28 ? 00:00:00 upstart-udev-bridge --daemon\nroot 391 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 427 2 0 12:28 ? 00:00:00 [kworker/u5:1]\nroot 428 2 0 12:28 ? 00:00:00 [kworker/u5:2]\nroot 530 1 0 12:28 ? 00:00:00 upstart-socket-bridge --daemon\nroot 569 1 0 12:28 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 818 2 0 12:28 ? 00:00:00 [kauditd]\nmessage+ 879 1 0 12:28 ? 00:00:00 dbus-daemon --system --fork\nroot 932 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-logind\nroot 940 1 0 12:28 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 971 1 0 12:28 ? 00:00:00 rsyslogd\nroot 1048 1 0 12:28 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1051 1 0 12:28 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1055 1 0 12:28 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1056 1 0 12:28 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1059 1 0 12:28 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1104 1 0 12:28 ? 00:00:00 /usr/sbin/sshd -D\ndaemon 1106 1 0 12:28 ? 00:00:00 atd\nroot 1107 1 0 12:28 ? 00:00:00 cron\nroot 1113 1 0 12:28 ? 00:00:00 /usr/sbin/irqbalance\nroot 1126 1 0 12:28 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1196 1 0 12:28 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1202 1 0 12:28 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1648 1 0 12:29 ? 00:00:00 /home/ubuntu/ellis_host_zfhort/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_zfhort --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_zfhort --logging-server-logdir=/home/ubuntu/ellis_host_zfhort/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_zfhort/work/ellis_host_zfhort%I.log --pidfile=/home/ubuntu/ellis_host_zfhort/work/ellis_host_zfhort.pid\nubuntu 1762 1 0 12:29 ? 00:00:01 python2.7 /home/ubuntu/ellis_host_zfhort/env/bin/diamond --configfile /home/ubuntu/ellis_host_zfhort/work/plugins/diamond/etc/diamond.conf\nubuntu 1813 1648 0 12:31 ? 00:00:00 /home/ubuntu/ellis_host_zfhort/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_zfhort --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_zfhort --logging-server-logdir=/home/ubuntu/ellis_host_zfhort/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_zfhort/work/ellis_host_zfhort%I.log --pidfile=/home/ubuntu/ellis_host_zfhort/work/ellis_host_zfhort.pid\nubuntu 1834 1813 0 12:31 ? 00:00:00 /home/ubuntu/ellis_host_zfhort/env/bin/python2.7 /home/ubuntu/ellis_host_zfhort/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-e_upF_\nubuntu 1845 1834 0 12:31 ? 00:00:00 /bin/sh -c /tmp/P52X0/install-ellis.sh\nubuntu 1848 1845 0 12:31 ? 00:00:00 /bin/bash -e /tmp/P52X0/install-ellis.sh\nmysql 9217 1 0 12:33 ? 00:00:00 /usr/sbin/mysqld\nntp 9368 1 0 12:33 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 9953 1 0 12:33 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 10005 1 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 10009 10005 0 12:33 ? 00:00:00 inotifywait -e create -qq .\nroot 10083 2 0 12:33 ? 00:00:00 [kworker/u5:0]\nroot 10128 1 0 12:33 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 10129 10128 0 12:33 ? 00:00:00 nginx: worker process\nwww-data 10130 10128 0 12:33 ? 00:00:00 nginx: worker process\nwww-data 10131 10128 0 12:33 ? 00:00:00 nginx: worker process\nwww-data 10132 10128 0 12:33 ? 00:00:00 nginx: worker process\nellis 10308 1 0 12:33 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background\nclearwa+ 10653 1 1 12:34 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.32:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.32 --name 192-168-120-32 --debug --initial-cluster 192-168-120-20=http://192.168.120.20:2380,192-168-120-32=http://192.168.120.32:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.32:2380 --listen-peer-urls http://192.168.120.32:2380\nroot 10820 1 0 12:34 ? 00:00:00 /usr/share/clearwater/clearwater-cluster-manager/env/bin/python /usr/share/clearwater/bin/clearwater-cluster-manager --mgmt-local-ip=192.168.120.32 --sig-local-ip=192.168.120.32 --local-site=site1 --remote-site= --remote-cassandra-seeds= --signaling-namespace= --uuid=0a6ea321-22fc-4770-bd23-ae533f174c81 --etcd-key=clearwater --etcd-cluster-key=ellis --cluster-manager-enabled=Y --log-level=3 --log-directory=/var/log/clearwater-cluster-manager --pidfile=/var/run/clearwater-cluster-manager.pid\nroot 10926 1 0 12:34 ? 00:00:00 /usr/share/clearwater/clearwater-queue-manager/env/bin/python /usr/share/clearwater/bin/clearwater-queue-manager --local-ip=192.168.120.32 --local-site=site1 --log-level=3 --log-directory=/var/log/clearwater-queue-manager --pidfile=/var/run/clearwater-queue-manager.pid --etcd-key=clearwater --node-type=ellis --wait-plugin-complete=Y\nroot 11005 9953 0 12:34 ? 00:00:00 [nginx_ping] \nroot 11007 9953 0 12:34 ? 00:00:00 [check-nginx-upt] \nroot 11010 9953 0 12:34 ? 00:00:00 [check-monit-upt] \nroot 11014 9953 0 12:34 ? 00:00:00 [poll_ellis.sh] \nroot 11017 9953 0 12:34 ? 00:00:00 [poll_ellis_http] \nroot 11026 9953 0 12:34 ? 00:00:00 [check-queue-man] \nroot 11031 9953 0 12:34 ? 00:00:00 [check-etcd-upti] \nroot 11035 9953 0 12:34 ? 00:00:00 [poll_etcd_clust] \nroot 11039 9953 0 12:34 ? 00:00:00 [poll_etcd.sh] \nroot 11079 1 0 12:34 ? 00:00:00 /usr/share/clearwater/clearwater-config-manager/env/bin/python /usr/share/clearwater/bin/clearwater-config-manager --local-ip=192.168.120.32 --local-site=site1 --log-level=3 --log-directory=/var/log/clearwater-config-manager --pidfile=/var/run/clearwater-config-manager.pid --etcd-key=clearwater\ndnsmasq 11184 1 0 12:34 ? 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 11248 1848 0 12:34 ? 00:00:00 /bin/bash -e /tmp/P52X0/install-ellis.sh\nubuntu 11249 11248 0 12:34 ? 00:00:00 /bin/bash -e /tmp/P52X0/install-ellis.sh\nroot 11250 11249 0 12:34 ? 00:00:00 sudo ps -edf\nroot 11251 11250 0 12:34 ? 00:00:00 ps -edf\n\nreal\t0m0.010s\nuser\t0m0.002s\nsys\t0m0.010s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:20.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:20.427Z", "message": "[dime] Use the DNS server", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:20.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:21.432Z", "message": "[ellis] sudo find /var/log", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:21.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:21.432Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:21.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:21.432Z", "message": "[ellis] => /var/log\n/var/log/cloud-init-output.log\n/var/log/wtmp\n/var/log/syslog\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa05\n/var/log/sysstat/sa05\n/var/log/kern.log\n/var/log/apt\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/ellis\n/var/log/dpkg.log\n/var/log/udev\n/var/log/clearwater-diags-monitor.log\n/var/log/mysql.err\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-etcd/clearwater-etcd.log\n/var/log/nginx\n/var/log/nginx/access.log\n/var/log/nginx/error.log\n/var/log/btmp\n/var/log/mysql.log\n/var/log/cloud-init.log\n/var/log/monit.log\n/var/log/boot.log\n/var/log/clearwater-cluster-manager\n/var/log/clearwater-cluster-manager/cluster-manager_20180805T120000Z.txt\n/var/log/clearwater-cluster-manager/cluster-manager.output.log\n/var/log/dmesg.0\n/var/log/mysql\n/var/log/mysql/error.log\n/var/log/clearwater-queue-manager\n/var/log/clearwater-queue-manager/queue_operation.log\n/var/log/clearwater-queue-manager/queue-manager_20180805T120000Z.txt\n/var/log/clearwater-queue-manager/queue-manager.output.log\n/var/log/dist-upgrade\n/var/log/clearwater-config-manager\n/var/log/clearwater-config-manager/config-manager.output.log\n/var/log/clearwater-config-manager/config-manager_20180805T120000Z.txt\n/var/log/lastlog\n/var/log/iotop.log\n/var/log/ntpstats\n/var/log/upstart\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/mysql.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/alternatives.log\n/var/log/dmesg\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/auth.log\n/var/log/unattended-upgrades\n\nreal\t0m0.011s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:21.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:21.432Z", "message": "[ellis] => [05-Aug-2018 12:33:31 UTC] clearwater-diags-monitor starting\n[05-Aug-2018 12:33:31 UTC] Waiting for trigger files\n\nreal\t0m0.005s\nuser\t0m0.002s\nsys\t0m0.003s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:21.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:22.435Z", "message": "[ellis] => 05-08-2018 12:34:07.405 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-cluster-manager.pid.lockfile\n05-08-2018 12:34:07.406 UTC INFO main.py:196 (thread MainThread): No plugin threads running, waiting for a SIGTERM or SIGQUIT\n\nreal\t0m0.007s\nuser\t0m0.005s\nsys\t0m0.002s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:22.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:22.435Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:22.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:22.435Z", "message": "[ellis] => 2018-08-05 12:34:01.381632455 Stopping etcd clearwater-etcd\n2018-08-05 12:34:02.642907047 Restarting etcd clearwater-etcd\n2018-08-05 12:34:02.648161244 Configured ETCDCTL_PEERS: 192.168.120.20:4000,\n2018-08-05 12:34:02.649070782 Check for previous failed startup attempt\n2018-08-05 12:34:02.650351288 Running etcdctl member list\n97faac099366e92f: name=192-168-120-20 peerURLs=http://192.168.120.20:2380 clientURLs=http://192.168.120.20:4000 isLeader=true\n2018-08-05 12:34:02.767918461 etcdctl returned 0\n2018-08-05 12:34:02.773676039 Joining existing cluster...\n2018-08-05 12:34:04.776217714 Configured ETCDCTL_PEERS: 192.168.120.20:4000,\n2018-08-05 12:34:04.776983240 Check cluster is healthy\n2018-08-05 12:34:04.778708100 Running etcdctl cluster-health\nmember 97faac099366e92f is healthy: got healthy result from http://192.168.120.20:4000\ncluster is healthy\n2018-08-05 12:34:04.790515296 etcdctl returned 0\n2018-08-05 12:34:04.791590695 Tell the cluster we're joining\n2018-08-05 12:34:04.792441961 Running etcdctl member add 192-168-120-32 http://192.168.120.32:2380\nAdded member named 192-168-120-32 with ID 9f9d5431e0910eb2 to cluster\n\nETCD_NAME=\"192-168-120-32\"\nETCD_INITIAL_CLUSTER=\"192-168-120-20=http://192.168.120.20:2380,192-168-120-32=http://192.168.120.32:2380\"\nETCD_INITIAL_CLUSTER_STATE=\"existing\"\n2018-08-05 12:34:04.809518106 etcdctl returned 0\n2018-08-05 12:34:04.840956545 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.32:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.32\n --name 192-168-120-32\n --debug --initial-cluster 192-168-120-20=http://192.168.120.20:2380,192-168-120-32=http://192.168.120.32:2380\n --initial-cluster-state existing\n --initial-advertise-peer-urls http://192.168.120.32:2380\n --listen-peer-urls http://192.168.120.32:2380\n2018-08-05 12:34:04.842601958 Check we're actually a member of the cluster\n2018-08-05 12:34:04.847345466 Wait for etcd to startup\n2018-08-05 12:34:05.854064195 Etcd started successfully\n2018-08-05 12:34:04.874532 I | etcdmain: etcd Version: 3.1.7\n2018-08-05 12:34:04.874574 I | etcdmain: Git SHA: 43b7507\n2018-08-05 12:34:04.874578 I | etcdmain: Go Version: go1.7.5\n2018-08-05 12:34:04.874581 I | etcdmain: Go OS/Arch: linux/amd64\n2018-08-05 12:34:04.874585 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2018-08-05 12:34:04.874648 I | embed: listening for peers on http://192.168.120.32:2380\n2018-08-05 12:34:04.874701 I | embed: listening for client requests on 0.0.0.0:4000\n2018-08-05 12:34:04.923075 I | etcdserver: name = 192-168-120-32\n2018-08-05 12:34:04.923096 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.32\n2018-08-05 12:34:04.923101 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.32/member\n2018-08-05 12:34:04.923105 I | etcdserver: heartbeat = 100ms\n2018-08-05 12:34:04.923109 I | etcdserver: election = 1000ms\n2018-08-05 12:34:04.923113 I | etcdserver: snapshot count = 10000\n2018-08-05 12:34:04.923122 I | etcdserver: advertise client URLs = http://192.168.120.32:4000\n2018-08-05 12:34:04.996941 I | etcdserver: starting member 9f9d5431e0910eb2 in cluster a930ab78b7477820\n2018-08-05 12:34:04.996995 I | raft: 9f9d5431e0910eb2 became follower at term 0\n2018-08-05 12:34:04.997012 I | raft: newRaft 9f9d5431e0910eb2 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2018-08-05 12:34:04.997017 I | raft: 9f9d5431e0910eb2 became follower at term 1\n2018-08-05 12:34:05.194545 I | rafthttp: started HTTP pipelining with peer 97faac099366e92f\n2018-08-05 12:34:05.194606 I | rafthttp: starting peer 97faac099366e92f...\n2018-08-05 12:34:05.194617 I | rafthttp: started HTTP pipelining with peer 97faac099366e92f\n2018-08-05 12:34:05.196793 I | rafthttp: started streaming with peer 97faac099366e92f (writer)\n2018-08-05 12:34:05.196817 I | rafthttp: started streaming with peer 97faac099366e92f (writer)\n2018-08-05 12:34:05.200564 I | rafthttp: started peer 97faac099366e92f\n2018-08-05 12:34:05.200594 I | rafthttp: added peer 97faac099366e92f\n2018-08-05 12:34:05.201554 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2018-08-05 12:34:05.202357 I | raft: 9f9d5431e0910eb2 [term: 1] received a MsgHeartbeat message with higher term from 97faac099366e92f [term: 2]\n2018-08-05 12:34:05.202374 I | raft: 9f9d5431e0910eb2 became follower at term 2\n2018-08-05 12:34:05.202389 I | raft: raft.node: 9f9d5431e0910eb2 elected leader 97faac099366e92f at term 2\n2018-08-05 12:34:05.202521 I | rafthttp: started streaming with peer 97faac099366e92f (stream MsgApp v2 reader)\n2018-08-05 12:34:05.202744 I | rafthttp: started streaming with peer 97faac099366e92f (stream Message reader)\n2018-08-05 12:34:05.203178 I | rafthttp: peer 97faac099366e92f became active\n2018-08-05 12:34:05.203189 I | rafthttp: established a TCP streaming connection with peer 97faac099366e92f (stream Message writer)\n2018-08-05 12:34:05.203646 I | rafthttp: established a TCP streaming connection with peer 97faac099366e92f (stream MsgApp v2 writer)\n2018-08-05 12:34:05.203702 I | rafthttp: established a TCP streaming connection with peer 97faac099366e92f (stream Message reader)\n2018-08-05 12:34:05.204255 I | rafthttp: established a TCP streaming connection with peer 97faac099366e92f (stream MsgApp v2 reader)\n2018-08-05 12:34:05.212888 D | raft: 9f9d5431e0910eb2 [logterm: 0, index: 30] rejected msgApp [logterm: 2, index: 30] from 97faac099366e92f\n2018-08-05 12:34:05.224455 D | raft: 9f9d5431e0910eb2 [logterm: 0, index: 30] rejected msgApp [logterm: 2, index: 30] from 97faac099366e92f\n2018-08-05 12:34:05.224478 D | raft: 9f9d5431e0910eb2 [logterm: 0, index: 30] rejected msgApp [logterm: 2, index: 30] from 97faac099366e92f\n2018-08-05 12:34:05.224490 D | raft: 9f9d5431e0910eb2 [logterm: 0, index: 30] rejected msgApp [logterm: 2, index: 30] from 97faac099366e92f\n2018-08-05 12:34:05.224861 I | etcdserver/membership: added member 97faac099366e92f [http://192.168.120.20:2380] to cluster a930ab78b7477820\n2018-08-05 12:34:05.225195 N | etcdserver/membership: set the initial cluster version to 3.1\n2018-08-05 12:34:05.225247 I | etcdserver/api: enabled capabilities for version 3.1\n2018-08-05 12:34:05.225559 I | etcdserver/membership: added member 9f9d5431e0910eb2 [http://192.168.120.32:2380] to cluster a930ab78b7477820\n2018-08-05 12:34:05.247163 I | etcdserver: published {Name:192-168-120-32 ClientURLs:[http://192.168.120.32:4000]} to cluster a930ab78b7477820\n2018-08-05 12:34:05.247214 I | embed: ready to serve client requests\n2018-08-05 12:34:05.247526 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2018-08-05 12:34:06.048709 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.32:59176\n2018-08-05 12:34:06.061469 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.32:59177\n2018-08-05 12:34:06.064735 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.32:59179\n2018-08-05 12:34:07.309619 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.32:59182\n2018-08-05 12:34:07.312052 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.32:59183\n2018-08-05 12:34:07.318017 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.32:59185\n2018-08-05 12:34:11.945252 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.32:59189\n2018-08-05 12:34:11.969329 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.32:59189\n2018-08-05 12:34:12.121667 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.32:59190\n2018-08-05 12:34:12.133030 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.32:59191\n2018-08-05 12:34:12.246776 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.32:59193\n2018-08-05 12:34:15.418770 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.32:59195\n2018-08-05 12:34:15.454518 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.32:59197\n2018-08-05 12:34:15.467075 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.32:59199\n2018-08-05 12:34:16.229529 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.32:59189\n2018-08-05 12:34:16.235261 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.32:59189\n2018-08-05 12:34:17.637374 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?quorum=true remote:192.168.120.32:59200\n2018-08-05 12:34:17.638078 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?quorum=true remote:192.168.120.32:59201\n2018-08-05 12:34:17.739015 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.9:32842\n2018-08-05 12:34:17.739436 D | etcdserver/api/v2http: [GET] /v2/members/leader remote:192.168.120.9:32842\n2018-08-05 12:34:17.760650 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.32:59202\n2018-08-05 12:34:17.854578 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.9:32845\n2018-08-05 12:34:17.856308 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.32:59202\n2018-08-05 12:34:17.897403 D | etcdserver/api/v2http: [POST] /v2/members remote:192.168.120.9:32847\n2018-08-05 12:34:17.912829 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.32:59203\n2018-08-05 12:34:17.930439 I | etcdserver/membership: added member b2b32d504c7b04fd [http://192.168.120.9:2380] to cluster a930ab78b7477820\n2018-08-05 12:34:17.930461 I | rafthttp: starting peer b2b32d504c7b04fd...\n2018-08-05 12:34:17.930476 I | rafthttp: started HTTP pipelining with peer b2b32d504c7b04fd\n2018-08-05 12:34:17.936129 I | rafthttp: started streaming with peer b2b32d504c7b04fd (writer)\n2018-08-05 12:34:17.936338 I | rafthttp: started streaming with peer b2b32d504c7b04fd (writer)\n2018-08-05 12:34:17.936493 I | rafthttp: started peer b2b32d504c7b04fd\n2018-08-05 12:34:17.936520 I | rafthttp: added peer b2b32d504c7b04fd\n2018-08-05 12:34:17.936560 I | rafthttp: started streaming with peer b2b32d504c7b04fd (stream Message reader)\n2018-08-05 12:34:17.936740 I | rafthttp: started streaming with peer b2b32d504c7b04fd (stream MsgApp v2 reader)\n2018-08-05 12:34:17.936876 D | rafthttp: failed to dial b2b32d504c7b04fd on stream Message (dial tcp 192.168.120.9:2380: getsockopt: connection refused)\n2018-08-05 12:34:17.936944 D | rafthttp: failed to dial b2b32d504c7b04fd on stream MsgApp v2 (dial tcp 192.168.120.9:2380: getsockopt: connection refused)\n2018-08-05 12:34:17.937237 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.9:32847\n2018-08-05 12:34:19.004663 I | rafthttp: peer b2b32d504c7b04fd became active\n2018-08-05 12:34:19.004704 I | rafthttp: established a TCP streaming connection with peer b2b32d504c7b04fd (stream Message writer)\n2018-08-05 12:34:19.004801 I | rafthttp: established a TCP streaming connection with peer b2b32d504c7b04fd (stream MsgApp v2 writer)\n2018-08-05 12:34:19.005018 I | rafthttp: established a TCP streaming connection with peer b2b32d504c7b04fd (stream MsgApp v2 reader)\n2018-08-05 12:34:19.005219 I | rafthttp: established a TCP streaming connection with peer b2b32d504c7b04fd (stream Message reader)\n2018-08-05 12:34:19.126066 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.9:32866\n2018-08-05 12:34:19.785973 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?quorum=true remote:192.168.120.32:59200\n2018-08-05 12:34:19.789287 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?waitIndex=15&recursive=false&wait=true remote:192.168.120.32:59200\n2018-08-05 12:34:20.441240 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.32:59189\n2018-08-05 12:34:20.445620 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.32:59189\n2018-08-05 12:34:21.889161 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?quorum=true remote:192.168.120.32:59201\n2018-08-05 12:34:21.894732 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?waitIndex=16&recursive=false&wait=true remote:192.168.120.32:59201\n\nreal\t0m0.005s\nuser\t0m0.002s\nsys\t0m0.003s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:22.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:22.435Z", "message": "[dime] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.083s\nuser\t0m0.005s\nsys\t0m0.058s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:22.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:22.435Z", "message": "[dime] sudo ifconfig ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:22.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:22.435Z", "message": "[ellis] => 05-08-2018 12:34:15.517 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-config-manager.pid.lockfile\n05-08-2018 12:34:15.517 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting dns_json_plugin.py\n05-08-2018 12:34:15.519 UTC INFO plugin_loader.py:34 (thread MainThread): Loading dns_json_plugin.py\n05-08-2018 12:34:15.519 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded dns_json_plugin.py successfully\n05-08-2018 12:34:15.519 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting shared_config_plugin.py\n05-08-2018 12:34:15.519 UTC INFO plugin_loader.py:34 (thread MainThread): Loading shared_config_plugin.py\n05-08-2018 12:34:15.519 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded shared_config_plugin.py successfully\n05-08-2018 12:34:15.531 UTC INFO alarms.py:312 (thread MainThread): Imported /usr/share/clearwater/bin/alarms.py\n05-08-2018 12:34:17.635 UTC INFO main.py:113 (thread MainThread): Loaded plugin \n05-08-2018 12:34:17.635 UTC INFO main.py:113 (thread MainThread): Loaded plugin \n05-08-2018 12:34:17.636 UTC INFO main.py:120 (thread MainThread): Started thread for plugin \n05-08-2018 12:34:17.637 UTC INFO main.py:120 (thread MainThread): Started thread for plugin \n05-08-2018 12:34:17.670 UTC INFO common_etcd_synchronizer.py:302 (thread SharedConfigPlugin): Read value # Deployment definitions\nhome_domain=clearwater.opnfv\nsprout_hostname=sprout.clearwater.local\nchronos_hostname=192.168.120.20: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.20\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 from etcd, comparing to last value None\n05-08-2018 12:34:17.671 UTC INFO etcd_synchronizer.py:40 (thread SharedConfigPlugin): Got new config value from etcd - filename /etc/clearwater/shared_config, file size 849, MD5 hash 05008c2f9201a57e27c02f4a31fe6c1a\n05-08-2018 12:34:17.671 UTC INFO common_etcd_synchronizer.py:302 (thread DNSJSONPlugin): Read value {\n \"hostnames\": [\n ]\n} from etcd, comparing to last value None\n05-08-2018 12:34:17.671 UTC INFO shared_config_plugin.py:50 (thread SharedConfigPlugin): Updating shared configuration file\n05-08-2018 12:34:17.671 UTC INFO etcd_synchronizer.py:40 (thread DNSJSONPlugin): Got new config value from etcd - filename /etc/clearwater/dns.json, file size 24, MD5 hash b34e5b6d718cca35ce2d8841cea01ad6\n05-08-2018 12:34:17.671 UTC INFO dns_json_plugin.py:45 (thread DNSJSONPlugin): Updating DNS configuration file\n05-08-2018 12:34:19.788 UTC INFO common_etcd_synchronizer.py:302 (thread DNSJSONPlugin): Read value {\n \"hostnames\": [\n ]\n} from etcd, comparing to last value {\n \"hostnames\": [\n ]\n}\n05-08-2018 12:34:19.788 UTC INFO common_etcd_synchronizer.py:305 (thread DNSJSONPlugin): Watching for changes with 15\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-05T12:34:22.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "ellis_p95kuy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:23.254Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:23.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:23.490Z", "message": "Execution done (return_code=0): /tmp/P52X0/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:23.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:23.490Z", "message": "[ellis] Installation is done", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:23.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:23.490Z", "message": "[ellis] => 05-08-2018 12:34:11.913 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-queue-manager.pid.lockfile\n05-08-2018 12:34:11.913 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting apply_config_plugin.py\n05-08-2018 12:34:11.932 UTC INFO plugin_loader.py:34 (thread MainThread): Loading apply_config_plugin.py\n05-08-2018 12:34:11.932 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded apply_config_plugin.py successfully\n05-08-2018 12:34:11.938 UTC INFO main.py:114 (thread MainThread): Loaded plugin \n05-08-2018 12:34:11.941 UTC INFO main.py:121 (thread MainThread): Started thread for plugin \n05-08-2018 12:34:11.968 UTC INFO common_etcd_synchronizer.py:332 (thread Thread-3): Key /clearwater/site1/configuration/apply_config_ellis doesn't exist in etcd yet\n05-08-2018 12:34:12.016 UTC INFO etcd_synchronizer.py:77 (thread ApplyConfigPlugin): Got new queue config {\"FORCE\": false, \"ERRORED\": [], \"COMPLETED\": [], \"QUEUED\": []} from etcd\n05-08-2018 12:34:12.016 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm\n05-08-2018 12:34:12.024 UTC INFO alarms.py:312 (thread ApplyConfigPlugin): Imported /usr/share/clearwater/bin/alarms.py\n05-08-2018 12:34:14.126 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm\n05-08-2018 12:34:16.228 UTC INFO etcd_synchronizer.py:122 (thread ApplyConfigPlugin): Writing state {\"ERRORED\": [], \"FORCE\": false, \"COMPLETED\": [], \"QUEUED\": []} into etcd with index None\n05-08-2018 12:34:16.234 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm\n05-08-2018 12:34:16.256 UTC INFO common_etcd_synchronizer.py:302 (thread Thread-4): Read value {\"FORCE\": false, \"ERRORED\": [], \"COMPLETED\": [], \"QUEUED\": []} from etcd, comparing to last value None\n05-08-2018 12:34:18.337 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm\n05-08-2018 12:34:20.440 UTC INFO etcd_synchronizer.py:122 (thread ApplyConfigPlugin): Writing state {\"ERRORED\": [], \"FORCE\": false, \"COMPLETED\": [], \"QUEUED\": []} into etcd with index None\n05-08-2018 12:34:20.453 UTC INFO common_etcd_synchronizer.py:302 (thread Thread-7): Read value {\"ERRORED\": [], \"FORCE\": false, \"COMPLETED\": [], \"QUEUED\": [{\"STATUS\": \"QUEUED\", \"ID\": \"192.168.120.32-ellis\"}]} from etcd, comparing to last value None\n05-08-2018 12:34:20.453 UTC INFO etcd_synchronizer.py:77 (thread ApplyConfigPlugin): Got new queue config {\"ERRORED\": [], \"FORCE\": false, \"COMPLETED\": [], \"QUEUED\": [{\"STATUS\": \"QUEUED\", \"ID\": \"192.168.120.32-ellis\"}]} from etcd\n05-08-2018 12:34:20.453 UTC INFO alarms.py:27 (thread ApplyConfigPlugin): Raising minor local alarm\n05-08-2018 12:34:22.556 UTC INFO alarms.py:27 (thread ApplyConfigPlugin): Raising minor global alarm\n05-08-2018 12:34:17.759 UTC INFO modify_nodes_in_queue.py:40: Using etcd key apply_config_ellis\n05-08-2018 12:34:17.759 UTC DEBUG modify_nodes_in_queue.py:45: Adding 192.168.120.32-ellis to queue to restart\n05-08-2018 12:34:17.912 UTC DEBUG modify_nodes_in_queue.py:50: Node successfully added to restart queue\n05-08-2018 12:34:17.913 UTC INFO modify_nodes_in_queue.py:85: New etcd state is {\"ERRORED\": [], \"FORCE\": false, \"COMPLETED\": [], \"QUEUED\": [{\"STATUS\": \"QUEUED\", \"ID\": \"192.168.120.32-ellis\"}]}\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-05T12:34:23.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:23.490Z", "message": "[dime] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 12:28 ? 00:00:00 /sbin/init\nroot 2 0 0 12:28 ? 00:00:00 [kthreadd]\nroot 3 2 0 12:28 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 12:28 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 12:28 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 12:28 ? 00:00:00 [rcu_sched]\nroot 8 2 0 12:28 ? 00:00:00 [rcuos/0]\nroot 9 2 0 12:28 ? 00:00:00 [rcuos/1]\nroot 10 2 0 12:28 ? 00:00:00 [rcu_bh]\nroot 11 2 0 12:28 ? 00:00:00 [rcuob/0]\nroot 12 2 0 12:28 ? 00:00:00 [rcuob/1]\nroot 13 2 0 12:28 ? 00:00:00 [migration/0]\nroot 14 2 0 12:28 ? 00:00:00 [watchdog/0]\nroot 15 2 0 12:28 ? 00:00:00 [watchdog/1]\nroot 16 2 0 12:28 ? 00:00:00 [migration/1]\nroot 17 2 0 12:28 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 12:28 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 12:28 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 12:28 ? 00:00:00 [khelper]\nroot 21 2 0 12:28 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 12:28 ? 00:00:00 [netns]\nroot 23 2 0 12:28 ? 00:00:00 [writeback]\nroot 24 2 0 12:28 ? 00:00:00 [kintegrityd]\nroot 25 2 0 12:28 ? 00:00:00 [bioset]\nroot 26 2 0 12:28 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 12:28 ? 00:00:00 [kblockd]\nroot 28 2 0 12:28 ? 00:00:00 [ata_sff]\nroot 29 2 0 12:28 ? 00:00:00 [khubd]\nroot 30 2 0 12:28 ? 00:00:00 [md]\nroot 31 2 0 12:28 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 12:28 ? 00:00:00 [kworker/1:1]\nroot 33 2 0 12:28 ? 00:00:00 [kworker/0:1]\nroot 35 2 0 12:28 ? 00:00:00 [khungtaskd]\nroot 36 2 0 12:28 ? 00:00:00 [kswapd0]\nroot 37 2 0 12:28 ? 00:00:00 [vmstat]\nroot 38 2 0 12:28 ? 00:00:00 [ksmd]\nroot 39 2 0 12:28 ? 00:00:00 [khugepaged]\nroot 40 2 0 12:28 ? 00:00:00 [fsnotify_mark]\nroot 41 2 0 12:28 ? 00:00:00 [ecryptfs-kthrea]\nroot 42 2 0 12:28 ? 00:00:00 [crypto]\nroot 54 2 0 12:28 ? 00:00:00 [kthrotld]\nroot 55 2 0 12:28 ? 00:00:00 [kworker/u4:1]\nroot 56 2 0 12:28 ? 00:00:00 [vballoon]\nroot 57 2 0 12:28 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 12:28 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 12:28 ? 00:00:00 [deferwq]\nroot 80 2 0 12:28 ? 00:00:00 [charger_manager]\nroot 123 2 0 12:28 ? 00:00:00 [kpsmoused]\nroot 142 2 0 12:28 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 12:28 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 12:28 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 12:28 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 427 2 0 12:28 ? 00:00:00 [kworker/u5:1]\nroot 534 1 0 12:28 ? 00:00:00 upstart-socket-bridge --daemon\nroot 581 1 0 12:28 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 817 2 0 12:28 ? 00:00:00 [kauditd]\nroot 932 1 0 12:28 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 979 1 0 12:28 ? 00:00:00 rsyslogd\nmessage+ 986 1 0 12:28 ? 00:00:00 dbus-daemon --system --fork\nroot 1002 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1048 1 0 12:28 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1051 1 0 12:28 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1058 1 0 12:28 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1059 1 0 12:28 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1061 1 0 12:28 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1093 1 0 12:28 ? 00:00:00 /usr/sbin/sshd -D\ndaemon 1094 1 0 12:28 ? 00:00:00 atd\nroot 1095 1 0 12:28 ? 00:00:00 cron\nroot 1105 1 0 12:28 ? 00:00:00 /usr/sbin/irqbalance\nroot 1127 1 0 12:28 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1196 1 0 12:28 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1202 1 0 12:28 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1648 1 0 12:29 ? 00:00:00 /home/ubuntu/dime_host_yzrrbo/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_yzrrbo --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_yzrrbo --logging-server-logdir=/home/ubuntu/dime_host_yzrrbo/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_yzrrbo/work/dime_host_yzrrbo%I.log --pidfile=/home/ubuntu/dime_host_yzrrbo/work/dime_host_yzrrbo.pid\nroot 1759 2 0 12:29 ? 00:00:00 [kworker/u5:2]\nubuntu 1763 1 0 12:29 ? 00:00:01 python2.7 /home/ubuntu/dime_host_yzrrbo/env/bin/diamond --configfile /home/ubuntu/dime_host_yzrrbo/work/plugins/diamond/etc/diamond.conf\nubuntu 1814 1648 0 12:31 ? 00:00:00 /home/ubuntu/dime_host_yzrrbo/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_yzrrbo --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_yzrrbo --logging-server-logdir=/home/ubuntu/dime_host_yzrrbo/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_yzrrbo/work/dime_host_yzrrbo%I.log --pidfile=/home/ubuntu/dime_host_yzrrbo/work/dime_host_yzrrbo.pid\nubuntu 1835 1814 0 12:31 ? 00:00:00 /home/ubuntu/dime_host_yzrrbo/env/bin/python2.7 /home/ubuntu/dime_host_yzrrbo/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-CeNz5v\nubuntu 1846 1835 0 12:31 ? 00:00:00 /bin/sh -c /tmp/FD455/install-dime.sh\nubuntu 1848 1846 0 12:31 ? 00:00:00 /bin/bash -e /tmp/FD455/install-dime.sh\nntp 8780 1 0 12:33 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 9346 1 0 12:33 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 9347 9346 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9351 1 0 12:33 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9352 9351 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9359 9347 0 12:33 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9362 9352 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9363 9362 0 12:33 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9559 1 0 12:33 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nsnmp 10151 1 0 12:34 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid\ndnsmasq 10421 1 0 12:34 ? 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 10484 1848 0 12:34 ? 00:00:00 /bin/bash -e /tmp/FD455/install-dime.sh\nubuntu 10485 10484 0 12:34 ? 00:00:00 /bin/bash -e /tmp/FD455/install-dime.sh\nroot 10486 10485 0 12:34 ? 00:00:00 sudo ps -edf\nroot 10487 10486 0 12:34 ? 00:00:00 ps -edf\n\nreal\t0m0.010s\nuser\t0m0.004s\nsys\t0m0.007s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:23.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:23.490Z", "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 10421/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 9559/monit \ntcp6 0 0 ::1:53 :::* LISTEN 10421/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1093/sshd \nudp 0 0 192.168.120.10:123 0.0.0.0:* 8780/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8780/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8780/ntpd \nudp 0 0 0.0.0.0:161 0.0.0.0:* 10151/snmpd \nudp 0 0 0.0.0.0:52629 0.0.0.0:* 581/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 10421/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 581/dhclient \nudp6 0 0 fe80::f816:3eff:fe2:123 :::* 8780/ntpd \nudp6 0 0 ::1:123 :::* 8780/ntpd \nudp6 0 0 :::123 :::* 8780/ntpd \nudp6 0 0 :::161 :::* 10151/snmpd \nudp6 0 0 :::53481 :::* 581/dhclient \nudp6 0 0 ::1:53 :::* 10421/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] SEQPACKET LISTENING 8226 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 9020 986/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 10231 1648/python2.7 /tmp/cloudify-logging-server-126bf.socket\nunix 2 [ ACC ] STREAM LISTENING 12593 1835/python2.7 /tmp/ctx-bMPpq7.socket\nunix 2 [ ACC ] STREAM LISTENING 790 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 21733 9359/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 21299 9363/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 8145 1127/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 24083 10151/snmpd /var/agentx/master\n\nreal\t0m0.008s\nuser\t0m0.008s\nsys\t0m0.001s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:23.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:23.490Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:23.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "0bfb4be3-1ac0-47b4-9dce-e5a8e33c3bb2"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:23.490Z", "message": "[dime] sudo ps ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:23.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:23.490Z", "message": "[dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:26:82:96 \n inet addr:192.168.120.10 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe26:8296/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:110469 errors:0 dropped:0 overruns:0 frame:0\n TX packets:53122 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:171610812 (171.6 MB) TX bytes:8969821 (8.9 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets: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.000s\nsys\t0m0.006s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:23.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:23.490Z", "message": "[dime] sudo netstat ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:23.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "ellis_p95kuy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:24.424Z", "message": "Starting node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:24.424Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:24.424Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:24.424Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:24.634Z", "message": "[dime] => /var/log\n/var/log/cloud-init-output.log\n/var/log/wtmp\n/var/log/syslog\n/var/log/clearwater-socket-factory.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa05\n/var/log/kern.log\n/var/log/apt\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/dpkg.log\n/var/log/ralf\n/var/log/udev\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/nginx\n/var/log/nginx/access.log\n/var/log/nginx/error.log\n/var/log/btmp\n/var/log/cloud-init.log\n/var/log/monit.log\n/var/log/boot.log\n/var/log/clearwater-cluster-manager\n/var/log/dmesg.0\n/var/log/clearwater-queue-manager\n/var/log/dist-upgrade\n/var/log/clearwater-config-manager\n/var/log/lastlog\n/var/log/iotop.log\n/var/log/ntpstats\n/var/log/homestead\n/var/log/homestead/homestead_out.log\n/var/log/homestead/homestead_20180805T120000Z.txt\n/var/log/homestead/homestead_current.txt\n/var/log/homestead/homestead_err.log\n/var/log/upstart\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/alternatives.log\n/var/log/dmesg\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/auth.log\n/var/log/unattended-upgrades\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-05T12:34:24.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:24.634Z", "message": "[dime] sudo find /var/log", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:24.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:24.634Z", "message": "[dime] => 2018:08:05 12:33:22: Namespace: management\n2018:08:05 12:33:22: [management] Starting server\n2018:08:05 12:33:22: [management] Listening for requests\n2018:08:05 12:33:22: Namespace: signaling\n2018:08:05 12:33:22: [signaling] Starting server\n2018:08:05 12:33:22: [signaling] Listening for requests\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:24.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:24.634Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:24.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}], "metadata": {"pagination": {"total": 1855, "offset": 1788, "size": 50}}} 2018-08-05 12:34:25,450 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:34:25,450 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:34:25 GMT 2018-08-05 12:34:25,450 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:34:25,450 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 67430 2018-08-05 12:34:25,450 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:34:25,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo service dnsmasq force 2018-08-05 12:34:25,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ps 2018-08-05 12:34:25,453 - 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 11184/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1104/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9953/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10128/nginx tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9217/mysqld tcp 0 0 192.168.120.32:2380 0.0.0.0:* LISTEN 10653/etcd tcp6 0 0 ::1:53 :::* LISTEN 11184/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1104/sshd tcp6 0 0 :::4000 :::* LISTEN 10653/etcd udp 0 0 192.168.120.32:123 0.0.0.0:* 9368/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 9368/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 9368/ntpd udp 0 0 0.0.0.0:51210 0.0.0.0:* 569/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 11184/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 569/dhclient udp6 0 0 fe80::f816:3eff:fe5:123 :::* 9368/ntpd udp6 0 0 ::1:123 :::* 9368/ntpd udp6 0 0 :::123 :::* 9368/ntpd udp6 0 0 :::44464 :::* 569/dhclient udp6 0 0 ::1:53 :::* 11184/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 11430 1648/python2.7 /tmp/cloudify-logging-server-c0a72.socket unix 2 [ ACC ] STREAM LISTENING 11791 1834/python2.7 /tmp/ctx-ti24YT.socket unix 2 [ ACC ] STREAM LISTENING 21337 9217/mysqld /var/run/mysqld/mysqld.sock unix 2 [ ACC ] STREAM LISTENING 9310 1126/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 23107 10308/python /tmp/.ellis-sock unix 2 [ ACC ] STREAM LISTENING 1480 1/init @/com/ubuntu/upstart unix 2 [ ACC ] SEQPACKET LISTENING 1961 391/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 8907 879/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.008s user 0m0.004s sys 0m0.004s 2018-08-05 12:34:25,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo netstat 2018-08-05 12:34:25,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 12:28 ? 00:00:00 /sbin/init root 2 0 0 12:28 ? 00:00:00 [kthreadd] root 3 2 0 12:28 ? 00:00:00 [ksoftirqd/0] root 5 2 0 12:28 ? 00:00:00 [kworker/0:0H] root 6 2 0 12:28 ? 00:00:00 [kworker/u4:0] root 7 2 0 12:28 ? 00:00:00 [rcu_sched] root 8 2 0 12:28 ? 00:00:00 [rcuos/0] root 9 2 0 12:28 ? 00:00:00 [rcuos/1] root 10 2 0 12:28 ? 00:00:00 [rcu_bh] root 11 2 0 12:28 ? 00:00:00 [rcuob/0] root 12 2 0 12:28 ? 00:00:00 [rcuob/1] root 13 2 0 12:28 ? 00:00:00 [migration/0] root 14 2 0 12:28 ? 00:00:00 [watchdog/0] root 15 2 0 12:28 ? 00:00:00 [watchdog/1] root 16 2 0 12:28 ? 00:00:00 [migration/1] root 17 2 0 12:28 ? 00:00:00 [ksoftirqd/1] root 18 2 0 12:28 ? 00:00:00 [kworker/1:0] root 19 2 0 12:28 ? 00:00:00 [kworker/1:0H] root 20 2 0 12:28 ? 00:00:00 [khelper] root 21 2 0 12:28 ? 00:00:00 [kdevtmpfs] root 22 2 0 12:28 ? 00:00:00 [netns] root 23 2 0 12:28 ? 00:00:00 [writeback] root 24 2 0 12:28 ? 00:00:00 [kintegrityd] root 25 2 0 12:28 ? 00:00:00 [bioset] root 27 2 0 12:28 ? 00:00:00 [kblockd] root 28 2 0 12:28 ? 00:00:00 [ata_sff] root 29 2 0 12:28 ? 00:00:00 [khubd] root 30 2 0 12:28 ? 00:00:00 [md] root 31 2 0 12:28 ? 00:00:00 [devfreq_wq] root 32 2 0 12:28 ? 00:00:00 [kworker/0:1] root 34 2 0 12:28 ? 00:00:00 [khungtaskd] root 35 2 0 12:28 ? 00:00:00 [kswapd0] root 36 2 0 12:28 ? 00:00:00 [vmstat] root 37 2 0 12:28 ? 00:00:00 [ksmd] root 38 2 0 12:28 ? 00:00:00 [khugepaged] root 39 2 0 12:28 ? 00:00:00 [fsnotify_mark] root 40 2 0 12:28 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 12:28 ? 00:00:00 [crypto] root 53 2 0 12:28 ? 00:00:00 [kthrotld] root 54 2 0 12:28 ? 00:00:00 [kworker/u4:1] root 55 2 0 12:28 ? 00:00:00 [vballoon] root 56 2 0 12:28 ? 00:00:00 [kworker/1:1] root 57 2 0 12:28 ? 00:00:00 [scsi_eh_0] root 58 2 0 12:28 ? 00:00:00 [scsi_eh_1] root 79 2 0 12:28 ? 00:00:00 [deferwq] root 80 2 0 12:28 ? 00:00:00 [charger_manager] root 124 2 0 12:28 ? 00:00:00 [kpsmoused] root 142 2 0 12:28 ? 00:00:00 [kworker/0:2] root 186 2 0 12:28 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 12:28 ? 00:00:00 [ext4-rsv-conver] root 386 1 0 12:28 ? 00:00:00 upstart-udev-bridge --daemon root 391 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 427 2 0 12:28 ? 00:00:00 [kworker/u5:1] root 428 2 0 12:28 ? 00:00:00 [kworker/u5:2] root 530 1 0 12:28 ? 00:00:00 upstart-socket-bridge --daemon root 569 1 0 12:28 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 818 2 0 12:28 ? 00:00:00 [kauditd] message+ 879 1 0 12:28 ? 00:00:00 dbus-daemon --system --fork root 932 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-logind root 940 1 0 12:28 ? 00:00:00 upstart-file-bridge --daemon syslog 971 1 0 12:28 ? 00:00:00 rsyslogd root 1048 1 0 12:28 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1051 1 0 12:28 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1055 1 0 12:28 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1056 1 0 12:28 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1059 1 0 12:28 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1104 1 0 12:28 ? 00:00:00 /usr/sbin/sshd -D daemon 1106 1 0 12:28 ? 00:00:00 atd root 1107 1 0 12:28 ? 00:00:00 cron root 1113 1 0 12:28 ? 00:00:00 /usr/sbin/irqbalance root 1126 1 0 12:28 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1196 1 0 12:28 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1202 1 0 12:28 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1648 1 0 12:29 ? 00:00:00 /home/ubuntu/ellis_host_zfhort/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_zfhort --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_zfhort --logging-server-logdir=/home/ubuntu/ellis_host_zfhort/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_zfhort/work/ellis_host_zfhort%I.log --pidfile=/home/ubuntu/ellis_host_zfhort/work/ellis_host_zfhort.pid ubuntu 1762 1 0 12:29 ? 00:00:01 python2.7 /home/ubuntu/ellis_host_zfhort/env/bin/diamond --configfile /home/ubuntu/ellis_host_zfhort/work/plugins/diamond/etc/diamond.conf ubuntu 1813 1648 0 12:31 ? 00:00:00 /home/ubuntu/ellis_host_zfhort/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_zfhort --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_zfhort --logging-server-logdir=/home/ubuntu/ellis_host_zfhort/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_zfhort/work/ellis_host_zfhort%I.log --pidfile=/home/ubuntu/ellis_host_zfhort/work/ellis_host_zfhort.pid ubuntu 1834 1813 0 12:31 ? 00:00:00 /home/ubuntu/ellis_host_zfhort/env/bin/python2.7 /home/ubuntu/ellis_host_zfhort/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-e_upF_ ubuntu 1845 1834 0 12:31 ? 00:00:00 /bin/sh -c /tmp/P52X0/install-ellis.sh ubuntu 1848 1845 0 12:31 ? 00:00:00 /bin/bash -e /tmp/P52X0/install-ellis.sh mysql 9217 1 0 12:33 ? 00:00:00 /usr/sbin/mysqld ntp 9368 1 0 12:33 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 9953 1 0 12:33 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 10005 1 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 10009 10005 0 12:33 ? 00:00:00 inotifywait -e create -qq . root 10083 2 0 12:33 ? 00:00:00 [kworker/u5:0] root 10128 1 0 12:33 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 10129 10128 0 12:33 ? 00:00:00 nginx: worker process www-data 10130 10128 0 12:33 ? 00:00:00 nginx: worker process www-data 10131 10128 0 12:33 ? 00:00:00 nginx: worker process www-data 10132 10128 0 12:33 ? 00:00:00 nginx: worker process ellis 10308 1 0 12:33 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background clearwa+ 10653 1 1 12:34 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.32:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.32 --name 192-168-120-32 --debug --initial-cluster 192-168-120-20=http://192.168.120.20:2380,192-168-120-32=http://192.168.120.32:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.32:2380 --listen-peer-urls http://192.168.120.32:2380 root 10820 1 0 12:34 ? 00:00:00 /usr/share/clearwater/clearwater-cluster-manager/env/bin/python /usr/share/clearwater/bin/clearwater-cluster-manager --mgmt-local-ip=192.168.120.32 --sig-local-ip=192.168.120.32 --local-site=site1 --remote-site= --remote-cassandra-seeds= --signaling-namespace= --uuid=0a6ea321-22fc-4770-bd23-ae533f174c81 --etcd-key=clearwater --etcd-cluster-key=ellis --cluster-manager-enabled=Y --log-level=3 --log-directory=/var/log/clearwater-cluster-manager --pidfile=/var/run/clearwater-cluster-manager.pid root 10926 1 0 12:34 ? 00:00:00 /usr/share/clearwater/clearwater-queue-manager/env/bin/python /usr/share/clearwater/bin/clearwater-queue-manager --local-ip=192.168.120.32 --local-site=site1 --log-level=3 --log-directory=/var/log/clearwater-queue-manager --pidfile=/var/run/clearwater-queue-manager.pid --etcd-key=clearwater --node-type=ellis --wait-plugin-complete=Y root 11005 9953 0 12:34 ? 00:00:00 [nginx_ping] root 11007 9953 0 12:34 ? 00:00:00 [check-nginx-upt] root 11010 9953 0 12:34 ? 00:00:00 [check-monit-upt] root 11014 9953 0 12:34 ? 00:00:00 [poll_ellis.sh] root 11017 9953 0 12:34 ? 00:00:00 [poll_ellis_http] root 11026 9953 0 12:34 ? 00:00:00 [check-queue-man] root 11031 9953 0 12:34 ? 00:00:00 [check-etcd-upti] root 11035 9953 0 12:34 ? 00:00:00 [poll_etcd_clust] root 11039 9953 0 12:34 ? 00:00:00 [poll_etcd.sh] root 11079 1 0 12:34 ? 00:00:00 /usr/share/clearwater/clearwater-config-manager/env/bin/python /usr/share/clearwater/bin/clearwater-config-manager --local-ip=192.168.120.32 --local-site=site1 --log-level=3 --log-directory=/var/log/clearwater-config-manager --pidfile=/var/run/clearwater-config-manager.pid --etcd-key=clearwater dnsmasq 11184 1 0 12:34 ? 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 11248 1848 0 12:34 ? 00:00:00 /bin/bash -e /tmp/P52X0/install-ellis.sh ubuntu 11249 11248 0 12:34 ? 00:00:00 /bin/bash -e /tmp/P52X0/install-ellis.sh root 11250 11249 0 12:34 ? 00:00:00 sudo ps -edf root 11251 11250 0 12:34 ? 00:00:00 ps -edf real 0m0.010s user 0m0.002s sys 0m0.010s 2018-08-05 12:34:25,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Use the DNS server 2018-08-05 12:34:25,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo find /var/log 2018-08-05 12:34:25,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-08-05 12:34:25,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => /var/log /var/log/cloud-init-output.log /var/log/wtmp /var/log/syslog /var/log/landscape /var/log/landscape/sysinfo.log /var/log/sysstat /var/log/sysstat/clearwater-sa05 /var/log/sysstat/sa05 /var/log/kern.log /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/ellis /var/log/dpkg.log /var/log/udev /var/log/clearwater-diags-monitor.log /var/log/mysql.err /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-etcd/clearwater-etcd.log /var/log/nginx /var/log/nginx/access.log /var/log/nginx/error.log /var/log/btmp /var/log/mysql.log /var/log/cloud-init.log /var/log/monit.log /var/log/boot.log /var/log/clearwater-cluster-manager /var/log/clearwater-cluster-manager/cluster-manager_20180805T120000Z.txt /var/log/clearwater-cluster-manager/cluster-manager.output.log /var/log/dmesg.0 /var/log/mysql /var/log/mysql/error.log /var/log/clearwater-queue-manager /var/log/clearwater-queue-manager/queue_operation.log /var/log/clearwater-queue-manager/queue-manager_20180805T120000Z.txt /var/log/clearwater-queue-manager/queue-manager.output.log /var/log/dist-upgrade /var/log/clearwater-config-manager /var/log/clearwater-config-manager/config-manager.output.log /var/log/clearwater-config-manager/config-manager_20180805T120000Z.txt /var/log/lastlog /var/log/iotop.log /var/log/ntpstats /var/log/upstart /var/log/upstart/clearwater-monit.log /var/log/upstart/systemd-logind.log /var/log/upstart/container-detect.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/mysql.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/cryptdisks.log /var/log/upstart/rsyslog.log /var/log/upstart/procps-virtual-filesystems.log /var/log/alternatives.log /var/log/dmesg /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/auth.log /var/log/unattended-upgrades real 0m0.011s user 0m0.000s sys 0m0.006s 2018-08-05 12:34:25,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => [05-Aug-2018 12:33:31 UTC] clearwater-diags-monitor starting [05-Aug-2018 12:33:31 UTC] Waiting for trigger files real 0m0.005s user 0m0.002s sys 0m0.003s 2018-08-05 12:34:25,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 05-08-2018 12:34:07.405 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-cluster-manager.pid.lockfile 05-08-2018 12:34:07.406 UTC INFO main.py:196 (thread MainThread): No plugin threads running, waiting for a SIGTERM or SIGQUIT real 0m0.007s user 0m0.005s sys 0m0.002s 2018-08-05 12:34:25,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-08-05 12:34:25,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 2018-08-05 12:34:01.381632455 Stopping etcd clearwater-etcd 2018-08-05 12:34:02.642907047 Restarting etcd clearwater-etcd 2018-08-05 12:34:02.648161244 Configured ETCDCTL_PEERS: 192.168.120.20:4000, 2018-08-05 12:34:02.649070782 Check for previous failed startup attempt 2018-08-05 12:34:02.650351288 Running etcdctl member list 97faac099366e92f: name=192-168-120-20 peerURLs=http://192.168.120.20:2380 clientURLs=http://192.168.120.20:4000 isLeader=true 2018-08-05 12:34:02.767918461 etcdctl returned 0 2018-08-05 12:34:02.773676039 Joining existing cluster... 2018-08-05 12:34:04.776217714 Configured ETCDCTL_PEERS: 192.168.120.20:4000, 2018-08-05 12:34:04.776983240 Check cluster is healthy 2018-08-05 12:34:04.778708100 Running etcdctl cluster-health member 97faac099366e92f is healthy: got healthy result from http://192.168.120.20:4000 cluster is healthy 2018-08-05 12:34:04.790515296 etcdctl returned 0 2018-08-05 12:34:04.791590695 Tell the cluster we're joining 2018-08-05 12:34:04.792441961 Running etcdctl member add 192-168-120-32 http://192.168.120.32:2380 Added member named 192-168-120-32 with ID 9f9d5431e0910eb2 to cluster ETCD_NAME="192-168-120-32" ETCD_INITIAL_CLUSTER="192-168-120-20=http://192.168.120.20:2380,192-168-120-32=http://192.168.120.32:2380" ETCD_INITIAL_CLUSTER_STATE="existing" 2018-08-05 12:34:04.809518106 etcdctl returned 0 2018-08-05 12:34:04.840956545 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.32:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.32 --name 192-168-120-32 --debug --initial-cluster 192-168-120-20=http://192.168.120.20:2380,192-168-120-32=http://192.168.120.32:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.32:2380 --listen-peer-urls http://192.168.120.32:2380 2018-08-05 12:34:04.842601958 Check we're actually a member of the cluster 2018-08-05 12:34:04.847345466 Wait for etcd to startup 2018-08-05 12:34:05.854064195 Etcd started successfully 2018-08-05 12:34:04.874532 I | etcdmain: etcd Version: 3.1.7 2018-08-05 12:34:04.874574 I | etcdmain: Git SHA: 43b7507 2018-08-05 12:34:04.874578 I | etcdmain: Go Version: go1.7.5 2018-08-05 12:34:04.874581 I | etcdmain: Go OS/Arch: linux/amd64 2018-08-05 12:34:04.874585 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2018-08-05 12:34:04.874648 I | embed: listening for peers on http://192.168.120.32:2380 2018-08-05 12:34:04.874701 I | embed: listening for client requests on 0.0.0.0:4000 2018-08-05 12:34:04.923075 I | etcdserver: name = 192-168-120-32 2018-08-05 12:34:04.923096 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.32 2018-08-05 12:34:04.923101 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.32/member 2018-08-05 12:34:04.923105 I | etcdserver: heartbeat = 100ms 2018-08-05 12:34:04.923109 I | etcdserver: election = 1000ms 2018-08-05 12:34:04.923113 I | etcdserver: snapshot count = 10000 2018-08-05 12:34:04.923122 I | etcdserver: advertise client URLs = http://192.168.120.32:4000 2018-08-05 12:34:04.996941 I | etcdserver: starting member 9f9d5431e0910eb2 in cluster a930ab78b7477820 2018-08-05 12:34:04.996995 I | raft: 9f9d5431e0910eb2 became follower at term 0 2018-08-05 12:34:04.997012 I | raft: newRaft 9f9d5431e0910eb2 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2018-08-05 12:34:04.997017 I | raft: 9f9d5431e0910eb2 became follower at term 1 2018-08-05 12:34:05.194545 I | rafthttp: started HTTP pipelining with peer 97faac099366e92f 2018-08-05 12:34:05.194606 I | rafthttp: starting peer 97faac099366e92f... 2018-08-05 12:34:05.194617 I | rafthttp: started HTTP pipelining with peer 97faac099366e92f 2018-08-05 12:34:05.196793 I | rafthttp: started streaming with peer 97faac099366e92f (writer) 2018-08-05 12:34:05.196817 I | rafthttp: started streaming with peer 97faac099366e92f (writer) 2018-08-05 12:34:05.200564 I | rafthttp: started peer 97faac099366e92f 2018-08-05 12:34:05.200594 I | rafthttp: added peer 97faac099366e92f 2018-08-05 12:34:05.201554 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2018-08-05 12:34:05.202357 I | raft: 9f9d5431e0910eb2 [term: 1] received a MsgHeartbeat message with higher term from 97faac099366e92f [term: 2] 2018-08-05 12:34:05.202374 I | raft: 9f9d5431e0910eb2 became follower at term 2 2018-08-05 12:34:05.202389 I | raft: raft.node: 9f9d5431e0910eb2 elected leader 97faac099366e92f at term 2 2018-08-05 12:34:05.202521 I | rafthttp: started streaming with peer 97faac099366e92f (stream MsgApp v2 reader) 2018-08-05 12:34:05.202744 I | rafthttp: started streaming with peer 97faac099366e92f (stream Message reader) 2018-08-05 12:34:05.203178 I | rafthttp: peer 97faac099366e92f became active 2018-08-05 12:34:05.203189 I | rafthttp: established a TCP streaming connection with peer 97faac099366e92f (stream Message writer) 2018-08-05 12:34:05.203646 I | rafthttp: established a TCP streaming connection with peer 97faac099366e92f (stream MsgApp v2 writer) 2018-08-05 12:34:05.203702 I | rafthttp: established a TCP streaming connection with peer 97faac099366e92f (stream Message reader) 2018-08-05 12:34:05.204255 I | rafthttp: established a TCP streaming connection with peer 97faac099366e92f (stream MsgApp v2 reader) 2018-08-05 12:34:05.212888 D | raft: 9f9d5431e0910eb2 [logterm: 0, index: 30] rejected msgApp [logterm: 2, index: 30] from 97faac099366e92f 2018-08-05 12:34:05.224455 D | raft: 9f9d5431e0910eb2 [logterm: 0, index: 30] rejected msgApp [logterm: 2, index: 30] from 97faac099366e92f 2018-08-05 12:34:05.224478 D | raft: 9f9d5431e0910eb2 [logterm: 0, index: 30] rejected msgApp [logterm: 2, index: 30] from 97faac099366e92f 2018-08-05 12:34:05.224490 D | raft: 9f9d5431e0910eb2 [logterm: 0, index: 30] rejected msgApp [logterm: 2, index: 30] from 97faac099366e92f 2018-08-05 12:34:05.224861 I | etcdserver/membership: added member 97faac099366e92f [http://192.168.120.20:2380] to cluster a930ab78b7477820 2018-08-05 12:34:05.225195 N | etcdserver/membership: set the initial cluster version to 3.1 2018-08-05 12:34:05.225247 I | etcdserver/api: enabled capabilities for version 3.1 2018-08-05 12:34:05.225559 I | etcdserver/membership: added member 9f9d5431e0910eb2 [http://192.168.120.32:2380] to cluster a930ab78b7477820 2018-08-05 12:34:05.247163 I | etcdserver: published {Name:192-168-120-32 ClientURLs:[http://192.168.120.32:4000]} to cluster a930ab78b7477820 2018-08-05 12:34:05.247214 I | embed: ready to serve client requests 2018-08-05 12:34:05.247526 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2018-08-05 12:34:06.048709 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.32:59176 2018-08-05 12:34:06.061469 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.32:59177 2018-08-05 12:34:06.064735 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.32:59179 2018-08-05 12:34:07.309619 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.32:59182 2018-08-05 12:34:07.312052 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.32:59183 2018-08-05 12:34:07.318017 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.32:59185 2018-08-05 12:34:11.945252 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.32:59189 2018-08-05 12:34:11.969329 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.32:59189 2018-08-05 12:34:12.121667 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.32:59190 2018-08-05 12:34:12.133030 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.32:59191 2018-08-05 12:34:12.246776 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.32:59193 2018-08-05 12:34:15.418770 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.32:59195 2018-08-05 12:34:15.454518 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.32:59197 2018-08-05 12:34:15.467075 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.32:59199 2018-08-05 12:34:16.229529 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.32:59189 2018-08-05 12:34:16.235261 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.32:59189 2018-08-05 12:34:17.637374 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?quorum=true remote:192.168.120.32:59200 2018-08-05 12:34:17.638078 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?quorum=true remote:192.168.120.32:59201 2018-08-05 12:34:17.739015 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.9:32842 2018-08-05 12:34:17.739436 D | etcdserver/api/v2http: [GET] /v2/members/leader remote:192.168.120.9:32842 2018-08-05 12:34:17.760650 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.32:59202 2018-08-05 12:34:17.854578 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.9:32845 2018-08-05 12:34:17.856308 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.32:59202 2018-08-05 12:34:17.897403 D | etcdserver/api/v2http: [POST] /v2/members remote:192.168.120.9:32847 2018-08-05 12:34:17.912829 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.32:59203 2018-08-05 12:34:17.930439 I | etcdserver/membership: added member b2b32d504c7b04fd [http://192.168.120.9:2380] to cluster a930ab78b7477820 2018-08-05 12:34:17.930461 I | rafthttp: starting peer b2b32d504c7b04fd... 2018-08-05 12:34:17.930476 I | rafthttp: started HTTP pipelining with peer b2b32d504c7b04fd 2018-08-05 12:34:17.936129 I | rafthttp: started streaming with peer b2b32d504c7b04fd (writer) 2018-08-05 12:34:17.936338 I | rafthttp: started streaming with peer b2b32d504c7b04fd (writer) 2018-08-05 12:34:17.936493 I | rafthttp: started peer b2b32d504c7b04fd 2018-08-05 12:34:17.936520 I | rafthttp: added peer b2b32d504c7b04fd 2018-08-05 12:34:17.936560 I | rafthttp: started streaming with peer b2b32d504c7b04fd (stream Message reader) 2018-08-05 12:34:17.936740 I | rafthttp: started streaming with peer b2b32d504c7b04fd (stream MsgApp v2 reader) 2018-08-05 12:34:17.936876 D | rafthttp: failed to dial b2b32d504c7b04fd on stream Message (dial tcp 192.168.120.9:2380: getsockopt: connection refused) 2018-08-05 12:34:17.936944 D | rafthttp: failed to dial b2b32d504c7b04fd on stream MsgApp v2 (dial tcp 192.168.120.9:2380: getsockopt: connection refused) 2018-08-05 12:34:17.937237 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.9:32847 2018-08-05 12:34:19.004663 I | rafthttp: peer b2b32d504c7b04fd became active 2018-08-05 12:34:19.004704 I | rafthttp: established a TCP streaming connection with peer b2b32d504c7b04fd (stream Message writer) 2018-08-05 12:34:19.004801 I | rafthttp: established a TCP streaming connection with peer b2b32d504c7b04fd (stream MsgApp v2 writer) 2018-08-05 12:34:19.005018 I | rafthttp: established a TCP streaming connection with peer b2b32d504c7b04fd (stream MsgApp v2 reader) 2018-08-05 12:34:19.005219 I | rafthttp: established a TCP streaming connection with peer b2b32d504c7b04fd (stream Message reader) 2018-08-05 12:34:19.126066 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.9:32866 2018-08-05 12:34:19.785973 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?quorum=true remote:192.168.120.32:59200 2018-08-05 12:34:19.789287 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/dns_json?waitIndex=15&recursive=false&wait=true remote:192.168.120.32:59200 2018-08-05 12:34:20.441240 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/site1/configuration/apply_config_ellis remote:192.168.120.32:59189 2018-08-05 12:34:20.445620 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/apply_config_ellis?quorum=true remote:192.168.120.32:59189 2018-08-05 12:34:21.889161 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?quorum=true remote:192.168.120.32:59201 2018-08-05 12:34:21.894732 D | etcdserver/api/v2http: [GET] /v2/keys/clearwater/site1/configuration/shared_config?waitIndex=16&recursive=false&wait=true remote:192.168.120.32:59201 real 0m0.005s user 0m0.002s sys 0m0.003s 2018-08-05 12:34:25,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.083s user 0m0.005s sys 0m0.058s 2018-08-05 12:34:25,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ifconfig 2018-08-05 12:34:25,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 05-08-2018 12:34:15.517 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-config-manager.pid.lockfile 05-08-2018 12:34:15.517 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting dns_json_plugin.py 05-08-2018 12:34:15.519 UTC INFO plugin_loader.py:34 (thread MainThread): Loading dns_json_plugin.py 05-08-2018 12:34:15.519 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded dns_json_plugin.py successfully 05-08-2018 12:34:15.519 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting shared_config_plugin.py 05-08-2018 12:34:15.519 UTC INFO plugin_loader.py:34 (thread MainThread): Loading shared_config_plugin.py 05-08-2018 12:34:15.519 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded shared_config_plugin.py successfully 05-08-2018 12:34:15.531 UTC INFO alarms.py:312 (thread MainThread): Imported /usr/share/clearwater/bin/alarms.py 05-08-2018 12:34:17.635 UTC INFO main.py:113 (thread MainThread): Loaded plugin 05-08-2018 12:34:17.635 UTC INFO main.py:113 (thread MainThread): Loaded plugin 05-08-2018 12:34:17.636 UTC INFO main.py:120 (thread MainThread): Started thread for plugin 05-08-2018 12:34:17.637 UTC INFO main.py:120 (thread MainThread): Started thread for plugin 05-08-2018 12:34:17.670 UTC INFO common_etcd_synchronizer.py:302 (thread SharedConfigPlugin): Read value # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.20: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.20 # 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 from etcd, comparing to last value None 05-08-2018 12:34:17.671 UTC INFO etcd_synchronizer.py:40 (thread SharedConfigPlugin): Got new config value from etcd - filename /etc/clearwater/shared_config, file size 849, MD5 hash 05008c2f9201a57e27c02f4a31fe6c1a 05-08-2018 12:34:17.671 UTC INFO common_etcd_synchronizer.py:302 (thread DNSJSONPlugin): Read value { "hostnames": [ ] } from etcd, comparing to last value None 05-08-2018 12:34:17.671 UTC INFO shared_config_plugin.py:50 (thread SharedConfigPlugin): Updating shared configuration file 05-08-2018 12:34:17.671 UTC INFO etcd_synchronizer.py:40 (thread DNSJSONPlugin): Got new config value from etcd - filename /etc/clearwater/dns.json, file size 24, MD5 hash b34e5b6d718cca35ce2d8841cea01ad6 05-08-2018 12:34:17.671 UTC INFO dns_json_plugin.py:45 (thread DNSJSONPlugin): Updating DNS configuration file 05-08-2018 12:34:19.788 UTC INFO common_etcd_synchronizer.py:302 (thread DNSJSONPlugin): Read value { "hostnames": [ ] } from etcd, comparing to last value { "hostnames": [ ] } 05-08-2018 12:34:19.788 UTC INFO common_etcd_synchronizer.py:305 (thread DNSJSONPlugin): Watching for changes with 15 real 0m0.005s user 0m0.000s sys 0m0.005s 2018-08-05 12:34:25,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:34:25,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/P52X0/install-ellis.sh 2018-08-05 12:34:25,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installation is done 2018-08-05 12:34:25,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 05-08-2018 12:34:11.913 UTC INFO utils.py:310 (thread MainThread): Acquired exclusive lock on /var/run/clearwater-queue-manager.pid.lockfile 05-08-2018 12:34:11.913 UTC INFO plugin_loader.py:26 (thread MainThread): Inspecting apply_config_plugin.py 05-08-2018 12:34:11.932 UTC INFO plugin_loader.py:34 (thread MainThread): Loading apply_config_plugin.py 05-08-2018 12:34:11.932 UTC INFO plugin_loader.py:36 (thread MainThread): Loaded apply_config_plugin.py successfully 05-08-2018 12:34:11.938 UTC INFO main.py:114 (thread MainThread): Loaded plugin 05-08-2018 12:34:11.941 UTC INFO main.py:121 (thread MainThread): Started thread for plugin 05-08-2018 12:34:11.968 UTC INFO common_etcd_synchronizer.py:332 (thread Thread-3): Key /clearwater/site1/configuration/apply_config_ellis doesn't exist in etcd yet 05-08-2018 12:34:12.016 UTC INFO etcd_synchronizer.py:77 (thread ApplyConfigPlugin): Got new queue config {"FORCE": false, "ERRORED": [], "COMPLETED": [], "QUEUED": []} from etcd 05-08-2018 12:34:12.016 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm 05-08-2018 12:34:12.024 UTC INFO alarms.py:312 (thread ApplyConfigPlugin): Imported /usr/share/clearwater/bin/alarms.py 05-08-2018 12:34:14.126 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm 05-08-2018 12:34:16.228 UTC INFO etcd_synchronizer.py:122 (thread ApplyConfigPlugin): Writing state {"ERRORED": [], "FORCE": false, "COMPLETED": [], "QUEUED": []} into etcd with index None 05-08-2018 12:34:16.234 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing local alarm 05-08-2018 12:34:16.256 UTC INFO common_etcd_synchronizer.py:302 (thread Thread-4): Read value {"FORCE": false, "ERRORED": [], "COMPLETED": [], "QUEUED": []} from etcd, comparing to last value None 05-08-2018 12:34:18.337 UTC INFO alarms.py:23 (thread ApplyConfigPlugin): Clearing global alarm 05-08-2018 12:34:20.440 UTC INFO etcd_synchronizer.py:122 (thread ApplyConfigPlugin): Writing state {"ERRORED": [], "FORCE": false, "COMPLETED": [], "QUEUED": []} into etcd with index None 05-08-2018 12:34:20.453 UTC INFO common_etcd_synchronizer.py:302 (thread Thread-7): Read value {"ERRORED": [], "FORCE": false, "COMPLETED": [], "QUEUED": [{"STATUS": "QUEUED", "ID": "192.168.120.32-ellis"}]} from etcd, comparing to last value None 05-08-2018 12:34:20.453 UTC INFO etcd_synchronizer.py:77 (thread ApplyConfigPlugin): Got new queue config {"ERRORED": [], "FORCE": false, "COMPLETED": [], "QUEUED": [{"STATUS": "QUEUED", "ID": "192.168.120.32-ellis"}]} from etcd 05-08-2018 12:34:20.453 UTC INFO alarms.py:27 (thread ApplyConfigPlugin): Raising minor local alarm 05-08-2018 12:34:22.556 UTC INFO alarms.py:27 (thread ApplyConfigPlugin): Raising minor global alarm 05-08-2018 12:34:17.759 UTC INFO modify_nodes_in_queue.py:40: Using etcd key apply_config_ellis 05-08-2018 12:34:17.759 UTC DEBUG modify_nodes_in_queue.py:45: Adding 192.168.120.32-ellis to queue to restart 05-08-2018 12:34:17.912 UTC DEBUG modify_nodes_in_queue.py:50: Node successfully added to restart queue 05-08-2018 12:34:17.913 UTC INFO modify_nodes_in_queue.py:85: New etcd state is {"ERRORED": [], "FORCE": false, "COMPLETED": [], "QUEUED": [{"STATUS": "QUEUED", "ID": "192.168.120.32-ellis"}]} real 0m0.005s user 0m0.000s sys 0m0.005s 2018-08-05 12:34:25,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 12:28 ? 00:00:00 /sbin/init root 2 0 0 12:28 ? 00:00:00 [kthreadd] root 3 2 0 12:28 ? 00:00:00 [ksoftirqd/0] root 5 2 0 12:28 ? 00:00:00 [kworker/0:0H] root 6 2 0 12:28 ? 00:00:00 [kworker/u4:0] root 7 2 0 12:28 ? 00:00:00 [rcu_sched] root 8 2 0 12:28 ? 00:00:00 [rcuos/0] root 9 2 0 12:28 ? 00:00:00 [rcuos/1] root 10 2 0 12:28 ? 00:00:00 [rcu_bh] root 11 2 0 12:28 ? 00:00:00 [rcuob/0] root 12 2 0 12:28 ? 00:00:00 [rcuob/1] root 13 2 0 12:28 ? 00:00:00 [migration/0] root 14 2 0 12:28 ? 00:00:00 [watchdog/0] root 15 2 0 12:28 ? 00:00:00 [watchdog/1] root 16 2 0 12:28 ? 00:00:00 [migration/1] root 17 2 0 12:28 ? 00:00:00 [ksoftirqd/1] root 18 2 0 12:28 ? 00:00:00 [kworker/1:0] root 19 2 0 12:28 ? 00:00:00 [kworker/1:0H] root 20 2 0 12:28 ? 00:00:00 [khelper] root 21 2 0 12:28 ? 00:00:00 [kdevtmpfs] root 22 2 0 12:28 ? 00:00:00 [netns] root 23 2 0 12:28 ? 00:00:00 [writeback] root 24 2 0 12:28 ? 00:00:00 [kintegrityd] root 25 2 0 12:28 ? 00:00:00 [bioset] root 26 2 0 12:28 ? 00:00:00 [kworker/u5:0] root 27 2 0 12:28 ? 00:00:00 [kblockd] root 28 2 0 12:28 ? 00:00:00 [ata_sff] root 29 2 0 12:28 ? 00:00:00 [khubd] root 30 2 0 12:28 ? 00:00:00 [md] root 31 2 0 12:28 ? 00:00:00 [devfreq_wq] root 32 2 0 12:28 ? 00:00:00 [kworker/1:1] root 33 2 0 12:28 ? 00:00:00 [kworker/0:1] root 35 2 0 12:28 ? 00:00:00 [khungtaskd] root 36 2 0 12:28 ? 00:00:00 [kswapd0] root 37 2 0 12:28 ? 00:00:00 [vmstat] root 38 2 0 12:28 ? 00:00:00 [ksmd] root 39 2 0 12:28 ? 00:00:00 [khugepaged] root 40 2 0 12:28 ? 00:00:00 [fsnotify_mark] root 41 2 0 12:28 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 12:28 ? 00:00:00 [crypto] root 54 2 0 12:28 ? 00:00:00 [kthrotld] root 55 2 0 12:28 ? 00:00:00 [kworker/u4:1] root 56 2 0 12:28 ? 00:00:00 [vballoon] root 57 2 0 12:28 ? 00:00:00 [scsi_eh_0] root 58 2 0 12:28 ? 00:00:00 [scsi_eh_1] root 79 2 0 12:28 ? 00:00:00 [deferwq] root 80 2 0 12:28 ? 00:00:00 [charger_manager] root 123 2 0 12:28 ? 00:00:00 [kpsmoused] root 142 2 0 12:28 ? 00:00:00 [kworker/0:2] root 186 2 0 12:28 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 12:28 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 12:28 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 427 2 0 12:28 ? 00:00:00 [kworker/u5:1] root 534 1 0 12:28 ? 00:00:00 upstart-socket-bridge --daemon root 581 1 0 12:28 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 817 2 0 12:28 ? 00:00:00 [kauditd] root 932 1 0 12:28 ? 00:00:00 upstart-file-bridge --daemon syslog 979 1 0 12:28 ? 00:00:00 rsyslogd message+ 986 1 0 12:28 ? 00:00:00 dbus-daemon --system --fork root 1002 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-logind root 1048 1 0 12:28 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1051 1 0 12:28 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1058 1 0 12:28 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1059 1 0 12:28 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1061 1 0 12:28 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1093 1 0 12:28 ? 00:00:00 /usr/sbin/sshd -D daemon 1094 1 0 12:28 ? 00:00:00 atd root 1095 1 0 12:28 ? 00:00:00 cron root 1105 1 0 12:28 ? 00:00:00 /usr/sbin/irqbalance root 1127 1 0 12:28 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1196 1 0 12:28 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1202 1 0 12:28 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1648 1 0 12:29 ? 00:00:00 /home/ubuntu/dime_host_yzrrbo/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_yzrrbo --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_yzrrbo --logging-server-logdir=/home/ubuntu/dime_host_yzrrbo/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_yzrrbo/work/dime_host_yzrrbo%I.log --pidfile=/home/ubuntu/dime_host_yzrrbo/work/dime_host_yzrrbo.pid root 1759 2 0 12:29 ? 00:00:00 [kworker/u5:2] ubuntu 1763 1 0 12:29 ? 00:00:01 python2.7 /home/ubuntu/dime_host_yzrrbo/env/bin/diamond --configfile /home/ubuntu/dime_host_yzrrbo/work/plugins/diamond/etc/diamond.conf ubuntu 1814 1648 0 12:31 ? 00:00:00 /home/ubuntu/dime_host_yzrrbo/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_yzrrbo --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_yzrrbo --logging-server-logdir=/home/ubuntu/dime_host_yzrrbo/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_yzrrbo/work/dime_host_yzrrbo%I.log --pidfile=/home/ubuntu/dime_host_yzrrbo/work/dime_host_yzrrbo.pid ubuntu 1835 1814 0 12:31 ? 00:00:00 /home/ubuntu/dime_host_yzrrbo/env/bin/python2.7 /home/ubuntu/dime_host_yzrrbo/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-CeNz5v ubuntu 1846 1835 0 12:31 ? 00:00:00 /bin/sh -c /tmp/FD455/install-dime.sh ubuntu 1848 1846 0 12:31 ? 00:00:00 /bin/bash -e /tmp/FD455/install-dime.sh ntp 8780 1 0 12:33 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9346 1 0 12:33 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9347 9346 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9351 1 0 12:33 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9352 9351 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9359 9347 0 12:33 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9362 9352 0 12:33 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9363 9362 0 12:33 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9559 1 0 12:33 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc snmp 10151 1 0 12:34 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid dnsmasq 10421 1 0 12:34 ? 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 10484 1848 0 12:34 ? 00:00:00 /bin/bash -e /tmp/FD455/install-dime.sh ubuntu 10485 10484 0 12:34 ? 00:00:00 /bin/bash -e /tmp/FD455/install-dime.sh root 10486 10485 0 12:34 ? 00:00:00 sudo ps -edf root 10487 10486 0 12:34 ? 00:00:00 ps -edf real 0m0.010s user 0m0.004s sys 0m0.007s 2018-08-05 12:34:25,457 - 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 10421/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 9559/monit tcp6 0 0 ::1:53 :::* LISTEN 10421/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1093/sshd udp 0 0 192.168.120.10:123 0.0.0.0:* 8780/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8780/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8780/ntpd udp 0 0 0.0.0.0:161 0.0.0.0:* 10151/snmpd udp 0 0 0.0.0.0:52629 0.0.0.0:* 581/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 10421/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 581/dhclient udp6 0 0 fe80::f816:3eff:fe2:123 :::* 8780/ntpd udp6 0 0 ::1:123 :::* 8780/ntpd udp6 0 0 :::123 :::* 8780/ntpd udp6 0 0 :::161 :::* 10151/snmpd udp6 0 0 :::53481 :::* 581/dhclient udp6 0 0 ::1:53 :::* 10421/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] SEQPACKET LISTENING 8226 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 9020 986/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 10231 1648/python2.7 /tmp/cloudify-logging-server-126bf.socket unix 2 [ ACC ] STREAM LISTENING 12593 1835/python2.7 /tmp/ctx-bMPpq7.socket unix 2 [ ACC ] STREAM LISTENING 790 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 21733 9359/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 21299 9363/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 8145 1127/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 24083 10151/snmpd /var/agentx/master real 0m0.008s user 0m0.008s sys 0m0.001s 2018-08-05 12:34:25,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-08-05 12:34:25,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ps 2018-08-05 12:34:25,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:26:82:96 inet addr:192.168.120.10 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe26:8296/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:110469 errors:0 dropped:0 overruns:0 frame:0 TX packets:53122 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:171610812 (171.6 MB) TX bytes:8969821 (8.9 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets: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.000s sys 0m0.006s 2018-08-05 12:34:25,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo netstat 2018-08-05 12:34:25,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:34:25,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:34:25,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => /var/log /var/log/cloud-init-output.log /var/log/wtmp /var/log/syslog /var/log/clearwater-socket-factory.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/sysstat /var/log/sysstat/clearwater-sa05 /var/log/kern.log /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/dpkg.log /var/log/ralf /var/log/udev /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/nginx /var/log/nginx/access.log /var/log/nginx/error.log /var/log/btmp /var/log/cloud-init.log /var/log/monit.log /var/log/boot.log /var/log/clearwater-cluster-manager /var/log/dmesg.0 /var/log/clearwater-queue-manager /var/log/dist-upgrade /var/log/clearwater-config-manager /var/log/lastlog /var/log/iotop.log /var/log/ntpstats /var/log/homestead /var/log/homestead/homestead_out.log /var/log/homestead/homestead_20180805T120000Z.txt /var/log/homestead/homestead_current.txt /var/log/homestead/homestead_err.log /var/log/upstart /var/log/upstart/clearwater-monit.log /var/log/upstart/systemd-logind.log /var/log/upstart/container-detect.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/cryptdisks.log /var/log/upstart/rsyslog.log /var/log/upstart/procps-virtual-filesystems.log /var/log/alternatives.log /var/log/dmesg /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/auth.log /var/log/unattended-upgrades real 0m0.016s user 0m0.000s sys 0m0.007s 2018-08-05 12:34:25,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo find /var/log 2018-08-05 12:34:25,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 2018:08:05 12:33:22: Namespace: management 2018:08:05 12:33:22: [management] Starting server 2018:08:05 12:33:22: [management] Listening for requests 2018:08:05 12:33:22: Namespace: signaling 2018:08:05 12:33:22: [signaling] Starting server 2018:08:05 12:33:22: [signaling] Listening for requests real 0m0.005s user 0m0.004s sys 0m0.002s 2018-08-05 12:34:25,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-08-05 12:34:25,458 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:34:25,519 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:34:25,519 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:34:25,519 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:34:25,519 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:34:25,520 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:34:25,520 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:34:25,520 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:34:25,520 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:34:25,520 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:34:25,520 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:34:25 GMT 2018-08-05 12:34:25,520 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:34:25,520 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:34:25,520 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:34:30,526 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:34:30,607 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:34:30,607 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:34:30,607 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:34:30,607 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:34:30,608 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:34:30,608 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:34:30,608 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:34:30,608 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:25.449Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:25.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:25.449Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:25.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:25.638Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:25.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:25.638Z", "message": "Downloaded scripts/bind/bind.py to /tmp/9UU50/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:25.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "cd2601bb-d2bf-4de3-9f64-a42b366c4aa5"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:25.638Z", "message": "[dime] Installation is done", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:25.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:25.638Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:25.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "cd2601bb-d2bf-4de3-9f64-a42b366c4aa5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:25.638Z", "message": "Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/E4P1F/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:25.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7a0d2f76-eee3-449a-990a-5f21de585205"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:25.638Z", "message": "Executing: /tmp/E4P1F/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:25.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7a0d2f76-eee3-449a-990a-5f21de585205"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:25.638Z", "message": "[dime] => 2018-08-05 12:34:05.484740106 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:25.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:25.638Z", "message": "", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:25.638Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7a0d2f76-eee3-449a-990a-5f21de585205"}, {"node_instance_id": "dime_n1ei3t", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:26.452Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:26.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:26.452Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:26.452Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:26.644Z", "message": "# Deployment definitions\nhome_domain=clearwater.opnfv\nsprout_hostname=sprout.clearwater.local\nchronos_hostname=192.168.120.20: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.20\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-05T12:34:26.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7a0d2f76-eee3-449a-990a-5f21de585205"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:26.644Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'homer': {u'homer_ygmub3': {u'public_address': u'', u'private_address': u'192.168.120.31', u'name': u'homer-ygmub3'}}, u'sprout': {u'sprout_77xqda': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'sprout-77xqda'}}, u'ellis': {u'ellis_p95kuy': {u'public_address': u'172.30.9.201', u'private_address': u'192.168.120.32', u'name': u'ellis-p95kuy'}}, u'bono': {u'bono_ydi6h4': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.9', u'name': u'bono-ydi6h4'}}}, 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.20', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:26.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "cd2601bb-d2bf-4de3-9f64-a42b366c4aa5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:26.644Z", "message": "[localhost] run: sudo mv /tmp/tmpJa7K_8 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:26.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "cd2601bb-d2bf-4de3-9f64-a42b366c4aa5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:26.644Z", "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-05T12:34:26.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "cd2601bb-d2bf-4de3-9f64-a42b366c4aa5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:26.644Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:26.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "cd2601bb-d2bf-4de3-9f64-a42b366c4aa5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:26.644Z", "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-05T12:34:26.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "cd2601bb-d2bf-4de3-9f64-a42b366c4aa5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:26.644Z", "message": "Start numbers creation", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:26.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7a0d2f76-eee3-449a-990a-5f21de585205"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:26.644Z", "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-05T12:34:26.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "cd2601bb-d2bf-4de3-9f64-a42b366c4aa5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:26.644Z", "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-05T12:34:26.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "cd2601bb-d2bf-4de3-9f64-a42b366c4aa5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:26.644Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:26.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "cd2601bb-d2bf-4de3-9f64-a42b366c4aa5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:26.644Z", "message": "[localhost] run: sudo mv /tmp/tmpSRUWB7 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:26.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "cd2601bb-d2bf-4de3-9f64-a42b366c4aa5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:26.644Z", "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-05T12:34:26.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "cd2601bb-d2bf-4de3-9f64-a42b366c4aa5"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:26.644Z", "message": "Execution done (return_code=0): /tmp/FD455/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:26.644Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "dd414427-4034-4980-9956-6d09a88e55c2"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:27.456Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:27.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:27.456Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:27.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "dime_n1ei3t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:27.456Z", "message": "Starting node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:27.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:27.647Z", "message": "Downloaded scripts/bind/bind.py to /tmp/QPWOW/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:27.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "34402818-4ba8-4418-bf72-297a7c5b2fd0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:28.460Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:28.460Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:28.652Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:28.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "34402818-4ba8-4418-bf72-297a7c5b2fd0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:28.652Z", "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-05T12:34:28.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "34402818-4ba8-4418-bf72-297a7c5b2fd0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:28.652Z", "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-05T12:34:28.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "34402818-4ba8-4418-bf72-297a7c5b2fd0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:28.652Z", "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-05T12:34:28.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "34402818-4ba8-4418-bf72-297a7c5b2fd0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:28.652Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:28.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "34402818-4ba8-4418-bf72-297a7c5b2fd0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:28.652Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'homer': {u'homer_ygmub3': {u'public_address': u'', u'private_address': u'192.168.120.31', u'name': u'homer-ygmub3'}}, u'sprout': {u'sprout_77xqda': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'sprout-77xqda'}}, u'ellis': {u'ellis_p95kuy': {u'public_address': u'172.30.9.201', u'private_address': u'192.168.120.32', u'name': u'ellis-p95kuy'}}, u'bono': {u'bono_ydi6h4': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.9', u'name': u'bono-ydi6h4'}}, u'dime': {u'dime_n1ei3t': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'dime-n1ei3t'}}}, 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.20', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:28.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "34402818-4ba8-4418-bf72-297a7c5b2fd0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:28.652Z", "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-05T12:34:28.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "34402818-4ba8-4418-bf72-297a7c5b2fd0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:28.652Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:28.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "34402818-4ba8-4418-bf72-297a7c5b2fd0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:28.652Z", "message": "[localhost] run: sudo mv /tmp/tmpfl4QzA /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:28.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "34402818-4ba8-4418-bf72-297a7c5b2fd0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:28.652Z", "message": "[localhost] run: sudo mv /tmp/tmpQPe0rQ /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:28.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "34402818-4ba8-4418-bf72-297a7c5b2fd0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:28.652Z", "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-05T12:34:28.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "34402818-4ba8-4418-bf72-297a7c5b2fd0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:29.799Z", "message": "Execution done (return_code=0): /tmp/E4P1F/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:29.799Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7a0d2f76-eee3-449a-990a-5f21de585205"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:29.843Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:29.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 1904, "offset": 1820, "size": 50}}} 2018-08-05 12:34:30,608 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:34:30,608 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:34:30 GMT 2018-08-05 12:34:30,608 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:34:30,608 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 25360 2018-08-05 12:34:30,608 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:34:30,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:34:30,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:34:30,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-08-05 12:34:30,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/9UU50/bind.py 2018-08-05 12:34:30,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installation is done 2018-08-05 12:34:30,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-05 12:34:30,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/E4P1F/create_number.sh 2018-08-05 12:34:30,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/E4P1F/create_number.sh 2018-08-05 12:34:30,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 2018-08-05 12:34:05.484740106 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.004s sys 0m0.002s 2018-08-05 12:34:30,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-08-05 12:34:30,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:34:30,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:34:30,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.20: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.20 # 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-05 12:34:30,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'homer': {u'homer_ygmub3': {u'public_address': u'', u'private_address': u'192.168.120.31', u'name': u'homer-ygmub3'}}, u'sprout': {u'sprout_77xqda': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'sprout-77xqda'}}, u'ellis': {u'ellis_p95kuy': {u'public_address': u'172.30.9.201', u'private_address': u'192.168.120.32', u'name': u'ellis-p95kuy'}}, u'bono': {u'bono_ydi6h4': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.9', u'name': u'bono-ydi6h4'}}}, 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.20', u'hss_hostname': u''}. 2018-08-05 12:34:30,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpJa7K_8 /etc/bind/db.clearwater.opnfv 2018-08-05 12:34:30,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-05 12:34:30,612 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-05 12:34:30,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-05 12:34:30,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Start numbers creation 2018-08-05 12:34:30,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-05 12:34:30,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-05 12:34:30,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-05 12:34:30,613 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpSRUWB7 /etc/bind/db.clearwater.local 2018-08-05 12:34:30,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-05 12:34:30,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/FD455/install-dime.sh 2018-08-05 12:34:30,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:34:30,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:34:30,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:34:30,614 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/QPWOW/bind.py 2018-08-05 12:34:30,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:34:30,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-05 12:34:30,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-05 12:34:30,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-05 12:34:30,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-05 12:34:30,615 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-05 12:34:30,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'homer': {u'homer_ygmub3': {u'public_address': u'', u'private_address': u'192.168.120.31', u'name': u'homer-ygmub3'}}, u'sprout': {u'sprout_77xqda': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'sprout-77xqda'}}, u'ellis': {u'ellis_p95kuy': {u'public_address': u'172.30.9.201', u'private_address': u'192.168.120.32', u'name': u'ellis-p95kuy'}}, u'bono': {u'bono_ydi6h4': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.9', u'name': u'bono-ydi6h4'}}, u'dime': {u'dime_n1ei3t': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'dime-n1ei3t'}}}, 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.20', u'hss_hostname': u''}. 2018-08-05 12:34:30,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-05 12:34:30,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-05 12:34:30,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpfl4QzA /etc/bind/db.clearwater.local 2018-08-05 12:34:30,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpQPe0rQ /etc/bind/db.clearwater.opnfv 2018-08-05 12:34:30,616 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-05 12:34:30,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/E4P1F/create_number.sh 2018-08-05 12:34:30,617 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:34:30,617 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:34:30,673 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:34:30,673 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:34:30,673 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:34:30,673 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:34:30,673 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:34:30,674 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:34:30,674 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:34:30,674 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:34:30,674 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:34:30,674 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:34:30 GMT 2018-08-05 12:34:30,674 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:34:30,674 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:34:30,674 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:34:35,677 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:34:35,758 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:34:35,759 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:34:35,759 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:34:35,759 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:34:35,759 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:34:35,759 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:34:35,759 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:34:35,759 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1904, "offset": 1863, "size": 50}}} 2018-08-05 12:34:35,759 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:34:35,759 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:34:35 GMT 2018-08-05 12:34:35,760 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:34:35,760 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:34:35,760 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:34:35,760 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:34:35,822 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:34:35,822 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:34:35,823 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:34:35,823 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:34:35,823 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:34:35,823 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:34:35,823 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:34:35,823 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:34:35,823 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:34:35,823 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:34:35 GMT 2018-08-05 12:34:35,823 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:34:35,823 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:34:35,824 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:34:40,829 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:34:40,904 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:34:40,904 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:34:40,904 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:34:40,904 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:34:40,904 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:34:40,904 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:34:40,904 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:34:40,904 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1904, "offset": 1863, "size": 50}}} 2018-08-05 12:34:40,905 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:34:40,905 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:34:40 GMT 2018-08-05 12:34:40,905 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:34:40,905 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:34:40,905 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:34:40,905 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:34:40,963 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:34:40,963 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:34:40,964 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:34:40,964 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:34:40,964 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:34:40,964 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:34:40,964 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:34:40,964 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:34:40,964 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:34:40,964 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:34:40 GMT 2018-08-05 12:34:40,964 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:34:40,965 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:34:40,965 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:34:45,966 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:34:46,147 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:34:46,148 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:34:46,148 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:34:46,148 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:34:46,148 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:34:46,148 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:34:46,148 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:34:46,148 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1904, "offset": 1863, "size": 50}}} 2018-08-05 12:34:46,148 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:34:46,148 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:34:46 GMT 2018-08-05 12:34:46,149 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:34:46,149 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:34:46,149 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:34:46,149 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:34:46,207 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:34:46,207 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:34:46,207 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:34:46,207 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:34:46,207 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:34:46,207 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:34:46,207 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:34:46,207 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:34:46,208 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:34:46,208 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:34:46 GMT 2018-08-05 12:34:46,208 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:34:46,208 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:34:46,208 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:34:51,213 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:34:51,577 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:34:51,577 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:34:51,578 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:34:51,578 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:34:51,578 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:34:51,578 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:34:51,578 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:34:51,578 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1904, "offset": 1863, "size": 50}}} 2018-08-05 12:34:51,578 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:34:51,578 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:34:51 GMT 2018-08-05 12:34:51,578 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:34:51,578 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:34:51,579 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:34:51,579 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:34:51,642 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:34:51,642 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:34:51,642 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:34:51,642 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:34:51,642 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:34:51,643 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:34:51,643 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:34:51,643 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:34:51,643 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:34:51,643 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:34:51 GMT 2018-08-05 12:34:51,643 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:34:51,643 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:34:51,643 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:34:56,649 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:34:56,811 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:34:56,811 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:34:56,811 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:34:56,811 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:34:56,811 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:34:56,811 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:34:56,811 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:34:56,812 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:52.913Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:52.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}], "metadata": {"pagination": {"total": 1905, "offset": 1863, "size": 50}}} 2018-08-05 12:34:56,812 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:34:56,812 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:34:56 GMT 2018-08-05 12:34:56,812 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:34:56,812 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 624 2018-08-05 12:34:56,812 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:34:56,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-08-05 12:34:56,813 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:34:56,869 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:34:56,869 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:34:56,869 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:34:56,869 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:34:56,869 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:34:56,870 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:34:56,870 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:34:56,870 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:34:56,870 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:34:56,870 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:34:56 GMT 2018-08-05 12:34:56,870 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:34:56,870 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:34:56,870 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:35:01,876 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:35:02,288 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:35:02,289 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:35:02,289 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:35:02,289 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:35:02,289 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:35:02,289 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:35:02,289 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:35:02,289 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:58.936Z", "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 0 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 0s (6,239 kB/s)\nSelecting previously unselected package clearwater-cluster-manager.\n(Reading database ... 59674 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\t0m5.850s\nuser\t0m3.459s\nsys\t0m0.891s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:58.936Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:59.847Z", "message": "[vellum] The installation packages is done correctly", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:59.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:59.847Z", "message": "[vellum] sudo service dnsmasq force", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:59.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:34:59.847Z", "message": "[vellum] Use the DNS server", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:34:59.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:01.897Z", "message": "[vellum] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.065s\nuser\t0m0.006s\nsys\t0m0.059s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:01.897Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}], "metadata": {"pagination": {"total": 1910, "offset": 1864, "size": 50}}} 2018-08-05 12:35:02,290 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:35:02,290 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:35:02 GMT 2018-08-05 12:35:02,290 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:35:02,290 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7535 2018-08-05 12:35:02,290 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:35:02,290 - 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 0 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 0s (6,239 kB/s) Selecting previously unselected package clearwater-cluster-manager. (Reading database ... 59674 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 0m5.850s user 0m3.459s sys 0m0.891s 2018-08-05 12:35:02,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] The installation packages is done correctly 2018-08-05 12:35:02,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo service dnsmasq force 2018-08-05 12:35:02,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Use the DNS server 2018-08-05 12:35:02,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.065s user 0m0.006s sys 0m0.059s 2018-08-05 12:35:02,291 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:35:02,353 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:35:02,353 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:35:02,353 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:35:02,353 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:35:02,353 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:35:02,353 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:35:02,353 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:35:02,353 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:35:02,354 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:35:02,354 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:35:02 GMT 2018-08-05 12:35:02,354 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:35:02,354 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:35:02,354 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:35:07,359 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:35:07,510 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:35:07,510 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:35:07,511 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:35:07,511 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:35:07,511 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:35:07,511 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:35:07,511 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:35:07,511 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:02.852Z", "message": "[vellum] sudo ps ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:02.852Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:02.852Z", "message": "[vellum] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 12:28 ? 00:00:00 /sbin/init\nroot 2 0 0 12:28 ? 00:00:00 [kthreadd]\nroot 3 2 0 12:28 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 12:28 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 12:28 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 12:28 ? 00:00:00 [rcu_sched]\nroot 8 2 0 12:28 ? 00:00:00 [rcuos/0]\nroot 9 2 0 12:28 ? 00:00:00 [rcuos/1]\nroot 10 2 0 12:28 ? 00:00:00 [rcu_bh]\nroot 11 2 0 12:28 ? 00:00:00 [rcuob/0]\nroot 12 2 0 12:28 ? 00:00:00 [rcuob/1]\nroot 13 2 0 12:28 ? 00:00:00 [migration/0]\nroot 14 2 0 12:28 ? 00:00:00 [watchdog/0]\nroot 15 2 0 12:28 ? 00:00:00 [watchdog/1]\nroot 16 2 0 12:28 ? 00:00:00 [migration/1]\nroot 17 2 0 12:28 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 12:28 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 12:28 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 12:28 ? 00:00:00 [khelper]\nroot 21 2 0 12:28 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 12:28 ? 00:00:00 [netns]\nroot 23 2 0 12:28 ? 00:00:00 [writeback]\nroot 24 2 0 12:28 ? 00:00:00 [kintegrityd]\nroot 25 2 0 12:28 ? 00:00:00 [bioset]\nroot 26 2 0 12:28 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 12:28 ? 00:00:00 [kblockd]\nroot 28 2 0 12:28 ? 00:00:00 [ata_sff]\nroot 29 2 0 12:28 ? 00:00:00 [khubd]\nroot 30 2 0 12:28 ? 00:00:00 [md]\nroot 31 2 0 12:28 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 12:28 ? 00:00:00 [kworker/1:1]\nroot 34 2 0 12:28 ? 00:00:00 [khungtaskd]\nroot 35 2 0 12:28 ? 00:00:00 [kswapd0]\nroot 36 2 0 12:28 ? 00:00:00 [vmstat]\nroot 37 2 0 12:28 ? 00:00:00 [ksmd]\nroot 38 2 0 12:28 ? 00:00:00 [khugepaged]\nroot 39 2 0 12:28 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 12:28 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 12:28 ? 00:00:00 [crypto]\nroot 53 2 0 12:28 ? 00:00:00 [kthrotld]\nroot 54 2 0 12:28 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 12:28 ? 00:00:00 [vballoon]\nroot 56 2 0 12:28 ? 00:00:00 [kworker/0:1]\nroot 57 2 0 12:28 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 12:28 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 12:28 ? 00:00:00 [deferwq]\nroot 80 2 0 12:28 ? 00:00:00 [charger_manager]\nroot 123 2 0 12:28 ? 00:00:00 [kpsmoused]\nroot 141 2 0 12:28 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 12:28 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 12:28 ? 00:00:00 [ext4-rsv-conver]\nroot 387 1 0 12:28 ? 00:00:00 upstart-udev-bridge --daemon\nroot 391 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 454 2 0 12:28 ? 00:00:00 [kworker/u5:1]\nroot 513 1 0 12:28 ? 00:00:00 upstart-socket-bridge --daemon\nroot 584 1 0 12:28 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 819 2 0 12:28 ? 00:00:00 [kauditd]\nmessage+ 890 1 0 12:28 ? 00:00:00 dbus-daemon --system --fork\nroot 932 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-logind\nroot 955 1 0 12:28 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 970 1 0 12:28 ? 00:00:00 rsyslogd\nroot 1050 1 0 12:28 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1053 1 0 12:28 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1057 1 0 12:28 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1058 1 0 12:28 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1060 1 0 12:28 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1092 1 0 12:28 ? 00:00:00 /usr/sbin/sshd -D\nroot 1104 1 0 12:28 ? 00:00:00 cron\ndaemon 1105 1 0 12:28 ? 00:00:00 atd\nroot 1115 1 0 12:28 ? 00:00:00 /usr/sbin/irqbalance\nroot 1127 1 0 12:28 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1198 1 0 12:28 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1204 1 0 12:28 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1650 1 0 12:28 ? 00:00:00 /home/ubuntu/vellum_host_a7fgrh/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_a7fgrh --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_a7fgrh --logging-server-logdir=/home/ubuntu/vellum_host_a7fgrh/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_a7fgrh/work/vellum_host_a7fgrh%I.log --pidfile=/home/ubuntu/vellum_host_a7fgrh/work/vellum_host_a7fgrh.pid\nubuntu 1764 1 0 12:29 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_a7fgrh/env/bin/diamond --configfile /home/ubuntu/vellum_host_a7fgrh/work/plugins/diamond/etc/diamond.conf\nubuntu 1820 1650 0 12:31 ? 00:00:00 /home/ubuntu/vellum_host_a7fgrh/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_a7fgrh --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_a7fgrh --logging-server-logdir=/home/ubuntu/vellum_host_a7fgrh/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_a7fgrh/work/vellum_host_a7fgrh%I.log --pidfile=/home/ubuntu/vellum_host_a7fgrh/work/vellum_host_a7fgrh.pid\nubuntu 1840 1820 0 12:31 ? 00:00:00 /home/ubuntu/vellum_host_a7fgrh/env/bin/python2.7 /home/ubuntu/vellum_host_a7fgrh/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-ol2hlz\nubuntu 1852 1840 0 12:31 ? 00:00:00 /bin/sh -c /tmp/8HOF3/install-vellum.sh\nubuntu 1854 1852 0 12:31 ? 00:00:00 /bin/bash -e /tmp/8HOF3/install-vellum.sh\nroot 2284 2 0 12:32 ? 00:00:00 [kworker/u5:2]\nntp 11855 1 0 12:33 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112\nmemcache 12253 1 0 12:34 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1\nroot 12918 1 0 12:34 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 13245 1 0 12:34 ? 00:00:00 /bin/sh -e /proc/self/fd/9\nroot 13255 13245 0 12:34 ? 00:00:00 cpulimit -e astaire -l 10\nroot 13895 12918 0 12:34 ? 00:00:00 [check-monit-upt] \nmemcache 13935 1 0 12:34 ? 00:00:00 /usr/bin/memcached -v -e ignore_vbucket=true;cache_size=3072000000;eviction=false -p 11211 -u memcache -l 192.168.120.3 -c 4096 -r -U 0\nroot 13943 12918 0 12:34 ? 00:00:00 [check-memcached] \nroot 13947 12918 0 12:34 ? 00:00:00 [poll_memcached.] \nclearwa+ 14197 1 1 12:34 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.3:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.3 --name 192-168-120-3 --debug --initial-cluster 192-168-120-13=http://192.168.120.13:2380,192-168-120-20=http://192.168.120.20:2380,192-168-120-32=http://192.168.120.32:2380,192-168-120-9=http://192.168.120.9:2380,192-168-120-3=http://192.168.120.3:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.3:2380 --listen-peer-urls http://192.168.120.3:2380\nroot 14224 12918 0 12:34 ? 00:00:00 [check-etcd-upti] \nroot 14228 12918 0 12:34 ? 00:00:00 [poll_etcd_clust] \nroot 14230 12918 0 12:34 ? 00:00:00 [poll_etcd.sh] \nroot 14253 1 0 12:34 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 14257 14253 0 12:34 ? 00:00:00 inotifywait -e create -qq .\ndnsmasq 14415 1 0 12:35 ? 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 14492 1854 0 12:35 ? 00:00:00 /bin/bash -e /tmp/8HOF3/install-vellum.sh\nubuntu 14493 14492 0 12:35 ? 00:00:00 /bin/bash -e /tmp/8HOF3/install-vellum.sh\nroot 14494 14493 0 12:35 ? 00:00:00 sudo ps -edf\nroot 14495 14494 0 12:35 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.000s\nsys\t0m0.009s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:02.852Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:02.852Z", "message": "[vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:36:1e:7f \n inet addr:192.168.120.3 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe36:1e7f/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:139052 errors:0 dropped:0 overruns:0 frame:0\n TX packets:64054 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:218097702 (218.0 MB) TX bytes:10581461 (10.5 MB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:299 errors:0 dropped:0 overruns:0 frame:0\n TX packets:299 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:25009 (25.0 KB) TX bytes:25009 (25.0 KB)\n\n\nreal\t0m0.006s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:02.852Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:02.852Z", "message": "[vellum] sudo ifconfig ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:02.852Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:03.857Z", "message": "[vellum] => /var/log\n/var/log/cloud-init-output.log\n/var/log/wtmp\n/var/log/syslog\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/sysstat\n/var/log/sysstat/clearwater-sa05\n/var/log/sysstat/sa05\n/var/log/kern.log\n/var/log/apt\n/var/log/apt/term.log\n/var/log/apt/history.log\n/var/log/dpkg.log\n/var/log/cassandra\n/var/log/cassandra/system.log\n/var/log/udev\n/var/log/clearwater-diags-monitor.log\n/var/log/clearwater-etcd\n/var/log/clearwater-etcd/clearwater-etcd-initd.log\n/var/log/clearwater-etcd/clearwater-etcd.log\n/var/log/chronos\n/var/log/memcached.log\n/var/log/btmp\n/var/log/cloud-init.log\n/var/log/monit.log\n/var/log/boot.log\n/var/log/clearwater-cluster-manager\n/var/log/dmesg.0\n/var/log/clearwater-queue-manager\n/var/log/dist-upgrade\n/var/log/clearwater-config-manager\n/var/log/lastlog\n/var/log/iotop.log\n/var/log/ntpstats\n/var/log/rogers\n/var/log/rogers/rogers_err.log\n/var/log/rogers/rogers_current.txt\n/var/log/rogers/rogers_20180805T120000Z.txt\n/var/log/rogers/rogers_out.log\n/var/log/upstart\n/var/log/upstart/clearwater-monit.log\n/var/log/upstart/systemd-logind.log\n/var/log/upstart/container-detect.log\n/var/log/upstart/console-setup.log\n/var/log/upstart/network-interface-eth0.log\n/var/log/upstart/procps-static-network-up.log\n/var/log/upstart/astaire-throttle.log\n/var/log/upstart/cryptdisks.log\n/var/log/upstart/rsyslog.log\n/var/log/upstart/procps-virtual-filesystems.log\n/var/log/astaire\n/var/log/astaire/astaire_out.log\n/var/log/astaire/astaire_20180805T120000Z.txt\n/var/log/astaire/astaire_err.log\n/var/log/astaire/astaire_current.txt\n/var/log/alternatives.log\n/var/log/dmesg\n/var/log/fsck\n/var/log/fsck/checkfs\n/var/log/fsck/checkroot\n/var/log/auth.log\n/var/log/unattended-upgrades\n\nreal\t0m0.012s\nuser\t0m0.004s\nsys\t0m0.003s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:03.857Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:03.857Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:03.857Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:03.857Z", "message": "[vellum] sudo find /var/log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:03.857Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:03.857Z", "message": "[vellum] sudo netstat ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:03.857Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:03.857Z", "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 14415/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1092/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 12918/monit \ntcp 0 0 192.168.120.3:11211 0.0.0.0:* LISTEN 13935/memcached \ntcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12253/memcached \ntcp 0 0 192.168.120.3:2380 0.0.0.0:* LISTEN 14197/etcd \ntcp6 0 0 ::1:53 :::* LISTEN 14415/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1092/sshd \ntcp6 0 0 :::4000 :::* LISTEN 14197/etcd \nudp 0 0 192.168.120.3:123 0.0.0.0:* 11855/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 11855/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 11855/ntpd \nudp 0 0 0.0.0.0:36231 0.0.0.0:* 584/dhclient \nudp 0 0 127.0.0.1:11211 0.0.0.0:* 12253/memcached \nudp 0 0 127.0.0.1:53 0.0.0.0:* 14415/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 584/dhclient \nudp6 0 0 fe80::f816:3eff:fe3:123 :::* 11855/ntpd \nudp6 0 0 ::1:123 :::* 11855/ntpd \nudp6 0 0 :::123 :::* 11855/ntpd \nudp6 0 0 ::1:53 :::* 14415/dnsmasq \nudp6 0 0 :::26698 :::* 584/dhclient \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 11774 1650/python2.7 /tmp/cloudify-logging-server-1a548.socket\nunix 2 [ ACC ] STREAM LISTENING 11182 1840/python2.7 /tmp/ctx-DDs5FR.socket\nunix 2 [ ACC ] STREAM LISTENING 8532 890/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 411 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 8810 1127/acpid /var/run/acpid.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 649 391/systemd-udevd /run/udev/control\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-05T12:35:03.857Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:04.894Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:04.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:04.894Z", "message": "[vellum] => [05-Aug-2018 12:34:56 UTC] clearwater-diags-monitor starting\n[05-Aug-2018 12:34:56 UTC] Waiting for trigger files\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-05T12:35:04.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:05.899Z", "message": "[vellum] sudo cat /var/log/cassandra/system.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:05.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:05.899Z", "message": "[vellum] => INFO [main] 2018-08-05 12:32:46,899 CassandraDaemon.java:159 - Could not resolve local host\nINFO [main] 2018-08-05 12:32:47,001 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-08-05 12:32:47,211 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-05 12:32:47,360 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap\nINFO [main] 2018-08-05 12:32:47,368 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB\nINFO [main] 2018-08-05 12:32:47,369 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB\nINFO [main] 2018-08-05 12:32:47,710 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-08-05 12:32:47,724 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-05 12:32:47,762 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181\nWARN [main] 2018-08-05 12:32:47,762 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release\nINFO [main] 2018-08-05 12:32:47,762 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480\nINFO [main] 2018-08-05 12:32:47,762 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 710016(693K) committed = 2555904(2496K) max = 50331648(49152K)\nINFO [main] 2018-08-05 12:32:47,762 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 73988728(72254K) committed = 167772160(163840K) max = 167772160(163840K)\nINFO [main] 2018-08-05 12:32:47,762 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K)\nINFO [main] 2018-08-05 12:32:47,763 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K)\nINFO [main] 2018-08-05 12:32:47,763 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16711896(16320K) committed = 21757952(21248K) max = 174063616(169984K)\nINFO [main] 2018-08-05 12:32:47,763 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-05 12:32:47,763 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_1533472366.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1533472366.log]\nINFO [main] 2018-08-05 12:32:47,878 CLibrary.java:144 - JNA mlockall successful\nWARN [main] 2018-08-05 12:32:47,878 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info.\nERROR [main] 2018-08-05 12:32:47,991 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist\nERROR [main] 2018-08-05 12:32:47,993 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist\nERROR [main] 2018-08-05 12:32:47,993 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist\nINFO [main] 2018-08-05 12:32:47,999 CacheService.java:110 - Initializing key cache with capacity of 49 MBs.\nINFO [main] 2018-08-05 12:32:48,005 CacheService.java:132 - Initializing row cache with capacity of 0 MBs\nINFO [main] 2018-08-05 12:32:48,011 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs\nINFO [main] 2018-08-05 12:32:48,012 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys).\nINFO [main] 2018-08-05 12:32:48,090 ColumnFamilyStore.java:361 - Initializing system.schema_triggers\nINFO [main] 2018-08-05 12:32:49,308 ColumnFamilyStore.java:361 - Initializing system.compaction_history\nINFO [main] 2018-08-05 12:32:49,319 ColumnFamilyStore.java:361 - Initializing system.batchlog\nINFO [main] 2018-08-05 12:32:49,325 ColumnFamilyStore.java:361 - Initializing system.sstable_activity\nINFO [main] 2018-08-05 12:32:49,330 ColumnFamilyStore.java:361 - Initializing system.peer_events\nINFO [main] 2018-08-05 12:32:49,334 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress\nINFO [main] 2018-08-05 12:32:49,338 ColumnFamilyStore.java:361 - Initializing system.hints\nINFO [main] 2018-08-05 12:32:49,342 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces\nINFO [main] 2018-08-05 12:32:49,347 ColumnFamilyStore.java:361 - Initializing system.range_xfers\nINFO [main] 2018-08-05 12:32:49,350 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies\nINFO [main] 2018-08-05 12:32:49,354 ColumnFamilyStore.java:361 - Initializing system.paxos\nINFO [main] 2018-08-05 12:32:49,359 ColumnFamilyStore.java:361 - Initializing system.schema_columns\nINFO [main] 2018-08-05 12:32:49,363 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes\nINFO [main] 2018-08-05 12:32:49,366 ColumnFamilyStore.java:361 - Initializing system.IndexInfo\nINFO [main] 2018-08-05 12:32:49,369 ColumnFamilyStore.java:361 - Initializing system.peers\nINFO [main] 2018-08-05 12:32:49,373 ColumnFamilyStore.java:361 - Initializing system.size_estimates\nINFO [main] 2018-08-05 12:32:49,376 ColumnFamilyStore.java:361 - Initializing system.local\nINFO [main] 2018-08-05 12:32:49,451 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage.\nINFO [main] 2018-08-05 12:32:49,452 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh.\nINFO [main] 2018-08-05 12:32:49,492 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-08-05 12:32:49,498 Memtable.java:347 - Writing Memtable-local@2074126465(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-08-05 12:32:49,532 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=1533472369284, position=399)\nINFO [main] 2018-08-05 12:32:50,073 CommitLog.java:122 - No commitlog files found; skipping replay\nINFO [main] 2018-08-05 12:32:50,223 StorageService.java:622 - Cassandra version: 2.1.15\nINFO [main] 2018-08-05 12:32:50,223 StorageService.java:623 - Thrift API version: 19.39.0\nINFO [main] 2018-08-05 12:32:50,225 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1)\nINFO [main] 2018-08-05 12:32:50,238 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-05 12:32:50,239 StorageService.java:649 - Loading persisted ring state\nINFO [main] 2018-08-05 12:32:50,254 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-08-05 12:32:50,263 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-05 12:32:50,272 SystemKeyspace.java:765 - No host ID found, created 7ed636ac-5732-42ad-aa3a-ab5d9a083f5f (Note: This should happen exactly once per node).\nINFO [main] 2018-08-05 12:32:50,275 StorageService.java:807 - Starting up server gossip\nINFO [main] 2018-08-05 12:32:50,277 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-08-05 12:32:50,277 Memtable.java:347 - Writing Memtable-local@2060365357(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-08-05 12:32:50,278 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=1533472369284, position=93397)\nINFO [main] 2018-08-05 12:32:50,708 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-08-05 12:32:50,715 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-05 12:32:50,744 MessagingService.java:506 - Starting Messaging Service on port 7000\nINFO [main] 2018-08-05 12:32:50,801 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-08-05 12:32:50,809 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-05 12:32:50,819 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-08-05 12:32:50,825 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-05 12:32:50,834 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node.\nINFO [main] 2018-08-05 12:32:50,835 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-08-05 12:32:50,842 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-05 12:32:50,852 StorageService.java:959 - Generated random tokens. tokens are [-6822761585448451521, -4129109670211713603, -7350317955692528637, -2656563880794231744, 1988683833369793576, -5869054337039038438, -3257985113401227310, 4996900580902490376, -393902991863650056, 5888711626354461282, -5116034828032681632, -2294742950930046735, -2744427478489445130, 8638533336020752892, 6700132449990256618, 843516128593786204, 7059392416587645949, 699108424783171129, -4286370131758097892, 6460091187680277748, 1627106817287971094, 1643236669971902677, -1632255170876767025, -5350510588994070521, 5042207505700035155, 1361648715006311984, -8618195015281402725, 7119889677087020165, 6407477763896094407, -4999907419037635016, -7426186396959421782, 4650313972537603721, 4993916369313846366, 5447872143778941083, -2419935555312060327, 4031604331730148190, -2409314220056874228, 7138149434199343183, -5815543370427438289, 1638854919133067336, 2472460542574794738, 7998436296267637668, 3148961160902005868, -8452002656730123902, 5718465434573010754, -4908160091657678597, 3328594339249130018, -7661010247879891743, 1976725300709099602, -7236696097324677401, -6542142881694439038, -2750102494620552932, -7354835087640153869, 1274350069742599593, -6901680839238798229, 5185012707008714334, -266841697377143517, 955174435360514717, -1102444824576011510, 2360743198179853575, -1158508266685673647, 6671864369166556763, 159385455697338085, -7673727599638145926, 2497513156505358912, -7085931785574397349, -2235150252949476748, 8441026041910416021, -7241387321508953566, -4033502846749500829, 1497781946262358746, -9114984822969142359, -1524006361303198962, 6882295147561879937, 3704872294143661551, 5561321084972091174, -4746221014572916370, 8496089333060510054, 2276694754695036591, 4423044931066659372, -124604398120007929, 8407051327654067741, 6252287632716495980, 3967783965246592853, -8934891079527666590, -1160059557022924906, 5349813128986305533, 364755041495939271, 7313433646958254162, 4500501630559103473, 5781754376195034319, 6051556210669716965, 7800176782868004731, 8242078873940921912, -588432350641642123, -4689706691491191793, -6854391907345224435, -7230377531417619199, 4516332374933978628, -3218349949980067387, 8214417148592718051, -3696978151239619374, -5725371829854489332, 579723099644477250, 4272295521099134822, 1732445620175152616, 334601554220704237, 58841740014086932, -8170224749806354325, 2505934522504707947, 6091228275542362523, 609412418322081927, -2122773245034456718, 6555725867098890381, -8033570640918614183, 5009915611100024153, 5457301929385859581, 771976132423113521, 4001588912003505051, -3471814998651990392, -7237885861269599299, -3014798501741271640, 718032061696589745, -1450840699545459524, -1374896637129845369, 1768891175349797942, 1815652111215107643, 2485252971685975299, -7064784245670614916, 1127917690937305833, -2331081911990444423, -2707455755251195909, -6169283506197788429, -5841630071481791563, 2798844892391736351, 2354170483064050868, 3114611074798940777, 6223899427707167976, 8810201808718764941, 2589605379501626229, -2401796494409204500, -149273996587937985, 4338168697804424480, 2440405979325744385, 8238101307052399278, 6587490269584219092, -4422465240306889909, -3979333540306866821, 7389847384495551421, 3927812951362458839, 7706563217023244272, 4747890069502333679, 8205023533368089564, -7547380058114844081, 8412907790148032981, -7341573776853890868, -8640016075703996248, -7579506399408818851, -7968058950802484791, 5404648842586928410, -1039870745344791976, -7681861153429066952, -4962900976135739606, 2444047066057499259, -6552630397188585733, -7960148733721155475, -5108707247933676702, -9109449580460457087, -5275795895020030002, -4682825135430096344, 4953715063398798785, -1228329039792776072, 777918969943517709, -6043281336855472433, 8712428811185479443, -8660678662370254571, 2729685971042853868, -932698791347641062, -4319670073887393023, -5128279189273358596, -5502078731809404432, -6456939813729810912, -1067048108097619817, -6667430250327513847, -6960069694087486052, 5823385412333025091, 7699273150170322261, -2612976655151782970, 2541389593067381720, 3972812471009067455, -559478361950690669, -2650823337565775736, -4523805829022746778, 5461078323623410512, 5220614700030085030, -4883024026408739448, -666753200647619068, -2720646105981007624, 481705754400338436, 4662664450824387272, -4908767215229221897, -7364898467887374815, 2567406586379431084, -5427840668973933589, -2246058448070938850, -500219332372483680, -275930730562168336, 456333912769113658, 2732347656208976453, 5788415681588577674, -3477866310733765890, 3117879670199605331, -5019250295597544353, 6307359304117943547, -229657248803096782, 1320649323774404777, -7637251828020527531, -2535520548642083084, 982555372897834592, 9204855886261657671, 510770782730185040, 3276499276943205681, 2710233498670393352, 7321391096772383881, -1615004956860923590, 1697046982790978623, -2870016578814076054, 3052809230957816912, -1179316459739428219, 3991207291838569629, 8017971296755942975, -431356490057182220, 6162472883926151321, 8138522892012767528, 4479215858372812456, 3529670896630287059, -5438804590540161367, 827858762481715020, 4442094558208115587, -3703426566564648746, 6323070371447435905, 7322796145519541118, -4509192025790492151, -2669341176542861349, -1211020709920815058, 5592396238084965333, 2938858260599908116, 1795009544820510891, -2459990432944706326, -1320760160542299475, -1319695205390576553, 1447594789575088679, 3743215263869724783, 781157724355250729, 6505319152488516206, 1450320974270173344]\nINFO [main] 2018-08-05 12:32:50,863 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@389861cf[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@14e5d923[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@c87f25a}\nINFO [MigrationStage:1] 2018-08-05 12:32:50,901 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-08-05 12:32:50,903 Memtable.java:347 - Writing Memtable-schema_keyspaces@1357256679(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-08-05 12:32:50,904 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=1533472369284, position=102352)\nINFO [MigrationStage:1] 2018-08-05 12:32:51,447 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-08-05 12:32:51,448 Memtable.java:347 - Writing Memtable-schema_columnfamilies@61320966(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-08-05 12:32:51,457 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=1533472369284, position=102352)\nINFO [MigrationStage:1] 2018-08-05 12:32:52,001 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-08-05 12:32:52,001 Memtable.java:347 - Writing Memtable-schema_columns@157001451(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-08-05 12:32:52,021 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=1533472369284, position=102352)\nINFO [MigrationStage:1] 2018-08-05 12:32:52,647 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-08-05 12:32:52,648 Memtable.java:347 - Writing Memtable-schema_triggers@151093937(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-08-05 12:32:52,648 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=1533472369284, position=102352)\nINFO [MigrationStage:1] 2018-08-05 12:32:53,041 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-08-05 12:32:53,046 Memtable.java:347 - Writing Memtable-schema_usertypes@1405925229(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-08-05 12:32:53,047 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=1533472369284, position=102352)\nINFO [MigrationStage:1] 2018-08-05 12:32:53,274 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@40242ce1[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-05 12:32:53,278 ColumnFamilyStore.java:361 - Initializing system_traces.sessions\nINFO [MigrationStage:1] 2018-08-05 12:32:53,279 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@6bf76ed6[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-05 12:32:53,284 ColumnFamilyStore.java:361 - Initializing system_traces.events\nINFO [main] 2018-08-05 12:32:53,318 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-08-05 12:32:53,319 Memtable.java:347 - Writing Memtable-local@451147752(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-08-05 12:32:53,320 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=1533472369284, position=102595)\nINFO [main] 2018-08-05 12:32:53,797 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51466 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-08-05 12:32:53,797 Memtable.java:347 - Writing Memtable-local@1408860599(8.353KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-08-05 12:32:53,807 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=1533472369284, position=114572)\nINFO [CompactionExecutor:1] 2018-08-05 12:32:54,308 CompactionTask.java:141 - Compacting [SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-3-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-2-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-4-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-1-Data.db')]\nINFO [main] 2018-08-05 12:32:54,344 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL\nINFO [main] 2018-08-05 12:32:54,454 Server.java:155 - Netty using native Epoll event loop\nINFO [main] 2018-08-05 12:32:54,484 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-05 12:32:54,484 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042...\nINFO [main] 2018-08-05 12:32:54,532 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160\nINFO [Thread-2] 2018-08-05 12:32:54,537 ThriftServer.java:136 - Listening for thrift clients...\nINFO [CompactionExecutor:1] 2018-08-05 12:32:54,875 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,975 bytes to 5,797 (~97% of original) in 561ms = 0.009855MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, }\nINFO [StorageServiceShutdownHook] 2018-08-05 12:34:18,594 ThriftServer.java:142 - Stop listening to thrift clients\nINFO [StorageServiceShutdownHook] 2018-08-05 12:34:18,612 Server.java:225 - Stop listening for CQL clients\nINFO [StorageServiceShutdownHook] 2018-08-05 12:34:18,613 Gossiper.java:1454 - Announcing shutdown\nINFO [StorageServiceShutdownHook] 2018-08-05 12:34:18,614 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown\nINFO [StorageServiceShutdownHook] 2018-08-05 12:34:20,621 MessagingService.java:734 - Waiting for messaging service to quiesce\nINFO [ACCEPT-localhost/127.0.0.1] 2018-08-05 12:34:20,622 MessagingService.java:1020 - MessagingService has terminated the accept() thread\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:05.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:05.899Z", "message": "[vellum] => 2018-08-05 12:34:21.291453049 Stopping etcd clearwater-etcd\n2018-08-05 12:34:48.597441175 Restarting etcd clearwater-etcd\n2018-08-05 12:34:48.602593346 Configured ETCDCTL_PEERS: 192.168.120.20:4000,\n2018-08-05 12:34:48.603357980 Check for previous failed startup attempt\n2018-08-05 12:34:48.605391372 Running etcdctl member list\n81ffaeb0c4320748: name=192-168-120-13 peerURLs=http://192.168.120.13:2380 clientURLs=http://192.168.120.13:4000 isLeader=false\n97faac099366e92f: name=192-168-120-20 peerURLs=http://192.168.120.20:2380 clientURLs=http://192.168.120.20:4000 isLeader=true\n9f9d5431e0910eb2: name=192-168-120-32 peerURLs=http://192.168.120.32:2380 clientURLs=http://192.168.120.32:4000 isLeader=false\nb2b32d504c7b04fd: name=192-168-120-9 peerURLs=http://192.168.120.9:2380 clientURLs=http://192.168.120.9:4000 isLeader=false\n2018-08-05 12:34:48.844806178 etcdctl returned 0\n2018-08-05 12:34:48.856099496 Joining existing cluster...\n2018-08-05 12:34:54.859332972 Configured ETCDCTL_PEERS: 192.168.120.20:4000,\n2018-08-05 12:34:54.860088802 Check cluster is healthy\n2018-08-05 12:34:54.861788973 Running etcdctl cluster-health\nmember 81ffaeb0c4320748 is healthy: got healthy result from http://192.168.120.13:4000\nmember 97faac099366e92f is healthy: got healthy result from http://192.168.120.20:4000\nmember 9f9d5431e0910eb2 is healthy: got healthy result from http://192.168.120.32:4000\nmember b2b32d504c7b04fd is healthy: got healthy result from http://192.168.120.9:4000\ncluster is healthy\n2018-08-05 12:34:55.133305777 etcdctl returned 0\n2018-08-05 12:34:55.134769143 Tell the cluster we're joining\n2018-08-05 12:34:55.135511350 Running etcdctl member add 192-168-120-3 http://192.168.120.3:2380\nAdded member named 192-168-120-3 with ID 2bcea8f17a6c1102 to cluster\n\nETCD_NAME=\"192-168-120-3\"\nETCD_INITIAL_CLUSTER=\"192-168-120-3=http://192.168.120.3:2380,192-168-120-13=http://192.168.120.13:2380,192-168-120-20=http://192.168.120.20:2380,192-168-120-32=http://192.168.120.32:2380,192-168-120-9=http://192.168.120.9:2380\"\nETCD_INITIAL_CLUSTER_STATE=\"existing\"\n2018-08-05 12:34:55.157433271 etcdctl returned 0\n2018-08-05 12:34:55.188550144 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.3:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.3\n --name 192-168-120-3\n --debug --initial-cluster 192-168-120-13=http://192.168.120.13:2380,192-168-120-20=http://192.168.120.20:2380,192-168-120-32=http://192.168.120.32:2380,192-168-120-9=http://192.168.120.9:2380,192-168-120-3=http://192.168.120.3:2380\n --initial-cluster-state existing\n --initial-advertise-peer-urls http://192.168.120.3:2380\n --listen-peer-urls http://192.168.120.3:2380\n2018-08-05 12:34:55.190203073 Check we're actually a member of the cluster\n2018-08-05 12:34:55.197308385 Wait for etcd to startup\n2018-08-05 12:34:56.203146314 Etcd started successfully\n2018-08-05 12:34:55.224835 I | etcdmain: etcd Version: 3.1.7\n2018-08-05 12:34:55.224915 I | etcdmain: Git SHA: 43b7507\n2018-08-05 12:34:55.224920 I | etcdmain: Go Version: go1.7.5\n2018-08-05 12:34:55.224959 I | etcdmain: Go OS/Arch: linux/amd64\n2018-08-05 12:34:55.224967 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2018-08-05 12:34:55.225078 I | embed: listening for peers on http://192.168.120.3:2380\n2018-08-05 12:34:55.225136 I | embed: listening for client requests on 0.0.0.0:4000\n2018-08-05 12:34:55.268626 I | etcdserver: name = 192-168-120-3\n2018-08-05 12:34:55.268640 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.3\n2018-08-05 12:34:55.268645 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.3/member\n2018-08-05 12:34:55.268649 I | etcdserver: heartbeat = 100ms\n2018-08-05 12:34:55.268652 I | etcdserver: election = 1000ms\n2018-08-05 12:34:55.268656 I | etcdserver: snapshot count = 10000\n2018-08-05 12:34:55.268663 I | etcdserver: advertise client URLs = http://192.168.120.3:4000\n2018-08-05 12:34:55.279942 I | etcdserver: starting member 2bcea8f17a6c1102 in cluster a930ab78b7477820\n2018-08-05 12:34:55.279984 I | raft: 2bcea8f17a6c1102 became follower at term 0\n2018-08-05 12:34:55.280009 I | raft: newRaft 2bcea8f17a6c1102 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2018-08-05 12:34:55.280014 I | raft: 2bcea8f17a6c1102 became follower at term 1\n2018-08-05 12:34:55.418418 I | rafthttp: started HTTP pipelining with peer 81ffaeb0c4320748\n2018-08-05 12:34:55.418484 I | rafthttp: started HTTP pipelining with peer 97faac099366e92f\n2018-08-05 12:34:55.418561 I | rafthttp: started HTTP pipelining with peer 9f9d5431e0910eb2\n2018-08-05 12:34:55.418578 I | rafthttp: started HTTP pipelining with peer b2b32d504c7b04fd\n2018-08-05 12:34:55.418599 I | rafthttp: starting peer 81ffaeb0c4320748...\n2018-08-05 12:34:55.418654 I | rafthttp: started HTTP pipelining with peer 81ffaeb0c4320748\n2018-08-05 12:34:55.425273 I | rafthttp: started peer 81ffaeb0c4320748\n2018-08-05 12:34:55.425337 I | rafthttp: added peer 81ffaeb0c4320748\n2018-08-05 12:34:55.425354 I | rafthttp: starting peer 97faac099366e92f...\n2018-08-05 12:34:55.425367 I | rafthttp: started HTTP pipelining with peer 97faac099366e92f\n2018-08-05 12:34:55.426232 I | rafthttp: started streaming with peer 81ffaeb0c4320748 (stream MsgApp v2 reader)\n2018-08-05 12:34:55.426677 I | rafthttp: started streaming with peer 81ffaeb0c4320748 (stream Message reader)\n2018-08-05 12:34:55.428803 I | rafthttp: started peer 97faac099366e92f\n2018-08-05 12:34:55.428824 I | rafthttp: added peer 97faac099366e92f\n2018-08-05 12:34:55.428838 I | rafthttp: starting peer 9f9d5431e0910eb2...\n2018-08-05 12:34:55.428851 I | rafthttp: started HTTP pipelining with peer 9f9d5431e0910eb2\n2018-08-05 12:34:55.429283 I | rafthttp: started peer 9f9d5431e0910eb2\n2018-08-05 12:34:55.429300 I | rafthttp: added peer 9f9d5431e0910eb2\n2018-08-05 12:34:55.429311 I | rafthttp: starting peer b2b32d504c7b04fd...\n2018-08-05 12:34:55.429325 I | rafthttp: started HTTP pipelining with peer b2b32d504c7b04fd\n2018-08-05 12:34:55.429814 I | rafthttp: started streaming with peer 81ffaeb0c4320748 (writer)\n2018-08-05 12:34:55.429836 I | rafthttp: started streaming with peer 81ffaeb0c4320748 (writer)\n2018-08-05 12:34:55.429949 I | rafthttp: started streaming with peer 97faac099366e92f (writer)\n2018-08-05 12:34:55.429987 I | rafthttp: started streaming with peer 9f9d5431e0910eb2 (writer)\n2018-08-05 12:34:55.429996 I | rafthttp: started streaming with peer 9f9d5431e0910eb2 (writer)\n2018-08-05 12:34:55.430004 I | rafthttp: started streaming with peer 9f9d5431e0910eb2 (stream MsgApp v2 reader)\n2018-08-05 12:34:55.430014 I | rafthttp: started streaming with peer 9f9d5431e0910eb2 (stream Message reader)\n2018-08-05 12:34:55.435823 I | rafthttp: started peer b2b32d504c7b04fd\n2018-08-05 12:34:55.435850 I | rafthttp: added peer b2b32d504c7b04fd\n2018-08-05 12:34:55.435876 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2018-08-05 12:34:55.436112 I | rafthttp: started streaming with peer 97faac099366e92f (stream MsgApp v2 reader)\n2018-08-05 12:34:55.436867 I | rafthttp: started streaming with peer b2b32d504c7b04fd (writer)\n2018-08-05 12:34:55.436887 I | rafthttp: started streaming with peer b2b32d504c7b04fd (writer)\n2018-08-05 12:34:55.436910 I | rafthttp: started streaming with peer b2b32d504c7b04fd (stream MsgApp v2 reader)\n2018-08-05 12:34:55.437015 I | rafthttp: started streaming with peer b2b32d504c7b04fd (stream Message reader)\n2018-08-05 12:34:55.439532 I | raft: 2bcea8f17a6c1102 [term: 1] received a MsgHeartbeat message with higher term from 97faac099366e92f [term: 2]\n2018-08-05 12:34:55.439569 I | raft: 2bcea8f17a6c1102 became follower at term 2\n2018-08-05 12:34:55.439592 I | raft: raft.node: 2bcea8f17a6c1102 elected leader 97faac099366e92f at term 2\n2018-08-05 12:34:55.439618 I | rafthttp: started streaming with peer 97faac099366e92f (stream Message reader)\n2018-08-05 12:34:55.441097 I | rafthttp: peer 9f9d5431e0910eb2 became active\n2018-08-05 12:34:55.441111 I | rafthttp: established a TCP streaming connection with peer 9f9d5431e0910eb2 (stream Message writer)\n2018-08-05 12:34:55.441278 I | rafthttp: established a TCP streaming connection with peer 9f9d5431e0910eb2 (stream MsgApp v2 writer)\n2018-08-05 12:34:55.441388 I | rafthttp: peer 97faac099366e92f became active\n2018-08-05 12:34:55.441400 I | rafthttp: established a TCP streaming connection with peer 97faac099366e92f (stream Message writer)\n2018-08-05 12:34:55.441557 I | rafthttp: peer 81ffaeb0c4320748 became active\n2018-08-05 12:34:55.441569 I | rafthttp: established a TCP streaming connection with peer 81ffaeb0c4320748 (stream Message writer)\n2018-08-05 12:34:55.441709 I | rafthttp: established a TCP streaming connection with peer 81ffaeb0c4320748 (stream MsgApp v2 writer)\n2018-08-05 12:34:55.441802 I | rafthttp: peer b2b32d504c7b04fd became active\n2018-08-05 12:34:55.441833 I | rafthttp: established a TCP streaming connection with peer b2b32d504c7b04fd (stream Message writer)\n2018-08-05 12:34:55.441946 I | rafthttp: established a TCP streaming connection with peer b2b32d504c7b04fd (stream MsgApp v2 writer)\n2018-08-05 12:34:55.442452 I | rafthttp: started streaming with peer 97faac099366e92f (writer)\n2018-08-05 12:34:55.442492 I | rafthttp: established a TCP streaming connection with peer 97faac099366e92f (stream MsgApp v2 writer)\n2018-08-05 12:34:55.442977 I | rafthttp: established a TCP streaming connection with peer 9f9d5431e0910eb2 (stream MsgApp v2 reader)\n2018-08-05 12:34:55.443049 I | rafthttp: established a TCP streaming connection with peer 9f9d5431e0910eb2 (stream Message reader)\n2018-08-05 12:34:55.443085 I | rafthttp: established a TCP streaming connection with peer 81ffaeb0c4320748 (stream MsgApp v2 reader)\n2018-08-05 12:34:55.443147 I | rafthttp: established a TCP streaming connection with peer 81ffaeb0c4320748 (stream Message reader)\n2018-08-05 12:34:55.443282 I | rafthttp: established a TCP streaming connection with peer 97faac099366e92f (stream MsgApp v2 reader)\n2018-08-05 12:34:55.443348 I | rafthttp: established a TCP streaming connection with peer 97faac099366e92f (stream Message reader)\n2018-08-05 12:34:55.444262 D | raft: 2bcea8f17a6c1102 [logterm: 0, index: 101] rejected msgApp [logterm: 2, index: 101] from 97faac099366e92f\n2018-08-05 12:34:55.444429 I | rafthttp: established a TCP streaming connection with peer b2b32d504c7b04fd (stream MsgApp v2 reader)\n2018-08-05 12:34:55.444799 I | rafthttp: established a TCP streaming connection with peer b2b32d504c7b04fd (stream Message reader)\n2018-08-05 12:34:55.447033 D | raft: 2bcea8f17a6c1102 [logterm: 0, index: 101] rejected msgApp [logterm: 2, index: 101] from 97faac099366e92f\n2018-08-05 12:34:55.447053 D | raft: 2bcea8f17a6c1102 [logterm: 0, index: 101] rejected msgApp [logterm: 2, index: 101] from 97faac099366e92f\n2018-08-05 12:34:55.452489 I | etcdserver/membership: added member 97faac099366e92f [http://192.168.120.20:2380] to cluster a930ab78b7477820\n2018-08-05 12:34:55.452617 N | etcdserver/membership: set the initial cluster version to 3.1\n2018-08-05 12:34:55.452663 I | etcdserver/api: enabled capabilities for version 3.1\n2018-08-05 12:34:55.452936 I | etcdserver/membership: added member 9f9d5431e0910eb2 [http://192.168.120.32:2380] to cluster a930ab78b7477820\n2018-08-05 12:34:55.453190 I | etcdserver/membership: added member b2b32d504c7b04fd [http://192.168.120.9:2380] to cluster a930ab78b7477820\n2018-08-05 12:34:55.453504 I | etcdserver/membership: added member 81ffaeb0c4320748 [http://192.168.120.13:2380] to cluster a930ab78b7477820\n2018-08-05 12:34:55.453816 I | etcdserver/membership: added member 2bcea8f17a6c1102 [http://192.168.120.3:2380] to cluster a930ab78b7477820\n2018-08-05 12:34:55.453952 I | etcdserver: published {Name:192-168-120-3 ClientURLs:[http://192.168.120.3:4000]} to cluster a930ab78b7477820\n2018-08-05 12:34:55.454294 I | embed: ready to serve client requests\n2018-08-05 12:34:55.454641 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2018-08-05 12:34:56.387087 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.3:40047\n2018-08-05 12:34:56.416327 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.3:40048\n2018-08-05 12:34:56.416972 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.3:40049\n2018-08-05 12:34:58.994164 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.32:34990\n2018-08-05 12:34:59.374534 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.32:34997\n2018-08-05 12:34:59.375103 D | etcdserver/api/v2http: [GET] /v2/members/leader remote:192.168.120.32:34997\n2018-08-05 12:34:59.385484 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.32:34999\n2018-08-05 12:35:00.261265 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.9:38066\n2018-08-05 12:35:03.753255 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.20:52091\n2018-08-05 12:35:03.753908 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.31:48551\n2018-08-05 12:35:03.938371 I | etcdserver/membership: added member 5866758fe37ecb2a [http://192.168.120.31:2380] to cluster a930ab78b7477820\n2018-08-05 12:35:03.938403 I | rafthttp: starting peer 5866758fe37ecb2a...\n2018-08-05 12:35:03.938419 I | rafthttp: started HTTP pipelining with peer 5866758fe37ecb2a\n2018-08-05 12:35:03.938854 I | rafthttp: started peer 5866758fe37ecb2a\n2018-08-05 12:35:03.938872 I | rafthttp: added peer 5866758fe37ecb2a\n2018-08-05 12:35:03.938928 I | rafthttp: started streaming with peer 5866758fe37ecb2a (writer)\n2018-08-05 12:35:03.938938 I | rafthttp: started streaming with peer 5866758fe37ecb2a (writer)\n2018-08-05 12:35:03.938964 I | rafthttp: started streaming with peer 5866758fe37ecb2a (stream MsgApp v2 reader)\n2018-08-05 12:35:03.939121 I | rafthttp: started streaming with peer 5866758fe37ecb2a (stream Message reader)\n2018-08-05 12:35:03.939436 D | rafthttp: failed to dial 5866758fe37ecb2a on stream MsgApp v2 (dial tcp 192.168.120.31:2380: getsockopt: connection refused)\n2018-08-05 12:35:03.939459 D | rafthttp: failed to dial 5866758fe37ecb2a on stream Message (dial tcp 192.168.120.31:2380: getsockopt: connection refused)\n2018-08-05 12:35:04.083026 I | rafthttp: peer 5866758fe37ecb2a became active\n2018-08-05 12:35:04.083045 I | rafthttp: established a TCP streaming connection with peer 5866758fe37ecb2a (stream Message writer)\n2018-08-05 12:35:04.085291 I | rafthttp: established a TCP streaming connection with peer 5866758fe37ecb2a (stream MsgApp v2 writer)\n2018-08-05 12:35:04.086312 I | rafthttp: established a TCP streaming connection with peer 5866758fe37ecb2a (stream MsgApp v2 reader)\n2018-08-05 12:35:04.087206 I | rafthttp: established a TCP streaming connection with peer 5866758fe37ecb2a (stream Message reader)\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-05T12:35:05.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:05.899Z", "message": "[vellum] sudo cat /etc/cassandra/logback", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:05.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:05.899Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:05.899Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:06.855Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:06.855Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:06.904Z", "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.006s\nuser\t0m0.002s\nsys\t0m0.003s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:06.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:06.904Z", "message": "[vellum] Installation is done", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:06.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:06.904Z", "message": "[vellum] sudo cat /etc/cassandra/cassandra", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:06.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:06.904Z", "message": "Execution done (return_code=0): /tmp/8HOF3/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:06.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:06.904Z", "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.002s\nsys\t0m0.003s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:06.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "287de5ca-0432-424d-9909-9867441b553e"}], "metadata": {"pagination": {"total": 1934, "offset": 1869, "size": 50}}} 2018-08-05 12:35:07,511 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:35:07,512 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:35:07 GMT 2018-08-05 12:35:07,512 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:35:07,512 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 96806 2018-08-05 12:35:07,512 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:35:07,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ps 2018-08-05 12:35:07,514 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 12:28 ? 00:00:00 /sbin/init root 2 0 0 12:28 ? 00:00:00 [kthreadd] root 3 2 0 12:28 ? 00:00:00 [ksoftirqd/0] root 5 2 0 12:28 ? 00:00:00 [kworker/0:0H] root 6 2 0 12:28 ? 00:00:00 [kworker/u4:0] root 7 2 0 12:28 ? 00:00:00 [rcu_sched] root 8 2 0 12:28 ? 00:00:00 [rcuos/0] root 9 2 0 12:28 ? 00:00:00 [rcuos/1] root 10 2 0 12:28 ? 00:00:00 [rcu_bh] root 11 2 0 12:28 ? 00:00:00 [rcuob/0] root 12 2 0 12:28 ? 00:00:00 [rcuob/1] root 13 2 0 12:28 ? 00:00:00 [migration/0] root 14 2 0 12:28 ? 00:00:00 [watchdog/0] root 15 2 0 12:28 ? 00:00:00 [watchdog/1] root 16 2 0 12:28 ? 00:00:00 [migration/1] root 17 2 0 12:28 ? 00:00:00 [ksoftirqd/1] root 18 2 0 12:28 ? 00:00:00 [kworker/1:0] root 19 2 0 12:28 ? 00:00:00 [kworker/1:0H] root 20 2 0 12:28 ? 00:00:00 [khelper] root 21 2 0 12:28 ? 00:00:00 [kdevtmpfs] root 22 2 0 12:28 ? 00:00:00 [netns] root 23 2 0 12:28 ? 00:00:00 [writeback] root 24 2 0 12:28 ? 00:00:00 [kintegrityd] root 25 2 0 12:28 ? 00:00:00 [bioset] root 26 2 0 12:28 ? 00:00:00 [kworker/u5:0] root 27 2 0 12:28 ? 00:00:00 [kblockd] root 28 2 0 12:28 ? 00:00:00 [ata_sff] root 29 2 0 12:28 ? 00:00:00 [khubd] root 30 2 0 12:28 ? 00:00:00 [md] root 31 2 0 12:28 ? 00:00:00 [devfreq_wq] root 32 2 0 12:28 ? 00:00:00 [kworker/1:1] root 34 2 0 12:28 ? 00:00:00 [khungtaskd] root 35 2 0 12:28 ? 00:00:00 [kswapd0] root 36 2 0 12:28 ? 00:00:00 [vmstat] root 37 2 0 12:28 ? 00:00:00 [ksmd] root 38 2 0 12:28 ? 00:00:00 [khugepaged] root 39 2 0 12:28 ? 00:00:00 [fsnotify_mark] root 40 2 0 12:28 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 12:28 ? 00:00:00 [crypto] root 53 2 0 12:28 ? 00:00:00 [kthrotld] root 54 2 0 12:28 ? 00:00:00 [kworker/u4:1] root 55 2 0 12:28 ? 00:00:00 [vballoon] root 56 2 0 12:28 ? 00:00:00 [kworker/0:1] root 57 2 0 12:28 ? 00:00:00 [scsi_eh_0] root 58 2 0 12:28 ? 00:00:00 [scsi_eh_1] root 79 2 0 12:28 ? 00:00:00 [deferwq] root 80 2 0 12:28 ? 00:00:00 [charger_manager] root 123 2 0 12:28 ? 00:00:00 [kpsmoused] root 141 2 0 12:28 ? 00:00:00 [kworker/0:2] root 186 2 0 12:28 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 12:28 ? 00:00:00 [ext4-rsv-conver] root 387 1 0 12:28 ? 00:00:00 upstart-udev-bridge --daemon root 391 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 454 2 0 12:28 ? 00:00:00 [kworker/u5:1] root 513 1 0 12:28 ? 00:00:00 upstart-socket-bridge --daemon root 584 1 0 12:28 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 12:28 ? 00:00:00 [kauditd] message+ 890 1 0 12:28 ? 00:00:00 dbus-daemon --system --fork root 932 1 0 12:28 ? 00:00:00 /lib/systemd/systemd-logind root 955 1 0 12:28 ? 00:00:00 upstart-file-bridge --daemon syslog 970 1 0 12:28 ? 00:00:00 rsyslogd root 1050 1 0 12:28 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1053 1 0 12:28 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1057 1 0 12:28 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1058 1 0 12:28 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1060 1 0 12:28 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1092 1 0 12:28 ? 00:00:00 /usr/sbin/sshd -D root 1104 1 0 12:28 ? 00:00:00 cron daemon 1105 1 0 12:28 ? 00:00:00 atd root 1115 1 0 12:28 ? 00:00:00 /usr/sbin/irqbalance root 1127 1 0 12:28 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1198 1 0 12:28 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1204 1 0 12:28 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1650 1 0 12:28 ? 00:00:00 /home/ubuntu/vellum_host_a7fgrh/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_a7fgrh --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_a7fgrh --logging-server-logdir=/home/ubuntu/vellum_host_a7fgrh/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_a7fgrh/work/vellum_host_a7fgrh%I.log --pidfile=/home/ubuntu/vellum_host_a7fgrh/work/vellum_host_a7fgrh.pid ubuntu 1764 1 0 12:29 ? 00:00:02 python2.7 /home/ubuntu/vellum_host_a7fgrh/env/bin/diamond --configfile /home/ubuntu/vellum_host_a7fgrh/work/plugins/diamond/etc/diamond.conf ubuntu 1820 1650 0 12:31 ? 00:00:00 /home/ubuntu/vellum_host_a7fgrh/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_a7fgrh --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_a7fgrh --logging-server-logdir=/home/ubuntu/vellum_host_a7fgrh/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_a7fgrh/work/vellum_host_a7fgrh%I.log --pidfile=/home/ubuntu/vellum_host_a7fgrh/work/vellum_host_a7fgrh.pid ubuntu 1840 1820 0 12:31 ? 00:00:00 /home/ubuntu/vellum_host_a7fgrh/env/bin/python2.7 /home/ubuntu/vellum_host_a7fgrh/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-ol2hlz ubuntu 1852 1840 0 12:31 ? 00:00:00 /bin/sh -c /tmp/8HOF3/install-vellum.sh ubuntu 1854 1852 0 12:31 ? 00:00:00 /bin/bash -e /tmp/8HOF3/install-vellum.sh root 2284 2 0 12:32 ? 00:00:00 [kworker/u5:2] ntp 11855 1 0 12:33 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112 memcache 12253 1 0 12:34 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1 root 12918 1 0 12:34 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 13245 1 0 12:34 ? 00:00:00 /bin/sh -e /proc/self/fd/9 root 13255 13245 0 12:34 ? 00:00:00 cpulimit -e astaire -l 10 root 13895 12918 0 12:34 ? 00:00:00 [check-monit-upt] memcache 13935 1 0 12:34 ? 00:00:00 /usr/bin/memcached -v -e ignore_vbucket=true;cache_size=3072000000;eviction=false -p 11211 -u memcache -l 192.168.120.3 -c 4096 -r -U 0 root 13943 12918 0 12:34 ? 00:00:00 [check-memcached] root 13947 12918 0 12:34 ? 00:00:00 [poll_memcached.] clearwa+ 14197 1 1 12:34 ? 00:00:00 /usr/share/clearwater/clearwater-etcd/3.1.7/etcd --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.3:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.3 --name 192-168-120-3 --debug --initial-cluster 192-168-120-13=http://192.168.120.13:2380,192-168-120-20=http://192.168.120.20:2380,192-168-120-32=http://192.168.120.32:2380,192-168-120-9=http://192.168.120.9:2380,192-168-120-3=http://192.168.120.3:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.3:2380 --listen-peer-urls http://192.168.120.3:2380 root 14224 12918 0 12:34 ? 00:00:00 [check-etcd-upti] root 14228 12918 0 12:34 ? 00:00:00 [poll_etcd_clust] root 14230 12918 0 12:34 ? 00:00:00 [poll_etcd.sh] root 14253 1 0 12:34 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 14257 14253 0 12:34 ? 00:00:00 inotifywait -e create -qq . dnsmasq 14415 1 0 12:35 ? 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 14492 1854 0 12:35 ? 00:00:00 /bin/bash -e /tmp/8HOF3/install-vellum.sh ubuntu 14493 14492 0 12:35 ? 00:00:00 /bin/bash -e /tmp/8HOF3/install-vellum.sh root 14494 14493 0 12:35 ? 00:00:00 sudo ps -edf root 14495 14494 0 12:35 ? 00:00:00 ps -edf real 0m0.009s user 0m0.000s sys 0m0.009s 2018-08-05 12:35:07,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:36:1e:7f inet addr:192.168.120.3 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe36:1e7f/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:139052 errors:0 dropped:0 overruns:0 frame:0 TX packets:64054 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:218097702 (218.0 MB) TX bytes:10581461 (10.5 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:299 errors:0 dropped:0 overruns:0 frame:0 TX packets:299 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:25009 (25.0 KB) TX bytes:25009 (25.0 KB) real 0m0.006s user 0m0.004s sys 0m0.002s 2018-08-05 12:35:07,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ifconfig 2018-08-05 12:35:07,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => /var/log /var/log/cloud-init-output.log /var/log/wtmp /var/log/syslog /var/log/landscape /var/log/landscape/sysinfo.log /var/log/sysstat /var/log/sysstat/clearwater-sa05 /var/log/sysstat/sa05 /var/log/kern.log /var/log/apt /var/log/apt/term.log /var/log/apt/history.log /var/log/dpkg.log /var/log/cassandra /var/log/cassandra/system.log /var/log/udev /var/log/clearwater-diags-monitor.log /var/log/clearwater-etcd /var/log/clearwater-etcd/clearwater-etcd-initd.log /var/log/clearwater-etcd/clearwater-etcd.log /var/log/chronos /var/log/memcached.log /var/log/btmp /var/log/cloud-init.log /var/log/monit.log /var/log/boot.log /var/log/clearwater-cluster-manager /var/log/dmesg.0 /var/log/clearwater-queue-manager /var/log/dist-upgrade /var/log/clearwater-config-manager /var/log/lastlog /var/log/iotop.log /var/log/ntpstats /var/log/rogers /var/log/rogers/rogers_err.log /var/log/rogers/rogers_current.txt /var/log/rogers/rogers_20180805T120000Z.txt /var/log/rogers/rogers_out.log /var/log/upstart /var/log/upstart/clearwater-monit.log /var/log/upstart/systemd-logind.log /var/log/upstart/container-detect.log /var/log/upstart/console-setup.log /var/log/upstart/network-interface-eth0.log /var/log/upstart/procps-static-network-up.log /var/log/upstart/astaire-throttle.log /var/log/upstart/cryptdisks.log /var/log/upstart/rsyslog.log /var/log/upstart/procps-virtual-filesystems.log /var/log/astaire /var/log/astaire/astaire_out.log /var/log/astaire/astaire_20180805T120000Z.txt /var/log/astaire/astaire_err.log /var/log/astaire/astaire_current.txt /var/log/alternatives.log /var/log/dmesg /var/log/fsck /var/log/fsck/checkfs /var/log/fsck/checkroot /var/log/auth.log /var/log/unattended-upgrades real 0m0.012s user 0m0.004s sys 0m0.003s 2018-08-05 12:35:07,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-08-05 12:35:07,515 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo find /var/log 2018-08-05 12:35:07,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo netstat 2018-08-05 12:35:07,516 - 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 14415/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1092/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 12918/monit tcp 0 0 192.168.120.3:11211 0.0.0.0:* LISTEN 13935/memcached tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12253/memcached tcp 0 0 192.168.120.3:2380 0.0.0.0:* LISTEN 14197/etcd tcp6 0 0 ::1:53 :::* LISTEN 14415/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1092/sshd tcp6 0 0 :::4000 :::* LISTEN 14197/etcd udp 0 0 192.168.120.3:123 0.0.0.0:* 11855/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 11855/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 11855/ntpd udp 0 0 0.0.0.0:36231 0.0.0.0:* 584/dhclient udp 0 0 127.0.0.1:11211 0.0.0.0:* 12253/memcached udp 0 0 127.0.0.1:53 0.0.0.0:* 14415/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 584/dhclient udp6 0 0 fe80::f816:3eff:fe3:123 :::* 11855/ntpd udp6 0 0 ::1:123 :::* 11855/ntpd udp6 0 0 :::123 :::* 11855/ntpd udp6 0 0 ::1:53 :::* 14415/dnsmasq udp6 0 0 :::26698 :::* 584/dhclient Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 11774 1650/python2.7 /tmp/cloudify-logging-server-1a548.socket unix 2 [ ACC ] STREAM LISTENING 11182 1840/python2.7 /tmp/ctx-DDs5FR.socket unix 2 [ ACC ] STREAM LISTENING 8532 890/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 411 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 8810 1127/acpid /var/run/acpid.socket unix 2 [ ACC ] SEQPACKET LISTENING 649 391/systemd-udevd /run/udev/control real 0m0.008s user 0m0.004s sys 0m0.005s 2018-08-05 12:35:07,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-08-05 12:35:07,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => [05-Aug-2018 12:34:56 UTC] clearwater-diags-monitor starting [05-Aug-2018 12:34:56 UTC] Waiting for trigger files real 0m0.005s user 0m0.000s sys 0m0.005s 2018-08-05 12:35:07,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/cassandra/system.log 2018-08-05 12:35:07,516 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => INFO [main] 2018-08-05 12:32:46,899 CassandraDaemon.java:159 - Could not resolve local host INFO [main] 2018-08-05 12:32:47,001 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-08-05 12:32:47,211 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-05 12:32:47,360 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap INFO [main] 2018-08-05 12:32:47,368 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB INFO [main] 2018-08-05 12:32:47,369 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB INFO [main] 2018-08-05 12:32:47,710 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-08-05 12:32:47,724 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-05 12:32:47,762 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181 WARN [main] 2018-08-05 12:32:47,762 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release INFO [main] 2018-08-05 12:32:47,762 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480 INFO [main] 2018-08-05 12:32:47,762 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 710016(693K) committed = 2555904(2496K) max = 50331648(49152K) INFO [main] 2018-08-05 12:32:47,762 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 73988728(72254K) committed = 167772160(163840K) max = 167772160(163840K) INFO [main] 2018-08-05 12:32:47,762 CassandraDaemon.java:204 - Par Survivor Space Heap memory: init = 20971520(20480K) used = 0(0K) committed = 20971520(20480K) max = 20971520(20480K) INFO [main] 2018-08-05 12:32:47,763 CassandraDaemon.java:204 - CMS Old Gen Heap memory: init = 838860800(819200K) used = 0(0K) committed = 838860800(819200K) max = 838860800(819200K) INFO [main] 2018-08-05 12:32:47,763 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16711896(16320K) committed = 21757952(21248K) max = 174063616(169984K) INFO [main] 2018-08-05 12:32:47,763 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-05 12:32:47,763 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_1533472366.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1533472366.log] INFO [main] 2018-08-05 12:32:47,878 CLibrary.java:144 - JNA mlockall successful WARN [main] 2018-08-05 12:32:47,878 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info. ERROR [main] 2018-08-05 12:32:47,991 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist ERROR [main] 2018-08-05 12:32:47,993 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist ERROR [main] 2018-08-05 12:32:47,993 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist INFO [main] 2018-08-05 12:32:47,999 CacheService.java:110 - Initializing key cache with capacity of 49 MBs. INFO [main] 2018-08-05 12:32:48,005 CacheService.java:132 - Initializing row cache with capacity of 0 MBs INFO [main] 2018-08-05 12:32:48,011 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs INFO [main] 2018-08-05 12:32:48,012 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys). INFO [main] 2018-08-05 12:32:48,090 ColumnFamilyStore.java:361 - Initializing system.schema_triggers INFO [main] 2018-08-05 12:32:49,308 ColumnFamilyStore.java:361 - Initializing system.compaction_history INFO [main] 2018-08-05 12:32:49,319 ColumnFamilyStore.java:361 - Initializing system.batchlog INFO [main] 2018-08-05 12:32:49,325 ColumnFamilyStore.java:361 - Initializing system.sstable_activity INFO [main] 2018-08-05 12:32:49,330 ColumnFamilyStore.java:361 - Initializing system.peer_events INFO [main] 2018-08-05 12:32:49,334 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress INFO [main] 2018-08-05 12:32:49,338 ColumnFamilyStore.java:361 - Initializing system.hints INFO [main] 2018-08-05 12:32:49,342 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces INFO [main] 2018-08-05 12:32:49,347 ColumnFamilyStore.java:361 - Initializing system.range_xfers INFO [main] 2018-08-05 12:32:49,350 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies INFO [main] 2018-08-05 12:32:49,354 ColumnFamilyStore.java:361 - Initializing system.paxos INFO [main] 2018-08-05 12:32:49,359 ColumnFamilyStore.java:361 - Initializing system.schema_columns INFO [main] 2018-08-05 12:32:49,363 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes INFO [main] 2018-08-05 12:32:49,366 ColumnFamilyStore.java:361 - Initializing system.IndexInfo INFO [main] 2018-08-05 12:32:49,369 ColumnFamilyStore.java:361 - Initializing system.peers INFO [main] 2018-08-05 12:32:49,373 ColumnFamilyStore.java:361 - Initializing system.size_estimates INFO [main] 2018-08-05 12:32:49,376 ColumnFamilyStore.java:361 - Initializing system.local INFO [main] 2018-08-05 12:32:49,451 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage. INFO [main] 2018-08-05 12:32:49,452 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh. INFO [main] 2018-08-05 12:32:49,492 ColumnFamilyStore.java:905 - Enqueuing flush of local: 793 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-08-05 12:32:49,498 Memtable.java:347 - Writing Memtable-local@2074126465(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-08-05 12:32:49,532 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=1533472369284, position=399) INFO [main] 2018-08-05 12:32:50,073 CommitLog.java:122 - No commitlog files found; skipping replay INFO [main] 2018-08-05 12:32:50,223 StorageService.java:622 - Cassandra version: 2.1.15 INFO [main] 2018-08-05 12:32:50,223 StorageService.java:623 - Thrift API version: 19.39.0 INFO [main] 2018-08-05 12:32:50,225 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1) INFO [main] 2018-08-05 12:32:50,238 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-05 12:32:50,239 StorageService.java:649 - Loading persisted ring state INFO [main] 2018-08-05 12:32:50,254 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-08-05 12:32:50,263 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-05 12:32:50,272 SystemKeyspace.java:765 - No host ID found, created 7ed636ac-5732-42ad-aa3a-ab5d9a083f5f (Note: This should happen exactly once per node). INFO [main] 2018-08-05 12:32:50,275 StorageService.java:807 - Starting up server gossip INFO [main] 2018-08-05 12:32:50,277 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1983 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-08-05 12:32:50,277 Memtable.java:347 - Writing Memtable-local@2060365357(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-08-05 12:32:50,278 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=1533472369284, position=93397) INFO [main] 2018-08-05 12:32:50,708 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-08-05 12:32:50,715 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-05 12:32:50,744 MessagingService.java:506 - Starting Messaging Service on port 7000 INFO [main] 2018-08-05 12:32:50,801 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-08-05 12:32:50,809 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-05 12:32:50,819 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-08-05 12:32:50,825 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-05 12:32:50,834 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node. INFO [main] 2018-08-05 12:32:50,835 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-08-05 12:32:50,842 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-05 12:32:50,852 StorageService.java:959 - Generated random tokens. tokens are [-6822761585448451521, -4129109670211713603, -7350317955692528637, -2656563880794231744, 1988683833369793576, -5869054337039038438, -3257985113401227310, 4996900580902490376, -393902991863650056, 5888711626354461282, -5116034828032681632, -2294742950930046735, -2744427478489445130, 8638533336020752892, 6700132449990256618, 843516128593786204, 7059392416587645949, 699108424783171129, -4286370131758097892, 6460091187680277748, 1627106817287971094, 1643236669971902677, -1632255170876767025, -5350510588994070521, 5042207505700035155, 1361648715006311984, -8618195015281402725, 7119889677087020165, 6407477763896094407, -4999907419037635016, -7426186396959421782, 4650313972537603721, 4993916369313846366, 5447872143778941083, -2419935555312060327, 4031604331730148190, -2409314220056874228, 7138149434199343183, -5815543370427438289, 1638854919133067336, 2472460542574794738, 7998436296267637668, 3148961160902005868, -8452002656730123902, 5718465434573010754, -4908160091657678597, 3328594339249130018, -7661010247879891743, 1976725300709099602, -7236696097324677401, -6542142881694439038, -2750102494620552932, -7354835087640153869, 1274350069742599593, -6901680839238798229, 5185012707008714334, -266841697377143517, 955174435360514717, -1102444824576011510, 2360743198179853575, -1158508266685673647, 6671864369166556763, 159385455697338085, -7673727599638145926, 2497513156505358912, -7085931785574397349, -2235150252949476748, 8441026041910416021, -7241387321508953566, -4033502846749500829, 1497781946262358746, -9114984822969142359, -1524006361303198962, 6882295147561879937, 3704872294143661551, 5561321084972091174, -4746221014572916370, 8496089333060510054, 2276694754695036591, 4423044931066659372, -124604398120007929, 8407051327654067741, 6252287632716495980, 3967783965246592853, -8934891079527666590, -1160059557022924906, 5349813128986305533, 364755041495939271, 7313433646958254162, 4500501630559103473, 5781754376195034319, 6051556210669716965, 7800176782868004731, 8242078873940921912, -588432350641642123, -4689706691491191793, -6854391907345224435, -7230377531417619199, 4516332374933978628, -3218349949980067387, 8214417148592718051, -3696978151239619374, -5725371829854489332, 579723099644477250, 4272295521099134822, 1732445620175152616, 334601554220704237, 58841740014086932, -8170224749806354325, 2505934522504707947, 6091228275542362523, 609412418322081927, -2122773245034456718, 6555725867098890381, -8033570640918614183, 5009915611100024153, 5457301929385859581, 771976132423113521, 4001588912003505051, -3471814998651990392, -7237885861269599299, -3014798501741271640, 718032061696589745, -1450840699545459524, -1374896637129845369, 1768891175349797942, 1815652111215107643, 2485252971685975299, -7064784245670614916, 1127917690937305833, -2331081911990444423, -2707455755251195909, -6169283506197788429, -5841630071481791563, 2798844892391736351, 2354170483064050868, 3114611074798940777, 6223899427707167976, 8810201808718764941, 2589605379501626229, -2401796494409204500, -149273996587937985, 4338168697804424480, 2440405979325744385, 8238101307052399278, 6587490269584219092, -4422465240306889909, -3979333540306866821, 7389847384495551421, 3927812951362458839, 7706563217023244272, 4747890069502333679, 8205023533368089564, -7547380058114844081, 8412907790148032981, -7341573776853890868, -8640016075703996248, -7579506399408818851, -7968058950802484791, 5404648842586928410, -1039870745344791976, -7681861153429066952, -4962900976135739606, 2444047066057499259, -6552630397188585733, -7960148733721155475, -5108707247933676702, -9109449580460457087, -5275795895020030002, -4682825135430096344, 4953715063398798785, -1228329039792776072, 777918969943517709, -6043281336855472433, 8712428811185479443, -8660678662370254571, 2729685971042853868, -932698791347641062, -4319670073887393023, -5128279189273358596, -5502078731809404432, -6456939813729810912, -1067048108097619817, -6667430250327513847, -6960069694087486052, 5823385412333025091, 7699273150170322261, -2612976655151782970, 2541389593067381720, 3972812471009067455, -559478361950690669, -2650823337565775736, -4523805829022746778, 5461078323623410512, 5220614700030085030, -4883024026408739448, -666753200647619068, -2720646105981007624, 481705754400338436, 4662664450824387272, -4908767215229221897, -7364898467887374815, 2567406586379431084, -5427840668973933589, -2246058448070938850, -500219332372483680, -275930730562168336, 456333912769113658, 2732347656208976453, 5788415681588577674, -3477866310733765890, 3117879670199605331, -5019250295597544353, 6307359304117943547, -229657248803096782, 1320649323774404777, -7637251828020527531, -2535520548642083084, 982555372897834592, 9204855886261657671, 510770782730185040, 3276499276943205681, 2710233498670393352, 7321391096772383881, -1615004956860923590, 1697046982790978623, -2870016578814076054, 3052809230957816912, -1179316459739428219, 3991207291838569629, 8017971296755942975, -431356490057182220, 6162472883926151321, 8138522892012767528, 4479215858372812456, 3529670896630287059, -5438804590540161367, 827858762481715020, 4442094558208115587, -3703426566564648746, 6323070371447435905, 7322796145519541118, -4509192025790492151, -2669341176542861349, -1211020709920815058, 5592396238084965333, 2938858260599908116, 1795009544820510891, -2459990432944706326, -1320760160542299475, -1319695205390576553, 1447594789575088679, 3743215263869724783, 781157724355250729, 6505319152488516206, 1450320974270173344] INFO [main] 2018-08-05 12:32:50,863 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@389861cf[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@14e5d923[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@c87f25a} INFO [MigrationStage:1] 2018-08-05 12:32:50,901 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 958 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-08-05 12:32:50,903 Memtable.java:347 - Writing Memtable-schema_keyspaces@1357256679(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-08-05 12:32:50,904 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=1533472369284, position=102352) INFO [MigrationStage:1] 2018-08-05 12:32:51,447 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115123 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-08-05 12:32:51,448 Memtable.java:347 - Writing Memtable-schema_columnfamilies@61320966(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-08-05 12:32:51,457 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=1533472369284, position=102352) INFO [MigrationStage:1] 2018-08-05 12:32:52,001 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254936 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-08-05 12:32:52,001 Memtable.java:347 - Writing Memtable-schema_columns@157001451(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-08-05 12:32:52,021 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=1533472369284, position=102352) INFO [MigrationStage:1] 2018-08-05 12:32:52,647 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-08-05 12:32:52,648 Memtable.java:347 - Writing Memtable-schema_triggers@151093937(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-08-05 12:32:52,648 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=1533472369284, position=102352) INFO [MigrationStage:1] 2018-08-05 12:32:53,041 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 154 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-08-05 12:32:53,046 Memtable.java:347 - Writing Memtable-schema_usertypes@1405925229(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-08-05 12:32:53,047 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=1533472369284, position=102352) INFO [MigrationStage:1] 2018-08-05 12:32:53,274 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@40242ce1[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-05 12:32:53,278 ColumnFamilyStore.java:361 - Initializing system_traces.sessions INFO [MigrationStage:1] 2018-08-05 12:32:53,279 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@6bf76ed6[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-05 12:32:53,284 ColumnFamilyStore.java:361 - Initializing system_traces.events INFO [main] 2018-08-05 12:32:53,318 ColumnFamilyStore.java:905 - Enqueuing flush of local: 594 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-08-05 12:32:53,319 Memtable.java:347 - Writing Memtable-local@451147752(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-08-05 12:32:53,320 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=1533472369284, position=102595) INFO [main] 2018-08-05 12:32:53,797 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51466 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-08-05 12:32:53,797 Memtable.java:347 - Writing Memtable-local@1408860599(8.353KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-08-05 12:32:53,807 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=1533472369284, position=114572) INFO [CompactionExecutor:1] 2018-08-05 12:32:54,308 CompactionTask.java:141 - Compacting [SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-3-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-2-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-4-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-1-Data.db')] INFO [main] 2018-08-05 12:32:54,344 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL INFO [main] 2018-08-05 12:32:54,454 Server.java:155 - Netty using native Epoll event loop INFO [main] 2018-08-05 12:32:54,484 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-05 12:32:54,484 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042... INFO [main] 2018-08-05 12:32:54,532 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160 INFO [Thread-2] 2018-08-05 12:32:54,537 ThriftServer.java:136 - Listening for thrift clients... INFO [CompactionExecutor:1] 2018-08-05 12:32:54,875 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,975 bytes to 5,797 (~97% of original) in 561ms = 0.009855MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, } INFO [StorageServiceShutdownHook] 2018-08-05 12:34:18,594 ThriftServer.java:142 - Stop listening to thrift clients INFO [StorageServiceShutdownHook] 2018-08-05 12:34:18,612 Server.java:225 - Stop listening for CQL clients INFO [StorageServiceShutdownHook] 2018-08-05 12:34:18,613 Gossiper.java:1454 - Announcing shutdown INFO [StorageServiceShutdownHook] 2018-08-05 12:34:18,614 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown INFO [StorageServiceShutdownHook] 2018-08-05 12:34:20,621 MessagingService.java:734 - Waiting for messaging service to quiesce INFO [ACCEPT-localhost/127.0.0.1] 2018-08-05 12:34:20,622 MessagingService.java:1020 - MessagingService has terminated the accept() thread real 0m0.006s user 0m0.000s sys 0m0.005s 2018-08-05 12:35:07,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => 2018-08-05 12:34:21.291453049 Stopping etcd clearwater-etcd 2018-08-05 12:34:48.597441175 Restarting etcd clearwater-etcd 2018-08-05 12:34:48.602593346 Configured ETCDCTL_PEERS: 192.168.120.20:4000, 2018-08-05 12:34:48.603357980 Check for previous failed startup attempt 2018-08-05 12:34:48.605391372 Running etcdctl member list 81ffaeb0c4320748: name=192-168-120-13 peerURLs=http://192.168.120.13:2380 clientURLs=http://192.168.120.13:4000 isLeader=false 97faac099366e92f: name=192-168-120-20 peerURLs=http://192.168.120.20:2380 clientURLs=http://192.168.120.20:4000 isLeader=true 9f9d5431e0910eb2: name=192-168-120-32 peerURLs=http://192.168.120.32:2380 clientURLs=http://192.168.120.32:4000 isLeader=false b2b32d504c7b04fd: name=192-168-120-9 peerURLs=http://192.168.120.9:2380 clientURLs=http://192.168.120.9:4000 isLeader=false 2018-08-05 12:34:48.844806178 etcdctl returned 0 2018-08-05 12:34:48.856099496 Joining existing cluster... 2018-08-05 12:34:54.859332972 Configured ETCDCTL_PEERS: 192.168.120.20:4000, 2018-08-05 12:34:54.860088802 Check cluster is healthy 2018-08-05 12:34:54.861788973 Running etcdctl cluster-health member 81ffaeb0c4320748 is healthy: got healthy result from http://192.168.120.13:4000 member 97faac099366e92f is healthy: got healthy result from http://192.168.120.20:4000 member 9f9d5431e0910eb2 is healthy: got healthy result from http://192.168.120.32:4000 member b2b32d504c7b04fd is healthy: got healthy result from http://192.168.120.9:4000 cluster is healthy 2018-08-05 12:34:55.133305777 etcdctl returned 0 2018-08-05 12:34:55.134769143 Tell the cluster we're joining 2018-08-05 12:34:55.135511350 Running etcdctl member add 192-168-120-3 http://192.168.120.3:2380 Added member named 192-168-120-3 with ID 2bcea8f17a6c1102 to cluster ETCD_NAME="192-168-120-3" ETCD_INITIAL_CLUSTER="192-168-120-3=http://192.168.120.3:2380,192-168-120-13=http://192.168.120.13:2380,192-168-120-20=http://192.168.120.20:2380,192-168-120-32=http://192.168.120.32:2380,192-168-120-9=http://192.168.120.9:2380" ETCD_INITIAL_CLUSTER_STATE="existing" 2018-08-05 12:34:55.157433271 etcdctl returned 0 2018-08-05 12:34:55.188550144 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.3:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.3 --name 192-168-120-3 --debug --initial-cluster 192-168-120-13=http://192.168.120.13:2380,192-168-120-20=http://192.168.120.20:2380,192-168-120-32=http://192.168.120.32:2380,192-168-120-9=http://192.168.120.9:2380,192-168-120-3=http://192.168.120.3:2380 --initial-cluster-state existing --initial-advertise-peer-urls http://192.168.120.3:2380 --listen-peer-urls http://192.168.120.3:2380 2018-08-05 12:34:55.190203073 Check we're actually a member of the cluster 2018-08-05 12:34:55.197308385 Wait for etcd to startup 2018-08-05 12:34:56.203146314 Etcd started successfully 2018-08-05 12:34:55.224835 I | etcdmain: etcd Version: 3.1.7 2018-08-05 12:34:55.224915 I | etcdmain: Git SHA: 43b7507 2018-08-05 12:34:55.224920 I | etcdmain: Go Version: go1.7.5 2018-08-05 12:34:55.224959 I | etcdmain: Go OS/Arch: linux/amd64 2018-08-05 12:34:55.224967 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2018-08-05 12:34:55.225078 I | embed: listening for peers on http://192.168.120.3:2380 2018-08-05 12:34:55.225136 I | embed: listening for client requests on 0.0.0.0:4000 2018-08-05 12:34:55.268626 I | etcdserver: name = 192-168-120-3 2018-08-05 12:34:55.268640 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.3 2018-08-05 12:34:55.268645 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.3/member 2018-08-05 12:34:55.268649 I | etcdserver: heartbeat = 100ms 2018-08-05 12:34:55.268652 I | etcdserver: election = 1000ms 2018-08-05 12:34:55.268656 I | etcdserver: snapshot count = 10000 2018-08-05 12:34:55.268663 I | etcdserver: advertise client URLs = http://192.168.120.3:4000 2018-08-05 12:34:55.279942 I | etcdserver: starting member 2bcea8f17a6c1102 in cluster a930ab78b7477820 2018-08-05 12:34:55.279984 I | raft: 2bcea8f17a6c1102 became follower at term 0 2018-08-05 12:34:55.280009 I | raft: newRaft 2bcea8f17a6c1102 [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2018-08-05 12:34:55.280014 I | raft: 2bcea8f17a6c1102 became follower at term 1 2018-08-05 12:34:55.418418 I | rafthttp: started HTTP pipelining with peer 81ffaeb0c4320748 2018-08-05 12:34:55.418484 I | rafthttp: started HTTP pipelining with peer 97faac099366e92f 2018-08-05 12:34:55.418561 I | rafthttp: started HTTP pipelining with peer 9f9d5431e0910eb2 2018-08-05 12:34:55.418578 I | rafthttp: started HTTP pipelining with peer b2b32d504c7b04fd 2018-08-05 12:34:55.418599 I | rafthttp: starting peer 81ffaeb0c4320748... 2018-08-05 12:34:55.418654 I | rafthttp: started HTTP pipelining with peer 81ffaeb0c4320748 2018-08-05 12:34:55.425273 I | rafthttp: started peer 81ffaeb0c4320748 2018-08-05 12:34:55.425337 I | rafthttp: added peer 81ffaeb0c4320748 2018-08-05 12:34:55.425354 I | rafthttp: starting peer 97faac099366e92f... 2018-08-05 12:34:55.425367 I | rafthttp: started HTTP pipelining with peer 97faac099366e92f 2018-08-05 12:34:55.426232 I | rafthttp: started streaming with peer 81ffaeb0c4320748 (stream MsgApp v2 reader) 2018-08-05 12:34:55.426677 I | rafthttp: started streaming with peer 81ffaeb0c4320748 (stream Message reader) 2018-08-05 12:34:55.428803 I | rafthttp: started peer 97faac099366e92f 2018-08-05 12:34:55.428824 I | rafthttp: added peer 97faac099366e92f 2018-08-05 12:34:55.428838 I | rafthttp: starting peer 9f9d5431e0910eb2... 2018-08-05 12:34:55.428851 I | rafthttp: started HTTP pipelining with peer 9f9d5431e0910eb2 2018-08-05 12:34:55.429283 I | rafthttp: started peer 9f9d5431e0910eb2 2018-08-05 12:34:55.429300 I | rafthttp: added peer 9f9d5431e0910eb2 2018-08-05 12:34:55.429311 I | rafthttp: starting peer b2b32d504c7b04fd... 2018-08-05 12:34:55.429325 I | rafthttp: started HTTP pipelining with peer b2b32d504c7b04fd 2018-08-05 12:34:55.429814 I | rafthttp: started streaming with peer 81ffaeb0c4320748 (writer) 2018-08-05 12:34:55.429836 I | rafthttp: started streaming with peer 81ffaeb0c4320748 (writer) 2018-08-05 12:34:55.429949 I | rafthttp: started streaming with peer 97faac099366e92f (writer) 2018-08-05 12:34:55.429987 I | rafthttp: started streaming with peer 9f9d5431e0910eb2 (writer) 2018-08-05 12:34:55.429996 I | rafthttp: started streaming with peer 9f9d5431e0910eb2 (writer) 2018-08-05 12:34:55.430004 I | rafthttp: started streaming with peer 9f9d5431e0910eb2 (stream MsgApp v2 reader) 2018-08-05 12:34:55.430014 I | rafthttp: started streaming with peer 9f9d5431e0910eb2 (stream Message reader) 2018-08-05 12:34:55.435823 I | rafthttp: started peer b2b32d504c7b04fd 2018-08-05 12:34:55.435850 I | rafthttp: added peer b2b32d504c7b04fd 2018-08-05 12:34:55.435876 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2018-08-05 12:34:55.436112 I | rafthttp: started streaming with peer 97faac099366e92f (stream MsgApp v2 reader) 2018-08-05 12:34:55.436867 I | rafthttp: started streaming with peer b2b32d504c7b04fd (writer) 2018-08-05 12:34:55.436887 I | rafthttp: started streaming with peer b2b32d504c7b04fd (writer) 2018-08-05 12:34:55.436910 I | rafthttp: started streaming with peer b2b32d504c7b04fd (stream MsgApp v2 reader) 2018-08-05 12:34:55.437015 I | rafthttp: started streaming with peer b2b32d504c7b04fd (stream Message reader) 2018-08-05 12:34:55.439532 I | raft: 2bcea8f17a6c1102 [term: 1] received a MsgHeartbeat message with higher term from 97faac099366e92f [term: 2] 2018-08-05 12:34:55.439569 I | raft: 2bcea8f17a6c1102 became follower at term 2 2018-08-05 12:34:55.439592 I | raft: raft.node: 2bcea8f17a6c1102 elected leader 97faac099366e92f at term 2 2018-08-05 12:34:55.439618 I | rafthttp: started streaming with peer 97faac099366e92f (stream Message reader) 2018-08-05 12:34:55.441097 I | rafthttp: peer 9f9d5431e0910eb2 became active 2018-08-05 12:34:55.441111 I | rafthttp: established a TCP streaming connection with peer 9f9d5431e0910eb2 (stream Message writer) 2018-08-05 12:34:55.441278 I | rafthttp: established a TCP streaming connection with peer 9f9d5431e0910eb2 (stream MsgApp v2 writer) 2018-08-05 12:34:55.441388 I | rafthttp: peer 97faac099366e92f became active 2018-08-05 12:34:55.441400 I | rafthttp: established a TCP streaming connection with peer 97faac099366e92f (stream Message writer) 2018-08-05 12:34:55.441557 I | rafthttp: peer 81ffaeb0c4320748 became active 2018-08-05 12:34:55.441569 I | rafthttp: established a TCP streaming connection with peer 81ffaeb0c4320748 (stream Message writer) 2018-08-05 12:34:55.441709 I | rafthttp: established a TCP streaming connection with peer 81ffaeb0c4320748 (stream MsgApp v2 writer) 2018-08-05 12:34:55.441802 I | rafthttp: peer b2b32d504c7b04fd became active 2018-08-05 12:34:55.441833 I | rafthttp: established a TCP streaming connection with peer b2b32d504c7b04fd (stream Message writer) 2018-08-05 12:34:55.441946 I | rafthttp: established a TCP streaming connection with peer b2b32d504c7b04fd (stream MsgApp v2 writer) 2018-08-05 12:34:55.442452 I | rafthttp: started streaming with peer 97faac099366e92f (writer) 2018-08-05 12:34:55.442492 I | rafthttp: established a TCP streaming connection with peer 97faac099366e92f (stream MsgApp v2 writer) 2018-08-05 12:34:55.442977 I | rafthttp: established a TCP streaming connection with peer 9f9d5431e0910eb2 (stream MsgApp v2 reader) 2018-08-05 12:34:55.443049 I | rafthttp: established a TCP streaming connection with peer 9f9d5431e0910eb2 (stream Message reader) 2018-08-05 12:34:55.443085 I | rafthttp: established a TCP streaming connection with peer 81ffaeb0c4320748 (stream MsgApp v2 reader) 2018-08-05 12:34:55.443147 I | rafthttp: established a TCP streaming connection with peer 81ffaeb0c4320748 (stream Message reader) 2018-08-05 12:34:55.443282 I | rafthttp: established a TCP streaming connection with peer 97faac099366e92f (stream MsgApp v2 reader) 2018-08-05 12:34:55.443348 I | rafthttp: established a TCP streaming connection with peer 97faac099366e92f (stream Message reader) 2018-08-05 12:34:55.444262 D | raft: 2bcea8f17a6c1102 [logterm: 0, index: 101] rejected msgApp [logterm: 2, index: 101] from 97faac099366e92f 2018-08-05 12:34:55.444429 I | rafthttp: established a TCP streaming connection with peer b2b32d504c7b04fd (stream MsgApp v2 reader) 2018-08-05 12:34:55.444799 I | rafthttp: established a TCP streaming connection with peer b2b32d504c7b04fd (stream Message reader) 2018-08-05 12:34:55.447033 D | raft: 2bcea8f17a6c1102 [logterm: 0, index: 101] rejected msgApp [logterm: 2, index: 101] from 97faac099366e92f 2018-08-05 12:34:55.447053 D | raft: 2bcea8f17a6c1102 [logterm: 0, index: 101] rejected msgApp [logterm: 2, index: 101] from 97faac099366e92f 2018-08-05 12:34:55.452489 I | etcdserver/membership: added member 97faac099366e92f [http://192.168.120.20:2380] to cluster a930ab78b7477820 2018-08-05 12:34:55.452617 N | etcdserver/membership: set the initial cluster version to 3.1 2018-08-05 12:34:55.452663 I | etcdserver/api: enabled capabilities for version 3.1 2018-08-05 12:34:55.452936 I | etcdserver/membership: added member 9f9d5431e0910eb2 [http://192.168.120.32:2380] to cluster a930ab78b7477820 2018-08-05 12:34:55.453190 I | etcdserver/membership: added member b2b32d504c7b04fd [http://192.168.120.9:2380] to cluster a930ab78b7477820 2018-08-05 12:34:55.453504 I | etcdserver/membership: added member 81ffaeb0c4320748 [http://192.168.120.13:2380] to cluster a930ab78b7477820 2018-08-05 12:34:55.453816 I | etcdserver/membership: added member 2bcea8f17a6c1102 [http://192.168.120.3:2380] to cluster a930ab78b7477820 2018-08-05 12:34:55.453952 I | etcdserver: published {Name:192-168-120-3 ClientURLs:[http://192.168.120.3:4000]} to cluster a930ab78b7477820 2018-08-05 12:34:55.454294 I | embed: ready to serve client requests 2018-08-05 12:34:55.454641 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2018-08-05 12:34:56.387087 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.3:40047 2018-08-05 12:34:56.416327 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.3:40048 2018-08-05 12:34:56.416972 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.3:40049 2018-08-05 12:34:58.994164 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.32:34990 2018-08-05 12:34:59.374534 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.32:34997 2018-08-05 12:34:59.375103 D | etcdserver/api/v2http: [GET] /v2/members/leader remote:192.168.120.32:34997 2018-08-05 12:34:59.385484 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.32:34999 2018-08-05 12:35:00.261265 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.9:38066 2018-08-05 12:35:03.753255 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.20:52091 2018-08-05 12:35:03.753908 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.31:48551 2018-08-05 12:35:03.938371 I | etcdserver/membership: added member 5866758fe37ecb2a [http://192.168.120.31:2380] to cluster a930ab78b7477820 2018-08-05 12:35:03.938403 I | rafthttp: starting peer 5866758fe37ecb2a... 2018-08-05 12:35:03.938419 I | rafthttp: started HTTP pipelining with peer 5866758fe37ecb2a 2018-08-05 12:35:03.938854 I | rafthttp: started peer 5866758fe37ecb2a 2018-08-05 12:35:03.938872 I | rafthttp: added peer 5866758fe37ecb2a 2018-08-05 12:35:03.938928 I | rafthttp: started streaming with peer 5866758fe37ecb2a (writer) 2018-08-05 12:35:03.938938 I | rafthttp: started streaming with peer 5866758fe37ecb2a (writer) 2018-08-05 12:35:03.938964 I | rafthttp: started streaming with peer 5866758fe37ecb2a (stream MsgApp v2 reader) 2018-08-05 12:35:03.939121 I | rafthttp: started streaming with peer 5866758fe37ecb2a (stream Message reader) 2018-08-05 12:35:03.939436 D | rafthttp: failed to dial 5866758fe37ecb2a on stream MsgApp v2 (dial tcp 192.168.120.31:2380: getsockopt: connection refused) 2018-08-05 12:35:03.939459 D | rafthttp: failed to dial 5866758fe37ecb2a on stream Message (dial tcp 192.168.120.31:2380: getsockopt: connection refused) 2018-08-05 12:35:04.083026 I | rafthttp: peer 5866758fe37ecb2a became active 2018-08-05 12:35:04.083045 I | rafthttp: established a TCP streaming connection with peer 5866758fe37ecb2a (stream Message writer) 2018-08-05 12:35:04.085291 I | rafthttp: established a TCP streaming connection with peer 5866758fe37ecb2a (stream MsgApp v2 writer) 2018-08-05 12:35:04.086312 I | rafthttp: established a TCP streaming connection with peer 5866758fe37ecb2a (stream MsgApp v2 reader) 2018-08-05 12:35:04.087206 I | rafthttp: established a TCP streaming connection with peer 5866758fe37ecb2a (stream Message reader) real 0m0.005s user 0m0.000s sys 0m0.005s 2018-08-05 12:35:07,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/logback 2018-08-05 12:35:07,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-08-05 12:35:07,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:35:07,519 - 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.006s user 0m0.002s sys 0m0.003s 2018-08-05 12:35:07,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installation is done 2018-08-05 12:35:07,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/cassandra 2018-08-05 12:35:07,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/8HOF3/install-vellum.sh 2018-08-05 12:35:07,520 - 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.002s sys 0m0.003s 2018-08-05 12:35:07,520 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:35:07,581 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:35:07,581 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:35:07,581 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:35:07,581 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:35:07,581 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:35:07,582 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:35:07,582 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:35:07,582 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:35:07,582 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:35:07,582 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:35:07 GMT 2018-08-05 12:35:07,582 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:35:07,582 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:35:07,582 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:35:12,588 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:35:12,681 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:35:12,681 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:35:12,681 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:35:12,681 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:35:12,681 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:35:12,682 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:35:12,682 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:35:12,682 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gqt5rx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:07.502Z", "message": "Starting node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:07.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:08.008Z", "message": "Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/J3YSR/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:08.008Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c32e3ea-42b5-4f94-940c-4a8398a2ef06"}, {"node_instance_id": "vellum_gqt5rx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:08.511Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:08.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_gqt5rx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:08.511Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:08.511Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:08.910Z", "message": "", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:08.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c32e3ea-42b5-4f94-940c-4a8398a2ef06"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:08.910Z", "message": "[vellum] 192.168.120.3", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:08.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c32e3ea-42b5-4f94-940c-4a8398a2ef06"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:08.910Z", "message": "Executing: /tmp/J3YSR/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:08.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c32e3ea-42b5-4f94-940c-4a8398a2ef06"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:09.913Z", "message": "Running liveness detection on port 7000", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:09.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c32e3ea-42b5-4f94-940c-4a8398a2ef06"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:09.913Z", "message": "[vellum] Service on port 7000 has not started. waiting...", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:09.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c32e3ea-42b5-4f94-940c-4a8398a2ef06"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:09.913Z", "message": "[vellum] Starting homestead node", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:35:09.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c32e3ea-42b5-4f94-940c-4a8398a2ef06"}], "metadata": {"pagination": {"total": 1944, "offset": 1891, "size": 50}}} 2018-08-05 12:35:12,682 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:35:12,682 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:35:12 GMT 2018-08-05 12:35:12,682 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:35:12,682 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5191 2018-08-05 12:35:12,682 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:35:12,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-08-05 12:35:12,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/J3YSR/start-vellum.sh 2018-08-05 12:35:12,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:35:12,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:35:12,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-08-05 12:35:12,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 192.168.120.3 2018-08-05 12:35:12,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/J3YSR/start-vellum.sh 2018-08-05 12:35:12,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Running liveness detection on port 7000 2018-08-05 12:35:12,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-05 12:35:12,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Starting homestead node 2018-08-05 12:35:12,685 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:35:12,748 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:35:12,748 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:35:12,749 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:35:12,749 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:35:12,749 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:35:12,749 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:35:12,749 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:35:12,749 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:35:12,749 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:35:12,749 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:35:12 GMT 2018-08-05 12:35:12,749 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:35:12,749 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:35:12,750 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:35:17,755 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:35:17,952 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:35:17,952 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:35:17,952 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:35:17,952 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:35:17,952 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:35:17,952 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:35:17,952 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:35:17,953 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1944, "offset": 1901, "size": 50}}} 2018-08-05 12:35:17,953 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:35:17,953 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:35:17 GMT 2018-08-05 12:35:17,953 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:35:17,953 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:35:17,953 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:35:17,953 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:35:18,026 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:35:18,026 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:35:18,026 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:35:18,026 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:35:18,027 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:35:18,027 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:35:18,027 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:35:18,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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:35:18,027 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:35:18,027 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:35:18 GMT 2018-08-05 12:35:18,027 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:35:18,027 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:35:18,027 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:35:23,033 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:35:23,118 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:35:23,118 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:35:23,118 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:35:23,118 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:35:23,118 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:35:23,119 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:35:23,119 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:35:23,119 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:19.682Z", "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-05T12:35:19.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c32e3ea-42b5-4f94-940c-4a8398a2ef06"}], "metadata": {"pagination": {"total": 1945, "offset": 1901, "size": 50}}} 2018-08-05 12:35:23,119 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:35:23,119 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:35:23 GMT 2018-08-05 12:35:23,119 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:35:23,119 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-05 12:35:23,119 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:35:23,120 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-05 12:35:23,120 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:35:23,426 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:35:23,426 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:35:23,427 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:35:23,427 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:35:23,427 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:35:23,427 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:35:23,427 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:35:23,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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:35:23,427 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:35:23,427 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:35:23 GMT 2018-08-05 12:35:23,427 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:35:23,428 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:35:23,428 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:35:28,433 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:35:28,542 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:35:28,543 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:35:28,543 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:35:28,543 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:35:28,543 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:35:28,543 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:35:28,543 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:35:28,543 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1945, "offset": 1902, "size": 50}}} 2018-08-05 12:35:28,543 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:35:28,543 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:35:28 GMT 2018-08-05 12:35:28,544 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:35:28,544 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:35:28,544 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:35:28,544 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:35:28,866 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:35:28,867 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:35:28,867 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:35:28,867 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:35:28,867 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:35:28,867 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:35:28,867 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:35:28,867 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:35:28,867 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:35:28,867 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:35:28 GMT 2018-08-05 12:35:28,868 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:35:28,868 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:35:28,868 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:35:33,873 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:35:34,049 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:35:34,049 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:35:34,049 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:35:34,049 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:35:34,049 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:35:34,049 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:35:34,049 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:35:34,049 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:29.915Z", "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-05T12:35:29.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c32e3ea-42b5-4f94-940c-4a8398a2ef06"}], "metadata": {"pagination": {"total": 1946, "offset": 1902, "size": 50}}} 2018-08-05 12:35:34,050 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:35:34,050 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:35:34 GMT 2018-08-05 12:35:34,050 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:35:34,050 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-05 12:35:34,050 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:35:34,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-05 12:35:34,051 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:35:34,124 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:35:34,125 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:35:34,125 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:35:34,125 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:35:34,125 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:35:34,125 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:35:34,125 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:35:34,125 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:35:34,125 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:35:34,125 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:35:34 GMT 2018-08-05 12:35:34,126 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:35:34,126 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:35:34,126 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:35:39,131 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:35:39,209 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:35:39,209 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:35:39,209 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:35:39,209 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:35:39,209 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:35:39,210 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:35:39,210 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:35:39,210 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1946, "offset": 1903, "size": 50}}} 2018-08-05 12:35:39,210 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:35:39,210 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:35:39 GMT 2018-08-05 12:35:39,210 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:35:39,210 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:35:39,210 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:35:39,211 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:35:39,356 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:35:39,356 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:35:39,356 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:35:39,356 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:35:39,356 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:35:39,356 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:35:39,357 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:35:39,357 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:35:39,357 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:35:39,357 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:35:39 GMT 2018-08-05 12:35:39,357 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:35:39,357 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:35:39,357 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:35:44,362 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:35:44,442 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:35:44,443 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:35:44,443 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:35:44,443 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:35:44,443 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:35:44,443 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:35:44,443 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:35:44,443 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:40.158Z", "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-05T12:35:40.158Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c32e3ea-42b5-4f94-940c-4a8398a2ef06"}], "metadata": {"pagination": {"total": 1947, "offset": 1903, "size": 50}}} 2018-08-05 12:35:44,443 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:35:44,443 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:35:44 GMT 2018-08-05 12:35:44,444 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:35:44,444 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-05 12:35:44,444 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:35:44,444 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-05 12:35:44,444 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:35:44,545 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:35:44,546 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:35:44,546 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:35:44,546 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:35:44,546 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:35:44,546 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:35:44,546 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:35:44,546 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:35:44,547 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:35:44,547 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:35:44 GMT 2018-08-05 12:35:44,547 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:35:44,547 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:35:44,547 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:35:49,552 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:35:49,693 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:35:49,694 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:35:49,694 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:35:49,694 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:35:49,694 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:35:49,694 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:35:49,694 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:35:49,694 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1947, "offset": 1904, "size": 50}}} 2018-08-05 12:35:49,694 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:35:49,695 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:35:49 GMT 2018-08-05 12:35:49,695 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:35:49,695 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:35:49,695 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:35:49,695 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:35:49,751 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:35:49,751 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:35:49,751 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:35:49,752 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:35:49,752 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:35:49,752 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:35:49,752 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:35:49,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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:35:49,752 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:35:49,752 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:35:49 GMT 2018-08-05 12:35:49,752 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:35:49,752 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:35:49,752 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:35:54,758 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:35:54,843 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:35:54,843 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:35:54,844 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:35:54,844 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:35:54,844 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:35:54,844 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:35:54,844 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:35:54,844 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:35:50.407Z", "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-05T12:35:50.407Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c32e3ea-42b5-4f94-940c-4a8398a2ef06"}], "metadata": {"pagination": {"total": 1948, "offset": 1904, "size": 50}}} 2018-08-05 12:35:54,844 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:35:54,844 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:35:54 GMT 2018-08-05 12:35:54,844 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:35:54,844 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-05 12:35:54,845 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:35:54,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-05 12:35:54,845 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:35:54,905 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:35:54,906 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:35:54,906 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:35:54,906 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:35:54,906 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:35:54,906 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:35:54,906 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:35:54,906 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:35:54,907 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:35:54,907 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:35:54 GMT 2018-08-05 12:35:54,907 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:35:54,907 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:35:54,907 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:35:59,912 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:36:00,045 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:00,045 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:00,045 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:00,045 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:00,045 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:00,045 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:00,045 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:00,045 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1948, "offset": 1905, "size": 50}}} 2018-08-05 12:36:00,046 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:00,046 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:00 GMT 2018-08-05 12:36:00,046 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:00,046 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:36:00,046 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:36:00,046 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:36:00,104 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:00,104 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:00,104 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:00,104 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:00,104 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:00,105 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:00,105 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:00,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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:36:00,105 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:00,105 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:00 GMT 2018-08-05 12:36:00,105 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:00,105 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:36:00,105 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:36:05,111 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:36:05,356 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:05,356 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:05,356 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:05,356 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:05,356 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:05,356 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:05,356 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:05,357 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:36:00.634Z", "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-05T12:36:00.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c32e3ea-42b5-4f94-940c-4a8398a2ef06"}], "metadata": {"pagination": {"total": 1949, "offset": 1905, "size": 50}}} 2018-08-05 12:36:05,357 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:05,357 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:05 GMT 2018-08-05 12:36:05,357 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:05,357 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-05 12:36:05,357 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:36:05,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-05 12:36:05,358 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:36:05,418 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:05,418 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:05,419 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:05,419 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:05,419 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:05,419 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:05,419 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:05,419 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:36:05,419 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:05,419 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:05 GMT 2018-08-05 12:36:05,419 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:05,420 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:36:05,420 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:36:10,421 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:36:10,493 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:10,493 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:10,493 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:10,493 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:10,493 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:10,493 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:10,494 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:10,494 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1949, "offset": 1906, "size": 50}}} 2018-08-05 12:36:10,494 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:10,494 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:10 GMT 2018-08-05 12:36:10,494 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:10,494 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:36:10,494 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:36:10,494 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:36:10,571 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:10,571 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:10,571 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:10,572 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:10,572 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:10,572 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:10,572 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:10,572 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:36:10,572 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:10,572 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:10 GMT 2018-08-05 12:36:10,572 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:10,572 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:36:10,573 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:36:15,578 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:36:15,656 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:15,656 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:15,657 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:15,657 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:15,657 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:15,657 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:15,657 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:15,657 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:36:10.878Z", "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-05T12:36:10.878Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c32e3ea-42b5-4f94-940c-4a8398a2ef06"}], "metadata": {"pagination": {"total": 1950, "offset": 1906, "size": 50}}} 2018-08-05 12:36:15,657 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:15,657 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:15 GMT 2018-08-05 12:36:15,658 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:15,658 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-05 12:36:15,658 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:36:15,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-05 12:36:15,658 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:36:15,716 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:15,716 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:15,716 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:15,716 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:15,716 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:15,716 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:15,716 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:15,716 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:36:15,717 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:15,717 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:15 GMT 2018-08-05 12:36:15,717 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:15,717 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:36:15,717 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:36:20,722 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:36:20,806 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:20,806 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:20,807 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:20,807 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:20,807 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:20,807 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:20,807 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:20,807 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1950, "offset": 1907, "size": 50}}} 2018-08-05 12:36:20,807 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:20,807 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:20 GMT 2018-08-05 12:36:20,807 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:20,807 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:36:20,807 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:36:20,808 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:36:20,865 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:20,865 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:20,865 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:20,865 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:20,866 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:20,866 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:20,866 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:20,866 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:36:20,866 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:20,866 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:20 GMT 2018-08-05 12:36:20,866 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:20,866 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:36:20,866 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:36:25,872 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:36:26,012 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:26,012 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:26,012 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:26,012 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:26,012 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:26,012 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:26,012 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:26,012 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:36:21.108Z", "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-05T12:36:21.108Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c32e3ea-42b5-4f94-940c-4a8398a2ef06"}], "metadata": {"pagination": {"total": 1951, "offset": 1907, "size": 50}}} 2018-08-05 12:36:26,013 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:26,013 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:26 GMT 2018-08-05 12:36:26,013 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:26,013 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-05 12:36:26,013 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:36:26,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-05 12:36:26,014 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:36:26,068 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:26,068 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:26,068 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:26,068 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:26,068 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:26,068 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:26,068 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:26,069 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:36:26,069 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:26,069 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:26 GMT 2018-08-05 12:36:26,069 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:26,069 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:36:26,069 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:36:31,074 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:36:31,153 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:31,153 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:31,153 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:31,154 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:31,154 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:31,154 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:31,154 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:31,154 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1951, "offset": 1908, "size": 50}}} 2018-08-05 12:36:31,154 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:31,154 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:31 GMT 2018-08-05 12:36:31,154 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:31,154 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:36:31,154 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:36:31,155 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:36:31,213 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:31,213 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:31,213 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:31,213 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:31,214 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:31,214 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:31,214 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:31,214 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:36:31,214 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:31,214 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:31 GMT 2018-08-05 12:36:31,214 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:31,214 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:36:31,214 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:36:36,220 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:36:36,467 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:36,468 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:36,468 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:36,468 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:36,468 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:36,468 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:36,468 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:36,468 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:36:31.346Z", "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-05T12:36:31.346Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c32e3ea-42b5-4f94-940c-4a8398a2ef06"}], "metadata": {"pagination": {"total": 1952, "offset": 1908, "size": 50}}} 2018-08-05 12:36:36,468 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:36,469 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:36 GMT 2018-08-05 12:36:36,469 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:36,469 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-05 12:36:36,469 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:36:36,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-05 12:36:36,469 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:36:36,533 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:36,533 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:36,533 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:36,533 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:36,533 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:36,533 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:36,533 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:36,534 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:36:36,534 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:36,534 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:36 GMT 2018-08-05 12:36:36,534 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:36,534 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:36:36,534 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:36:41,540 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:36:41,639 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:41,640 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:41,640 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:41,640 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:41,640 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:41,640 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:41,640 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:41,640 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:36:41.584Z", "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-05T12:36:41.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c32e3ea-42b5-4f94-940c-4a8398a2ef06"}], "metadata": {"pagination": {"total": 1952, "offset": 1909, "size": 50}}} 2018-08-05 12:36:41,640 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:41,640 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:41 GMT 2018-08-05 12:36:41,641 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:41,641 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-05 12:36:41,641 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:36:41,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-05 12:36:41,641 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:36:41,704 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:41,704 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:41,704 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:41,704 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:41,704 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:41,704 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:41,705 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:41,705 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:36:41,705 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:41,705 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:41 GMT 2018-08-05 12:36:41,705 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:41,705 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:36:41,705 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:36:46,710 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:36:46,786 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:46,787 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:46,787 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:46,787 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:46,787 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:46,787 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:46,787 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:46,787 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1953, "offset": 1910, "size": 50}}} 2018-08-05 12:36:46,787 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:46,788 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:46 GMT 2018-08-05 12:36:46,788 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:46,788 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:36:46,788 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:36:46,788 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:36:46,858 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:46,858 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:46,858 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:46,858 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:46,858 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:46,859 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:46,859 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:46,859 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:36:46,859 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:46,859 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:46 GMT 2018-08-05 12:36:46,859 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:46,859 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:36:46,859 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:36:51,865 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:36:51,943 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:51,943 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:51,943 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:51,944 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:51,944 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:51,944 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:51,944 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:51,944 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:36:51.822Z", "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-05T12:36:51.822Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c32e3ea-42b5-4f94-940c-4a8398a2ef06"}], "metadata": {"pagination": {"total": 1954, "offset": 1910, "size": 50}}} 2018-08-05 12:36:51,944 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:51,944 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:51 GMT 2018-08-05 12:36:51,944 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:51,944 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-05 12:36:51,944 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:36:51,945 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-05 12:36:51,945 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:36:52,002 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:52,002 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:52,002 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:52,002 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:52,003 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:52,003 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:52,003 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:52,003 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:36:52,003 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:52,003 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:52 GMT 2018-08-05 12:36:52,003 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:52,003 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:36:52,003 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:36:57,007 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:36:57,076 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:57,076 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:57,076 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:57,076 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:57,076 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:57,077 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:57,077 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:57,077 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1954, "offset": 1911, "size": 50}}} 2018-08-05 12:36:57,077 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:57,077 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:57 GMT 2018-08-05 12:36:57,077 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:57,077 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:36:57,077 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:36:57,078 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:36:57,132 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:36:57,132 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:36:57,133 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:36:57,133 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:36:57,133 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:36:57,133 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:36:57,133 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:36:57,133 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:36:57,133 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:36:57,133 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:36:57 GMT 2018-08-05 12:36:57,133 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:36:57,134 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:36:57,134 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:37:02,139 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:37:02,210 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:37:02,210 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:37:02,211 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:37:02,211 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:37:02,211 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:37:02,211 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:37:02,211 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:37:02,211 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:37:02.060Z", "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-05T12:37:02.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c32e3ea-42b5-4f94-940c-4a8398a2ef06"}], "metadata": {"pagination": {"total": 1955, "offset": 1911, "size": 50}}} 2018-08-05 12:37:02,211 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:37:02,211 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:37:02 GMT 2018-08-05 12:37:02,211 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:37:02,211 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-05 12:37:02,212 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:37:02,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-05 12:37:02,212 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:37:02,270 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:37:02,270 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:37:02,270 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:37:02,271 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:37:02,271 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:37:02,271 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:37:02,271 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:37:02,271 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:37:02,271 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:37:02,271 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:37:02 GMT 2018-08-05 12:37:02,271 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:37:02,271 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:37:02,272 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:37:07,277 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:37:07,351 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:37:07,352 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:37:07,352 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:37:07,352 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:37:07,352 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:37:07,352 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:37:07,352 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:37:07,352 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1955, "offset": 1912, "size": 50}}} 2018-08-05 12:37:07,352 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:37:07,353 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:37:07 GMT 2018-08-05 12:37:07,353 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:37:07,353 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:37:07,353 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:37:07,353 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:37:07,410 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:37:07,410 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:37:07,410 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:37:07,410 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:37:07,410 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:37:07,410 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:37:07,411 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:37:07,411 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:37:07,411 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:37:07,411 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:37:07 GMT 2018-08-05 12:37:07,411 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:37:07,411 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:37:07,411 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:37:12,415 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:37:12,517 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:37:12,518 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:37:12,518 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:37:12,518 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:37:12,518 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:37:12,518 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:37:12,518 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:37:12,518 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:37:12.296Z", "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-05T12:37:12.296Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c32e3ea-42b5-4f94-940c-4a8398a2ef06"}], "metadata": {"pagination": {"total": 1956, "offset": 1912, "size": 50}}} 2018-08-05 12:37:12,518 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:37:12,518 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:37:12 GMT 2018-08-05 12:37:12,518 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:37:12,519 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-08-05 12:37:12,519 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:37:12,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-08-05 12:37:12,519 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:37:12,576 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:37:12,577 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:37:12,577 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:37:12,577 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:37:12,577 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:37:12,577 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:37:12,577 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:37:12,577 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:37:12,577 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:37:12,577 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:37:12 GMT 2018-08-05 12:37:12,578 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:37:12,578 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:37:12,578 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:37:17,579 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:37:17,654 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:37:17,654 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:37:17,654 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:37:17,654 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:37:17,654 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:37:17,654 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:37:17,654 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:37:17,655 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1956, "offset": 1913, "size": 50}}} 2018-08-05 12:37:17,655 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:37:17,655 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:37:17 GMT 2018-08-05 12:37:17,655 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:37:17,655 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-08-05 12:37:17,655 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:37:17,655 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:37:17,725 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:37:17,725 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:37:17,725 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:37:17,725 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:37:17,725 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:37:17,725 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:37:17,725 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:37:17,726 - cloudify.rest_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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:37:17,726 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:37:17,726 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:37:17 GMT 2018-08-05 12:37:17,726 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:37:17,726 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:37:17,726 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:37:22,732 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:37:22,830 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:37:22,831 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:37:22,831 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:37:22,831 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:37:22,831 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:37:22,831 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:37:22,831 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:37:22,831 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:37:22.335Z", "message": "Execution done (return_code=0): /tmp/J3YSR/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:37:22.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "7c32e3ea-42b5-4f94-940c-4a8398a2ef06"}, {"node_instance_id": "vellum_gqt5rx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:37:22.432Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:37:22.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 1958, "offset": 1913, "size": 50}}} 2018-08-05 12:37:22,831 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:37:22,832 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:37:22 GMT 2018-08-05 12:37:22,832 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:37:22,832 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1125 2018-08-05 12:37:22,832 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:37:22,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/J3YSR/start-vellum.sh 2018-08-05 12:37:22,832 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:37:22,833 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:37:22,893 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:37:22,893 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:37:22,893 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:37:22,893 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:37:22,893 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:37:22,893 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:37:22,894 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:37:22,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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:37:22,894 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:37:22,894 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:37:22 GMT 2018-08-05 12:37:22,894 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:37:22,894 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-08-05 12:37:22,894 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:37:27,900 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:37:27,985 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:37:27,985 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:37:27,985 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:37:27,986 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:37:27,986 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:37:27,986 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:37:27,986 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:37:27,986 - 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-05T12:37:23.499Z", "message": "Downloaded scripts/bind/bind.py to /tmp/LKVR5/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:37:23.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4dc151b6-42bf-4c19-b585-e7185b90f1cc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:37:23.499Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:37:23.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4dc151b6-42bf-4c19-b585-e7185b90f1cc"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:37:23.557Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:37:23.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:37:23.557Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:37:23.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:37:23.956Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:37:23.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4dc151b6-42bf-4c19-b585-e7185b90f1cc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:37:23.956Z", "message": "[localhost] run: sudo mv /tmp/tmpCHDsuG /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:37:23.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4dc151b6-42bf-4c19-b585-e7185b90f1cc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:37:23.956Z", "message": "[localhost] run: sudo mv /tmp/tmpi04A5Q /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:37:23.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4dc151b6-42bf-4c19-b585-e7185b90f1cc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:37:23.956Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:37:23.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4dc151b6-42bf-4c19-b585-e7185b90f1cc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:37:23.956Z", "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-05T12:37:23.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4dc151b6-42bf-4c19-b585-e7185b90f1cc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:37:23.956Z", "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-05T12:37:23.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4dc151b6-42bf-4c19-b585-e7185b90f1cc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:37:23.956Z", "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-05T12:37:23.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4dc151b6-42bf-4c19-b585-e7185b90f1cc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:37:23.956Z", "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-05T12:37:23.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4dc151b6-42bf-4c19-b585-e7185b90f1cc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:37:23.956Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'homer': {u'homer_ygmub3': {u'public_address': u'', u'private_address': u'192.168.120.31', u'name': u'homer-ygmub3'}}, u'ellis': {u'ellis_p95kuy': {u'public_address': u'172.30.9.201', u'private_address': u'192.168.120.32', u'name': u'ellis-p95kuy'}}, u'dime': {u'dime_n1ei3t': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'dime-n1ei3t'}}, u'sprout': {u'sprout_77xqda': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'sprout-77xqda'}}, u'vellum': {u'vellum_gqt5rx': {u'public_address': u'', u'private_address': u'192.168.120.3', u'name': u'vellum-gqt5rx'}}, u'bono': {u'bono_ydi6h4': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.9', u'name': u'bono-ydi6h4'}}}, 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.20', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:37:23.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4dc151b6-42bf-4c19-b585-e7185b90f1cc"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:37:23.956Z", "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-05T12:37:23.956Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5", "logger": "4dc151b6-42bf-4c19-b585-e7185b90f1cc"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:37:24.560Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:37:24.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:37:24.560Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T12:37:24.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 1975, "offset": 1915, "size": 50}}} 2018-08-05 12:37:27,986 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:37:27,986 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:37:27 GMT 2018-08-05 12:37:27,986 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:37:27,986 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9532 2018-08-05 12:37:27,987 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:37:27,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/LKVR5/bind.py 2018-08-05 12:37:27,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-05 12:37:27,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:37:27,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:37:27,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-05 12:37:27,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpCHDsuG /etc/bind/db.clearwater.opnfv 2018-08-05 12:37:27,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpi04A5Q /etc/bind/db.clearwater.local 2018-08-05 12:37:27,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-05 12:37:27,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-05 12:37:27,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-05 12:37:27,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-05 12:37:27,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-05 12:37:27,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'homer': {u'homer_ygmub3': {u'public_address': u'', u'private_address': u'192.168.120.31', u'name': u'homer-ygmub3'}}, u'ellis': {u'ellis_p95kuy': {u'public_address': u'172.30.9.201', u'private_address': u'192.168.120.32', u'name': u'ellis-p95kuy'}}, u'dime': {u'dime_n1ei3t': {u'public_address': u'', u'private_address': u'192.168.120.10', u'name': u'dime-n1ei3t'}}, u'sprout': {u'sprout_77xqda': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'sprout-77xqda'}}, u'vellum': {u'vellum_gqt5rx': {u'public_address': u'', u'private_address': u'192.168.120.3', u'name': u'vellum-gqt5rx'}}, u'bono': {u'bono_ydi6h4': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.9', u'name': u'bono-ydi6h4'}}}, 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.20', u'hss_hostname': u''}. 2018-08-05 12:37:27,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-05 12:37:27,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution succeeded 2018-08-05 12:37:27,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:37:27,990 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/77cb63fa-215d-4af9-a235-dc569681e3d5 2018-08-05 12:37:28,048 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:37:28,049 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:37:28,049 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:37:28,049 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:37:28,049 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:37:28,049 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:37:28,049 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:37:28,049 - 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-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"} 2018-08-05 12:37:28,049 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:37:28,050 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:37:28 GMT 2018-08-05 12:37:28,050 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:37:28,050 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 354 2018-08-05 12:37:28,050 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:37:28,050 - 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-05T12:25:35.970Z', 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'77cb63fa-215d-4af9-a235-dc569681e3d5'} 2018-08-05 12:37:28,050 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/deployments/clearwater-opnfv/outputs 2018-08-05 12:37:28,183 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:37:28,183 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:37:28,184 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:37:28,184 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:37:28,184 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:37:28,184 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:37:28,184 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:37:28,184 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.212", "ellis_ip": "172.30.9.201"}, "deployment_id": "clearwater-opnfv"} 2018-08-05 12:37:28,184 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:37:28,184 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:37:28 GMT 2018-08-05 12:37:28,184 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:37:28,184 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2018-08-05 12:37:28,185 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:37:28,186 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.201 2018-08-05 12:37:28,271 - 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-05 12:37:28,340 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - cookies: ]> 2018-08-05 12:37:28,341 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Create 1st calling number on Ellis 2018-08-05 12:37:55,003 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-05 12:37:55,004 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create a number 2018-08-05 12:39:00,335 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-05 12:39:00,335 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create a number 2018-08-05 12:40:05,639 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-05 12:40:05,640 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create a number 2018-08-05 12:41:03,497 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-05 12:41:03,497 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 4: cannot create a number 2018-08-05 12:41:28,746 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Calling number is created: {u'private_id': u'6505550185@clearwater.opnfv', u'sip_username': u'6505550185', u'formatted_number': u'(650) 555-0185', u'number': u'6505550185', u'sip_uri': u'sip:6505550185@clearwater.opnfv', u'number_id': u'4d2b98d37d2a4488818a2619201f75ab', u'sip_password': u'ZVktaYdBg', u'pstn': False} 2018-08-05 12:41:28,747 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/deployments/clearwater-opnfv/outputs 2018-08-05 12:41:28,825 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:41:28,825 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:41:28,825 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:41:28,825 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:41:28,825 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:41:28,825 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:41:28,825 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:41:28,826 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.212", "ellis_ip": "172.30.9.201"}, "deployment_id": "clearwater-opnfv"} 2018-08-05 12:41:28,826 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:41:28,826 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:41:28 GMT 2018-08-05 12:41:28,826 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:41:28,826 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2018-08-05 12:41:28,826 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:41:28,826 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Run Clearwater live test 2018-08-05 12:41:28,826 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-08-05 12:41:28,834 - 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-05 12:41:28,834 - 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-05 12:43:35,383 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - ** Invoke test (first_time) ** Execute test Basic Call - Mainline (TCP) - (6505550402, 6505550178) Passed Basic Call - SDP (TCP) - (6505550094, 6505550307) Passed Basic Call - Tel URIs (TCP) - (6505550674, 6505550552) Passed Basic Call - Unknown number (TCP) - (6505550602, 6505550327) Passed Basic Call - Rejected by remote endpoint (TCP) - (6505550025, 6505550176) Passed Basic Call - Messages - Pager model (TCP) - (6505550226, 6505550730) Passed Basic Call - Pracks (TCP) - (6505550660, 6505550711) Passed Basic Registration (TCP) - (6505550821) Passed Emergency Registration (TCP) - Skipped (Not running with emergency registrations) - Call with EMERGENCY_REG=Y to run test Multiple Identities (TCP) - (6505550900, 6505550026) Passed Call Barring - Outbound Rejection (TCP) - (6505550592, 6505550195) 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) - (6505550156, 6505550472) 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) - (6505550750, 6505550244, 6505550720) Passed Call Diversion - Not reachable (not registered) (TCP) - (6505550074, 6505550115, 6505550559) Passed Call Diversion - Not reachable (408) (TCP) - (6505550455, 6505550437, 6505550660) Passed Call Diversion - Not reachable (503) (TCP) - (6505550901, 6505550602, 6505550740) Passed Call Diversion - Not reachable (500) (TCP) - (6505550329, 6505550233, 6505550712) Passed Call Diversion - Busy (TCP) - (6505550259, 6505550667, 6505550472) Passed Call Diversion - Unconditional (TCP) - (6505550592, 6505550984, 6505550667) Passed Call Diversion - No answer (TCP) - (6505550182, 6505550057, 6505550394) Passed Call Diversion - Bad target URI (TCP) - (6505550288, 6505550820) Passed Call Diversion - Audio-only call (TCP) - (6505550579, 6505550994, 6505550834, 6505550807) Passed Call Diversion - Audio-video call (TCP) - (6505550793, 6505550807, 6505550227, 6505550295) Passed Call Waiting - Accepted (TCP) - (6505550102, 6505550478, 6505550114) Passed Call Waiting - Cancelled (TCP) - (6505550315, 6505550015, 6505550579) Passed CANCEL - Mainline (TCP) - (6505550867, 6505550017) Passed Filtering - Accept-Contact (TCP) - (6505550422, 6505550151) Passed Accept-Contact with response (SFR 511195) (TCP) - (6505550580, 6505550636) Passed Filtering - Accept-Contact no match (TCP) - (6505550230, 6505550302) Passed Filtering - Accept-Contact negated match (TCP) - (6505550300, 6505550692) Passed Filtering - RFC3841 example (TCP) - (6505550036, 6505550453) Passed Filtering - Reject-Contact no match (TCP) - (6505550451, 6505550292) Passed Filtering - Reject-Contact match (TCP) - (6505550432, 6505550997) 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) - (6505550246) Passed GRUU - REGISTER - binding suggested GRUU (TCP) - (6505550787) Passed GRUU - REGISTER - instance ID requires escaping (TCP) - (6505550574) Passed GRUU - REGISTER - three bindings with GRUUs (TCP) - (6505550940) Passed GRUU - Call - first endpoint GRUU as target (TCP) - (6505550223, 6505550116) Passed GRUU - Call - second endpoint GRUU as target (TCP) - (6505550845, 6505550286) Passed GRUU - Call - only GRUU as target (TCP) - (6505550097, 6505550333) Passed GRUU - Call - AoR as target (TCP) - (6505550922, 6505550365) Passed GRUU - Call - unknown GRUU as target (TCP) - (6505550815, 6505550902) Passed GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - (6505550652, 6505550202) Passed GRUU - Call - Reject-Contact interop (TCP) - (6505550569, 6505550938) Passed GRUU - Call - Accept-Contact interop (TCP) - (6505550802, 6505550100) Passed GRUU - Call - AoR with other param as target (TCP) - (6505550376, 6505550033) Passed GRUU - Call - GRUU with other param as target (TCP) - (6505550067, 6505550592) 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) - (6505550978) Passed SUBSCRIBE - reg-event with a GRUU (TCP) - (6505550768) Passed SUBSCRIBE - Subscription timeout (TCP) - (6505550203) Passed SUBSCRIBE - Registration timeout (TCP) - (6505550016, 6505550788) Passed Multiple SUBSCRIBErs to one UE's reg-event (TCP) - (6505550753, 6505550206) 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-05 12:43:35,385 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {'failures': 0, 'skipped': 42, 'total': 93, 'passed': 51} 2018-08-05 12:43:35,508 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-05 12:43:35,508 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 23:29 | PASS | +----------------------+------------------+------------------+----------------+ 2018-08-05 12:43:35,513 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-08-05 12:43:35,514 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions 2018-08-05 12:43:35,600 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:43:35,600 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:43:35,600 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:43:35,600 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:43:35,601 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:43:35,601 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:43:35,601 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:43:35,601 - 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"}, "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": {"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-05T12:25:04.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "e52fb24e-eeeb-465e-a7c6-9dfaf682e649"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:25:35.970Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "77cb63fa-215d-4af9-a235-dc569681e3d5"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-08-05 12:43:35,601 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:43:35,601 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:43:35 GMT 2018-08-05 12:43:35,601 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:43:35,601 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6728 2018-08-05 12:43:35,601 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:43:35,602 - 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-05 12:43:35,768 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:43:35,768 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:43:35,768 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:43:35,768 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:43:35,768 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:43:35,768 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:43:35,769 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:43:35,769 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 158 2018-08-05 12:43:35,769 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:43:35,769 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:43:35,769 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:43:35 GMT 2018-08-05 12:43:35,769 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:43:35,769 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:43:35,769 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:43:35,770 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:43:35,834 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:43:35,834 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:43:35,834 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:43:35,835 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:43:35,835 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:43:35,835 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:43:35,835 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:43:35,835 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-05 12:43:35,835 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:43:35,835 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:43:35 GMT 2018-08-05 12:43:35,835 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:43:35,835 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-05 12:43:35,836 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:43:35,836 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:43:35,912 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:43:35,913 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:43:35,913 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:43:35,913 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:43:35,913 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:43:35,913 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:43:35,913 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:43:35,913 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:43:35,913 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:43:35,914 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:43:35 GMT 2018-08-05 12:43:35,914 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:43:35,914 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:43:35,914 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:43:40,915 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:43:40,981 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:43:40,981 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:43:40,981 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:43:40,981 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:43:40,981 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:43:40,981 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:43:40,982 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:43:40,982 - 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-05T12:43:36.470Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:36.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_gqt5rx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:37.515Z", "message": "Stopping node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:37.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_ydi6h4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:37.515Z", "message": "Stopping node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:37.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_n1ei3t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:37.515Z", "message": "Stopping node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:37.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_p95kuy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:37.515Z", "message": "Stopping node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:37.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_77xqda", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:37.515Z", "message": "Stopping node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:37.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_n1ei3t", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:37.515Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:37.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_ygmub3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:37.515Z", "message": "Stopping node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:37.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_n1ei3t", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:37.677Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:37.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_ydi6h4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:37.677Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:37.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_p95kuy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:37.677Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:37.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_p95kuy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:37.677Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:37.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_ydi6h4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:37.677Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:37.677Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:38.041Z", "message": "Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/BOQYH/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:38.041Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "78bf3df2-5f13-4ca8-afa7-36dcb699be43"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:38.065Z", "message": "Executing: /tmp/BOQYH/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:38.065Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "78bf3df2-5f13-4ca8-afa7-36dcb699be43"}, {"node_instance_id": "sprout_77xqda", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:38.697Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:38.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_gqt5rx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:38.697Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:38.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_77xqda", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:38.697Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:38.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_gqt5rx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:38.697Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:38.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_ygmub3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:38.697Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:38.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_ygmub3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:38.697Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:38.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_p95kuy", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:38.697Z", "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_zfhort/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_zfhort/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_zfhort/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-05T12:43:38.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_gqt5rx", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:38.697Z", "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_a7fgrh/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_a7fgrh/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_a7fgrh/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-05T12:43:38.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_n1ei3t", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:38.697Z", "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_yzrrbo/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_yzrrbo/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_yzrrbo/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-05T12:43:38.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:39.071Z", "message": "Execution done (return_code=1): /tmp/U78AF/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:39.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "328485f3-c92f-46f2-9426-105bce932f0f"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:39.071Z", "message": "Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/I1HUM/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:39.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "2d8c84f7-5748-4928-b08a-97fc02787740"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:39.071Z", "message": "Stopping bono node", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:39.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "de9ebd01-1e75-44c0-9e45-536bf908f7b4"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:39.071Z", "message": "Executing: /tmp/ZLP42/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:39.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "de9ebd01-1e75-44c0-9e45-536bf908f7b4"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:39.071Z", "message": "Stopping homer node", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:39.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a819980d-0ab9-408f-9570-f07416b84764"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:39.071Z", "message": "Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/AGUQU/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:39.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "11fca6c2-723a-4d69-b18a-767e36b91fad"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:39.071Z", "message": "Executing: /tmp/U78AF/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:39.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "328485f3-c92f-46f2-9426-105bce932f0f"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:39.071Z", "message": "Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/ENN01/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:39.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a819980d-0ab9-408f-9570-f07416b84764"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:39.071Z", "message": "Stopping vellum node", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:39.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "2d8c84f7-5748-4928-b08a-97fc02787740"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:39.071Z", "message": "Executing: /tmp/AGUQU/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:39.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "11fca6c2-723a-4d69-b18a-767e36b91fad"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:39.071Z", "message": "Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/U78AF/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:39.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "328485f3-c92f-46f2-9426-105bce932f0f"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:39.071Z", "message": "Execution done (return_code=1): /tmp/BOQYH/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:39.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "78bf3df2-5f13-4ca8-afa7-36dcb699be43"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:39.071Z", "message": "Stopping dime node", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:39.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "78bf3df2-5f13-4ca8-afa7-36dcb699be43"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:39.071Z", "message": "Execution done (return_code=1): /tmp/I1HUM/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:39.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "2d8c84f7-5748-4928-b08a-97fc02787740"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:39.071Z", "message": "Stopping sprout node", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:39.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "11fca6c2-723a-4d69-b18a-767e36b91fad"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:39.071Z", "message": "Executing: /tmp/I1HUM/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:39.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "2d8c84f7-5748-4928-b08a-97fc02787740"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:39.071Z", "message": "Execution done (return_code=1): /tmp/ENN01/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:39.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a819980d-0ab9-408f-9570-f07416b84764"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:39.071Z", "message": "Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/ZLP42/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:39.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "de9ebd01-1e75-44c0-9e45-536bf908f7b4"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:39.071Z", "message": "Executing: /tmp/ENN01/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:39.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a819980d-0ab9-408f-9570-f07416b84764"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:39.071Z", "message": "Stopping ellis node", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:39.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "328485f3-c92f-46f2-9426-105bce932f0f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:39.707Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:39.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:39.707Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:39.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_ygmub3", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:39.707Z", "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_gki8sk/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_gki8sk/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_gki8sk/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-05T12:43:39.707Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:40.204Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:40.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "58544443-fcd6-4dcb-9098-47b300cdda48"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:40.204Z", "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-05T12:43:40.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0f33a44a-5afc-493f-a86f-b9f13796332a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:40.204Z", "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-05T12:43:40.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0f33a44a-5afc-493f-a86f-b9f13796332a"}], "metadata": {"pagination": {"total": 73, "offset": 0, "size": 50}}} 2018-08-05 12:43:40,982 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:43:40,982 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:43:40 GMT 2018-08-05 12:43:40,982 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:43:40,982 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30460 2018-08-05 12:43:40,982 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:43:40,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-08-05 12:43:40,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:43:40,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:43:40,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:43:40,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:43:40,984 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:43:40,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:43:40,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:43:40,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:43:40,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:43:40,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:43:40,985 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:43:40,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:43:40,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/BOQYH/stop-dime.sh 2018-08-05 12:43:40,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/BOQYH/stop-dime.sh 2018-08-05 12:43:40,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:43:40,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:43:40,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:43:40,986 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:43:40,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:43:40,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:43:40,987 - 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-05 12:43:40,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2018-08-05 12:43:40,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2018-08-05 12:43:40,987 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/U78AF/stop-ellis.sh 2018-08-05 12:43:40,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/I1HUM/stop-vellum.sh 2018-08-05 12:43:40,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping bono node 2018-08-05 12:43:40,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/ZLP42/stop-bono.sh 2018-08-05 12:43:40,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping homer node 2018-08-05 12:43:40,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/AGUQU/stop-sprout.sh 2018-08-05 12:43:40,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/U78AF/stop-ellis.sh 2018-08-05 12:43:40,988 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/ENN01/stop-homer.sh 2018-08-05 12:43:40,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping vellum node 2018-08-05 12:43:40,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/AGUQU/stop-sprout.sh 2018-08-05 12:43:40,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/U78AF/stop-ellis.sh 2018-08-05 12:43:40,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/BOQYH/stop-dime.sh 2018-08-05 12:43:40,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping dime node 2018-08-05 12:43:40,989 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/I1HUM/stop-vellum.sh 2018-08-05 12:43:40,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping sprout node 2018-08-05 12:43:40,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/I1HUM/stop-vellum.sh 2018-08-05 12:43:40,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/ENN01/stop-homer.sh 2018-08-05 12:43:40,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/ZLP42/stop-bono.sh 2018-08-05 12:43:40,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/ENN01/stop-homer.sh 2018-08-05 12:43:40,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping ellis node 2018-08-05 12:43:40,990 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:43:40,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:43:40,991 - 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-05 12:43:40,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-05 12:43:40,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-05 12:43:40,991 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-05 12:43:40,991 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:43:41,062 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:43:41,062 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:43:41,062 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:43:41,062 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:43:41,062 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:43:41,062 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:43:41,062 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:43:41,062 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:43:41,063 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:43:41,063 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:43:41 GMT 2018-08-05 12:43:41,063 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:43:41,063 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:43:41,063 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:43:46,064 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:43:46,140 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:43:46,140 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:43:46,141 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:43:46,141 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:43:46,141 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:43:46,141 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:43:46,141 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:43:46,141 - 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-05T12:43:40.204Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:40.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0f33a44a-5afc-493f-a86f-b9f13796332a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:40.204Z", "message": "Downloaded scripts/bind/bind.py to /tmp/6Y476/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:40.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "58544443-fcd6-4dcb-9098-47b300cdda48"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:40.204Z", "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-05T12:43:40.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0f33a44a-5afc-493f-a86f-b9f13796332a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:40.204Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:40.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "39840edb-ed9a-4cc1-a8e8-cabff4e384f0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:40.204Z", "message": "Downloaded scripts/bind/bind.py to /tmp/0L0IV/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:40.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "39840edb-ed9a-4cc1-a8e8-cabff4e384f0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:40.204Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:40.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "58544443-fcd6-4dcb-9098-47b300cdda48"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:40.204Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:40.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0f33a44a-5afc-493f-a86f-b9f13796332a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:40.204Z", "message": "Downloaded scripts/bind/bind.py to /tmp/DPG6V/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:40.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0f33a44a-5afc-493f-a86f-b9f13796332a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:40.204Z", "message": "[localhost] run: sudo mv /tmp/tmpvtfFS4 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:40.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0f33a44a-5afc-493f-a86f-b9f13796332a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:40.204Z", "message": "Downloaded scripts/bind/bind.py to /tmp/5URC7/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:40.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0d9abc70-7cf5-442f-991f-53bee470ade4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:40.204Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:40.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0d9abc70-7cf5-442f-991f-53bee470ade4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:40.204Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'homer': {u'homer_ygmub3': {u'public_address': u'', u'private_address': u'192.168.120.31', u'name': u'homer-ygmub3'}}, u'ellis': {u'ellis_p95kuy': {u'public_address': u'172.30.9.201', u'private_address': u'192.168.120.32', u'name': u'ellis-p95kuy'}}, u'dime': {}, u'sprout': {u'sprout_77xqda': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'sprout-77xqda'}}, u'vellum': {u'vellum_gqt5rx': {u'public_address': u'', u'private_address': u'192.168.120.3', u'name': u'vellum-gqt5rx'}}, u'bono': {u'bono_ydi6h4': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.9', u'name': u'bono-ydi6h4'}}}, 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.20', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:40.204Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0f33a44a-5afc-493f-a86f-b9f13796332a"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:40.732Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:40.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_n1ei3t", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:40.732Z", "message": "Deleting node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:40.732Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'homer': {u'homer_ygmub3': {u'public_address': u'', u'private_address': u'192.168.120.31', u'name': u'homer-ygmub3'}}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_77xqda': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'sprout-77xqda'}}, u'vellum': {}, u'bono': {u'bono_ydi6h4': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.9', u'name': u'bono-ydi6h4'}}}, 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.20', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0d9abc70-7cf5-442f-991f-53bee470ade4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "message": "[localhost] run: sudo mv /tmp/tmpMtI0Rr /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0f33a44a-5afc-493f-a86f-b9f13796332a"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "message": "Executing: /tmp/PNE95/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "b08e3045-e606-41b4-9762-fb4eb9c19a6e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "message": "[localhost] run: sudo mv /tmp/tmp_miyZ8 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "58544443-fcd6-4dcb-9098-47b300cdda48"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "message": "[localhost] run: sudo mv /tmp/tmpcMT8gR /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0d9abc70-7cf5-442f-991f-53bee470ade4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0f33a44a-5afc-493f-a86f-b9f13796332a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "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-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "58544443-fcd6-4dcb-9098-47b300cdda48"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "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-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "58544443-fcd6-4dcb-9098-47b300cdda48"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "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-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0d9abc70-7cf5-442f-991f-53bee470ade4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "message": "[localhost] run: sudo mv /tmp/tmprcBgev /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0d9abc70-7cf5-442f-991f-53bee470ade4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "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-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0d9abc70-7cf5-442f-991f-53bee470ade4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "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-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "39840edb-ed9a-4cc1-a8e8-cabff4e384f0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.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-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "39840edb-ed9a-4cc1-a8e8-cabff4e384f0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0d9abc70-7cf5-442f-991f-53bee470ade4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "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-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "39840edb-ed9a-4cc1-a8e8-cabff4e384f0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "message": "[localhost] run: sudo mv /tmp/tmpogCYw8 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "58544443-fcd6-4dcb-9098-47b300cdda48"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "message": "[localhost] run: sudo mv /tmp/tmpxEx260 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "39840edb-ed9a-4cc1-a8e8-cabff4e384f0"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/PNE95/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "b08e3045-e606-41b4-9762-fb4eb9c19a6e"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.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-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0f33a44a-5afc-493f-a86f-b9f13796332a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "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-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0d9abc70-7cf5-442f-991f-53bee470ade4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "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-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "39840edb-ed9a-4cc1-a8e8-cabff4e384f0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "58544443-fcd6-4dcb-9098-47b300cdda48"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "39840edb-ed9a-4cc1-a8e8-cabff4e384f0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'homer': {u'homer_ygmub3': {u'public_address': u'', u'private_address': u'192.168.120.31', u'name': u'homer-ygmub3'}}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_77xqda': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'sprout-77xqda'}}, u'vellum': {u'vellum_gqt5rx': {u'public_address': u'', u'private_address': u'192.168.120.3', u'name': u'vellum-gqt5rx'}}, u'bono': {u'bono_ydi6h4': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.9', u'name': u'bono-ydi6h4'}}}, 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.20', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "39840edb-ed9a-4cc1-a8e8-cabff4e384f0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.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-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "58544443-fcd6-4dcb-9098-47b300cdda48"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "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-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "39840edb-ed9a-4cc1-a8e8-cabff4e384f0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.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-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0d9abc70-7cf5-442f-991f-53bee470ade4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "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-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "58544443-fcd6-4dcb-9098-47b300cdda48"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "58544443-fcd6-4dcb-9098-47b300cdda48"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "39840edb-ed9a-4cc1-a8e8-cabff4e384f0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_77xqda': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'sprout-77xqda'}}, u'vellum': {u'vellum_gqt5rx': {u'public_address': u'', u'private_address': u'192.168.120.3', u'name': u'vellum-gqt5rx'}}, u'bono': {u'bono_ydi6h4': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.9', u'name': u'bono-ydi6h4'}}}, 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.20', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "58544443-fcd6-4dcb-9098-47b300cdda48"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "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-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "58544443-fcd6-4dcb-9098-47b300cdda48"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "message": "[localhost] run: sudo mv /tmp/tmpkV3XVb /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "39840edb-ed9a-4cc1-a8e8-cabff4e384f0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0d9abc70-7cf5-442f-991f-53bee470ade4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.274Z", "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-05T12:43:41.274Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0d9abc70-7cf5-442f-991f-53bee470ade4"}, {"node_instance_id": "ellis_p95kuy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.736Z", "message": "Deleting node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}], "metadata": {"pagination": {"total": 157, "offset": 50, "size": 50}}} 2018-08-05 12:43:46,141 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:43:46,141 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:43:46 GMT 2018-08-05 12:43:46,142 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:43:46,142 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29924 2018-08-05 12:43:46,142 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:43:46,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-05 12:43:46,143 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/6Y476/bind.py 2018-08-05 12:43:46,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-05 12:43:46,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-05 12:43:46,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/0L0IV/bind.py 2018-08-05 12:43:46,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-05 12:43:46,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-05 12:43:46,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/DPG6V/bind.py 2018-08-05 12:43:46,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpvtfFS4 /etc/bind/db.clearwater.local 2018-08-05 12:43:46,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/5URC7/bind.py 2018-08-05 12:43:46,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-05 12:43:46,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'homer': {u'homer_ygmub3': {u'public_address': u'', u'private_address': u'192.168.120.31', u'name': u'homer-ygmub3'}}, u'ellis': {u'ellis_p95kuy': {u'public_address': u'172.30.9.201', u'private_address': u'192.168.120.32', u'name': u'ellis-p95kuy'}}, u'dime': {}, u'sprout': {u'sprout_77xqda': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'sprout-77xqda'}}, u'vellum': {u'vellum_gqt5rx': {u'public_address': u'', u'private_address': u'192.168.120.3', u'name': u'vellum-gqt5rx'}}, u'bono': {u'bono_ydi6h4': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.9', u'name': u'bono-ydi6h4'}}}, 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.20', u'hss_hostname': u''}. 2018-08-05 12:43:46,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:43:46,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:43:46,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'homer': {u'homer_ygmub3': {u'public_address': u'', u'private_address': u'192.168.120.31', u'name': u'homer-ygmub3'}}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_77xqda': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'sprout-77xqda'}}, u'vellum': {}, u'bono': {u'bono_ydi6h4': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.9', u'name': u'bono-ydi6h4'}}}, 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.20', u'hss_hostname': u''}. 2018-08-05 12:43:46,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpMtI0Rr /etc/bind/db.clearwater.opnfv 2018-08-05 12:43:46,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/PNE95/remove-cluster-node.sh 2018-08-05 12:43:46,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp_miyZ8 /etc/bind/db.clearwater.local 2018-08-05 12:43:46,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpcMT8gR /etc/bind/db.clearwater.local 2018-08-05 12:43:46,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-05 12:43:46,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-05 12:43:46,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-05 12:43:46,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-05 12:43:46,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmprcBgev /etc/bind/db.clearwater.opnfv 2018-08-05 12:43:46,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-05 12:43:46,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-05 12:43:46,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-05 12:43:46,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-05 12:43:46,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-05 12:43:46,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpogCYw8 /etc/bind/db.clearwater.opnfv 2018-08-05 12:43:46,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpxEx260 /etc/bind/db.clearwater.local 2018-08-05 12:43:46,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/PNE95/remove-cluster-node.sh 2018-08-05 12:43:46,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-05 12:43:46,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-05 12:43:46,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-05 12:43:46,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-05 12:43:46,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-05 12:43:46,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'homer': {u'homer_ygmub3': {u'public_address': u'', u'private_address': u'192.168.120.31', u'name': u'homer-ygmub3'}}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_77xqda': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'sprout-77xqda'}}, u'vellum': {u'vellum_gqt5rx': {u'public_address': u'', u'private_address': u'192.168.120.3', u'name': u'vellum-gqt5rx'}}, u'bono': {u'bono_ydi6h4': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.9', u'name': u'bono-ydi6h4'}}}, 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.20', u'hss_hostname': u''}. 2018-08-05 12:43:46,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-05 12:43:46,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-05 12:43:46,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-05 12:43:46,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-05 12:43:46,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-05 12:43:46,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-05 12:43:46,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_77xqda': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'sprout-77xqda'}}, u'vellum': {u'vellum_gqt5rx': {u'public_address': u'', u'private_address': u'192.168.120.3', u'name': u'vellum-gqt5rx'}}, u'bono': {u'bono_ydi6h4': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.9', u'name': u'bono-ydi6h4'}}}, 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.20', u'hss_hostname': u''}. 2018-08-05 12:43:46,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-05 12:43:46,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpkV3XVb /etc/bind/db.clearwater.opnfv 2018-08-05 12:43:46,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-05 12:43:46,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-05 12:43:46,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:43:46,152 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:43:46,209 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:43:46,210 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:43:46,210 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:43:46,210 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:43:46,210 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:43:46,210 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:43:46,210 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:43:46,210 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:43:46,210 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:43:46,211 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:43:46 GMT 2018-08-05 12:43:46,211 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:43:46,211 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:43:46,211 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:43:51,216 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:43:51,286 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:43:51,286 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:43:51,286 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:43:51,286 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:43:51,287 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:43:51,287 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:43:51,287 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:43:51,287 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_n1ei3t", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.736Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_ygmub3", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.736Z", "message": "Deleting node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_gqt5rx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.736Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_p95kuy", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.736Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_p95kuy", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.736Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_n1ei3t", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.736Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_ygmub3", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.736Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.736Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_ygmub3", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.736Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_gqt5rx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.736Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_p95kuy", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:41.736Z", "message": "Deleting node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:41.736Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:42.280Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:42.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "46de9bae-4da0-419c-afd3-c09e3e99e9e2"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:42.280Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/F00MD/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:42.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "14d53455-85c1-4ac2-9d3c-7c0384c6ad04"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:42.280Z", "message": "Executing: /tmp/F00MD/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:42.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "14d53455-85c1-4ac2-9d3c-7c0384c6ad04"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:42.280Z", "message": "Executing: /tmp/0X0F3/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:42.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "46de9bae-4da0-419c-afd3-c09e3e99e9e2"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:42.280Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/ABRGS/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:42.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "94041c73-0071-4db6-9ab0-5b8f383423dc"}, {"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:42.280Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:42.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "14d53455-85c1-4ac2-9d3c-7c0384c6ad04"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:42.280Z", "message": "Executing: /tmp/ABRGS/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:42.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "94041c73-0071-4db6-9ab0-5b8f383423dc"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:42.280Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:42.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "94041c73-0071-4db6-9ab0-5b8f383423dc"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:42.280Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:42.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "b08e3045-e606-41b4-9762-fb4eb9c19a6e"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:42.280Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/0X0F3/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:42.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "46de9bae-4da0-419c-afd3-c09e3e99e9e2"}, {"node_instance_id": "sprout_77xqda", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:42.740Z", "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_14hjtp/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_14hjtp/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_14hjtp/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-05T12:43:42.740Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:43.285Z", "message": "Execution done (return_code=1): /tmp/AGUQU/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:43.285Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "11fca6c2-723a-4d69-b18a-767e36b91fad"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:43.743Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:43.743Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:43.743Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:43.743Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:44.290Z", "message": "Downloaded scripts/bind/bind.py to /tmp/5M1NG/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:44.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d0c505f-b045-40fd-aeb4-92ff4631234b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:44.290Z", "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-05T12:43:44.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d0c505f-b045-40fd-aeb4-92ff4631234b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:44.290Z", "message": "[localhost] run: sudo mv /tmp/tmpyzmbfV /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:44.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d0c505f-b045-40fd-aeb4-92ff4631234b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:44.290Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:44.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d0c505f-b045-40fd-aeb4-92ff4631234b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:44.290Z", "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-05T12:43:44.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d0c505f-b045-40fd-aeb4-92ff4631234b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:44.290Z", "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-05T12:43:44.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d0c505f-b045-40fd-aeb4-92ff4631234b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:44.290Z", "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-05T12:43:44.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d0c505f-b045-40fd-aeb4-92ff4631234b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:44.290Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:44.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d0c505f-b045-40fd-aeb4-92ff4631234b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:44.290Z", "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-05T12:43:44.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d0c505f-b045-40fd-aeb4-92ff4631234b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:44.290Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {u'vellum_gqt5rx': {u'public_address': u'', u'private_address': u'192.168.120.3', u'name': u'vellum-gqt5rx'}}, u'bono': {u'bono_ydi6h4': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.9', u'name': u'bono-ydi6h4'}}}, 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.20', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:44.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d0c505f-b045-40fd-aeb4-92ff4631234b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:44.290Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:44.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d0c505f-b045-40fd-aeb4-92ff4631234b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:44.290Z", "message": "[localhost] run: sudo mv /tmp/tmpZOhkw0 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:44.290Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d0c505f-b045-40fd-aeb4-92ff4631234b"}, {"node_instance_id": "sprout_77xqda", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:44.747Z", "message": "Deleting node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:44.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_77xqda", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:44.747Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:44.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_77xqda", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:44.747Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:44.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:44.747Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:44.747Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:45.338Z", "message": "Executing: /tmp/R8YCZ/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:45.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "19a4309f-3fea-417c-b485-4cc25db7b1ff"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:45.338Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:45.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "19a4309f-3fea-417c-b485-4cc25db7b1ff"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:45.338Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/R8YCZ/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:45.338Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "19a4309f-3fea-417c-b485-4cc25db7b1ff"}, {"node_instance_id": "homer_ygmub3", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:47.367Z", "message": "Execution done (return_code=0): /tmp/ABRGS/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:47.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "94041c73-0071-4db6-9ab0-5b8f383423dc"}, {"node_instance_id": "homer_ygmub3", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:47.435Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:47.435Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_n1ei3t", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:48.411Z", "message": "Execution done (return_code=0): /tmp/PNE95/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:48.411Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "b08e3045-e606-41b4-9762-fb4eb9c19a6e"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:48.484Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:48.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_n1ei3t", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:48.484Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:48.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:48.484Z", "message": "Stopping node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:48.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}], "metadata": {"pagination": {"total": 170, "offset": 100, "size": 50}}} 2018-08-05 12:43:51,287 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:43:51,287 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:43:51 GMT 2018-08-05 12:43:51,287 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:43:51,287 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28177 2018-08-05 12:43:51,288 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:43:51,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:43:51,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:43:51,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:43:51,289 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:43:51,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:43:51,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:43:51,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:43:51,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:43:51,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:43:51,290 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:43:51,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:43:51,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-08-05 12:43:51,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/F00MD/remove-cluster-node.sh 2018-08-05 12:43:51,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/F00MD/remove-cluster-node.sh 2018-08-05 12:43:51,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/0X0F3/remove-cluster-node.sh 2018-08-05 12:43:51,291 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/ABRGS/remove-cluster-node.sh 2018-08-05 12:43:51,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-08-05 12:43:51,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/ABRGS/remove-cluster-node.sh 2018-08-05 12:43:51,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-08-05 12:43:51,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-08-05 12:43:51,292 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/0X0F3/remove-cluster-node.sh 2018-08-05 12:43:51,292 - 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-05 12:43:51,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/AGUQU/stop-sprout.sh 2018-08-05 12:43:51,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:43:51,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:43:51,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/5M1NG/bind.py 2018-08-05 12:43:51,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-05 12:43:51,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpyzmbfV /etc/bind/db.clearwater.local 2018-08-05 12:43:51,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-05 12:43:51,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-05 12:43:51,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-05 12:43:51,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-05 12:43:51,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-05 12:43:51,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-05 12:43:51,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {u'vellum_gqt5rx': {u'public_address': u'', u'private_address': u'192.168.120.3', u'name': u'vellum-gqt5rx'}}, u'bono': {u'bono_ydi6h4': {u'public_address': u'172.30.9.203', u'private_address': u'192.168.120.9', u'name': u'bono-ydi6h4'}}}, 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.20', u'hss_hostname': u''}. 2018-08-05 12:43:51,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-05 12:43:51,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpZOhkw0 /etc/bind/db.clearwater.opnfv 2018-08-05 12:43:51,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:43:51,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:43:51,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:43:51,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:43:51,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/R8YCZ/remove-cluster-node.sh 2018-08-05 12:43:51,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-08-05 12:43:51,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/R8YCZ/remove-cluster-node.sh 2018-08-05 12:43:51,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/ABRGS/remove-cluster-node.sh 2018-08-05 12:43:51,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:43:51,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/PNE95/remove-cluster-node.sh 2018-08-05 12:43:51,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-05 12:43:51,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:43:51,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:43:51,297 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:43:51,367 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:43:51,367 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:43:51,368 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:43:51,368 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:43:51,368 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:43:51,368 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:43:51,368 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:43:51,368 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:43:51,368 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:43:51,368 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:43:51 GMT 2018-08-05 12:43:51,368 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:43:51,369 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:43:51,369 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:43:56,374 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:43:56,442 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:43:56,442 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:43:56,443 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:43:56,443 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:43:56,443 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:43:56,443 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:43:56,443 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:43:56,443 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_gki8sk", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:48.484Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:48.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:49.787Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:49.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:49.787Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:49.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:49.787Z", "message": "Stopping node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:49.787Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:50.790Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:50.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:50.790Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:50.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:50.790Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:50.790Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:51.647Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:51.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "1212a00b-eebe-429b-9f4b-ee8740ba3d55"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:51.793Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:51.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:51.793Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:51.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:51.793Z", "message": "Stopping agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:51.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:51.793Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:51.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:52.354Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:52.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "1212a00b-eebe-429b-9f4b-ee8740ba3d55"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:52.354Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:52.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "1212a00b-eebe-429b-9f4b-ee8740ba3d55"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:52.354Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:52.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "1212a00b-eebe-429b-9f4b-ee8740ba3d55"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:52.354Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:52.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "1212a00b-eebe-429b-9f4b-ee8740ba3d55"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:52.354Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:52.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "1212a00b-eebe-429b-9f4b-ee8740ba3d55"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:52.354Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:52.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "1212a00b-eebe-429b-9f4b-ee8740ba3d55"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:52.354Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:52.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "1212a00b-eebe-429b-9f4b-ee8740ba3d55"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:52.354Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:52.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "1212a00b-eebe-429b-9f4b-ee8740ba3d55"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:52.354Z", "message": "Stopping Agent homer_host_gki8sk", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:52.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "1212a00b-eebe-429b-9f4b-ee8740ba3d55"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:52.797Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:52.797Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:52.797Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:52.797Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:52.797Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:52.797Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_p95kuy", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:52.797Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:52.797Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_p95kuy", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:53.357Z", "message": "Execution done (return_code=0): /tmp/0X0F3/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:53.357Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "46de9bae-4da0-419c-afd3-c09e3e99e9e2"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:53.802Z", "message": "Stopping node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:53.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:53.802Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:53.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:53.802Z", "message": "Stopping agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:53.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:53.802Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:53.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:53.802Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:53.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:53.802Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:53.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:53.802Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:53.802Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:54.362Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:54.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a07c6a73-7985-4ef5-8e83-aeaa258e169c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:54.362Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:54.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a07c6a73-7985-4ef5-8e83-aeaa258e169c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:54.362Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:54.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a07c6a73-7985-4ef5-8e83-aeaa258e169c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:54.362Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:54.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a07c6a73-7985-4ef5-8e83-aeaa258e169c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:54.362Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:54.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a07c6a73-7985-4ef5-8e83-aeaa258e169c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:54.362Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:54.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a07c6a73-7985-4ef5-8e83-aeaa258e169c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:54.362Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:54.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a07c6a73-7985-4ef5-8e83-aeaa258e169c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:54.362Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:54.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a07c6a73-7985-4ef5-8e83-aeaa258e169c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:54.362Z", "message": "Stopping Agent dime_host_yzrrbo", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:54.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a07c6a73-7985-4ef5-8e83-aeaa258e169c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:54.362Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:54.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a07c6a73-7985-4ef5-8e83-aeaa258e169c"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:56.330Z", "message": "Stopping...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:56.330Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "1212a00b-eebe-429b-9f4b-ee8740ba3d55"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:56.366Z", "message": "Stopping daemon with command: sudo service celeryd-homer_host_gki8sk stop", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:56.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "1212a00b-eebe-429b-9f4b-ee8740ba3d55"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:56.366Z", "message": "Successfully stopped daemon: homer_host_gki8sk\u001b[0m", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:56.366Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "1212a00b-eebe-429b-9f4b-ee8740ba3d55"}], "metadata": {"pagination": {"total": 209, "offset": 150, "size": 50}}} 2018-08-05 12:43:56,443 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:43:56,443 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:43:56 GMT 2018-08-05 12:43:56,444 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:43:56,444 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 24350 2018-08-05 12:43:56,444 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:43:56,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-05 12:43:56,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-05 12:43:56,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-08-05 12:43:56,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:43:56,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-05 12:43:56,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-08-05 12:43:56,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-05 12:43:56,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:43:56,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-05 12:43:56,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-05 12:43:56,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-05 12:43:56,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-05 12:43:56,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:43:56,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:43:56,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:43:56,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:43:56,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:43:56,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:43:56,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:43:56,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:43:56,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent homer_host_gki8sk 2018-08-05 12:43:56,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-08-05 12:43:56,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-05 12:43:56,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-05 12:43:56,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:43:56,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/0X0F3/remove-cluster-node.sh 2018-08-05 12:43:56,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:43:56,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-05 12:43:56,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-05 12:43:56,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-05 12:43:56,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-08-05 12:43:56,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-05 12:43:56,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-05 12:43:56,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:43:56,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:43:56,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:43:56,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:43:56,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:43:56,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:43:56,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:43:56,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:43:56,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent dime_host_yzrrbo 2018-08-05 12:43:56,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:43:56,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-08-05 12:43:56,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-homer_host_gki8sk stop 2018-08-05 12:43:56,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: homer_host_gki8sk 2018-08-05 12:43:56,453 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:43:56,596 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:43:56,596 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:43:56,596 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:43:56,596 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:43:56,596 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:43:56,596 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:43:56,596 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:43:56,596 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:43:56,597 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:43:56,597 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:43:56 GMT 2018-08-05 12:43:56,597 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:43:56,597 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:43:56,597 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:01,602 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:44:01,678 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:01,679 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:01,679 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:01,679 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:01,679 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:01,679 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:01,679 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:01,679 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_gki8sk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:56.546Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:56.546Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:56.806Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:56.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:56.806Z", "message": "Deleting agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:56.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:56.806Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:56.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:57.370Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:57.370Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "66f6006b-5a9c-4307-8745-c8c8bfce628f"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:57.370Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:57.370Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "66f6006b-5a9c-4307-8745-c8c8bfce628f"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:57.370Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:57.370Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "66f6006b-5a9c-4307-8745-c8c8bfce628f"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:57.370Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:57.370Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "66f6006b-5a9c-4307-8745-c8c8bfce628f"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:57.370Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:57.370Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "66f6006b-5a9c-4307-8745-c8c8bfce628f"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:57.370Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:57.370Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "66f6006b-5a9c-4307-8745-c8c8bfce628f"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:57.370Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:57.370Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "66f6006b-5a9c-4307-8745-c8c8bfce628f"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:58.374Z", "message": "Deleting Agent homer_host_gki8sk", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:58.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "66f6006b-5a9c-4307-8745-c8c8bfce628f"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:58.374Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:58.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "66f6006b-5a9c-4307-8745-c8c8bfce628f"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:58.374Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:58.374Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "66f6006b-5a9c-4307-8745-c8c8bfce628f"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:58.429Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:58.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:58.809Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:58.809Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:58.809Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:58.809Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:59.446Z", "message": "Deleting...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:59.446Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "66f6006b-5a9c-4307-8745-c8c8bfce628f"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:59.446Z", "message": "Stopping...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:59.446Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a07c6a73-7985-4ef5-8e83-aeaa258e169c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:59.446Z", "message": "Successfully stopped daemon: dime_host_yzrrbo\u001b[0m", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:59.446Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a07c6a73-7985-4ef5-8e83-aeaa258e169c"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:59.446Z", "message": "Successfully deleted daemon: homer_host_gki8sk", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:59.446Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "66f6006b-5a9c-4307-8745-c8c8bfce628f"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:59.446Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:59.446Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "66f6006b-5a9c-4307-8745-c8c8bfce628f"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:59.446Z", "message": "Stopping daemon with command: sudo service celeryd-dime_host_yzrrbo stop", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:59.446Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a07c6a73-7985-4ef5-8e83-aeaa258e169c"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:59.828Z", "message": "Stopping agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:59.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:59.828Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:59.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:59.828Z", "message": "Deleting agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:59.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:59.828Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:59.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:59.828Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:59.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:59.828Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:59.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:59.828Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:59.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:59.828Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:59.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:59.828Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:59.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:59.828Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:59.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:43:59.828Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:43:59.828Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:00.477Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:00.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "97013a5f-9585-4929-905d-2f393fa5d251"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:00.477Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:00.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "e6504e98-2d9f-4209-ac20-a5b7ad9a53a6"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:00.477Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:00.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "97013a5f-9585-4929-905d-2f393fa5d251"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:00.477Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:00.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "97013a5f-9585-4929-905d-2f393fa5d251"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:00.477Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:00.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "97013a5f-9585-4929-905d-2f393fa5d251"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:00.477Z", "message": "Stopping Agent ellis_host_zfhort", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:00.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "e6504e98-2d9f-4209-ac20-a5b7ad9a53a6"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:00.477Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:00.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "e6504e98-2d9f-4209-ac20-a5b7ad9a53a6"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:00.477Z", "message": "Deleting Agent dime_host_yzrrbo", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:00.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "97013a5f-9585-4929-905d-2f393fa5d251"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:00.477Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:00.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "e6504e98-2d9f-4209-ac20-a5b7ad9a53a6"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:00.477Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:00.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "e6504e98-2d9f-4209-ac20-a5b7ad9a53a6"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:00.477Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:00.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "e6504e98-2d9f-4209-ac20-a5b7ad9a53a6"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:00.477Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:00.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "e6504e98-2d9f-4209-ac20-a5b7ad9a53a6"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:00.477Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:00.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "e6504e98-2d9f-4209-ac20-a5b7ad9a53a6"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:00.477Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:00.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "e6504e98-2d9f-4209-ac20-a5b7ad9a53a6"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:00.477Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:00.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "97013a5f-9585-4929-905d-2f393fa5d251"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:00.477Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:00.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "97013a5f-9585-4929-905d-2f393fa5d251"}], "metadata": {"pagination": {"total": 263, "offset": 196, "size": 50}}} 2018-08-05 12:44:01,679 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:01,680 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:01 GMT 2018-08-05 12:44:01,680 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:01,680 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26835 2018-08-05 12:44:01,680 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:01,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-08-05 12:44:01,681 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-05 12:44:01,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-05 12:44:01,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-05 12:44:01,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:01,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:01,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:01,682 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:01,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:01,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:01,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:01,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent homer_host_gki8sk 2018-08-05 12:44:01,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:01,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:01,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-08-05 12:44:01,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-05 12:44:01,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-05 12:44:01,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-08-05 12:44:01,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-08-05 12:44:01,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: dime_host_yzrrbo 2018-08-05 12:44:01,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: homer_host_gki8sk 2018-08-05 12:44:01,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-08-05 12:44:01,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-dime_host_yzrrbo stop 2018-08-05 12:44:01,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-05 12:44:01,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-08-05 12:44:01,685 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-05 12:44:01,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-05 12:44:01,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-05 12:44:01,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-05 12:44:01,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-05 12:44:01,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-05 12:44:01,686 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-05 12:44:01,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-08-05 12:44:01,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-05 12:44:01,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:01,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:01,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:01,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:01,687 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:01,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent ellis_host_zfhort 2018-08-05 12:44:01,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:01,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent dime_host_yzrrbo 2018-08-05 12:44:01,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:01,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:01,688 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:01,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:01,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:01,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:01,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:01,689 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:01,689 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:44:01,746 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:01,746 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:01,746 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:01,746 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:01,746 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:01,746 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:01,747 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:01,747 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:44:01,747 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:01,747 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:01 GMT 2018-08-05 12:44:01,747 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:01,747 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:44:01,747 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:06,753 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:44:06,818 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:06,818 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:06,819 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:06,819 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:06,819 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:06,819 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:06,819 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:06,819 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:00.477Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:00.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "97013a5f-9585-4929-905d-2f393fa5d251"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:00.477Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:00.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "97013a5f-9585-4929-905d-2f393fa5d251"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:00.477Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:00.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "e6504e98-2d9f-4209-ac20-a5b7ad9a53a6"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:00.477Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:00.477Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "97013a5f-9585-4929-905d-2f393fa5d251"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:02.090Z", "message": "Deleting...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:02.090Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "97013a5f-9585-4929-905d-2f393fa5d251"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:02.488Z", "message": "Successfully deleted daemon: dime_host_yzrrbo", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:02.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "97013a5f-9585-4929-905d-2f393fa5d251"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:02.488Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:02.488Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "97013a5f-9585-4929-905d-2f393fa5d251"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:02.490Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:02.490Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:02.847Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:02.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:02.847Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:02.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:02.847Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:02.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:03.851Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:03.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:03.851Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:03.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_77xqda", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:04.597Z", "message": "Execution done (return_code=0): /tmp/R8YCZ/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:04.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "19a4309f-3fea-417c-b485-4cc25db7b1ff"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:04.854Z", "message": "Deleting agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:04.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:04.854Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:04.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_77xqda", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:04.854Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:04.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:05.493Z", "message": "Successfully stopped daemon: ellis_host_zfhort\u001b[0m", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:05.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "e6504e98-2d9f-4209-ac20-a5b7ad9a53a6"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:05.493Z", "message": "Stopping daemon with command: sudo service celeryd-ellis_host_zfhort stop", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:05.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "e6504e98-2d9f-4209-ac20-a5b7ad9a53a6"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:05.493Z", "message": "Stopping...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:05.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "e6504e98-2d9f-4209-ac20-a5b7ad9a53a6"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:05.984Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:05.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:05.984Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:05.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:05.984Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:05.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:05.984Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:05.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:05.984Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:05.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:05.984Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:05.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:05.984Z", "message": "Stopping node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:05.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:05.984Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:05.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:06.605Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:06.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6adce7d3-dce1-445a-89bf-d262443e90b5"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:06.605Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:06.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6adce7d3-dce1-445a-89bf-d262443e90b5"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:06.605Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:06.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6adce7d3-dce1-445a-89bf-d262443e90b5"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:06.605Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:06.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6adce7d3-dce1-445a-89bf-d262443e90b5"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:06.605Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:06.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6adce7d3-dce1-445a-89bf-d262443e90b5"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:06.605Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:06.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6adce7d3-dce1-445a-89bf-d262443e90b5"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:06.605Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:06.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6adce7d3-dce1-445a-89bf-d262443e90b5"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:06.605Z", "message": "Deleting Agent ellis_host_zfhort", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:06.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6adce7d3-dce1-445a-89bf-d262443e90b5"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:06.605Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:06.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6adce7d3-dce1-445a-89bf-d262443e90b5"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:06.605Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:06.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6adce7d3-dce1-445a-89bf-d262443e90b5"}], "metadata": {"pagination": {"total": 297, "offset": 246, "size": 50}}} 2018-08-05 12:44:06,819 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:06,819 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:06 GMT 2018-08-05 12:44:06,819 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:06,820 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 20221 2018-08-05 12:44:06,820 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:06,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:06,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:06,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:06,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:06,821 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-08-05 12:44:06,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: dime_host_yzrrbo 2018-08-05 12:44:06,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-08-05 12:44:06,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-08-05 12:44:06,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-05 12:44:06,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-08-05 12:44:06,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-05 12:44:06,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:06,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:06,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/R8YCZ/remove-cluster-node.sh 2018-08-05 12:44:06,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-05 12:44:06,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-08-05 12:44:06,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:44:06,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: ellis_host_zfhort 2018-08-05 12:44:06,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-ellis_host_zfhort stop 2018-08-05 12:44:06,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-08-05 12:44:06,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-08-05 12:44:06,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-05 12:44:06,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:06,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-05 12:44:06,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:06,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-05 12:44:06,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:44:06,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-08-05 12:44:06,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:06,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:06,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:06,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:06,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:06,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:06,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:06,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent ellis_host_zfhort 2018-08-05 12:44:06,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:06,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:06,827 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:44:06,882 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:06,883 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:06,883 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:06,883 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:06,883 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:06,883 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:06,883 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:06,883 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:44:06,883 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:06,884 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:06 GMT 2018-08-05 12:44:06,884 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:06,884 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:44:06,884 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:11,889 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:44:11,960 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:11,960 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:11,960 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:11,960 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:11,960 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:11,961 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:11,961 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:11,961 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_14hjtp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:07.529Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:07.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:07.722Z", "message": "Deleting...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:07.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6adce7d3-dce1-445a-89bf-d262443e90b5"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:07.988Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:07.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:07.988Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:07.988Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:08.716Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:08.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6adce7d3-dce1-445a-89bf-d262443e90b5"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:08.716Z", "message": "Successfully deleted daemon: ellis_host_zfhort", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:08.716Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6adce7d3-dce1-445a-89bf-d262443e90b5"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:08.993Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:08.993Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:08.993Z", "message": "Stopping agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:08.993Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:08.993Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:08.993Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:08.993Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:08.993Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:08.993Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:08.993Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:08.993Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:08.993Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:08.993Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:08.993Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:08.993Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:08.993Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:09.722Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:09.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "effbbd5f-6b1a-4680-8b6a-3bc0f062b68e"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:09.722Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:09.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "effbbd5f-6b1a-4680-8b6a-3bc0f062b68e"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:09.722Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:09.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "effbbd5f-6b1a-4680-8b6a-3bc0f062b68e"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:09.722Z", "message": "Stopping Agent sprout_host_14hjtp", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:09.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "effbbd5f-6b1a-4680-8b6a-3bc0f062b68e"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:09.722Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:09.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "effbbd5f-6b1a-4680-8b6a-3bc0f062b68e"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:09.722Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:09.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "effbbd5f-6b1a-4680-8b6a-3bc0f062b68e"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:09.722Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:09.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "effbbd5f-6b1a-4680-8b6a-3bc0f062b68e"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:09.722Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:09.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "effbbd5f-6b1a-4680-8b6a-3bc0f062b68e"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:09.722Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:09.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "effbbd5f-6b1a-4680-8b6a-3bc0f062b68e"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:09.722Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:09.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "effbbd5f-6b1a-4680-8b6a-3bc0f062b68e"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:09.997Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:09.997Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:09.997Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:09.997Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:11.067Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:11.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:11.067Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:11.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:11.067Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:11.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:11.067Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:11.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:11.067Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:11.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:11.067Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:11.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}], "metadata": {"pagination": {"total": 329, "offset": 284, "size": 50}}} 2018-08-05 12:44:11,961 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:11,961 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:11 GMT 2018-08-05 12:44:11,961 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:11,961 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 16939 2018-08-05 12:44:11,961 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:11,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-08-05 12:44:11,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-08-05 12:44:11,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-05 12:44:11,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-05 12:44:11,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-08-05 12:44:11,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: ellis_host_zfhort 2018-08-05 12:44:11,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-05 12:44:11,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-05 12:44:11,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-05 12:44:11,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:11,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-05 12:44:11,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-08-05 12:44:11,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-05 12:44:11,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-05 12:44:11,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:11,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:11,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:11,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent sprout_host_14hjtp 2018-08-05 12:44:11,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:11,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:11,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:11,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:11,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:11,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:11,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:11,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:11,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-08-05 12:44:11,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:11,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:11,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:11,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-08-05 12:44:11,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-08-05 12:44:11,968 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:44:12,030 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:12,030 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:12,031 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:12,031 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:12,031 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:12,031 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:12,031 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:12,031 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:44:12,031 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:12,031 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:12 GMT 2018-08-05 12:44:12,031 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:12,032 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:44:12,032 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:17,037 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:44:17,107 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:17,107 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:17,107 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:17,108 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:17,108 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:17,108 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:17,108 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:17,108 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:13.038Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:13.038Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:13.728Z", "message": "Stopping...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:13.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "effbbd5f-6b1a-4680-8b6a-3bc0f062b68e"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:13.854Z", "message": "Successfully stopped daemon: sprout_host_14hjtp\u001b[0m", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:13.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "effbbd5f-6b1a-4680-8b6a-3bc0f062b68e"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:13.854Z", "message": "Stopping daemon with command: sudo service celeryd-sprout_host_14hjtp stop", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:13.854Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "effbbd5f-6b1a-4680-8b6a-3bc0f062b68e"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:14.053Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:14.053Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:14.053Z", "message": "Deleting agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:14.053Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:14.053Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:14.053Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:14.053Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:14.053Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:14.053Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:14.053Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:14.053Z", "message": "Deleting node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:14.053Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:14.075Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:14.075Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:14.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:14.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0285d92c-1316-4216-b8ba-36c1667e2868"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:14.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:14.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0285d92c-1316-4216-b8ba-36c1667e2868"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:14.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:14.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0285d92c-1316-4216-b8ba-36c1667e2868"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:14.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:14.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0285d92c-1316-4216-b8ba-36c1667e2868"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:14.904Z", "message": "deleting server", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:14.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "47644fdb-457e-4738-afb2-497f7ec03eb2"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:14.904Z", "message": "Deleting Agent sprout_host_14hjtp", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:14.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0285d92c-1316-4216-b8ba-36c1667e2868"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:14.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:14.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0285d92c-1316-4216-b8ba-36c1667e2868"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:14.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:14.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0285d92c-1316-4216-b8ba-36c1667e2868"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:14.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:14.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0285d92c-1316-4216-b8ba-36c1667e2868"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:14.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:14.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0285d92c-1316-4216-b8ba-36c1667e2868"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:14.904Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:14.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0285d92c-1316-4216-b8ba-36c1667e2868"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:15.079Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:15.079Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:15.937Z", "message": "deleting server", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:15.937Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "d414ec0d-a7c5-46f3-8e79-6f7e647a129a"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:16.093Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:16.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:16.093Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:16.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:16.093Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:16.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:16.093Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:16.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:16.093Z", "message": "Deleting node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:16.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:16.093Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:16.093Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_host_gki8sk", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:16.913Z", "message": "Waiting for server \"b7f04b25-a692-4b43-a2c2-c756f4f6be2d\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:16.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "47644fdb-457e-4738-afb2-497f7ec03eb2"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:16.913Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:16.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0285d92c-1316-4216-b8ba-36c1667e2868"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:16.913Z", "message": "Deleting...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:16.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0285d92c-1316-4216-b8ba-36c1667e2868"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:16.913Z", "message": "Successfully deleted daemon: sprout_host_14hjtp", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:16.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0285d92c-1316-4216-b8ba-36c1667e2868"}], "metadata": {"pagination": {"total": 363, "offset": 316, "size": 50}}} 2018-08-05 12:44:17,108 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:17,108 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:17 GMT 2018-08-05 12:44:17,108 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:17,108 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 18046 2018-08-05 12:44:17,109 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:17,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:17,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-08-05 12:44:17,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: sprout_host_14hjtp 2018-08-05 12:44:17,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-sprout_host_14hjtp stop 2018-08-05 12:44:17,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-05 12:44:17,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-05 12:44:17,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-08-05 12:44:17,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-05 12:44:17,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-05 12:44:17,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:44:17,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-05 12:44:17,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:17,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:17,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:17,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:17,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-05 12:44:17,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent sprout_host_14hjtp 2018-08-05 12:44:17,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:17,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:17,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:17,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:17,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:44:17,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:17,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-05 12:44:17,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:17,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-05 12:44:17,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:17,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-05 12:44:17,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:44:17,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-08-05 12:44:17,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "b7f04b25-a692-4b43-a2c2-c756f4f6be2d" to be deleted. current status: SHUTOFF 2018-08-05 12:44:17,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-08-05 12:44:17,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-08-05 12:44:17,115 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: sprout_host_14hjtp 2018-08-05 12:44:17,115 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:44:17,182 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:17,182 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:17,182 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:17,182 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:17,182 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:17,182 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:17,183 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:17,183 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:44:17,183 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:17,183 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:17 GMT 2018-08-05 12:44:17,183 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:17,183 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:44:17,183 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:22,189 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:44:22,271 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:22,272 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:22,272 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:22,272 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:22,272 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:22,272 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:22,272 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:22,272 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_14hjtp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:17.225Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:17.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:17.225Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:17.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:17.225Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:17.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:17.916Z", "message": "Waiting for server \"3f6cf7cd-aaba-4549-bfd5-4a04a13191c2\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:17.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "d414ec0d-a7c5-46f3-8e79-6f7e647a129a"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:19.182Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:19.182Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:20.229Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:20.229Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:20.229Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:20.229Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:20.229Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:20.229Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_host_gki8sk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:21.232Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:21.232Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_security_group_9rmkx8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:22.237Z", "message": "Stopping node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:22.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}], "metadata": {"pagination": {"total": 375, "offset": 350, "size": 50}}} 2018-08-05 12:44:22,272 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:22,273 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:22 GMT 2018-08-05 12:44:22,273 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:22,273 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5241 2018-08-05 12:44:22,273 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:22,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-08-05 12:44:22,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-05 12:44:22,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-05 12:44:22,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "3f6cf7cd-aaba-4549-bfd5-4a04a13191c2" to be deleted. current status: SHUTOFF 2018-08-05 12:44:22,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-08-05 12:44:22,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:22,274 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:22,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:22,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-05 12:44:22,275 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:44:22,275 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:44:22,338 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:22,338 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:22,338 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:22,338 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:22,338 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:22,338 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:22,339 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:22,339 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:44:22,339 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:22,339 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:22 GMT 2018-08-05 12:44:22,339 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:22,339 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:44:22,339 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:27,340 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:44:27,409 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:27,409 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:27,409 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:27,409 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:27,409 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:27,409 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:27,410 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:27,410 - 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-05T12:44:23.305Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:23.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:23.305Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:23.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_security_group_74xzgi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:23.305Z", "message": "Stopping node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:23.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_security_group_9rmkx8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:23.305Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:23.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:23.305Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:23.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_security_group_9rmkx8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:23.305Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:23.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_security_group_9rmkx8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:23.305Z", "message": "Deleting node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:23.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_host_yzrrbo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:23.305Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:23.305Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "homer_security_group_9rmkx8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:23.443Z", "message": "deleting security_group", "level": "info", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:23.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "20fa85e3-4fc8-4cc1-a661-c83d15556275"}, {"node_instance_id": "dime_security_group_74xzgi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:24.501Z", "message": "Deleting node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:24.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:24.501Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:24.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:24.501Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:24.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_security_group_74xzgi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:24.501Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:24.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:24.501Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:24.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "dime_security_group_74xzgi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:24.501Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:24.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:24.501Z", "message": "Deleting node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:24.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:24.696Z", "message": "deleting server", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:24.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "4cbb5fc9-e5dd-473a-a798-a38ac6a2a653"}, {"node_instance_id": "dime_security_group_74xzgi", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:24.985Z", "message": "deleting security_group", "level": "info", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:24.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6611887b-8a69-4181-9a82-fac76283d414"}, {"node_instance_id": "homer_security_group_9rmkx8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:25.505Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:25.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_host_zfhort", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:26.493Z", "message": "Waiting for server \"b751d8b9-ba31-4ff0-ba53-1963178c4bf1\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:26.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "4cbb5fc9-e5dd-473a-a798-a38ac6a2a653"}, {"node_instance_id": "dime_security_group_74xzgi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:26.508Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:26.508Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}], "metadata": {"pagination": {"total": 396, "offset": 360, "size": 50}}} 2018-08-05 12:44:27,410 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:27,410 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:27 GMT 2018-08-05 12:44:27,410 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:27,410 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10918 2018-08-05 12:44:27,410 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:27,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:27,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:27,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:44:27,411 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-05 12:44:27,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:27,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-05 12:44:27,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:44:27,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-05 12:44:27,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-05 12:44:27,412 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:44:27,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-05 12:44:27,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-05 12:44:27,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-05 12:44:27,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:27,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-05 12:44:27,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:44:27,413 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-05 12:44:27,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-05 12:44:27,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-05 12:44:27,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "b751d8b9-ba31-4ff0-ba53-1963178c4bf1" to be deleted. current status: SHUTOFF 2018-08-05 12:44:27,414 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-05 12:44:27,414 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:44:27,478 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:27,478 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:27,478 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:27,479 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:27,479 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:27,479 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:27,479 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:27,479 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:44:27,479 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:27,479 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:27 GMT 2018-08-05 12:44:27,479 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:27,479 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:44:27,479 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:32,481 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:44:32,555 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:32,556 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:32,556 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:32,556 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:32,556 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:32,556 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:32,556 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:32,556 - 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-05T12:44:27.567Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:27.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:27.567Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:27.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:27.567Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:27.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:29.586Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:29.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:30.573Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:30.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:30.573Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:30.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:30.573Z", "message": "Deleting node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:30.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:30.783Z", "message": "deleting server", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:30.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0ae0efc7-b6de-439b-b8ff-97ac648a5072"}, {"node_instance_id": "ellis_host_zfhort", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:31.670Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:31.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_host_14hjtp", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:32.422Z", "message": "Waiting for server \"cd8523f4-0a0d-4ef9-b822-fcee828b1be4\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:32.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0ae0efc7-b6de-439b-b8ff-97ac648a5072"}], "metadata": {"pagination": {"total": 406, "offset": 381, "size": 50}}} 2018-08-05 12:44:32,556 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:32,556 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:32 GMT 2018-08-05 12:44:32,557 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:32,557 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5230 2018-08-05 12:44:32,557 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:32,557 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:32,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:32,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:32,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:44:32,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-05 12:44:32,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-05 12:44:32,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:44:32,558 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-05 12:44:32,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-05 12:44:32,559 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "cd8523f4-0a0d-4ef9-b822-fcee828b1be4" to be deleted. current status: SHUTOFF 2018-08-05 12:44:32,559 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:44:32,702 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:32,702 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:32,703 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:32,703 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:32,703 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:32,703 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:32,703 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:32,703 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:44:32,703 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:32,703 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:32 GMT 2018-08-05 12:44:32,704 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:32,704 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:44:32,704 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:37,707 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:44:37,775 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:37,775 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:37,775 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:37,775 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:37,775 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:37,775 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:37,776 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:37,776 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_floatingip_vajwh1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:32.587Z", "message": "Stopping node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:32.587Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_security_group_dj1sm4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:32.587Z", "message": "Stopping node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:32.587Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_security_group_dj1sm4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:33.556Z", "message": "deleting security_group", "level": "info", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:33.556Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "41166f04-43aa-49d1-8acb-4d10328cc8a1"}, {"node_instance_id": "ellis_security_group_dj1sm4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:33.594Z", "message": "Deleting node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:33.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_security_group_dj1sm4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:33.594Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:33.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_floatingip_vajwh1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:33.594Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:33.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_floatingip_vajwh1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:33.594Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:33.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_security_group_dj1sm4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:33.594Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:33.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_floatingip_vajwh1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:33.594Z", "message": "Deleting node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:33.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_floatingip_vajwh1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:33.997Z", "message": "deleting floatingip", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:33.997Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "48180969-14c7-439d-8892-1de3783bd2f7"}, {"node_instance_id": "ellis_security_group_dj1sm4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:34.597Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:34.597Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "ellis_floatingip_vajwh1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:35.599Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:35.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_host_14hjtp", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:37.635Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:37.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}], "metadata": {"pagination": {"total": 419, "offset": 391, "size": 50}}} 2018-08-05 12:44:37,776 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:37,776 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:37 GMT 2018-08-05 12:44:37,776 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:37,776 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6710 2018-08-05 12:44:37,776 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:37,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:44:37,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:44:37,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-05 12:44:37,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:44:37,777 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-05 12:44:37,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-08-05 12:44:37,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-08-05 12:44:37,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-05 12:44:37,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:44:37,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-08-05 12:44:37,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-05 12:44:37,778 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-08-05 12:44:37,779 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-05 12:44:37,779 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:44:37,836 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:37,836 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:37,836 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:37,836 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:37,836 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:37,836 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:37,836 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:37,837 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:44:37,837 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:37,837 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:37 GMT 2018-08-05 12:44:37,837 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:37,837 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:44:37,837 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:42,843 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:44:42,907 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:42,907 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:42,907 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:42,907 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:42,907 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:42,907 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:42,907 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:42,907 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_security_group_0uzqyb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:38.603Z", "message": "Stopping node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:38.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_security_group_0uzqyb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:38.603Z", "message": "Deleting node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:38.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_security_group_0uzqyb", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:39.441Z", "message": "deleting security_group", "level": "info", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:39.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a1cd620b-cc99-48a2-bcfe-4442df8ddc20"}, {"node_instance_id": "sprout_security_group_0uzqyb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:39.606Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:39.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_security_group_0uzqyb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:39.606Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:39.606Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "sprout_security_group_0uzqyb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:44:40.609Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:44:40.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}], "metadata": {"pagination": {"total": 425, "offset": 404, "size": 50}}} 2018-08-05 12:44:42,908 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:42,908 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:42 GMT 2018-08-05 12:44:42,908 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:42,908 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3185 2018-08-05 12:44:42,908 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:42,908 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:44:42,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:44:42,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-05 12:44:42,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-05 12:44:42,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-05 12:44:42,909 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-05 12:44:42,909 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:44:42,979 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:42,979 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:42,979 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:42,979 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:42,979 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:42,979 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:42,980 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:42,980 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:44:42,980 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:42,980 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:42 GMT 2018-08-05 12:44:42,980 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:42,980 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:44:42,980 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:47,986 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:44:48,055 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:48,055 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:48,056 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:48,056 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:48,056 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:48,056 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:48,056 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:48,056 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 410, "size": 50}}} 2018-08-05 12:44:48,056 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:48,056 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:48 GMT 2018-08-05 12:44:48,056 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:48,057 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:44:48,057 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:48,057 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:44:48,122 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:48,122 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:48,122 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:48,123 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:48,123 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:48,123 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:48,123 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:48,123 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:44:48,123 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:48,123 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:48 GMT 2018-08-05 12:44:48,123 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:48,123 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:44:48,123 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:53,129 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:44:53,200 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:53,200 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:53,200 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:53,200 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:53,201 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:53,201 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:53,201 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:53,201 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 410, "size": 50}}} 2018-08-05 12:44:53,201 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:53,201 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:53 GMT 2018-08-05 12:44:53,201 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:53,201 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:44:53,201 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:53,202 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:44:53,257 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:53,257 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:53,258 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:53,258 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:53,258 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:53,258 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:53,258 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:53,258 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:44:53,258 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:53,258 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:53 GMT 2018-08-05 12:44:53,258 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:53,258 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:44:53,259 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:58,264 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:44:58,333 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:58,333 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:58,333 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:58,333 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:58,333 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:58,333 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:58,333 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:58,334 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 410, "size": 50}}} 2018-08-05 12:44:58,334 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:58,334 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:58 GMT 2018-08-05 12:44:58,334 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:58,334 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:44:58,334 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:44:58,334 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:44:58,392 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:44:58,392 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:44:58,392 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:44:58,392 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:44:58,392 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:44:58,393 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:44:58,393 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:44:58,393 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:44:58,393 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:44:58,393 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:44:58 GMT 2018-08-05 12:44:58,393 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:44:58,393 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:44:58,393 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:45:03,399 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:45:03,480 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:45:03,480 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:45:03,480 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:45:03,481 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:45:03,481 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:45:03,481 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:45:03,481 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:45:03,481 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 410, "size": 50}}} 2018-08-05 12:45:03,481 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:45:03,481 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:45:03 GMT 2018-08-05 12:45:03,481 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:45:03,481 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:45:03,481 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:45:03,482 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:45:03,708 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:45:03,708 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:45:03,708 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:45:03,708 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:45:03,708 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:45:03,708 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:45:03,708 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:45:03,708 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:45:03,709 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:45:03,709 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:45:03 GMT 2018-08-05 12:45:03,709 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:45:03,709 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:45:03,709 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:45:08,714 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:45:08,779 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:45:08,780 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:45:08,780 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:45:08,780 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:45:08,780 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:45:08,780 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:45:08,780 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:45:08,780 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 410, "size": 50}}} 2018-08-05 12:45:08,780 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:45:08,781 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:45:08 GMT 2018-08-05 12:45:08,781 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:45:08,781 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:45:08,781 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:45:08,781 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:45:08,913 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:45:08,913 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:45:08,913 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:45:08,913 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:45:08,914 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:45:08,914 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:45:08,914 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:45:08,914 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:45:08,914 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:45:08,914 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:45:08 GMT 2018-08-05 12:45:08,914 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:45:08,914 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:45:08,914 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:45:13,919 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:45:13,989 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:45:13,989 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:45:13,989 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:45:13,989 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:45:13,989 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:45:13,990 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:45:13,990 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:45:13,990 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 410, "size": 50}}} 2018-08-05 12:45:13,990 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:45:13,990 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:45:13 GMT 2018-08-05 12:45:13,990 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:45:13,990 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:45:13,990 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:45:13,990 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:45:14,054 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:45:14,055 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:45:14,055 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:45:14,055 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:45:14,055 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:45:14,055 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:45:14,055 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:45:14,055 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:45:14,055 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:45:14,055 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:45:14 GMT 2018-08-05 12:45:14,056 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:45:14,056 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:45:14,056 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:45:19,061 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:45:19,136 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:45:19,136 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:45:19,136 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:45:19,136 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:45:19,136 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:45:19,137 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:45:19,137 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:45:19,137 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 410, "size": 50}}} 2018-08-05 12:45:19,137 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:45:19,137 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:45:19 GMT 2018-08-05 12:45:19,137 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:45:19,137 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:45:19,137 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:45:19,138 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:45:19,198 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:45:19,198 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:45:19,198 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:45:19,198 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:45:19,198 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:45:19,198 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:45:19,198 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:45:19,198 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:45:19,199 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:45:19,199 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:45:19 GMT 2018-08-05 12:45:19,199 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:45:19,199 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:45:19,199 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:45:24,204 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:45:24,274 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:45:24,275 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:45:24,275 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:45:24,275 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:45:24,275 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:45:24,275 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:45:24,275 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:45:24,275 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 410, "size": 50}}} 2018-08-05 12:45:24,275 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:45:24,275 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:45:24 GMT 2018-08-05 12:45:24,276 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:45:24,276 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:45:24,276 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:45:24,276 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:45:24,333 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:45:24,333 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:45:24,333 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:45:24,334 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:45:24,334 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:45:24,334 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:45:24,334 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:45:24,334 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:45:24,334 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:45:24,334 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:45:24 GMT 2018-08-05 12:45:24,334 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:45:24,334 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:45:24,334 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:45:29,337 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:45:29,400 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:45:29,401 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:45:29,401 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:45:29,401 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:45:29,401 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:45:29,401 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:45:29,401 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:45:29,401 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 410, "size": 50}}} 2018-08-05 12:45:29,402 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:45:29,402 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:45:29 GMT 2018-08-05 12:45:29,402 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:45:29,402 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:45:29,402 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:45:29,402 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:45:29,457 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:45:29,457 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:45:29,457 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:45:29,457 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:45:29,457 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:45:29,457 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:45:29,458 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:45:29,458 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:45:29,458 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:45:29,458 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:45:29 GMT 2018-08-05 12:45:29,458 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:45:29,458 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:45:29,458 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:45:34,460 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:45:34,522 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:45:34,522 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:45:34,522 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:45:34,522 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:45:34,522 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:45:34,522 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:45:34,523 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:45:34,523 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 410, "size": 50}}} 2018-08-05 12:45:34,523 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:45:34,523 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:45:34 GMT 2018-08-05 12:45:34,523 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:45:34,523 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:45:34,523 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:45:34,523 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:45:34,581 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:45:34,581 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:45:34,581 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:45:34,582 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:45:34,582 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:45:34,582 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:45:34,582 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:45:34,582 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:45:34,582 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:45:34,582 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:45:34 GMT 2018-08-05 12:45:34,582 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:45:34,582 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:45:34,582 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:45:39,588 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:45:39,658 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:45:39,658 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:45:39,659 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:45:39,659 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:45:39,659 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:45:39,659 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:45:39,659 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:45:39,659 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 410, "size": 50}}} 2018-08-05 12:45:39,659 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:45:39,659 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:45:39 GMT 2018-08-05 12:45:39,659 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:45:39,660 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:45:39,660 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:45:39,660 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:45:39,715 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:45:39,715 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:45:39,715 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:45:39,716 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:45:39,716 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:45:39,716 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:45:39,716 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:45:39,716 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:45:39,716 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:45:39,716 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:45:39 GMT 2018-08-05 12:45:39,716 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:45:39,717 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:45:39,717 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:45:44,722 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:45:44,806 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:45:44,806 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:45:44,807 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:45:44,807 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:45:44,807 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:45:44,807 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:45:44,807 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:45:44,807 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 410, "size": 50}}} 2018-08-05 12:45:44,807 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:45:44,807 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:45:44 GMT 2018-08-05 12:45:44,807 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:45:44,807 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:45:44,808 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:45:44,808 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:45:44,869 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:45:44,869 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:45:44,869 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:45:44,870 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:45:44,870 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:45:44,870 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:45:44,870 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:45:44,870 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:45:44,870 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:45:44,870 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:45:44 GMT 2018-08-05 12:45:44,870 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:45:44,870 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:45:44,870 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:45:49,876 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:45:49,947 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:45:49,948 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:45:49,948 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:45:49,948 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:45:49,948 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:45:49,948 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:45:49,948 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:45:49,948 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_gqt5rx", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:44.957Z", "message": "Execution done (return_code=2): /tmp/F00MD/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:44.957Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "14d53455-85c1-4ac2-9d3c-7c0384c6ad04"}, {"node_instance_id": "vellum_gqt5rx", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:45.102Z", "message": "Task failed 'script_runner.tasks.run' -> Received an error trying to remove member 2bcea8f17a6c1102: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.9:4000 has no leader\n; error #1: client: etcd member http://192.168.120.3:4000 has no leader\n; error #2: client: endpoint http://192.168.120.32:4000 exceeded header timeout\n; error #3: client: endpoint http://192.168.120.31:4000 exceeded header timeout\n; error #4: client: etcd member http://192.168.120.20:4000 has no leader\n", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": [{"message": "Received an error trying to remove member 2bcea8f17a6c1102: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.9:4000 has no leader\n; error #1: client: etcd member http://192.168.120.3:4000 has no leader\n; error #2: client: endpoint http://192.168.120.32:4000 exceeded header timeout\n; error #3: client: endpoint http://192.168.120.31:4000 exceeded header timeout\n; error #4: client: etcd member http://192.168.120.20: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_a7fgrh/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_a7fgrh/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_a7fgrh/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 2bcea8f17a6c1102: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.9:4000 has no leader\n; error #1: client: etcd member http://192.168.120.3:4000 has no leader\n; error #2: client: endpoint http://192.168.120.32:4000 exceeded header timeout\n; error #3: client: endpoint http://192.168.120.31:4000 exceeded header timeout\n; error #4: client: etcd member http://192.168.120.20:4000 has no leader\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-08-05T12:45:45.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:45.631Z", "message": "Stopping node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:45.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:46.676Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:46.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:46.676Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:46.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}], "metadata": {"pagination": {"total": 430, "offset": 410, "size": 50}}} 2018-08-05 12:45:49,948 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:45:49,949 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:45:49 GMT 2018-08-05 12:45:49,949 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:45:49,949 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4922 2018-08-05 12:45:49,949 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:45:49,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=2): /tmp/F00MD/remove-cluster-node.sh 2018-08-05 12:45:49,949 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Received an error trying to remove member 2bcea8f17a6c1102: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.9:4000 has no leader ; error #1: client: etcd member http://192.168.120.3:4000 has no leader ; error #2: client: endpoint http://192.168.120.32:4000 exceeded header timeout ; error #3: client: endpoint http://192.168.120.31:4000 exceeded header timeout ; error #4: client: etcd member http://192.168.120.20:4000 has no leader 2018-08-05 12:45:49,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:45:49,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-05 12:45:49,950 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-08-05 12:45:49,950 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:45:50,008 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:45:50,008 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:45:50,008 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:45:50,009 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:45:50,009 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:45:50,009 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:45:50,009 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:45:50,009 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:45:50,009 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:45:50,009 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:45:50 GMT 2018-08-05 12:45:50,009 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:45:50,009 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:45:50,009 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:45:55,015 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:45:55,087 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:45:55,087 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:45:55,087 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:45:55,087 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:45:55,087 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:45:55,087 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:45:55,087 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:45:55,087 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:50.797Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:50.797Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:51.682Z", "message": "Stopping agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:51.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:51.682Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:51.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:51.682Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:51.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:51.682Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:51.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:51.682Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:51.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:51.682Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:51.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:52.244Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:52.244Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "bc658a22-50a8-413a-9f64-e9bea468e077"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:53.028Z", "message": "Stopping Agent vellum_host_a7fgrh", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:53.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "bc658a22-50a8-413a-9f64-e9bea468e077"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:53.028Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:53.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "bc658a22-50a8-413a-9f64-e9bea468e077"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:53.028Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:53.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "bc658a22-50a8-413a-9f64-e9bea468e077"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:53.028Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:53.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "bc658a22-50a8-413a-9f64-e9bea468e077"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:53.028Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:53.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "bc658a22-50a8-413a-9f64-e9bea468e077"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:53.028Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:53.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "bc658a22-50a8-413a-9f64-e9bea468e077"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:53.028Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:53.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "bc658a22-50a8-413a-9f64-e9bea468e077"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:53.028Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:53.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "bc658a22-50a8-413a-9f64-e9bea468e077"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:53.028Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:53.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "bc658a22-50a8-413a-9f64-e9bea468e077"}], "metadata": {"pagination": {"total": 447, "offset": 415, "size": 50}}} 2018-08-05 12:45:55,088 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:45:55,088 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:45:55 GMT 2018-08-05 12:45:55,088 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:45:55,088 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9204 2018-08-05 12:45:55,088 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:45:55,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-08-05 12:45:55,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-05 12:45:55,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-05 12:45:55,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-05 12:45:55,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-05 12:45:55,089 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-05 12:45:55,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-05 12:45:55,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:45:55,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent vellum_host_a7fgrh 2018-08-05 12:45:55,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:45:55,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:45:55,090 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:45:55,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:45:55,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:45:55,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:45:55,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:45:55,091 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:45:55,092 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:45:55,149 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:45:55,149 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:45:55,149 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:45:55,149 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:45:55,149 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:45:55,149 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:45:55,149 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:45:55,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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:45:55,150 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:45:55,150 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:45:55 GMT 2018-08-05 12:45:55,150 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:45:55,150 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:45:55,150 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:00,156 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:46:00,238 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:00,238 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:00,238 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:00,238 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:00,238 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:00,238 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:00,239 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:00,239 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:56.911Z", "message": "Stopping...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:56.911Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "bc658a22-50a8-413a-9f64-e9bea468e077"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:57.034Z", "message": "Successfully stopped daemon: vellum_host_a7fgrh\u001b[0m", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:57.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "bc658a22-50a8-413a-9f64-e9bea468e077"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:57.034Z", "message": "Stopping daemon with command: sudo service celeryd-vellum_host_a7fgrh stop", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:57.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "bc658a22-50a8-413a-9f64-e9bea468e077"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:57.135Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:57.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:57.687Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:57.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:57.687Z", "message": "Deleting agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:57.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:57.687Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:57.687Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:58.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:58.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "3ece4a83-931f-410b-8f73-6e206ec15a0f"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:58.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:58.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "3ece4a83-931f-410b-8f73-6e206ec15a0f"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:58.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:58.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "3ece4a83-931f-410b-8f73-6e206ec15a0f"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:58.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:58.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "3ece4a83-931f-410b-8f73-6e206ec15a0f"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:58.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:58.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "3ece4a83-931f-410b-8f73-6e206ec15a0f"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:58.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:58.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "3ece4a83-931f-410b-8f73-6e206ec15a0f"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:58.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:58.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "3ece4a83-931f-410b-8f73-6e206ec15a0f"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:58.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:58.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "3ece4a83-931f-410b-8f73-6e206ec15a0f"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:58.037Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:58.037Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "3ece4a83-931f-410b-8f73-6e206ec15a0f"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:45:59.041Z", "message": "Deleting Agent vellum_host_a7fgrh", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:45:59.041Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "3ece4a83-931f-410b-8f73-6e206ec15a0f"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:00.044Z", "message": "Deleting...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:00.044Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "3ece4a83-931f-410b-8f73-6e206ec15a0f"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:00.044Z", "message": "Successfully deleted daemon: vellum_host_a7fgrh", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:00.044Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "3ece4a83-931f-410b-8f73-6e206ec15a0f"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:00.044Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:00.044Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "3ece4a83-931f-410b-8f73-6e206ec15a0f"}], "metadata": {"pagination": {"total": 467, "offset": 432, "size": 50}}} 2018-08-05 12:46:00,239 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:00,239 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:00 GMT 2018-08-05 12:46:00,239 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:00,239 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10939 2018-08-05 12:46:00,239 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:00,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-08-05 12:46:00,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: vellum_host_a7fgrh 2018-08-05 12:46:00,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-vellum_host_a7fgrh stop 2018-08-05 12:46:00,240 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-08-05 12:46:00,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-05 12:46:00,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-05 12:46:00,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-05 12:46:00,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:46:00,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:46:00,241 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:46:00,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:46:00,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:46:00,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:46:00,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:46:00,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:46:00,242 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:46:00,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent vellum_host_a7fgrh 2018-08-05 12:46:00,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-08-05 12:46:00,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: vellum_host_a7fgrh 2018-08-05 12:46:00,243 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-08-05 12:46:00,243 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:46:00,306 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:00,306 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:00,306 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:00,306 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:00,306 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:00,306 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:00,307 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:00,307 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:46:00,307 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:00,307 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:00 GMT 2018-08-05 12:46:00,307 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:00,307 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:46:00,307 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:05,308 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:46:05,385 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:05,385 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:05,385 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:05,385 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:05,385 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:05,385 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:05,385 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:05,385 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:00.358Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:00.358Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:00.691Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:00.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:00.691Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:00.691Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:02.570Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:02.570Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:03.696Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:03.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:03.696Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:03.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}], "metadata": {"pagination": {"total": 473, "offset": 452, "size": 50}}} 2018-08-05 12:46:05,386 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:05,386 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:05 GMT 2018-08-05 12:46:05,386 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:05,386 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3150 2018-08-05 12:46:05,386 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:05,386 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-08-05 12:46:05,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-05 12:46:05,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-05 12:46:05,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-08-05 12:46:05,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:46:05,387 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:46:05,387 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:46:05,458 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:05,458 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:05,458 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:05,458 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:05,458 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:05,458 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:05,459 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:05,459 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:46:05,459 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:05,459 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:05 GMT 2018-08-05 12:46:05,459 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:05,459 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:46:05,459 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:10,461 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:46:10,530 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:10,531 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:10,531 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:10,531 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:10,531 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:10,531 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:10,531 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:10,531 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:06.888Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:06.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:07.764Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:07.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:07.764Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:07.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}], "metadata": {"pagination": {"total": 476, "offset": 458, "size": 50}}} 2018-08-05 12:46:10,531 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:10,531 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:10 GMT 2018-08-05 12:46:10,531 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:10,532 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1625 2018-08-05 12:46:10,532 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:10,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:46:10,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:46:10,532 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:46:10,533 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:46:10,597 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:10,597 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:10,597 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:10,597 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:10,598 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:10,598 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:10,598 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:10,598 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:46:10,598 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:10,598 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:10 GMT 2018-08-05 12:46:10,598 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:10,598 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:46:10,598 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:15,604 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:46:15,681 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:15,681 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:15,681 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:15,681 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:15,682 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:15,682 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:15,682 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:15,682 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:11.120Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:11.120Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:11.768Z", "message": "Deleting node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:11.768Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:11.768Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:11.768Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:11.768Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:11.768Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:12.346Z", "message": "deleting server", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:12.346Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "b23046d1-8d7d-4b92-aded-32047f97c205"}, {"node_instance_id": "vellum_host_a7fgrh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:14.034Z", "message": "Waiting for server \"e918b5f1-95b0-43d1-a68d-6922ea06a24a\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:14.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "b23046d1-8d7d-4b92-aded-32047f97c205"}], "metadata": {"pagination": {"total": 482, "offset": 461, "size": 50}}} 2018-08-05 12:46:15,682 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:15,682 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:15 GMT 2018-08-05 12:46:15,682 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:15,682 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3178 2018-08-05 12:46:15,682 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:15,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:46:15,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:46:15,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-05 12:46:15,683 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-05 12:46:15,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-05 12:46:15,684 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "e918b5f1-95b0-43d1-a68d-6922ea06a24a" to be deleted. current status: ACTIVE 2018-08-05 12:46:15,684 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:46:15,767 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:15,768 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:15,768 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:15,768 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:15,768 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:15,768 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:15,768 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:15,768 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:46:15,768 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:15,769 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:15 GMT 2018-08-05 12:46:15,769 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:15,769 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:46:15,769 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:20,774 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:46:20,842 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:20,842 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:20,842 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:20,842 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:20,842 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:20,842 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:20,842 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:20,842 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_a7fgrh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:19.399Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:19.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_security_group_0no7yq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:19.774Z", "message": "Stopping node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:19.774Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_security_group_0no7yq", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:20.778Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:20.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_security_group_0no7yq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:20.778Z", "message": "Deleting node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:20.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "vellum_security_group_0no7yq", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:20.778Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:20.778Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}], "metadata": {"pagination": {"total": 487, "offset": 467, "size": 50}}} 2018-08-05 12:46:20,843 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:20,843 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:20 GMT 2018-08-05 12:46:20,843 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:20,843 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2610 2018-08-05 12:46:20,843 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:20,843 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-05 12:46:20,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:46:20,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-05 12:46:20,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:46:20,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-05 12:46:20,844 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:46:20,989 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:20,989 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:20,989 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:20,989 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:20,989 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:20,989 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:20,989 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:20,989 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:46:20,990 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:20,990 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:20 GMT 2018-08-05 12:46:20,990 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:20,990 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:46:20,990 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:25,995 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:46:26,063 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:26,063 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:26,063 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:26,063 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:26,064 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:26,064 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:26,064 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:26,064 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_security_group_0no7yq", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:21.275Z", "message": "deleting security_group", "level": "info", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:21.275Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "84386d76-da3e-475a-8b33-5ff18aa82080"}, {"node_instance_id": "vellum_security_group_0no7yq", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:22.133Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:22.133Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}], "metadata": {"pagination": {"total": 489, "offset": 472, "size": 50}}} 2018-08-05 12:46:26,064 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:26,064 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:26 GMT 2018-08-05 12:46:26,064 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:26,064 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1167 2018-08-05 12:46:26,064 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:26,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-05 12:46:26,065 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-05 12:46:26,065 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:46:26,127 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:26,127 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:26,128 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:26,128 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:26,128 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:26,128 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:26,128 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:26,128 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:46:26,128 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:26,128 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:26 GMT 2018-08-05 12:46:26,129 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:26,129 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:46:26,129 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:31,134 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:46:31,204 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:31,205 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:31,205 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:31,205 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:31,205 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:31,205 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:31,205 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:31,205 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 489, "offset": 474, "size": 50}}} 2018-08-05 12:46:31,205 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:31,205 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:31 GMT 2018-08-05 12:46:31,206 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:31,206 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:46:31,206 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:31,206 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:46:31,262 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:31,262 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:31,262 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:31,262 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:31,262 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:31,263 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:31,263 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:31,263 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:46:31,263 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:31,263 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:31 GMT 2018-08-05 12:46:31,263 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:31,263 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:46:31,263 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:36,269 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:46:36,330 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:36,330 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:36,330 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:36,331 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:36,331 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:36,331 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:36,331 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:36,331 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 489, "offset": 474, "size": 50}}} 2018-08-05 12:46:36,331 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:36,331 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:36 GMT 2018-08-05 12:46:36,331 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:36,331 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:46:36,332 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:36,332 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:46:36,388 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:36,388 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:36,388 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:36,388 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:36,388 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:36,388 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:36,389 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:36,389 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:46:36,389 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:36,389 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:36 GMT 2018-08-05 12:46:36,389 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:36,389 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:46:36,389 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:41,395 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:46:41,461 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:41,461 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:41,461 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:41,462 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:41,462 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:41,462 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:41,462 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:41,462 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:38.463Z", "message": "Execution done (return_code=124): /tmp/ZLP42/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:38.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "de9ebd01-1e75-44c0-9e45-536bf908f7b4"}, {"node_instance_id": "bono_ydi6h4", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:38.664Z", "message": "Task failed 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": [{"message": "", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/bono_host_4c89i6/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_4c89i6/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_4c89i6/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException\n", "type": "ProcessException"}], "reported_timestamp": "2018-08-05T12:46:38.664Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:39.560Z", "message": "Downloaded scripts/bind/bind.py to /tmp/18O0X/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:39.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "59f14639-7ba4-42a8-a780-06eab58b7669"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:39.560Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:39.560Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "59f14639-7ba4-42a8-a780-06eab58b7669"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:39.785Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:39.785Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:39.785Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:39.785Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:40.061Z", "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-05T12:46:40.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "59f14639-7ba4-42a8-a780-06eab58b7669"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:40.061Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:40.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "59f14639-7ba4-42a8-a780-06eab58b7669"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:40.061Z", "message": "[localhost] run: sudo mv /tmp/tmpFQCrwt /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:40.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "59f14639-7ba4-42a8-a780-06eab58b7669"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:40.061Z", "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-05T12:46:40.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "59f14639-7ba4-42a8-a780-06eab58b7669"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:40.061Z", "message": "The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {u'vellum_gqt5rx': {u'public_address': u'', u'private_address': u'192.168.120.3', u'name': u'vellum-gqt5rx'}}, 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.20', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:40.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "59f14639-7ba4-42a8-a780-06eab58b7669"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:40.061Z", "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-05T12:46:40.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "59f14639-7ba4-42a8-a780-06eab58b7669"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:40.061Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:40.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "59f14639-7ba4-42a8-a780-06eab58b7669"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:40.061Z", "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-05T12:46:40.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "59f14639-7ba4-42a8-a780-06eab58b7669"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:40.061Z", "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-05T12:46:40.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "59f14639-7ba4-42a8-a780-06eab58b7669"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:40.061Z", "message": "[localhost] run: sudo mv /tmp/tmpndw4O8 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:40.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "59f14639-7ba4-42a8-a780-06eab58b7669"}, {"node_instance_id": "bono_ydi6h4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:40.789Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:40.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:40.789Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:40.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_ydi6h4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:40.789Z", "message": "Deleting node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:40.789Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:41.225Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/W4DX9/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:41.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6f2e2222-b94b-4604-beb0-531f2cd164df"}], "metadata": {"pagination": {"total": 510, "offset": 474, "size": 50}}} 2018-08-05 12:46:41,462 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:41,462 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:41 GMT 2018-08-05 12:46:41,462 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:41,462 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 11879 2018-08-05 12:46:41,463 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:41,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=124): /tmp/ZLP42/stop-bono.sh 2018-08-05 12:46:41,463 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' 2018-08-05 12:46:41,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/18O0X/bind.py 2018-08-05 12:46:41,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-08-05 12:46:41,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:46:41,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:46:41,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Building a dict object that will contain variables to write to the Jinja2 template. 2018-08-05 12:46:41,464 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-08-05 12:46:41,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpFQCrwt /etc/bind/db.clearwater.local 2018-08-05 12:46:41,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-08-05 12:46:41,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.212', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {u'vellum_gqt5rx': {u'public_address': u'', u'private_address': u'192.168.120.3', u'name': u'vellum-gqt5rx'}}, 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.20', u'hss_hostname': u''}. 2018-08-05 12:46:41,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-08-05 12:46:41,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-08-05 12:46:41,465 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-08-05 12:46:41,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-08-05 12:46:41,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpndw4O8 /etc/bind/db.clearwater.opnfv 2018-08-05 12:46:41,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-08-05 12:46:41,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-08-05 12:46:41,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:46:41,466 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/W4DX9/remove-cluster-node.sh 2018-08-05 12:46:41,467 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:46:41,527 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:41,527 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:41,527 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:41,528 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:41,528 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:41,528 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:41,528 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:41,528 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:46:41,528 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:41,528 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:41 GMT 2018-08-05 12:46:41,528 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:41,528 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:46:41,528 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:46,534 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:46:46,599 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:46,600 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:46,600 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:46,600 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:46,600 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:46,600 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:46,600 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:46,600 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_ydi6h4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:41.793Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:41.793Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:42.066Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:42.066Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6f2e2222-b94b-4604-beb0-531f2cd164df"}, {"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:46:42.066Z", "message": "Executing: /tmp/W4DX9/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:46:42.066Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6f2e2222-b94b-4604-beb0-531f2cd164df"}], "metadata": {"pagination": {"total": 513, "offset": 494, "size": 50}}} 2018-08-05 12:46:46,600 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:46,601 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:46 GMT 2018-08-05 12:46:46,601 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:46,601 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1617 2018-08-05 12:46:46,601 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:46,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-08-05 12:46:46,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-08-05 12:46:46,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/W4DX9/remove-cluster-node.sh 2018-08-05 12:46:46,602 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:46:46,659 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:46,660 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:46,660 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:46,660 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:46,660 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:46,660 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:46,660 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:46,660 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:46:46,660 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:46,661 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:46 GMT 2018-08-05 12:46:46,661 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:46,661 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:46:46,661 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:51,666 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:46:51,737 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:51,737 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:51,737 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:51,737 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:51,737 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:51,737 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:51,737 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:51,737 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 513, "offset": 497, "size": 50}}} 2018-08-05 12:46:51,738 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:51,738 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:51 GMT 2018-08-05 12:46:51,738 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:51,738 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:46:51,738 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:51,738 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:46:51,794 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:51,794 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:51,794 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:51,794 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:51,795 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:51,795 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:51,795 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:51,795 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:46:51,795 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:51,795 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:51 GMT 2018-08-05 12:46:51,795 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:51,795 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:46:51,795 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:56,798 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:46:56,865 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:56,865 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:56,866 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:56,866 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:56,866 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:56,866 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:56,866 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:56,866 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 513, "offset": 497, "size": 50}}} 2018-08-05 12:46:56,866 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:56,866 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:56 GMT 2018-08-05 12:46:56,866 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:56,867 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 12:46:56,867 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:46:56,867 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:46:56,923 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:46:56,923 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:46:56,923 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:46:56,923 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:46:56,923 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:46:56,924 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:46:56,924 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:46:56,924 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:46:56,924 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:46:56,924 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:46:56 GMT 2018-08-05 12:46:56,924 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:46:56,924 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:46:56,924 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:01,930 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:47:02,004 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:02,004 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:02,004 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:02,004 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:02,004 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:02,004 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:02,004 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:02,005 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_ydi6h4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:01.815Z", "message": "Execution done (return_code=2): /tmp/W4DX9/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:01.815Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6f2e2222-b94b-4604-beb0-531f2cd164df"}, {"node_instance_id": "bono_ydi6h4", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:01.923Z", "message": "Task failed 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": [{"message": "", "traceback": "Traceback (most recent call last):\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/cloudify/env/lib/python2.7/site-packages/cloudify/dispatch.py\", line 389, in handle\n File \"/home/ubuntu/bono_host_4c89i6/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_4c89i6/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_4c89i6/env/lib/python2.7/site-packages/script_runner/tasks.py\", line 239, in execute\n stderr_consumer.buffer.getvalue())\nProcessException\n", "type": "ProcessException"}], "reported_timestamp": "2018-08-05T12:47:01.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}], "metadata": {"pagination": {"total": 515, "offset": 497, "size": 50}}} 2018-08-05 12:47:02,005 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:02,005 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:02 GMT 2018-08-05 12:47:02,005 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:02,005 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1948 2018-08-05 12:47:02,005 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:02,005 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=2): /tmp/W4DX9/remove-cluster-node.sh 2018-08-05 12:47:02,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' 2018-08-05 12:47:02,006 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:47:02,065 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:02,065 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:02,066 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:02,066 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:02,066 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:02,066 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:02,066 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:02,066 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:47:02,066 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:02,066 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:02 GMT 2018-08-05 12:47:02,066 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:02,067 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:47:02,067 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:07,072 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:47:07,152 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:07,152 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:07,152 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:07,152 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:07,153 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:07,153 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:07,153 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:07,153 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_eghcph", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:02.801Z", "message": "Stopping node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:02.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:02.801Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:02.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:02.801Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:02.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:02.801Z", "message": "Stopping node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:02.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_node_itc4it", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:02.801Z", "message": "Stopping node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:02.801Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_eghcph", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:03.806Z", "message": "Deleting node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:03.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_node_itc4it", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:03.806Z", "message": "Deleting node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:03.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:04.910Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:04.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:04.910Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:04.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_host_scvoel", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:04.910Z", "message": "Stopping node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:04.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:04.910Z", "message": "Stopping node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:04.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_host_scvoel", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:04.910Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:04.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:04.910Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:04.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:06.098Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:06.098Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:06.916Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:06.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:06.916Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:06.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_host_scvoel", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:06.916Z", "message": "Stopping agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:06.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_host_scvoel", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:06.916Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:06.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:06.916Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:06.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:06.916Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:06.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:06.916Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:06.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}], "metadata": {"pagination": {"total": 536, "offset": 499, "size": 50}}} 2018-08-05 12:47:07,153 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:07,153 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:07 GMT 2018-08-05 12:47:07,153 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:07,153 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10297 2018-08-05 12:47:07,153 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:07,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:47:07,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-05 12:47:07,154 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-08-05 12:47:07,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:47:07,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:47:07,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:47:07,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:47:07,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-08-05 12:47:07,155 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-05 12:47:07,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:47:07,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:47:07,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-08-05 12:47:07,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-08-05 12:47:07,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-08-05 12:47:07,156 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-08-05 12:47:07,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-05 12:47:07,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-05 12:47:07,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-05 12:47:07,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-05 12:47:07,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-05 12:47:07,157 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-05 12:47:07,158 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:47:07,224 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:07,224 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:07,225 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:07,225 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:07,225 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:07,225 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:07,225 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:07,225 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:47:07,225 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:07,225 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:07 GMT 2018-08-05 12:47:07,225 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:07,226 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:47:07,226 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:12,231 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:47:12,295 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:12,295 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:12,295 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:12,295 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:12,296 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:12,296 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:12,296 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:12,296 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:07.588Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:07.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a32b6367-37ea-4946-a570-2e817248f163"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:07.919Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:07.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_host_scvoel", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:07.919Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:07.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:07.919Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:07.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:07.919Z", "message": "Stopping agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:07.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:07.919Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:07.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:07.919Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:07.919Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:08.078Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:08.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a32b6367-37ea-4946-a570-2e817248f163"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:08.078Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:08.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a32b6367-37ea-4946-a570-2e817248f163"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:08.078Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:08.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a32b6367-37ea-4946-a570-2e817248f163"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:08.078Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:08.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "ca8194bf-884b-463c-b9cc-d3f1d5943577"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:08.078Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:08.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "ca8194bf-884b-463c-b9cc-d3f1d5943577"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:08.078Z", "message": "Stopping Agent bind_host_scvoel", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:08.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a32b6367-37ea-4946-a570-2e817248f163"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:08.078Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:08.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a32b6367-37ea-4946-a570-2e817248f163"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:08.078Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:08.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a32b6367-37ea-4946-a570-2e817248f163"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:08.078Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:08.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a32b6367-37ea-4946-a570-2e817248f163"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:08.078Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:08.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a32b6367-37ea-4946-a570-2e817248f163"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:08.078Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:08.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a32b6367-37ea-4946-a570-2e817248f163"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:09.084Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:09.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "ca8194bf-884b-463c-b9cc-d3f1d5943577"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:09.084Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:09.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "ca8194bf-884b-463c-b9cc-d3f1d5943577"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:09.084Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:09.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "ca8194bf-884b-463c-b9cc-d3f1d5943577"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:09.084Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:09.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "ca8194bf-884b-463c-b9cc-d3f1d5943577"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:09.084Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:09.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "ca8194bf-884b-463c-b9cc-d3f1d5943577"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:09.084Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:09.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "ca8194bf-884b-463c-b9cc-d3f1d5943577"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:09.084Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:09.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "ca8194bf-884b-463c-b9cc-d3f1d5943577"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:09.084Z", "message": "Stopping Agent bono_host_4c89i6", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:09.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "ca8194bf-884b-463c-b9cc-d3f1d5943577"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:12.188Z", "message": "Stopping...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:12.188Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a32b6367-37ea-4946-a570-2e817248f163"}], "metadata": {"pagination": {"total": 563, "offset": 520, "size": 50}}} 2018-08-05 12:47:12,296 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:12,296 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:12 GMT 2018-08-05 12:47:12,296 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:12,296 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14644 2018-08-05 12:47:12,297 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:12,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:12,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-05 12:47:12,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-05 12:47:12,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-05 12:47:12,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-05 12:47:12,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-05 12:47:12,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-05 12:47:12,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:12,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:12,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:12,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:12,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:12,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bind_host_scvoel 2018-08-05 12:47:12,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:12,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:12,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:12,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:12,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:12,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:12,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:12,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:12,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:12,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:12,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:12,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:12,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bono_host_4c89i6 2018-08-05 12:47:12,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-08-05 12:47:12,302 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:47:12,373 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:12,373 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:12,374 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:12,374 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:12,374 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:12,374 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:12,374 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:12,374 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:47:12,374 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:12,374 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:12 GMT 2018-08-05 12:47:12,374 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:12,375 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:47:12,375 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:17,380 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:47:17,449 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:17,450 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:17,450 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:17,450 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:17,450 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:17,450 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:17,450 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:17,450 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_scvoel", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:12.399Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:12.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_host_scvoel", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:12.924Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:12.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_host_scvoel", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:12.924Z", "message": "Deleting agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:12.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:12.924Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:12.924Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:13.090Z", "message": "Stopping daemon with command: sudo service celeryd-bono_host_4c89i6 stop", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:13.090Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "ca8194bf-884b-463c-b9cc-d3f1d5943577"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:13.090Z", "message": "Successfully stopped daemon: bono_host_4c89i6\u001b[0m", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:13.090Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "ca8194bf-884b-463c-b9cc-d3f1d5943577"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:13.090Z", "message": "Successfully stopped daemon: bind_host_scvoel\u001b[0m", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:13.090Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a32b6367-37ea-4946-a570-2e817248f163"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:13.090Z", "message": "Stopping...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:13.090Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "ca8194bf-884b-463c-b9cc-d3f1d5943577"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:13.090Z", "message": "Stopping daemon with command: sudo service celeryd-bind_host_scvoel stop", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:13.090Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "a32b6367-37ea-4946-a570-2e817248f163"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:13.964Z", "message": "Deleting agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:13.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:13.964Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:13.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:13.964Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:13.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:13.964Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:13.964Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:14.095Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:14.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "dc2e8021-7f2f-40f4-8448-40f9f2ddebe2"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:14.095Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:14.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d497eea-d653-4f00-b4b1-6ff8d86bc85d"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:14.095Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:14.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "dc2e8021-7f2f-40f4-8448-40f9f2ddebe2"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:14.095Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:14.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "dc2e8021-7f2f-40f4-8448-40f9f2ddebe2"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:14.095Z", "message": "Deleting Agent bono_host_4c89i6", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:14.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "dc2e8021-7f2f-40f4-8448-40f9f2ddebe2"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:14.095Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:14.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d497eea-d653-4f00-b4b1-6ff8d86bc85d"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:14.095Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:14.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "dc2e8021-7f2f-40f4-8448-40f9f2ddebe2"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:14.095Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:14.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "dc2e8021-7f2f-40f4-8448-40f9f2ddebe2"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:14.095Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:14.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d497eea-d653-4f00-b4b1-6ff8d86bc85d"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:14.095Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:14.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d497eea-d653-4f00-b4b1-6ff8d86bc85d"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:14.095Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:14.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d497eea-d653-4f00-b4b1-6ff8d86bc85d"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:14.095Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:14.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d497eea-d653-4f00-b4b1-6ff8d86bc85d"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:14.095Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:14.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d497eea-d653-4f00-b4b1-6ff8d86bc85d"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:14.095Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:14.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d497eea-d653-4f00-b4b1-6ff8d86bc85d"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:14.095Z", "message": "Deleting Agent bind_host_scvoel", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:14.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d497eea-d653-4f00-b4b1-6ff8d86bc85d"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:14.095Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:14.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "dc2e8021-7f2f-40f4-8448-40f9f2ddebe2"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:14.095Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:14.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "dc2e8021-7f2f-40f4-8448-40f9f2ddebe2"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:14.095Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:14.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "dc2e8021-7f2f-40f4-8448-40f9f2ddebe2"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:14.095Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:14.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d497eea-d653-4f00-b4b1-6ff8d86bc85d"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:14.095Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:14.095Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "dc2e8021-7f2f-40f4-8448-40f9f2ddebe2"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:14.969Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:14.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:14.969Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:14.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:14.969Z", "message": "Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5955)", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": [{"message": "timeout after 10 seconds (pid=5955)", "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_88hrl2/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_88hrl2/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_88hrl2/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_88hrl2/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_88hrl2/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=5955)\n", "type": "TimeoutExpired"}], "reported_timestamp": "2018-08-05T12:47:14.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:15.162Z", "message": "Deleting...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:15.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d497eea-d653-4f00-b4b1-6ff8d86bc85d"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:15.985Z", "message": "Stopping agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:15.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:15.985Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:15.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:15.985Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:15.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:15.985Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:15.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:15.985Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:15.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_host_scvoel", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:15.985Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:15.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:15.985Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:15.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:16.100Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:16.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d497eea-d653-4f00-b4b1-6ff8d86bc85d"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:16.100Z", "message": "Successfully deleted daemon: bind_host_scvoel", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:16.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "6d497eea-d653-4f00-b4b1-6ff8d86bc85d"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:16.100Z", "message": "Deleting...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:16.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "dc2e8021-7f2f-40f4-8448-40f9f2ddebe2"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:16.100Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:16.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "dc2e8021-7f2f-40f4-8448-40f9f2ddebe2"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:16.100Z", "message": "Successfully deleted daemon: bono_host_4c89i6", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:16.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "dc2e8021-7f2f-40f4-8448-40f9f2ddebe2"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:16.989Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:16.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}], "metadata": {"pagination": {"total": 625, "offset": 547, "size": 50}}} 2018-08-05 12:47:17,451 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:17,451 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:17 GMT 2018-08-05 12:47:17,451 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:17,451 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27905 2018-08-05 12:47:17,451 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:17,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-08-05 12:47:17,452 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-05 12:47:17,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-05 12:47:17,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-05 12:47:17,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bono_host_4c89i6 stop 2018-08-05 12:47:17,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bono_host_4c89i6 2018-08-05 12:47:17,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bind_host_scvoel 2018-08-05 12:47:17,453 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-08-05 12:47:17,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bind_host_scvoel stop 2018-08-05 12:47:17,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-05 12:47:17,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-05 12:47:17,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-05 12:47:17,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-08-05 12:47:17,454 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:17,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:17,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:17,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:17,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bono_host_4c89i6 2018-08-05 12:47:17,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:17,455 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:17,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:17,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:17,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:17,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:17,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:17,456 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:17,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:17,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bind_host_scvoel 2018-08-05 12:47:17,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:17,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:17,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:17,457 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:17,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:17,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-08-05 12:47:17,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-08-05 12:47:17,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5955) 2018-08-05 12:47:17,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-08-05 12:47:17,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-08-05 12:47:17,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-08-05 12:47:17,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-08-05 12:47:17,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-08-05 12:47:17,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-05 12:47:17,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-05 12:47:17,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-08-05 12:47:17,459 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-08-05 12:47:17,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bind_host_scvoel 2018-08-05 12:47:17,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-08-05 12:47:17,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-08-05 12:47:17,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bono_host_4c89i6 2018-08-05 12:47:17,460 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-05 12:47:17,460 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:47:17,520 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:17,520 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:17,520 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:17,520 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:17,520 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:17,520 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:17,520 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:17,520 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:47:17,521 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:17,521 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:17 GMT 2018-08-05 12:47:17,521 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:17,521 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:47:17,521 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:22,526 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:47:22,597 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:22,597 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:22,597 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:22,597 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:22,597 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:22,597 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:22,597 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:22,598 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_4c89i6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:16.989Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:16.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:16.989Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:16.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:17.187Z", "message": "Stopping Agent proxy_host_88hrl2", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:17.187Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "20e37047-1a0d-493a-8c00-fc5dad2343d7"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:17.187Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:17.187Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "20e37047-1a0d-493a-8c00-fc5dad2343d7"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:17.187Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:17.187Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "20e37047-1a0d-493a-8c00-fc5dad2343d7"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:17.187Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:17.187Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "20e37047-1a0d-493a-8c00-fc5dad2343d7"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:17.187Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:17.187Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "20e37047-1a0d-493a-8c00-fc5dad2343d7"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:17.187Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:17.187Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "20e37047-1a0d-493a-8c00-fc5dad2343d7"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:17.187Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:17.187Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "20e37047-1a0d-493a-8c00-fc5dad2343d7"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:17.187Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:17.187Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "20e37047-1a0d-493a-8c00-fc5dad2343d7"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:17.187Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:17.187Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "20e37047-1a0d-493a-8c00-fc5dad2343d7"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:17.187Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:17.187Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "20e37047-1a0d-493a-8c00-fc5dad2343d7"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:18.273Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:18.273Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:19.061Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:19.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:19.061Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:19.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:19.061Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:19.061Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:20.913Z", "message": "Stopping...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:20.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "20e37047-1a0d-493a-8c00-fc5dad2343d7"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:21.130Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:21.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:21.201Z", "message": "Successfully stopped daemon: proxy_host_88hrl2\u001b[0m", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:21.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "20e37047-1a0d-493a-8c00-fc5dad2343d7"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:21.201Z", "message": "Stopping daemon with command: sudo service celeryd-proxy_host_88hrl2 stop", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:21.201Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "20e37047-1a0d-493a-8c00-fc5dad2343d7"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:22.067Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:22.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:22.067Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:22.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:22.067Z", "message": "Deleting agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:22.067Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:22.206Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:22.206Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "31af63f0-f61e-4e3c-aff6-bfd03d519fd0"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:22.206Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:22.206Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "31af63f0-f61e-4e3c-aff6-bfd03d519fd0"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:22.206Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:22.206Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "31af63f0-f61e-4e3c-aff6-bfd03d519fd0"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:22.206Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:22.206Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "31af63f0-f61e-4e3c-aff6-bfd03d519fd0"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:22.206Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:22.206Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "31af63f0-f61e-4e3c-aff6-bfd03d519fd0"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:22.206Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:22.206Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "31af63f0-f61e-4e3c-aff6-bfd03d519fd0"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:22.206Z", "message": "Deleting Agent proxy_host_88hrl2", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:22.206Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "31af63f0-f61e-4e3c-aff6-bfd03d519fd0"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:22.206Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:22.206Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "31af63f0-f61e-4e3c-aff6-bfd03d519fd0"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:22.206Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:22.206Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "31af63f0-f61e-4e3c-aff6-bfd03d519fd0"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:22.206Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:22.206Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "31af63f0-f61e-4e3c-aff6-bfd03d519fd0"}], "metadata": {"pagination": {"total": 648, "offset": 597, "size": 50}}} 2018-08-05 12:47:22,598 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:22,598 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:22 GMT 2018-08-05 12:47:22,598 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:22,598 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 17868 2018-08-05 12:47:22,598 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:22,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-08-05 12:47:22,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-05 12:47:22,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent proxy_host_88hrl2 2018-08-05 12:47:22,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:22,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:22,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:22,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:22,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:22,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:22,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:22,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:22,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:22,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-08-05 12:47:22,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-08-05 12:47:22,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-08-05 12:47:22,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-08-05 12:47:22,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-08-05 12:47:22,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-08-05 12:47:22,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: proxy_host_88hrl2 2018-08-05 12:47:22,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-proxy_host_88hrl2 stop 2018-08-05 12:47:22,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-08-05 12:47:22,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-08-05 12:47:22,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-08-05 12:47:22,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:22,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:22,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:22,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:22,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:22,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:22,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent proxy_host_88hrl2 2018-08-05 12:47:22,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:22,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:22,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-08-05 12:47:22,605 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:47:22,660 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:22,660 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:22,660 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:22,660 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:22,661 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:22,661 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:22,661 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:22,661 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:47:22,661 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:22,661 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:22 GMT 2018-08-05 12:47:22,661 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:22,661 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:47:22,661 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:27,667 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:47:27,852 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:27,853 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:27,853 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:27,853 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:27,853 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:27,853 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:27,853 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:27,853 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:23.298Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:23.298Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:23.962Z", "message": "Deleting...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:23.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "31af63f0-f61e-4e3c-aff6-bfd03d519fd0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:24.072Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:24.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:24.072Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:24.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:24.072Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:24.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:24.210Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:24.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "31af63f0-f61e-4e3c-aff6-bfd03d519fd0"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:24.210Z", "message": "Successfully deleted daemon: proxy_host_88hrl2", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:24.210Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "31af63f0-f61e-4e3c-aff6-bfd03d519fd0"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:25.087Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:25.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:25.087Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:25.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:25.087Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:25.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:26.467Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:26.467Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:27.092Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:27.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:27.092Z", "message": "Deleting node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:27.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:27.092Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:27.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:27.092Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:27.092Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}], "metadata": {"pagination": {"total": 665, "offset": 630, "size": 50}}} 2018-08-05 12:47:27,853 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:27,853 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:27 GMT 2018-08-05 12:47:27,854 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:27,854 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7758 2018-08-05 12:47:27,854 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:27,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-08-05 12:47:27,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-08-05 12:47:27,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-08-05 12:47:27,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:47:27,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:47:27,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-08-05 12:47:27,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: proxy_host_88hrl2 2018-08-05 12:47:27,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-05 12:47:27,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-08-05 12:47:27,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-05 12:47:27,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-08-05 12:47:27,856 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:47:27,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:47:27,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:47:27,857 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:47:27,857 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:47:27,941 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:27,941 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:27,941 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:27,941 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:27,941 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:27,941 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:27,941 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:27,942 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:47:27,942 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:27,942 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:27 GMT 2018-08-05 12:47:27,942 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:27,942 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:47:27,942 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:32,944 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:47:33,017 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:33,017 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:33,017 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:33,017 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:33,017 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:33,017 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:33,017 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:33,018 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:28.046Z", "message": "deleting server", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:28.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "526f0c16-4e88-49d6-9b8d-ba29540ea2c9"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:28.096Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:28.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:28.096Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:28.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:28.096Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:28.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:28.096Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:28.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:28.096Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:28.096Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:30.066Z", "message": "Waiting for server \"fd5afa54-c819-4487-9995-6ed2b4815434\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:30.066Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "526f0c16-4e88-49d6-9b8d-ba29540ea2c9"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:30.710Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:30.710Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:31.749Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:31.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_host_scvoel", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:31.749Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:31.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:31.749Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:31.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_host_scvoel", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:31.749Z", "message": "Deleting node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:31.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:31.749Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:31.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:31.998Z", "message": "deleting server", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:31.998Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "772120eb-81c1-423d-89b4-04dd2fee1567"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:32.102Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:32.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}], "metadata": {"pagination": {"total": 680, "offset": 645, "size": 50}}} 2018-08-05 12:47:33,018 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:33,018 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:33 GMT 2018-08-05 12:47:33,018 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:33,018 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7768 2018-08-05 12:47:33,018 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:33,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-05 12:47:33,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:47:33,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:47:33,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-05 12:47:33,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-05 12:47:33,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:47:33,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "fd5afa54-c819-4487-9995-6ed2b4815434" to be deleted. current status: ACTIVE 2018-08-05 12:47:33,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:47:33,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:47:33,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-05 12:47:33,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-05 12:47:33,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:47:33,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:47:33,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-05 12:47:33,021 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:47:33,021 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:47:33,080 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:33,081 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:33,081 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:33,081 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:33,081 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:33,081 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:33,081 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:33,081 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:47:33,081 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:33,082 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:33 GMT 2018-08-05 12:47:33,082 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:33,082 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:47:33,082 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:38,087 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:47:38,162 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:38,162 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:38,162 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:38,162 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:38,162 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:38,162 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:38,163 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:38,163 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_scvoel", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:33.449Z", "message": "Waiting for server \"95121c5d-54fe-409e-9f50-14e73fb982b8\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:33.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "772120eb-81c1-423d-89b4-04dd2fee1567"}, {"node_instance_id": "proxy_host_88hrl2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:35.268Z", "message": "Waiting for server \"fd5afa54-c819-4487-9995-6ed2b4815434\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:35.268Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "526f0c16-4e88-49d6-9b8d-ba29540ea2c9"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:35.603Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:35.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:36.127Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:36.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:36.127Z", "message": "Deleting node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:36.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:36.127Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:36.127Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:36.827Z", "message": "deleting server", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:36.827Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "3f309377-e6e3-41d9-855e-85c17b103051"}], "metadata": {"pagination": {"total": 687, "offset": 660, "size": 50}}} 2018-08-05 12:47:38,163 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:38,163 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:38 GMT 2018-08-05 12:47:38,163 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:38,163 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3756 2018-08-05 12:47:38,163 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:38,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "95121c5d-54fe-409e-9f50-14e73fb982b8" to be deleted. current status: SHUTOFF 2018-08-05 12:47:38,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "fd5afa54-c819-4487-9995-6ed2b4815434" to be deleted. current status: ACTIVE 2018-08-05 12:47:38,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-08-05 12:47:38,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-05 12:47:38,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:47:38,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-05 12:47:38,164 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-08-05 12:47:38,165 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:47:38,226 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:38,227 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:38,227 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:38,227 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:38,227 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:38,227 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:38,227 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:38,227 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {"ignore_failure": true}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:47:38,228 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:38,228 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:38 GMT 2018-08-05 12:47:38,228 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:38,228 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:47:38,228 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:43,229 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:47:43,301 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:43,301 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:43,301 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:43,301 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:43,301 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:43,302 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:43,302 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:43,302 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_4c89i6", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:38.453Z", "message": "Waiting for server \"1f7ceaf6-f1fe-4f7b-b276-9a9f3176513f\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:38.453Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "3f309377-e6e3-41d9-855e-85c17b103051"}, {"node_instance_id": "bind_host_scvoel", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:38.825Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:38.825Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_floatingip_hk87aa", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:39.926Z", "message": "Stopping node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:39.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_security_group_ng034x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:39.926Z", "message": "Deleting node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:39.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_security_group_ng034x", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:39.926Z", "message": "Stopping node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:39.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_security_group_ng034x", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:40.132Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:40.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_security_group_ng034x", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:40.132Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:40.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_floatingip_hk87aa", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:40.132Z", "message": "Deleting node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:40.132Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_security_group_ng034x", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:40.889Z", "message": "deleting security_group", "level": "info", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:40.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "4399371c-bb11-44b6-953d-0a4bd5e242bb"}, {"node_instance_id": "bind_floatingip_hk87aa", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:41.136Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:41.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_floatingip_hk87aa", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:41.136Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:41.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "proxy_host_88hrl2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:41.136Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:41.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_floatingip_hk87aa", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:41.247Z", "message": "deleting floatingip", "level": "info", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:41.247Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "1ad3b739-5ccc-4a2d-bf6c-c8ca48255240"}, {"node_instance_id": "bind_security_group_ng034x", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:42.139Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:42.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bind_floatingip_hk87aa", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:43.142Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:43.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}], "metadata": {"pagination": {"total": 702, "offset": 667, "size": 50}}} 2018-08-05 12:47:43,302 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:43,302 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:43 GMT 2018-08-05 12:47:43,302 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:43,302 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7786 2018-08-05 12:47:43,302 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:43,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "1f7ceaf6-f1fe-4f7b-b276-9a9f3176513f" to be deleted. current status: SHUTOFF 2018-08-05 12:47:43,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-05 12:47:43,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:47:43,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:47:43,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:47:43,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-05 12:47:43,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-05 12:47:43,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:47:43,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-05 12:47:43,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-08-05 12:47:43,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-08-05 12:47:43,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-05 12:47:43,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-08-05 12:47:43,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-05 12:47:43,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-08-05 12:47:43,305 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:47:43,362 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:43,362 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:43,363 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:43,363 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:43,363 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:43,363 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:43,363 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:43,363 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:47:43,363 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:43,363 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:43 GMT 2018-08-05 12:47:43,363 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:43,364 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:47:43,364 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:48,369 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:47:48,443 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:48,443 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:48,443 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:48,443 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:48,443 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:48,444 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:48,444 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:48,444 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_floatingip_k3x0ec", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:44.145Z", "message": "Stopping node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:44.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_host_4c89i6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:44.145Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:44.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "keypair_nzxqjf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:44.145Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:44.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "base_security_group_qzmno4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:44.145Z", "message": "Stopping node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:44.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "internal_sip_security_group_eqnqih", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:44.145Z", "message": "Stopping node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:44.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_security_group_8f2rgg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:44.145Z", "message": "Stopping node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:44.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "keypair_nzxqjf", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:45.662Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:45.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "base_security_group_qzmno4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:45.662Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:45.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "base_security_group_qzmno4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:45.662Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:45.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "base_security_group_qzmno4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:45.662Z", "message": "Deleting node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:45.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_security_group_8f2rgg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:45.662Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:45.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_security_group_8f2rgg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:45.662Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:45.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_floatingip_k3x0ec", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:45.662Z", "message": "Deleting node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:45.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_floatingip_k3x0ec", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:45.662Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:45.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "internal_sip_security_group_eqnqih", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:45.662Z", "message": "Deleting node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:45.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "keypair_nzxqjf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:45.662Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:45.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "keypair_nzxqjf", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:45.662Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:45.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_security_group_8f2rgg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:45.662Z", "message": "Deleting node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:45.662Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_security_group_8f2rgg", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:46.442Z", "message": "deleting security_group", "level": "info", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:46.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "ae52d0b7-f060-417b-84c5-658a83e2e3b4"}, {"node_instance_id": "internal_sip_security_group_eqnqih", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:46.715Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:46.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_floatingip_k3x0ec", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:46.715Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:46.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "internal_sip_security_group_eqnqih", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:46.715Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:46.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_floatingip_k3x0ec", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:47.315Z", "message": "deleting floatingip", "level": "info", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:47.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "9f6e8e8e-c6a8-4ba4-b532-8541b8941514"}, {"node_instance_id": "internal_sip_security_group_eqnqih", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:47.315Z", "message": "deleting security_group", "level": "info", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:47.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "8bb94bb1-4a78-4339-a55a-96b48f1843d0"}, {"node_instance_id": "base_security_group_qzmno4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:47.315Z", "message": "deleting security_group", "level": "info", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:47.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "0a01f61c-7da3-44f6-92bf-3efd536e2edf"}, {"node_instance_id": "keypair_nzxqjf", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:47.315Z", "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-05T12:47:47.315Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c", "logger": "1f312e80-0ae6-49f6-8029-a4641a1e6b5d"}, {"node_instance_id": "keypair_nzxqjf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:47.759Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:47.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_security_group_8f2rgg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:47.759Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:47.759Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}], "metadata": {"pagination": {"total": 730, "offset": 682, "size": 50}}} 2018-08-05 12:47:48,444 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:48,444 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:48 GMT 2018-08-05 12:47:48,444 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:48,444 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14263 2018-08-05 12:47:48,444 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:48,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:47:48,445 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-08-05 12:47:48,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:47:48,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:47:48,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:47:48,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-08-05 12:47:48,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-08-05 12:47:48,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-05 12:47:48,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-05 12:47:48,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:47:48,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-05 12:47:48,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-05 12:47:48,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:47:48,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-08-05 12:47:48,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:47:48,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:47:48,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-08-05 12:47:48,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-08-05 12:47:48,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-05 12:47:48,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-05 12:47:48,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-08-05 12:47:48,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-05 12:47:48,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-08-05 12:47:48,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-05 12:47:48,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-08-05 12:47:48,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - not deleting keypair since an external keypair is being used 2018-08-05 12:47:48,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-08-05 12:47:48,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-05 12:47:48,450 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:47:48,505 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:48,506 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:48,506 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:48,506 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:48,506 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:48,506 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:48,506 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:48,506 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:47:48,506 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:48,507 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:48 GMT 2018-08-05 12:47:48,507 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:48,507 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-08-05 12:47:48,507 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:53,512 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/events 2018-08-05 12:47:53,579 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:53,579 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:53,579 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:53,579 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:53,579 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:53,579 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:53,579 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:53,579 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "internal_sip_security_group_eqnqih", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:48.775Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:48.775Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:48.775Z", "message": "'uninstall' workflow execution succeeded", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:48.775Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "base_security_group_qzmno4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:48.775Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:48.775Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}, {"node_instance_id": "bono_floatingip_k3x0ec", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-08-05T12:47:48.775Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T12:47:48.775Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"}], "metadata": {"pagination": {"total": 734, "offset": 710, "size": 50}}} 2018-08-05 12:47:53,580 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:53,580 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:53 GMT 2018-08-05 12:47:53,580 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:53,580 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2150 2018-08-05 12:47:53,580 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:53,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-05 12:47:53,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'uninstall' workflow execution succeeded 2018-08-05 12:47:53,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-05 12:47:53,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-08-05 12:47:53,581 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.202:80/api/v3/executions/8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c 2018-08-05 12:47:53,635 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:53,636 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:53,636 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:53,636 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:53,636 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:53,636 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:53,636 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:53,636 - 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-05T12:43:35.672Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "8aa0700a-e35c-4db7-b4e4-b9eceb6fae7c"} 2018-08-05 12:47:53,636 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:53,636 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:53 GMT 2018-08-05 12:47:53,637 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:53,637 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 378 2018-08-05 12:47:53,637 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:53,637 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.202:80/api/v3/deployments/clearwater-opnfv 2018-08-05 12:47:54,493 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:54,493 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:54,493 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:54,493 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:54,493 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:54,493 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:54,493 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:54,493 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-05 12:47:54,493 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "9fe0b469-c1a8-48a5-b540-c62ab393c864", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "bono_cluster_size": 1, "flavor_id": "e1b3639b-55ce-4b1d-9428-1778aba4a695", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "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"}, "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-05T12:25:03.276Z", "updated_at": "2018-08-05T12:25:03.276Z", "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": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {"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-05 12:47:54,494 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:54,494 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:54 GMT 2018-08-05 12:47:54,494 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:54,494 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-08-05 12:47:54,494 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:54,495 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.202:80/api/v3/blueprints/clearwater-opnfv 2018-08-05 12:47:54,574 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 12:47:54,574 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 12:47:54,574 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 12:47:54,574 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 12:47:54,574 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 12:47:54,575 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 12:47:54,575 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 12:47:54,575 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-05 12:47:54,575 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-08-05T12:24:56.042Z", "updated_at": "2018-08-05T12:24:56.042Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"app_connected_to_bind_ellis": {"name": "app_connected_to_bind_ellis", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind", "app_connected_to_bind_ellis"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "app_connected_to_bind", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/clearwater/ellis/create_number.sh", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "monitors_sprout_nodes": {"name": "monitors_sprout_nodes", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors", "monitors_sprout_nodes"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "clearwater", "description": "snmp community"}, "oids": {"default": {"1.2.826.0.1.1578918.9.3.9.1.3.1": "sprout.Initial.Registration.Successes", "1.2.826.0.1.1578918.9.3.3.1.1.3.1": "sprout.Homestead.Connection.Count", "1.2.826.0.1.1578918.9.3.9.1.2.1": "sprout.Initial.Registration.Attempts", "1.2.826.0.1.1578918.9.3.6.1.2.1": "sprout.Incoming.Requests.Count", "1.2.826.0.1.1578918.9.3.11.1.2.1": "sprout.De.Registration.Attempts", "1.2.826.0.1.1578918.9.3.10.1.2.1": "sprout.Re.Registration.Attempts", "1.2.826.0.1.1578918.9.3.1.1.2": "sprout.Latency.Average", "1.2.826.0.1.1578918.9.3.2.1.1.3.1": "sprout.Homer.Connection.Count", "1.2.826.0.1.1578918.9.3.7.1.2.1": "sprout.Rejected.Overload.Count", "1.2.826.0.1.1578918.9.3.11.1.4.1": "sprout.De.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.4.1": "sprout.Re.Registration.Failures", "1.2.826.0.1.1578918.9.3.8.1.2": "sprout.Queue.Size.Average", "1.2.826.0.1.1578918.9.3.11.1.3.1": "sprout.De.Registration.Successes", "1.2.826.0.1.1578918.9.3.9.1.4.1": "sprout.Initial.Registration.Failures", "1.2.826.0.1.1578918.9.3.10.1.3.1": "sprout.Re.Registration.Successes"}, "description": "snmp oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.monitors", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.monitors": {"name": "cloudify.relationships.monitors", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.relationships.monitors"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py", "inputs": {"port": {"default": 161, "description": "snmp port"}, "community": {"default": "public", "description": "the community"}, "oids": {"description": "the oids to poll"}}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "app_connected_to_bind": {"name": "app_connected_to_bind", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "app_connected_to_bind"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "add_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "scripts/bind/bind.py", "inputs": {"invocation": {"default": {"function": "remove_backend"}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "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.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "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"}, "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": {"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": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {"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-05 12:47:54,577 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 12:47:54,578 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 12:47:54 GMT 2018-08-05 12:47:54,578 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 12:47:54,578 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-08-05 12:47:54,578 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 12:47:54,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-05 12:47:54,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9292/v2/images/9fe0b469-c1a8-48a5-b540-c62ab393c864 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:47:56,286 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-17e766c6-3173-49c9-8354-0767f048f5e2 Date: Sun, 05 Aug 2018 12:47: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-05 12:47:56,286 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/9fe0b469-c1a8-48a5-b540-c62ab393c864 used request id req-17e766c6-3173-49c9-8354-0767f048f5e2 2018-08-05 12:47:56,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.6851170063s 2018-08-05 12:47:56,287 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/9fe0b469-c1a8-48a5-b540-c62ab393c864 used request id req-17e766c6-3173-49c9-8354-0767f048f5e2 2018-08-05 12:47:56,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 12:47:56,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" 2018-08-05 12:47:56,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:47: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-c0d094cb-9647-4f28-804c-9875c0c43036 x-compute-request-id: req-c0d094cb-9647-4f28-804c-9875c0c43036 Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "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": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16"}, {"name": "cloudify_ims-flavor_alt_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/e1b3639b-55ce-4b1d-9428-1778aba4a695", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/e1b3639b-55ce-4b1d-9428-1778aba4a695", "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": "e1b3639b-55ce-4b1d-9428-1778aba4a695"}]} 2018-08-05 12:47:56,501 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-c0d094cb-9647-4f28-804c-9875c0c43036 2018-08-05 12:47:56,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.213842868805s 2018-08-05 12:47:56,502 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-c0d094cb-9647-4f28-804c-9875c0c43036 2018-08-05 12:47:56,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 12:47:56,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/e1b3639b-55ce-4b1d-9428-1778aba4a695 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" 2018-08-05 12:47:56,535 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 12:47: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-91c02d0a-0e41-4491-a5c4-64cab1ce3556 x-compute-request-id: req-91c02d0a-0e41-4491-a5c4-64cab1ce3556 Content-Length: 0 Content-Type: application/json 2018-08-05 12:47:56,536 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/e1b3639b-55ce-4b1d-9428-1778aba4a695 used request id req-91c02d0a-0e41-4491-a5c4-64cab1ce3556 2018-08-05 12:47:56,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0315017700195s 2018-08-05 12:47:56,536 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/e1b3639b-55ce-4b1d-9428-1778aba4a695 used request id req-91c02d0a-0e41-4491-a5c4-64cab1ce3556 2018-08-05 12:47:56,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-05 12:47:56,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/floatingips/9db6b262-9cfc-445f-b4b9-3efee7fd905e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:47:57,921 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-45502937-1a96-4ead-9f60-42cee35e00cc Content-Length: 0 Date: Sun, 05 Aug 2018 12:47:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 12:47:57,921 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/9db6b262-9cfc-445f-b4b9-3efee7fd905e.json used request id req-45502937-1a96-4ead-9f60-42cee35e00cc 2018-08-05 12:47:57,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.3824698925s 2018-08-05 12:47:57,921 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/9db6b262-9cfc-445f-b4b9-3efee7fd905e.json used request id req-45502937-1a96-4ead-9f60-42cee35e00cc 2018-08-05 12:47:57,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 12:47:57,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:47:58,003 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-718bc46b-88f0-4717-a217-8d1fa1af8993 Date: Sun, 05 Aug 2018 12:47:58 GMT RESP BODY: {"floatingips": []} 2018-08-05 12:47:58,003 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-718bc46b-88f0-4717-a217-8d1fa1af8993 2018-08-05 12:47:58,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0770170688629s 2018-08-05 12:47:58,004 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-718bc46b-88f0-4717-a217-8d1fa1af8993 2018-08-05 12:47:58,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-05 12:47:58,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:47:58,306 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 12:47: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-708748cc-8158-472c-80f8-96af61d10252 x-compute-request-id: req-708748cc-8158-472c-80f8-96af61d10252 Content-Type: application/json 2018-08-05 12:47:58,306 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c used request id req-708748cc-8158-472c-80f8-96af61d10252 2018-08-05 12:47:58,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.30144906044s 2018-08-05 12:47:58,306 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c used request id req-708748cc-8158-472c-80f8-96af61d10252 2018-08-05 12:47:58,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:47:58,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:47:58,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:47: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-96c4bcea-4b5d-436e-881f-be23ce273c75 x-compute-request-id: req-96c4bcea-4b5d-436e-881f-be23ce273c75 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:32:ad", "version": 4, "addr": "192.168.120.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f3:32:ad", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/692fae10-f237-471f-a5b1-10c3d1df539c", "rel": "bookmark"}], "image": {"id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "links": [{"href": "http://172.30.9.46:8774/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:23:57.000000", "flavor": {"id": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "links": [{"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "bookmark"}]}, "id": "692fae10-f237-471f-a5b1-10c3d1df539c", "security_groups": [{"name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}], "user_id": "4232666b752f4d1da9953c0ddd296652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:47:58Z", "hostId": "32900a03736c5621ab5d1a2863f700fcfb6f2400b5f64b88dca31591", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "name": "cloudify_ims-vm_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "created": "2018-08-05T12:21:39Z", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:47:58,953 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-96c4bcea-4b5d-436e-881f-be23ce273c75 2018-08-05 12:47:58,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.646510124207s 2018-08-05 12:47:58,954 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-96c4bcea-4b5d-436e-881f-be23ce273c75 2018-08-05 12:47:58,955 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 12:48:00,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:48:00,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:48:01,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9fec670c-71fb-495a-9233-f18500d2ba41 x-compute-request-id: req-9fec670c-71fb-495a-9233-f18500d2ba41 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-05 12:48:01,037 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9fec670c-71fb-495a-9233-f18500d2ba41 2018-08-05 12:48:01,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0806920528412s 2018-08-05 12:48:01,037 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9fec670c-71fb-495a-9233-f18500d2ba41 2018-08-05 12:48:01,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 12:48:01,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:48:01,097 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-9cad04b6-95ae-4a74-a8d1-3d4e9f20edd3 Date: Sun, 05 Aug 2018 12:48:01 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:20:06Z", "updated_at": "2018-08-05T12:24:53Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "84dc99a9-0b37-4441-b05e-949dbcdc0dbf", "remote_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "8ce4f04f-9d80-4878-88cb-b3c59de66756", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "aca7ec80-d61c-48b8-93cd-9f7077869d56", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:20:06Z", "revision_number": 0, "id": "d80d01b8-d5e3-478a-9b92-2a18e6a67e73", "remote_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "remote_ip_prefix": null, "created_at": "2018-08-05T12:20:06Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T12:24:53Z", "revision_number": 0, "id": "f956c6ac-657b-489f-a65c-dcb86c045444", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:24:53Z", "security_group_id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}], "revision_number": 2, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "1df9cc8b-b394-4e19-9ee6-c71d8d9cc890", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:21:36Z", "updated_at": "2018-08-05T12:21:37Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "63cb0675-61d5-499e-a5c1-900f924e0916", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "7582bb68-93f5-4d7f-ac96-deadbe318a44", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "a7366b46-77b1-48d5-a2a2-ae475890bb7c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": 22, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-05T12:21:37Z", "revision_number": 0, "id": "b5d9f95e-3205-4740-8213-0e2637ae9853", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:37Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-05T12:21:37Z", "revision_number": 0, "id": "e9cf2957-cb7c-4dad-8b3a-b41fff730ab3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:37Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": 80, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T12:21:36Z", "revision_number": 0, "id": "f1e83046-0491-4612-9cdd-962cd57e1682", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:36Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": null, "ethertype": "IPv6", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-05T12:21:37Z", "revision_number": 0, "id": "f3103e55-4b43-4d83-a68c-ec6c6db48b97", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:37Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": 443, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-05T12:21:37Z", "revision_number": 0, "id": "f5d01acb-155e-422b-bbe9-92d5b9cb4dd4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T12:21:37Z", "security_group_id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "aff4b846b8874780bb6d947c1cceafa2"}], "revision_number": 7, "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "3f9eedee-dfdb-481a-80e5-36c3847601ba", "name": "cloudify_ims-sg_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}]} 2018-08-05 12:48:01,097 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-9cad04b6-95ae-4a74-a8d1-3d4e9f20edd3 2018-08-05 12:48:01,097 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0568239688873s 2018-08-05 12:48:01,098 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-9cad04b6-95ae-4a74-a8d1-3d4e9f20edd3 2018-08-05 12:48:01,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-05 12:48:01,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/security-groups/3f9eedee-dfdb-481a-80e5-36c3847601ba.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:48:01,254 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c6253a10-cdc1-4978-a5ba-5f3150f71215 Content-Length: 0 Date: Sun, 05 Aug 2018 12:48:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 12:48:01,255 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/security-groups/3f9eedee-dfdb-481a-80e5-36c3847601ba.json used request id req-c6253a10-cdc1-4978-a5ba-5f3150f71215 2018-08-05 12:48:01,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.154125928879s 2018-08-05 12:48:01,255 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/security-groups/3f9eedee-dfdb-481a-80e5-36c3847601ba.json used request id req-c6253a10-cdc1-4978-a5ba-5f3150f71215 2018-08-05 12:48:01,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-05 12:48:01,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/os-keypairs/cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:48:01,292 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 12:48: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-a6ab8e74-7cdb-4c83-b11a-176988d829b3 x-compute-request-id: req-a6ab8e74-7cdb-4c83-b11a-176988d829b3 Content-Length: 0 Content-Type: application/json 2018-08-05 12:48:01,293 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/os-keypairs/cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5 used request id req-a6ab8e74-7cdb-4c83-b11a-176988d829b3 2018-08-05 12:48:01,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0372200012207s 2018-08-05 12:48:01,293 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/os-keypairs/cloudify_ims-kp_032c9ae8-a20e-4fec-911d-6eefaa7d69a5 used request id req-a6ab8e74-7cdb-4c83-b11a-176988d829b3 2018-08-05 12:48:01,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-05 12:48:01,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/75e94da1-befd-4efd-b637-548e1720dafc/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" -d '{"subnet_id": "5307b3e1-82c4-4364-8f55-72acba1da0f6"}' 2018-08-05 12:48:03,343 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ab56314e-6c5b-45f9-be1d-33f3e3c51e45 Date: Sun, 05 Aug 2018 12:48:03 GMT RESP BODY: {"network_id": "e748becf-661b-4e3d-b67c-0b38924ea00a", "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "subnet_id": "5307b3e1-82c4-4364-8f55-72acba1da0f6", "subnet_ids": ["5307b3e1-82c4-4364-8f55-72acba1da0f6"], "port_id": "f7db9b0e-bb57-41c2-81bc-d894d99a9d6b", "id": "75e94da1-befd-4efd-b637-548e1720dafc"} 2018-08-05 12:48:03,343 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/75e94da1-befd-4efd-b637-548e1720dafc/remove_router_interface.json used request id req-ab56314e-6c5b-45f9-be1d-33f3e3c51e45 2018-08-05 12:48:03,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.04949903488s 2018-08-05 12:48:03,343 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/75e94da1-befd-4efd-b637-548e1720dafc/remove_router_interface.json used request id req-ab56314e-6c5b-45f9-be1d-33f3e3c51e45 returning object 75e94da1-befd-4efd-b637-548e1720dafc 2018-08-05 12:48:03,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-05 12:48:03,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:48:03,482 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-fc89714c-ad91-4912-81e0-8c8880d1c425 Date: Sun, 05 Aug 2018 12:48:03 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.206"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "aff4b846b8874780bb6d947c1cceafa2", "created_at": "2018-08-05T12:20:08Z", "admin_state_up": true, "updated_at": "2018-08-05T12:48:02Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "aff4b846b8874780bb6d947c1cceafa2", "id": "75e94da1-befd-4efd-b637-548e1720dafc", "name": "cloudify_ims-router_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}]} 2018-08-05 12:48:03,482 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-fc89714c-ad91-4912-81e0-8c8880d1c425 2018-08-05 12:48:03,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.138478040695s 2018-08-05 12:48:03,483 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-fc89714c-ad91-4912-81e0-8c8880d1c425 2018-08-05 12:48:03,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-05 12:48:03,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/routers/75e94da1-befd-4efd-b637-548e1720dafc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:48:04,805 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bab5a417-3a32-42fb-87f7-03e8b01851b9 Content-Length: 0 Date: Sun, 05 Aug 2018 12:48:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 12:48:04,806 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/75e94da1-befd-4efd-b637-548e1720dafc.json used request id req-bab5a417-3a32-42fb-87f7-03e8b01851b9 2018-08-05 12:48:04,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.32149386406s 2018-08-05 12:48:04,806 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/75e94da1-befd-4efd-b637-548e1720dafc.json used request id req-bab5a417-3a32-42fb-87f7-03e8b01851b9 2018-08-05 12:48:04,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 12:48:04,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:48:04,855 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-401db000-8093-4323-ab55-c0c189fb6593 Date: Sun, 05 Aug 2018 12:48:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e748becf-661b-4e3d-b67c-0b38924ea00a","tenant_id":"aff4b846b8874780bb6d947c1cceafa2","created_at":"2018-08-05T12:20:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T12:20:07Z","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":"aff4b846b8874780bb6d947c1cceafa2","id":"5307b3e1-82c4-4364-8f55-72acba1da0f6","subnetpool_id":null,"name":"cloudify_ims-subnet_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}]} 2018-08-05 12:48:04,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-401db000-8093-4323-ab55-c0c189fb6593 2018-08-05 12:48:04,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.048712015152s 2018-08-05 12:48:04,856 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-401db000-8093-4323-ab55-c0c189fb6593 2018-08-05 12:48:04,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-05 12:48:04,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/subnets/5307b3e1-82c4-4364-8f55-72acba1da0f6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:48:06,098 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-466e90d1-9718-44f9-a1a2-4bcb2bf345a1 Date: Sun, 05 Aug 2018 12:48:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 12:48:06,098 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/5307b3e1-82c4-4364-8f55-72acba1da0f6.json used request id req-466e90d1-9718-44f9-a1a2-4bcb2bf345a1 2018-08-05 12:48:06,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.24103283882s 2018-08-05 12:48:06,098 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/5307b3e1-82c4-4364-8f55-72acba1da0f6.json used request id req-466e90d1-9718-44f9-a1a2-4bcb2bf345a1 2018-08-05 12:48:06,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 12:48:06,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:48:06,237 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-60322a12-f82f-4f99-ba42-fc478ee74c58 Date: Sun, 05 Aug 2018 12:48:06 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"e748becf-661b-4e3d-b67c-0b38924ea00a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"aff4b846b8874780bb6d947c1cceafa2","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T12:48:05Z","qos_policy_id":null,"name":"cloudify_ims-net_032c9ae8-a20e-4fec-911d-6eefaa7d69a5","admin_state_up":true,"tenant_id":"aff4b846b8874780bb6d947c1cceafa2","created_at":"2018-08-05T12:20:06Z","mtu":1450}]} 2018-08-05 12:48:06,237 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-60322a12-f82f-4f99-ba42-fc478ee74c58 2018-08-05 12:48:06,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.138474941254s 2018-08-05 12:48:06,238 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-60322a12-f82f-4f99-ba42-fc478ee74c58 2018-08-05 12:48:06,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-05 12:48:06,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/networks/e748becf-661b-4e3d-b67c-0b38924ea00a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:48:07,454 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9e29dc9d-dbc3-47d0-a101-1c3892723fe9 Date: Sun, 05 Aug 2018 12:48:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 12:48:07,454 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/e748becf-661b-4e3d-b67c-0b38924ea00a.json used request id req-9e29dc9d-dbc3-47d0-a101-1c3892723fe9 2018-08-05 12:48:07,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.21496105194s 2018-08-05 12:48:07,454 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/e748becf-661b-4e3d-b67c-0b38924ea00a.json used request id req-9e29dc9d-dbc3-47d0-a101-1c3892723fe9 2018-08-05 12:48:07,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:48:07,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:48:07,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-3b50b83e-ddd0-4827-a9e0-e9afa39c3f48 Date: Sun, 05 Aug 2018 12:48:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8/snap", "metadata": {}}], "file": "/v2/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8/file", "owner": "aff4b846b8874780bb6d947c1cceafa2", "id": "aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "size": 4373348352, "self": "/v2/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-05T12:21:35Z", "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-05T12:20:35Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:48:07,743 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-3b50b83e-ddd0-4827-a9e0-e9afa39c3f48 2018-08-05 12:48:07,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.285228967667s 2018-08-05 12:48:07,744 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-3b50b83e-ddd0-4827-a9e0-e9afa39c3f48 2018-08-05 12:48:07,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-05 12:48:07,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9292/v2/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d9a26a2d26b1e56d49b0503f445b288b39e09d9d" 2018-08-05 12:48:08,633 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6482546d-c72b-4745-9ad4-ba07f5889d43 Date: Sun, 05 Aug 2018 12:48: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-05 12:48:08,633 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8 used request id req-6482546d-c72b-4745-9ad4-ba07f5889d43 2018-08-05 12:48:08,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.88770699501s 2018-08-05 12:48:08,634 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/aac3fff0-9d36-4730-8eb0-db5ee38ef0e8 used request id req-6482546d-c72b-4745-9ad4-ba07f5889d43 2018-08-05 12:48:08,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 12:48:08,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" 2018-08-05 12:48:08,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48: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-650b2b0c-e11f-4c0e-94dc-3a36067e9c7f x-compute-request-id: req-650b2b0c-e11f-4c0e-94dc-3a36067e9c7f Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16", "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": "2f51662c-f655-4cf0-ae7a-5eb1d05e4c16"}]} 2018-08-05 12:48:08,661 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-650b2b0c-e11f-4c0e-94dc-3a36067e9c7f 2018-08-05 12:48:08,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0268750190735s 2018-08-05 12:48:08,661 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-650b2b0c-e11f-4c0e-94dc-3a36067e9c7f 2018-08-05 12:48:08,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 12:48:08,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" 2018-08-05 12:48:08,704 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 12:48: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-24a788f5-e56c-437d-a653-5c5ca402a486 x-compute-request-id: req-24a788f5-e56c-437d-a653-5c5ca402a486 Content-Length: 0 Content-Type: application/json 2018-08-05 12:48:08,704 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16 used request id req-24a788f5-e56c-437d-a653-5c5ca402a486 2018-08-05 12:48:08,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0415890216827s 2018-08-05 12:48:08,705 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/2f51662c-f655-4cf0-ae7a-5eb1d05e4c16 used request id req-24a788f5-e56c-437d-a653-5c5ca402a486 2018-08-05 12:48:08,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 12:48:08,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" 2018-08-05 12:48:08,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17167052-980c-483d-ab55-593a5f8ce336 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "links": {"self": "http://172.30.9.46:5000/v3/users/4232666b752f4d1da9953c0ddd296652"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4232666b752f4d1da9953c0ddd296652", "domain_id": "default", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 12:48:08,822 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-17167052-980c-483d-ab55-593a5f8ce336 2018-08-05 12:48:08,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117373943329s 2018-08-05 12:48:08,823 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-17167052-980c-483d-ab55-593a5f8ce336 2018-08-05 12:48:08,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 12:48:08,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/users/4232666b752f4d1da9953c0ddd296652 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" 2018-08-05 12:48:08,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2f18f06-c971-4d3c-baa1-1de6d39193c4 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_032c9ae8-a20e-4fec-911d-6eefaa7d69a5", "links": {"self": "http://172.30.9.46:5000/v3/users/4232666b752f4d1da9953c0ddd296652"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "4232666b752f4d1da9953c0ddd296652", "description": null}} 2018-08-05 12:48:08,936 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/4232666b752f4d1da9953c0ddd296652 used request id req-d2f18f06-c971-4d3c-baa1-1de6d39193c4 2018-08-05 12:48:08,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.106873035431s 2018-08-05 12:48:08,936 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/4232666b752f4d1da9953c0ddd296652 used request id req-d2f18f06-c971-4d3c-baa1-1de6d39193c4 2018-08-05 12:48:08,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-05 12:48:08,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/users/4232666b752f4d1da9953c0ddd296652 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" 2018-08-05 12:48:09,177 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 12:48:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ae331b0-b18b-4d91-8936-6e27d9ced074 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 12:48:09,178 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/4232666b752f4d1da9953c0ddd296652 used request id req-9ae331b0-b18b-4d91-8936-6e27d9ced074 2018-08-05 12:48:09,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.240946054459s 2018-08-05 12:48:09,178 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/4232666b752f4d1da9953c0ddd296652 used request id req-9ae331b0-b18b-4d91-8936-6e27d9ced074 2018-08-05 12:48:09,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 12:48:09,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" 2018-08-05 12:48:09,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf5657ed-3ca7-4047-bf1a-4c9ac2c3b8d3 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.46:5000/v3/projects/aff4b846b8874780bb6d947c1cceafa2"}, "tags": [], "enabled": true, "id": "aff4b846b8874780bb6d947c1cceafa2", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_032c9ae8-a20e-4fec-911d-6eefaa7d69a5"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-05 12:48:09,290 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-bf5657ed-3ca7-4047-bf1a-4c9ac2c3b8d3 2018-08-05 12:48:09,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.105357885361s 2018-08-05 12:48:09,290 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-bf5657ed-3ca7-4047-bf1a-4c9ac2c3b8d3 2018-08-05 12:48:09,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-05 12:48:09,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/projects/aff4b846b8874780bb6d947c1cceafa2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}26b8555ce00aa6e141bfdcd186fdd8486a971184" 2018-08-05 12:48:09,445 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 12:48:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3074fc21-0d42-45ba-a811-116210442dc1 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 12:48:09,445 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/aff4b846b8874780bb6d947c1cceafa2 used request id req-3074fc21-0d42-45ba-a811-116210442dc1 2018-08-05 12:48:09,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.150553941727s 2018-08-05 12:48:09,445 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/aff4b846b8874780bb6d947c1cceafa2 used request id req-3074fc21-0d42-45ba-a811-116210442dc1 2018-08-05 12:48:09,472 - xtesting.ci.run_tests - INFO - Loading test case 'heat_ims'... 2018-08-05 12:48:09,496 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 12:48:09,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 12:48:09,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 12:48:09,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 12:48:09,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 12:48:09,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 12:48:09,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 12:48:09,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 12:48:09,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 12:48:09,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 12:48:09,497 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 12:48:09,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 12:48:09,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 12:48:09,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 12:48:09,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 12:48:09,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 12:48:09,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 12:48:09,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 12:48:09,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 12:48:09,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 12:48:09,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 12:48:09,498 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 12:48:09,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 12:48:09,506 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9d1275f-c65d-4180-b897-fd810dedf559 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 12:48:09,506 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-c9d1275f-c65d-4180-b897-fd810dedf559 2018-08-05 12:48:09,506 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 12:48:09,903 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T13:48:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["qrwi9cUdR56nhxMou_Kh4g"], "issued_at": "2018-08-05T12:48:09.000000Z"}} 2018-08-05 12:48:09,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 12:48:09,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 12:48:10,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-d88acd23-0abf-434f-b9bd-a9b6647f09d2 Date: Sun, 05 Aug 2018 12:48:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 12:48:10,177 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d88acd23-0abf-434f-b9bd-a9b6647f09d2 2018-08-05 12:48:10,177 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.270868062973s 2018-08-05 12:48:10,178 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d88acd23-0abf-434f-b9bd-a9b6647f09d2 2018-08-05 12:48:10,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 12:48:10,187 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 12:48:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e6456373-deec-41d9-af87-e7561589c47c 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.46:5000/v3/", "rel": "self"}]}]}} 2018-08-05 12:48:10,187 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/ used request id req-e6456373-deec-41d9-af87-e7561589c47c 2018-08-05 12:48:10,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 12:48:10,191 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 12:48:10,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff487663-4a61-4106-9f00-9d4dcb27dc7d Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.46:5000/v3/domains/2e9dbdb0714844c8959b763da4d86693"}, "tags": [], "enabled": true, "id": "2e9dbdb0714844c8959b763da4d86693", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.46:5000/v3/domains", "previous": null, "next": null}} 2018-08-05 12:48:10,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-ff487663-4a61-4106-9f00-9d4dcb27dc7d 2018-08-05 12:48:10,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0957112312317s 2018-08-05 12:48:10,284 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-ff487663-4a61-4106-9f00-9d4dcb27dc7d 2018-08-05 12:48:10,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-05 12:48:10,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" -d '{"project": {"description": "Created by OPNFV Functest: heat_ims", "enabled": true, "domain_id": "default", "name": "heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc"}}' 2018-08-05 12:48:10,423 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 12:48:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-36349abc-c72f-4b87-942c-d6a8bb79d006 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.46:5000/v3/projects/f92d54a84ff74968a809ea5edb06f90f"}, "tags": [], "enabled": true, "id": "f92d54a84ff74968a809ea5edb06f90f", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc"}} 2018-08-05 12:48:10,424 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-36349abc-c72f-4b87-942c-d6a8bb79d006 2018-08-05 12:48:10,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.133262872696s 2018-08-05 12:48:10,424 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-36349abc-c72f-4b87-942c-d6a8bb79d006 2018-08-05 12:48:10,425 - 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'f92d54a84ff74968a809ea5edb06f90f', '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_850972b1-2b56-4dba-a4ce-81e2f809e9dc'}) 2018-08-05 12:48:10,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-05 12:48:10,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "ace4651b-93b1-478d-91eb-d31f5c4c1ba2", "email": null, "name": "heat_ims-user_850972b1-2b56-4dba-a4ce-81e2f809e9dc"}}' 2018-08-05 12:48:10,795 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 12:48:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d85842d4-c6ab-4ccd-b7fe-26fced83649f Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "links": {"self": "http://172.30.9.46:5000/v3/users/d2e1cfdecef6481da976b60b2989b3cd"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d2e1cfdecef6481da976b60b2989b3cd", "domain_id": "default", "password_expires_at": null}} 2018-08-05 12:48:10,795 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-d85842d4-c6ab-4ccd-b7fe-26fced83649f 2018-08-05 12:48:10,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.363907814026s 2018-08-05 12:48:10,795 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-d85842d4-c6ab-4ccd-b7fe-26fced83649f 2018-08-05 12:48:10,796 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd2e1cfdecef6481da976b60b2989b3cd', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'heat_ims-user_850972b1-2b56-4dba-a4ce-81e2f809e9dc'}) 2018-08-05 12:48:10,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 12:48:10,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 12:48:10,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59c4805f-bf5e-4fbb-9ca4-3383c79ffc77 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 12:48:10,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-59c4805f-bf5e-4fbb-9ca4-3383c79ffc77 2018-08-05 12:48:10,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0944001674652s 2018-08-05 12:48:10,894 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-59c4805f-bf5e-4fbb-9ca4-3383c79ffc77 2018-08-05 12:48:10,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 12:48:10,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 12:48:10,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2664ed51-d5da-4939-9efa-3ee7a4e3b01e Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 12:48:10,993 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-2664ed51-d5da-4939-9efa-3ee7a4e3b01e 2018-08-05 12:48:10,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0944650173187s 2018-08-05 12:48:10,994 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-2664ed51-d5da-4939-9efa-3ee7a4e3b01e 2018-08-05 12:48:10,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 12:48:11,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 12:48:11,086 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e1c22c1-f225-482d-a2a6-b8793cfe485f Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 12:48:11,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-4e1c22c1-f225-482d-a2a6-b8793cfe485f 2018-08-05 12:48:11,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0879170894623s 2018-08-05 12:48:11,087 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-4e1c22c1-f225-482d-a2a6-b8793cfe485f 2018-08-05 12:48:11,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 12:48:11,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 12:48:11,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d65c08f-d8c7-49b0-9db1-4bfc9e37e55a Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-05 12:48:11,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-6d65c08f-d8c7-49b0-9db1-4bfc9e37e55a 2018-08-05 12:48:11,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.100883960724s 2018-08-05 12:48:11,193 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-6d65c08f-d8c7-49b0-9db1-4bfc9e37e55a 2018-08-05 12:48:11,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 12:48:11,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 12:48:11,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6e98ad8d-d96b-46ab-aeff-8a3a63fb8a23 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_ims-user_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "links": {"self": "http://172.30.9.46:5000/v3/users/d2e1cfdecef6481da976b60b2989b3cd"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d2e1cfdecef6481da976b60b2989b3cd", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 12:48:11,303 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-6e98ad8d-d96b-46ab-aeff-8a3a63fb8a23 2018-08-05 12:48:11,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109853982925s 2018-08-05 12:48:11,304 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-6e98ad8d-d96b-46ab-aeff-8a3a63fb8a23 2018-08-05 12:48:11,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 12:48:11,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 12:48:11,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e0abbd4-9910-4835-8df3-06a90506a41c Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.46:5000/v3/projects/f92d54a84ff74968a809ea5edb06f90f"}, "tags": [], "enabled": true, "id": "f92d54a84ff74968a809ea5edb06f90f", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-05 12:48:11,416 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-7e0abbd4-9910-4835-8df3-06a90506a41c 2018-08-05 12:48:11,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.100489854813s 2018-08-05 12:48:11,416 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-7e0abbd4-9910-4835-8df3-06a90506a41c 2018-08-05 12:48:11,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-05 12:48:11,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:5000/v3/role_assignments?user.id=d2e1cfdecef6481da976b60b2989b3cd&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=f92d54a84ff74968a809ea5edb06f90f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 12:48:11,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed33f2ce-ae0d-4fc5-b32f-38a205f8ad8d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.46:5000/v3/role_assignments?user.id=d2e1cfdecef6481da976b60b2989b3cd&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=f92d54a84ff74968a809ea5edb06f90f", "previous": null, "next": null}} 2018-08-05 12:48:11,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=d2e1cfdecef6481da976b60b2989b3cd&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=f92d54a84ff74968a809ea5edb06f90f used request id req-ed33f2ce-ae0d-4fc5-b32f-38a205f8ad8d 2018-08-05 12:48:11,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0901310443878s 2018-08-05 12:48:11,514 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=d2e1cfdecef6481da976b60b2989b3cd&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=f92d54a84ff74968a809ea5edb06f90f used request id req-ed33f2ce-ae0d-4fc5-b32f-38a205f8ad8d 2018-08-05 12:48:11,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-05 12:48:11,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:5000/v3/projects/f92d54a84ff74968a809ea5edb06f90f/users/d2e1cfdecef6481da976b60b2989b3cd/roles/6f5c235bf8f846e2ab7d21fb711e4f6d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 12:48:11,653 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 12:48:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f24bfff9-d476-4fe2-864c-e8624a4ae43f Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 12:48:11,654 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/f92d54a84ff74968a809ea5edb06f90f/users/d2e1cfdecef6481da976b60b2989b3cd/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-f24bfff9-d476-4fe2-864c-e8624a4ae43f 2018-08-05 12:48:11,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.136066913605s 2018-08-05 12:48:11,654 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/f92d54a84ff74968a809ea5edb06f90f/users/d2e1cfdecef6481da976b60b2989b3cd/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-f24bfff9-d476-4fe2-864c-e8624a4ae43f 2018-08-05 12:48:11,655 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 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'f92d54a84ff74968a809ea5edb06f90f', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'ace4651b-93b1-478d-91eb-d31f5c4c1ba2', 'username': u'heat_ims-user_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.46: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-05 12:48:11,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 12:48:11,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 12:48:11,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 12:48:11,656 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 12:48:11,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 12:48:11,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 12:48:11,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 12:48:11,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 12:48:11,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 12:48:11,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 12:48:11,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 12:48:11,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 12:48:11,657 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 12:48:11,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 12:48:11,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 12:48:11,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 12:48:11,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 12:48:11,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 12:48:11,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 12:48:11,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 12:48:11,658 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 12:48:11,659 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 12:48:11,660 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'heat_ims-user_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'password': 'ace4651b-93b1-478d-91eb-d31f5c4c1ba2', 'project_name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.46:5000/v3', 'project_id': 'f92d54a84ff74968a809ea5edb06f90f', 'project_domain_name': 'Default'} 2018-08-05 12:48:11,691 - 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-05 12:48:11,692 - xtesting.ci.run_tests - INFO - Running test case 'heat_ims'... 2018-08-05 12:48:11,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 12:48:11,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 12:48:11,793 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b4ecf4d-e6f7-46dc-b61e-401a2ba312bf Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.46:5000/v3/projects/f92d54a84ff74968a809ea5edb06f90f"}, "tags": [], "enabled": true, "id": "f92d54a84ff74968a809ea5edb06f90f", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc"}]} 2018-08-05 12:48:11,793 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-8b4ecf4d-e6f7-46dc-b61e-401a2ba312bf 2018-08-05 12:48:11,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0963268280029s 2018-08-05 12:48:11,793 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-8b4ecf4d-e6f7-46dc-b61e-401a2ba312bf 2018-08-05 12:48:11,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-08-05 12:48:11,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/quotas/f92d54a84ff74968a809ea5edb06f90f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-08-05 12:48:11,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-c6767c23-77fb-491e-b595-e49ea8edbd70 Date: Sun, 05 Aug 2018 12:48:11 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-05 12:48:11,857 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/quotas/f92d54a84ff74968a809ea5edb06f90f.json used request id req-c6767c23-77fb-491e-b595-e49ea8edbd70 2018-08-05 12:48:11,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.0615930557251s 2018-08-05 12:48:11,857 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/quotas/f92d54a84ff74968a809ea5edb06f90f.json used request id req-c6767c23-77fb-491e-b595-e49ea8edbd70 2018-08-05 12:48:11,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 12:48:11,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 12:48:11,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e549c93-e121-46bc-bebc-fe9e0bc5e7e1 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 12:48:11,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-5e549c93-e121-46bc-bebc-fe9e0bc5e7e1 2018-08-05 12:48:11,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0967531204224s 2018-08-05 12:48:11,958 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-5e549c93-e121-46bc-bebc-fe9e0bc5e7e1 2018-08-05 12:48:11,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-05 12:48:11,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-05 12:48:12,066 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 12:48:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d74fbb1-ece9-429e-adc4-6ead339f9b62 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "bfcf6283e6a8483cbe61597dc0cae476", "links": {"self": "http://172.30.9.46:5000/v3/roles/bfcf6283e6a8483cbe61597dc0cae476"}, "name": "heat_stack_owner"}} 2018-08-05 12:48:12,067 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/roles used request id req-2d74fbb1-ece9-429e-adc4-6ead339f9b62 2018-08-05 12:48:12,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.103677988052s 2018-08-05 12:48:12,067 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/roles used request id req-2d74fbb1-ece9-429e-adc4-6ead339f9b62 2018-08-05 12:48:12,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 12:48:12,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 12:48:12,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc14855b-7850-488c-bf76-baec27a8668d Content-Encoding: gzip Content-Length: 408 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bfcf6283e6a8483cbe61597dc0cae476", "links": {"self": "http://172.30.9.46:5000/v3/roles/bfcf6283e6a8483cbe61597dc0cae476"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 12:48:12,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-fc14855b-7850-488c-bf76-baec27a8668d 2018-08-05 12:48:12,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0968518257141s 2018-08-05 12:48:12,168 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-fc14855b-7850-488c-bf76-baec27a8668d 2018-08-05 12:48:12,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 12:48:12,176 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 12:48:12,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-272bbe94-4fdf-4b3d-b468-c239f59617b7 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-05 12:48:12,270 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-272bbe94-4fdf-4b3d-b468-c239f59617b7 2018-08-05 12:48:12,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0975730419159s 2018-08-05 12:48:12,270 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-272bbe94-4fdf-4b3d-b468-c239f59617b7 2018-08-05 12:48:12,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 12:48:12,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 12:48:12,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b7f3df7-1def-4b94-b22f-77c5a7c7afd7 Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_ims-user_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "links": {"self": "http://172.30.9.46:5000/v3/users/d2e1cfdecef6481da976b60b2989b3cd"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d2e1cfdecef6481da976b60b2989b3cd", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 12:48:12,381 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-1b7f3df7-1def-4b94-b22f-77c5a7c7afd7 2018-08-05 12:48:12,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.109935998917s 2018-08-05 12:48:12,382 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-1b7f3df7-1def-4b94-b22f-77c5a7c7afd7 2018-08-05 12:48:12,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 12:48:12,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 12:48:12,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01131024-e8f7-45e6-ae88-62082f4c8a21 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.46:5000/v3/projects/f92d54a84ff74968a809ea5edb06f90f"}, "tags": [], "enabled": true, "id": "f92d54a84ff74968a809ea5edb06f90f", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-05 12:48:12,490 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-01131024-e8f7-45e6-ae88-62082f4c8a21 2018-08-05 12:48:12,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0972211360931s 2018-08-05 12:48:12,491 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-01131024-e8f7-45e6-ae88-62082f4c8a21 2018-08-05 12:48:12,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-05 12:48:12,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:5000/v3/role_assignments?user.id=d2e1cfdecef6481da976b60b2989b3cd&role.id=bfcf6283e6a8483cbe61597dc0cae476&scope.project.id=f92d54a84ff74968a809ea5edb06f90f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 12:48:12,591 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18d33a4d-b563-4489-9bec-9bdb544598da Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.46:5000/v3/role_assignments?user.id=d2e1cfdecef6481da976b60b2989b3cd&role.id=bfcf6283e6a8483cbe61597dc0cae476&scope.project.id=f92d54a84ff74968a809ea5edb06f90f", "previous": null, "next": null}} 2018-08-05 12:48:12,591 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=d2e1cfdecef6481da976b60b2989b3cd&role.id=bfcf6283e6a8483cbe61597dc0cae476&scope.project.id=f92d54a84ff74968a809ea5edb06f90f used request id req-18d33a4d-b563-4489-9bec-9bdb544598da 2018-08-05 12:48:12,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0930519104004s 2018-08-05 12:48:12,592 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=d2e1cfdecef6481da976b60b2989b3cd&role.id=bfcf6283e6a8483cbe61597dc0cae476&scope.project.id=f92d54a84ff74968a809ea5edb06f90f used request id req-18d33a4d-b563-4489-9bec-9bdb544598da 2018-08-05 12:48:12,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-05 12:48:12,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:5000/v3/projects/f92d54a84ff74968a809ea5edb06f90f/users/d2e1cfdecef6481da976b60b2989b3cd/roles/bfcf6283e6a8483cbe61597dc0cae476 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 12:48:12,726 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 12:48:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c40d8fed-1de4-45b2-aa4b-0d68554c2439 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 12:48:12,726 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/f92d54a84ff74968a809ea5edb06f90f/users/d2e1cfdecef6481da976b60b2989b3cd/roles/bfcf6283e6a8483cbe61597dc0cae476 used request id req-c40d8fed-1de4-45b2-aa4b-0d68554c2439 2018-08-05 12:48:12,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.130719900131s 2018-08-05 12:48:12,726 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/f92d54a84ff74968a809ea5edb06f90f/users/d2e1cfdecef6481da976b60b2989b3cd/roles/bfcf6283e6a8483cbe61597dc0cae476 used request id req-c40d8fed-1de4-45b2-aa4b-0d68554c2439 2018-08-05 12:48:12,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-05 12:48:12,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 12:48:12,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1efe0380-6d29-4086-893a-1c477c408266 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 12:48:12,734 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-1efe0380-6d29-4086-893a-1c477c408266 2018-08-05 12:48:12,735 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 12:48:13,123 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "bfcf6283e6a8483cbe61597dc0cae476", "name": "heat_stack_owner"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}], "expires_at": "2018-08-05T13:48:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f92d54a84ff74968a809ea5edb06f90f", "name": "heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_f92d54a84ff74968a809ea5edb06f90f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_f92d54a84ff74968a809ea5edb06f90f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/f92d54a84ff74968a809ea5edb06f90f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/f92d54a84ff74968a809ea5edb06f90f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/f92d54a84ff74968a809ea5edb06f90f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/f92d54a84ff74968a809ea5edb06f90f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/f92d54a84ff74968a809ea5edb06f90f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/f92d54a84ff74968a809ea5edb06f90f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/f92d54a84ff74968a809ea5edb06f90f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/f92d54a84ff74968a809ea5edb06f90f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/f92d54a84ff74968a809ea5edb06f90f", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/f92d54a84ff74968a809ea5edb06f90f", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/f92d54a84ff74968a809ea5edb06f90f", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "heat_ims-user_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "id": "d2e1cfdecef6481da976b60b2989b3cd"}, "audit_ids": ["HMy16v8BSNefc4yDWndnlg"], "issued_at": "2018-08-05T12:48:13.000000Z"}} 2018-08-05 12:48:13,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"keypair": {"name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc"}}' 2018-08-05 12:48:13,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48: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-b4fa1613-d788-46cf-8440-ab107466323a x-compute-request-id: req-b4fa1613-d788-46cf-8440-ab107466323a Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhENBNsJc3BZ858pkfCWhIyddK3QqjPQHOs5AixnbUNcFEdiqaap1zm9ijKeP/PIeZcsaetMViNy28Y+X53bkQ4N9eF8cggyuwGOvUeNksrHMfQqBMic1zO1YQ4Vnk2SJ7Nwui0KI5PApFnr5nVr+o/EC9uMgEIMWk79xvD3DXHK6bSFGeGDENU+FIP3LdDLTC0ooS0jtGkYWVzk+bgrh0mkcm/I5XgA21QTuq0NsaWLkZUih/+z7uOzcG4ACaMWm7oXnyO23abCyCTdl0yw3P9wZmhGMdGxssZ3ObJ0UHE9P+WXELUwGj5A/OtzOovZrZo9puzwQZIZigZcx/0rvT Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA4RDQTbCXNwWfOfKZHwloSMnXSt0Koz0BzrOQIsZ21DXBRHYq\nmmqdc5vYoynj/zyHmXLGnrTFYjctvGPl+d25EODfXhfHIIMrsBjr1HjZLKxzH0Kg\nTInNcztWEOFZ5NkiezcLotCiOTwKRZ6+Z1a/qPxAvbjIBCDFpO/cbw9w1xyum0hR\nnhgxDVPhSD9y3Qy0wtKKEtI7RpGFlc5Pm4K4dJpHJvyOV4ANtUE7qtDbGli5GVIo\nf/s+7js3BuAAmjFpu6F58jtt2mwsgk3ZdMsNz/cGZoRjHRsbLGdzmydFBxPT/llx\nC1MBo+QPzrczqL2a2aPabs8EGSGYoGXMf9K70wIDAQABAoIBAEqOVVLHIvCZLiv2\nD39WkHM8WdN08ecteIHOvfqnIAogXIufUXGhy9LWV6eFYv/UP183xFAithhZCw+T\nUEW7i2jp9VSoL9C3YyuMteLGvbqszd4XJh70r1hy2Ynx/ONwgpmqnHItBvBK0WRK\nt+xnskn6dj/jDG9Bo/eFddJcnRbEzIjJJppf/1g8PqzIEJAoCbuToirbiYlTPGvk\nyNQtq28dto1X6MGuNadfDg3zvq9acbt+3x6dJLi/5mC/2AgKeeB8gFLnKu713Bfw\neUyIF+MM76v8w8GCl4gDT8jo9CzwVelvQZUi7I99+tvCOeXCATQMvEUkMlHqG6rf\nij4WEZECgYEA9VOuyTgQQYzPOD9fP7uuVO/frp4VpE4PYXIi9G4lqSiGI/ODi6DB\nOl9OlChbI4E8Y/9ErJp0/QIhStx0SswpDdnptOJoWgieSDqffK/qu0PjxOEdbFQS\nke4ZAABS77/3UFeByqDT1Y9EFEaPBzck6Jwmei2IzuKDGnTORDEhQYcCgYEA6tt4\n/qD1lz/bV8btZAQ8XjmRgdUgV/4KmVAcOACwtyHlzLUhQT0jEE3lwsixtNNra0Vk\nZ+dcYYCBaut/QHREeXfAlJrC8rrxQTOm5TY/8vMIEZymhlvobTICa6GEucTOUxiG\ncJHsLd42EIAyS4bw1yXcFX8U1ITvacJG4w++tlUCgYEAjbro0asoCRa2aMKD3qgp\nETz7tz/xNNk8HYn5E8nGzDFzPbXjm3kl6PlCxmmCLcLuBr9lB2q8h6cBYOR38vZ8\nCVqJoEzlCI7OEuB7X2eqbsHMBuQfQYRYriImI1AMmiIHWU0U2OGNQGXiaOxSmVKM\nai48NH21+f/2ygQNXmwb0GUCgYAXFd+818GMToCXDjzDeg8dC/eblYGKZLRSAafk\ncVztg219Q8izCvlpXt7Y2LVvGuESOE34UKuqAeG2ytNFWKhqcDUD5nqHNY0FZbhg\nC4cZsH34jTdpOZuNMD9AqS3MvOWzEVQVuKJIl/EkihVniyodW+FYU5eOlEqcULZ7\nF08dyQKBgDp4YUSaZ+vt9Q4t3r9SRZh6LDkYnjAc5TlK07h9SEsyXU084vCDciYZ\nBT0bjxmR6U3YUIrCgwOnJvV3zTxyRqmIUyXIgSRTJtbK0WcMfV6uHVGbLtsXwDtu\nyHTEKJuLvdYSA2InM9U8WS/IaSO2Z3EzWbnwrRaXaOIXhu46eZJp\n-----END RSA PRIVATE KEY-----\n", "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "fingerprint": "31:52:89:23:33:05:fd:ee:47:16:6f:46:7e:17:e3:0a"}} 2018-08-05 12:48:13,584 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/os-keypairs used request id req-b4fa1613-d788-46cf-8440-ab107466323a 2018-08-05 12:48:13,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.856379032135s 2018-08-05 12:48:13,584 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/os-keypairs used request id req-b4fa1613-d788-46cf-8440-ab107466323a 2018-08-05 12:48:13,585 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhENBNsJc3BZ858pkfCWhIyddK3QqjPQHOs5AixnbUNcFEdiqaap1zm9ijKeP/PIeZcsaetMViNy28Y+X53bkQ4N9eF8cggyuwGOvUeNksrHMfQqBMic1zO1YQ4Vnk2SJ7Nwui0KI5PApFnr5nVr+o/EC9uMgEIMWk79xvD3DXHK6bSFGeGDENU+FIP3LdDLTC0ooS0jtGkYWVzk+bgrh0mkcm/I5XgA21QTuq0NsaWLkZUih/+z7uOzcG4ACaMWm7oXnyO23abCyCTdl0yw3P9wZmhGMdGxssZ3ObJ0UHE9P+WXELUwGj5A/OtzOovZrZo9puzwQZIZigZcx/0rvT Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA4RDQTbCXNwWfOfKZHwloSMnXSt0Koz0BzrOQIsZ21DXBRHYq\nmmqdc5vYoynj/zyHmXLGnrTFYjctvGPl+d25EODfXhfHIIMrsBjr1HjZLKxzH0Kg\nTInNcztWEOFZ5NkiezcLotCiOTwKRZ6+Z1a/qPxAvbjIBCDFpO/cbw9w1xyum0hR\nnhgxDVPhSD9y3Qy0wtKKEtI7RpGFlc5Pm4K4dJpHJvyOV4ANtUE7qtDbGli5GVIo\nf/s+7js3BuAAmjFpu6F58jtt2mwsgk3ZdMsNz/cGZoRjHRsbLGdzmydFBxPT/llx\nC1MBo+QPzrczqL2a2aPabs8EGSGYoGXMf9K70wIDAQABAoIBAEqOVVLHIvCZLiv2\nD39WkHM8WdN08ecteIHOvfqnIAogXIufUXGhy9LWV6eFYv/UP183xFAithhZCw+T\nUEW7i2jp9VSoL9C3YyuMteLGvbqszd4XJh70r1hy2Ynx/ONwgpmqnHItBvBK0WRK\nt+xnskn6dj/jDG9Bo/eFddJcnRbEzIjJJppf/1g8PqzIEJAoCbuToirbiYlTPGvk\nyNQtq28dto1X6MGuNadfDg3zvq9acbt+3x6dJLi/5mC/2AgKeeB8gFLnKu713Bfw\neUyIF+MM76v8w8GCl4gDT8jo9CzwVelvQZUi7I99+tvCOeXCATQMvEUkMlHqG6rf\nij4WEZECgYEA9VOuyTgQQYzPOD9fP7uuVO/frp4VpE4PYXIi9G4lqSiGI/ODi6DB\nOl9OlChbI4E8Y/9ErJp0/QIhStx0SswpDdnptOJoWgieSDqffK/qu0PjxOEdbFQS\nke4ZAABS77/3UFeByqDT1Y9EFEaPBzck6Jwmei2IzuKDGnTORDEhQYcCgYEA6tt4\n/qD1lz/bV8btZAQ8XjmRgdUgV/4KmVAcOACwtyHlzLUhQT0jEE3lwsixtNNra0Vk\nZ+dcYYCBaut/QHREeXfAlJrC8rrxQTOm5TY/8vMIEZymhlvobTICa6GEucTOUxiG\ncJHsLd42EIAyS4bw1yXcFX8U1ITvacJG4w++tlUCgYEAjbro0asoCRa2aMKD3qgp\nETz7tz/xNNk8HYn5E8nGzDFzPbXjm3kl6PlCxmmCLcLuBr9lB2q8h6cBYOR38vZ8\nCVqJoEzlCI7OEuB7X2eqbsHMBuQfQYRYriImI1AMmiIHWU0U2OGNQGXiaOxSmVKM\nai48NH21+f/2ygQNXmwb0GUCgYAXFd+818GMToCXDjzDeg8dC/eblYGKZLRSAafk\ncVztg219Q8izCvlpXt7Y2LVvGuESOE34UKuqAeG2ytNFWKhqcDUD5nqHNY0FZbhg\nC4cZsH34jTdpOZuNMD9AqS3MvOWzEVQVuKJIl/EkihVniyodW+FYU5eOlEqcULZ7\nF08dyQKBgDp4YUSaZ+vt9Q4t3r9SRZh6LDkYnjAc5TlK07h9SEsyXU084vCDciYZ\nBT0bjxmR6U3YUIrCgwOnJvV3zTxyRqmIUyXIgSRTJtbK0WcMfV6uHVGbLtsXwDtu\nyHTEKJuLvdYSA2InM9U8WS/IaSO2Z3EzWbnwrRaXaOIXhu46eZJp\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'd2e1cfdecef6481da976b60b2989b3cd', 'name': u'heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'created_at': '2018-08-05T12:48:13.585359', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'31:52:89:23:33:05:fd:ee:47:16:6f:46:7e:17:e3:0a', 'type': 'ssh', 'id': u'heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc'}) 2018-08-05 12:48:13,585 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-05 12:48:15,072 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:81360220b4382d4b91eef0ebaf46a661 sha256:c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e 2018-08-05 12:48:15,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 12:48:15,077 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 05 Aug 2018 12:48:15 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}]} 2018-08-05 12:48:15,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:48:15,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:48:15,283 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f28a8e11-de5d-4d89-a3d4-b9251008f8ec Date: Sun, 05 Aug 2018 12:48:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:48:15,283 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-f28a8e11-de5d-4d89-a3d4-b9251008f8ec 2018-08-05 12:48:15,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.201272010803s 2018-08-05 12:48:15,284 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-f28a8e11-de5d-4d89-a3d4-b9251008f8ec 2018-08-05 12:48:15,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 12:48:15,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "owner_specified.shade.object": "images/heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc"}' 2018-08-05 12:48:15,333 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-bd92c36a-48a6-4ba7-a857-d25ab3db2456 Date: Sun, 05 Aug 2018 12:48:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/file", "owner": "f92d54a84ff74968a809ea5edb06f90f", "id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "size": null, "self": "/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-05T12:48:15Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "checksum": null, "created_at": "2018-08-05T12:48:15Z", "protected": false} 2018-08-05 12:48:15,333 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-bd92c36a-48a6-4ba7-a857-d25ab3db2456 2018-08-05 12:48:15,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0410850048065s 2018-08-05 12:48:15,333 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-bd92c36a-48a6-4ba7-a857-d25ab3db2456 returning object e921ae72-d99b-4997-bde8-b0472e8f4a92 2018-08-05 12:48:15,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 12:48:15,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '' 2018-08-05 12:48:20,192 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fc73c03f-3cd0-4ad6-a096-3cdb6a506413 Date: Sun, 05 Aug 2018 12:48: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-05 12:48:20,192 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/file used request id req-fc73c03f-3cd0-4ad6-a096-3cdb6a506413 2018-08-05 12:48:20,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.85818505287s 2018-08-05 12:48:20,192 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/file used request id req-fc73c03f-3cd0-4ad6-a096-3cdb6a506413 2018-08-05 12:48:20,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:48:20,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:48:20,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-6d21e2ab-64d5-47ed-be4b-acd9ac8eb773 Date: Sun, 05 Aug 2018 12:48:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/snap", "metadata": {}}], "file": "/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/file", "owner": "f92d54a84ff74968a809ea5edb06f90f", "id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "size": 263062016, "self": "/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-05T12:48:20Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-05T12:48:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:48:20,231 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-6d21e2ab-64d5-47ed-be4b-acd9ac8eb773 2018-08-05 12:48:20,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0351660251617s 2018-08-05 12:48:20,232 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-6d21e2ab-64d5-47ed-be4b-acd9ac8eb773 2018-08-05 12:48:20,234 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/file', 'owner': u'f92d54a84ff74968a809ea5edb06f90f', 'id': u'e921ae72-d99b-4997-bde8-b0472e8f4a92', 'size': 263062016, u'self': u'/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T12:48:20Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-05T12:48:20Z', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', 'properties': {u'self': u'/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'owner_specified.shade.object': u'images/heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'schema': u'/v2/schemas/image'}, 'name': u'heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'created': u'2018-08-05T12:48:15Z', 'checksum': u'81360220b4382d4b91eef0ebaf46a661', 'created_at': u'2018-08-05T12:48:15Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'owner_specified.shade.object': u'images/heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'schema': u'/v2/schemas/image'}}) 2018-08-05 12:48:20,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 12:48:20,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 25, "id": null, "swap": 0}}' 2018-08-05 12:48:20,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48: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-b4015aff-ccb2-4959-8058-b8fb3bafa10d x-compute-request-id: req-b4015aff-ccb2-4959-8058-b8fb3bafa10d Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "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": "b6e46162-643b-4e42-8dbd-42b8dd598739"}} 2018-08-05 12:48:20,477 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-b4015aff-ccb2-4959-8058-b8fb3bafa10d 2018-08-05 12:48:20,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.242151021957s 2018-08-05 12:48:20,477 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-b4015aff-ccb2-4959-8058-b8fb3bafa10d 2018-08-05 12:48:20,478 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'd5650b30963342b58320b9e3073d7ddf', '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'b6e46162-643b-4e42-8dbd-42b8dd598739', 'swap': 0}) 2018-08-05 12:48:20,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 12:48:20,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" -d '{"extra_specs": {}}' 2018-08-05 12:48:20,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48: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-2d144f83-b9ff-4c5c-9e7b-3d797c59645d x-compute-request-id: req-2d144f83-b9ff-4c5c-9e7b-3d797c59645d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 12:48:20,501 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739/os-extra_specs used request id req-2d144f83-b9ff-4c5c-9e7b-3d797c59645d 2018-08-05 12:48:20,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0224289894104s 2018-08-05 12:48:20,501 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739/os-extra_specs used request id req-2d144f83-b9ff-4c5c-9e7b-3d797c59645d 2018-08-05 12:48:20,502 - functest.opnfv_tests.vnf.ims.heat_ims - INFO - Create Heat Stack 2018-08-05 12:48:21,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.POST.stacks 2018-08-05 12:48:21,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "public_sig_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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-05 12:48:26,979 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 12:48:21 GMT Server: Apache x-openstack-request-id: req-923e7a20-b06f-4d68-a4b0-7649b72ee4a6 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173 Content-Length: 217 Content-Type: application/json RESP BODY: {"stack": {"id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}]}} 2018-08-05 12:48:26,979 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks used request id req-923e7a20-b06f-4d68-a4b0-7649b72ee4a6 2018-08-05 12:48:26,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.POST.stacks in 5.70897102356s 2018-08-05 12:48:26,979 - shade.request_ids - DEBUG - POST call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks used request id req-923e7a20-b06f-4d68-a4b0-7649b72ee4a6 2018-08-05 12:48:26,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:48:26,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:48:27,194 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:48:26 GMT Server: Apache x-openstack-request-id: req-daa8af63-c799-486b-a30d-40e39d5e0bdd Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/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-05 12:48:27,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:27 GMT Server: Apache x-openstack-request-id: req-00782c95-ca3d-472f-9454-40e1b332f0a7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 429 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/clearwater-opnfv/events/02e18945-fc64-402a-bc45-c506ecb7885f", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE started", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "id": "02e18945-fc64-402a-bc45-c506ecb7885f"}, {"resource_name": "mgmt_network", "event_time": "2018-08-05T12:48:27Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/mgmt_network/events/944b02b9-31de-49cb-8edc-31864afcc2bc", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-mgmt_network-46qrp5e32bfy", "id": "944b02b9-31de-49cb-8edc-31864afcc2bc"}]} 2018-08-05 12:48:27,825 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?sort_dir=asc&sort_dir=asc used request id req-00782c95-ca3d-472f-9454-40e1b332f0a7 2018-08-05 12:48:27,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.845473051071s 2018-08-05 12:48:27,826 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?sort_dir=asc&sort_dir=asc used request id req-00782c95-ca3d-472f-9454-40e1b332f0a7 2018-08-05 12:48:32,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:48:32,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=944b02b9-31de-49cb-8edc-31864afcc2bc&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:48:33,053 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:48:32 GMT Server: Apache x-openstack-request-id: req-3c9d58b3-ca0e-49eb-a84e-a13ba24815d7 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=944b02b9-31de-49cb-8edc-31864afcc2bc&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-05 12:48:33,268 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:33 GMT Server: Apache x-openstack-request-id: req-84e2107a-9b3a-4a6d-b2e7-b8d878c4f4d3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 443 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sig_network", "event_time": "2018-08-05T12:48:28Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/sig_network/events/769aec10-93ce-4b7a-ba36-da6ce626f562", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sig_network-3dnluqo27ikj", "id": "769aec10-93ce-4b7a-ba36-da6ce626f562"}, {"resource_name": "security_groups", "event_time": "2018-08-05T12:48:29Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/security_groups/events/61f3457b-cac2-4065-b691-662d143d4398", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-security_groups-fxw7ays5wh3z", "id": "61f3457b-cac2-4065-b691-662d143d4398"}]} 2018-08-05 12:48:33,268 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=944b02b9-31de-49cb-8edc-31864afcc2bc&sort_dir=asc&marker=944b02b9-31de-49cb-8edc-31864afcc2bc&sort_dir=asc used request id req-84e2107a-9b3a-4a6d-b2e7-b8d878c4f4d3 2018-08-05 12:48:33,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.436251878738s 2018-08-05 12:48:33,269 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=944b02b9-31de-49cb-8edc-31864afcc2bc&sort_dir=asc&marker=944b02b9-31de-49cb-8edc-31864afcc2bc&sort_dir=asc used request id req-84e2107a-9b3a-4a6d-b2e7-b8d878c4f4d3 2018-08-05 12:48:38,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:48:38,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=61f3457b-cac2-4065-b691-662d143d4398&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:48:38,306 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:48:38 GMT Server: Apache x-openstack-request-id: req-f5eecc63-18a8-4118-abbb-7b7b736c3aac Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=61f3457b-cac2-4065-b691-662d143d4398&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-05 12:48:38,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:38 GMT Server: Apache x-openstack-request-id: req-eac171c6-6147-4a7e-ac0e-4fc73a318abf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 446 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sig_network", "event_time": "2018-08-05T12:48:38Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/sig_network/events/586de306-f9bc-4f86-a322-b99054eee29d", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "a794a140-0bd3-4246-b2e2-cb502dab9079", "id": "586de306-f9bc-4f86-a322-b99054eee29d"}, {"resource_name": "mgmt_network", "event_time": "2018-08-05T12:48:38Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/mgmt_network/events/1f1a9387-82db-43cc-8727-47969f24ad37", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "8251b9ad-edcc-453e-8592-4f9a1cbade13", "id": "1f1a9387-82db-43cc-8727-47969f24ad37"}]} 2018-08-05 12:48:38,529 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=61f3457b-cac2-4065-b691-662d143d4398&sort_dir=asc&marker=61f3457b-cac2-4065-b691-662d143d4398&sort_dir=asc used request id req-eac171c6-6147-4a7e-ac0e-4fc73a318abf 2018-08-05 12:48:38,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.253669977188s 2018-08-05 12:48:38,529 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=61f3457b-cac2-4065-b691-662d143d4398&sort_dir=asc&marker=61f3457b-cac2-4065-b691-662d143d4398&sort_dir=asc used request id req-eac171c6-6147-4a7e-ac0e-4fc73a318abf 2018-08-05 12:48:43,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:48:43,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=1f1a9387-82db-43cc-8727-47969f24ad37&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:48:43,565 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:48:43 GMT Server: Apache x-openstack-request-id: req-dfa13a8b-ff6f-4324-bb15-06ef4d8acbaa Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=1f1a9387-82db-43cc-8727-47969f24ad37&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-05 12:48:43,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:43 GMT Server: Apache x-openstack-request-id: req-61b7746a-e3ef-4a27-bee5-0ddf1eb0766b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "security_groups", "event_time": "2018-08-05T12:48:41Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/security_groups/events/feb51d22-4281-461e-9ef0-84a147d5a13a", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "bcf78320-5616-437f-a940-71b385e12802", "id": "feb51d22-4281-461e-9ef0-84a147d5a13a"}, {"resource_name": "dns", "event_time": "2018-08-05T12:48:42Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/dns/events/f9ae0f8e-f638-4784-963e-1b177db0faf8", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dns-yyr3favvfk5u", "id": "f9ae0f8e-f638-4784-963e-1b177db0faf8"}]} 2018-08-05 12:48:43,780 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=1f1a9387-82db-43cc-8727-47969f24ad37&sort_dir=asc&marker=1f1a9387-82db-43cc-8727-47969f24ad37&sort_dir=asc used request id req-61b7746a-e3ef-4a27-bee5-0ddf1eb0766b 2018-08-05 12:48:43,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.244277954102s 2018-08-05 12:48:43,780 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=1f1a9387-82db-43cc-8727-47969f24ad37&sort_dir=asc&marker=1f1a9387-82db-43cc-8727-47969f24ad37&sort_dir=asc used request id req-61b7746a-e3ef-4a27-bee5-0ddf1eb0766b 2018-08-05 12:48:48,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:48:48,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:48:48,816 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:48:48 GMT Server: Apache x-openstack-request-id: req-fb6c4c2b-093b-4e94-9736-d92300e75c8c Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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-05 12:48:49,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:48 GMT Server: Apache x-openstack-request-id: req-7a0324be-33c8-40bf-9753-c5143e603067 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:48:49,041 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-7a0324be-33c8-40bf-9753-c5143e603067 2018-08-05 12:48:49,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.254400014877s 2018-08-05 12:48:49,041 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-7a0324be-33c8-40bf-9753-c5143e603067 2018-08-05 12:48:54,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:48:54,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:48:54,301 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:48:54 GMT Server: Apache x-openstack-request-id: req-3ba190a5-efc4-4f7c-b33e-18da7a81503f Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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-05 12:48:54,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:54 GMT Server: Apache x-openstack-request-id: req-f91c2e5e-7472-4f0a-9cf7-d63ab326e73b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:48:54,344 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-f91c2e5e-7472-4f0a-9cf7-d63ab326e73b 2018-08-05 12:48:54,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.297148942947s 2018-08-05 12:48:54,344 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-f91c2e5e-7472-4f0a-9cf7-d63ab326e73b 2018-08-05 12:48:54,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:48:54,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:48:54,375 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:48:54 GMT Server: Apache x-openstack-request-id: req-02536291-9d83-4dbd-8101-cb95debd013a Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:48:54,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:48:54 GMT Server: Apache x-openstack-request-id: req-150785ac-914a-4268-b726-633bfa30a62c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:48:54,624 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-150785ac-914a-4268-b726-633bfa30a62c 2018-08-05 12:48:54,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.279216051102s 2018-08-05 12:48:54,625 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-150785ac-914a-4268-b726-633bfa30a62c 2018-08-05 12:48:59,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:48:59,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:49:00,224 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:48:59 GMT Server: Apache x-openstack-request-id: req-d2d821fb-8d2c-4098-9f85-f1825638a683 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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-05 12:49:00,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:49:00 GMT Server: Apache x-openstack-request-id: req-9cc6f52f-1a40-47e1-baca-40ed1f037b15 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:49:00,266 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-9cc6f52f-1a40-47e1-baca-40ed1f037b15 2018-08-05 12:49:00,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.633996963501s 2018-08-05 12:49:00,266 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-9cc6f52f-1a40-47e1-baca-40ed1f037b15 2018-08-05 12:49:05,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:49:05,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:49:05,303 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:49:05 GMT Server: Apache x-openstack-request-id: req-a28f2e99-de54-44f3-af3b-683fdc923c29 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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-05 12:49:05,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:49:05 GMT Server: Apache x-openstack-request-id: req-0a09d2fe-1444-49f4-916e-8843c36cbbe9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:49:05,345 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-0a09d2fe-1444-49f4-916e-8843c36cbbe9 2018-08-05 12:49:05,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0732281208038s 2018-08-05 12:49:05,346 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-0a09d2fe-1444-49f4-916e-8843c36cbbe9 2018-08-05 12:49:05,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:49:05,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:49:05,375 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:49:05 GMT Server: Apache x-openstack-request-id: req-6d2725a1-db06-4775-a99e-f4cfa9a48b1d Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:49:05,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:49:05 GMT Server: Apache x-openstack-request-id: req-2ddc6b46-2355-4cde-bda5-3a148c5b054b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:49:05,417 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-2ddc6b46-2355-4cde-bda5-3a148c5b054b 2018-08-05 12:49:05,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0706171989441s 2018-08-05 12:49:05,417 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-2ddc6b46-2355-4cde-bda5-3a148c5b054b 2018-08-05 12:49:10,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:49:10,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:49:10,450 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:49:10 GMT Server: Apache x-openstack-request-id: req-f1a673fc-e334-4fd4-9685-419215dcef23 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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-05 12:49:10,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:49:10 GMT Server: Apache x-openstack-request-id: req-45689b77-6d61-41e8-b7f7-05baeb2beb20 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:49:10,492 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-45689b77-6d61-41e8-b7f7-05baeb2beb20 2018-08-05 12:49:10,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714449882507s 2018-08-05 12:49:10,492 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-45689b77-6d61-41e8-b7f7-05baeb2beb20 2018-08-05 12:49:15,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:49:15,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:49:15,524 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:49:15 GMT Server: Apache x-openstack-request-id: req-4073be88-8573-4519-983b-10ea9dd8446e Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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-05 12:49:15,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:49:15 GMT Server: Apache x-openstack-request-id: req-a641577c-1f08-4317-ad77-d0b9258c8c6c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:49:15,566 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-a641577c-1f08-4317-ad77-d0b9258c8c6c 2018-08-05 12:49:15,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716409683228s 2018-08-05 12:49:15,566 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-a641577c-1f08-4317-ad77-d0b9258c8c6c 2018-08-05 12:49:15,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:49:15,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:49:15,769 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:49:15 GMT Server: Apache x-openstack-request-id: req-66d786ce-de54-45ce-af79-ab50cbb9b80d Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:49:15,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:49:15 GMT Server: Apache x-openstack-request-id: req-ee7ad1c3-a5e1-4399-b812-b81446786655 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:49:15,812 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-ee7ad1c3-a5e1-4399-b812-b81446786655 2018-08-05 12:49:15,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.244961977005s 2018-08-05 12:49:15,812 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-ee7ad1c3-a5e1-4399-b812-b81446786655 2018-08-05 12:49:20,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:49:20,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:49:20,849 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:49:20 GMT Server: Apache x-openstack-request-id: req-a43392e1-2e89-4b86-896c-f2642ff85355 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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-05 12:49:20,890 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:49:20 GMT Server: Apache x-openstack-request-id: req-3498468a-8431-4208-a61e-8933d1ea2451 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:49:20,890 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-3498468a-8431-4208-a61e-8933d1ea2451 2018-08-05 12:49:20,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714271068573s 2018-08-05 12:49:20,891 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-3498468a-8431-4208-a61e-8933d1ea2451 2018-08-05 12:49:25,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:49:25,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:49:25,924 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:49:25 GMT Server: Apache x-openstack-request-id: req-ff08ce27-261b-43a6-b675-68baf69cc495 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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-05 12:49:25,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:49:25 GMT Server: Apache x-openstack-request-id: req-56e0e95e-687f-4ba6-8b31-7beb02255b0b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:49:25,967 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-56e0e95e-687f-4ba6-8b31-7beb02255b0b 2018-08-05 12:49:25,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721790790558s 2018-08-05 12:49:25,967 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-56e0e95e-687f-4ba6-8b31-7beb02255b0b 2018-08-05 12:49:25,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:49:25,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:49:25,996 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:49:25 GMT Server: Apache x-openstack-request-id: req-10975777-d242-4d4d-9f4b-26aa44593462 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:49:26,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:49:26 GMT Server: Apache x-openstack-request-id: req-2b0602ef-5f3d-4e6d-ba68-941e775edd91 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:49:26,022 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-2b0602ef-5f3d-4e6d-ba68-941e775edd91 2018-08-05 12:49:26,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0543580055237s 2018-08-05 12:49:26,022 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-2b0602ef-5f3d-4e6d-ba68-941e775edd91 2018-08-05 12:49:31,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:49:31,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:49:31,059 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:49:31 GMT Server: Apache x-openstack-request-id: req-bcbd5a62-e754-47f8-8dcd-aee45a064bb3 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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-05 12:49:31,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:49:31 GMT Server: Apache x-openstack-request-id: req-8bc91514-dd82-40bd-a895-36fed6cf79c6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:49:31,102 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-8bc91514-dd82-40bd-a895-36fed6cf79c6 2018-08-05 12:49:31,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729148387909s 2018-08-05 12:49:31,103 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-8bc91514-dd82-40bd-a895-36fed6cf79c6 2018-08-05 12:49:36,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:49:36,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:49:36,139 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:49:36 GMT Server: Apache x-openstack-request-id: req-f561a750-14e3-4952-b949-2e400026a3e5 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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-05 12:49:36,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:49:36 GMT Server: Apache x-openstack-request-id: req-3f4cdf31-0653-4417-b2e8-00fb3cb40d53 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:49:36,181 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-3f4cdf31-0653-4417-b2e8-00fb3cb40d53 2018-08-05 12:49:36,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729191303253s 2018-08-05 12:49:36,182 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-3f4cdf31-0653-4417-b2e8-00fb3cb40d53 2018-08-05 12:49:36,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:49:36,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:49:36,228 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:49:36 GMT Server: Apache x-openstack-request-id: req-eff04f2c-5ad4-4561-8c6f-c71ec3e6ab54 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:49:36,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:49:36 GMT Server: Apache x-openstack-request-id: req-dcf82c86-e88d-410c-9e0b-52255d15e922 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:49:36,254 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-dcf82c86-e88d-410c-9e0b-52255d15e922 2018-08-05 12:49:36,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0718290805817s 2018-08-05 12:49:36,255 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-dcf82c86-e88d-410c-9e0b-52255d15e922 2018-08-05 12:49:41,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:49:41,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:49:41,291 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:49:41 GMT Server: Apache x-openstack-request-id: req-d1dd1c48-04e2-4db1-87e4-d10d73bf355b Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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-05 12:49:41,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:49:41 GMT Server: Apache x-openstack-request-id: req-f28be780-31c2-4a94-9d28-840850c248a3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:49:41,333 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-f28be780-31c2-4a94-9d28-840850c248a3 2018-08-05 12:49:41,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0717670917511s 2018-08-05 12:49:41,333 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-f28be780-31c2-4a94-9d28-840850c248a3 2018-08-05 12:49:46,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:49:46,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:49:46,368 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:49:46 GMT Server: Apache x-openstack-request-id: req-94f51708-3e90-4942-8c03-1be4e64659bf Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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-05 12:49:46,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:49:46 GMT Server: Apache x-openstack-request-id: req-79d0ad94-55d5-4b3b-a938-73c7464fa269 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:49:46,410 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-79d0ad94-55d5-4b3b-a938-73c7464fa269 2018-08-05 12:49:46,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0711641311646s 2018-08-05 12:49:46,411 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-79d0ad94-55d5-4b3b-a938-73c7464fa269 2018-08-05 12:49:46,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:49:46,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:49:46,440 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:49:46 GMT Server: Apache x-openstack-request-id: req-dec8f7d7-5a34-424f-a6ca-31f8573d499a Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:49:46,481 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:49:46 GMT Server: Apache x-openstack-request-id: req-ebd45def-a095-4aae-9883-081d72309ab8 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:49:46,481 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-ebd45def-a095-4aae-9883-081d72309ab8 2018-08-05 12:49:46,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0702729225159s 2018-08-05 12:49:46,482 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-ebd45def-a095-4aae-9883-081d72309ab8 2018-08-05 12:49:51,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:49:51,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:49:51,518 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:49:51 GMT Server: Apache x-openstack-request-id: req-b748607d-1fb2-4713-a0fd-347d7bc34cea Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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-05 12:49:51,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:49:51 GMT Server: Apache x-openstack-request-id: req-8a72394e-2302-4eeb-bc3e-6256e575531e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:49:51,559 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-8a72394e-2302-4eeb-bc3e-6256e575531e 2018-08-05 12:49:51,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0708220005035s 2018-08-05 12:49:51,560 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-8a72394e-2302-4eeb-bc3e-6256e575531e 2018-08-05 12:49:56,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:49:56,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:49:56,596 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:49:56 GMT Server: Apache x-openstack-request-id: req-f33bf482-a8f3-41c7-85aa-6c745a8c2267 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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-05 12:49:56,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:49:56 GMT Server: Apache x-openstack-request-id: req-9ae1cce5-361f-474a-ab7e-19b76a14c041 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:49:56,638 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-9ae1cce5-361f-474a-ab7e-19b76a14c041 2018-08-05 12:49:56,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722889900208s 2018-08-05 12:49:56,639 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-9ae1cce5-361f-474a-ab7e-19b76a14c041 2018-08-05 12:49:56,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:49:56,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:49:56,669 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:49:56 GMT Server: Apache x-openstack-request-id: req-2035e965-f90a-4a5b-a516-925ecf5fcf57 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:49:56,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:49:56 GMT Server: Apache x-openstack-request-id: req-04db0ad6-5263-46ed-8bd9-4f2681cbf0f5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:49:56,711 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-04db0ad6-5263-46ed-8bd9-4f2681cbf0f5 2018-08-05 12:49:56,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0722360610962s 2018-08-05 12:49:56,712 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-04db0ad6-5263-46ed-8bd9-4f2681cbf0f5 2018-08-05 12:50:01,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:50:01,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:50:01,749 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:50:01 GMT Server: Apache x-openstack-request-id: req-9b743431-ad27-4188-bac7-003ff6aa8f25 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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-05 12:50:01,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:50:01 GMT Server: Apache x-openstack-request-id: req-338ce77b-6a3e-4c4f-b03a-3d33f9e46a8f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:50:01,791 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-338ce77b-6a3e-4c4f-b03a-3d33f9e46a8f 2018-08-05 12:50:01,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728559494019s 2018-08-05 12:50:01,792 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-338ce77b-6a3e-4c4f-b03a-3d33f9e46a8f 2018-08-05 12:50:06,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:50:06,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:50:06,827 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:50:06 GMT Server: Apache x-openstack-request-id: req-251fa941-d44a-492e-9309-14be662dbf5c Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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-05 12:50:06,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:50:06 GMT Server: Apache x-openstack-request-id: req-be9bfc8a-0f93-44d1-832d-2c3ca208ee99 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:50:06,869 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-be9bfc8a-0f93-44d1-832d-2c3ca208ee99 2018-08-05 12:50:06,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071475982666s 2018-08-05 12:50:06,869 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-be9bfc8a-0f93-44d1-832d-2c3ca208ee99 2018-08-05 12:50:06,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:50:06,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:50:06,899 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:50:06 GMT Server: Apache x-openstack-request-id: req-253e4069-ffe3-492d-b1a2-34ccb25e8aef Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:50:06,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:50:06 GMT Server: Apache x-openstack-request-id: req-5880f671-4402-444d-b5fa-32fcd4b3c39c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:50:06,925 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-5880f671-4402-444d-b5fa-32fcd4b3c39c 2018-08-05 12:50:06,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0548021793365s 2018-08-05 12:50:06,925 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-5880f671-4402-444d-b5fa-32fcd4b3c39c 2018-08-05 12:50:11,932 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:50:11,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:50:11,962 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:50:11 GMT Server: Apache x-openstack-request-id: req-0c371392-77d9-40b0-9643-4afcbb407d26 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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-05 12:50:12,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:50:11 GMT Server: Apache x-openstack-request-id: req-ea0eb63c-503d-46e0-8d58-a52787d4f414 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:50:12,003 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-ea0eb63c-503d-46e0-8d58-a52787d4f414 2018-08-05 12:50:12,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715861320496s 2018-08-05 12:50:12,004 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-ea0eb63c-503d-46e0-8d58-a52787d4f414 2018-08-05 12:50:17,009 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:50:17,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:50:17,038 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:50:17 GMT Server: Apache x-openstack-request-id: req-1899a527-95e8-4f96-b41a-d7ffc99083c2 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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-05 12:50:17,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:50:17 GMT Server: Apache x-openstack-request-id: req-b4c5e643-d639-4ecd-baae-d0a13849f33e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:50:17,081 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-b4c5e643-d639-4ecd-baae-d0a13849f33e 2018-08-05 12:50:17,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0712330341339s 2018-08-05 12:50:17,081 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-b4c5e643-d639-4ecd-baae-d0a13849f33e 2018-08-05 12:50:17,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:50:17,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:50:17,110 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:50:17 GMT Server: Apache x-openstack-request-id: req-0488804a-b25a-4825-9aee-babcfffba199 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:50:17,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:50:17 GMT Server: Apache x-openstack-request-id: req-5ab25902-a8d8-4462-9a4c-0c2c27a61eb7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:50:17,136 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-5ab25902-a8d8-4462-9a4c-0c2c27a61eb7 2018-08-05 12:50:17,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0544629096985s 2018-08-05 12:50:17,136 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-5ab25902-a8d8-4462-9a4c-0c2c27a61eb7 2018-08-05 12:50:22,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:50:22,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:50:22,173 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:50:22 GMT Server: Apache x-openstack-request-id: req-03fd073f-46c8-4441-885a-9c4242c52164 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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-05 12:50:22,214 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:50:22 GMT Server: Apache x-openstack-request-id: req-e4fc1d5c-e852-4eb3-96cb-888b81a375c9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:50:22,215 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-e4fc1d5c-e852-4eb3-96cb-888b81a375c9 2018-08-05 12:50:22,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714800357819s 2018-08-05 12:50:22,215 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-e4fc1d5c-e852-4eb3-96cb-888b81a375c9 2018-08-05 12:50:27,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:50:27,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:50:27,247 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:50:27 GMT Server: Apache x-openstack-request-id: req-0632afc7-d090-47ae-a9f1-fbf35741d76c Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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-05 12:50:27,290 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:50:27 GMT Server: Apache x-openstack-request-id: req-777b4557-4402-4f1f-87b9-b8a1470d8df4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:50:27,290 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-777b4557-4402-4f1f-87b9-b8a1470d8df4 2018-08-05 12:50:27,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728511810303s 2018-08-05 12:50:27,291 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-777b4557-4402-4f1f-87b9-b8a1470d8df4 2018-08-05 12:50:27,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:50:27,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:50:27,323 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:50:27 GMT Server: Apache x-openstack-request-id: req-af393e60-707f-496c-a115-7a5b59e8881d Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:50:27,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:50:27 GMT Server: Apache x-openstack-request-id: req-cc5fd67c-db80-47c9-b41f-2bbf893f21b4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:50:27,365 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-cc5fd67c-db80-47c9-b41f-2bbf893f21b4 2018-08-05 12:50:27,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.073264837265s 2018-08-05 12:50:27,365 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-cc5fd67c-db80-47c9-b41f-2bbf893f21b4 2018-08-05 12:50:32,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:50:32,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:50:32,401 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:50:32 GMT Server: Apache x-openstack-request-id: req-6415b543-5964-431a-9487-7e8fef9dfe96 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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-05 12:50:32,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:50:32 GMT Server: Apache x-openstack-request-id: req-2d0ba1d7-12a3-4cee-b735-a9f84348aeed Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:50:32,442 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-2d0ba1d7-12a3-4cee-b735-a9f84348aeed 2018-08-05 12:50:32,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0706939697266s 2018-08-05 12:50:32,443 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-2d0ba1d7-12a3-4cee-b735-a9f84348aeed 2018-08-05 12:50:37,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:50:37,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:50:37,474 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:50:37 GMT Server: Apache x-openstack-request-id: req-166f0d00-d523-4c6a-ac1e-037b66c1ebf6 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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-05 12:50:37,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:50:37 GMT Server: Apache x-openstack-request-id: req-890ffc06-996a-4866-8d07-07fbdf6e3b28 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:50:37,517 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-890ffc06-996a-4866-8d07-07fbdf6e3b28 2018-08-05 12:50:37,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729489326477s 2018-08-05 12:50:37,517 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-890ffc06-996a-4866-8d07-07fbdf6e3b28 2018-08-05 12:50:37,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:50:37,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:50:37,548 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:50:37 GMT Server: Apache x-openstack-request-id: req-f2b929ac-6e2f-4125-86c6-e7628939ab90 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:50:37,574 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:50:37 GMT Server: Apache x-openstack-request-id: req-9e0d487f-20e8-409a-8974-e50f858a6806 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:50:37,574 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-9e0d487f-20e8-409a-8974-e50f858a6806 2018-08-05 12:50:37,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0566158294678s 2018-08-05 12:50:37,575 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-9e0d487f-20e8-409a-8974-e50f858a6806 2018-08-05 12:50:42,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:50:42,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:50:42,611 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:50:42 GMT Server: Apache x-openstack-request-id: req-63c8d7bb-ef2e-4ee3-8d36-cc94101098f6 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&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-05 12:50:42,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:50:42 GMT Server: Apache x-openstack-request-id: req-d83fdeb1-220a-47dd-98fb-ccf7ab14fa4c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 445 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-05T12:50:40Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/dns/events/6585111a-9fea-4ae4-bd86-adaecdfb0758", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "9f5fe79d-fe0f-4dbf-8fdb-ee3698638874", "id": "6585111a-9fea-4ae4-bd86-adaecdfb0758"}, {"resource_name": "ellis", "event_time": "2018-08-05T12:50:40Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/ellis/events/a4cb605d-8fdc-4754-8f4e-1047cb23678b", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-ellis-6v3kz6trrr3o", "id": "a4cb605d-8fdc-4754-8f4e-1047cb23678b"}]} 2018-08-05 12:50:42,654 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-d83fdeb1-220a-47dd-98fb-ccf7ab14fa4c 2018-08-05 12:50:42,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728988647461s 2018-08-05 12:50:42,655 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc&marker=f9ae0f8e-f638-4784-963e-1b177db0faf8&sort_dir=asc used request id req-d83fdeb1-220a-47dd-98fb-ccf7ab14fa4c 2018-08-05 12:50:47,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:50:47,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:50:47,690 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:50:47 GMT Server: Apache x-openstack-request-id: req-3351f324-5058-4cbd-9874-2baf987379a3 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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-05 12:50:47,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:50:47 GMT Server: Apache x-openstack-request-id: req-e8926067-d25d-4e6e-8713-4b11b75fce17 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:50:47,731 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-e8926067-d25d-4e6e-8713-4b11b75fce17 2018-08-05 12:50:47,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0705981254578s 2018-08-05 12:50:47,732 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-e8926067-d25d-4e6e-8713-4b11b75fce17 2018-08-05 12:50:52,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:50:52,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:50:52,768 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:50:52 GMT Server: Apache x-openstack-request-id: req-0b947b3d-fd99-4516-9633-3d9a8b75e357 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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-05 12:50:52,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:50:52 GMT Server: Apache x-openstack-request-id: req-6fdab0bf-eadc-436e-b4e0-688fd3dc5442 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:50:52,809 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-6fdab0bf-eadc-436e-b4e0-688fd3dc5442 2018-08-05 12:50:52,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714659690857s 2018-08-05 12:50:52,810 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-6fdab0bf-eadc-436e-b4e0-688fd3dc5442 2018-08-05 12:50:52,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:50:52,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:50:52,841 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:50:52 GMT Server: Apache x-openstack-request-id: req-a93d7b8d-23f8-4e77-b818-85f50ce6dd08 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:50:52,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:50:52 GMT Server: Apache x-openstack-request-id: req-ab3d8e82-c36a-4ef7-84c4-cc87b6acbb41 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:50:52,883 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-ab3d8e82-c36a-4ef7-84c4-cc87b6acbb41 2018-08-05 12:50:52,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0726218223572s 2018-08-05 12:50:52,883 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-ab3d8e82-c36a-4ef7-84c4-cc87b6acbb41 2018-08-05 12:50:57,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:50:57,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:50:57,920 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:50:57 GMT Server: Apache x-openstack-request-id: req-31d57981-ccb1-4745-9234-547597308519 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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-05 12:50:57,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:50:57 GMT Server: Apache x-openstack-request-id: req-16ada9b2-e786-4221-b929-4c5f9a683d2a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:50:57,963 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-16ada9b2-e786-4221-b929-4c5f9a683d2a 2018-08-05 12:50:57,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731530189514s 2018-08-05 12:50:57,963 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-16ada9b2-e786-4221-b929-4c5f9a683d2a 2018-08-05 12:51:02,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:51:02,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:51:03,002 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:51:02 GMT Server: Apache x-openstack-request-id: req-0e0da8e0-98e3-468a-9214-045c80172f73 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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-05 12:51:03,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:51:03 GMT Server: Apache x-openstack-request-id: req-df701386-5034-46d7-aa3f-11336d273d6e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:51:03,044 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-df701386-5034-46d7-aa3f-11336d273d6e 2018-08-05 12:51:03,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074805021286s 2018-08-05 12:51:03,044 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-df701386-5034-46d7-aa3f-11336d273d6e 2018-08-05 12:51:03,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:51:03,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:51:03,073 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:51:03 GMT Server: Apache x-openstack-request-id: req-4637dacf-fb42-4ca8-8ef1-173dc1ba5e61 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:51:03,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:51:03 GMT Server: Apache x-openstack-request-id: req-2a53e996-28c4-437b-a24d-e97c3fbc991f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:51:03,098 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-2a53e996-28c4-437b-a24d-e97c3fbc991f 2018-08-05 12:51:03,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0530798435211s 2018-08-05 12:51:03,098 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-2a53e996-28c4-437b-a24d-e97c3fbc991f 2018-08-05 12:51:08,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:51:08,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:51:08,134 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:51:08 GMT Server: Apache x-openstack-request-id: req-5c632e08-197b-45a4-8d56-ce6c890af15c Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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-05 12:51:08,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:51:08 GMT Server: Apache x-openstack-request-id: req-95d815b3-8d71-4533-b086-2361f085d33a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:51:08,178 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-95d815b3-8d71-4533-b086-2361f085d33a 2018-08-05 12:51:08,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733749866486s 2018-08-05 12:51:08,179 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-95d815b3-8d71-4533-b086-2361f085d33a 2018-08-05 12:51:13,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:51:13,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:51:13,215 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:51:13 GMT Server: Apache x-openstack-request-id: req-9888963c-7e49-40b3-bfcd-98d8441882c4 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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-05 12:51:13,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:51:13 GMT Server: Apache x-openstack-request-id: req-5e9db820-ad0a-4810-b7bc-090764554389 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:51:13,256 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-5e9db820-ad0a-4810-b7bc-090764554389 2018-08-05 12:51:13,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715432167053s 2018-08-05 12:51:13,257 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-5e9db820-ad0a-4810-b7bc-090764554389 2018-08-05 12:51:13,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:51:13,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:51:13,285 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:51:13 GMT Server: Apache x-openstack-request-id: req-fdd4e0c9-a8d6-40c6-ac5d-f2c2f8d77c36 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:51:13,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:51:13 GMT Server: Apache x-openstack-request-id: req-dcb1ba3d-e569-44a2-8fe4-f776cafb6729 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:51:13,327 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-dcb1ba3d-e569-44a2-8fe4-f776cafb6729 2018-08-05 12:51:13,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0704531669617s 2018-08-05 12:51:13,328 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-dcb1ba3d-e569-44a2-8fe4-f776cafb6729 2018-08-05 12:51:18,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:51:18,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:51:18,363 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:51:18 GMT Server: Apache x-openstack-request-id: req-23647a11-4730-407a-a238-5e0af7f40e84 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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-05 12:51:18,404 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:51:18 GMT Server: Apache x-openstack-request-id: req-5d36b48b-2979-4ea1-818d-57ea569b28f9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:51:18,404 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-5d36b48b-2979-4ea1-818d-57ea569b28f9 2018-08-05 12:51:18,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0698988437653s 2018-08-05 12:51:18,404 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-5d36b48b-2979-4ea1-818d-57ea569b28f9 2018-08-05 12:51:23,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:51:23,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:51:23,438 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:51:23 GMT Server: Apache x-openstack-request-id: req-92087928-d493-447b-8ee3-6d886d792e26 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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-05 12:51:23,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:51:23 GMT Server: Apache x-openstack-request-id: req-75462900-64dd-472c-9193-c654262f0077 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:51:23,479 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-75462900-64dd-472c-9193-c654262f0077 2018-08-05 12:51:23,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0686678886414s 2018-08-05 12:51:23,479 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-75462900-64dd-472c-9193-c654262f0077 2018-08-05 12:51:23,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:51:23,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:51:23,506 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:51:23 GMT Server: Apache x-openstack-request-id: req-cecb780e-0c4c-4f5b-95ba-3ad956d6b250 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:51:23,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:51:23 GMT Server: Apache x-openstack-request-id: req-9db9c850-a998-46da-a696-5d39ec9d9e5a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:51:23,547 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-9db9c850-a998-46da-a696-5d39ec9d9e5a 2018-08-05 12:51:23,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0677030086517s 2018-08-05 12:51:23,547 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-9db9c850-a998-46da-a696-5d39ec9d9e5a 2018-08-05 12:51:28,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:51:28,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:51:28,583 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:51:28 GMT Server: Apache x-openstack-request-id: req-587134d0-9212-4321-b610-b6b473a2c1fd Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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-05 12:51:28,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:51:28 GMT Server: Apache x-openstack-request-id: req-b3eb46be-4f2a-4e6c-8bf4-4e7ede786995 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:51:28,612 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-b3eb46be-4f2a-4e6c-8bf4-4e7ede786995 2018-08-05 12:51:28,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0585579872131s 2018-08-05 12:51:28,613 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-b3eb46be-4f2a-4e6c-8bf4-4e7ede786995 2018-08-05 12:51:33,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:51:33,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:51:33,650 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:51:33 GMT Server: Apache x-openstack-request-id: req-7a3fff41-ae3d-4bad-bb2f-d0daa1736d57 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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-05 12:51:33,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:51:33 GMT Server: Apache x-openstack-request-id: req-b286c952-0112-4e13-95d9-fd49a9183e17 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:51:33,693 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-b286c952-0112-4e13-95d9-fd49a9183e17 2018-08-05 12:51:33,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0748879909515s 2018-08-05 12:51:33,694 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-b286c952-0112-4e13-95d9-fd49a9183e17 2018-08-05 12:51:33,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:51:33,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:51:33,723 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:51:33 GMT Server: Apache x-openstack-request-id: req-9644116a-572a-4764-8e63-e4effb61c485 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:51:33,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:51:33 GMT Server: Apache x-openstack-request-id: req-978c0a9d-75f6-4cc2-a193-fcedf0900456 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:51:33,766 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-978c0a9d-75f6-4cc2-a193-fcedf0900456 2018-08-05 12:51:33,766 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0712869167328s 2018-08-05 12:51:33,766 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-978c0a9d-75f6-4cc2-a193-fcedf0900456 2018-08-05 12:51:38,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:51:38,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:51:38,805 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:51:38 GMT Server: Apache x-openstack-request-id: req-5bd7ca45-745d-4c43-933d-68dc9508e530 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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-05 12:51:38,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:51:38 GMT Server: Apache x-openstack-request-id: req-2c86205d-7ee2-42b7-8286-284f1c35b2d7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:51:38,848 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-2c86205d-7ee2-42b7-8286-284f1c35b2d7 2018-08-05 12:51:38,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0752320289612s 2018-08-05 12:51:38,848 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-2c86205d-7ee2-42b7-8286-284f1c35b2d7 2018-08-05 12:51:43,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:51:43,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:51:43,883 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:51:43 GMT Server: Apache x-openstack-request-id: req-2807eb26-0c3d-40e2-a52e-a8d614db0dd4 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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-05 12:51:43,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:51:43 GMT Server: Apache x-openstack-request-id: req-6b7a9160-3eec-4124-be75-e6ad2ab44078 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:51:43,925 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-6b7a9160-3eec-4124-be75-e6ad2ab44078 2018-08-05 12:51:43,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713288784027s 2018-08-05 12:51:43,926 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-6b7a9160-3eec-4124-be75-e6ad2ab44078 2018-08-05 12:51:43,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:51:43,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:51:43,954 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:51:43 GMT Server: Apache x-openstack-request-id: req-2ba5393e-23bd-4a56-ab00-8445cfd9b7fa Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:51:43,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:51:43 GMT Server: Apache x-openstack-request-id: req-50772d60-4d12-436c-87dd-b9812c1039e7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:51:43,979 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-50772d60-4d12-436c-87dd-b9812c1039e7 2018-08-05 12:51:43,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0528647899628s 2018-08-05 12:51:43,980 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-50772d60-4d12-436c-87dd-b9812c1039e7 2018-08-05 12:51:48,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:51:48,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:51:49,015 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:51:48 GMT Server: Apache x-openstack-request-id: req-f2110c3a-192b-42af-8452-a0f6a6d08a40 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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-05 12:51:49,057 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:51:49 GMT Server: Apache x-openstack-request-id: req-6a3212f9-e6a7-4bb9-8142-07078e8df229 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:51:49,057 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-6a3212f9-e6a7-4bb9-8142-07078e8df229 2018-08-05 12:51:49,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0708990097046s 2018-08-05 12:51:49,057 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-6a3212f9-e6a7-4bb9-8142-07078e8df229 2018-08-05 12:51:54,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:51:54,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:51:54,092 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:51:54 GMT Server: Apache x-openstack-request-id: req-a42cc83f-2c29-438f-8e63-4fbfc6f4b9b2 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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-05 12:51:54,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:51:54 GMT Server: Apache x-openstack-request-id: req-46d4b6a1-32ee-432d-a272-2ff627b81ee3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:51:54,134 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-46d4b6a1-32ee-432d-a272-2ff627b81ee3 2018-08-05 12:51:54,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0707859992981s 2018-08-05 12:51:54,134 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-46d4b6a1-32ee-432d-a272-2ff627b81ee3 2018-08-05 12:51:54,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:51:54,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:51:54,165 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:51:54 GMT Server: Apache x-openstack-request-id: req-5d1dc8dc-7b72-4628-8354-1c0e2ba6bb57 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:51:54,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:51:54 GMT Server: Apache x-openstack-request-id: req-200bb1b7-da3d-4ead-90c2-3004be8e095b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:51:54,207 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-200bb1b7-da3d-4ead-90c2-3004be8e095b 2018-08-05 12:51:54,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0724308490753s 2018-08-05 12:51:54,208 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-200bb1b7-da3d-4ead-90c2-3004be8e095b 2018-08-05 12:51:59,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:51:59,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:51:59,243 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:51:59 GMT Server: Apache x-openstack-request-id: req-a0b8d007-b212-44f1-8ff7-5c8b504dafda Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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-05 12:51:59,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:51:59 GMT Server: Apache x-openstack-request-id: req-002e01cd-2e8a-484b-a7d0-a6299d7a91f8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:51:59,285 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-002e01cd-2e8a-484b-a7d0-a6299d7a91f8 2018-08-05 12:51:59,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.070965051651s 2018-08-05 12:51:59,286 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-002e01cd-2e8a-484b-a7d0-a6299d7a91f8 2018-08-05 12:52:04,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:52:04,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:52:04,320 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:52:04 GMT Server: Apache x-openstack-request-id: req-0073a0ec-796d-46e0-b210-132886240bad Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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-05 12:52:04,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:52:04 GMT Server: Apache x-openstack-request-id: req-3c5d5075-7616-45a0-8fc1-9d6135ad26cf Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:52:04,368 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-3c5d5075-7616-45a0-8fc1-9d6135ad26cf 2018-08-05 12:52:04,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0765540599823s 2018-08-05 12:52:04,368 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-3c5d5075-7616-45a0-8fc1-9d6135ad26cf 2018-08-05 12:52:04,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:52:04,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:52:04,397 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:52:04 GMT Server: Apache x-openstack-request-id: req-e8f96050-7e1f-411c-95d9-4c621bfd6cde Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:52:04,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:52:04 GMT Server: Apache x-openstack-request-id: req-024a1622-6c21-4afb-ae84-ba70f504a40f Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:52:04,424 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-024a1622-6c21-4afb-ae84-ba70f504a40f 2018-08-05 12:52:04,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0552089214325s 2018-08-05 12:52:04,424 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-024a1622-6c21-4afb-ae84-ba70f504a40f 2018-08-05 12:52:09,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:52:09,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:52:09,460 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:52:09 GMT Server: Apache x-openstack-request-id: req-41adba64-bb45-4720-b1f9-9fc20ae107be Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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-05 12:52:09,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:52:09 GMT Server: Apache x-openstack-request-id: req-83f13bea-38ed-47c0-803e-ea6501a3a919 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:52:09,501 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-83f13bea-38ed-47c0-803e-ea6501a3a919 2018-08-05 12:52:09,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.070611000061s 2018-08-05 12:52:09,502 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-83f13bea-38ed-47c0-803e-ea6501a3a919 2018-08-05 12:52:14,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:52:14,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:52:14,538 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:52:14 GMT Server: Apache x-openstack-request-id: req-a1d3182b-f07d-43ec-9c34-10ce3544d118 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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-05 12:52:14,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:52:14 GMT Server: Apache x-openstack-request-id: req-42ec91bd-9e6f-4401-94bb-f66abf956079 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:52:14,580 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-42ec91bd-9e6f-4401-94bb-f66abf956079 2018-08-05 12:52:14,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722420215607s 2018-08-05 12:52:14,580 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-42ec91bd-9e6f-4401-94bb-f66abf956079 2018-08-05 12:52:14,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:52:14,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:52:14,610 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:52:14 GMT Server: Apache x-openstack-request-id: req-05b9fa2d-6447-4fca-a50b-749c7f819d20 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:52:14,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:52:14 GMT Server: Apache x-openstack-request-id: req-123bc238-9fc7-4b05-b084-d6dc3b1133c3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:52:14,636 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-123bc238-9fc7-4b05-b084-d6dc3b1133c3 2018-08-05 12:52:14,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0549890995026s 2018-08-05 12:52:14,636 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-123bc238-9fc7-4b05-b084-d6dc3b1133c3 2018-08-05 12:52:19,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:52:19,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:52:19,668 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:52:19 GMT Server: Apache x-openstack-request-id: req-1b2b24da-7f47-46f1-a47d-c2debb17aadb Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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-05 12:52:19,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:52:19 GMT Server: Apache x-openstack-request-id: req-524e9107-41dc-421a-98dd-cc3621f9915e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:52:19,710 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-524e9107-41dc-421a-98dd-cc3621f9915e 2018-08-05 12:52:19,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726251602173s 2018-08-05 12:52:19,710 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-524e9107-41dc-421a-98dd-cc3621f9915e 2018-08-05 12:52:24,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:52:24,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:52:24,746 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:52:24 GMT Server: Apache x-openstack-request-id: req-ec3a7854-40bf-4012-8737-27b78f3568b5 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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-05 12:52:24,788 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:52:24 GMT Server: Apache x-openstack-request-id: req-b31351d9-1d11-410a-99fd-b0cd83aa4e26 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:52:24,788 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-b31351d9-1d11-410a-99fd-b0cd83aa4e26 2018-08-05 12:52:24,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0719020366669s 2018-08-05 12:52:24,788 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-b31351d9-1d11-410a-99fd-b0cd83aa4e26 2018-08-05 12:52:24,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:52:24,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:52:24,818 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:52:24 GMT Server: Apache x-openstack-request-id: req-053fca8b-1ca0-4914-88d3-a8bcefae3bd4 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:52:24,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:52:24 GMT Server: Apache x-openstack-request-id: req-c7db838c-d3ac-489e-8650-ac12c0372ab4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:52:24,859 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-c7db838c-d3ac-489e-8650-ac12c0372ab4 2018-08-05 12:52:24,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0704510211945s 2018-08-05 12:52:24,860 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-c7db838c-d3ac-489e-8650-ac12c0372ab4 2018-08-05 12:52:29,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:52:29,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:52:29,896 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:52:29 GMT Server: Apache x-openstack-request-id: req-fb53ba7e-2f82-4300-9d23-20b0562e0477 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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-05 12:52:29,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:52:29 GMT Server: Apache x-openstack-request-id: req-f6775382-0e37-492b-89e3-838877c5171f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:52:29,938 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-f6775382-0e37-492b-89e3-838877c5171f 2018-08-05 12:52:29,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715019702911s 2018-08-05 12:52:29,938 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-f6775382-0e37-492b-89e3-838877c5171f 2018-08-05 12:52:34,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:52:34,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:52:34,974 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:52:34 GMT Server: Apache x-openstack-request-id: req-18a38961-5b07-4997-9af0-09c68b2889a8 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&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-05 12:52:35,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:52:34 GMT Server: Apache x-openstack-request-id: req-8989a5fb-36cc-477d-a8b4-343372357c77 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-05T12:52:32Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/ellis/events/157f3e03-4d1e-48dd-9f2d-5be804a7ced6", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "74838a46-0ad3-4b42-a694-1808c96d66ab", "id": "157f3e03-4d1e-48dd-9f2d-5be804a7ced6"}, {"resource_name": "sprout", "event_time": "2018-08-05T12:52:32Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/sprout/events/4d1d8334-a40d-40be-8d74-8618b96cabab", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sprout-6dulbup6ma7u", "id": "4d1d8334-a40d-40be-8d74-8618b96cabab"}, {"resource_name": "homer", "event_time": "2018-08-05T12:52:32Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/homer/events/d2638b61-ff4c-4294-ad29-a5d5eadecde9", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-homer-7merqthcylb4", "id": "d2638b61-ff4c-4294-ad29-a5d5eadecde9"}, {"resource_name": "bono", "event_time": "2018-08-05T12:52:32Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/bono/events/e44ec99a-cf0f-4e37-9a19-99527a90e330", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-bono-4uik2yls3ljk", "id": "e44ec99a-cf0f-4e37-9a19-99527a90e330"}, {"resource_name": "vellum", "event_time": "2018-08-05T12:52:32Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/vellum/events/bbbd6635-f659-41c4-8f9b-bef9f6f6be2b", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-vellum-c2ogqg27qfli", "id": "bbbd6635-f659-41c4-8f9b-bef9f6f6be2b"}, {"resource_name": "dime", "event_time": "2018-08-05T12:52:32Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/dime/events/99210d77-e2a4-422f-893c-94d9c89e5075", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dime-vmalmfwk7fot", "id": "99210d77-e2a4-422f-893c-94d9c89e5075"}]} 2018-08-05 12:52:35,020 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-8989a5fb-36cc-477d-a8b4-343372357c77 2018-08-05 12:52:35,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0754950046539s 2018-08-05 12:52:35,020 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc&marker=a4cb605d-8fdc-4754-8f4e-1047cb23678b&sort_dir=asc used request id req-8989a5fb-36cc-477d-a8b4-343372357c77 2018-08-05 12:52:40,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:52:40,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:52:40,074 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:52:40 GMT Server: Apache x-openstack-request-id: req-9210ebb3-60fa-4abc-a14e-519b65c856d7 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&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-05 12:52:40,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:52:40 GMT Server: Apache x-openstack-request-id: req-393d9e66-9053-4a64-8ffb-30c0ca01fda1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:52:40,120 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc&marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc used request id req-393d9e66-9053-4a64-8ffb-30c0ca01fda1 2018-08-05 12:52:40,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.092973947525s 2018-08-05 12:52:40,121 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc&marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc used request id req-393d9e66-9053-4a64-8ffb-30c0ca01fda1 2018-08-05 12:52:45,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:52:45,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:52:45,161 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:52:45 GMT Server: Apache x-openstack-request-id: req-48d2260b-8e80-425c-a12d-802e0c5a3242 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&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-05 12:52:45,203 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:52:45 GMT Server: Apache x-openstack-request-id: req-72801fdd-63b8-4492-a656-d9c858addb4b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:52:45,203 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc&marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc used request id req-72801fdd-63b8-4492-a656-d9c858addb4b 2018-08-05 12:52:45,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0766620635986s 2018-08-05 12:52:45,204 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc&marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc used request id req-72801fdd-63b8-4492-a656-d9c858addb4b 2018-08-05 12:52:45,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:52:45,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:52:45,237 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:52:45 GMT Server: Apache x-openstack-request-id: req-7fc282a1-ae46-458c-9d71-928153ec6648 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:52:45,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:52:45 GMT Server: Apache x-openstack-request-id: req-aac1d38c-9a7a-49c5-a6ae-f090d2cac6b3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:52:45,279 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-aac1d38c-9a7a-49c5-a6ae-f090d2cac6b3 2018-08-05 12:52:45,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0755131244659s 2018-08-05 12:52:45,280 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-aac1d38c-9a7a-49c5-a6ae-f090d2cac6b3 2018-08-05 12:52:50,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:52:50,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:52:50,337 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:52:50 GMT Server: Apache x-openstack-request-id: req-51578a43-6552-471d-bc67-e9c4b4090512 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&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-05 12:52:50,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:52:50 GMT Server: Apache x-openstack-request-id: req-2f117869-1d44-48b0-a8b1-3f675c973885 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:52:50,383 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc&marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc used request id req-2f117869-1d44-48b0-a8b1-3f675c973885 2018-08-05 12:52:50,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0970249176025s 2018-08-05 12:52:50,384 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc&marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc used request id req-2f117869-1d44-48b0-a8b1-3f675c973885 2018-08-05 12:52:55,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:52:55,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:52:55,420 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:52:55 GMT Server: Apache x-openstack-request-id: req-e593e5c4-a7a8-4d5d-89cb-13d16f20031c Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&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-05 12:52:55,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:52:55 GMT Server: Apache x-openstack-request-id: req-8fd5ff88-fed5-4655-a651-6f6aa905d4a3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:52:55,462 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc&marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc used request id req-8fd5ff88-fed5-4655-a651-6f6aa905d4a3 2018-08-05 12:52:55,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720322132111s 2018-08-05 12:52:55,462 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc&marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc used request id req-8fd5ff88-fed5-4655-a651-6f6aa905d4a3 2018-08-05 12:52:55,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:52:55,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:52:55,495 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:52:55 GMT Server: Apache x-openstack-request-id: req-6b6ffc8f-b59b-4edc-9ce2-d491506450c5 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:52:55,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:52:55 GMT Server: Apache x-openstack-request-id: req-3c5537a7-7bd4-4431-bb5d-0ce0cd27072e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:52:55,545 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-3c5537a7-7bd4-4431-bb5d-0ce0cd27072e 2018-08-05 12:52:55,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0829029083252s 2018-08-05 12:52:55,546 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-3c5537a7-7bd4-4431-bb5d-0ce0cd27072e 2018-08-05 12:53:00,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:53:00,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:00,583 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:53:00 GMT Server: Apache x-openstack-request-id: req-cd58d1f2-a614-44f6-ad44-c22de2fc8b46 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&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-05 12:53:00,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53:00 GMT Server: Apache x-openstack-request-id: req-b00ebee3-30eb-4980-9e70-3cdcf8941948 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:53:00,628 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc&marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc used request id req-b00ebee3-30eb-4980-9e70-3cdcf8941948 2018-08-05 12:53:00,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0756289958954s 2018-08-05 12:53:00,629 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc&marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc used request id req-b00ebee3-30eb-4980-9e70-3cdcf8941948 2018-08-05 12:53:05,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:53:05,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:05,670 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:53:05 GMT Server: Apache x-openstack-request-id: req-36e6c5c7-5ec9-4bf1-8d82-ce14d9f10a97 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&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-05 12:53:05,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53:05 GMT Server: Apache x-openstack-request-id: req-6e18e4c3-e1b3-4df1-b3d0-a58169781557 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:53:05,713 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc&marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc used request id req-6e18e4c3-e1b3-4df1-b3d0-a58169781557 2018-08-05 12:53:05,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0773251056671s 2018-08-05 12:53:05,713 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc&marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc used request id req-6e18e4c3-e1b3-4df1-b3d0-a58169781557 2018-08-05 12:53:05,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:53:05,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:05,743 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:53:05 GMT Server: Apache x-openstack-request-id: req-af43bc4f-d749-42d2-a246-538556275d41 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:53:05,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53:05 GMT Server: Apache x-openstack-request-id: req-88f8ec93-e50c-44f4-8a19-21c8b5d05b57 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:53:05,787 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-88f8ec93-e50c-44f4-8a19-21c8b5d05b57 2018-08-05 12:53:05,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0731048583984s 2018-08-05 12:53:05,787 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-88f8ec93-e50c-44f4-8a19-21c8b5d05b57 2018-08-05 12:53:10,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:53:10,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:10,827 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:53:10 GMT Server: Apache x-openstack-request-id: req-ed315277-c6a2-405a-8a64-b542ca3b6021 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&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-05 12:53:10,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53:10 GMT Server: Apache x-openstack-request-id: req-f68276f3-021d-493e-a468-85a18a1c2ee7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:53:10,869 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc&marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc used request id req-f68276f3-021d-493e-a468-85a18a1c2ee7 2018-08-05 12:53:10,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0750021934509s 2018-08-05 12:53:10,869 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc&marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc used request id req-f68276f3-021d-493e-a468-85a18a1c2ee7 2018-08-05 12:53:15,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:53:15,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:15,906 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:53:15 GMT Server: Apache x-openstack-request-id: req-d5baf5ab-4d9e-434f-b160-860e5a89dadf Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&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-05 12:53:15,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53:15 GMT Server: Apache x-openstack-request-id: req-54e586da-f71f-4713-b39a-c78405264248 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:53:15,947 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc&marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc used request id req-54e586da-f71f-4713-b39a-c78405264248 2018-08-05 12:53:15,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720219612122s 2018-08-05 12:53:15,948 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc&marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc used request id req-54e586da-f71f-4713-b39a-c78405264248 2018-08-05 12:53:15,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:53:15,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:15,978 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:53:15 GMT Server: Apache x-openstack-request-id: req-18fd387d-51d8-4864-8fd5-2d5c1066aafd Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 12:53:16,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53:15 GMT Server: Apache x-openstack-request-id: req-d7212a3b-ba00-4528-a4ea-a499f3073428 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 876 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-08-05 12:53:16,021 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-d7212a3b-ba00-4528-a4ea-a499f3073428 2018-08-05 12:53:16,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0732409954071s 2018-08-05 12:53:16,022 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-d7212a3b-ba00-4528-a4ea-a499f3073428 2018-08-05 12:53:21,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:53:21,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:21,158 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:53:21 GMT Server: Apache x-openstack-request-id: req-e419d6e8-0b41-41b0-802f-be8ca73dd47b Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&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-05 12:53:21,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53:21 GMT Server: Apache x-openstack-request-id: req-606f021a-766f-4e40-a2d3-f61c39997574 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 12:53:21,202 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc&marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc used request id req-606f021a-766f-4e40-a2d3-f61c39997574 2018-08-05 12:53:21,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.173921823502s 2018-08-05 12:53:21,202 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc&marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc used request id req-606f021a-766f-4e40-a2d3-f61c39997574 2018-08-05 12:53:26,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:53:26,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:26,240 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:53:26 GMT Server: Apache x-openstack-request-id: req-976d8916-07a4-4900-a3f7-7e8b2e6e16a3 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&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-05 12:53:26,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53:26 GMT Server: Apache x-openstack-request-id: req-6253ebe5-88ad-4f57-ac11-c18cad0a8b84 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 355 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "vellum", "event_time": "2018-08-05T12:53:22Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/vellum/events/d930e2f8-5f79-4f17-b33f-2383b019b08c", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "cf696bd9-4a80-4c59-aad9-405fe1eabeb4", "id": "d930e2f8-5f79-4f17-b33f-2383b019b08c"}]} 2018-08-05 12:53:26,283 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc&marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc used request id req-6253ebe5-88ad-4f57-ac11-c18cad0a8b84 2018-08-05 12:53:26,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0748240947723s 2018-08-05 12:53:26,284 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc&marker=99210d77-e2a4-422f-893c-94d9c89e5075&sort_dir=asc used request id req-6253ebe5-88ad-4f57-ac11-c18cad0a8b84 2018-08-05 12:53:31,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 12:53:31,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/events?marker=d930e2f8-5f79-4f17-b33f-2383b019b08c&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:31,319 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:53:31 GMT Server: Apache x-openstack-request-id: req-9c9b59d3-30d0-470d-ab01-0928eb26959e Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=d930e2f8-5f79-4f17-b33f-2383b019b08c&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-05 12:53:31,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53:31 GMT Server: Apache x-openstack-request-id: req-d8030c02-605e-48d7-9f85-04dad330734d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 680 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sprout", "event_time": "2018-08-05T12:53:27Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/sprout/events/02adee18-c344-43bb-84bf-ece7725ea142", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "1ab326db-a185-4415-a17f-095b8aa81b3b", "id": "02adee18-c344-43bb-84bf-ece7725ea142"}, {"resource_name": "homer", "event_time": "2018-08-05T12:53:28Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/homer/events/9d8c7396-823f-40f2-809b-b10ee69f5272", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "6b3945ad-aa13-4365-9b03-4e70bfd3436c", "id": "9d8c7396-823f-40f2-809b-b10ee69f5272"}, {"resource_name": "dime", "event_time": "2018-08-05T12:53:28Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/dime/events/e80a7d06-136e-4f00-8d59-22807259f9a3", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "a146a1ff-9a06-4605-96ab-9509adbf1c92", "id": "e80a7d06-136e-4f00-8d59-22807259f9a3"}, {"resource_name": "bono", "event_time": "2018-08-05T12:53:29Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/bono/events/e1f2301e-c090-4a5a-a1db-d7d386bd4b93", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "541ae883-3f4e-4aa1-8415-b0341881a324", "id": "e1f2301e-c090-4a5a-a1db-d7d386bd4b93"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-05T12:53:29Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/clearwater-opnfv/events/c444f53b-b24f-49c1-a851-a126140de858", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE completed successfully", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "id": "c444f53b-b24f-49c1-a851-a126140de858"}]} 2018-08-05 12:53:31,362 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=d930e2f8-5f79-4f17-b33f-2383b019b08c&sort_dir=asc&marker=d930e2f8-5f79-4f17-b33f-2383b019b08c&sort_dir=asc used request id req-d8030c02-605e-48d7-9f85-04dad330734d 2018-08-05 12:53:31,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723731517792s 2018-08-05 12:53:31,363 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=d930e2f8-5f79-4f17-b33f-2383b019b08c&sort_dir=asc&marker=d930e2f8-5f79-4f17-b33f-2383b019b08c&sort_dir=asc used request id req-d8030c02-605e-48d7-9f85-04dad330734d 2018-08-05 12:53:31,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 12:53:31,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:31,395 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 12:53:31 GMT Server: Apache x-openstack-request-id: req-0361ea82-d826-4ee9-96a8-f61701c36159 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173 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-05 12:53:31,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53:31 GMT Server: Apache x-openstack-request-id: req-6dcd8b5e-bde4-4ec1-b250-391ee3650f79 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 947 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "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-05 12:53:31,519 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173 used request id req-6dcd8b5e-bde4-4ec1-b250-391ee3650f79 2018-08-05 12:53:31,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.155118942261s 2018-08-05 12:53:31,520 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173 used request id req-6dcd8b5e-bde4-4ec1-b250-391ee3650f79 2018-08-05 12:53:31,521 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - stack: Munch({'stack_name': u'clearwater-opnfv', 'creation_time': u'2018-08-05T12:48:26Z', 'updated_at': None, 'notification_topics': [], 'timeout_mins': 60, 'owner': None, 'tempate_description': u'Clearwater deployment\n', 'deleted_at': None, 'id': u'03f0fd0d-42bf-4f6c-99ba-617e4b307173', 'parameters': Munch({u'OS::project_id': u'f92d54a84ff74968a809ea5edb06f90f', u'private_sig_net_ip_version': u'4', u'image': u'heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc', u'private_mgmt_net_pool_start': u'192.168.0.1', u'dime_cluster_size': u'1', u'flavor': u'heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 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_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 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'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 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'03f0fd0d-42bf-4f6c-99ba-617e4b307173', u'dnssec_key': u'GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==', u'bono_cluster_size': u'1', u'public_mgmt_net_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab'}), 'deletion_time': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'stack_user_project_id': u'847b37e9a3db4f2a968930872ed28fcc', '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-05T12:48:26Z', 'stack_status_reason': u'Stack CREATE completed successfully', 'updated_time': None, 'action': u'CREATE', 'identifier': 'clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173'}) 2018-08-05 12:53:31,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:53:31,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:32,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53: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-0f705358-69d1-4c00-b920-ec15aeb287f4 x-compute-request-id: req-0f705358-69d1-4c00-b920-ec15aeb287f4 Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:53:32,021 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0f705358-69d1-4c00-b920-ec15aeb287f4 2018-08-05 12:53:32,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.499210119247s 2018-08-05 12:53:32,022 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0f705358-69d1-4c00-b920-ec15aeb287f4 2018-08-05 12:53:32,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 12:53:32,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:32,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1885 X-Openstack-Request-Id: req-e9c5b7ee-0c0b-4c16-820f-dbd682b8a430 Date: Sun, 05 Aug 2018 12:53:32 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"77e8d440-bb6a-42a0-b5f1-91d0f5b6de09","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f92d54a84ff74968a809ea5edb06f90f","l2_adjacency":true,"status":"ACTIVE","subnets":["40517e12-4baa-4204-b185-84eeb070f75c"],"description":"","tags":[],"updated_at":"2018-08-05T12:48:31Z","qos_policy_id":null,"name":"clearwater-opnfv-private-signaling","admin_state_up":true,"tenant_id":"f92d54a84ff74968a809ea5edb06f90f","created_at":"2018-08-05T12:48:29Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"79285fa2-cdfb-427a-93a0-f263fc95254b","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f92d54a84ff74968a809ea5edb06f90f","l2_adjacency":true,"status":"ACTIVE","subnets":["7f7ff199-1f2a-4b35-91a7-ed6db043d3a7"],"description":"","tags":[],"updated_at":"2018-08-05T12:48:30Z","qos_policy_id":null,"name":"clearwater-opnfv-private-management","admin_state_up":true,"tenant_id":"f92d54a84ff74968a809ea5edb06f90f","created_at":"2018-08-05T12:48:28Z","mtu":1450}]} 2018-08-05 12:53:32,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-e9c5b7ee-0c0b-4c16-820f-dbd682b8a430 2018-08-05 12:53:32,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.149319171906s 2018-08-05 12:53:32,183 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-e9c5b7ee-0c0b-4c16-820f-dbd682b8a430 2018-08-05 12:53:32,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 12:53:32,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:32,285 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1298 X-Openstack-Request-Id: req-807e227f-6928-4599-be14-30c873b222e1 Date: Sun, 05 Aug 2018 12:53:32 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"77e8d440-bb6a-42a0-b5f1-91d0f5b6de09","tenant_id":"f92d54a84ff74968a809ea5edb06f90f","created_at":"2018-08-05T12:48:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T12:48:31Z","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":"f92d54a84ff74968a809ea5edb06f90f","id":"40517e12-4baa-4204-b185-84eeb070f75c","subnetpool_id":null,"name":"clearwater-opnfv-private-signaling"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"79285fa2-cdfb-427a-93a0-f263fc95254b","tenant_id":"f92d54a84ff74968a809ea5edb06f90f","created_at":"2018-08-05T12:48:30Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T12:48:30Z","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":"f92d54a84ff74968a809ea5edb06f90f","id":"7f7ff199-1f2a-4b35-91a7-ed6db043d3a7","subnetpool_id":null,"name":"clearwater-opnfv-private-management"}]} 2018-08-05 12:53:32,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-807e227f-6928-4599-be14-30c873b222e1 2018-08-05 12:53:32,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.101290941238s 2018-08-05 12:53:32,286 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-807e227f-6928-4599-be14-30c873b222e1 2018-08-05 12:53:32,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 12:53:32,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:32,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53: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-6326d8a3-de6f-46bd-973f-736d571dbfe7 x-compute-request-id: req-6326d8a3-de6f-46bd-973f-736d571dbfe7 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "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": "b6e46162-643b-4e42-8dbd-42b8dd598739"}]} 2018-08-05 12:53:32,320 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-6326d8a3-de6f-46bd-973f-736d571dbfe7 2018-08-05 12:53:32,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0324401855469s 2018-08-05 12:53:32,320 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-6326d8a3-de6f-46bd-973f-736d571dbfe7 2018-08-05 12:53:32,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-05 12:53:32,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:32,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53: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-907d7a3a-0d8d-44f2-b7ff-dea8ff218cef x-compute-request-id: req-907d7a3a-0d8d-44f2-b7ff-dea8ff218cef Content-Encoding: gzip Content-Length: 808 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "82cc71ce-261a-42ee-a2ae-973f19a6984d"}, {"from_port": 2380, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {}, "id": "8d9878c3-f21a-4beb-81ce-b6f51bac0863"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a6d3886f-562e-455b-8c33-ef86fd127216"}, {"from_port": 4000, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {}, "id": "a99c6ee3-d496-4c97-83fa-564103fdc4b6"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "c9af8752-03cb-4316-b6da-5c2836aac4a4"}], "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 9888, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "1ad7abfc-081d-4e53-a4cc-b2442eaaf4a9", "ip_range": {}, "id": "1f823a95-b72d-40bb-aee7-3bb839470d6f"}, {"from_port": 5052, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "1ad7abfc-081d-4e53-a4cc-b2442eaaf4a9", "ip_range": {}, "id": "717e3cdb-3af3-4cb1-a08a-b55f8d14fc4a"}, {"from_port": 9888, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "1ad7abfc-081d-4e53-a4cc-b2442eaaf4a9", "ip_range": {}, "id": "bb336c4f-6681-41cc-99f7-ba800b4cd8b1"}, {"from_port": 5054, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "1ad7abfc-081d-4e53-a4cc-b2442eaaf4a9", "ip_range": {}, "id": "e7e2f836-a044-4cee-9ca1-b8b058d35df8"}], "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "id": "1ad7abfc-081d-4e53-a4cc-b2442eaaf4a9", "name": "clearwater-opnfv-sprout-sig-inbound", "description": "Security group for Sprout nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 5052, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "e96f29e1-18c1-4f2b-83aa-134c54d7d5f2", "ip_range": {}, "id": "4f30bb62-186f-4288-b2e9-28038d4d6c39"}, {"from_port": 5054, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "e96f29e1-18c1-4f2b-83aa-134c54d7d5f2", "ip_range": {}, "id": "ca0ffe8b-e3d2-4472-9f5f-d4dfc8b50f98"}], "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "id": "e96f29e1-18c1-4f2b-83aa-134c54d7d5f2", "name": "clearwater-opnfv-sprout-sig-outbound", "description": "Security group for Sprout nodes outbound traffic (signaling)"}]} 2018-08-05 12:53:32,891 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/os-security-groups used request id req-907d7a3a-0d8d-44f2-b7ff-dea8ff218cef 2018-08-05 12:53:32,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.569233179092s 2018-08-05 12:53:32,892 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/os-security-groups used request id req-907d7a3a-0d8d-44f2-b7ff-dea8ff218cef 2018-08-05 12:53:32,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:53:32,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:32,937 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-d248a1f8-440c-4627-b8cd-e04169830aa7 Date: Sun, 05 Aug 2018 12:53:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/snap", "metadata": {}}], "file": "/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/file", "owner": "f92d54a84ff74968a809ea5edb06f90f", "id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "size": 263062016, "self": "/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-05T12:48:20Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-05T12:48:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:53:32,937 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-d248a1f8-440c-4627-b8cd-e04169830aa7 2018-08-05 12:53:32,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0367558002472s 2018-08-05 12:53:32,938 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-d248a1f8-440c-4627-b8cd-e04169830aa7 2018-08-05 12:53:32,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-05 12:53:32,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8776/v3/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:33,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53:32 GMT Server: Apache x-compute-request-id: req-23c469b9-6b9c-431c-848a-b90c47fcc585 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-23c469b9-6b9c-431c-848a-b90c47fcc585 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-05 12:53:33,631 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/f92d54a84ff74968a809ea5edb06f90f/volumes/detail used request id req-23c469b9-6b9c-431c-848a-b90c47fcc585 2018-08-05 12:53:33,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.689566850662s 2018-08-05 12:53:33,631 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/f92d54a84ff74968a809ea5edb06f90f/volumes/detail used request id req-23c469b9-6b9c-431c-848a-b90c47fcc585 2018-08-05 12:53:34,634 - 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-05 12:53:34,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 12:53:34,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:34,663 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53: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-c0e869b1-bf73-46e6-ab70-bc0beca56f71 x-compute-request-id: req-c0e869b1-bf73-46e6-ab70-bc0beca56f71 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "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": "b6e46162-643b-4e42-8dbd-42b8dd598739"}]} 2018-08-05 12:53:34,663 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-c0e869b1-bf73-46e6-ab70-bc0beca56f71 2018-08-05 12:53:34,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0285558700562s 2018-08-05 12:53:34,664 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-c0e869b1-bf73-46e6-ab70-bc0beca56f71 2018-08-05 12:53:34,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-05 12:53:34,667 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:35,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53: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-90d3cc07-97f4-40f9-8881-7d635568a995 x-compute-request-id: req-90d3cc07-97f4-40f9-8881-7d635568a995 Content-Encoding: gzip Content-Length: 808 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "82cc71ce-261a-42ee-a2ae-973f19a6984d"}, {"from_port": 2380, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {}, "id": "8d9878c3-f21a-4beb-81ce-b6f51bac0863"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a6d3886f-562e-455b-8c33-ef86fd127216"}, {"from_port": 4000, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {}, "id": "a99c6ee3-d496-4c97-83fa-564103fdc4b6"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "c9af8752-03cb-4316-b6da-5c2836aac4a4"}], "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 5060, "group": {}, "ip_protocol": "tcp", "to_port": 5060, "parent_group_id": "6ba576d0-1e6d-46de-97f0-50904a6f99bc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "0358ff49-cbbf-4663-823d-00f063482450"}, {"from_port": 3478, "group": {}, "ip_protocol": "tcp", "to_port": 3478, "parent_group_id": "6ba576d0-1e6d-46de-97f0-50904a6f99bc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "1b144fe0-0d03-4e14-9ce3-c01e9e1836e0"}, {"from_port": 3478, "group": {}, "ip_protocol": "udp", "to_port": 3478, "parent_group_id": "6ba576d0-1e6d-46de-97f0-50904a6f99bc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "3bbe2882-937f-4631-8b9c-0de4e1c22d7a"}, {"from_port": 5058, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "6ba576d0-1e6d-46de-97f0-50904a6f99bc", "ip_range": {}, "id": "45cb12a9-83fc-466a-b5d1-8a0752fe6b2c"}, {"from_port": 5062, "group": {}, "ip_protocol": "tcp", "to_port": 5062, "parent_group_id": "6ba576d0-1e6d-46de-97f0-50904a6f99bc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "637a8eac-9b71-4137-86d3-c5c0fa582267"}, {"from_port": 5060, "group": {}, "ip_protocol": "udp", "to_port": 5060, "parent_group_id": "6ba576d0-1e6d-46de-97f0-50904a6f99bc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "668a8d0a-496b-4701-878f-7dda80c63a43"}, {"from_port": 32768, "group": {}, "ip_protocol": "udp", "to_port": 65535, "parent_group_id": "6ba576d0-1e6d-46de-97f0-50904a6f99bc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "900947bc-7a8e-499e-acc5-49614618a0aa"}, {"from_port": 5058, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "6ba576d0-1e6d-46de-97f0-50904a6f99bc", "ip_range": {}, "id": "e9668acb-c2f7-4cd4-be9a-b14770162ed2"}], "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "id": "6ba576d0-1e6d-46de-97f0-50904a6f99bc", "name": "clearwater-opnfv-bono-sig", "description": "Security group for Bono nodes (signaling)"}]} 2018-08-05 12:53:35,077 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9/os-security-groups used request id req-90d3cc07-97f4-40f9-8881-7d635568a995 2018-08-05 12:53:35,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.412091016769s 2018-08-05 12:53:35,077 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9/os-security-groups used request id req-90d3cc07-97f4-40f9-8881-7d635568a995 2018-08-05 12:53:35,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:53:35,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:35,120 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-d80780cb-1163-4664-b9dc-761f86917217 Date: Sun, 05 Aug 2018 12:53:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/snap", "metadata": {}}], "file": "/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/file", "owner": "f92d54a84ff74968a809ea5edb06f90f", "id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "size": 263062016, "self": "/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-05T12:48:20Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-05T12:48:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:53:35,120 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-d80780cb-1163-4664-b9dc-761f86917217 2018-08-05 12:53:35,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0347239971161s 2018-08-05 12:53:35,121 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-d80780cb-1163-4664-b9dc-761f86917217 2018-08-05 12:53:35,124 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-05 12:53:35,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8776/v3/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:35,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53:35 GMT Server: Apache x-compute-request-id: req-3741d9c5-ed90-4d55-bbe2-0fa466413f2f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-3741d9c5-ed90-4d55-bbe2-0fa466413f2f Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-05 12:53:35,841 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/f92d54a84ff74968a809ea5edb06f90f/volumes/detail used request id req-3741d9c5-ed90-4d55-bbe2-0fa466413f2f 2018-08-05 12:53:35,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.717631101608s 2018-08-05 12:53:35,842 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/f92d54a84ff74968a809ea5edb06f90f/volumes/detail used request id req-3741d9c5-ed90-4d55-bbe2-0fa466413f2f 2018-08-05 12:53:35,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 12:53:35,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:35,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-a3d138c0-81f0-4279-bbcb-a9cdb2b14006 x-compute-request-id: req-a3d138c0-81f0-4279-bbcb-a9cdb2b14006 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "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": "b6e46162-643b-4e42-8dbd-42b8dd598739"}]} 2018-08-05 12:53:35,869 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-a3d138c0-81f0-4279-bbcb-a9cdb2b14006 2018-08-05 12:53:35,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0264389514923s 2018-08-05 12:53:35,869 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-a3d138c0-81f0-4279-bbcb-a9cdb2b14006 2018-08-05 12:53:35,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-05 12:53:35,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:36,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-6067a48c-b047-42f5-9344-ff1a14d45761 x-compute-request-id: req-6067a48c-b047-42f5-9344-ff1a14d45761 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "82cc71ce-261a-42ee-a2ae-973f19a6984d"}, {"from_port": 2380, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {}, "id": "8d9878c3-f21a-4beb-81ce-b6f51bac0863"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a6d3886f-562e-455b-8c33-ef86fd127216"}, {"from_port": 4000, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {}, "id": "a99c6ee3-d496-4c97-83fa-564103fdc4b6"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "c9af8752-03cb-4316-b6da-5c2836aac4a4"}], "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 8889, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-ellis-mgmt"}, "ip_protocol": "tcp", "to_port": 8889, "parent_group_id": "70d42f62-5891-4b77-b6e4-f9c56b393a68", "ip_range": {}, "id": "29c6df96-a2df-4479-a501-382bad628f61"}], "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "id": "70d42f62-5891-4b77-b6e4-f9c56b393a68", "name": "clearwater-opnfv-dime-mgmt", "description": "Security group for Dime nodes (management)"}, {"rules": [{"from_port": 10888, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "e9df2444-9194-49a4-9f6f-aa9bd8242d39", "ip_range": {}, "id": "3c7dd211-84f1-4b97-9996-25f12994d3f7"}, {"from_port": 8888, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "e9df2444-9194-49a4-9f6f-aa9bd8242d39", "ip_range": {}, "id": "439f6274-11ff-46a8-82a9-7f12157922f9"}, {"from_port": 8888, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "e9df2444-9194-49a4-9f6f-aa9bd8242d39", "ip_range": {}, "id": "800aa147-d938-4007-a74b-04a974d76d4d"}, {"from_port": 10888, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "e9df2444-9194-49a4-9f6f-aa9bd8242d39", "ip_range": {}, "id": "cb8f62d2-2050-45f9-8426-26b3bb1cb89f"}, {"from_port": 10888, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "e9df2444-9194-49a4-9f6f-aa9bd8242d39", "ip_range": {}, "id": "ef6de0be-dc91-4df3-bd31-5c57821e935b"}], "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "id": "e9df2444-9194-49a4-9f6f-aa9bd8242d39", "name": "clearwater-opnfv-dime-sig", "description": "Security group for Dime nodes (signaling)"}]} 2018-08-05 12:53:36,366 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683/os-security-groups used request id req-6067a48c-b047-42f5-9344-ff1a14d45761 2018-08-05 12:53:36,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.495079040527s 2018-08-05 12:53:36,366 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683/os-security-groups used request id req-6067a48c-b047-42f5-9344-ff1a14d45761 2018-08-05 12:53:36,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:53:36,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:36,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-d98ab04a-4ffb-4858-b4db-96b5bb5b2666 Date: Sun, 05 Aug 2018 12:53:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/snap", "metadata": {}}], "file": "/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/file", "owner": "f92d54a84ff74968a809ea5edb06f90f", "id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "size": 263062016, "self": "/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-05T12:48:20Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-05T12:48:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:53:36,412 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-d98ab04a-4ffb-4858-b4db-96b5bb5b2666 2018-08-05 12:53:36,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0377700328827s 2018-08-05 12:53:36,412 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-d98ab04a-4ffb-4858-b4db-96b5bb5b2666 2018-08-05 12:53:36,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-05 12:53:36,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8776/v3/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:37,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53:36 GMT Server: Apache x-compute-request-id: req-f283c9c2-a124-444b-bbc3-c134673e1fcd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-f283c9c2-a124-444b-bbc3-c134673e1fcd Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-05 12:53:37,032 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/f92d54a84ff74968a809ea5edb06f90f/volumes/detail used request id req-f283c9c2-a124-444b-bbc3-c134673e1fcd 2018-08-05 12:53:37,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.616482973099s 2018-08-05 12:53:37,033 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/f92d54a84ff74968a809ea5edb06f90f/volumes/detail used request id req-f283c9c2-a124-444b-bbc3-c134673e1fcd 2018-08-05 12:53:38,117 - 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-05 12:53:38,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 12:53:38,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:38,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-3e62e679-3262-4abc-8d09-e230f5a44e4c x-compute-request-id: req-3e62e679-3262-4abc-8d09-e230f5a44e4c Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "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": "b6e46162-643b-4e42-8dbd-42b8dd598739"}]} 2018-08-05 12:53:38,144 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-3e62e679-3262-4abc-8d09-e230f5a44e4c 2018-08-05 12:53:38,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0263230800629s 2018-08-05 12:53:38,144 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-3e62e679-3262-4abc-8d09-e230f5a44e4c 2018-08-05 12:53:38,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-05 12:53:38,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:38,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-5f954df7-ad94-4c44-a7e6-0b2c08a95c90 x-compute-request-id: req-5f954df7-ad94-4c44-a7e6-0b2c08a95c90 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "82cc71ce-261a-42ee-a2ae-973f19a6984d"}, {"from_port": 2380, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {}, "id": "8d9878c3-f21a-4beb-81ce-b6f51bac0863"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a6d3886f-562e-455b-8c33-ef86fd127216"}, {"from_port": 4000, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {}, "id": "a99c6ee3-d496-4c97-83fa-564103fdc4b6"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "c9af8752-03cb-4316-b6da-5c2836aac4a4"}], "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "f353abc0-ff1f-48f8-b958-2016631cdeca", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "b1186201-073b-40bb-b3d9-ddedbdae0caf"}, {"from_port": 7888, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "f353abc0-ff1f-48f8-b958-2016631cdeca", "ip_range": {}, "id": "b657763a-9734-45cd-9966-bb46069e73a1"}], "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "id": "f353abc0-ff1f-48f8-b958-2016631cdeca", "name": "clearwater-opnfv-homer-mgmt", "description": "Security group for Homer nodes (management)"}, {"rules": [{"from_port": 7888, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "a28f2f43-6afd-48fc-908e-288b2cc39606", "ip_range": {}, "id": "239fc67b-4467-40d2-9b54-8ecf337abb3b"}, {"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "a28f2f43-6afd-48fc-908e-288b2cc39606", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "56e9a066-a22b-40e8-936d-67cd83616b32"}, {"from_port": 9160, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "a28f2f43-6afd-48fc-908e-288b2cc39606", "ip_range": {}, "id": "710f6246-b036-4bd0-bcf8-64a22acf65e0"}], "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "id": "a28f2f43-6afd-48fc-908e-288b2cc39606", "name": "clearwater-opnfv-homer-sig", "description": "Security group for Homer nodes (signaling)"}]} 2018-08-05 12:53:38,349 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4/os-security-groups used request id req-5f954df7-ad94-4c44-a7e6-0b2c08a95c90 2018-08-05 12:53:38,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.202938079834s 2018-08-05 12:53:38,349 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4/os-security-groups used request id req-5f954df7-ad94-4c44-a7e6-0b2c08a95c90 2018-08-05 12:53:38,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:53:38,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:38,392 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-a94bc1fd-7844-45fb-89fa-1ce29f5983c5 Date: Sun, 05 Aug 2018 12:53:38 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/snap", "metadata": {}}], "file": "/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/file", "owner": "f92d54a84ff74968a809ea5edb06f90f", "id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "size": 263062016, "self": "/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-05T12:48:20Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-05T12:48:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:53:38,392 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-a94bc1fd-7844-45fb-89fa-1ce29f5983c5 2018-08-05 12:53:38,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0348269939423s 2018-08-05 12:53:38,393 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-a94bc1fd-7844-45fb-89fa-1ce29f5983c5 2018-08-05 12:53:38,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-05 12:53:38,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8776/v3/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:39,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53:38 GMT Server: Apache x-compute-request-id: req-e5c4b430-6027-46f5-bbcf-583f0116ccac OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-e5c4b430-6027-46f5-bbcf-583f0116ccac Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-05 12:53:39,299 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/f92d54a84ff74968a809ea5edb06f90f/volumes/detail used request id req-e5c4b430-6027-46f5-bbcf-583f0116ccac 2018-08-05 12:53:39,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.902853012085s 2018-08-05 12:53:39,300 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/f92d54a84ff74968a809ea5edb06f90f/volumes/detail used request id req-e5c4b430-6027-46f5-bbcf-583f0116ccac 2018-08-05 12:53:39,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 12:53:39,303 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:39,328 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53: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-6791f845-32fd-497f-82c3-5291a76147df x-compute-request-id: req-6791f845-32fd-497f-82c3-5291a76147df Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "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": "b6e46162-643b-4e42-8dbd-42b8dd598739"}]} 2018-08-05 12:53:39,328 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-6791f845-32fd-497f-82c3-5291a76147df 2018-08-05 12:53:39,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0276718139648s 2018-08-05 12:53:39,328 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-6791f845-32fd-497f-82c3-5291a76147df 2018-08-05 12:53:39,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-05 12:53:39,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:39,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53: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-18c1aa4e-ed05-4303-a725-0505bbb46142 x-compute-request-id: req-18c1aa4e-ed05-4303-a725-0505bbb46142 Content-Encoding: gzip Content-Length: 916 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "82cc71ce-261a-42ee-a2ae-973f19a6984d"}, {"from_port": 2380, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {}, "id": "8d9878c3-f21a-4beb-81ce-b6f51bac0863"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a6d3886f-562e-455b-8c33-ef86fd127216"}, {"from_port": 4000, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {}, "id": "a99c6ee3-d496-4c97-83fa-564103fdc4b6"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "c9af8752-03cb-4316-b6da-5c2836aac4a4"}], "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 7253, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "ef696269-22dc-4a9f-8afa-3911db7fc84a", "ip_range": {}, "id": "5ec3cab7-2d7f-4d50-89eb-076f6b5c6666"}, {"from_port": 11311, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 11311, "parent_group_id": "ef696269-22dc-4a9f-8afa-3911db7fc84a", "ip_range": {}, "id": "6165674d-e6c0-46e6-b2d6-8e79eee96dd3"}, {"from_port": 11311, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 11311, "parent_group_id": "ef696269-22dc-4a9f-8afa-3911db7fc84a", "ip_range": {}, "id": "638516d4-cb0e-41d1-abc5-46e10cfd7306"}, {"from_port": 7253, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "ef696269-22dc-4a9f-8afa-3911db7fc84a", "ip_range": {}, "id": "82552005-8e56-4db7-8ca4-a5c0d33477da"}, {"from_port": 9160, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "ef696269-22dc-4a9f-8afa-3911db7fc84a", "ip_range": {}, "id": "8c5d4dc1-41ec-4289-91d4-6b23d14f245f"}, {"from_port": 9160, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "ef696269-22dc-4a9f-8afa-3911db7fc84a", "ip_range": {}, "id": "d18236bb-e17b-4b65-a5a4-be22764ab69d"}], "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "id": "ef696269-22dc-4a9f-8afa-3911db7fc84a", "name": "clearwater-opnfv-vellum-sig-inbound", "description": "Security group for Vellum nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 7253, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "054c526a-5408-4b7b-a14d-ab4e4438a7a2", "ip_range": {}, "id": "59b62a49-dfc9-4a16-95a7-75408061a5dd"}, {"from_port": 11211, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 11211, "parent_group_id": "054c526a-5408-4b7b-a14d-ab4e4438a7a2", "ip_range": {}, "id": "71262fe6-b5f1-4d00-8260-0e4c1906801e"}, {"from_port": 7000, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7000, "parent_group_id": "054c526a-5408-4b7b-a14d-ab4e4438a7a2", "ip_range": {}, "id": "9c0a0a94-9c37-4969-b7f0-553fef55becf"}], "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "id": "054c526a-5408-4b7b-a14d-ab4e4438a7a2", "name": "clearwater-opnfv-vellum-sig-outbound", "description": "Security group for Vellum nodes outbound traffic (signaling)"}]} 2018-08-05 12:53:39,805 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7/os-security-groups used request id req-18c1aa4e-ed05-4303-a725-0505bbb46142 2018-08-05 12:53:39,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.476118803024s 2018-08-05 12:53:39,806 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7/os-security-groups used request id req-18c1aa4e-ed05-4303-a725-0505bbb46142 2018-08-05 12:53:39,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:53:39,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:39,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-176a9f69-1b5f-4c02-980a-ffcb49fe56ce Date: Sun, 05 Aug 2018 12:53:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/snap", "metadata": {}}], "file": "/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/file", "owner": "f92d54a84ff74968a809ea5edb06f90f", "id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "size": 263062016, "self": "/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-05T12:48:20Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-05T12:48:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:53:39,852 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-176a9f69-1b5f-4c02-980a-ffcb49fe56ce 2018-08-05 12:53:39,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0352940559387s 2018-08-05 12:53:39,852 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-176a9f69-1b5f-4c02-980a-ffcb49fe56ce 2018-08-05 12:53:39,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-05 12:53:39,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8776/v3/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:39,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53:39 GMT Server: Apache x-compute-request-id: req-4a664534-9275-4e22-b2a1-4bc8ce122dc4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4a664534-9275-4e22-b2a1-4bc8ce122dc4 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-05 12:53:39,905 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/f92d54a84ff74968a809ea5edb06f90f/volumes/detail used request id req-4a664534-9275-4e22-b2a1-4bc8ce122dc4 2018-08-05 12:53:39,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0498549938202s 2018-08-05 12:53:39,906 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/f92d54a84ff74968a809ea5edb06f90f/volumes/detail used request id req-4a664534-9275-4e22-b2a1-4bc8ce122dc4 2018-08-05 12:53:39,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 12:53:39,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:39,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53: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-2404db34-ce80-4ac6-aff9-582cc4b38a4f x-compute-request-id: req-2404db34-ce80-4ac6-aff9-582cc4b38a4f Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "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": "b6e46162-643b-4e42-8dbd-42b8dd598739"}]} 2018-08-05 12:53:39,933 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-2404db34-ce80-4ac6-aff9-582cc4b38a4f 2018-08-05 12:53:39,933 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.026871919632s 2018-08-05 12:53:39,934 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-2404db34-ce80-4ac6-aff9-582cc4b38a4f 2018-08-05 12:53:39,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-05 12:53:39,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:40,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53: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-486bed1e-c19c-4622-a072-78a761eb7de8 x-compute-request-id: req-486bed1e-c19c-4622-a072-78a761eb7de8 Content-Encoding: gzip Content-Length: 581 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "82cc71ce-261a-42ee-a2ae-973f19a6984d"}, {"from_port": 2380, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {}, "id": "8d9878c3-f21a-4beb-81ce-b6f51bac0863"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a6d3886f-562e-455b-8c33-ef86fd127216"}, {"from_port": 4000, "group": {"tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {}, "id": "a99c6ee3-d496-4c97-83fa-564103fdc4b6"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "c9af8752-03cb-4316-b6da-5c2836aac4a4"}], "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "id": "50dcbe8c-43a6-45e2-9d6e-690784bd72d0", "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": "c6c4d3ad-27ec-4288-96bc-8fbe3601fa6b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "dccb6d26-5d53-43b1-ae4a-754bc6f680e1"}, {"from_port": 80, "group": {}, "ip_protocol": "tcp", "to_port": 80, "parent_group_id": "c6c4d3ad-27ec-4288-96bc-8fbe3601fa6b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e49ace0c-17f9-4fc0-9fe4-6622922824e5"}], "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "id": "c6c4d3ad-27ec-4288-96bc-8fbe3601fa6b", "name": "clearwater-opnfv-ellis-mgmt", "description": "Security group for Ellis nodes (management)"}]} 2018-08-05 12:53:40,091 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517/os-security-groups used request id req-486bed1e-c19c-4622-a072-78a761eb7de8 2018-08-05 12:53:40,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.155913829803s 2018-08-05 12:53:40,091 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517/os-security-groups used request id req-486bed1e-c19c-4622-a072-78a761eb7de8 2018-08-05 12:53:40,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:53:40,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:40,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-861cfc68-c603-4298-9bf7-6fa7164c9682 Date: Sun, 05 Aug 2018 12:53:40 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/snap", "metadata": {}}], "file": "/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/file", "owner": "f92d54a84ff74968a809ea5edb06f90f", "id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "size": 263062016, "self": "/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-05T12:48:20Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-05T12:48:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:53:40,138 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-861cfc68-c603-4298-9bf7-6fa7164c9682 2018-08-05 12:53:40,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0415320396423s 2018-08-05 12:53:40,139 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-861cfc68-c603-4298-9bf7-6fa7164c9682 2018-08-05 12:53:40,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-05 12:53:40,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8776/v3/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:40,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53:40 GMT Server: Apache x-compute-request-id: req-04fc6108-06f3-4e1b-9494-fd017a2959ba OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-04fc6108-06f3-4e1b-9494-fd017a2959ba Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-05 12:53:40,800 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/f92d54a84ff74968a809ea5edb06f90f/volumes/detail used request id req-04fc6108-06f3-4e1b-9494-fd017a2959ba 2018-08-05 12:53:40,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.658796072006s 2018-08-05 12:53:40,800 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/f92d54a84ff74968a809ea5edb06f90f/volumes/detail used request id req-04fc6108-06f3-4e1b-9494-fd017a2959ba 2018-08-05 12:53:40,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 12:53:40,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:40,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53: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-d34e0f35-9a66-4f9f-974e-192f4e1a9c57 x-compute-request-id: req-d34e0f35-9a66-4f9f-974e-192f4e1a9c57 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "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": "b6e46162-643b-4e42-8dbd-42b8dd598739"}]} 2018-08-05 12:53:40,830 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-d34e0f35-9a66-4f9f-974e-192f4e1a9c57 2018-08-05 12:53:40,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0290160179138s 2018-08-05 12:53:40,830 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-d34e0f35-9a66-4f9f-974e-192f4e1a9c57 2018-08-05 12:53:40,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-08-05 12:53:40,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:41,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53: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-48462869-58f7-410d-b0d2-442b14aaa05b x-compute-request-id: req-48462869-58f7-410d-b0d2-442b14aaa05b Content-Encoding: gzip Content-Length: 401 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "3f69f24e-43d8-4e3b-a1b0-54745fbd5a7a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "1bd941e4-ea74-4949-8898-ecb72d72ef26"}, {"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "3f69f24e-43d8-4e3b-a1b0-54745fbd5a7a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "61f76588-ba73-440a-b9f5-a7c89043b391"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "3f69f24e-43d8-4e3b-a1b0-54745fbd5a7a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "9a8ef900-1018-4799-83b9-d7c71b60d5cd"}, {"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "3f69f24e-43d8-4e3b-a1b0-54745fbd5a7a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "ab9ee0aa-b09f-4282-84cf-a78725f1ac36"}], "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "id": "3f69f24e-43d8-4e3b-a1b0-54745fbd5a7a", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}, {"rules": [{"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "3f69f24e-43d8-4e3b-a1b0-54745fbd5a7a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "1bd941e4-ea74-4949-8898-ecb72d72ef26"}, {"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "3f69f24e-43d8-4e3b-a1b0-54745fbd5a7a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "61f76588-ba73-440a-b9f5-a7c89043b391"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "3f69f24e-43d8-4e3b-a1b0-54745fbd5a7a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "9a8ef900-1018-4799-83b9-d7c71b60d5cd"}, {"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "3f69f24e-43d8-4e3b-a1b0-54745fbd5a7a", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "ab9ee0aa-b09f-4282-84cf-a78725f1ac36"}], "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "id": "3f69f24e-43d8-4e3b-a1b0-54745fbd5a7a", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}]} 2018-08-05 12:53:41,010 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406/os-security-groups used request id req-48462869-58f7-410d-b0d2-442b14aaa05b 2018-08-05 12:53:41,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.178779840469s 2018-08-05 12:53:41,011 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406/os-security-groups used request id req-48462869-58f7-410d-b0d2-442b14aaa05b 2018-08-05 12:53:41,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 12:53:41,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:41,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1207 Content-Type: application/json X-Openstack-Request-Id: req-c6d217e5-1276-4549-b492-2cb18f3d022b Date: Sun, 05 Aug 2018 12:53:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/snap", "metadata": {}}], "file": "/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/file", "owner": "f92d54a84ff74968a809ea5edb06f90f", "id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "size": 263062016, "self": "/v2/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/e921ae72-d99b-4997-bde8-b0472e8f4a92/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-05T12:48:20Z", "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-05T12:48:15Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 12:53:41,054 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-c6d217e5-1276-4549-b492-2cb18f3d022b 2018-08-05 12:53:41,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0357730388641s 2018-08-05 12:53:41,054 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-c6d217e5-1276-4549-b492-2cb18f3d022b 2018-08-05 12:53:41,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-05 12:53:41,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8776/v3/f92d54a84ff74968a809ea5edb06f90f/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:41,673 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53:41 GMT Server: Apache x-compute-request-id: req-4c99eaf1-af6d-4c0f-ade1-eb9da89bbd8e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-4c99eaf1-af6d-4c0f-ade1-eb9da89bbd8e Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-05 12:53:41,673 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/f92d54a84ff74968a809ea5edb06f90f/volumes/detail used request id req-4c99eaf1-af6d-4c0f-ade1-eb9da89bbd8e 2018-08-05 12:53:41,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.615395069122s 2018-08-05 12:53:41,674 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.46:8776/v3/f92d54a84ff74968a809ea5edb06f90f/volumes/detail used request id req-4c99eaf1-af6d-4c0f-ade1-eb9da89bbd8e 2018-08-05 12:53:41,674 - 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:37:00:7b', u'version': 4, u'addr': u'192.168.1.12', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:15:78:17', u'version': 4, u'addr': u'192.168.0.17', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:15:78:17', 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'e921ae72-d99b-4997-bde8-b0472e8f4a92', 'name': u'heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc'}), 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-05T12:53:24.000000', 'flavor': Munch({u'id': u'b6e46162-643b-4e42-8dbd-42b8dd598739', 'name': u'heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc'}), 'az': u'nova', 'id': u'11148e57-a2f4-49c8-b6b6-c3212c78f95b', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'82cc71ce-261a-42ee-a2ae-973f19a6984d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'8d9878c3-f21a-4beb-81ce-b6f51bac0863'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'a6d3886f-562e-455b-8c33-ef86fd127216'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'a99c6ee3-d496-4c97-83fa-564103fdc4b6'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'c9af8752-03cb-4316-b6da-5c2836aac4a4'})], 'id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Sprout nodes inbound traffic (signaling)', 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'1ad7abfc-081d-4e53-a4cc-b2442eaaf4a9', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'1f823a95-b72d-40bb-aee7-3bb839470d6f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'1ad7abfc-081d-4e53-a4cc-b2442eaaf4a9', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'717e3cdb-3af3-4cb1-a08a-b55f8d14fc4a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'1ad7abfc-081d-4e53-a4cc-b2442eaaf4a9', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'bb336c4f-6681-41cc-99f7-ba800b4cd8b1'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'1ad7abfc-081d-4e53-a4cc-b2442eaaf4a9', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'e7e2f836-a044-4cee-9ca1-b8b058d35df8'})], 'id': u'1ad7abfc-081d-4e53-a4cc-b2442eaaf4a9', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-inbound'}), Munch({'description': u'Security group for Sprout nodes outbound traffic (signaling)', 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'e96f29e1-18c1-4f2b-83aa-134c54d7d5f2', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'4f30bb62-186f-4288-b2e9-28038d4d6c39'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'e96f29e1-18c1-4f2b-83aa-134c54d7d5f2', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'ca0ffe8b-e3d2-4472-9f5f-d4dfc8b50f98'})], 'id': u'e96f29e1-18c1-4f2b-83aa-134c54d7d5f2', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd2e1cfdecef6481da976b60b2989b3cd', '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'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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-05T12:53:24.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-05T12:53:24Z', 'hostId': u'e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'public_v6': '', 'private_v4': u'192.168.0.17', 'cloud': 'envvars', 'host_id': u'e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b', '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-05T12:53:24.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': u'sprout-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'created_at': u'2018-08-05T12:52:46Z', 'created': u'2018-08-05T12:52:46Z', '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:f9:7c', u'version': 4, u'addr': u'192.168.1.5', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:53:f9:7c', u'version': 4, u'addr': u'172.30.9.213', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d6:c7:5b', 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:d6:c7:5b', u'version': 4, u'addr': u'172.30.9.218', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'e921ae72-d99b-4997-bde8-b0472e8f4a92', 'name': u'heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc'}), 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-05T12:53:26.000000', 'flavor': Munch({u'id': u'b6e46162-643b-4e42-8dbd-42b8dd598739', 'name': u'heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc'}), 'az': u'nova', 'id': u'670b52e5-0e79-48d6-ac69-e7d00da839b9', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'82cc71ce-261a-42ee-a2ae-973f19a6984d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'8d9878c3-f21a-4beb-81ce-b6f51bac0863'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'a6d3886f-562e-455b-8c33-ef86fd127216'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'a99c6ee3-d496-4c97-83fa-564103fdc4b6'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'c9af8752-03cb-4316-b6da-5c2836aac4a4'})], 'id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Bono nodes (signaling)', 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'6ba576d0-1e6d-46de-97f0-50904a6f99bc', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'0358ff49-cbbf-4663-823d-00f063482450'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'6ba576d0-1e6d-46de-97f0-50904a6f99bc', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'1b144fe0-0d03-4e14-9ce3-c01e9e1836e0'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'6ba576d0-1e6d-46de-97f0-50904a6f99bc', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'3bbe2882-937f-4631-8b9c-0de4e1c22d7a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'6ba576d0-1e6d-46de-97f0-50904a6f99bc', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'45cb12a9-83fc-466a-b5d1-8a0752fe6b2c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'security_group_id': u'6ba576d0-1e6d-46de-97f0-50904a6f99bc', 'tenant_id': '', 'port_range_min': 5062, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'637a8eac-9b71-4137-86d3-c5c0fa582267'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'6ba576d0-1e6d-46de-97f0-50904a6f99bc', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'668a8d0a-496b-4701-878f-7dda80c63a43'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'security_group_id': u'6ba576d0-1e6d-46de-97f0-50904a6f99bc', 'tenant_id': '', 'port_range_min': 32768, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'900947bc-7a8e-499e-acc5-49614618a0aa'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'6ba576d0-1e6d-46de-97f0-50904a6f99bc', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'e9668acb-c2f7-4cd4-be9a-b14770162ed2'})], 'id': u'6ba576d0-1e6d-46de-97f0-50904a6f99bc', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'properties': Munch({}), 'name': u'clearwater-opnfv-bono-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd2e1cfdecef6481da976b60b2989b3cd', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.213', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.213', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.213', 'launched_at': u'2018-08-05T12:53:26.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-05T12:53:26Z', 'hostId': u'e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'public_v6': '', 'private_v4': u'192.168.1.5', 'cloud': 'envvars', 'host_id': u'e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b', '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-05T12:53:26.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': u'bono-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'created_at': u'2018-08-05T12:52:46Z', 'created': u'2018-08-05T12:52:46Z', '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:e0:ab:d1', u'version': 4, u'addr': u'192.168.1.28', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:99:ac:b5', u'version': 4, u'addr': u'192.168.0.2', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:99:ac:b5', u'version': 4, u'addr': u'172.30.9.210', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'e921ae72-d99b-4997-bde8-b0472e8f4a92', 'name': u'heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc'}), 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-05T12:53:25.000000', 'flavor': Munch({u'id': u'b6e46162-643b-4e42-8dbd-42b8dd598739', 'name': u'heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc'}), 'az': u'nova', 'id': u'5193f935-9093-41de-bcc4-316858b35683', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'82cc71ce-261a-42ee-a2ae-973f19a6984d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'8d9878c3-f21a-4beb-81ce-b6f51bac0863'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'a6d3886f-562e-455b-8c33-ef86fd127216'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'a99c6ee3-d496-4c97-83fa-564103fdc4b6'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'c9af8752-03cb-4316-b6da-5c2836aac4a4'})], 'id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Dime nodes (management)', 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'security_group_id': u'70d42f62-5891-4b77-b6e4-f9c56b393a68', 'tenant_id': '', 'port_range_min': 8889, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-ellis-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-ellis-mgmt'}), 'project_id': '', 'id': u'29c6df96-a2df-4479-a501-382bad628f61'})], 'id': u'70d42f62-5891-4b77-b6e4-f9c56b393a68', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-mgmt'}), Munch({'description': u'Security group for Dime nodes (signaling)', 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'e9df2444-9194-49a4-9f6f-aa9bd8242d39', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'3c7dd211-84f1-4b97-9996-25f12994d3f7'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'e9df2444-9194-49a4-9f6f-aa9bd8242d39', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'439f6274-11ff-46a8-82a9-7f12157922f9'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'e9df2444-9194-49a4-9f6f-aa9bd8242d39', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'800aa147-d938-4007-a74b-04a974d76d4d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'e9df2444-9194-49a4-9f6f-aa9bd8242d39', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'cb8f62d2-2050-45f9-8426-26b3bb1cb89f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'e9df2444-9194-49a4-9f6f-aa9bd8242d39', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'ef6de0be-dc91-4df3-bd31-5c57821e935b'})], 'id': u'e9df2444-9194-49a4-9f6f-aa9bd8242d39', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd2e1cfdecef6481da976b60b2989b3cd', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.210', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.210', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.210', 'launched_at': u'2018-08-05T12:53:25.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-05T12:53:25Z', 'hostId': u'32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'public_v6': '', 'private_v4': u'192.168.0.2', 'cloud': 'envvars', 'host_id': u'32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94', '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-05T12:53:25.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': u'dime-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'created_at': u'2018-08-05T12:52:45Z', 'created': u'2018-08-05T12:52:45Z', '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:50:98:bd', u'version': 4, u'addr': u'192.168.1.10', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:50:98:bd', u'version': 4, u'addr': u'172.30.9.211', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3e:b1:ea', u'version': 4, u'addr': u'192.168.0.5', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3e:b1:ea', u'version': 4, u'addr': u'172.30.9.205', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'e921ae72-d99b-4997-bde8-b0472e8f4a92', 'name': u'heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc'}), 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-05T12:53:25.000000', 'flavor': Munch({u'id': u'b6e46162-643b-4e42-8dbd-42b8dd598739', 'name': u'heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc'}), 'az': u'nova', 'id': u'e9add57b-c536-46e5-83ba-a1cd77f710d4', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'82cc71ce-261a-42ee-a2ae-973f19a6984d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'8d9878c3-f21a-4beb-81ce-b6f51bac0863'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'a6d3886f-562e-455b-8c33-ef86fd127216'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'a99c6ee3-d496-4c97-83fa-564103fdc4b6'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'c9af8752-03cb-4316-b6da-5c2836aac4a4'})], 'id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Homer nodes (management)', 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'f353abc0-ff1f-48f8-b958-2016631cdeca', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'b1186201-073b-40bb-b3d9-ddedbdae0caf'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'f353abc0-ff1f-48f8-b958-2016631cdeca', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'b657763a-9734-45cd-9966-bb46069e73a1'})], 'id': u'f353abc0-ff1f-48f8-b958-2016631cdeca', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-mgmt'}), Munch({'description': u'Security group for Homer nodes (signaling)', 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'a28f2f43-6afd-48fc-908e-288b2cc39606', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'239fc67b-4467-40d2-9b54-8ecf337abb3b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'a28f2f43-6afd-48fc-908e-288b2cc39606', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'56e9a066-a22b-40e8-936d-67cd83616b32'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'a28f2f43-6afd-48fc-908e-288b2cc39606', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'710f6246-b036-4bd0-bcf8-64a22acf65e0'})], 'id': u'a28f2f43-6afd-48fc-908e-288b2cc39606', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd2e1cfdecef6481da976b60b2989b3cd', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.211', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.211', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.211', 'launched_at': u'2018-08-05T12:53:25.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-05T12:53:25Z', 'hostId': u'32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'public_v6': '', 'private_v4': u'192.168.1.10', 'cloud': 'envvars', 'host_id': u'32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94', '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-05T12:53:25.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': u'homer-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'created_at': u'2018-08-05T12:52:45Z', 'created': u'2018-08-05T12:52:45Z', '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:20:c3:09', u'version': 4, u'addr': u'192.168.1.6', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:66:7a:d9', 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:66:7a:d9', u'version': 4, u'addr': u'172.30.9.202', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'e921ae72-d99b-4997-bde8-b0472e8f4a92', 'name': u'heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc'}), 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-05T12:53:19.000000', 'flavor': Munch({u'id': u'b6e46162-643b-4e42-8dbd-42b8dd598739', 'name': u'heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc'}), 'az': u'nova', 'id': u'ee5e8fbd-0398-403b-9b2d-da0e770adac7', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'82cc71ce-261a-42ee-a2ae-973f19a6984d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'8d9878c3-f21a-4beb-81ce-b6f51bac0863'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'a6d3886f-562e-455b-8c33-ef86fd127216'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'a99c6ee3-d496-4c97-83fa-564103fdc4b6'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'c9af8752-03cb-4316-b6da-5c2836aac4a4'})], 'id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Vellum nodes inbound traffic (signaling)', 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'ef696269-22dc-4a9f-8afa-3911db7fc84a', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'5ec3cab7-2d7f-4d50-89eb-076f6b5c6666'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'security_group_id': u'ef696269-22dc-4a9f-8afa-3911db7fc84a', 'tenant_id': '', 'port_range_min': 11311, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'6165674d-e6c0-46e6-b2d6-8e79eee96dd3'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'security_group_id': u'ef696269-22dc-4a9f-8afa-3911db7fc84a', 'tenant_id': '', 'port_range_min': 11311, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'638516d4-cb0e-41d1-abc5-46e10cfd7306'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'ef696269-22dc-4a9f-8afa-3911db7fc84a', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'82552005-8e56-4db7-8ca4-a5c0d33477da'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'ef696269-22dc-4a9f-8afa-3911db7fc84a', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'8c5d4dc1-41ec-4289-91d4-6b23d14f245f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'ef696269-22dc-4a9f-8afa-3911db7fc84a', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'd18236bb-e17b-4b65-a5a4-be22764ab69d'})], 'id': u'ef696269-22dc-4a9f-8afa-3911db7fc84a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'properties': Munch({}), 'name': u'clearwater-opnfv-vellum-sig-inbound'}), Munch({'description': u'Security group for Vellum nodes outbound traffic (signaling)', 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'054c526a-5408-4b7b-a14d-ab4e4438a7a2', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'59b62a49-dfc9-4a16-95a7-75408061a5dd'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'security_group_id': u'054c526a-5408-4b7b-a14d-ab4e4438a7a2', 'tenant_id': '', 'port_range_min': 11211, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'71262fe6-b5f1-4d00-8260-0e4c1906801e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'security_group_id': u'054c526a-5408-4b7b-a14d-ab4e4438a7a2', 'tenant_id': '', 'port_range_min': 7000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'9c0a0a94-9c37-4969-b7f0-553fef55becf'})], 'id': u'054c526a-5408-4b7b-a14d-ab4e4438a7a2', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'properties': Munch({}), 'name': u'clearwater-opnfv-vellum-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd2e1cfdecef6481da976b60b2989b3cd', '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'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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-05T12:53:19.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-05T12:53:19Z', 'hostId': u'32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'public_v6': '', 'private_v4': u'192.168.0.9', 'cloud': 'envvars', 'host_id': u'32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94', '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-05T12:53:19.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': u'vellum-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'created_at': u'2018-08-05T12:52:44Z', 'created': u'2018-08-05T12:52:44Z', '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:e8:92:fa', u'version': 4, u'addr': u'192.168.0.27', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e8:92:fa', 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'e921ae72-d99b-4997-bde8-b0472e8f4a92', 'name': u'heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc'}), 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-05T12:52:30.000000', 'flavor': Munch({u'id': u'b6e46162-643b-4e42-8dbd-42b8dd598739', 'name': u'heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc'}), 'az': u'nova', 'id': u'81b45785-b895-4aad-ae4c-bc1e269f9517', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'82cc71ce-261a-42ee-a2ae-973f19a6984d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'8d9878c3-f21a-4beb-81ce-b6f51bac0863'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'a6d3886f-562e-455b-8c33-ef86fd127216'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'a99c6ee3-d496-4c97-83fa-564103fdc4b6'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'c9af8752-03cb-4316-b6da-5c2836aac4a4'})], 'id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'c6c4d3ad-27ec-4288-96bc-8fbe3601fa6b', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'dccb6d26-5d53-43b1-ae4a-754bc6f680e1'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'c6c4d3ad-27ec-4288-96bc-8fbe3601fa6b', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'e49ace0c-17f9-4fc0-9fe4-6622922824e5'})], 'id': u'c6c4d3ad-27ec-4288-96bc-8fbe3601fa6b', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd2e1cfdecef6481da976b60b2989b3cd', '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'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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-05T12:52:30.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-05T12:52:30Z', 'hostId': u'e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'public_v6': '', 'private_v4': u'192.168.0.27', 'cloud': 'envvars', 'host_id': u'e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b', '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-05T12:52:30.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'created_at': u'2018-08-05T12:50:48Z', 'created': u'2018-08-05T12:50:48Z', '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:bf:82:bd', 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:66:6e:cb', u'version': 4, u'addr': u'192.168.0.6', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:66:6e:cb', 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'e921ae72-d99b-4997-bde8-b0472e8f4a92', 'name': u'heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc'}), 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-05T12:50:37.000000', 'flavor': Munch({u'id': u'b6e46162-643b-4e42-8dbd-42b8dd598739', 'name': u'heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc'}), 'az': u'nova', 'id': u'0ae00178-adc4-4aed-9a94-66dc3d6b5406', 'security_groups': [Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'3f69f24e-43d8-4e3b-a1b0-54745fbd5a7a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'1bd941e4-ea74-4949-8898-ecb72d72ef26'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'3f69f24e-43d8-4e3b-a1b0-54745fbd5a7a', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'61f76588-ba73-440a-b9f5-a7c89043b391'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'3f69f24e-43d8-4e3b-a1b0-54745fbd5a7a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'9a8ef900-1018-4799-83b9-d7c71b60d5cd'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'3f69f24e-43d8-4e3b-a1b0-54745fbd5a7a', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'ab9ee0aa-b09f-4282-84cf-a78725f1ac36'})], 'id': u'3f69f24e-43d8-4e3b-a1b0-54745fbd5a7a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'}), Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'3f69f24e-43d8-4e3b-a1b0-54745fbd5a7a', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'1bd941e4-ea74-4949-8898-ecb72d72ef26'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'3f69f24e-43d8-4e3b-a1b0-54745fbd5a7a', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'61f76588-ba73-440a-b9f5-a7c89043b391'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'3f69f24e-43d8-4e3b-a1b0-54745fbd5a7a', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'9a8ef900-1018-4799-83b9-d7c71b60d5cd'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'3f69f24e-43d8-4e3b-a1b0-54745fbd5a7a', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'ab9ee0aa-b09f-4282-84cf-a78725f1ac36'})], 'id': u'3f69f24e-43d8-4e3b-a1b0-54745fbd5a7a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd2e1cfdecef6481da976b60b2989b3cd', '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'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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-05T12:50:37.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-05T12:50:38Z', 'hostId': u'32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'public_v6': '', 'private_v4': u'192.168.0.6', 'cloud': 'envvars', 'host_id': u'32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94', '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-05T12:50:37.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': u'ns.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'created_at': u'2018-08-05T12:48:51Z', 'created': u'2018-08-05T12:48:51Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})] 2018-08-05 12:53:41,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:53:41,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:42,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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,Accept-Encoding x-openstack-request-id: req-b67267f6-ae63-4e5e-9d34-a23bc07fb843 x-compute-request-id: req-b67267f6-ae63-4e5e-9d34-a23bc07fb843 Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:53:42,122 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b67267f6-ae63-4e5e-9d34-a23bc07fb843 2018-08-05 12:53:42,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.434606075287s 2018-08-05 12:53:42,123 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b67267f6-ae63-4e5e-9d34-a23bc07fb843 2018-08-05 12:53:42,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:53:42,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:53:42,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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,Accept-Encoding x-openstack-request-id: req-8bc463b5-2ec7-4a3b-b27b-589536eb7ed1 x-compute-request-id: req-8bc463b5-2ec7-4a3b-b27b-589536eb7ed1 Content-Encoding: gzip Content-Length: 10398 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized\n[ 0.008032] AppArmor: AppArmor initialized\n[ 0.008987] Yama: becoming mindful.\n[ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017739] Initializing cgroup subsys memory\n[ 0.020007] Initializing cgroup subsys devices\n[ 0.021014] Initializing cgroup subsys freezer\n[ 0.022006] Initializing cgroup subsys blkio\n[ 0.022967] Initializing cgroup subsys perf_event\n[ 0.024003] Initializing cgroup subsys hugetlb\n[ 0.025065] CPU: Physical Processor ID: 0\n[ 0.025983] FEATURE SPEC_CTRL Present\n[ 0.027509] mce: CPU supports 10 MCE banks\n[ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable\n[ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.041138] ACPI: Core revision 20131115\n[ 0.042480] ACPI: All ACPI Tables successfully acquired\n[ 0.043758] ftrace: allocating 28727 entries in 113 pages\n[ 0.064254] Enabling x2apic\n[ 0.067009] Enabled x2apic\n[ 0.068045] Switched APIC routing to physical x2apic.\n[ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085184] KVM setup paravirtual spinlock\n[ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.089744] x86: Booting SMP configuration:\n[ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104022] x86: Booted up 1 node, 2 CPUs\n[ 0.104014] KVM setup async PF for cpu 1\n[ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108348] devtmpfs: initialized\n[ 0.110160] EVM: security.selinux\n[ 0.111005] EVM: security.SMACK64\n[ 0.112005] EVM: security.ima\n[ 0.112743] EVM: security.capability\n[ 0.113634] pinctrl core: initialized pinctrl subsystem\n[ 0.114179] regulator-dummy: no parameters\n[ 0.116064] RTC time: 12:53:25, date: 08/05/18\n[ 0.117115] NET: Registered protocol family 16\n[ 0.118241] cpuidle: using governor ladder\n[ 0.119248] cpuidle: using governor menu\n[ 0.120093] ACPI: bus type PCI registered\n[ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122574] PCI: Using configuration type 1 for base access\n[ 0.124363] bio: create slab at 0\n[ 0.125022] ACPI: Added _OSI(Module Device)\n[ 0.125083] ACPI: Added _OSI(Processor Device)\n[ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130464] ACPI: Interpreter enabled\n[ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.139621] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.146221] ACPI: No dock devices found.\n[ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.154696] acpiphp: Slot [3] registered\n[ 0.155623] acpiphp: Slot [4] registered\n[ 0.156019] acpiphp: Slot [5] registered\n[ 0.156941] acpiphp: Slot [6] registered\n[ 0.157890] acpiphp: Slot [7] registered\n[ 0.158820] acpiphp: Slot [8] registered\n[ 0.159747] acpiphp: Slot [9] registered\n[ 0.160023] acpiphp: Slot [10] registered\n[ 0.160956] acpiphp: Slot [11] registered\n[ 0.161912] acpiphp: Slot [12] registered\n[ 0.162863] acpiphp: Slot [13] registered\n[ 0.163829] acpiphp: Slot [14] registered\n[ 0.164017] acpiphp: Slot [15] registered\n[ 0.164970] acpiphp: Slot [16] registered\n[ 0.165908] acpiphp: Slot [17] registered\n[ 0.166870] acpiphp: Slot [18] registered\n[ 0.167805] acpiphp: Slot [19] registered\n[ 0.168017] acpiphp: Slot [20] registered\n[ 0.168955] acpiphp: Slot [21] registered\n[ 0.169932] acpiphp: Slot [22] registered\n[ 0.170909] acpiphp: Slot [23] registered\n[ 0.171875] acpiphp: Slot [24] registered\n[ 0.172018] acpiphp: Slot [25] registered\n[ 0.173001] acpiphp: Slot [26] registered\n[ 0.173961] acpiphp: Slot [27] registered\n[ 0.174892] acpiphp: Slot [28] registered\n[ 0.175815] acpiphp: Slot [29] registered\n[ 0.176017] acpiphp: Slot [30] registered\n[ 0.176984] acpiphp: Slot [31] registered\n[ 0.177946] PCI host bridge to bus 0000:00\n[ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228700] vgaarb: bridge control possible 0000:00:02.0\n[ 0.230071] SCSI subsystem initialized\n[ 0.231076] ACPI: bus type USB registered\n[ 0.232031] usbcore: registered new interface driver usbfs\n[ 0.233239] usbcore: registered new interface driver hub\n[ 0.234485] usbcore: registered new device driver usb\n[ 0.234485] PCI: Using ACPI for IRQ routing\n[ 0.236289] NetLabel: Initializing\n[ 0.237124] NetLabel: domain hash size = 128\n[ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.239312] NetLabel: unlabeled traffic allowed by default\n[ 0.240141] Switched to clocksource kvm-clock\n[ 0.247246] AppArmor: AppArmor Filesystem Enabled\n[ 0.248333] pnp: PnP ACPI init\n[ 0.249098] ACPI: bus type PNP registered\n[ 0.250423] pnp: PnP ACPI: found 8 devices\n[ 0.251381] ACPI: bus type PNP unregistered\n[ 0.258473] NET: Registered protocol family 2\n[ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.263158] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.264665] TCP: reno registered\n[ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.268279] NET: Registered protocol family 1\n[ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.315548] Trying to unpack rootfs image as initramfs...\n[ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.413183] Scanning for low memory corruption every 60 seconds\n[ 0.414826] Initialise system trusted keyring\n[ 0.415910] audit: initializing netlink socket (disabled)\n[ 0.417120] type=2000 audit(1533473606.130:1): initialized\n[ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.438654] zbud: loaded\n[ 0.439484] VFS: Disk quotas dquot_6.5.2\n[ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.441850] fuse init (API version 7.22)\n[ 0.442730] msgmni has been set to 3997\n[ 0.443577] Key type big_key registered\n[ 0.444603] Key type asymmetric registered\n[ 0.445439] Asymmetric key parser 'x509' registered\n[ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.447928] io scheduler noop registered\n[ 0.448738] io scheduler deadline registered (default)\n[ 0.449740] io scheduler cfq registered\n[ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.452919] ipmi message handler version 39.2\n[ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.455356] ACPI: Power Button [PWRF]\n[ 0.456210] GHES: HEST is not enabled!\n[ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.569476] Linux agpgart interface v0.103\n[ 0.571035] brd: module loaded\n[ 0.572058] loop: module loaded\n[ 0.573013] blk-mq: CPU -> queue map\n[ 0.573790] CPU 0 -> Queue 0\n[ 0.574463] CPU 1 -> Queue 0\n[ 0.575612] vda: vda1\n[ 0.576818] scsi0 : ata_piix\n[ 0.577583] scsi1 : ata_piix\n[ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.581000] libphy: Fixed MDIO Bus: probed\n[ 0.581920] tun: Universal TUN/TAP device driver, 1.6\n[ 0.582955] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.585493] PPP generic driver version 2.4.2\n[ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.587666] ehci-pci: EHCI PCI platform driver\n[ 0.588578] ehci-platform: EHCI generic platform driver\n[ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.590777] ohci-pci: OHCI PCI platform driver\n[ 0.591683] ohci-platform: OHCI generic platform driver\n[ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621083] usb usb1: Product: UHCI Host Controller\n[ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.623248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624273] hub 1-0:1.0: USB hub found\n[ 0.625082] hub 1-0:1.0: 2 ports detected\n[ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630339] mousedev: PS/2 mouse device common for all mice\n[ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.633592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637254] device-mapper: uevent: version 1.0.3\n[ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.641150] TCP: cubic registered\n[ 0.641931] NET: Registered protocol family 10\n[ 0.643031] NET: Registered protocol family 17\n[ 0.643949] Key type dns_resolver registered\n[ 0.645065] Loading compiled-in X.509 certificates\n[ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.655483] registered taskstats version 1\n[ 0.657867] Key type trusted registered\n[ 0.661187] Key type encrypted registered\n[ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663106] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.664579] regulator-dummy: disabling\n[ 0.665506] Magic number: 14:996:884\n[ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606)\n[ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669268] EDD information not available.\n[ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.739143] Write protecting the kernel read-only data: 12288k\n[ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.756367] systemd-udevd[107]: starting version 204\n[ 0.792381] FDC 0 is a S82078B\n[ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.101081] usb 1-1: Product: QEMU USB Tablet\n[ 1.102524] usb 1-1: Manufacturer: QEMU\n[ 1.103819] usb 1-1: SerialNumber: 42\n[ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available\n[ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds.\ncloud-init-nonet[2.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 * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting 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[3.69]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b |\nci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 |\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:\n4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o. |\n| . . . |\n| = . + o o . |\n| . B o * + . |\n|o . + . S + |\n|++ . . . |\n|E + |\n| . |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . ... |\n| o . |\n|.. . |\n|o oo |\n|. oS. |\n|.. . .o... |\n|. o .. .o o |\n| . .o.. + |\n| .E+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:\nac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . ++==o|\n| . + .o*o|\n| . ..o..|\n| . .. .. |\n| S o . E.|\n| o + o .|\n| . . = |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nb4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ... |\n| .+ o.. |\n| o. ...*. |\n| +.. . =.|\n| S. o .. o|\n| o . .o |\n| . ..|\n| .. . ..|\n| .oo .E |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\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 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.\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds.\n * Restoring resolver state... [80G [74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066\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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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]\n"} 2018-08-05 12:53:42,219 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-8bc463b5-2ec7-4a3b-b27b-589536eb7ed1 2018-08-05 12:53:42,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0884590148926s 2018-08-05 12:53:42,220 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-8bc463b5-2ec7-4a3b-b27b-589536eb7ed1 2018-08-05 12:53:42,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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized [ 0.008032] AppArmor: AppArmor initialized [ 0.008987] Yama: becoming mindful. [ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017739] Initializing cgroup subsys memory [ 0.020007] Initializing cgroup subsys devices [ 0.021014] Initializing cgroup subsys freezer [ 0.022006] Initializing cgroup subsys blkio [ 0.022967] Initializing cgroup subsys perf_event [ 0.024003] Initializing cgroup subsys hugetlb [ 0.025065] CPU: Physical Processor ID: 0 [ 0.025983] FEATURE SPEC_CTRL Present [ 0.027509] mce: CPU supports 10 MCE banks [ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable [ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.041138] ACPI: Core revision 20131115 [ 0.042480] ACPI: All ACPI Tables successfully acquired [ 0.043758] ftrace: allocating 28727 entries in 113 pages [ 0.064254] Enabling x2apic [ 0.067009] Enabled x2apic [ 0.068045] Switched APIC routing to physical x2apic. [ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085184] KVM setup paravirtual spinlock [ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.089744] x86: Booting SMP configuration: [ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104022] x86: Booted up 1 node, 2 CPUs [ 0.104014] KVM setup async PF for cpu 1 [ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108348] devtmpfs: initialized [ 0.110160] EVM: security.selinux [ 0.111005] EVM: security.SMACK64 [ 0.112005] EVM: security.ima [ 0.112743] EVM: security.capability [ 0.113634] pinctrl core: initialized pinctrl subsystem [ 0.114179] regulator-dummy: no parameters [ 0.116064] RTC time: 12:53:25, date: 08/05/18 [ 0.117115] NET: Registered protocol family 16 [ 0.118241] cpuidle: using governor ladder [ 0.119248] cpuidle: using governor menu [ 0.120093] ACPI: bus type PCI registered [ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122574] PCI: Using configuration type 1 for base access [ 0.124363] bio: create slab at 0 [ 0.125022] ACPI: Added _OSI(Module Device) [ 0.125083] ACPI: Added _OSI(Processor Device) [ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130464] ACPI: Interpreter enabled [ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.139621] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.146221] ACPI: No dock devices found. [ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.154696] acpiphp: Slot [3] registered [ 0.155623] acpiphp: Slot [4] registered [ 0.156019] acpiphp: Slot [5] registered [ 0.156941] acpiphp: Slot [6] registered [ 0.157890] acpiphp: Slot [7] registered [ 0.158820] acpiphp: Slot [8] registered [ 0.159747] acpiphp: Slot [9] registered [ 0.160023] acpiphp: Slot [10] registered [ 0.160956] acpiphp: Slot [11] registered [ 0.161912] acpiphp: Slot [12] registered [ 0.162863] acpiphp: Slot [13] registered [ 0.163829] acpiphp: Slot [14] registered [ 0.164017] acpiphp: Slot [15] registered [ 0.164970] acpiphp: Slot [16] registered [ 0.165908] acpiphp: Slot [17] registered [ 0.166870] acpiphp: Slot [18] registered [ 0.167805] acpiphp: Slot [19] registered [ 0.168017] acpiphp: Slot [20] registered [ 0.168955] acpiphp: Slot [21] registered [ 0.169932] acpiphp: Slot [22] registered [ 0.170909] acpiphp: Slot [23] registered [ 0.171875] acpiphp: Slot [24] registered [ 0.172018] acpiphp: Slot [25] registered [ 0.173001] acpiphp: Slot [26] registered [ 0.173961] acpiphp: Slot [27] registered [ 0.174892] acpiphp: Slot [28] registered [ 0.175815] acpiphp: Slot [29] registered [ 0.176017] acpiphp: Slot [30] registered [ 0.176984] acpiphp: Slot [31] registered [ 0.177946] PCI host bridge to bus 0000:00 [ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228700] vgaarb: bridge control possible 0000:00:02.0 [ 0.230071] SCSI subsystem initialized [ 0.231076] ACPI: bus type USB registered [ 0.232031] usbcore: registered new interface driver usbfs [ 0.233239] usbcore: registered new interface driver hub [ 0.234485] usbcore: registered new device driver usb [ 0.234485] PCI: Using ACPI for IRQ routing [ 0.236289] NetLabel: Initializing [ 0.237124] NetLabel: domain hash size = 128 [ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.239312] NetLabel: unlabeled traffic allowed by default [ 0.240141] Switched to clocksource kvm-clock [ 0.247246] AppArmor: AppArmor Filesystem Enabled [ 0.248333] pnp: PnP ACPI init [ 0.249098] ACPI: bus type PNP registered [ 0.250423] pnp: PnP ACPI: found 8 devices [ 0.251381] ACPI: bus type PNP unregistered [ 0.258473] NET: Registered protocol family 2 [ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.263158] TCP: Hash tables configured (established 16384 bind 16384) [ 0.264665] TCP: reno registered [ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.268279] NET: Registered protocol family 1 [ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.315548] Trying to unpack rootfs image as initramfs... [ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.413183] Scanning for low memory corruption every 60 seconds [ 0.414826] Initialise system trusted keyring [ 0.415910] audit: initializing netlink socket (disabled) [ 0.417120] type=2000 audit(1533473606.130:1): initialized [ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.438654] zbud: loaded [ 0.439484] VFS: Disk quotas dquot_6.5.2 [ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.441850] fuse init (API version 7.22) [ 0.442730] msgmni has been set to 3997 [ 0.443577] Key type big_key registered [ 0.444603] Key type asymmetric registered [ 0.445439] Asymmetric key parser 'x509' registered [ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.447928] io scheduler noop registered [ 0.448738] io scheduler deadline registered (default) [ 0.449740] io scheduler cfq registered [ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.452919] ipmi message handler version 39.2 [ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.455356] ACPI: Power Button [PWRF] [ 0.456210] GHES: HEST is not enabled! [ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569476] Linux agpgart interface v0.103 [ 0.571035] brd: module loaded [ 0.572058] loop: module loaded [ 0.573013] blk-mq: CPU -> queue map [ 0.573790] CPU 0 -> Queue 0 [ 0.574463] CPU 1 -> Queue 0 [ 0.575612] vda: vda1 [ 0.576818] scsi0 : ata_piix [ 0.577583] scsi1 : ata_piix [ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.581000] libphy: Fixed MDIO Bus: probed [ 0.581920] tun: Universal TUN/TAP device driver, 1.6 [ 0.582955] tun: (C) 1999-2004 Max Krasnyansky [ 0.585493] PPP generic driver version 2.4.2 [ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.587666] ehci-pci: EHCI PCI platform driver [ 0.588578] ehci-platform: EHCI generic platform driver [ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590777] ohci-pci: OHCI PCI platform driver [ 0.591683] ohci-platform: OHCI generic platform driver [ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621083] usb usb1: Product: UHCI Host Controller [ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.623248] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624273] hub 1-0:1.0: USB hub found [ 0.625082] hub 1-0:1.0: 2 ports detected [ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630339] mousedev: PS/2 mouse device common for all mice [ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.633592] rtc_cmos 00:00: RTC can wake from S4 [ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637254] device-mapper: uevent: version 1.0.3 [ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs [ 0.641150] TCP: cubic registered [ 0.641931] NET: Registered protocol family 10 [ 0.643031] NET: Registered protocol family 17 [ 0.643949] Key type dns_resolver registered [ 0.645065] Loading compiled-in X.509 certificates [ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.655483] registered taskstats version 1 [ 0.657867] Key type trusted registered [ 0.661187] Key type encrypted registered [ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled [ 0.663106] IMA: No TPM chip found, activating TPM-bypass! [ 0.664579] regulator-dummy: disabling [ 0.665506] Magic number: 14:996:884 [ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606) [ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669268] EDD information not available. [ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.739143] Write protecting the kernel read-only data: 12288k [ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.756367] systemd-udevd[107]: starting version 204 [ 0.792381] FDC 0 is a S82078B [ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.101081] usb 1-1: Product: QEMU USB Tablet [ 1.102524] usb 1-1: Manufacturer: QEMU [ 1.103819] usb 1-1: SerialNumber: 42 [ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available [ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds. cloud-init-nonet[2.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 ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting 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[3.69]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b | ci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 | 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: 4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | o. | | . . . | | = . + o o . | | . B o * + . | |o . + . S + | |++ . . . | |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: 69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | . ... | | o . | |.. . | |o oo | |. oS. | |.. . .o... | |. o .. .o o | | . .o.. + | | .E+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: ac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | . ++==o| | . + .o*o| | . ..o..| | . .. .. | | S o . E.| | 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: b4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | ... | | .+ o.. | | o. ...*. | | +.. . =.| | S. o .. o| | o . .o | | . ..| | .. . ..| | .oo .E | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] 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 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. Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds. * Restoring resolver state... [80G [74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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] 2018-08-05 12:53:42,223 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-05 12:53:52,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:53:52,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:53:52,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53: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-d26a1c88-dd44-451b-ad89-fe9b80b4f4fa x-compute-request-id: req-d26a1c88-dd44-451b-ad89-fe9b80b4f4fa Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:53:52,856 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-d26a1c88-dd44-451b-ad89-fe9b80b4f4fa 2018-08-05 12:53:52,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.623021841049s 2018-08-05 12:53:52,857 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-d26a1c88-dd44-451b-ad89-fe9b80b4f4fa 2018-08-05 12:53:52,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:53:52,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:53:52,941 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:53: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-eeb23080-369d-43f7-a9db-f4badae7a623 x-compute-request-id: req-eeb23080-369d-43f7-a9db-f4badae7a623 Content-Encoding: gzip Content-Length: 12633 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized\n[ 0.008032] AppArmor: AppArmor initialized\n[ 0.008987] Yama: becoming mindful.\n[ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017739] Initializing cgroup subsys memory\n[ 0.020007] Initializing cgroup subsys devices\n[ 0.021014] Initializing cgroup subsys freezer\n[ 0.022006] Initializing cgroup subsys blkio\n[ 0.022967] Initializing cgroup subsys perf_event\n[ 0.024003] Initializing cgroup subsys hugetlb\n[ 0.025065] CPU: Physical Processor ID: 0\n[ 0.025983] FEATURE SPEC_CTRL Present\n[ 0.027509] mce: CPU supports 10 MCE banks\n[ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable\n[ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.041138] ACPI: Core revision 20131115\n[ 0.042480] ACPI: All ACPI Tables successfully acquired\n[ 0.043758] ftrace: allocating 28727 entries in 113 pages\n[ 0.064254] Enabling x2apic\n[ 0.067009] Enabled x2apic\n[ 0.068045] Switched APIC routing to physical x2apic.\n[ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085184] KVM setup paravirtual spinlock\n[ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.089744] x86: Booting SMP configuration:\n[ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104022] x86: Booted up 1 node, 2 CPUs\n[ 0.104014] KVM setup async PF for cpu 1\n[ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108348] devtmpfs: initialized\n[ 0.110160] EVM: security.selinux\n[ 0.111005] EVM: security.SMACK64\n[ 0.112005] EVM: security.ima\n[ 0.112743] EVM: security.capability\n[ 0.113634] pinctrl core: initialized pinctrl subsystem\n[ 0.114179] regulator-dummy: no parameters\n[ 0.116064] RTC time: 12:53:25, date: 08/05/18\n[ 0.117115] NET: Registered protocol family 16\n[ 0.118241] cpuidle: using governor ladder\n[ 0.119248] cpuidle: using governor menu\n[ 0.120093] ACPI: bus type PCI registered\n[ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122574] PCI: Using configuration type 1 for base access\n[ 0.124363] bio: create slab at 0\n[ 0.125022] ACPI: Added _OSI(Module Device)\n[ 0.125083] ACPI: Added _OSI(Processor Device)\n[ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130464] ACPI: Interpreter enabled\n[ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.139621] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.146221] ACPI: No dock devices found.\n[ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.154696] acpiphp: Slot [3] registered\n[ 0.155623] acpiphp: Slot [4] registered\n[ 0.156019] acpiphp: Slot [5] registered\n[ 0.156941] acpiphp: Slot [6] registered\n[ 0.157890] acpiphp: Slot [7] registered\n[ 0.158820] acpiphp: Slot [8] registered\n[ 0.159747] acpiphp: Slot [9] registered\n[ 0.160023] acpiphp: Slot [10] registered\n[ 0.160956] acpiphp: Slot [11] registered\n[ 0.161912] acpiphp: Slot [12] registered\n[ 0.162863] acpiphp: Slot [13] registered\n[ 0.163829] acpiphp: Slot [14] registered\n[ 0.164017] acpiphp: Slot [15] registered\n[ 0.164970] acpiphp: Slot [16] registered\n[ 0.165908] acpiphp: Slot [17] registered\n[ 0.166870] acpiphp: Slot [18] registered\n[ 0.167805] acpiphp: Slot [19] registered\n[ 0.168017] acpiphp: Slot [20] registered\n[ 0.168955] acpiphp: Slot [21] registered\n[ 0.169932] acpiphp: Slot [22] registered\n[ 0.170909] acpiphp: Slot [23] registered\n[ 0.171875] acpiphp: Slot [24] registered\n[ 0.172018] acpiphp: Slot [25] registered\n[ 0.173001] acpiphp: Slot [26] registered\n[ 0.173961] acpiphp: Slot [27] registered\n[ 0.174892] acpiphp: Slot [28] registered\n[ 0.175815] acpiphp: Slot [29] registered\n[ 0.176017] acpiphp: Slot [30] registered\n[ 0.176984] acpiphp: Slot [31] registered\n[ 0.177946] PCI host bridge to bus 0000:00\n[ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228700] vgaarb: bridge control possible 0000:00:02.0\n[ 0.230071] SCSI subsystem initialized\n[ 0.231076] ACPI: bus type USB registered\n[ 0.232031] usbcore: registered new interface driver usbfs\n[ 0.233239] usbcore: registered new interface driver hub\n[ 0.234485] usbcore: registered new device driver usb\n[ 0.234485] PCI: Using ACPI for IRQ routing\n[ 0.236289] NetLabel: Initializing\n[ 0.237124] NetLabel: domain hash size = 128\n[ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.239312] NetLabel: unlabeled traffic allowed by default\n[ 0.240141] Switched to clocksource kvm-clock\n[ 0.247246] AppArmor: AppArmor Filesystem Enabled\n[ 0.248333] pnp: PnP ACPI init\n[ 0.249098] ACPI: bus type PNP registered\n[ 0.250423] pnp: PnP ACPI: found 8 devices\n[ 0.251381] ACPI: bus type PNP unregistered\n[ 0.258473] NET: Registered protocol family 2\n[ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.263158] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.264665] TCP: reno registered\n[ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.268279] NET: Registered protocol family 1\n[ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.315548] Trying to unpack rootfs image as initramfs...\n[ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.413183] Scanning for low memory corruption every 60 seconds\n[ 0.414826] Initialise system trusted keyring\n[ 0.415910] audit: initializing netlink socket (disabled)\n[ 0.417120] type=2000 audit(1533473606.130:1): initialized\n[ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.438654] zbud: loaded\n[ 0.439484] VFS: Disk quotas dquot_6.5.2\n[ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.441850] fuse init (API version 7.22)\n[ 0.442730] msgmni has been set to 3997\n[ 0.443577] Key type big_key registered\n[ 0.444603] Key type asymmetric registered\n[ 0.445439] Asymmetric key parser 'x509' registered\n[ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.447928] io scheduler noop registered\n[ 0.448738] io scheduler deadline registered (default)\n[ 0.449740] io scheduler cfq registered\n[ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.452919] ipmi message handler version 39.2\n[ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.455356] ACPI: Power Button [PWRF]\n[ 0.456210] GHES: HEST is not enabled!\n[ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.569476] Linux agpgart interface v0.103\n[ 0.571035] brd: module loaded\n[ 0.572058] loop: module loaded\n[ 0.573013] blk-mq: CPU -> queue map\n[ 0.573790] CPU 0 -> Queue 0\n[ 0.574463] CPU 1 -> Queue 0\n[ 0.575612] vda: vda1\n[ 0.576818] scsi0 : ata_piix\n[ 0.577583] scsi1 : ata_piix\n[ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.581000] libphy: Fixed MDIO Bus: probed\n[ 0.581920] tun: Universal TUN/TAP device driver, 1.6\n[ 0.582955] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.585493] PPP generic driver version 2.4.2\n[ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.587666] ehci-pci: EHCI PCI platform driver\n[ 0.588578] ehci-platform: EHCI generic platform driver\n[ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.590777] ohci-pci: OHCI PCI platform driver\n[ 0.591683] ohci-platform: OHCI generic platform driver\n[ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621083] usb usb1: Product: UHCI Host Controller\n[ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.623248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624273] hub 1-0:1.0: USB hub found\n[ 0.625082] hub 1-0:1.0: 2 ports detected\n[ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630339] mousedev: PS/2 mouse device common for all mice\n[ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.633592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637254] device-mapper: uevent: version 1.0.3\n[ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.641150] TCP: cubic registered\n[ 0.641931] NET: Registered protocol family 10\n[ 0.643031] NET: Registered protocol family 17\n[ 0.643949] Key type dns_resolver registered\n[ 0.645065] Loading compiled-in X.509 certificates\n[ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.655483] registered taskstats version 1\n[ 0.657867] Key type trusted registered\n[ 0.661187] Key type encrypted registered\n[ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663106] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.664579] regulator-dummy: disabling\n[ 0.665506] Magic number: 14:996:884\n[ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606)\n[ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669268] EDD information not available.\n[ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.739143] Write protecting the kernel read-only data: 12288k\n[ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.756367] systemd-udevd[107]: starting version 204\n[ 0.792381] FDC 0 is a S82078B\n[ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.101081] usb 1-1: Product: QEMU USB Tablet\n[ 1.102524] usb 1-1: Manufacturer: QEMU\n[ 1.103819] usb 1-1: SerialNumber: 42\n[ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available\n[ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds.\ncloud-init-nonet[2.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 * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting 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[3.69]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b |\nci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 |\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:\n4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o. |\n| . . . |\n| = . + o o . |\n| . B o * + . |\n|o . + . S + |\n|++ . . . |\n|E + |\n| . |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . ... |\n| o . |\n|.. . |\n|o oo |\n|. oS. |\n|.. . .o... |\n|. o .. .o o |\n| . .o.. + |\n| .E+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:\nac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . ++==o|\n| . + .o*o|\n| . ..o..|\n| . .. .. |\n| S o . E.|\n| o + o .|\n| . . = |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nb4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ... |\n| .+ o.. |\n| o. ...*. |\n| +.. . =.|\n| S. o .. o|\n| o . .o |\n| . ..|\n| .. . ..|\n| .oo .E |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\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 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.\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds.\n * Restoring resolver state... [80G [74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066\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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.27\n+ '[' -n 192.168.0.27 ']'\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 0 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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]\n"} 2018-08-05 12:53:52,942 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-eeb23080-369d-43f7-a9db-f4badae7a623 2018-08-05 12:53:52,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.077789068222s 2018-08-05 12:53:52,944 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-eeb23080-369d-43f7-a9db-f4badae7a623 2018-08-05 12:53:52,944 - 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized [ 0.008032] AppArmor: AppArmor initialized [ 0.008987] Yama: becoming mindful. [ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017739] Initializing cgroup subsys memory [ 0.020007] Initializing cgroup subsys devices [ 0.021014] Initializing cgroup subsys freezer [ 0.022006] Initializing cgroup subsys blkio [ 0.022967] Initializing cgroup subsys perf_event [ 0.024003] Initializing cgroup subsys hugetlb [ 0.025065] CPU: Physical Processor ID: 0 [ 0.025983] FEATURE SPEC_CTRL Present [ 0.027509] mce: CPU supports 10 MCE banks [ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable [ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.041138] ACPI: Core revision 20131115 [ 0.042480] ACPI: All ACPI Tables successfully acquired [ 0.043758] ftrace: allocating 28727 entries in 113 pages [ 0.064254] Enabling x2apic [ 0.067009] Enabled x2apic [ 0.068045] Switched APIC routing to physical x2apic. [ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085184] KVM setup paravirtual spinlock [ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.089744] x86: Booting SMP configuration: [ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104022] x86: Booted up 1 node, 2 CPUs [ 0.104014] KVM setup async PF for cpu 1 [ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108348] devtmpfs: initialized [ 0.110160] EVM: security.selinux [ 0.111005] EVM: security.SMACK64 [ 0.112005] EVM: security.ima [ 0.112743] EVM: security.capability [ 0.113634] pinctrl core: initialized pinctrl subsystem [ 0.114179] regulator-dummy: no parameters [ 0.116064] RTC time: 12:53:25, date: 08/05/18 [ 0.117115] NET: Registered protocol family 16 [ 0.118241] cpuidle: using governor ladder [ 0.119248] cpuidle: using governor menu [ 0.120093] ACPI: bus type PCI registered [ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122574] PCI: Using configuration type 1 for base access [ 0.124363] bio: create slab at 0 [ 0.125022] ACPI: Added _OSI(Module Device) [ 0.125083] ACPI: Added _OSI(Processor Device) [ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130464] ACPI: Interpreter enabled [ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.139621] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.146221] ACPI: No dock devices found. [ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.154696] acpiphp: Slot [3] registered [ 0.155623] acpiphp: Slot [4] registered [ 0.156019] acpiphp: Slot [5] registered [ 0.156941] acpiphp: Slot [6] registered [ 0.157890] acpiphp: Slot [7] registered [ 0.158820] acpiphp: Slot [8] registered [ 0.159747] acpiphp: Slot [9] registered [ 0.160023] acpiphp: Slot [10] registered [ 0.160956] acpiphp: Slot [11] registered [ 0.161912] acpiphp: Slot [12] registered [ 0.162863] acpiphp: Slot [13] registered [ 0.163829] acpiphp: Slot [14] registered [ 0.164017] acpiphp: Slot [15] registered [ 0.164970] acpiphp: Slot [16] registered [ 0.165908] acpiphp: Slot [17] registered [ 0.166870] acpiphp: Slot [18] registered [ 0.167805] acpiphp: Slot [19] registered [ 0.168017] acpiphp: Slot [20] registered [ 0.168955] acpiphp: Slot [21] registered [ 0.169932] acpiphp: Slot [22] registered [ 0.170909] acpiphp: Slot [23] registered [ 0.171875] acpiphp: Slot [24] registered [ 0.172018] acpiphp: Slot [25] registered [ 0.173001] acpiphp: Slot [26] registered [ 0.173961] acpiphp: Slot [27] registered [ 0.174892] acpiphp: Slot [28] registered [ 0.175815] acpiphp: Slot [29] registered [ 0.176017] acpiphp: Slot [30] registered [ 0.176984] acpiphp: Slot [31] registered [ 0.177946] PCI host bridge to bus 0000:00 [ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228700] vgaarb: bridge control possible 0000:00:02.0 [ 0.230071] SCSI subsystem initialized [ 0.231076] ACPI: bus type USB registered [ 0.232031] usbcore: registered new interface driver usbfs [ 0.233239] usbcore: registered new interface driver hub [ 0.234485] usbcore: registered new device driver usb [ 0.234485] PCI: Using ACPI for IRQ routing [ 0.236289] NetLabel: Initializing [ 0.237124] NetLabel: domain hash size = 128 [ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.239312] NetLabel: unlabeled traffic allowed by default [ 0.240141] Switched to clocksource kvm-clock [ 0.247246] AppArmor: AppArmor Filesystem Enabled [ 0.248333] pnp: PnP ACPI init [ 0.249098] ACPI: bus type PNP registered [ 0.250423] pnp: PnP ACPI: found 8 devices [ 0.251381] ACPI: bus type PNP unregistered [ 0.258473] NET: Registered protocol family 2 [ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.263158] TCP: Hash tables configured (established 16384 bind 16384) [ 0.264665] TCP: reno registered [ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.268279] NET: Registered protocol family 1 [ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.315548] Trying to unpack rootfs image as initramfs... [ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.413183] Scanning for low memory corruption every 60 seconds [ 0.414826] Initialise system trusted keyring [ 0.415910] audit: initializing netlink socket (disabled) [ 0.417120] type=2000 audit(1533473606.130:1): initialized [ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.438654] zbud: loaded [ 0.439484] VFS: Disk quotas dquot_6.5.2 [ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.441850] fuse init (API version 7.22) [ 0.442730] msgmni has been set to 3997 [ 0.443577] Key type big_key registered [ 0.444603] Key type asymmetric registered [ 0.445439] Asymmetric key parser 'x509' registered [ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.447928] io scheduler noop registered [ 0.448738] io scheduler deadline registered (default) [ 0.449740] io scheduler cfq registered [ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.452919] ipmi message handler version 39.2 [ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.455356] ACPI: Power Button [PWRF] [ 0.456210] GHES: HEST is not enabled! [ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569476] Linux agpgart interface v0.103 [ 0.571035] brd: module loaded [ 0.572058] loop: module loaded [ 0.573013] blk-mq: CPU -> queue map [ 0.573790] CPU 0 -> Queue 0 [ 0.574463] CPU 1 -> Queue 0 [ 0.575612] vda: vda1 [ 0.576818] scsi0 : ata_piix [ 0.577583] scsi1 : ata_piix [ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.581000] libphy: Fixed MDIO Bus: probed [ 0.581920] tun: Universal TUN/TAP device driver, 1.6 [ 0.582955] tun: (C) 1999-2004 Max Krasnyansky [ 0.585493] PPP generic driver version 2.4.2 [ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.587666] ehci-pci: EHCI PCI platform driver [ 0.588578] ehci-platform: EHCI generic platform driver [ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590777] ohci-pci: OHCI PCI platform driver [ 0.591683] ohci-platform: OHCI generic platform driver [ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621083] usb usb1: Product: UHCI Host Controller [ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.623248] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624273] hub 1-0:1.0: USB hub found [ 0.625082] hub 1-0:1.0: 2 ports detected [ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630339] mousedev: PS/2 mouse device common for all mice [ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.633592] rtc_cmos 00:00: RTC can wake from S4 [ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637254] device-mapper: uevent: version 1.0.3 [ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs [ 0.641150] TCP: cubic registered [ 0.641931] NET: Registered protocol family 10 [ 0.643031] NET: Registered protocol family 17 [ 0.643949] Key type dns_resolver registered [ 0.645065] Loading compiled-in X.509 certificates [ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.655483] registered taskstats version 1 [ 0.657867] Key type trusted registered [ 0.661187] Key type encrypted registered [ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled [ 0.663106] IMA: No TPM chip found, activating TPM-bypass! [ 0.664579] regulator-dummy: disabling [ 0.665506] Magic number: 14:996:884 [ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606) [ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669268] EDD information not available. [ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.739143] Write protecting the kernel read-only data: 12288k [ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.756367] systemd-udevd[107]: starting version 204 [ 0.792381] FDC 0 is a S82078B [ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.101081] usb 1-1: Product: QEMU USB Tablet [ 1.102524] usb 1-1: Manufacturer: QEMU [ 1.103819] usb 1-1: SerialNumber: 42 [ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available [ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds. cloud-init-nonet[2.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 ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting 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[3.69]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b | ci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 | 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: 4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | o. | | . . . | | = . + o o . | | . B o * + . | |o . + . S + | |++ . . . | |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: 69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | . ... | | o . | |.. . | |o oo | |. oS. | |.. . .o... | |. o .. .o o | | . .o.. + | | .E+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: ac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | . ++==o| | . + .o*o| | . ..o..| | . .. .. | | S o . E.| | 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: b4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | ... | | .+ o.. | | o. ...*. | | +.. . =.| | S. o .. o| | o . .o | | . ..| | .. . ..| | .oo .E | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] 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 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. Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds. * Restoring resolver state... [80G [74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.27 + '[' -n 192.168.0.27 ']' + 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 0 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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] 2018-08-05 12:53:52,946 - functest.core.singlevm - DEBUG - try 2: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-05 12:54:02,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:54:02,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:54:03,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:54:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f1aaf62-db17-4c7b-9574-f7c8efdeabc6 x-compute-request-id: req-5f1aaf62-db17-4c7b-9574-f7c8efdeabc6 Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:54:03,558 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5f1aaf62-db17-4c7b-9574-f7c8efdeabc6 2018-08-05 12:54:03,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.60120010376s 2018-08-05 12:54:03,559 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5f1aaf62-db17-4c7b-9574-f7c8efdeabc6 2018-08-05 12:54:03,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:54:03,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:54:03,642 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-b79e056b-a416-4d22-aa37-665f728100ec x-compute-request-id: req-b79e056b-a416-4d22-aa37-665f728100ec Content-Encoding: gzip Content-Length: 13725 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized\n[ 0.008032] AppArmor: AppArmor initialized\n[ 0.008987] Yama: becoming mindful.\n[ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017739] Initializing cgroup subsys memory\n[ 0.020007] Initializing cgroup subsys devices\n[ 0.021014] Initializing cgroup subsys freezer\n[ 0.022006] Initializing cgroup subsys blkio\n[ 0.022967] Initializing cgroup subsys perf_event\n[ 0.024003] Initializing cgroup subsys hugetlb\n[ 0.025065] CPU: Physical Processor ID: 0\n[ 0.025983] FEATURE SPEC_CTRL Present\n[ 0.027509] mce: CPU supports 10 MCE banks\n[ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable\n[ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.041138] ACPI: Core revision 20131115\n[ 0.042480] ACPI: All ACPI Tables successfully acquired\n[ 0.043758] ftrace: allocating 28727 entries in 113 pages\n[ 0.064254] Enabling x2apic\n[ 0.067009] Enabled x2apic\n[ 0.068045] Switched APIC routing to physical x2apic.\n[ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085184] KVM setup paravirtual spinlock\n[ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.089744] x86: Booting SMP configuration:\n[ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104022] x86: Booted up 1 node, 2 CPUs\n[ 0.104014] KVM setup async PF for cpu 1\n[ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108348] devtmpfs: initialized\n[ 0.110160] EVM: security.selinux\n[ 0.111005] EVM: security.SMACK64\n[ 0.112005] EVM: security.ima\n[ 0.112743] EVM: security.capability\n[ 0.113634] pinctrl core: initialized pinctrl subsystem\n[ 0.114179] regulator-dummy: no parameters\n[ 0.116064] RTC time: 12:53:25, date: 08/05/18\n[ 0.117115] NET: Registered protocol family 16\n[ 0.118241] cpuidle: using governor ladder\n[ 0.119248] cpuidle: using governor menu\n[ 0.120093] ACPI: bus type PCI registered\n[ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122574] PCI: Using configuration type 1 for base access\n[ 0.124363] bio: create slab at 0\n[ 0.125022] ACPI: Added _OSI(Module Device)\n[ 0.125083] ACPI: Added _OSI(Processor Device)\n[ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130464] ACPI: Interpreter enabled\n[ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.139621] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.146221] ACPI: No dock devices found.\n[ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.154696] acpiphp: Slot [3] registered\n[ 0.155623] acpiphp: Slot [4] registered\n[ 0.156019] acpiphp: Slot [5] registered\n[ 0.156941] acpiphp: Slot [6] registered\n[ 0.157890] acpiphp: Slot [7] registered\n[ 0.158820] acpiphp: Slot [8] registered\n[ 0.159747] acpiphp: Slot [9] registered\n[ 0.160023] acpiphp: Slot [10] registered\n[ 0.160956] acpiphp: Slot [11] registered\n[ 0.161912] acpiphp: Slot [12] registered\n[ 0.162863] acpiphp: Slot [13] registered\n[ 0.163829] acpiphp: Slot [14] registered\n[ 0.164017] acpiphp: Slot [15] registered\n[ 0.164970] acpiphp: Slot [16] registered\n[ 0.165908] acpiphp: Slot [17] registered\n[ 0.166870] acpiphp: Slot [18] registered\n[ 0.167805] acpiphp: Slot [19] registered\n[ 0.168017] acpiphp: Slot [20] registered\n[ 0.168955] acpiphp: Slot [21] registered\n[ 0.169932] acpiphp: Slot [22] registered\n[ 0.170909] acpiphp: Slot [23] registered\n[ 0.171875] acpiphp: Slot [24] registered\n[ 0.172018] acpiphp: Slot [25] registered\n[ 0.173001] acpiphp: Slot [26] registered\n[ 0.173961] acpiphp: Slot [27] registered\n[ 0.174892] acpiphp: Slot [28] registered\n[ 0.175815] acpiphp: Slot [29] registered\n[ 0.176017] acpiphp: Slot [30] registered\n[ 0.176984] acpiphp: Slot [31] registered\n[ 0.177946] PCI host bridge to bus 0000:00\n[ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228700] vgaarb: bridge control possible 0000:00:02.0\n[ 0.230071] SCSI subsystem initialized\n[ 0.231076] ACPI: bus type USB registered\n[ 0.232031] usbcore: registered new interface driver usbfs\n[ 0.233239] usbcore: registered new interface driver hub\n[ 0.234485] usbcore: registered new device driver usb\n[ 0.234485] PCI: Using ACPI for IRQ routing\n[ 0.236289] NetLabel: Initializing\n[ 0.237124] NetLabel: domain hash size = 128\n[ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.239312] NetLabel: unlabeled traffic allowed by default\n[ 0.240141] Switched to clocksource kvm-clock\n[ 0.247246] AppArmor: AppArmor Filesystem Enabled\n[ 0.248333] pnp: PnP ACPI init\n[ 0.249098] ACPI: bus type PNP registered\n[ 0.250423] pnp: PnP ACPI: found 8 devices\n[ 0.251381] ACPI: bus type PNP unregistered\n[ 0.258473] NET: Registered protocol family 2\n[ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.263158] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.264665] TCP: reno registered\n[ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.268279] NET: Registered protocol family 1\n[ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.315548] Trying to unpack rootfs image as initramfs...\n[ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.413183] Scanning for low memory corruption every 60 seconds\n[ 0.414826] Initialise system trusted keyring\n[ 0.415910] audit: initializing netlink socket (disabled)\n[ 0.417120] type=2000 audit(1533473606.130:1): initialized\n[ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.438654] zbud: loaded\n[ 0.439484] VFS: Disk quotas dquot_6.5.2\n[ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.441850] fuse init (API version 7.22)\n[ 0.442730] msgmni has been set to 3997\n[ 0.443577] Key type big_key registered\n[ 0.444603] Key type asymmetric registered\n[ 0.445439] Asymmetric key parser 'x509' registered\n[ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.447928] io scheduler noop registered\n[ 0.448738] io scheduler deadline registered (default)\n[ 0.449740] io scheduler cfq registered\n[ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.452919] ipmi message handler version 39.2\n[ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.455356] ACPI: Power Button [PWRF]\n[ 0.456210] GHES: HEST is not enabled!\n[ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.569476] Linux agpgart interface v0.103\n[ 0.571035] brd: module loaded\n[ 0.572058] loop: module loaded\n[ 0.573013] blk-mq: CPU -> queue map\n[ 0.573790] CPU 0 -> Queue 0\n[ 0.574463] CPU 1 -> Queue 0\n[ 0.575612] vda: vda1\n[ 0.576818] scsi0 : ata_piix\n[ 0.577583] scsi1 : ata_piix\n[ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.581000] libphy: Fixed MDIO Bus: probed\n[ 0.581920] tun: Universal TUN/TAP device driver, 1.6\n[ 0.582955] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.585493] PPP generic driver version 2.4.2\n[ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.587666] ehci-pci: EHCI PCI platform driver\n[ 0.588578] ehci-platform: EHCI generic platform driver\n[ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.590777] ohci-pci: OHCI PCI platform driver\n[ 0.591683] ohci-platform: OHCI generic platform driver\n[ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621083] usb usb1: Product: UHCI Host Controller\n[ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.623248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624273] hub 1-0:1.0: USB hub found\n[ 0.625082] hub 1-0:1.0: 2 ports detected\n[ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630339] mousedev: PS/2 mouse device common for all mice\n[ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.633592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637254] device-mapper: uevent: version 1.0.3\n[ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.641150] TCP: cubic registered\n[ 0.641931] NET: Registered protocol family 10\n[ 0.643031] NET: Registered protocol family 17\n[ 0.643949] Key type dns_resolver registered\n[ 0.645065] Loading compiled-in X.509 certificates\n[ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.655483] registered taskstats version 1\n[ 0.657867] Key type trusted registered\n[ 0.661187] Key type encrypted registered\n[ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663106] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.664579] regulator-dummy: disabling\n[ 0.665506] Magic number: 14:996:884\n[ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606)\n[ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669268] EDD information not available.\n[ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.739143] Write protecting the kernel read-only data: 12288k\n[ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.756367] systemd-udevd[107]: starting version 204\n[ 0.792381] FDC 0 is a S82078B\n[ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.101081] usb 1-1: Product: QEMU USB Tablet\n[ 1.102524] usb 1-1: Manufacturer: QEMU\n[ 1.103819] usb 1-1: SerialNumber: 42\n[ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available\n[ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds.\ncloud-init-nonet[2.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 * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting 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[3.69]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b |\nci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 |\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:\n4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o. |\n| . . . |\n| = . + o o . |\n| . B o * + . |\n|o . + . S + |\n|++ . . . |\n|E + |\n| . |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . ... |\n| o . |\n|.. . |\n|o oo |\n|. oS. |\n|.. . .o... |\n|. o .. .o o |\n| . .o.. + |\n| .E+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:\nac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . ++==o|\n| . + .o*o|\n| . ..o..|\n| . .. .. |\n| S o . E.|\n| o + o .|\n| . . = |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nb4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ... |\n| .+ o.. |\n| o. ...*. |\n| +.. . =.|\n| S. o .. o|\n| o . .o |\n| . ..|\n| .. . ..|\n| .oo .E |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\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 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.\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds.\n * Restoring resolver state... [80G [74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066\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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.27\n+ '[' -n 192.168.0.27 ']'\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 0 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 15s (3562 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 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) ...\n"} 2018-08-05 12:54:03,643 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-b79e056b-a416-4d22-aa37-665f728100ec 2018-08-05 12:54:03,644 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0774130821228s 2018-08-05 12:54:03,645 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-b79e056b-a416-4d22-aa37-665f728100ec 2018-08-05 12:54:03,645 - 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized [ 0.008032] AppArmor: AppArmor initialized [ 0.008987] Yama: becoming mindful. [ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017739] Initializing cgroup subsys memory [ 0.020007] Initializing cgroup subsys devices [ 0.021014] Initializing cgroup subsys freezer [ 0.022006] Initializing cgroup subsys blkio [ 0.022967] Initializing cgroup subsys perf_event [ 0.024003] Initializing cgroup subsys hugetlb [ 0.025065] CPU: Physical Processor ID: 0 [ 0.025983] FEATURE SPEC_CTRL Present [ 0.027509] mce: CPU supports 10 MCE banks [ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable [ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.041138] ACPI: Core revision 20131115 [ 0.042480] ACPI: All ACPI Tables successfully acquired [ 0.043758] ftrace: allocating 28727 entries in 113 pages [ 0.064254] Enabling x2apic [ 0.067009] Enabled x2apic [ 0.068045] Switched APIC routing to physical x2apic. [ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085184] KVM setup paravirtual spinlock [ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.089744] x86: Booting SMP configuration: [ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104022] x86: Booted up 1 node, 2 CPUs [ 0.104014] KVM setup async PF for cpu 1 [ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108348] devtmpfs: initialized [ 0.110160] EVM: security.selinux [ 0.111005] EVM: security.SMACK64 [ 0.112005] EVM: security.ima [ 0.112743] EVM: security.capability [ 0.113634] pinctrl core: initialized pinctrl subsystem [ 0.114179] regulator-dummy: no parameters [ 0.116064] RTC time: 12:53:25, date: 08/05/18 [ 0.117115] NET: Registered protocol family 16 [ 0.118241] cpuidle: using governor ladder [ 0.119248] cpuidle: using governor menu [ 0.120093] ACPI: bus type PCI registered [ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122574] PCI: Using configuration type 1 for base access [ 0.124363] bio: create slab at 0 [ 0.125022] ACPI: Added _OSI(Module Device) [ 0.125083] ACPI: Added _OSI(Processor Device) [ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130464] ACPI: Interpreter enabled [ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.139621] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.146221] ACPI: No dock devices found. [ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.154696] acpiphp: Slot [3] registered [ 0.155623] acpiphp: Slot [4] registered [ 0.156019] acpiphp: Slot [5] registered [ 0.156941] acpiphp: Slot [6] registered [ 0.157890] acpiphp: Slot [7] registered [ 0.158820] acpiphp: Slot [8] registered [ 0.159747] acpiphp: Slot [9] registered [ 0.160023] acpiphp: Slot [10] registered [ 0.160956] acpiphp: Slot [11] registered [ 0.161912] acpiphp: Slot [12] registered [ 0.162863] acpiphp: Slot [13] registered [ 0.163829] acpiphp: Slot [14] registered [ 0.164017] acpiphp: Slot [15] registered [ 0.164970] acpiphp: Slot [16] registered [ 0.165908] acpiphp: Slot [17] registered [ 0.166870] acpiphp: Slot [18] registered [ 0.167805] acpiphp: Slot [19] registered [ 0.168017] acpiphp: Slot [20] registered [ 0.168955] acpiphp: Slot [21] registered [ 0.169932] acpiphp: Slot [22] registered [ 0.170909] acpiphp: Slot [23] registered [ 0.171875] acpiphp: Slot [24] registered [ 0.172018] acpiphp: Slot [25] registered [ 0.173001] acpiphp: Slot [26] registered [ 0.173961] acpiphp: Slot [27] registered [ 0.174892] acpiphp: Slot [28] registered [ 0.175815] acpiphp: Slot [29] registered [ 0.176017] acpiphp: Slot [30] registered [ 0.176984] acpiphp: Slot [31] registered [ 0.177946] PCI host bridge to bus 0000:00 [ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228700] vgaarb: bridge control possible 0000:00:02.0 [ 0.230071] SCSI subsystem initialized [ 0.231076] ACPI: bus type USB registered [ 0.232031] usbcore: registered new interface driver usbfs [ 0.233239] usbcore: registered new interface driver hub [ 0.234485] usbcore: registered new device driver usb [ 0.234485] PCI: Using ACPI for IRQ routing [ 0.236289] NetLabel: Initializing [ 0.237124] NetLabel: domain hash size = 128 [ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.239312] NetLabel: unlabeled traffic allowed by default [ 0.240141] Switched to clocksource kvm-clock [ 0.247246] AppArmor: AppArmor Filesystem Enabled [ 0.248333] pnp: PnP ACPI init [ 0.249098] ACPI: bus type PNP registered [ 0.250423] pnp: PnP ACPI: found 8 devices [ 0.251381] ACPI: bus type PNP unregistered [ 0.258473] NET: Registered protocol family 2 [ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.263158] TCP: Hash tables configured (established 16384 bind 16384) [ 0.264665] TCP: reno registered [ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.268279] NET: Registered protocol family 1 [ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.315548] Trying to unpack rootfs image as initramfs... [ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.413183] Scanning for low memory corruption every 60 seconds [ 0.414826] Initialise system trusted keyring [ 0.415910] audit: initializing netlink socket (disabled) [ 0.417120] type=2000 audit(1533473606.130:1): initialized [ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.438654] zbud: loaded [ 0.439484] VFS: Disk quotas dquot_6.5.2 [ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.441850] fuse init (API version 7.22) [ 0.442730] msgmni has been set to 3997 [ 0.443577] Key type big_key registered [ 0.444603] Key type asymmetric registered [ 0.445439] Asymmetric key parser 'x509' registered [ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.447928] io scheduler noop registered [ 0.448738] io scheduler deadline registered (default) [ 0.449740] io scheduler cfq registered [ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.452919] ipmi message handler version 39.2 [ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.455356] ACPI: Power Button [PWRF] [ 0.456210] GHES: HEST is not enabled! [ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569476] Linux agpgart interface v0.103 [ 0.571035] brd: module loaded [ 0.572058] loop: module loaded [ 0.573013] blk-mq: CPU -> queue map [ 0.573790] CPU 0 -> Queue 0 [ 0.574463] CPU 1 -> Queue 0 [ 0.575612] vda: vda1 [ 0.576818] scsi0 : ata_piix [ 0.577583] scsi1 : ata_piix [ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.581000] libphy: Fixed MDIO Bus: probed [ 0.581920] tun: Universal TUN/TAP device driver, 1.6 [ 0.582955] tun: (C) 1999-2004 Max Krasnyansky [ 0.585493] PPP generic driver version 2.4.2 [ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.587666] ehci-pci: EHCI PCI platform driver [ 0.588578] ehci-platform: EHCI generic platform driver [ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590777] ohci-pci: OHCI PCI platform driver [ 0.591683] ohci-platform: OHCI generic platform driver [ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621083] usb usb1: Product: UHCI Host Controller [ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.623248] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624273] hub 1-0:1.0: USB hub found [ 0.625082] hub 1-0:1.0: 2 ports detected [ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630339] mousedev: PS/2 mouse device common for all mice [ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.633592] rtc_cmos 00:00: RTC can wake from S4 [ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637254] device-mapper: uevent: version 1.0.3 [ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs [ 0.641150] TCP: cubic registered [ 0.641931] NET: Registered protocol family 10 [ 0.643031] NET: Registered protocol family 17 [ 0.643949] Key type dns_resolver registered [ 0.645065] Loading compiled-in X.509 certificates [ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.655483] registered taskstats version 1 [ 0.657867] Key type trusted registered [ 0.661187] Key type encrypted registered [ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled [ 0.663106] IMA: No TPM chip found, activating TPM-bypass! [ 0.664579] regulator-dummy: disabling [ 0.665506] Magic number: 14:996:884 [ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606) [ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669268] EDD information not available. [ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.739143] Write protecting the kernel read-only data: 12288k [ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.756367] systemd-udevd[107]: starting version 204 [ 0.792381] FDC 0 is a S82078B [ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.101081] usb 1-1: Product: QEMU USB Tablet [ 1.102524] usb 1-1: Manufacturer: QEMU [ 1.103819] usb 1-1: SerialNumber: 42 [ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available [ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds. cloud-init-nonet[2.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 ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting 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[3.69]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b | ci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 | 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: 4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | o. | | . . . | | = . + o o . | | . B o * + . | |o . + . S + | |++ . . . | |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: 69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | . ... | | o . | |.. . | |o oo | |. oS. | |.. . .o... | |. o .. .o o | | . .o.. + | | .E+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: ac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | . ++==o| | . + .o*o| | . ..o..| | . .. .. | | S o . E.| | 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: b4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | ... | | .+ o.. | | o. ...*. | | +.. . =.| | S. o .. o| | o . .o | | . ..| | .. . ..| | .oo .E | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] 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 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. Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds. * Restoring resolver state... [80G [74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.27 + '[' -n 192.168.0.27 ']' + 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 0 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 15s (3562 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 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) ... 2018-08-05 12:54:03,648 - functest.core.singlevm - DEBUG - try 3: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-05 12:54:13,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:54:13,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:54:14,211 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:54: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-6365ba55-26d7-44ba-b40a-ecee6d46af80 x-compute-request-id: req-6365ba55-26d7-44ba-b40a-ecee6d46af80 Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:54:14,211 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6365ba55-26d7-44ba-b40a-ecee6d46af80 2018-08-05 12:54:14,211 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.552657842636s 2018-08-05 12:54:14,212 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6365ba55-26d7-44ba-b40a-ecee6d46af80 2018-08-05 12:54:14,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:54:14,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:54:14,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:54: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-8338ad93-2ee5-4bbc-b4ec-f05dddfbecbd x-compute-request-id: req-8338ad93-2ee5-4bbc-b4ec-f05dddfbecbd Content-Encoding: gzip Content-Length: 14124 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized\n[ 0.008032] AppArmor: AppArmor initialized\n[ 0.008987] Yama: becoming mindful.\n[ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017739] Initializing cgroup subsys memory\n[ 0.020007] Initializing cgroup subsys devices\n[ 0.021014] Initializing cgroup subsys freezer\n[ 0.022006] Initializing cgroup subsys blkio\n[ 0.022967] Initializing cgroup subsys perf_event\n[ 0.024003] Initializing cgroup subsys hugetlb\n[ 0.025065] CPU: Physical Processor ID: 0\n[ 0.025983] FEATURE SPEC_CTRL Present\n[ 0.027509] mce: CPU supports 10 MCE banks\n[ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable\n[ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.041138] ACPI: Core revision 20131115\n[ 0.042480] ACPI: All ACPI Tables successfully acquired\n[ 0.043758] ftrace: allocating 28727 entries in 113 pages\n[ 0.064254] Enabling x2apic\n[ 0.067009] Enabled x2apic\n[ 0.068045] Switched APIC routing to physical x2apic.\n[ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085184] KVM setup paravirtual spinlock\n[ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.089744] x86: Booting SMP configuration:\n[ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104022] x86: Booted up 1 node, 2 CPUs\n[ 0.104014] KVM setup async PF for cpu 1\n[ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108348] devtmpfs: initialized\n[ 0.110160] EVM: security.selinux\n[ 0.111005] EVM: security.SMACK64\n[ 0.112005] EVM: security.ima\n[ 0.112743] EVM: security.capability\n[ 0.113634] pinctrl core: initialized pinctrl subsystem\n[ 0.114179] regulator-dummy: no parameters\n[ 0.116064] RTC time: 12:53:25, date: 08/05/18\n[ 0.117115] NET: Registered protocol family 16\n[ 0.118241] cpuidle: using governor ladder\n[ 0.119248] cpuidle: using governor menu\n[ 0.120093] ACPI: bus type PCI registered\n[ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122574] PCI: Using configuration type 1 for base access\n[ 0.124363] bio: create slab at 0\n[ 0.125022] ACPI: Added _OSI(Module Device)\n[ 0.125083] ACPI: Added _OSI(Processor Device)\n[ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130464] ACPI: Interpreter enabled\n[ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.139621] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.146221] ACPI: No dock devices found.\n[ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.154696] acpiphp: Slot [3] registered\n[ 0.155623] acpiphp: Slot [4] registered\n[ 0.156019] acpiphp: Slot [5] registered\n[ 0.156941] acpiphp: Slot [6] registered\n[ 0.157890] acpiphp: Slot [7] registered\n[ 0.158820] acpiphp: Slot [8] registered\n[ 0.159747] acpiphp: Slot [9] registered\n[ 0.160023] acpiphp: Slot [10] registered\n[ 0.160956] acpiphp: Slot [11] registered\n[ 0.161912] acpiphp: Slot [12] registered\n[ 0.162863] acpiphp: Slot [13] registered\n[ 0.163829] acpiphp: Slot [14] registered\n[ 0.164017] acpiphp: Slot [15] registered\n[ 0.164970] acpiphp: Slot [16] registered\n[ 0.165908] acpiphp: Slot [17] registered\n[ 0.166870] acpiphp: Slot [18] registered\n[ 0.167805] acpiphp: Slot [19] registered\n[ 0.168017] acpiphp: Slot [20] registered\n[ 0.168955] acpiphp: Slot [21] registered\n[ 0.169932] acpiphp: Slot [22] registered\n[ 0.170909] acpiphp: Slot [23] registered\n[ 0.171875] acpiphp: Slot [24] registered\n[ 0.172018] acpiphp: Slot [25] registered\n[ 0.173001] acpiphp: Slot [26] registered\n[ 0.173961] acpiphp: Slot [27] registered\n[ 0.174892] acpiphp: Slot [28] registered\n[ 0.175815] acpiphp: Slot [29] registered\n[ 0.176017] acpiphp: Slot [30] registered\n[ 0.176984] acpiphp: Slot [31] registered\n[ 0.177946] PCI host bridge to bus 0000:00\n[ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228700] vgaarb: bridge control possible 0000:00:02.0\n[ 0.230071] SCSI subsystem initialized\n[ 0.231076] ACPI: bus type USB registered\n[ 0.232031] usbcore: registered new interface driver usbfs\n[ 0.233239] usbcore: registered new interface driver hub\n[ 0.234485] usbcore: registered new device driver usb\n[ 0.234485] PCI: Using ACPI for IRQ routing\n[ 0.236289] NetLabel: Initializing\n[ 0.237124] NetLabel: domain hash size = 128\n[ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.239312] NetLabel: unlabeled traffic allowed by default\n[ 0.240141] Switched to clocksource kvm-clock\n[ 0.247246] AppArmor: AppArmor Filesystem Enabled\n[ 0.248333] pnp: PnP ACPI init\n[ 0.249098] ACPI: bus type PNP registered\n[ 0.250423] pnp: PnP ACPI: found 8 devices\n[ 0.251381] ACPI: bus type PNP unregistered\n[ 0.258473] NET: Registered protocol family 2\n[ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.263158] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.264665] TCP: reno registered\n[ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.268279] NET: Registered protocol family 1\n[ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.315548] Trying to unpack rootfs image as initramfs...\n[ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.413183] Scanning for low memory corruption every 60 seconds\n[ 0.414826] Initialise system trusted keyring\n[ 0.415910] audit: initializing netlink socket (disabled)\n[ 0.417120] type=2000 audit(1533473606.130:1): initialized\n[ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.438654] zbud: loaded\n[ 0.439484] VFS: Disk quotas dquot_6.5.2\n[ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.441850] fuse init (API version 7.22)\n[ 0.442730] msgmni has been set to 3997\n[ 0.443577] Key type big_key registered\n[ 0.444603] Key type asymmetric registered\n[ 0.445439] Asymmetric key parser 'x509' registered\n[ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.447928] io scheduler noop registered\n[ 0.448738] io scheduler deadline registered (default)\n[ 0.449740] io scheduler cfq registered\n[ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.452919] ipmi message handler version 39.2\n[ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.455356] ACPI: Power Button [PWRF]\n[ 0.456210] GHES: HEST is not enabled!\n[ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.569476] Linux agpgart interface v0.103\n[ 0.571035] brd: module loaded\n[ 0.572058] loop: module loaded\n[ 0.573013] blk-mq: CPU -> queue map\n[ 0.573790] CPU 0 -> Queue 0\n[ 0.574463] CPU 1 -> Queue 0\n[ 0.575612] vda: vda1\n[ 0.576818] scsi0 : ata_piix\n[ 0.577583] scsi1 : ata_piix\n[ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.581000] libphy: Fixed MDIO Bus: probed\n[ 0.581920] tun: Universal TUN/TAP device driver, 1.6\n[ 0.582955] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.585493] PPP generic driver version 2.4.2\n[ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.587666] ehci-pci: EHCI PCI platform driver\n[ 0.588578] ehci-platform: EHCI generic platform driver\n[ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.590777] ohci-pci: OHCI PCI platform driver\n[ 0.591683] ohci-platform: OHCI generic platform driver\n[ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621083] usb usb1: Product: UHCI Host Controller\n[ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.623248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624273] hub 1-0:1.0: USB hub found\n[ 0.625082] hub 1-0:1.0: 2 ports detected\n[ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630339] mousedev: PS/2 mouse device common for all mice\n[ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.633592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637254] device-mapper: uevent: version 1.0.3\n[ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.641150] TCP: cubic registered\n[ 0.641931] NET: Registered protocol family 10\n[ 0.643031] NET: Registered protocol family 17\n[ 0.643949] Key type dns_resolver registered\n[ 0.645065] Loading compiled-in X.509 certificates\n[ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.655483] registered taskstats version 1\n[ 0.657867] Key type trusted registered\n[ 0.661187] Key type encrypted registered\n[ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663106] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.664579] regulator-dummy: disabling\n[ 0.665506] Magic number: 14:996:884\n[ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606)\n[ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669268] EDD information not available.\n[ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.739143] Write protecting the kernel read-only data: 12288k\n[ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.756367] systemd-udevd[107]: starting version 204\n[ 0.792381] FDC 0 is a S82078B\n[ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.101081] usb 1-1: Product: QEMU USB Tablet\n[ 1.102524] usb 1-1: Manufacturer: QEMU\n[ 1.103819] usb 1-1: SerialNumber: 42\n[ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available\n[ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds.\ncloud-init-nonet[2.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 * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting 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[3.69]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b |\nci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 |\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:\n4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o. |\n| . . . |\n| = . + o o . |\n| . B o * + . |\n|o . + . S + |\n|++ . . . |\n|E + |\n| . |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . ... |\n| o . |\n|.. . |\n|o oo |\n|. oS. |\n|.. . .o... |\n|. o .. .o o |\n| . .o.. + |\n| .E+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:\nac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . ++==o|\n| . + .o*o|\n| . ..o..|\n| . .. .. |\n| S o . E.|\n| o + o .|\n| . . = |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nb4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ... |\n| .+ o.. |\n| o. ...*. |\n| +.. . =.|\n| S. o .. o|\n| o . .o |\n| . ..|\n| .. . ..|\n| .oo .E |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\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 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.\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds.\n * Restoring resolver state... [80G [74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066\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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.27\n+ '[' -n 192.168.0.27 ']'\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 0 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 15s (3562 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 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-05 12:54:14,294 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-8338ad93-2ee5-4bbc-b4ec-f05dddfbecbd 2018-08-05 12:54:14,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0759100914001s 2018-08-05 12:54:14,296 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-8338ad93-2ee5-4bbc-b4ec-f05dddfbecbd 2018-08-05 12:54:14,297 - 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized [ 0.008032] AppArmor: AppArmor initialized [ 0.008987] Yama: becoming mindful. [ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017739] Initializing cgroup subsys memory [ 0.020007] Initializing cgroup subsys devices [ 0.021014] Initializing cgroup subsys freezer [ 0.022006] Initializing cgroup subsys blkio [ 0.022967] Initializing cgroup subsys perf_event [ 0.024003] Initializing cgroup subsys hugetlb [ 0.025065] CPU: Physical Processor ID: 0 [ 0.025983] FEATURE SPEC_CTRL Present [ 0.027509] mce: CPU supports 10 MCE banks [ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable [ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.041138] ACPI: Core revision 20131115 [ 0.042480] ACPI: All ACPI Tables successfully acquired [ 0.043758] ftrace: allocating 28727 entries in 113 pages [ 0.064254] Enabling x2apic [ 0.067009] Enabled x2apic [ 0.068045] Switched APIC routing to physical x2apic. [ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085184] KVM setup paravirtual spinlock [ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.089744] x86: Booting SMP configuration: [ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104022] x86: Booted up 1 node, 2 CPUs [ 0.104014] KVM setup async PF for cpu 1 [ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108348] devtmpfs: initialized [ 0.110160] EVM: security.selinux [ 0.111005] EVM: security.SMACK64 [ 0.112005] EVM: security.ima [ 0.112743] EVM: security.capability [ 0.113634] pinctrl core: initialized pinctrl subsystem [ 0.114179] regulator-dummy: no parameters [ 0.116064] RTC time: 12:53:25, date: 08/05/18 [ 0.117115] NET: Registered protocol family 16 [ 0.118241] cpuidle: using governor ladder [ 0.119248] cpuidle: using governor menu [ 0.120093] ACPI: bus type PCI registered [ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122574] PCI: Using configuration type 1 for base access [ 0.124363] bio: create slab at 0 [ 0.125022] ACPI: Added _OSI(Module Device) [ 0.125083] ACPI: Added _OSI(Processor Device) [ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130464] ACPI: Interpreter enabled [ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.139621] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.146221] ACPI: No dock devices found. [ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.154696] acpiphp: Slot [3] registered [ 0.155623] acpiphp: Slot [4] registered [ 0.156019] acpiphp: Slot [5] registered [ 0.156941] acpiphp: Slot [6] registered [ 0.157890] acpiphp: Slot [7] registered [ 0.158820] acpiphp: Slot [8] registered [ 0.159747] acpiphp: Slot [9] registered [ 0.160023] acpiphp: Slot [10] registered [ 0.160956] acpiphp: Slot [11] registered [ 0.161912] acpiphp: Slot [12] registered [ 0.162863] acpiphp: Slot [13] registered [ 0.163829] acpiphp: Slot [14] registered [ 0.164017] acpiphp: Slot [15] registered [ 0.164970] acpiphp: Slot [16] registered [ 0.165908] acpiphp: Slot [17] registered [ 0.166870] acpiphp: Slot [18] registered [ 0.167805] acpiphp: Slot [19] registered [ 0.168017] acpiphp: Slot [20] registered [ 0.168955] acpiphp: Slot [21] registered [ 0.169932] acpiphp: Slot [22] registered [ 0.170909] acpiphp: Slot [23] registered [ 0.171875] acpiphp: Slot [24] registered [ 0.172018] acpiphp: Slot [25] registered [ 0.173001] acpiphp: Slot [26] registered [ 0.173961] acpiphp: Slot [27] registered [ 0.174892] acpiphp: Slot [28] registered [ 0.175815] acpiphp: Slot [29] registered [ 0.176017] acpiphp: Slot [30] registered [ 0.176984] acpiphp: Slot [31] registered [ 0.177946] PCI host bridge to bus 0000:00 [ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228700] vgaarb: bridge control possible 0000:00:02.0 [ 0.230071] SCSI subsystem initialized [ 0.231076] ACPI: bus type USB registered [ 0.232031] usbcore: registered new interface driver usbfs [ 0.233239] usbcore: registered new interface driver hub [ 0.234485] usbcore: registered new device driver usb [ 0.234485] PCI: Using ACPI for IRQ routing [ 0.236289] NetLabel: Initializing [ 0.237124] NetLabel: domain hash size = 128 [ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.239312] NetLabel: unlabeled traffic allowed by default [ 0.240141] Switched to clocksource kvm-clock [ 0.247246] AppArmor: AppArmor Filesystem Enabled [ 0.248333] pnp: PnP ACPI init [ 0.249098] ACPI: bus type PNP registered [ 0.250423] pnp: PnP ACPI: found 8 devices [ 0.251381] ACPI: bus type PNP unregistered [ 0.258473] NET: Registered protocol family 2 [ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.263158] TCP: Hash tables configured (established 16384 bind 16384) [ 0.264665] TCP: reno registered [ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.268279] NET: Registered protocol family 1 [ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.315548] Trying to unpack rootfs image as initramfs... [ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.413183] Scanning for low memory corruption every 60 seconds [ 0.414826] Initialise system trusted keyring [ 0.415910] audit: initializing netlink socket (disabled) [ 0.417120] type=2000 audit(1533473606.130:1): initialized [ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.438654] zbud: loaded [ 0.439484] VFS: Disk quotas dquot_6.5.2 [ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.441850] fuse init (API version 7.22) [ 0.442730] msgmni has been set to 3997 [ 0.443577] Key type big_key registered [ 0.444603] Key type asymmetric registered [ 0.445439] Asymmetric key parser 'x509' registered [ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.447928] io scheduler noop registered [ 0.448738] io scheduler deadline registered (default) [ 0.449740] io scheduler cfq registered [ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.452919] ipmi message handler version 39.2 [ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.455356] ACPI: Power Button [PWRF] [ 0.456210] GHES: HEST is not enabled! [ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569476] Linux agpgart interface v0.103 [ 0.571035] brd: module loaded [ 0.572058] loop: module loaded [ 0.573013] blk-mq: CPU -> queue map [ 0.573790] CPU 0 -> Queue 0 [ 0.574463] CPU 1 -> Queue 0 [ 0.575612] vda: vda1 [ 0.576818] scsi0 : ata_piix [ 0.577583] scsi1 : ata_piix [ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.581000] libphy: Fixed MDIO Bus: probed [ 0.581920] tun: Universal TUN/TAP device driver, 1.6 [ 0.582955] tun: (C) 1999-2004 Max Krasnyansky [ 0.585493] PPP generic driver version 2.4.2 [ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.587666] ehci-pci: EHCI PCI platform driver [ 0.588578] ehci-platform: EHCI generic platform driver [ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590777] ohci-pci: OHCI PCI platform driver [ 0.591683] ohci-platform: OHCI generic platform driver [ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621083] usb usb1: Product: UHCI Host Controller [ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.623248] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624273] hub 1-0:1.0: USB hub found [ 0.625082] hub 1-0:1.0: 2 ports detected [ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630339] mousedev: PS/2 mouse device common for all mice [ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.633592] rtc_cmos 00:00: RTC can wake from S4 [ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637254] device-mapper: uevent: version 1.0.3 [ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs [ 0.641150] TCP: cubic registered [ 0.641931] NET: Registered protocol family 10 [ 0.643031] NET: Registered protocol family 17 [ 0.643949] Key type dns_resolver registered [ 0.645065] Loading compiled-in X.509 certificates [ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.655483] registered taskstats version 1 [ 0.657867] Key type trusted registered [ 0.661187] Key type encrypted registered [ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled [ 0.663106] IMA: No TPM chip found, activating TPM-bypass! [ 0.664579] regulator-dummy: disabling [ 0.665506] Magic number: 14:996:884 [ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606) [ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669268] EDD information not available. [ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.739143] Write protecting the kernel read-only data: 12288k [ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.756367] systemd-udevd[107]: starting version 204 [ 0.792381] FDC 0 is a S82078B [ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.101081] usb 1-1: Product: QEMU USB Tablet [ 1.102524] usb 1-1: Manufacturer: QEMU [ 1.103819] usb 1-1: SerialNumber: 42 [ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available [ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds. cloud-init-nonet[2.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 ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting 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[3.69]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b | ci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 | 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: 4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | o. | | . . . | | = . + o o . | | . B o * + . | |o . + . S + | |++ . . . | |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: 69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | . ... | | o . | |.. . | |o oo | |. oS. | |.. . .o... | |. o .. .o o | | . .o.. + | | .E+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: ac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | . ++==o| | . + .o*o| | . ..o..| | . .. .. | | S o . E.| | 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: b4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | ... | | .+ o.. | | o. ...*. | | +.. . =.| | S. o .. o| | o . .o | | . ..| | .. . ..| | .oo .E | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] 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 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. Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds. * Restoring resolver state... [80G [74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.27 + '[' -n 192.168.0.27 ']' + 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 0 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 15s (3562 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 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-05 12:54:14,299 - functest.core.singlevm - DEBUG - try 4: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-05 12:54:24,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:54:24,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:54:24,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:54: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-4ba8926e-8a62-42c3-93e7-b185d961428b x-compute-request-id: req-4ba8926e-8a62-42c3-93e7-b185d961428b Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:54:24,755 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-4ba8926e-8a62-42c3-93e7-b185d961428b 2018-08-05 12:54:24,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.444817066193s 2018-08-05 12:54:24,756 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-4ba8926e-8a62-42c3-93e7-b185d961428b 2018-08-05 12:54:24,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:54:24,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:54:24,839 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:54: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-dd81c67c-52c4-4b35-9760-7593f4c19a9f x-compute-request-id: req-dd81c67c-52c4-4b35-9760-7593f4c19a9f Content-Encoding: gzip Content-Length: 14531 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized\n[ 0.008032] AppArmor: AppArmor initialized\n[ 0.008987] Yama: becoming mindful.\n[ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017739] Initializing cgroup subsys memory\n[ 0.020007] Initializing cgroup subsys devices\n[ 0.021014] Initializing cgroup subsys freezer\n[ 0.022006] Initializing cgroup subsys blkio\n[ 0.022967] Initializing cgroup subsys perf_event\n[ 0.024003] Initializing cgroup subsys hugetlb\n[ 0.025065] CPU: Physical Processor ID: 0\n[ 0.025983] FEATURE SPEC_CTRL Present\n[ 0.027509] mce: CPU supports 10 MCE banks\n[ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable\n[ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.041138] ACPI: Core revision 20131115\n[ 0.042480] ACPI: All ACPI Tables successfully acquired\n[ 0.043758] ftrace: allocating 28727 entries in 113 pages\n[ 0.064254] Enabling x2apic\n[ 0.067009] Enabled x2apic\n[ 0.068045] Switched APIC routing to physical x2apic.\n[ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085184] KVM setup paravirtual spinlock\n[ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.089744] x86: Booting SMP configuration:\n[ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104022] x86: Booted up 1 node, 2 CPUs\n[ 0.104014] KVM setup async PF for cpu 1\n[ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108348] devtmpfs: initialized\n[ 0.110160] EVM: security.selinux\n[ 0.111005] EVM: security.SMACK64\n[ 0.112005] EVM: security.ima\n[ 0.112743] EVM: security.capability\n[ 0.113634] pinctrl core: initialized pinctrl subsystem\n[ 0.114179] regulator-dummy: no parameters\n[ 0.116064] RTC time: 12:53:25, date: 08/05/18\n[ 0.117115] NET: Registered protocol family 16\n[ 0.118241] cpuidle: using governor ladder\n[ 0.119248] cpuidle: using governor menu\n[ 0.120093] ACPI: bus type PCI registered\n[ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122574] PCI: Using configuration type 1 for base access\n[ 0.124363] bio: create slab at 0\n[ 0.125022] ACPI: Added _OSI(Module Device)\n[ 0.125083] ACPI: Added _OSI(Processor Device)\n[ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130464] ACPI: Interpreter enabled\n[ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.139621] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.146221] ACPI: No dock devices found.\n[ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.154696] acpiphp: Slot [3] registered\n[ 0.155623] acpiphp: Slot [4] registered\n[ 0.156019] acpiphp: Slot [5] registered\n[ 0.156941] acpiphp: Slot [6] registered\n[ 0.157890] acpiphp: Slot [7] registered\n[ 0.158820] acpiphp: Slot [8] registered\n[ 0.159747] acpiphp: Slot [9] registered\n[ 0.160023] acpiphp: Slot [10] registered\n[ 0.160956] acpiphp: Slot [11] registered\n[ 0.161912] acpiphp: Slot [12] registered\n[ 0.162863] acpiphp: Slot [13] registered\n[ 0.163829] acpiphp: Slot [14] registered\n[ 0.164017] acpiphp: Slot [15] registered\n[ 0.164970] acpiphp: Slot [16] registered\n[ 0.165908] acpiphp: Slot [17] registered\n[ 0.166870] acpiphp: Slot [18] registered\n[ 0.167805] acpiphp: Slot [19] registered\n[ 0.168017] acpiphp: Slot [20] registered\n[ 0.168955] acpiphp: Slot [21] registered\n[ 0.169932] acpiphp: Slot [22] registered\n[ 0.170909] acpiphp: Slot [23] registered\n[ 0.171875] acpiphp: Slot [24] registered\n[ 0.172018] acpiphp: Slot [25] registered\n[ 0.173001] acpiphp: Slot [26] registered\n[ 0.173961] acpiphp: Slot [27] registered\n[ 0.174892] acpiphp: Slot [28] registered\n[ 0.175815] acpiphp: Slot [29] registered\n[ 0.176017] acpiphp: Slot [30] registered\n[ 0.176984] acpiphp: Slot [31] registered\n[ 0.177946] PCI host bridge to bus 0000:00\n[ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228700] vgaarb: bridge control possible 0000:00:02.0\n[ 0.230071] SCSI subsystem initialized\n[ 0.231076] ACPI: bus type USB registered\n[ 0.232031] usbcore: registered new interface driver usbfs\n[ 0.233239] usbcore: registered new interface driver hub\n[ 0.234485] usbcore: registered new device driver usb\n[ 0.234485] PCI: Using ACPI for IRQ routing\n[ 0.236289] NetLabel: Initializing\n[ 0.237124] NetLabel: domain hash size = 128\n[ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.239312] NetLabel: unlabeled traffic allowed by default\n[ 0.240141] Switched to clocksource kvm-clock\n[ 0.247246] AppArmor: AppArmor Filesystem Enabled\n[ 0.248333] pnp: PnP ACPI init\n[ 0.249098] ACPI: bus type PNP registered\n[ 0.250423] pnp: PnP ACPI: found 8 devices\n[ 0.251381] ACPI: bus type PNP unregistered\n[ 0.258473] NET: Registered protocol family 2\n[ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.263158] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.264665] TCP: reno registered\n[ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.268279] NET: Registered protocol family 1\n[ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.315548] Trying to unpack rootfs image as initramfs...\n[ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.413183] Scanning for low memory corruption every 60 seconds\n[ 0.414826] Initialise system trusted keyring\n[ 0.415910] audit: initializing netlink socket (disabled)\n[ 0.417120] type=2000 audit(1533473606.130:1): initialized\n[ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.438654] zbud: loaded\n[ 0.439484] VFS: Disk quotas dquot_6.5.2\n[ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.441850] fuse init (API version 7.22)\n[ 0.442730] msgmni has been set to 3997\n[ 0.443577] Key type big_key registered\n[ 0.444603] Key type asymmetric registered\n[ 0.445439] Asymmetric key parser 'x509' registered\n[ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.447928] io scheduler noop registered\n[ 0.448738] io scheduler deadline registered (default)\n[ 0.449740] io scheduler cfq registered\n[ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.452919] ipmi message handler version 39.2\n[ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.455356] ACPI: Power Button [PWRF]\n[ 0.456210] GHES: HEST is not enabled!\n[ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.569476] Linux agpgart interface v0.103\n[ 0.571035] brd: module loaded\n[ 0.572058] loop: module loaded\n[ 0.573013] blk-mq: CPU -> queue map\n[ 0.573790] CPU 0 -> Queue 0\n[ 0.574463] CPU 1 -> Queue 0\n[ 0.575612] vda: vda1\n[ 0.576818] scsi0 : ata_piix\n[ 0.577583] scsi1 : ata_piix\n[ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.581000] libphy: Fixed MDIO Bus: probed\n[ 0.581920] tun: Universal TUN/TAP device driver, 1.6\n[ 0.582955] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.585493] PPP generic driver version 2.4.2\n[ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.587666] ehci-pci: EHCI PCI platform driver\n[ 0.588578] ehci-platform: EHCI generic platform driver\n[ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.590777] ohci-pci: OHCI PCI platform driver\n[ 0.591683] ohci-platform: OHCI generic platform driver\n[ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621083] usb usb1: Product: UHCI Host Controller\n[ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.623248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624273] hub 1-0:1.0: USB hub found\n[ 0.625082] hub 1-0:1.0: 2 ports detected\n[ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630339] mousedev: PS/2 mouse device common for all mice\n[ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.633592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637254] device-mapper: uevent: version 1.0.3\n[ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.641150] TCP: cubic registered\n[ 0.641931] NET: Registered protocol family 10\n[ 0.643031] NET: Registered protocol family 17\n[ 0.643949] Key type dns_resolver registered\n[ 0.645065] Loading compiled-in X.509 certificates\n[ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.655483] registered taskstats version 1\n[ 0.657867] Key type trusted registered\n[ 0.661187] Key type encrypted registered\n[ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663106] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.664579] regulator-dummy: disabling\n[ 0.665506] Magic number: 14:996:884\n[ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606)\n[ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669268] EDD information not available.\n[ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.739143] Write protecting the kernel read-only data: 12288k\n[ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.756367] systemd-udevd[107]: starting version 204\n[ 0.792381] FDC 0 is a S82078B\n[ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.101081] usb 1-1: Product: QEMU USB Tablet\n[ 1.102524] usb 1-1: Manufacturer: QEMU\n[ 1.103819] usb 1-1: SerialNumber: 42\n[ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available\n[ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds.\ncloud-init-nonet[2.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 * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting 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[3.69]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b |\nci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 |\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:\n4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o. |\n| . . . |\n| = . + o o . |\n| . B o * + . |\n|o . + . S + |\n|++ . . . |\n|E + |\n| . |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . ... |\n| o . |\n|.. . |\n|o oo |\n|. oS. |\n|.. . .o... |\n|. o .. .o o |\n| . .o.. + |\n| .E+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:\nac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . ++==o|\n| . + .o*o|\n| . ..o..|\n| . .. .. |\n| S o . E.|\n| o + o .|\n| . . = |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nb4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ... |\n| .+ o.. |\n| o. ...*. |\n| +.. . =.|\n| S. o .. o|\n| o . .o |\n| . ..|\n| .. . ..|\n| .oo .E |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\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 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.\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds.\n * Restoring resolver state... [80G [74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066\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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.27\n+ '[' -n 192.168.0.27 ']'\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 0 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 15s (3562 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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) ...\n"} 2018-08-05 12:54:24,841 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-dd81c67c-52c4-4b35-9760-7593f4c19a9f 2018-08-05 12:54:24,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0782380104065s 2018-08-05 12:54:24,843 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-dd81c67c-52c4-4b35-9760-7593f4c19a9f 2018-08-05 12:54:24,843 - 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized [ 0.008032] AppArmor: AppArmor initialized [ 0.008987] Yama: becoming mindful. [ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017739] Initializing cgroup subsys memory [ 0.020007] Initializing cgroup subsys devices [ 0.021014] Initializing cgroup subsys freezer [ 0.022006] Initializing cgroup subsys blkio [ 0.022967] Initializing cgroup subsys perf_event [ 0.024003] Initializing cgroup subsys hugetlb [ 0.025065] CPU: Physical Processor ID: 0 [ 0.025983] FEATURE SPEC_CTRL Present [ 0.027509] mce: CPU supports 10 MCE banks [ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable [ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.041138] ACPI: Core revision 20131115 [ 0.042480] ACPI: All ACPI Tables successfully acquired [ 0.043758] ftrace: allocating 28727 entries in 113 pages [ 0.064254] Enabling x2apic [ 0.067009] Enabled x2apic [ 0.068045] Switched APIC routing to physical x2apic. [ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085184] KVM setup paravirtual spinlock [ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.089744] x86: Booting SMP configuration: [ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104022] x86: Booted up 1 node, 2 CPUs [ 0.104014] KVM setup async PF for cpu 1 [ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108348] devtmpfs: initialized [ 0.110160] EVM: security.selinux [ 0.111005] EVM: security.SMACK64 [ 0.112005] EVM: security.ima [ 0.112743] EVM: security.capability [ 0.113634] pinctrl core: initialized pinctrl subsystem [ 0.114179] regulator-dummy: no parameters [ 0.116064] RTC time: 12:53:25, date: 08/05/18 [ 0.117115] NET: Registered protocol family 16 [ 0.118241] cpuidle: using governor ladder [ 0.119248] cpuidle: using governor menu [ 0.120093] ACPI: bus type PCI registered [ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122574] PCI: Using configuration type 1 for base access [ 0.124363] bio: create slab at 0 [ 0.125022] ACPI: Added _OSI(Module Device) [ 0.125083] ACPI: Added _OSI(Processor Device) [ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130464] ACPI: Interpreter enabled [ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.139621] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.146221] ACPI: No dock devices found. [ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.154696] acpiphp: Slot [3] registered [ 0.155623] acpiphp: Slot [4] registered [ 0.156019] acpiphp: Slot [5] registered [ 0.156941] acpiphp: Slot [6] registered [ 0.157890] acpiphp: Slot [7] registered [ 0.158820] acpiphp: Slot [8] registered [ 0.159747] acpiphp: Slot [9] registered [ 0.160023] acpiphp: Slot [10] registered [ 0.160956] acpiphp: Slot [11] registered [ 0.161912] acpiphp: Slot [12] registered [ 0.162863] acpiphp: Slot [13] registered [ 0.163829] acpiphp: Slot [14] registered [ 0.164017] acpiphp: Slot [15] registered [ 0.164970] acpiphp: Slot [16] registered [ 0.165908] acpiphp: Slot [17] registered [ 0.166870] acpiphp: Slot [18] registered [ 0.167805] acpiphp: Slot [19] registered [ 0.168017] acpiphp: Slot [20] registered [ 0.168955] acpiphp: Slot [21] registered [ 0.169932] acpiphp: Slot [22] registered [ 0.170909] acpiphp: Slot [23] registered [ 0.171875] acpiphp: Slot [24] registered [ 0.172018] acpiphp: Slot [25] registered [ 0.173001] acpiphp: Slot [26] registered [ 0.173961] acpiphp: Slot [27] registered [ 0.174892] acpiphp: Slot [28] registered [ 0.175815] acpiphp: Slot [29] registered [ 0.176017] acpiphp: Slot [30] registered [ 0.176984] acpiphp: Slot [31] registered [ 0.177946] PCI host bridge to bus 0000:00 [ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228700] vgaarb: bridge control possible 0000:00:02.0 [ 0.230071] SCSI subsystem initialized [ 0.231076] ACPI: bus type USB registered [ 0.232031] usbcore: registered new interface driver usbfs [ 0.233239] usbcore: registered new interface driver hub [ 0.234485] usbcore: registered new device driver usb [ 0.234485] PCI: Using ACPI for IRQ routing [ 0.236289] NetLabel: Initializing [ 0.237124] NetLabel: domain hash size = 128 [ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.239312] NetLabel: unlabeled traffic allowed by default [ 0.240141] Switched to clocksource kvm-clock [ 0.247246] AppArmor: AppArmor Filesystem Enabled [ 0.248333] pnp: PnP ACPI init [ 0.249098] ACPI: bus type PNP registered [ 0.250423] pnp: PnP ACPI: found 8 devices [ 0.251381] ACPI: bus type PNP unregistered [ 0.258473] NET: Registered protocol family 2 [ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.263158] TCP: Hash tables configured (established 16384 bind 16384) [ 0.264665] TCP: reno registered [ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.268279] NET: Registered protocol family 1 [ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.315548] Trying to unpack rootfs image as initramfs... [ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.413183] Scanning for low memory corruption every 60 seconds [ 0.414826] Initialise system trusted keyring [ 0.415910] audit: initializing netlink socket (disabled) [ 0.417120] type=2000 audit(1533473606.130:1): initialized [ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.438654] zbud: loaded [ 0.439484] VFS: Disk quotas dquot_6.5.2 [ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.441850] fuse init (API version 7.22) [ 0.442730] msgmni has been set to 3997 [ 0.443577] Key type big_key registered [ 0.444603] Key type asymmetric registered [ 0.445439] Asymmetric key parser 'x509' registered [ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.447928] io scheduler noop registered [ 0.448738] io scheduler deadline registered (default) [ 0.449740] io scheduler cfq registered [ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.452919] ipmi message handler version 39.2 [ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.455356] ACPI: Power Button [PWRF] [ 0.456210] GHES: HEST is not enabled! [ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569476] Linux agpgart interface v0.103 [ 0.571035] brd: module loaded [ 0.572058] loop: module loaded [ 0.573013] blk-mq: CPU -> queue map [ 0.573790] CPU 0 -> Queue 0 [ 0.574463] CPU 1 -> Queue 0 [ 0.575612] vda: vda1 [ 0.576818] scsi0 : ata_piix [ 0.577583] scsi1 : ata_piix [ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.581000] libphy: Fixed MDIO Bus: probed [ 0.581920] tun: Universal TUN/TAP device driver, 1.6 [ 0.582955] tun: (C) 1999-2004 Max Krasnyansky [ 0.585493] PPP generic driver version 2.4.2 [ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.587666] ehci-pci: EHCI PCI platform driver [ 0.588578] ehci-platform: EHCI generic platform driver [ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590777] ohci-pci: OHCI PCI platform driver [ 0.591683] ohci-platform: OHCI generic platform driver [ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621083] usb usb1: Product: UHCI Host Controller [ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.623248] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624273] hub 1-0:1.0: USB hub found [ 0.625082] hub 1-0:1.0: 2 ports detected [ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630339] mousedev: PS/2 mouse device common for all mice [ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.633592] rtc_cmos 00:00: RTC can wake from S4 [ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637254] device-mapper: uevent: version 1.0.3 [ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs [ 0.641150] TCP: cubic registered [ 0.641931] NET: Registered protocol family 10 [ 0.643031] NET: Registered protocol family 17 [ 0.643949] Key type dns_resolver registered [ 0.645065] Loading compiled-in X.509 certificates [ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.655483] registered taskstats version 1 [ 0.657867] Key type trusted registered [ 0.661187] Key type encrypted registered [ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled [ 0.663106] IMA: No TPM chip found, activating TPM-bypass! [ 0.664579] regulator-dummy: disabling [ 0.665506] Magic number: 14:996:884 [ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606) [ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669268] EDD information not available. [ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.739143] Write protecting the kernel read-only data: 12288k [ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.756367] systemd-udevd[107]: starting version 204 [ 0.792381] FDC 0 is a S82078B [ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.101081] usb 1-1: Product: QEMU USB Tablet [ 1.102524] usb 1-1: Manufacturer: QEMU [ 1.103819] usb 1-1: SerialNumber: 42 [ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available [ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds. cloud-init-nonet[2.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 ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting 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[3.69]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b | ci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 | 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: 4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | o. | | . . . | | = . + o o . | | . B o * + . | |o . + . S + | |++ . . . | |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: 69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | . ... | | o . | |.. . | |o oo | |. oS. | |.. . .o... | |. o .. .o o | | . .o.. + | | .E+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: ac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | . ++==o| | . + .o*o| | . ..o..| | . .. .. | | S o . E.| | 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: b4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | ... | | .+ o.. | | o. ...*. | | +.. . =.| | S. o .. o| | o . .o | | . ..| | .. . ..| | .oo .E | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] 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 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. Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds. * Restoring resolver state... [80G [74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.27 + '[' -n 192.168.0.27 ']' + 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 0 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 15s (3562 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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) ... 2018-08-05 12:54:24,846 - functest.core.singlevm - DEBUG - try 5: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-05 12:54:34,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:54:34,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:54:35,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:54:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e289f687-ae82-4672-90b1-3ef15cb32811 x-compute-request-id: req-e289f687-ae82-4672-90b1-3ef15cb32811 Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:54:35,450 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e289f687-ae82-4672-90b1-3ef15cb32811 2018-08-05 12:54:35,451 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.602910995483s 2018-08-05 12:54:35,451 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e289f687-ae82-4672-90b1-3ef15cb32811 2018-08-05 12:54:35,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:54:35,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:54:35,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:54: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-5d04cb2d-bf68-4192-874c-38310d87db06 x-compute-request-id: req-5d04cb2d-bf68-4192-874c-38310d87db06 Content-Encoding: gzip Content-Length: 14795 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized\n[ 0.008032] AppArmor: AppArmor initialized\n[ 0.008987] Yama: becoming mindful.\n[ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017739] Initializing cgroup subsys memory\n[ 0.020007] Initializing cgroup subsys devices\n[ 0.021014] Initializing cgroup subsys freezer\n[ 0.022006] Initializing cgroup subsys blkio\n[ 0.022967] Initializing cgroup subsys perf_event\n[ 0.024003] Initializing cgroup subsys hugetlb\n[ 0.025065] CPU: Physical Processor ID: 0\n[ 0.025983] FEATURE SPEC_CTRL Present\n[ 0.027509] mce: CPU supports 10 MCE banks\n[ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable\n[ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.041138] ACPI: Core revision 20131115\n[ 0.042480] ACPI: All ACPI Tables successfully acquired\n[ 0.043758] ftrace: allocating 28727 entries in 113 pages\n[ 0.064254] Enabling x2apic\n[ 0.067009] Enabled x2apic\n[ 0.068045] Switched APIC routing to physical x2apic.\n[ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085184] KVM setup paravirtual spinlock\n[ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.089744] x86: Booting SMP configuration:\n[ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104022] x86: Booted up 1 node, 2 CPUs\n[ 0.104014] KVM setup async PF for cpu 1\n[ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108348] devtmpfs: initialized\n[ 0.110160] EVM: security.selinux\n[ 0.111005] EVM: security.SMACK64\n[ 0.112005] EVM: security.ima\n[ 0.112743] EVM: security.capability\n[ 0.113634] pinctrl core: initialized pinctrl subsystem\n[ 0.114179] regulator-dummy: no parameters\n[ 0.116064] RTC time: 12:53:25, date: 08/05/18\n[ 0.117115] NET: Registered protocol family 16\n[ 0.118241] cpuidle: using governor ladder\n[ 0.119248] cpuidle: using governor menu\n[ 0.120093] ACPI: bus type PCI registered\n[ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122574] PCI: Using configuration type 1 for base access\n[ 0.124363] bio: create slab at 0\n[ 0.125022] ACPI: Added _OSI(Module Device)\n[ 0.125083] ACPI: Added _OSI(Processor Device)\n[ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130464] ACPI: Interpreter enabled\n[ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.139621] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.146221] ACPI: No dock devices found.\n[ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.154696] acpiphp: Slot [3] registered\n[ 0.155623] acpiphp: Slot [4] registered\n[ 0.156019] acpiphp: Slot [5] registered\n[ 0.156941] acpiphp: Slot [6] registered\n[ 0.157890] acpiphp: Slot [7] registered\n[ 0.158820] acpiphp: Slot [8] registered\n[ 0.159747] acpiphp: Slot [9] registered\n[ 0.160023] acpiphp: Slot [10] registered\n[ 0.160956] acpiphp: Slot [11] registered\n[ 0.161912] acpiphp: Slot [12] registered\n[ 0.162863] acpiphp: Slot [13] registered\n[ 0.163829] acpiphp: Slot [14] registered\n[ 0.164017] acpiphp: Slot [15] registered\n[ 0.164970] acpiphp: Slot [16] registered\n[ 0.165908] acpiphp: Slot [17] registered\n[ 0.166870] acpiphp: Slot [18] registered\n[ 0.167805] acpiphp: Slot [19] registered\n[ 0.168017] acpiphp: Slot [20] registered\n[ 0.168955] acpiphp: Slot [21] registered\n[ 0.169932] acpiphp: Slot [22] registered\n[ 0.170909] acpiphp: Slot [23] registered\n[ 0.171875] acpiphp: Slot [24] registered\n[ 0.172018] acpiphp: Slot [25] registered\n[ 0.173001] acpiphp: Slot [26] registered\n[ 0.173961] acpiphp: Slot [27] registered\n[ 0.174892] acpiphp: Slot [28] registered\n[ 0.175815] acpiphp: Slot [29] registered\n[ 0.176017] acpiphp: Slot [30] registered\n[ 0.176984] acpiphp: Slot [31] registered\n[ 0.177946] PCI host bridge to bus 0000:00\n[ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228700] vgaarb: bridge control possible 0000:00:02.0\n[ 0.230071] SCSI subsystem initialized\n[ 0.231076] ACPI: bus type USB registered\n[ 0.232031] usbcore: registered new interface driver usbfs\n[ 0.233239] usbcore: registered new interface driver hub\n[ 0.234485] usbcore: registered new device driver usb\n[ 0.234485] PCI: Using ACPI for IRQ routing\n[ 0.236289] NetLabel: Initializing\n[ 0.237124] NetLabel: domain hash size = 128\n[ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.239312] NetLabel: unlabeled traffic allowed by default\n[ 0.240141] Switched to clocksource kvm-clock\n[ 0.247246] AppArmor: AppArmor Filesystem Enabled\n[ 0.248333] pnp: PnP ACPI init\n[ 0.249098] ACPI: bus type PNP registered\n[ 0.250423] pnp: PnP ACPI: found 8 devices\n[ 0.251381] ACPI: bus type PNP unregistered\n[ 0.258473] NET: Registered protocol family 2\n[ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.263158] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.264665] TCP: reno registered\n[ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.268279] NET: Registered protocol family 1\n[ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.315548] Trying to unpack rootfs image as initramfs...\n[ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.413183] Scanning for low memory corruption every 60 seconds\n[ 0.414826] Initialise system trusted keyring\n[ 0.415910] audit: initializing netlink socket (disabled)\n[ 0.417120] type=2000 audit(1533473606.130:1): initialized\n[ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.438654] zbud: loaded\n[ 0.439484] VFS: Disk quotas dquot_6.5.2\n[ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.441850] fuse init (API version 7.22)\n[ 0.442730] msgmni has been set to 3997\n[ 0.443577] Key type big_key registered\n[ 0.444603] Key type asymmetric registered\n[ 0.445439] Asymmetric key parser 'x509' registered\n[ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.447928] io scheduler noop registered\n[ 0.448738] io scheduler deadline registered (default)\n[ 0.449740] io scheduler cfq registered\n[ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.452919] ipmi message handler version 39.2\n[ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.455356] ACPI: Power Button [PWRF]\n[ 0.456210] GHES: HEST is not enabled!\n[ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.569476] Linux agpgart interface v0.103\n[ 0.571035] brd: module loaded\n[ 0.572058] loop: module loaded\n[ 0.573013] blk-mq: CPU -> queue map\n[ 0.573790] CPU 0 -> Queue 0\n[ 0.574463] CPU 1 -> Queue 0\n[ 0.575612] vda: vda1\n[ 0.576818] scsi0 : ata_piix\n[ 0.577583] scsi1 : ata_piix\n[ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.581000] libphy: Fixed MDIO Bus: probed\n[ 0.581920] tun: Universal TUN/TAP device driver, 1.6\n[ 0.582955] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.585493] PPP generic driver version 2.4.2\n[ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.587666] ehci-pci: EHCI PCI platform driver\n[ 0.588578] ehci-platform: EHCI generic platform driver\n[ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.590777] ohci-pci: OHCI PCI platform driver\n[ 0.591683] ohci-platform: OHCI generic platform driver\n[ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621083] usb usb1: Product: UHCI Host Controller\n[ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.623248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624273] hub 1-0:1.0: USB hub found\n[ 0.625082] hub 1-0:1.0: 2 ports detected\n[ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630339] mousedev: PS/2 mouse device common for all mice\n[ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.633592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637254] device-mapper: uevent: version 1.0.3\n[ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.641150] TCP: cubic registered\n[ 0.641931] NET: Registered protocol family 10\n[ 0.643031] NET: Registered protocol family 17\n[ 0.643949] Key type dns_resolver registered\n[ 0.645065] Loading compiled-in X.509 certificates\n[ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.655483] registered taskstats version 1\n[ 0.657867] Key type trusted registered\n[ 0.661187] Key type encrypted registered\n[ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663106] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.664579] regulator-dummy: disabling\n[ 0.665506] Magic number: 14:996:884\n[ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606)\n[ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669268] EDD information not available.\n[ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.739143] Write protecting the kernel read-only data: 12288k\n[ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.756367] systemd-udevd[107]: starting version 204\n[ 0.792381] FDC 0 is a S82078B\n[ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.101081] usb 1-1: Product: QEMU USB Tablet\n[ 1.102524] usb 1-1: Manufacturer: QEMU\n[ 1.103819] usb 1-1: SerialNumber: 42\n[ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available\n[ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds.\ncloud-init-nonet[2.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 * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting 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[3.69]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b |\nci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 |\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:\n4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o. |\n| . . . |\n| = . + o o . |\n| . B o * + . |\n|o . + . S + |\n|++ . . . |\n|E + |\n| . |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . ... |\n| o . |\n|.. . |\n|o oo |\n|. oS. |\n|.. . .o... |\n|. o .. .o o |\n| . .o.. + |\n| .E+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:\nac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . ++==o|\n| . + .o*o|\n| . ..o..|\n| . .. .. |\n| S o . E.|\n| o + o .|\n| . . = |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nb4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ... |\n| .+ o.. |\n| o. ...*. |\n| +.. . =.|\n| S. o .. o|\n| o . .o |\n| . ..|\n| .. . ..|\n| .oo .E |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\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 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.\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds.\n * Restoring resolver state... [80G [74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066\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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.27\n+ '[' -n 192.168.0.27 ']'\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 0 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 15s (3562 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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) ...\n"} 2018-08-05 12:54:35,556 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-5d04cb2d-bf68-4192-874c-38310d87db06 2018-08-05 12:54:35,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0973169803619s 2018-08-05 12:54:35,558 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-5d04cb2d-bf68-4192-874c-38310d87db06 2018-08-05 12:54:35,558 - 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized [ 0.008032] AppArmor: AppArmor initialized [ 0.008987] Yama: becoming mindful. [ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017739] Initializing cgroup subsys memory [ 0.020007] Initializing cgroup subsys devices [ 0.021014] Initializing cgroup subsys freezer [ 0.022006] Initializing cgroup subsys blkio [ 0.022967] Initializing cgroup subsys perf_event [ 0.024003] Initializing cgroup subsys hugetlb [ 0.025065] CPU: Physical Processor ID: 0 [ 0.025983] FEATURE SPEC_CTRL Present [ 0.027509] mce: CPU supports 10 MCE banks [ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable [ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.041138] ACPI: Core revision 20131115 [ 0.042480] ACPI: All ACPI Tables successfully acquired [ 0.043758] ftrace: allocating 28727 entries in 113 pages [ 0.064254] Enabling x2apic [ 0.067009] Enabled x2apic [ 0.068045] Switched APIC routing to physical x2apic. [ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085184] KVM setup paravirtual spinlock [ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.089744] x86: Booting SMP configuration: [ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104022] x86: Booted up 1 node, 2 CPUs [ 0.104014] KVM setup async PF for cpu 1 [ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108348] devtmpfs: initialized [ 0.110160] EVM: security.selinux [ 0.111005] EVM: security.SMACK64 [ 0.112005] EVM: security.ima [ 0.112743] EVM: security.capability [ 0.113634] pinctrl core: initialized pinctrl subsystem [ 0.114179] regulator-dummy: no parameters [ 0.116064] RTC time: 12:53:25, date: 08/05/18 [ 0.117115] NET: Registered protocol family 16 [ 0.118241] cpuidle: using governor ladder [ 0.119248] cpuidle: using governor menu [ 0.120093] ACPI: bus type PCI registered [ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122574] PCI: Using configuration type 1 for base access [ 0.124363] bio: create slab at 0 [ 0.125022] ACPI: Added _OSI(Module Device) [ 0.125083] ACPI: Added _OSI(Processor Device) [ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130464] ACPI: Interpreter enabled [ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.139621] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.146221] ACPI: No dock devices found. [ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.154696] acpiphp: Slot [3] registered [ 0.155623] acpiphp: Slot [4] registered [ 0.156019] acpiphp: Slot [5] registered [ 0.156941] acpiphp: Slot [6] registered [ 0.157890] acpiphp: Slot [7] registered [ 0.158820] acpiphp: Slot [8] registered [ 0.159747] acpiphp: Slot [9] registered [ 0.160023] acpiphp: Slot [10] registered [ 0.160956] acpiphp: Slot [11] registered [ 0.161912] acpiphp: Slot [12] registered [ 0.162863] acpiphp: Slot [13] registered [ 0.163829] acpiphp: Slot [14] registered [ 0.164017] acpiphp: Slot [15] registered [ 0.164970] acpiphp: Slot [16] registered [ 0.165908] acpiphp: Slot [17] registered [ 0.166870] acpiphp: Slot [18] registered [ 0.167805] acpiphp: Slot [19] registered [ 0.168017] acpiphp: Slot [20] registered [ 0.168955] acpiphp: Slot [21] registered [ 0.169932] acpiphp: Slot [22] registered [ 0.170909] acpiphp: Slot [23] registered [ 0.171875] acpiphp: Slot [24] registered [ 0.172018] acpiphp: Slot [25] registered [ 0.173001] acpiphp: Slot [26] registered [ 0.173961] acpiphp: Slot [27] registered [ 0.174892] acpiphp: Slot [28] registered [ 0.175815] acpiphp: Slot [29] registered [ 0.176017] acpiphp: Slot [30] registered [ 0.176984] acpiphp: Slot [31] registered [ 0.177946] PCI host bridge to bus 0000:00 [ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228700] vgaarb: bridge control possible 0000:00:02.0 [ 0.230071] SCSI subsystem initialized [ 0.231076] ACPI: bus type USB registered [ 0.232031] usbcore: registered new interface driver usbfs [ 0.233239] usbcore: registered new interface driver hub [ 0.234485] usbcore: registered new device driver usb [ 0.234485] PCI: Using ACPI for IRQ routing [ 0.236289] NetLabel: Initializing [ 0.237124] NetLabel: domain hash size = 128 [ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.239312] NetLabel: unlabeled traffic allowed by default [ 0.240141] Switched to clocksource kvm-clock [ 0.247246] AppArmor: AppArmor Filesystem Enabled [ 0.248333] pnp: PnP ACPI init [ 0.249098] ACPI: bus type PNP registered [ 0.250423] pnp: PnP ACPI: found 8 devices [ 0.251381] ACPI: bus type PNP unregistered [ 0.258473] NET: Registered protocol family 2 [ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.263158] TCP: Hash tables configured (established 16384 bind 16384) [ 0.264665] TCP: reno registered [ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.268279] NET: Registered protocol family 1 [ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.315548] Trying to unpack rootfs image as initramfs... [ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.413183] Scanning for low memory corruption every 60 seconds [ 0.414826] Initialise system trusted keyring [ 0.415910] audit: initializing netlink socket (disabled) [ 0.417120] type=2000 audit(1533473606.130:1): initialized [ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.438654] zbud: loaded [ 0.439484] VFS: Disk quotas dquot_6.5.2 [ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.441850] fuse init (API version 7.22) [ 0.442730] msgmni has been set to 3997 [ 0.443577] Key type big_key registered [ 0.444603] Key type asymmetric registered [ 0.445439] Asymmetric key parser 'x509' registered [ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.447928] io scheduler noop registered [ 0.448738] io scheduler deadline registered (default) [ 0.449740] io scheduler cfq registered [ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.452919] ipmi message handler version 39.2 [ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.455356] ACPI: Power Button [PWRF] [ 0.456210] GHES: HEST is not enabled! [ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569476] Linux agpgart interface v0.103 [ 0.571035] brd: module loaded [ 0.572058] loop: module loaded [ 0.573013] blk-mq: CPU -> queue map [ 0.573790] CPU 0 -> Queue 0 [ 0.574463] CPU 1 -> Queue 0 [ 0.575612] vda: vda1 [ 0.576818] scsi0 : ata_piix [ 0.577583] scsi1 : ata_piix [ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.581000] libphy: Fixed MDIO Bus: probed [ 0.581920] tun: Universal TUN/TAP device driver, 1.6 [ 0.582955] tun: (C) 1999-2004 Max Krasnyansky [ 0.585493] PPP generic driver version 2.4.2 [ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.587666] ehci-pci: EHCI PCI platform driver [ 0.588578] ehci-platform: EHCI generic platform driver [ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590777] ohci-pci: OHCI PCI platform driver [ 0.591683] ohci-platform: OHCI generic platform driver [ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621083] usb usb1: Product: UHCI Host Controller [ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.623248] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624273] hub 1-0:1.0: USB hub found [ 0.625082] hub 1-0:1.0: 2 ports detected [ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630339] mousedev: PS/2 mouse device common for all mice [ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.633592] rtc_cmos 00:00: RTC can wake from S4 [ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637254] device-mapper: uevent: version 1.0.3 [ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs [ 0.641150] TCP: cubic registered [ 0.641931] NET: Registered protocol family 10 [ 0.643031] NET: Registered protocol family 17 [ 0.643949] Key type dns_resolver registered [ 0.645065] Loading compiled-in X.509 certificates [ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.655483] registered taskstats version 1 [ 0.657867] Key type trusted registered [ 0.661187] Key type encrypted registered [ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled [ 0.663106] IMA: No TPM chip found, activating TPM-bypass! [ 0.664579] regulator-dummy: disabling [ 0.665506] Magic number: 14:996:884 [ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606) [ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669268] EDD information not available. [ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.739143] Write protecting the kernel read-only data: 12288k [ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.756367] systemd-udevd[107]: starting version 204 [ 0.792381] FDC 0 is a S82078B [ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.101081] usb 1-1: Product: QEMU USB Tablet [ 1.102524] usb 1-1: Manufacturer: QEMU [ 1.103819] usb 1-1: SerialNumber: 42 [ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available [ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds. cloud-init-nonet[2.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 ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting 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[3.69]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b | ci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 | 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: 4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | o. | | . . . | | = . + o o . | | . B o * + . | |o . + . S + | |++ . . . | |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: 69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | . ... | | o . | |.. . | |o oo | |. oS. | |.. . .o... | |. o .. .o o | | . .o.. + | | .E+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: ac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | . ++==o| | . + .o*o| | . ..o..| | . .. .. | | S o . E.| | 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: b4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | ... | | .+ o.. | | o. ...*. | | +.. . =.| | S. o .. o| | o . .o | | . ..| | .. . ..| | .oo .E | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] 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 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. Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds. * Restoring resolver state... [80G [74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.27 + '[' -n 192.168.0.27 ']' + 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 0 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 15s (3562 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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) ... 2018-08-05 12:54:35,561 - functest.core.singlevm - DEBUG - try 6: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-05 12:54:45,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:54:45,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:54:46,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:54: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-0ae6370e-26ce-4e2c-98e0-786cfa967d74 x-compute-request-id: req-0ae6370e-26ce-4e2c-98e0-786cfa967d74 Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:54:46,010 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0ae6370e-26ce-4e2c-98e0-786cfa967d74 2018-08-05 12:54:46,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.442873954773s 2018-08-05 12:54:46,011 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0ae6370e-26ce-4e2c-98e0-786cfa967d74 2018-08-05 12:54:46,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:54:46,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:54:46,118 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-05087c2e-5d1f-46d5-83a9-cfa2d2235da3 x-compute-request-id: req-05087c2e-5d1f-46d5-83a9-cfa2d2235da3 Content-Encoding: gzip Content-Length: 15104 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized\n[ 0.008032] AppArmor: AppArmor initialized\n[ 0.008987] Yama: becoming mindful.\n[ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017739] Initializing cgroup subsys memory\n[ 0.020007] Initializing cgroup subsys devices\n[ 0.021014] Initializing cgroup subsys freezer\n[ 0.022006] Initializing cgroup subsys blkio\n[ 0.022967] Initializing cgroup subsys perf_event\n[ 0.024003] Initializing cgroup subsys hugetlb\n[ 0.025065] CPU: Physical Processor ID: 0\n[ 0.025983] FEATURE SPEC_CTRL Present\n[ 0.027509] mce: CPU supports 10 MCE banks\n[ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable\n[ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.041138] ACPI: Core revision 20131115\n[ 0.042480] ACPI: All ACPI Tables successfully acquired\n[ 0.043758] ftrace: allocating 28727 entries in 113 pages\n[ 0.064254] Enabling x2apic\n[ 0.067009] Enabled x2apic\n[ 0.068045] Switched APIC routing to physical x2apic.\n[ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085184] KVM setup paravirtual spinlock\n[ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.089744] x86: Booting SMP configuration:\n[ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104022] x86: Booted up 1 node, 2 CPUs\n[ 0.104014] KVM setup async PF for cpu 1\n[ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108348] devtmpfs: initialized\n[ 0.110160] EVM: security.selinux\n[ 0.111005] EVM: security.SMACK64\n[ 0.112005] EVM: security.ima\n[ 0.112743] EVM: security.capability\n[ 0.113634] pinctrl core: initialized pinctrl subsystem\n[ 0.114179] regulator-dummy: no parameters\n[ 0.116064] RTC time: 12:53:25, date: 08/05/18\n[ 0.117115] NET: Registered protocol family 16\n[ 0.118241] cpuidle: using governor ladder\n[ 0.119248] cpuidle: using governor menu\n[ 0.120093] ACPI: bus type PCI registered\n[ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122574] PCI: Using configuration type 1 for base access\n[ 0.124363] bio: create slab at 0\n[ 0.125022] ACPI: Added _OSI(Module Device)\n[ 0.125083] ACPI: Added _OSI(Processor Device)\n[ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130464] ACPI: Interpreter enabled\n[ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.139621] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.146221] ACPI: No dock devices found.\n[ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.154696] acpiphp: Slot [3] registered\n[ 0.155623] acpiphp: Slot [4] registered\n[ 0.156019] acpiphp: Slot [5] registered\n[ 0.156941] acpiphp: Slot [6] registered\n[ 0.157890] acpiphp: Slot [7] registered\n[ 0.158820] acpiphp: Slot [8] registered\n[ 0.159747] acpiphp: Slot [9] registered\n[ 0.160023] acpiphp: Slot [10] registered\n[ 0.160956] acpiphp: Slot [11] registered\n[ 0.161912] acpiphp: Slot [12] registered\n[ 0.162863] acpiphp: Slot [13] registered\n[ 0.163829] acpiphp: Slot [14] registered\n[ 0.164017] acpiphp: Slot [15] registered\n[ 0.164970] acpiphp: Slot [16] registered\n[ 0.165908] acpiphp: Slot [17] registered\n[ 0.166870] acpiphp: Slot [18] registered\n[ 0.167805] acpiphp: Slot [19] registered\n[ 0.168017] acpiphp: Slot [20] registered\n[ 0.168955] acpiphp: Slot [21] registered\n[ 0.169932] acpiphp: Slot [22] registered\n[ 0.170909] acpiphp: Slot [23] registered\n[ 0.171875] acpiphp: Slot [24] registered\n[ 0.172018] acpiphp: Slot [25] registered\n[ 0.173001] acpiphp: Slot [26] registered\n[ 0.173961] acpiphp: Slot [27] registered\n[ 0.174892] acpiphp: Slot [28] registered\n[ 0.175815] acpiphp: Slot [29] registered\n[ 0.176017] acpiphp: Slot [30] registered\n[ 0.176984] acpiphp: Slot [31] registered\n[ 0.177946] PCI host bridge to bus 0000:00\n[ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228700] vgaarb: bridge control possible 0000:00:02.0\n[ 0.230071] SCSI subsystem initialized\n[ 0.231076] ACPI: bus type USB registered\n[ 0.232031] usbcore: registered new interface driver usbfs\n[ 0.233239] usbcore: registered new interface driver hub\n[ 0.234485] usbcore: registered new device driver usb\n[ 0.234485] PCI: Using ACPI for IRQ routing\n[ 0.236289] NetLabel: Initializing\n[ 0.237124] NetLabel: domain hash size = 128\n[ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.239312] NetLabel: unlabeled traffic allowed by default\n[ 0.240141] Switched to clocksource kvm-clock\n[ 0.247246] AppArmor: AppArmor Filesystem Enabled\n[ 0.248333] pnp: PnP ACPI init\n[ 0.249098] ACPI: bus type PNP registered\n[ 0.250423] pnp: PnP ACPI: found 8 devices\n[ 0.251381] ACPI: bus type PNP unregistered\n[ 0.258473] NET: Registered protocol family 2\n[ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.263158] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.264665] TCP: reno registered\n[ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.268279] NET: Registered protocol family 1\n[ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.315548] Trying to unpack rootfs image as initramfs...\n[ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.413183] Scanning for low memory corruption every 60 seconds\n[ 0.414826] Initialise system trusted keyring\n[ 0.415910] audit: initializing netlink socket (disabled)\n[ 0.417120] type=2000 audit(1533473606.130:1): initialized\n[ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.438654] zbud: loaded\n[ 0.439484] VFS: Disk quotas dquot_6.5.2\n[ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.441850] fuse init (API version 7.22)\n[ 0.442730] msgmni has been set to 3997\n[ 0.443577] Key type big_key registered\n[ 0.444603] Key type asymmetric registered\n[ 0.445439] Asymmetric key parser 'x509' registered\n[ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.447928] io scheduler noop registered\n[ 0.448738] io scheduler deadline registered (default)\n[ 0.449740] io scheduler cfq registered\n[ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.452919] ipmi message handler version 39.2\n[ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.455356] ACPI: Power Button [PWRF]\n[ 0.456210] GHES: HEST is not enabled!\n[ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.569476] Linux agpgart interface v0.103\n[ 0.571035] brd: module loaded\n[ 0.572058] loop: module loaded\n[ 0.573013] blk-mq: CPU -> queue map\n[ 0.573790] CPU 0 -> Queue 0\n[ 0.574463] CPU 1 -> Queue 0\n[ 0.575612] vda: vda1\n[ 0.576818] scsi0 : ata_piix\n[ 0.577583] scsi1 : ata_piix\n[ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.581000] libphy: Fixed MDIO Bus: probed\n[ 0.581920] tun: Universal TUN/TAP device driver, 1.6\n[ 0.582955] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.585493] PPP generic driver version 2.4.2\n[ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.587666] ehci-pci: EHCI PCI platform driver\n[ 0.588578] ehci-platform: EHCI generic platform driver\n[ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.590777] ohci-pci: OHCI PCI platform driver\n[ 0.591683] ohci-platform: OHCI generic platform driver\n[ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621083] usb usb1: Product: UHCI Host Controller\n[ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.623248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624273] hub 1-0:1.0: USB hub found\n[ 0.625082] hub 1-0:1.0: 2 ports detected\n[ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630339] mousedev: PS/2 mouse device common for all mice\n[ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.633592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637254] device-mapper: uevent: version 1.0.3\n[ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.641150] TCP: cubic registered\n[ 0.641931] NET: Registered protocol family 10\n[ 0.643031] NET: Registered protocol family 17\n[ 0.643949] Key type dns_resolver registered\n[ 0.645065] Loading compiled-in X.509 certificates\n[ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.655483] registered taskstats version 1\n[ 0.657867] Key type trusted registered\n[ 0.661187] Key type encrypted registered\n[ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663106] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.664579] regulator-dummy: disabling\n[ 0.665506] Magic number: 14:996:884\n[ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606)\n[ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669268] EDD information not available.\n[ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.739143] Write protecting the kernel read-only data: 12288k\n[ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.756367] systemd-udevd[107]: starting version 204\n[ 0.792381] FDC 0 is a S82078B\n[ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.101081] usb 1-1: Product: QEMU USB Tablet\n[ 1.102524] usb 1-1: Manufacturer: QEMU\n[ 1.103819] usb 1-1: SerialNumber: 42\n[ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available\n[ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds.\ncloud-init-nonet[2.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 * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting 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[3.69]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b |\nci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 |\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:\n4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o. |\n| . . . |\n| = . + o o . |\n| . B o * + . |\n|o . + . S + |\n|++ . . . |\n|E + |\n| . |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . ... |\n| o . |\n|.. . |\n|o oo |\n|. oS. |\n|.. . .o... |\n|. o .. .o o |\n| . .o.. + |\n| .E+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:\nac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . ++==o|\n| . + .o*o|\n| . ..o..|\n| . .. .. |\n| S o . E.|\n| o + o .|\n| . . = |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nb4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ... |\n| .+ o.. |\n| o. ...*. |\n| +.. . =.|\n| S. o .. o|\n| o . .o |\n| . ..|\n| .. . ..|\n| .oo .E |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\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 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.\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds.\n * Restoring resolver state... [80G [74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066\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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.27\n+ '[' -n 192.168.0.27 ']'\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 0 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 15s (3562 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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) ...\n"} 2018-08-05 12:54:46,119 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-05087c2e-5d1f-46d5-83a9-cfa2d2235da3 2018-08-05 12:54:46,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.100545883179s 2018-08-05 12:54:46,121 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-05087c2e-5d1f-46d5-83a9-cfa2d2235da3 2018-08-05 12:54:46,121 - 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized [ 0.008032] AppArmor: AppArmor initialized [ 0.008987] Yama: becoming mindful. [ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017739] Initializing cgroup subsys memory [ 0.020007] Initializing cgroup subsys devices [ 0.021014] Initializing cgroup subsys freezer [ 0.022006] Initializing cgroup subsys blkio [ 0.022967] Initializing cgroup subsys perf_event [ 0.024003] Initializing cgroup subsys hugetlb [ 0.025065] CPU: Physical Processor ID: 0 [ 0.025983] FEATURE SPEC_CTRL Present [ 0.027509] mce: CPU supports 10 MCE banks [ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable [ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.041138] ACPI: Core revision 20131115 [ 0.042480] ACPI: All ACPI Tables successfully acquired [ 0.043758] ftrace: allocating 28727 entries in 113 pages [ 0.064254] Enabling x2apic [ 0.067009] Enabled x2apic [ 0.068045] Switched APIC routing to physical x2apic. [ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085184] KVM setup paravirtual spinlock [ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.089744] x86: Booting SMP configuration: [ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104022] x86: Booted up 1 node, 2 CPUs [ 0.104014] KVM setup async PF for cpu 1 [ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108348] devtmpfs: initialized [ 0.110160] EVM: security.selinux [ 0.111005] EVM: security.SMACK64 [ 0.112005] EVM: security.ima [ 0.112743] EVM: security.capability [ 0.113634] pinctrl core: initialized pinctrl subsystem [ 0.114179] regulator-dummy: no parameters [ 0.116064] RTC time: 12:53:25, date: 08/05/18 [ 0.117115] NET: Registered protocol family 16 [ 0.118241] cpuidle: using governor ladder [ 0.119248] cpuidle: using governor menu [ 0.120093] ACPI: bus type PCI registered [ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122574] PCI: Using configuration type 1 for base access [ 0.124363] bio: create slab at 0 [ 0.125022] ACPI: Added _OSI(Module Device) [ 0.125083] ACPI: Added _OSI(Processor Device) [ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130464] ACPI: Interpreter enabled [ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.139621] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.146221] ACPI: No dock devices found. [ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.154696] acpiphp: Slot [3] registered [ 0.155623] acpiphp: Slot [4] registered [ 0.156019] acpiphp: Slot [5] registered [ 0.156941] acpiphp: Slot [6] registered [ 0.157890] acpiphp: Slot [7] registered [ 0.158820] acpiphp: Slot [8] registered [ 0.159747] acpiphp: Slot [9] registered [ 0.160023] acpiphp: Slot [10] registered [ 0.160956] acpiphp: Slot [11] registered [ 0.161912] acpiphp: Slot [12] registered [ 0.162863] acpiphp: Slot [13] registered [ 0.163829] acpiphp: Slot [14] registered [ 0.164017] acpiphp: Slot [15] registered [ 0.164970] acpiphp: Slot [16] registered [ 0.165908] acpiphp: Slot [17] registered [ 0.166870] acpiphp: Slot [18] registered [ 0.167805] acpiphp: Slot [19] registered [ 0.168017] acpiphp: Slot [20] registered [ 0.168955] acpiphp: Slot [21] registered [ 0.169932] acpiphp: Slot [22] registered [ 0.170909] acpiphp: Slot [23] registered [ 0.171875] acpiphp: Slot [24] registered [ 0.172018] acpiphp: Slot [25] registered [ 0.173001] acpiphp: Slot [26] registered [ 0.173961] acpiphp: Slot [27] registered [ 0.174892] acpiphp: Slot [28] registered [ 0.175815] acpiphp: Slot [29] registered [ 0.176017] acpiphp: Slot [30] registered [ 0.176984] acpiphp: Slot [31] registered [ 0.177946] PCI host bridge to bus 0000:00 [ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228700] vgaarb: bridge control possible 0000:00:02.0 [ 0.230071] SCSI subsystem initialized [ 0.231076] ACPI: bus type USB registered [ 0.232031] usbcore: registered new interface driver usbfs [ 0.233239] usbcore: registered new interface driver hub [ 0.234485] usbcore: registered new device driver usb [ 0.234485] PCI: Using ACPI for IRQ routing [ 0.236289] NetLabel: Initializing [ 0.237124] NetLabel: domain hash size = 128 [ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.239312] NetLabel: unlabeled traffic allowed by default [ 0.240141] Switched to clocksource kvm-clock [ 0.247246] AppArmor: AppArmor Filesystem Enabled [ 0.248333] pnp: PnP ACPI init [ 0.249098] ACPI: bus type PNP registered [ 0.250423] pnp: PnP ACPI: found 8 devices [ 0.251381] ACPI: bus type PNP unregistered [ 0.258473] NET: Registered protocol family 2 [ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.263158] TCP: Hash tables configured (established 16384 bind 16384) [ 0.264665] TCP: reno registered [ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.268279] NET: Registered protocol family 1 [ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.315548] Trying to unpack rootfs image as initramfs... [ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.413183] Scanning for low memory corruption every 60 seconds [ 0.414826] Initialise system trusted keyring [ 0.415910] audit: initializing netlink socket (disabled) [ 0.417120] type=2000 audit(1533473606.130:1): initialized [ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.438654] zbud: loaded [ 0.439484] VFS: Disk quotas dquot_6.5.2 [ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.441850] fuse init (API version 7.22) [ 0.442730] msgmni has been set to 3997 [ 0.443577] Key type big_key registered [ 0.444603] Key type asymmetric registered [ 0.445439] Asymmetric key parser 'x509' registered [ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.447928] io scheduler noop registered [ 0.448738] io scheduler deadline registered (default) [ 0.449740] io scheduler cfq registered [ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.452919] ipmi message handler version 39.2 [ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.455356] ACPI: Power Button [PWRF] [ 0.456210] GHES: HEST is not enabled! [ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569476] Linux agpgart interface v0.103 [ 0.571035] brd: module loaded [ 0.572058] loop: module loaded [ 0.573013] blk-mq: CPU -> queue map [ 0.573790] CPU 0 -> Queue 0 [ 0.574463] CPU 1 -> Queue 0 [ 0.575612] vda: vda1 [ 0.576818] scsi0 : ata_piix [ 0.577583] scsi1 : ata_piix [ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.581000] libphy: Fixed MDIO Bus: probed [ 0.581920] tun: Universal TUN/TAP device driver, 1.6 [ 0.582955] tun: (C) 1999-2004 Max Krasnyansky [ 0.585493] PPP generic driver version 2.4.2 [ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.587666] ehci-pci: EHCI PCI platform driver [ 0.588578] ehci-platform: EHCI generic platform driver [ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590777] ohci-pci: OHCI PCI platform driver [ 0.591683] ohci-platform: OHCI generic platform driver [ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621083] usb usb1: Product: UHCI Host Controller [ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.623248] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624273] hub 1-0:1.0: USB hub found [ 0.625082] hub 1-0:1.0: 2 ports detected [ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630339] mousedev: PS/2 mouse device common for all mice [ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.633592] rtc_cmos 00:00: RTC can wake from S4 [ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637254] device-mapper: uevent: version 1.0.3 [ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs [ 0.641150] TCP: cubic registered [ 0.641931] NET: Registered protocol family 10 [ 0.643031] NET: Registered protocol family 17 [ 0.643949] Key type dns_resolver registered [ 0.645065] Loading compiled-in X.509 certificates [ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.655483] registered taskstats version 1 [ 0.657867] Key type trusted registered [ 0.661187] Key type encrypted registered [ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled [ 0.663106] IMA: No TPM chip found, activating TPM-bypass! [ 0.664579] regulator-dummy: disabling [ 0.665506] Magic number: 14:996:884 [ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606) [ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669268] EDD information not available. [ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.739143] Write protecting the kernel read-only data: 12288k [ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.756367] systemd-udevd[107]: starting version 204 [ 0.792381] FDC 0 is a S82078B [ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.101081] usb 1-1: Product: QEMU USB Tablet [ 1.102524] usb 1-1: Manufacturer: QEMU [ 1.103819] usb 1-1: SerialNumber: 42 [ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available [ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds. cloud-init-nonet[2.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 ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting 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[3.69]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b | ci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 | 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: 4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | o. | | . . . | | = . + o o . | | . B o * + . | |o . + . S + | |++ . . . | |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: 69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | . ... | | o . | |.. . | |o oo | |. oS. | |.. . .o... | |. o .. .o o | | . .o.. + | | .E+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: ac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | . ++==o| | . + .o*o| | . ..o..| | . .. .. | | S o . E.| | 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: b4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | ... | | .+ o.. | | o. ...*. | | +.. . =.| | S. o .. o| | o . .o | | . ..| | .. . ..| | .oo .E | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] 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 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. Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds. * Restoring resolver state... [80G [74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.27 + '[' -n 192.168.0.27 ']' + 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 0 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 15s (3562 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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) ... 2018-08-05 12:54:46,124 - functest.core.singlevm - DEBUG - try 7: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-05 12:54:56,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:54:56,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:54:56,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-83abe2a6-62df-46a5-83e1-d0e9dcba4e81 x-compute-request-id: req-83abe2a6-62df-46a5-83e1-d0e9dcba4e81 Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:54:56,948 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-83abe2a6-62df-46a5-83e1-d0e9dcba4e81 2018-08-05 12:54:56,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.813086032867s 2018-08-05 12:54:56,949 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-83abe2a6-62df-46a5-83e1-d0e9dcba4e81 2018-08-05 12:54:56,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:54:56,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:54:57,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-0bd57de6-b573-4b6d-93da-8384c2c3254e x-compute-request-id: req-0bd57de6-b573-4b6d-93da-8384c2c3254e Content-Encoding: gzip Content-Length: 15621 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized\n[ 0.008032] AppArmor: AppArmor initialized\n[ 0.008987] Yama: becoming mindful.\n[ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017739] Initializing cgroup subsys memory\n[ 0.020007] Initializing cgroup subsys devices\n[ 0.021014] Initializing cgroup subsys freezer\n[ 0.022006] Initializing cgroup subsys blkio\n[ 0.022967] Initializing cgroup subsys perf_event\n[ 0.024003] Initializing cgroup subsys hugetlb\n[ 0.025065] CPU: Physical Processor ID: 0\n[ 0.025983] FEATURE SPEC_CTRL Present\n[ 0.027509] mce: CPU supports 10 MCE banks\n[ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable\n[ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.041138] ACPI: Core revision 20131115\n[ 0.042480] ACPI: All ACPI Tables successfully acquired\n[ 0.043758] ftrace: allocating 28727 entries in 113 pages\n[ 0.064254] Enabling x2apic\n[ 0.067009] Enabled x2apic\n[ 0.068045] Switched APIC routing to physical x2apic.\n[ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085184] KVM setup paravirtual spinlock\n[ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.089744] x86: Booting SMP configuration:\n[ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104022] x86: Booted up 1 node, 2 CPUs\n[ 0.104014] KVM setup async PF for cpu 1\n[ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108348] devtmpfs: initialized\n[ 0.110160] EVM: security.selinux\n[ 0.111005] EVM: security.SMACK64\n[ 0.112005] EVM: security.ima\n[ 0.112743] EVM: security.capability\n[ 0.113634] pinctrl core: initialized pinctrl subsystem\n[ 0.114179] regulator-dummy: no parameters\n[ 0.116064] RTC time: 12:53:25, date: 08/05/18\n[ 0.117115] NET: Registered protocol family 16\n[ 0.118241] cpuidle: using governor ladder\n[ 0.119248] cpuidle: using governor menu\n[ 0.120093] ACPI: bus type PCI registered\n[ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122574] PCI: Using configuration type 1 for base access\n[ 0.124363] bio: create slab at 0\n[ 0.125022] ACPI: Added _OSI(Module Device)\n[ 0.125083] ACPI: Added _OSI(Processor Device)\n[ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130464] ACPI: Interpreter enabled\n[ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.139621] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.146221] ACPI: No dock devices found.\n[ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.154696] acpiphp: Slot [3] registered\n[ 0.155623] acpiphp: Slot [4] registered\n[ 0.156019] acpiphp: Slot [5] registered\n[ 0.156941] acpiphp: Slot [6] registered\n[ 0.157890] acpiphp: Slot [7] registered\n[ 0.158820] acpiphp: Slot [8] registered\n[ 0.159747] acpiphp: Slot [9] registered\n[ 0.160023] acpiphp: Slot [10] registered\n[ 0.160956] acpiphp: Slot [11] registered\n[ 0.161912] acpiphp: Slot [12] registered\n[ 0.162863] acpiphp: Slot [13] registered\n[ 0.163829] acpiphp: Slot [14] registered\n[ 0.164017] acpiphp: Slot [15] registered\n[ 0.164970] acpiphp: Slot [16] registered\n[ 0.165908] acpiphp: Slot [17] registered\n[ 0.166870] acpiphp: Slot [18] registered\n[ 0.167805] acpiphp: Slot [19] registered\n[ 0.168017] acpiphp: Slot [20] registered\n[ 0.168955] acpiphp: Slot [21] registered\n[ 0.169932] acpiphp: Slot [22] registered\n[ 0.170909] acpiphp: Slot [23] registered\n[ 0.171875] acpiphp: Slot [24] registered\n[ 0.172018] acpiphp: Slot [25] registered\n[ 0.173001] acpiphp: Slot [26] registered\n[ 0.173961] acpiphp: Slot [27] registered\n[ 0.174892] acpiphp: Slot [28] registered\n[ 0.175815] acpiphp: Slot [29] registered\n[ 0.176017] acpiphp: Slot [30] registered\n[ 0.176984] acpiphp: Slot [31] registered\n[ 0.177946] PCI host bridge to bus 0000:00\n[ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228700] vgaarb: bridge control possible 0000:00:02.0\n[ 0.230071] SCSI subsystem initialized\n[ 0.231076] ACPI: bus type USB registered\n[ 0.232031] usbcore: registered new interface driver usbfs\n[ 0.233239] usbcore: registered new interface driver hub\n[ 0.234485] usbcore: registered new device driver usb\n[ 0.234485] PCI: Using ACPI for IRQ routing\n[ 0.236289] NetLabel: Initializing\n[ 0.237124] NetLabel: domain hash size = 128\n[ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.239312] NetLabel: unlabeled traffic allowed by default\n[ 0.240141] Switched to clocksource kvm-clock\n[ 0.247246] AppArmor: AppArmor Filesystem Enabled\n[ 0.248333] pnp: PnP ACPI init\n[ 0.249098] ACPI: bus type PNP registered\n[ 0.250423] pnp: PnP ACPI: found 8 devices\n[ 0.251381] ACPI: bus type PNP unregistered\n[ 0.258473] NET: Registered protocol family 2\n[ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.263158] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.264665] TCP: reno registered\n[ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.268279] NET: Registered protocol family 1\n[ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.315548] Trying to unpack rootfs image as initramfs...\n[ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.413183] Scanning for low memory corruption every 60 seconds\n[ 0.414826] Initialise system trusted keyring\n[ 0.415910] audit: initializing netlink socket (disabled)\n[ 0.417120] type=2000 audit(1533473606.130:1): initialized\n[ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.438654] zbud: loaded\n[ 0.439484] VFS: Disk quotas dquot_6.5.2\n[ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.441850] fuse init (API version 7.22)\n[ 0.442730] msgmni has been set to 3997\n[ 0.443577] Key type big_key registered\n[ 0.444603] Key type asymmetric registered\n[ 0.445439] Asymmetric key parser 'x509' registered\n[ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.447928] io scheduler noop registered\n[ 0.448738] io scheduler deadline registered (default)\n[ 0.449740] io scheduler cfq registered\n[ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.452919] ipmi message handler version 39.2\n[ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.455356] ACPI: Power Button [PWRF]\n[ 0.456210] GHES: HEST is not enabled!\n[ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.569476] Linux agpgart interface v0.103\n[ 0.571035] brd: module loaded\n[ 0.572058] loop: module loaded\n[ 0.573013] blk-mq: CPU -> queue map\n[ 0.573790] CPU 0 -> Queue 0\n[ 0.574463] CPU 1 -> Queue 0\n[ 0.575612] vda: vda1\n[ 0.576818] scsi0 : ata_piix\n[ 0.577583] scsi1 : ata_piix\n[ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.581000] libphy: Fixed MDIO Bus: probed\n[ 0.581920] tun: Universal TUN/TAP device driver, 1.6\n[ 0.582955] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.585493] PPP generic driver version 2.4.2\n[ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.587666] ehci-pci: EHCI PCI platform driver\n[ 0.588578] ehci-platform: EHCI generic platform driver\n[ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.590777] ohci-pci: OHCI PCI platform driver\n[ 0.591683] ohci-platform: OHCI generic platform driver\n[ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621083] usb usb1: Product: UHCI Host Controller\n[ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.623248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624273] hub 1-0:1.0: USB hub found\n[ 0.625082] hub 1-0:1.0: 2 ports detected\n[ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630339] mousedev: PS/2 mouse device common for all mice\n[ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.633592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637254] device-mapper: uevent: version 1.0.3\n[ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.641150] TCP: cubic registered\n[ 0.641931] NET: Registered protocol family 10\n[ 0.643031] NET: Registered protocol family 17\n[ 0.643949] Key type dns_resolver registered\n[ 0.645065] Loading compiled-in X.509 certificates\n[ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.655483] registered taskstats version 1\n[ 0.657867] Key type trusted registered\n[ 0.661187] Key type encrypted registered\n[ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663106] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.664579] regulator-dummy: disabling\n[ 0.665506] Magic number: 14:996:884\n[ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606)\n[ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669268] EDD information not available.\n[ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.739143] Write protecting the kernel read-only data: 12288k\n[ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.756367] systemd-udevd[107]: starting version 204\n[ 0.792381] FDC 0 is a S82078B\n[ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.101081] usb 1-1: Product: QEMU USB Tablet\n[ 1.102524] usb 1-1: Manufacturer: QEMU\n[ 1.103819] usb 1-1: SerialNumber: 42\n[ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available\n[ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds.\ncloud-init-nonet[2.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 * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting 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[3.69]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b |\nci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 |\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:\n4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o. |\n| . . . |\n| = . + o o . |\n| . B o * + . |\n|o . + . S + |\n|++ . . . |\n|E + |\n| . |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . ... |\n| o . |\n|.. . |\n|o oo |\n|. oS. |\n|.. . .o... |\n|. o .. .o o |\n| . .o.. + |\n| .E+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:\nac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . ++==o|\n| . + .o*o|\n| . ..o..|\n| . .. .. |\n| S o . E.|\n| o + o .|\n| . . = |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nb4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ... |\n| .+ o.. |\n| o. ...*. |\n| +.. . =.|\n| S. o .. o|\n| o . .o |\n| . ..|\n| .. . ..|\n| .oo .E |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\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 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.\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds.\n * Restoring resolver state... [80G [74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066\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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.27\n+ '[' -n 192.168.0.27 ']'\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 0 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 15s (3562 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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.12_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ...\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) ...\n"} 2018-08-05 12:54:57,038 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-0bd57de6-b573-4b6d-93da-8384c2c3254e 2018-08-05 12:54:57,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0824408531189s 2018-08-05 12:54:57,041 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-0bd57de6-b573-4b6d-93da-8384c2c3254e 2018-08-05 12:54:57,041 - 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized [ 0.008032] AppArmor: AppArmor initialized [ 0.008987] Yama: becoming mindful. [ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017739] Initializing cgroup subsys memory [ 0.020007] Initializing cgroup subsys devices [ 0.021014] Initializing cgroup subsys freezer [ 0.022006] Initializing cgroup subsys blkio [ 0.022967] Initializing cgroup subsys perf_event [ 0.024003] Initializing cgroup subsys hugetlb [ 0.025065] CPU: Physical Processor ID: 0 [ 0.025983] FEATURE SPEC_CTRL Present [ 0.027509] mce: CPU supports 10 MCE banks [ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable [ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.041138] ACPI: Core revision 20131115 [ 0.042480] ACPI: All ACPI Tables successfully acquired [ 0.043758] ftrace: allocating 28727 entries in 113 pages [ 0.064254] Enabling x2apic [ 0.067009] Enabled x2apic [ 0.068045] Switched APIC routing to physical x2apic. [ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085184] KVM setup paravirtual spinlock [ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.089744] x86: Booting SMP configuration: [ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104022] x86: Booted up 1 node, 2 CPUs [ 0.104014] KVM setup async PF for cpu 1 [ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108348] devtmpfs: initialized [ 0.110160] EVM: security.selinux [ 0.111005] EVM: security.SMACK64 [ 0.112005] EVM: security.ima [ 0.112743] EVM: security.capability [ 0.113634] pinctrl core: initialized pinctrl subsystem [ 0.114179] regulator-dummy: no parameters [ 0.116064] RTC time: 12:53:25, date: 08/05/18 [ 0.117115] NET: Registered protocol family 16 [ 0.118241] cpuidle: using governor ladder [ 0.119248] cpuidle: using governor menu [ 0.120093] ACPI: bus type PCI registered [ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122574] PCI: Using configuration type 1 for base access [ 0.124363] bio: create slab at 0 [ 0.125022] ACPI: Added _OSI(Module Device) [ 0.125083] ACPI: Added _OSI(Processor Device) [ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130464] ACPI: Interpreter enabled [ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.139621] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.146221] ACPI: No dock devices found. [ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.154696] acpiphp: Slot [3] registered [ 0.155623] acpiphp: Slot [4] registered [ 0.156019] acpiphp: Slot [5] registered [ 0.156941] acpiphp: Slot [6] registered [ 0.157890] acpiphp: Slot [7] registered [ 0.158820] acpiphp: Slot [8] registered [ 0.159747] acpiphp: Slot [9] registered [ 0.160023] acpiphp: Slot [10] registered [ 0.160956] acpiphp: Slot [11] registered [ 0.161912] acpiphp: Slot [12] registered [ 0.162863] acpiphp: Slot [13] registered [ 0.163829] acpiphp: Slot [14] registered [ 0.164017] acpiphp: Slot [15] registered [ 0.164970] acpiphp: Slot [16] registered [ 0.165908] acpiphp: Slot [17] registered [ 0.166870] acpiphp: Slot [18] registered [ 0.167805] acpiphp: Slot [19] registered [ 0.168017] acpiphp: Slot [20] registered [ 0.168955] acpiphp: Slot [21] registered [ 0.169932] acpiphp: Slot [22] registered [ 0.170909] acpiphp: Slot [23] registered [ 0.171875] acpiphp: Slot [24] registered [ 0.172018] acpiphp: Slot [25] registered [ 0.173001] acpiphp: Slot [26] registered [ 0.173961] acpiphp: Slot [27] registered [ 0.174892] acpiphp: Slot [28] registered [ 0.175815] acpiphp: Slot [29] registered [ 0.176017] acpiphp: Slot [30] registered [ 0.176984] acpiphp: Slot [31] registered [ 0.177946] PCI host bridge to bus 0000:00 [ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228700] vgaarb: bridge control possible 0000:00:02.0 [ 0.230071] SCSI subsystem initialized [ 0.231076] ACPI: bus type USB registered [ 0.232031] usbcore: registered new interface driver usbfs [ 0.233239] usbcore: registered new interface driver hub [ 0.234485] usbcore: registered new device driver usb [ 0.234485] PCI: Using ACPI for IRQ routing [ 0.236289] NetLabel: Initializing [ 0.237124] NetLabel: domain hash size = 128 [ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.239312] NetLabel: unlabeled traffic allowed by default [ 0.240141] Switched to clocksource kvm-clock [ 0.247246] AppArmor: AppArmor Filesystem Enabled [ 0.248333] pnp: PnP ACPI init [ 0.249098] ACPI: bus type PNP registered [ 0.250423] pnp: PnP ACPI: found 8 devices [ 0.251381] ACPI: bus type PNP unregistered [ 0.258473] NET: Registered protocol family 2 [ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.263158] TCP: Hash tables configured (established 16384 bind 16384) [ 0.264665] TCP: reno registered [ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.268279] NET: Registered protocol family 1 [ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.315548] Trying to unpack rootfs image as initramfs... [ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.413183] Scanning for low memory corruption every 60 seconds [ 0.414826] Initialise system trusted keyring [ 0.415910] audit: initializing netlink socket (disabled) [ 0.417120] type=2000 audit(1533473606.130:1): initialized [ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.438654] zbud: loaded [ 0.439484] VFS: Disk quotas dquot_6.5.2 [ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.441850] fuse init (API version 7.22) [ 0.442730] msgmni has been set to 3997 [ 0.443577] Key type big_key registered [ 0.444603] Key type asymmetric registered [ 0.445439] Asymmetric key parser 'x509' registered [ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.447928] io scheduler noop registered [ 0.448738] io scheduler deadline registered (default) [ 0.449740] io scheduler cfq registered [ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.452919] ipmi message handler version 39.2 [ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.455356] ACPI: Power Button [PWRF] [ 0.456210] GHES: HEST is not enabled! [ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569476] Linux agpgart interface v0.103 [ 0.571035] brd: module loaded [ 0.572058] loop: module loaded [ 0.573013] blk-mq: CPU -> queue map [ 0.573790] CPU 0 -> Queue 0 [ 0.574463] CPU 1 -> Queue 0 [ 0.575612] vda: vda1 [ 0.576818] scsi0 : ata_piix [ 0.577583] scsi1 : ata_piix [ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.581000] libphy: Fixed MDIO Bus: probed [ 0.581920] tun: Universal TUN/TAP device driver, 1.6 [ 0.582955] tun: (C) 1999-2004 Max Krasnyansky [ 0.585493] PPP generic driver version 2.4.2 [ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.587666] ehci-pci: EHCI PCI platform driver [ 0.588578] ehci-platform: EHCI generic platform driver [ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590777] ohci-pci: OHCI PCI platform driver [ 0.591683] ohci-platform: OHCI generic platform driver [ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621083] usb usb1: Product: UHCI Host Controller [ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.623248] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624273] hub 1-0:1.0: USB hub found [ 0.625082] hub 1-0:1.0: 2 ports detected [ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630339] mousedev: PS/2 mouse device common for all mice [ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.633592] rtc_cmos 00:00: RTC can wake from S4 [ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637254] device-mapper: uevent: version 1.0.3 [ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs [ 0.641150] TCP: cubic registered [ 0.641931] NET: Registered protocol family 10 [ 0.643031] NET: Registered protocol family 17 [ 0.643949] Key type dns_resolver registered [ 0.645065] Loading compiled-in X.509 certificates [ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.655483] registered taskstats version 1 [ 0.657867] Key type trusted registered [ 0.661187] Key type encrypted registered [ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled [ 0.663106] IMA: No TPM chip found, activating TPM-bypass! [ 0.664579] regulator-dummy: disabling [ 0.665506] Magic number: 14:996:884 [ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606) [ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669268] EDD information not available. [ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.739143] Write protecting the kernel read-only data: 12288k [ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.756367] systemd-udevd[107]: starting version 204 [ 0.792381] FDC 0 is a S82078B [ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.101081] usb 1-1: Product: QEMU USB Tablet [ 1.102524] usb 1-1: Manufacturer: QEMU [ 1.103819] usb 1-1: SerialNumber: 42 [ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available [ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds. cloud-init-nonet[2.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 ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting 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[3.69]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b | ci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 | 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: 4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | o. | | . . . | | = . + o o . | | . B o * + . | |o . + . S + | |++ . . . | |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: 69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | . ... | | o . | |.. . | |o oo | |. oS. | |.. . .o... | |. o .. .o o | | . .o.. + | | .E+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: ac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | . ++==o| | . + .o*o| | . ..o..| | . .. .. | | S o . E.| | 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: b4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | ... | | .+ o.. | | o. ...*. | | +.. . =.| | S. o .. o| | o . .o | | . ..| | .. . ..| | .oo .E | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] 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 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. Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds. * Restoring resolver state... [80G [74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.27 + '[' -n 192.168.0.27 ']' + 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 0 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 15s (3562 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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.12_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ... 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) ... 2018-08-05 12:54:57,044 - functest.core.singlevm - DEBUG - try 8: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-05 12:55:07,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:55:07,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:55:07,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-3ceb8e34-5e32-40b8-8030-eef67f38b248 x-compute-request-id: req-3ceb8e34-5e32-40b8-8030-eef67f38b248 Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:55:07,653 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3ceb8e34-5e32-40b8-8030-eef67f38b248 2018-08-05 12:55:07,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.607591152191s 2018-08-05 12:55:07,653 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3ceb8e34-5e32-40b8-8030-eef67f38b248 2018-08-05 12:55:07,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:55:07,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:55:07,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-e8bd97fe-5dcf-4dcc-8809-141d3b95425e x-compute-request-id: req-e8bd97fe-5dcf-4dcc-8809-141d3b95425e Content-Encoding: gzip Content-Length: 15764 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized\n[ 0.008032] AppArmor: AppArmor initialized\n[ 0.008987] Yama: becoming mindful.\n[ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017739] Initializing cgroup subsys memory\n[ 0.020007] Initializing cgroup subsys devices\n[ 0.021014] Initializing cgroup subsys freezer\n[ 0.022006] Initializing cgroup subsys blkio\n[ 0.022967] Initializing cgroup subsys perf_event\n[ 0.024003] Initializing cgroup subsys hugetlb\n[ 0.025065] CPU: Physical Processor ID: 0\n[ 0.025983] FEATURE SPEC_CTRL Present\n[ 0.027509] mce: CPU supports 10 MCE banks\n[ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable\n[ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.041138] ACPI: Core revision 20131115\n[ 0.042480] ACPI: All ACPI Tables successfully acquired\n[ 0.043758] ftrace: allocating 28727 entries in 113 pages\n[ 0.064254] Enabling x2apic\n[ 0.067009] Enabled x2apic\n[ 0.068045] Switched APIC routing to physical x2apic.\n[ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085184] KVM setup paravirtual spinlock\n[ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.089744] x86: Booting SMP configuration:\n[ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104022] x86: Booted up 1 node, 2 CPUs\n[ 0.104014] KVM setup async PF for cpu 1\n[ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108348] devtmpfs: initialized\n[ 0.110160] EVM: security.selinux\n[ 0.111005] EVM: security.SMACK64\n[ 0.112005] EVM: security.ima\n[ 0.112743] EVM: security.capability\n[ 0.113634] pinctrl core: initialized pinctrl subsystem\n[ 0.114179] regulator-dummy: no parameters\n[ 0.116064] RTC time: 12:53:25, date: 08/05/18\n[ 0.117115] NET: Registered protocol family 16\n[ 0.118241] cpuidle: using governor ladder\n[ 0.119248] cpuidle: using governor menu\n[ 0.120093] ACPI: bus type PCI registered\n[ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122574] PCI: Using configuration type 1 for base access\n[ 0.124363] bio: create slab at 0\n[ 0.125022] ACPI: Added _OSI(Module Device)\n[ 0.125083] ACPI: Added _OSI(Processor Device)\n[ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130464] ACPI: Interpreter enabled\n[ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.139621] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.146221] ACPI: No dock devices found.\n[ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.154696] acpiphp: Slot [3] registered\n[ 0.155623] acpiphp: Slot [4] registered\n[ 0.156019] acpiphp: Slot [5] registered\n[ 0.156941] acpiphp: Slot [6] registered\n[ 0.157890] acpiphp: Slot [7] registered\n[ 0.158820] acpiphp: Slot [8] registered\n[ 0.159747] acpiphp: Slot [9] registered\n[ 0.160023] acpiphp: Slot [10] registered\n[ 0.160956] acpiphp: Slot [11] registered\n[ 0.161912] acpiphp: Slot [12] registered\n[ 0.162863] acpiphp: Slot [13] registered\n[ 0.163829] acpiphp: Slot [14] registered\n[ 0.164017] acpiphp: Slot [15] registered\n[ 0.164970] acpiphp: Slot [16] registered\n[ 0.165908] acpiphp: Slot [17] registered\n[ 0.166870] acpiphp: Slot [18] registered\n[ 0.167805] acpiphp: Slot [19] registered\n[ 0.168017] acpiphp: Slot [20] registered\n[ 0.168955] acpiphp: Slot [21] registered\n[ 0.169932] acpiphp: Slot [22] registered\n[ 0.170909] acpiphp: Slot [23] registered\n[ 0.171875] acpiphp: Slot [24] registered\n[ 0.172018] acpiphp: Slot [25] registered\n[ 0.173001] acpiphp: Slot [26] registered\n[ 0.173961] acpiphp: Slot [27] registered\n[ 0.174892] acpiphp: Slot [28] registered\n[ 0.175815] acpiphp: Slot [29] registered\n[ 0.176017] acpiphp: Slot [30] registered\n[ 0.176984] acpiphp: Slot [31] registered\n[ 0.177946] PCI host bridge to bus 0000:00\n[ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228700] vgaarb: bridge control possible 0000:00:02.0\n[ 0.230071] SCSI subsystem initialized\n[ 0.231076] ACPI: bus type USB registered\n[ 0.232031] usbcore: registered new interface driver usbfs\n[ 0.233239] usbcore: registered new interface driver hub\n[ 0.234485] usbcore: registered new device driver usb\n[ 0.234485] PCI: Using ACPI for IRQ routing\n[ 0.236289] NetLabel: Initializing\n[ 0.237124] NetLabel: domain hash size = 128\n[ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.239312] NetLabel: unlabeled traffic allowed by default\n[ 0.240141] Switched to clocksource kvm-clock\n[ 0.247246] AppArmor: AppArmor Filesystem Enabled\n[ 0.248333] pnp: PnP ACPI init\n[ 0.249098] ACPI: bus type PNP registered\n[ 0.250423] pnp: PnP ACPI: found 8 devices\n[ 0.251381] ACPI: bus type PNP unregistered\n[ 0.258473] NET: Registered protocol family 2\n[ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.263158] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.264665] TCP: reno registered\n[ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.268279] NET: Registered protocol family 1\n[ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.315548] Trying to unpack rootfs image as initramfs...\n[ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.413183] Scanning for low memory corruption every 60 seconds\n[ 0.414826] Initialise system trusted keyring\n[ 0.415910] audit: initializing netlink socket (disabled)\n[ 0.417120] type=2000 audit(1533473606.130:1): initialized\n[ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.438654] zbud: loaded\n[ 0.439484] VFS: Disk quotas dquot_6.5.2\n[ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.441850] fuse init (API version 7.22)\n[ 0.442730] msgmni has been set to 3997\n[ 0.443577] Key type big_key registered\n[ 0.444603] Key type asymmetric registered\n[ 0.445439] Asymmetric key parser 'x509' registered\n[ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.447928] io scheduler noop registered\n[ 0.448738] io scheduler deadline registered (default)\n[ 0.449740] io scheduler cfq registered\n[ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.452919] ipmi message handler version 39.2\n[ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.455356] ACPI: Power Button [PWRF]\n[ 0.456210] GHES: HEST is not enabled!\n[ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.569476] Linux agpgart interface v0.103\n[ 0.571035] brd: module loaded\n[ 0.572058] loop: module loaded\n[ 0.573013] blk-mq: CPU -> queue map\n[ 0.573790] CPU 0 -> Queue 0\n[ 0.574463] CPU 1 -> Queue 0\n[ 0.575612] vda: vda1\n[ 0.576818] scsi0 : ata_piix\n[ 0.577583] scsi1 : ata_piix\n[ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.581000] libphy: Fixed MDIO Bus: probed\n[ 0.581920] tun: Universal TUN/TAP device driver, 1.6\n[ 0.582955] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.585493] PPP generic driver version 2.4.2\n[ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.587666] ehci-pci: EHCI PCI platform driver\n[ 0.588578] ehci-platform: EHCI generic platform driver\n[ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.590777] ohci-pci: OHCI PCI platform driver\n[ 0.591683] ohci-platform: OHCI generic platform driver\n[ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621083] usb usb1: Product: UHCI Host Controller\n[ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.623248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624273] hub 1-0:1.0: USB hub found\n[ 0.625082] hub 1-0:1.0: 2 ports detected\n[ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630339] mousedev: PS/2 mouse device common for all mice\n[ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.633592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637254] device-mapper: uevent: version 1.0.3\n[ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.641150] TCP: cubic registered\n[ 0.641931] NET: Registered protocol family 10\n[ 0.643031] NET: Registered protocol family 17\n[ 0.643949] Key type dns_resolver registered\n[ 0.645065] Loading compiled-in X.509 certificates\n[ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.655483] registered taskstats version 1\n[ 0.657867] Key type trusted registered\n[ 0.661187] Key type encrypted registered\n[ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663106] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.664579] regulator-dummy: disabling\n[ 0.665506] Magic number: 14:996:884\n[ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606)\n[ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669268] EDD information not available.\n[ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.739143] Write protecting the kernel read-only data: 12288k\n[ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.756367] systemd-udevd[107]: starting version 204\n[ 0.792381] FDC 0 is a S82078B\n[ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.101081] usb 1-1: Product: QEMU USB Tablet\n[ 1.102524] usb 1-1: Manufacturer: QEMU\n[ 1.103819] usb 1-1: SerialNumber: 42\n[ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available\n[ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds.\ncloud-init-nonet[2.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 * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting 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[3.69]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b |\nci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 |\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:\n4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o. |\n| . . . |\n| = . + o o . |\n| . B o * + . |\n|o . + . S + |\n|++ . . . |\n|E + |\n| . |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . ... |\n| o . |\n|.. . |\n|o oo |\n|. oS. |\n|.. . .o... |\n|. o .. .o o |\n| . .o.. + |\n| .E+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:\nac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . ++==o|\n| . + .o*o|\n| . ..o..|\n| . .. .. |\n| S o . E.|\n| o + o .|\n| . . = |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nb4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ... |\n| .+ o.. |\n| o. ...*. |\n| +.. . =.|\n| S. o .. o|\n| o . .o |\n| . ..|\n| .. . ..|\n| .oo .E |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\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 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.\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds.\n * Restoring resolver state... [80G [74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066\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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.27\n+ '[' -n 192.168.0.27 ']'\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 0 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 15s (3562 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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.12_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ...\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) ...\n"} 2018-08-05 12:55:07,745 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-e8bd97fe-5dcf-4dcc-8809-141d3b95425e 2018-08-05 12:55:07,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0851299762726s 2018-08-05 12:55:07,748 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-e8bd97fe-5dcf-4dcc-8809-141d3b95425e 2018-08-05 12:55:07,748 - 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized [ 0.008032] AppArmor: AppArmor initialized [ 0.008987] Yama: becoming mindful. [ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017739] Initializing cgroup subsys memory [ 0.020007] Initializing cgroup subsys devices [ 0.021014] Initializing cgroup subsys freezer [ 0.022006] Initializing cgroup subsys blkio [ 0.022967] Initializing cgroup subsys perf_event [ 0.024003] Initializing cgroup subsys hugetlb [ 0.025065] CPU: Physical Processor ID: 0 [ 0.025983] FEATURE SPEC_CTRL Present [ 0.027509] mce: CPU supports 10 MCE banks [ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable [ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.041138] ACPI: Core revision 20131115 [ 0.042480] ACPI: All ACPI Tables successfully acquired [ 0.043758] ftrace: allocating 28727 entries in 113 pages [ 0.064254] Enabling x2apic [ 0.067009] Enabled x2apic [ 0.068045] Switched APIC routing to physical x2apic. [ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085184] KVM setup paravirtual spinlock [ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.089744] x86: Booting SMP configuration: [ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104022] x86: Booted up 1 node, 2 CPUs [ 0.104014] KVM setup async PF for cpu 1 [ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108348] devtmpfs: initialized [ 0.110160] EVM: security.selinux [ 0.111005] EVM: security.SMACK64 [ 0.112005] EVM: security.ima [ 0.112743] EVM: security.capability [ 0.113634] pinctrl core: initialized pinctrl subsystem [ 0.114179] regulator-dummy: no parameters [ 0.116064] RTC time: 12:53:25, date: 08/05/18 [ 0.117115] NET: Registered protocol family 16 [ 0.118241] cpuidle: using governor ladder [ 0.119248] cpuidle: using governor menu [ 0.120093] ACPI: bus type PCI registered [ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122574] PCI: Using configuration type 1 for base access [ 0.124363] bio: create slab at 0 [ 0.125022] ACPI: Added _OSI(Module Device) [ 0.125083] ACPI: Added _OSI(Processor Device) [ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130464] ACPI: Interpreter enabled [ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.139621] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.146221] ACPI: No dock devices found. [ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.154696] acpiphp: Slot [3] registered [ 0.155623] acpiphp: Slot [4] registered [ 0.156019] acpiphp: Slot [5] registered [ 0.156941] acpiphp: Slot [6] registered [ 0.157890] acpiphp: Slot [7] registered [ 0.158820] acpiphp: Slot [8] registered [ 0.159747] acpiphp: Slot [9] registered [ 0.160023] acpiphp: Slot [10] registered [ 0.160956] acpiphp: Slot [11] registered [ 0.161912] acpiphp: Slot [12] registered [ 0.162863] acpiphp: Slot [13] registered [ 0.163829] acpiphp: Slot [14] registered [ 0.164017] acpiphp: Slot [15] registered [ 0.164970] acpiphp: Slot [16] registered [ 0.165908] acpiphp: Slot [17] registered [ 0.166870] acpiphp: Slot [18] registered [ 0.167805] acpiphp: Slot [19] registered [ 0.168017] acpiphp: Slot [20] registered [ 0.168955] acpiphp: Slot [21] registered [ 0.169932] acpiphp: Slot [22] registered [ 0.170909] acpiphp: Slot [23] registered [ 0.171875] acpiphp: Slot [24] registered [ 0.172018] acpiphp: Slot [25] registered [ 0.173001] acpiphp: Slot [26] registered [ 0.173961] acpiphp: Slot [27] registered [ 0.174892] acpiphp: Slot [28] registered [ 0.175815] acpiphp: Slot [29] registered [ 0.176017] acpiphp: Slot [30] registered [ 0.176984] acpiphp: Slot [31] registered [ 0.177946] PCI host bridge to bus 0000:00 [ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228700] vgaarb: bridge control possible 0000:00:02.0 [ 0.230071] SCSI subsystem initialized [ 0.231076] ACPI: bus type USB registered [ 0.232031] usbcore: registered new interface driver usbfs [ 0.233239] usbcore: registered new interface driver hub [ 0.234485] usbcore: registered new device driver usb [ 0.234485] PCI: Using ACPI for IRQ routing [ 0.236289] NetLabel: Initializing [ 0.237124] NetLabel: domain hash size = 128 [ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.239312] NetLabel: unlabeled traffic allowed by default [ 0.240141] Switched to clocksource kvm-clock [ 0.247246] AppArmor: AppArmor Filesystem Enabled [ 0.248333] pnp: PnP ACPI init [ 0.249098] ACPI: bus type PNP registered [ 0.250423] pnp: PnP ACPI: found 8 devices [ 0.251381] ACPI: bus type PNP unregistered [ 0.258473] NET: Registered protocol family 2 [ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.263158] TCP: Hash tables configured (established 16384 bind 16384) [ 0.264665] TCP: reno registered [ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.268279] NET: Registered protocol family 1 [ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.315548] Trying to unpack rootfs image as initramfs... [ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.413183] Scanning for low memory corruption every 60 seconds [ 0.414826] Initialise system trusted keyring [ 0.415910] audit: initializing netlink socket (disabled) [ 0.417120] type=2000 audit(1533473606.130:1): initialized [ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.438654] zbud: loaded [ 0.439484] VFS: Disk quotas dquot_6.5.2 [ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.441850] fuse init (API version 7.22) [ 0.442730] msgmni has been set to 3997 [ 0.443577] Key type big_key registered [ 0.444603] Key type asymmetric registered [ 0.445439] Asymmetric key parser 'x509' registered [ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.447928] io scheduler noop registered [ 0.448738] io scheduler deadline registered (default) [ 0.449740] io scheduler cfq registered [ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.452919] ipmi message handler version 39.2 [ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.455356] ACPI: Power Button [PWRF] [ 0.456210] GHES: HEST is not enabled! [ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569476] Linux agpgart interface v0.103 [ 0.571035] brd: module loaded [ 0.572058] loop: module loaded [ 0.573013] blk-mq: CPU -> queue map [ 0.573790] CPU 0 -> Queue 0 [ 0.574463] CPU 1 -> Queue 0 [ 0.575612] vda: vda1 [ 0.576818] scsi0 : ata_piix [ 0.577583] scsi1 : ata_piix [ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.581000] libphy: Fixed MDIO Bus: probed [ 0.581920] tun: Universal TUN/TAP device driver, 1.6 [ 0.582955] tun: (C) 1999-2004 Max Krasnyansky [ 0.585493] PPP generic driver version 2.4.2 [ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.587666] ehci-pci: EHCI PCI platform driver [ 0.588578] ehci-platform: EHCI generic platform driver [ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590777] ohci-pci: OHCI PCI platform driver [ 0.591683] ohci-platform: OHCI generic platform driver [ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621083] usb usb1: Product: UHCI Host Controller [ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.623248] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624273] hub 1-0:1.0: USB hub found [ 0.625082] hub 1-0:1.0: 2 ports detected [ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630339] mousedev: PS/2 mouse device common for all mice [ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.633592] rtc_cmos 00:00: RTC can wake from S4 [ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637254] device-mapper: uevent: version 1.0.3 [ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs [ 0.641150] TCP: cubic registered [ 0.641931] NET: Registered protocol family 10 [ 0.643031] NET: Registered protocol family 17 [ 0.643949] Key type dns_resolver registered [ 0.645065] Loading compiled-in X.509 certificates [ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.655483] registered taskstats version 1 [ 0.657867] Key type trusted registered [ 0.661187] Key type encrypted registered [ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled [ 0.663106] IMA: No TPM chip found, activating TPM-bypass! [ 0.664579] regulator-dummy: disabling [ 0.665506] Magic number: 14:996:884 [ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606) [ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669268] EDD information not available. [ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.739143] Write protecting the kernel read-only data: 12288k [ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.756367] systemd-udevd[107]: starting version 204 [ 0.792381] FDC 0 is a S82078B [ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.101081] usb 1-1: Product: QEMU USB Tablet [ 1.102524] usb 1-1: Manufacturer: QEMU [ 1.103819] usb 1-1: SerialNumber: 42 [ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available [ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds. cloud-init-nonet[2.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 ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting 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[3.69]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b | ci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 | 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: 4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | o. | | . . . | | = . + o o . | | . B o * + . | |o . + . S + | |++ . . . | |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: 69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | . ... | | o . | |.. . | |o oo | |. oS. | |.. . .o... | |. o .. .o o | | . .o.. + | | .E+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: ac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | . ++==o| | . + .o*o| | . ..o..| | . .. .. | | S o . E.| | 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: b4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | ... | | .+ o.. | | o. ...*. | | +.. . =.| | S. o .. o| | o . .o | | . ..| | .. . ..| | .oo .E | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] 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 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. Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds. * Restoring resolver state... [80G [74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.27 + '[' -n 192.168.0.27 ']' + 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 0 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 15s (3562 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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.12_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ... 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) ... 2018-08-05 12:55:07,751 - functest.core.singlevm - DEBUG - try 9: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-05 12:55:17,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:55:17,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:55:18,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:55:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dba71947-4e37-4f97-9b51-5ee2922d0ab7 x-compute-request-id: req-dba71947-4e37-4f97-9b51-5ee2922d0ab7 Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:55:18,381 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-dba71947-4e37-4f97-9b51-5ee2922d0ab7 2018-08-05 12:55:18,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.618659973145s 2018-08-05 12:55:18,382 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-dba71947-4e37-4f97-9b51-5ee2922d0ab7 2018-08-05 12:55:18,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:55:18,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:55:18,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:55: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-7e4f83f0-798f-464d-ad98-99d74999925e x-compute-request-id: req-7e4f83f0-798f-464d-ad98-99d74999925e Content-Encoding: gzip Content-Length: 15947 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized\n[ 0.008032] AppArmor: AppArmor initialized\n[ 0.008987] Yama: becoming mindful.\n[ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017739] Initializing cgroup subsys memory\n[ 0.020007] Initializing cgroup subsys devices\n[ 0.021014] Initializing cgroup subsys freezer\n[ 0.022006] Initializing cgroup subsys blkio\n[ 0.022967] Initializing cgroup subsys perf_event\n[ 0.024003] Initializing cgroup subsys hugetlb\n[ 0.025065] CPU: Physical Processor ID: 0\n[ 0.025983] FEATURE SPEC_CTRL Present\n[ 0.027509] mce: CPU supports 10 MCE banks\n[ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable\n[ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.041138] ACPI: Core revision 20131115\n[ 0.042480] ACPI: All ACPI Tables successfully acquired\n[ 0.043758] ftrace: allocating 28727 entries in 113 pages\n[ 0.064254] Enabling x2apic\n[ 0.067009] Enabled x2apic\n[ 0.068045] Switched APIC routing to physical x2apic.\n[ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085184] KVM setup paravirtual spinlock\n[ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.089744] x86: Booting SMP configuration:\n[ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104022] x86: Booted up 1 node, 2 CPUs\n[ 0.104014] KVM setup async PF for cpu 1\n[ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108348] devtmpfs: initialized\n[ 0.110160] EVM: security.selinux\n[ 0.111005] EVM: security.SMACK64\n[ 0.112005] EVM: security.ima\n[ 0.112743] EVM: security.capability\n[ 0.113634] pinctrl core: initialized pinctrl subsystem\n[ 0.114179] regulator-dummy: no parameters\n[ 0.116064] RTC time: 12:53:25, date: 08/05/18\n[ 0.117115] NET: Registered protocol family 16\n[ 0.118241] cpuidle: using governor ladder\n[ 0.119248] cpuidle: using governor menu\n[ 0.120093] ACPI: bus type PCI registered\n[ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122574] PCI: Using configuration type 1 for base access\n[ 0.124363] bio: create slab at 0\n[ 0.125022] ACPI: Added _OSI(Module Device)\n[ 0.125083] ACPI: Added _OSI(Processor Device)\n[ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130464] ACPI: Interpreter enabled\n[ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.139621] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.146221] ACPI: No dock devices found.\n[ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.154696] acpiphp: Slot [3] registered\n[ 0.155623] acpiphp: Slot [4] registered\n[ 0.156019] acpiphp: Slot [5] registered\n[ 0.156941] acpiphp: Slot [6] registered\n[ 0.157890] acpiphp: Slot [7] registered\n[ 0.158820] acpiphp: Slot [8] registered\n[ 0.159747] acpiphp: Slot [9] registered\n[ 0.160023] acpiphp: Slot [10] registered\n[ 0.160956] acpiphp: Slot [11] registered\n[ 0.161912] acpiphp: Slot [12] registered\n[ 0.162863] acpiphp: Slot [13] registered\n[ 0.163829] acpiphp: Slot [14] registered\n[ 0.164017] acpiphp: Slot [15] registered\n[ 0.164970] acpiphp: Slot [16] registered\n[ 0.165908] acpiphp: Slot [17] registered\n[ 0.166870] acpiphp: Slot [18] registered\n[ 0.167805] acpiphp: Slot [19] registered\n[ 0.168017] acpiphp: Slot [20] registered\n[ 0.168955] acpiphp: Slot [21] registered\n[ 0.169932] acpiphp: Slot [22] registered\n[ 0.170909] acpiphp: Slot [23] registered\n[ 0.171875] acpiphp: Slot [24] registered\n[ 0.172018] acpiphp: Slot [25] registered\n[ 0.173001] acpiphp: Slot [26] registered\n[ 0.173961] acpiphp: Slot [27] registered\n[ 0.174892] acpiphp: Slot [28] registered\n[ 0.175815] acpiphp: Slot [29] registered\n[ 0.176017] acpiphp: Slot [30] registered\n[ 0.176984] acpiphp: Slot [31] registered\n[ 0.177946] PCI host bridge to bus 0000:00\n[ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228700] vgaarb: bridge control possible 0000:00:02.0\n[ 0.230071] SCSI subsystem initialized\n[ 0.231076] ACPI: bus type USB registered\n[ 0.232031] usbcore: registered new interface driver usbfs\n[ 0.233239] usbcore: registered new interface driver hub\n[ 0.234485] usbcore: registered new device driver usb\n[ 0.234485] PCI: Using ACPI for IRQ routing\n[ 0.236289] NetLabel: Initializing\n[ 0.237124] NetLabel: domain hash size = 128\n[ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.239312] NetLabel: unlabeled traffic allowed by default\n[ 0.240141] Switched to clocksource kvm-clock\n[ 0.247246] AppArmor: AppArmor Filesystem Enabled\n[ 0.248333] pnp: PnP ACPI init\n[ 0.249098] ACPI: bus type PNP registered\n[ 0.250423] pnp: PnP ACPI: found 8 devices\n[ 0.251381] ACPI: bus type PNP unregistered\n[ 0.258473] NET: Registered protocol family 2\n[ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.263158] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.264665] TCP: reno registered\n[ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.268279] NET: Registered protocol family 1\n[ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.315548] Trying to unpack rootfs image as initramfs...\n[ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.413183] Scanning for low memory corruption every 60 seconds\n[ 0.414826] Initialise system trusted keyring\n[ 0.415910] audit: initializing netlink socket (disabled)\n[ 0.417120] type=2000 audit(1533473606.130:1): initialized\n[ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.438654] zbud: loaded\n[ 0.439484] VFS: Disk quotas dquot_6.5.2\n[ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.441850] fuse init (API version 7.22)\n[ 0.442730] msgmni has been set to 3997\n[ 0.443577] Key type big_key registered\n[ 0.444603] Key type asymmetric registered\n[ 0.445439] Asymmetric key parser 'x509' registered\n[ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.447928] io scheduler noop registered\n[ 0.448738] io scheduler deadline registered (default)\n[ 0.449740] io scheduler cfq registered\n[ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.452919] ipmi message handler version 39.2\n[ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.455356] ACPI: Power Button [PWRF]\n[ 0.456210] GHES: HEST is not enabled!\n[ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.569476] Linux agpgart interface v0.103\n[ 0.571035] brd: module loaded\n[ 0.572058] loop: module loaded\n[ 0.573013] blk-mq: CPU -> queue map\n[ 0.573790] CPU 0 -> Queue 0\n[ 0.574463] CPU 1 -> Queue 0\n[ 0.575612] vda: vda1\n[ 0.576818] scsi0 : ata_piix\n[ 0.577583] scsi1 : ata_piix\n[ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.581000] libphy: Fixed MDIO Bus: probed\n[ 0.581920] tun: Universal TUN/TAP device driver, 1.6\n[ 0.582955] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.585493] PPP generic driver version 2.4.2\n[ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.587666] ehci-pci: EHCI PCI platform driver\n[ 0.588578] ehci-platform: EHCI generic platform driver\n[ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.590777] ohci-pci: OHCI PCI platform driver\n[ 0.591683] ohci-platform: OHCI generic platform driver\n[ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621083] usb usb1: Product: UHCI Host Controller\n[ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.623248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624273] hub 1-0:1.0: USB hub found\n[ 0.625082] hub 1-0:1.0: 2 ports detected\n[ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630339] mousedev: PS/2 mouse device common for all mice\n[ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.633592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637254] device-mapper: uevent: version 1.0.3\n[ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.641150] TCP: cubic registered\n[ 0.641931] NET: Registered protocol family 10\n[ 0.643031] NET: Registered protocol family 17\n[ 0.643949] Key type dns_resolver registered\n[ 0.645065] Loading compiled-in X.509 certificates\n[ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.655483] registered taskstats version 1\n[ 0.657867] Key type trusted registered\n[ 0.661187] Key type encrypted registered\n[ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663106] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.664579] regulator-dummy: disabling\n[ 0.665506] Magic number: 14:996:884\n[ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606)\n[ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669268] EDD information not available.\n[ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.739143] Write protecting the kernel read-only data: 12288k\n[ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.756367] systemd-udevd[107]: starting version 204\n[ 0.792381] FDC 0 is a S82078B\n[ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.101081] usb 1-1: Product: QEMU USB Tablet\n[ 1.102524] usb 1-1: Manufacturer: QEMU\n[ 1.103819] usb 1-1: SerialNumber: 42\n[ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available\n[ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds.\ncloud-init-nonet[2.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 * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting 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[3.69]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b |\nci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 |\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:\n4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o. |\n| . . . |\n| = . + o o . |\n| . B o * + . |\n|o . + . S + |\n|++ . . . |\n|E + |\n| . |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . ... |\n| o . |\n|.. . |\n|o oo |\n|. oS. |\n|.. . .o... |\n|. o .. .o o |\n| . .o.. + |\n| .E+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:\nac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . ++==o|\n| . + .o*o|\n| . ..o..|\n| . .. .. |\n| S o . E.|\n| o + o .|\n| . . = |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nb4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ... |\n| .+ o.. |\n| o. ...*. |\n| +.. . =.|\n| S. o .. o|\n| o . .o |\n| . ..|\n| .. . ..|\n| .oo .E |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\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 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.\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds.\n * Restoring resolver state... [80G [74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066\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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.27\n+ '[' -n 192.168.0.27 ']'\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 0 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 15s (3562 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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.12_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ...\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-2) ...\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-153.203) ...\nSetting up libc6-dev:amd64 (2.19-0ubuntu6.14) ...\nSetting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ...\n"} 2018-08-05 12:55:18,472 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-7e4f83f0-798f-464d-ad98-99d74999925e 2018-08-05 12:55:18,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0837709903717s 2018-08-05 12:55:18,475 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-7e4f83f0-798f-464d-ad98-99d74999925e 2018-08-05 12:55:18,475 - 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized [ 0.008032] AppArmor: AppArmor initialized [ 0.008987] Yama: becoming mindful. [ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017739] Initializing cgroup subsys memory [ 0.020007] Initializing cgroup subsys devices [ 0.021014] Initializing cgroup subsys freezer [ 0.022006] Initializing cgroup subsys blkio [ 0.022967] Initializing cgroup subsys perf_event [ 0.024003] Initializing cgroup subsys hugetlb [ 0.025065] CPU: Physical Processor ID: 0 [ 0.025983] FEATURE SPEC_CTRL Present [ 0.027509] mce: CPU supports 10 MCE banks [ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable [ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.041138] ACPI: Core revision 20131115 [ 0.042480] ACPI: All ACPI Tables successfully acquired [ 0.043758] ftrace: allocating 28727 entries in 113 pages [ 0.064254] Enabling x2apic [ 0.067009] Enabled x2apic [ 0.068045] Switched APIC routing to physical x2apic. [ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085184] KVM setup paravirtual spinlock [ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.089744] x86: Booting SMP configuration: [ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104022] x86: Booted up 1 node, 2 CPUs [ 0.104014] KVM setup async PF for cpu 1 [ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108348] devtmpfs: initialized [ 0.110160] EVM: security.selinux [ 0.111005] EVM: security.SMACK64 [ 0.112005] EVM: security.ima [ 0.112743] EVM: security.capability [ 0.113634] pinctrl core: initialized pinctrl subsystem [ 0.114179] regulator-dummy: no parameters [ 0.116064] RTC time: 12:53:25, date: 08/05/18 [ 0.117115] NET: Registered protocol family 16 [ 0.118241] cpuidle: using governor ladder [ 0.119248] cpuidle: using governor menu [ 0.120093] ACPI: bus type PCI registered [ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122574] PCI: Using configuration type 1 for base access [ 0.124363] bio: create slab at 0 [ 0.125022] ACPI: Added _OSI(Module Device) [ 0.125083] ACPI: Added _OSI(Processor Device) [ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130464] ACPI: Interpreter enabled [ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.139621] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.146221] ACPI: No dock devices found. [ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.154696] acpiphp: Slot [3] registered [ 0.155623] acpiphp: Slot [4] registered [ 0.156019] acpiphp: Slot [5] registered [ 0.156941] acpiphp: Slot [6] registered [ 0.157890] acpiphp: Slot [7] registered [ 0.158820] acpiphp: Slot [8] registered [ 0.159747] acpiphp: Slot [9] registered [ 0.160023] acpiphp: Slot [10] registered [ 0.160956] acpiphp: Slot [11] registered [ 0.161912] acpiphp: Slot [12] registered [ 0.162863] acpiphp: Slot [13] registered [ 0.163829] acpiphp: Slot [14] registered [ 0.164017] acpiphp: Slot [15] registered [ 0.164970] acpiphp: Slot [16] registered [ 0.165908] acpiphp: Slot [17] registered [ 0.166870] acpiphp: Slot [18] registered [ 0.167805] acpiphp: Slot [19] registered [ 0.168017] acpiphp: Slot [20] registered [ 0.168955] acpiphp: Slot [21] registered [ 0.169932] acpiphp: Slot [22] registered [ 0.170909] acpiphp: Slot [23] registered [ 0.171875] acpiphp: Slot [24] registered [ 0.172018] acpiphp: Slot [25] registered [ 0.173001] acpiphp: Slot [26] registered [ 0.173961] acpiphp: Slot [27] registered [ 0.174892] acpiphp: Slot [28] registered [ 0.175815] acpiphp: Slot [29] registered [ 0.176017] acpiphp: Slot [30] registered [ 0.176984] acpiphp: Slot [31] registered [ 0.177946] PCI host bridge to bus 0000:00 [ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228700] vgaarb: bridge control possible 0000:00:02.0 [ 0.230071] SCSI subsystem initialized [ 0.231076] ACPI: bus type USB registered [ 0.232031] usbcore: registered new interface driver usbfs [ 0.233239] usbcore: registered new interface driver hub [ 0.234485] usbcore: registered new device driver usb [ 0.234485] PCI: Using ACPI for IRQ routing [ 0.236289] NetLabel: Initializing [ 0.237124] NetLabel: domain hash size = 128 [ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.239312] NetLabel: unlabeled traffic allowed by default [ 0.240141] Switched to clocksource kvm-clock [ 0.247246] AppArmor: AppArmor Filesystem Enabled [ 0.248333] pnp: PnP ACPI init [ 0.249098] ACPI: bus type PNP registered [ 0.250423] pnp: PnP ACPI: found 8 devices [ 0.251381] ACPI: bus type PNP unregistered [ 0.258473] NET: Registered protocol family 2 [ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.263158] TCP: Hash tables configured (established 16384 bind 16384) [ 0.264665] TCP: reno registered [ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.268279] NET: Registered protocol family 1 [ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.315548] Trying to unpack rootfs image as initramfs... [ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.413183] Scanning for low memory corruption every 60 seconds [ 0.414826] Initialise system trusted keyring [ 0.415910] audit: initializing netlink socket (disabled) [ 0.417120] type=2000 audit(1533473606.130:1): initialized [ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.438654] zbud: loaded [ 0.439484] VFS: Disk quotas dquot_6.5.2 [ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.441850] fuse init (API version 7.22) [ 0.442730] msgmni has been set to 3997 [ 0.443577] Key type big_key registered [ 0.444603] Key type asymmetric registered [ 0.445439] Asymmetric key parser 'x509' registered [ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.447928] io scheduler noop registered [ 0.448738] io scheduler deadline registered (default) [ 0.449740] io scheduler cfq registered [ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.452919] ipmi message handler version 39.2 [ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.455356] ACPI: Power Button [PWRF] [ 0.456210] GHES: HEST is not enabled! [ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569476] Linux agpgart interface v0.103 [ 0.571035] brd: module loaded [ 0.572058] loop: module loaded [ 0.573013] blk-mq: CPU -> queue map [ 0.573790] CPU 0 -> Queue 0 [ 0.574463] CPU 1 -> Queue 0 [ 0.575612] vda: vda1 [ 0.576818] scsi0 : ata_piix [ 0.577583] scsi1 : ata_piix [ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.581000] libphy: Fixed MDIO Bus: probed [ 0.581920] tun: Universal TUN/TAP device driver, 1.6 [ 0.582955] tun: (C) 1999-2004 Max Krasnyansky [ 0.585493] PPP generic driver version 2.4.2 [ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.587666] ehci-pci: EHCI PCI platform driver [ 0.588578] ehci-platform: EHCI generic platform driver [ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590777] ohci-pci: OHCI PCI platform driver [ 0.591683] ohci-platform: OHCI generic platform driver [ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621083] usb usb1: Product: UHCI Host Controller [ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.623248] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624273] hub 1-0:1.0: USB hub found [ 0.625082] hub 1-0:1.0: 2 ports detected [ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630339] mousedev: PS/2 mouse device common for all mice [ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.633592] rtc_cmos 00:00: RTC can wake from S4 [ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637254] device-mapper: uevent: version 1.0.3 [ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs [ 0.641150] TCP: cubic registered [ 0.641931] NET: Registered protocol family 10 [ 0.643031] NET: Registered protocol family 17 [ 0.643949] Key type dns_resolver registered [ 0.645065] Loading compiled-in X.509 certificates [ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.655483] registered taskstats version 1 [ 0.657867] Key type trusted registered [ 0.661187] Key type encrypted registered [ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled [ 0.663106] IMA: No TPM chip found, activating TPM-bypass! [ 0.664579] regulator-dummy: disabling [ 0.665506] Magic number: 14:996:884 [ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606) [ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669268] EDD information not available. [ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.739143] Write protecting the kernel read-only data: 12288k [ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.756367] systemd-udevd[107]: starting version 204 [ 0.792381] FDC 0 is a S82078B [ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.101081] usb 1-1: Product: QEMU USB Tablet [ 1.102524] usb 1-1: Manufacturer: QEMU [ 1.103819] usb 1-1: SerialNumber: 42 [ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available [ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds. cloud-init-nonet[2.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 ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting 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[3.69]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b | ci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 | 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: 4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | o. | | . . . | | = . + o o . | | . B o * + . | |o . + . S + | |++ . . . | |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: 69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | . ... | | o . | |.. . | |o oo | |. oS. | |.. . .o... | |. o .. .o o | | . .o.. + | | .E+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: ac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | . ++==o| | . + .o*o| | . ..o..| | . .. .. | | S o . E.| | 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: b4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | ... | | .+ o.. | | o. ...*. | | +.. . =.| | S. o .. o| | o . .o | | . ..| | .. . ..| | .oo .E | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] 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 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. Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds. * Restoring resolver state... [80G [74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.27 + '[' -n 192.168.0.27 ']' + 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 0 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 15s (3562 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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.12_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ... 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-2) ... 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-153.203) ... Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... 2018-08-05 12:55:18,478 - functest.core.singlevm - DEBUG - try 10: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-05 12:55:28,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:55:28,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:55:29,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:55: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-f2f471ea-925d-46cd-afca-298644d0561d x-compute-request-id: req-f2f471ea-925d-46cd-afca-298644d0561d Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:55:29,121 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f2f471ea-925d-46cd-afca-298644d0561d 2018-08-05 12:55:29,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.636836051941s 2018-08-05 12:55:29,122 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f2f471ea-925d-46cd-afca-298644d0561d 2018-08-05 12:55:29,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:55:29,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:55:29,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:55:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df84499e-5c66-46a6-b86f-2e720b792d29 x-compute-request-id: req-df84499e-5c66-46a6-b86f-2e720b792d29 Content-Encoding: gzip Content-Length: 16334 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized\n[ 0.008032] AppArmor: AppArmor initialized\n[ 0.008987] Yama: becoming mindful.\n[ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017739] Initializing cgroup subsys memory\n[ 0.020007] Initializing cgroup subsys devices\n[ 0.021014] Initializing cgroup subsys freezer\n[ 0.022006] Initializing cgroup subsys blkio\n[ 0.022967] Initializing cgroup subsys perf_event\n[ 0.024003] Initializing cgroup subsys hugetlb\n[ 0.025065] CPU: Physical Processor ID: 0\n[ 0.025983] FEATURE SPEC_CTRL Present\n[ 0.027509] mce: CPU supports 10 MCE banks\n[ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable\n[ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.041138] ACPI: Core revision 20131115\n[ 0.042480] ACPI: All ACPI Tables successfully acquired\n[ 0.043758] ftrace: allocating 28727 entries in 113 pages\n[ 0.064254] Enabling x2apic\n[ 0.067009] Enabled x2apic\n[ 0.068045] Switched APIC routing to physical x2apic.\n[ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085184] KVM setup paravirtual spinlock\n[ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.089744] x86: Booting SMP configuration:\n[ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104022] x86: Booted up 1 node, 2 CPUs\n[ 0.104014] KVM setup async PF for cpu 1\n[ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108348] devtmpfs: initialized\n[ 0.110160] EVM: security.selinux\n[ 0.111005] EVM: security.SMACK64\n[ 0.112005] EVM: security.ima\n[ 0.112743] EVM: security.capability\n[ 0.113634] pinctrl core: initialized pinctrl subsystem\n[ 0.114179] regulator-dummy: no parameters\n[ 0.116064] RTC time: 12:53:25, date: 08/05/18\n[ 0.117115] NET: Registered protocol family 16\n[ 0.118241] cpuidle: using governor ladder\n[ 0.119248] cpuidle: using governor menu\n[ 0.120093] ACPI: bus type PCI registered\n[ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122574] PCI: Using configuration type 1 for base access\n[ 0.124363] bio: create slab at 0\n[ 0.125022] ACPI: Added _OSI(Module Device)\n[ 0.125083] ACPI: Added _OSI(Processor Device)\n[ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130464] ACPI: Interpreter enabled\n[ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.139621] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.146221] ACPI: No dock devices found.\n[ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.154696] acpiphp: Slot [3] registered\n[ 0.155623] acpiphp: Slot [4] registered\n[ 0.156019] acpiphp: Slot [5] registered\n[ 0.156941] acpiphp: Slot [6] registered\n[ 0.157890] acpiphp: Slot [7] registered\n[ 0.158820] acpiphp: Slot [8] registered\n[ 0.159747] acpiphp: Slot [9] registered\n[ 0.160023] acpiphp: Slot [10] registered\n[ 0.160956] acpiphp: Slot [11] registered\n[ 0.161912] acpiphp: Slot [12] registered\n[ 0.162863] acpiphp: Slot [13] registered\n[ 0.163829] acpiphp: Slot [14] registered\n[ 0.164017] acpiphp: Slot [15] registered\n[ 0.164970] acpiphp: Slot [16] registered\n[ 0.165908] acpiphp: Slot [17] registered\n[ 0.166870] acpiphp: Slot [18] registered\n[ 0.167805] acpiphp: Slot [19] registered\n[ 0.168017] acpiphp: Slot [20] registered\n[ 0.168955] acpiphp: Slot [21] registered\n[ 0.169932] acpiphp: Slot [22] registered\n[ 0.170909] acpiphp: Slot [23] registered\n[ 0.171875] acpiphp: Slot [24] registered\n[ 0.172018] acpiphp: Slot [25] registered\n[ 0.173001] acpiphp: Slot [26] registered\n[ 0.173961] acpiphp: Slot [27] registered\n[ 0.174892] acpiphp: Slot [28] registered\n[ 0.175815] acpiphp: Slot [29] registered\n[ 0.176017] acpiphp: Slot [30] registered\n[ 0.176984] acpiphp: Slot [31] registered\n[ 0.177946] PCI host bridge to bus 0000:00\n[ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228700] vgaarb: bridge control possible 0000:00:02.0\n[ 0.230071] SCSI subsystem initialized\n[ 0.231076] ACPI: bus type USB registered\n[ 0.232031] usbcore: registered new interface driver usbfs\n[ 0.233239] usbcore: registered new interface driver hub\n[ 0.234485] usbcore: registered new device driver usb\n[ 0.234485] PCI: Using ACPI for IRQ routing\n[ 0.236289] NetLabel: Initializing\n[ 0.237124] NetLabel: domain hash size = 128\n[ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.239312] NetLabel: unlabeled traffic allowed by default\n[ 0.240141] Switched to clocksource kvm-clock\n[ 0.247246] AppArmor: AppArmor Filesystem Enabled\n[ 0.248333] pnp: PnP ACPI init\n[ 0.249098] ACPI: bus type PNP registered\n[ 0.250423] pnp: PnP ACPI: found 8 devices\n[ 0.251381] ACPI: bus type PNP unregistered\n[ 0.258473] NET: Registered protocol family 2\n[ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.263158] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.264665] TCP: reno registered\n[ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.268279] NET: Registered protocol family 1\n[ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.315548] Trying to unpack rootfs image as initramfs...\n[ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.413183] Scanning for low memory corruption every 60 seconds\n[ 0.414826] Initialise system trusted keyring\n[ 0.415910] audit: initializing netlink socket (disabled)\n[ 0.417120] type=2000 audit(1533473606.130:1): initialized\n[ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.438654] zbud: loaded\n[ 0.439484] VFS: Disk quotas dquot_6.5.2\n[ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.441850] fuse init (API version 7.22)\n[ 0.442730] msgmni has been set to 3997\n[ 0.443577] Key type big_key registered\n[ 0.444603] Key type asymmetric registered\n[ 0.445439] Asymmetric key parser 'x509' registered\n[ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.447928] io scheduler noop registered\n[ 0.448738] io scheduler deadline registered (default)\n[ 0.449740] io scheduler cfq registered\n[ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.452919] ipmi message handler version 39.2\n[ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.455356] ACPI: Power Button [PWRF]\n[ 0.456210] GHES: HEST is not enabled!\n[ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.569476] Linux agpgart interface v0.103\n[ 0.571035] brd: module loaded\n[ 0.572058] loop: module loaded\n[ 0.573013] blk-mq: CPU -> queue map\n[ 0.573790] CPU 0 -> Queue 0\n[ 0.574463] CPU 1 -> Queue 0\n[ 0.575612] vda: vda1\n[ 0.576818] scsi0 : ata_piix\n[ 0.577583] scsi1 : ata_piix\n[ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.581000] libphy: Fixed MDIO Bus: probed\n[ 0.581920] tun: Universal TUN/TAP device driver, 1.6\n[ 0.582955] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.585493] PPP generic driver version 2.4.2\n[ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.587666] ehci-pci: EHCI PCI platform driver\n[ 0.588578] ehci-platform: EHCI generic platform driver\n[ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.590777] ohci-pci: OHCI PCI platform driver\n[ 0.591683] ohci-platform: OHCI generic platform driver\n[ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621083] usb usb1: Product: UHCI Host Controller\n[ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.623248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624273] hub 1-0:1.0: USB hub found\n[ 0.625082] hub 1-0:1.0: 2 ports detected\n[ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630339] mousedev: PS/2 mouse device common for all mice\n[ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.633592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637254] device-mapper: uevent: version 1.0.3\n[ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.641150] TCP: cubic registered\n[ 0.641931] NET: Registered protocol family 10\n[ 0.643031] NET: Registered protocol family 17\n[ 0.643949] Key type dns_resolver registered\n[ 0.645065] Loading compiled-in X.509 certificates\n[ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.655483] registered taskstats version 1\n[ 0.657867] Key type trusted registered\n[ 0.661187] Key type encrypted registered\n[ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663106] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.664579] regulator-dummy: disabling\n[ 0.665506] Magic number: 14:996:884\n[ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606)\n[ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669268] EDD information not available.\n[ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.739143] Write protecting the kernel read-only data: 12288k\n[ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.756367] systemd-udevd[107]: starting version 204\n[ 0.792381] FDC 0 is a S82078B\n[ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.101081] usb 1-1: Product: QEMU USB Tablet\n[ 1.102524] usb 1-1: Manufacturer: QEMU\n[ 1.103819] usb 1-1: SerialNumber: 42\n[ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available\n[ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds.\ncloud-init-nonet[2.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 * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting 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[3.69]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b |\nci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 |\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:\n4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o. |\n| . . . |\n| = . + o o . |\n| . B o * + . |\n|o . + . S + |\n|++ . . . |\n|E + |\n| . |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . ... |\n| o . |\n|.. . |\n|o oo |\n|. oS. |\n|.. . .o... |\n|. o .. .o o |\n| . .o.. + |\n| .E+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:\nac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . ++==o|\n| . + .o*o|\n| . ..o..|\n| . .. .. |\n| S o . E.|\n| o + o .|\n| . . = |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nb4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ... |\n| .+ o.. |\n| o. ...*. |\n| +.. . =.|\n| S. o .. o|\n| o . .o |\n| . ..|\n| .. . ..|\n| .oo .E |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\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 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.\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds.\n * Restoring resolver state... [80G [74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066\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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.27\n+ '[' -n 192.168.0.27 ']'\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 0 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 15s (3562 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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.12_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ...\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-2) ...\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-153.203) ...\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.12) ...\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) ...\n"} 2018-08-05 12:55:29,212 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-df84499e-5c66-46a6-b86f-2e720b792d29 2018-08-05 12:55:29,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0828769207001s 2018-08-05 12:55:29,214 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-df84499e-5c66-46a6-b86f-2e720b792d29 2018-08-05 12:55:29,214 - 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized [ 0.008032] AppArmor: AppArmor initialized [ 0.008987] Yama: becoming mindful. [ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017739] Initializing cgroup subsys memory [ 0.020007] Initializing cgroup subsys devices [ 0.021014] Initializing cgroup subsys freezer [ 0.022006] Initializing cgroup subsys blkio [ 0.022967] Initializing cgroup subsys perf_event [ 0.024003] Initializing cgroup subsys hugetlb [ 0.025065] CPU: Physical Processor ID: 0 [ 0.025983] FEATURE SPEC_CTRL Present [ 0.027509] mce: CPU supports 10 MCE banks [ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable [ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.041138] ACPI: Core revision 20131115 [ 0.042480] ACPI: All ACPI Tables successfully acquired [ 0.043758] ftrace: allocating 28727 entries in 113 pages [ 0.064254] Enabling x2apic [ 0.067009] Enabled x2apic [ 0.068045] Switched APIC routing to physical x2apic. [ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085184] KVM setup paravirtual spinlock [ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.089744] x86: Booting SMP configuration: [ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104022] x86: Booted up 1 node, 2 CPUs [ 0.104014] KVM setup async PF for cpu 1 [ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108348] devtmpfs: initialized [ 0.110160] EVM: security.selinux [ 0.111005] EVM: security.SMACK64 [ 0.112005] EVM: security.ima [ 0.112743] EVM: security.capability [ 0.113634] pinctrl core: initialized pinctrl subsystem [ 0.114179] regulator-dummy: no parameters [ 0.116064] RTC time: 12:53:25, date: 08/05/18 [ 0.117115] NET: Registered protocol family 16 [ 0.118241] cpuidle: using governor ladder [ 0.119248] cpuidle: using governor menu [ 0.120093] ACPI: bus type PCI registered [ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122574] PCI: Using configuration type 1 for base access [ 0.124363] bio: create slab at 0 [ 0.125022] ACPI: Added _OSI(Module Device) [ 0.125083] ACPI: Added _OSI(Processor Device) [ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130464] ACPI: Interpreter enabled [ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.139621] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.146221] ACPI: No dock devices found. [ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.154696] acpiphp: Slot [3] registered [ 0.155623] acpiphp: Slot [4] registered [ 0.156019] acpiphp: Slot [5] registered [ 0.156941] acpiphp: Slot [6] registered [ 0.157890] acpiphp: Slot [7] registered [ 0.158820] acpiphp: Slot [8] registered [ 0.159747] acpiphp: Slot [9] registered [ 0.160023] acpiphp: Slot [10] registered [ 0.160956] acpiphp: Slot [11] registered [ 0.161912] acpiphp: Slot [12] registered [ 0.162863] acpiphp: Slot [13] registered [ 0.163829] acpiphp: Slot [14] registered [ 0.164017] acpiphp: Slot [15] registered [ 0.164970] acpiphp: Slot [16] registered [ 0.165908] acpiphp: Slot [17] registered [ 0.166870] acpiphp: Slot [18] registered [ 0.167805] acpiphp: Slot [19] registered [ 0.168017] acpiphp: Slot [20] registered [ 0.168955] acpiphp: Slot [21] registered [ 0.169932] acpiphp: Slot [22] registered [ 0.170909] acpiphp: Slot [23] registered [ 0.171875] acpiphp: Slot [24] registered [ 0.172018] acpiphp: Slot [25] registered [ 0.173001] acpiphp: Slot [26] registered [ 0.173961] acpiphp: Slot [27] registered [ 0.174892] acpiphp: Slot [28] registered [ 0.175815] acpiphp: Slot [29] registered [ 0.176017] acpiphp: Slot [30] registered [ 0.176984] acpiphp: Slot [31] registered [ 0.177946] PCI host bridge to bus 0000:00 [ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228700] vgaarb: bridge control possible 0000:00:02.0 [ 0.230071] SCSI subsystem initialized [ 0.231076] ACPI: bus type USB registered [ 0.232031] usbcore: registered new interface driver usbfs [ 0.233239] usbcore: registered new interface driver hub [ 0.234485] usbcore: registered new device driver usb [ 0.234485] PCI: Using ACPI for IRQ routing [ 0.236289] NetLabel: Initializing [ 0.237124] NetLabel: domain hash size = 128 [ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.239312] NetLabel: unlabeled traffic allowed by default [ 0.240141] Switched to clocksource kvm-clock [ 0.247246] AppArmor: AppArmor Filesystem Enabled [ 0.248333] pnp: PnP ACPI init [ 0.249098] ACPI: bus type PNP registered [ 0.250423] pnp: PnP ACPI: found 8 devices [ 0.251381] ACPI: bus type PNP unregistered [ 0.258473] NET: Registered protocol family 2 [ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.263158] TCP: Hash tables configured (established 16384 bind 16384) [ 0.264665] TCP: reno registered [ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.268279] NET: Registered protocol family 1 [ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.315548] Trying to unpack rootfs image as initramfs... [ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.413183] Scanning for low memory corruption every 60 seconds [ 0.414826] Initialise system trusted keyring [ 0.415910] audit: initializing netlink socket (disabled) [ 0.417120] type=2000 audit(1533473606.130:1): initialized [ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.438654] zbud: loaded [ 0.439484] VFS: Disk quotas dquot_6.5.2 [ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.441850] fuse init (API version 7.22) [ 0.442730] msgmni has been set to 3997 [ 0.443577] Key type big_key registered [ 0.444603] Key type asymmetric registered [ 0.445439] Asymmetric key parser 'x509' registered [ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.447928] io scheduler noop registered [ 0.448738] io scheduler deadline registered (default) [ 0.449740] io scheduler cfq registered [ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.452919] ipmi message handler version 39.2 [ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.455356] ACPI: Power Button [PWRF] [ 0.456210] GHES: HEST is not enabled! [ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569476] Linux agpgart interface v0.103 [ 0.571035] brd: module loaded [ 0.572058] loop: module loaded [ 0.573013] blk-mq: CPU -> queue map [ 0.573790] CPU 0 -> Queue 0 [ 0.574463] CPU 1 -> Queue 0 [ 0.575612] vda: vda1 [ 0.576818] scsi0 : ata_piix [ 0.577583] scsi1 : ata_piix [ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.581000] libphy: Fixed MDIO Bus: probed [ 0.581920] tun: Universal TUN/TAP device driver, 1.6 [ 0.582955] tun: (C) 1999-2004 Max Krasnyansky [ 0.585493] PPP generic driver version 2.4.2 [ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.587666] ehci-pci: EHCI PCI platform driver [ 0.588578] ehci-platform: EHCI generic platform driver [ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590777] ohci-pci: OHCI PCI platform driver [ 0.591683] ohci-platform: OHCI generic platform driver [ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621083] usb usb1: Product: UHCI Host Controller [ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.623248] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624273] hub 1-0:1.0: USB hub found [ 0.625082] hub 1-0:1.0: 2 ports detected [ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630339] mousedev: PS/2 mouse device common for all mice [ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.633592] rtc_cmos 00:00: RTC can wake from S4 [ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637254] device-mapper: uevent: version 1.0.3 [ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs [ 0.641150] TCP: cubic registered [ 0.641931] NET: Registered protocol family 10 [ 0.643031] NET: Registered protocol family 17 [ 0.643949] Key type dns_resolver registered [ 0.645065] Loading compiled-in X.509 certificates [ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.655483] registered taskstats version 1 [ 0.657867] Key type trusted registered [ 0.661187] Key type encrypted registered [ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled [ 0.663106] IMA: No TPM chip found, activating TPM-bypass! [ 0.664579] regulator-dummy: disabling [ 0.665506] Magic number: 14:996:884 [ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606) [ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669268] EDD information not available. [ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.739143] Write protecting the kernel read-only data: 12288k [ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.756367] systemd-udevd[107]: starting version 204 [ 0.792381] FDC 0 is a S82078B [ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.101081] usb 1-1: Product: QEMU USB Tablet [ 1.102524] usb 1-1: Manufacturer: QEMU [ 1.103819] usb 1-1: SerialNumber: 42 [ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available [ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds. cloud-init-nonet[2.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 ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting 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[3.69]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b | ci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 | 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: 4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | o. | | . . . | | = . + o o . | | . B o * + . | |o . + . S + | |++ . . . | |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: 69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | . ... | | o . | |.. . | |o oo | |. oS. | |.. . .o... | |. o .. .o o | | . .o.. + | | .E+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: ac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | . ++==o| | . + .o*o| | . ..o..| | . .. .. | | S o . E.| | 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: b4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | ... | | .+ o.. | | o. ...*. | | +.. . =.| | S. o .. o| | o . .o | | . ..| | .. . ..| | .oo .E | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] 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 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. Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds. * Restoring resolver state... [80G [74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.27 + '[' -n 192.168.0.27 ']' + 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 0 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 15s (3562 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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.12_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ... 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-2) ... 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-153.203) ... 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.12) ... 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) ... 2018-08-05 12:55:29,217 - functest.core.singlevm - DEBUG - try 11: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-05 12:55:39,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:55:39,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:55:39,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-051b010a-55d1-492b-8f85-d394ceb533fb x-compute-request-id: req-051b010a-55d1-492b-8f85-d394ceb533fb Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:55:39,669 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-051b010a-55d1-492b-8f85-d394ceb533fb 2018-08-05 12:55:39,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.440906047821s 2018-08-05 12:55:39,670 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-051b010a-55d1-492b-8f85-d394ceb533fb 2018-08-05 12:55:39,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:55:39,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:55:39,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-50616173-22a0-4968-b722-ead3cb98571c x-compute-request-id: req-50616173-22a0-4968-b722-ead3cb98571c Content-Encoding: gzip Content-Length: 17246 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized\n[ 0.008032] AppArmor: AppArmor initialized\n[ 0.008987] Yama: becoming mindful.\n[ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017739] Initializing cgroup subsys memory\n[ 0.020007] Initializing cgroup subsys devices\n[ 0.021014] Initializing cgroup subsys freezer\n[ 0.022006] Initializing cgroup subsys blkio\n[ 0.022967] Initializing cgroup subsys perf_event\n[ 0.024003] Initializing cgroup subsys hugetlb\n[ 0.025065] CPU: Physical Processor ID: 0\n[ 0.025983] FEATURE SPEC_CTRL Present\n[ 0.027509] mce: CPU supports 10 MCE banks\n[ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable\n[ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.041138] ACPI: Core revision 20131115\n[ 0.042480] ACPI: All ACPI Tables successfully acquired\n[ 0.043758] ftrace: allocating 28727 entries in 113 pages\n[ 0.064254] Enabling x2apic\n[ 0.067009] Enabled x2apic\n[ 0.068045] Switched APIC routing to physical x2apic.\n[ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085184] KVM setup paravirtual spinlock\n[ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.089744] x86: Booting SMP configuration:\n[ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104022] x86: Booted up 1 node, 2 CPUs\n[ 0.104014] KVM setup async PF for cpu 1\n[ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108348] devtmpfs: initialized\n[ 0.110160] EVM: security.selinux\n[ 0.111005] EVM: security.SMACK64\n[ 0.112005] EVM: security.ima\n[ 0.112743] EVM: security.capability\n[ 0.113634] pinctrl core: initialized pinctrl subsystem\n[ 0.114179] regulator-dummy: no parameters\n[ 0.116064] RTC time: 12:53:25, date: 08/05/18\n[ 0.117115] NET: Registered protocol family 16\n[ 0.118241] cpuidle: using governor ladder\n[ 0.119248] cpuidle: using governor menu\n[ 0.120093] ACPI: bus type PCI registered\n[ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122574] PCI: Using configuration type 1 for base access\n[ 0.124363] bio: create slab at 0\n[ 0.125022] ACPI: Added _OSI(Module Device)\n[ 0.125083] ACPI: Added _OSI(Processor Device)\n[ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130464] ACPI: Interpreter enabled\n[ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.139621] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.146221] ACPI: No dock devices found.\n[ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.154696] acpiphp: Slot [3] registered\n[ 0.155623] acpiphp: Slot [4] registered\n[ 0.156019] acpiphp: Slot [5] registered\n[ 0.156941] acpiphp: Slot [6] registered\n[ 0.157890] acpiphp: Slot [7] registered\n[ 0.158820] acpiphp: Slot [8] registered\n[ 0.159747] acpiphp: Slot [9] registered\n[ 0.160023] acpiphp: Slot [10] registered\n[ 0.160956] acpiphp: Slot [11] registered\n[ 0.161912] acpiphp: Slot [12] registered\n[ 0.162863] acpiphp: Slot [13] registered\n[ 0.163829] acpiphp: Slot [14] registered\n[ 0.164017] acpiphp: Slot [15] registered\n[ 0.164970] acpiphp: Slot [16] registered\n[ 0.165908] acpiphp: Slot [17] registered\n[ 0.166870] acpiphp: Slot [18] registered\n[ 0.167805] acpiphp: Slot [19] registered\n[ 0.168017] acpiphp: Slot [20] registered\n[ 0.168955] acpiphp: Slot [21] registered\n[ 0.169932] acpiphp: Slot [22] registered\n[ 0.170909] acpiphp: Slot [23] registered\n[ 0.171875] acpiphp: Slot [24] registered\n[ 0.172018] acpiphp: Slot [25] registered\n[ 0.173001] acpiphp: Slot [26] registered\n[ 0.173961] acpiphp: Slot [27] registered\n[ 0.174892] acpiphp: Slot [28] registered\n[ 0.175815] acpiphp: Slot [29] registered\n[ 0.176017] acpiphp: Slot [30] registered\n[ 0.176984] acpiphp: Slot [31] registered\n[ 0.177946] PCI host bridge to bus 0000:00\n[ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228700] vgaarb: bridge control possible 0000:00:02.0\n[ 0.230071] SCSI subsystem initialized\n[ 0.231076] ACPI: bus type USB registered\n[ 0.232031] usbcore: registered new interface driver usbfs\n[ 0.233239] usbcore: registered new interface driver hub\n[ 0.234485] usbcore: registered new device driver usb\n[ 0.234485] PCI: Using ACPI for IRQ routing\n[ 0.236289] NetLabel: Initializing\n[ 0.237124] NetLabel: domain hash size = 128\n[ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.239312] NetLabel: unlabeled traffic allowed by default\n[ 0.240141] Switched to clocksource kvm-clock\n[ 0.247246] AppArmor: AppArmor Filesystem Enabled\n[ 0.248333] pnp: PnP ACPI init\n[ 0.249098] ACPI: bus type PNP registered\n[ 0.250423] pnp: PnP ACPI: found 8 devices\n[ 0.251381] ACPI: bus type PNP unregistered\n[ 0.258473] NET: Registered protocol family 2\n[ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.263158] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.264665] TCP: reno registered\n[ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.268279] NET: Registered protocol family 1\n[ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.315548] Trying to unpack rootfs image as initramfs...\n[ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.413183] Scanning for low memory corruption every 60 seconds\n[ 0.414826] Initialise system trusted keyring\n[ 0.415910] audit: initializing netlink socket (disabled)\n[ 0.417120] type=2000 audit(1533473606.130:1): initialized\n[ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.438654] zbud: loaded\n[ 0.439484] VFS: Disk quotas dquot_6.5.2\n[ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.441850] fuse init (API version 7.22)\n[ 0.442730] msgmni has been set to 3997\n[ 0.443577] Key type big_key registered\n[ 0.444603] Key type asymmetric registered\n[ 0.445439] Asymmetric key parser 'x509' registered\n[ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.447928] io scheduler noop registered\n[ 0.448738] io scheduler deadline registered (default)\n[ 0.449740] io scheduler cfq registered\n[ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.452919] ipmi message handler version 39.2\n[ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.455356] ACPI: Power Button [PWRF]\n[ 0.456210] GHES: HEST is not enabled!\n[ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.569476] Linux agpgart interface v0.103\n[ 0.571035] brd: module loaded\n[ 0.572058] loop: module loaded\n[ 0.573013] blk-mq: CPU -> queue map\n[ 0.573790] CPU 0 -> Queue 0\n[ 0.574463] CPU 1 -> Queue 0\n[ 0.575612] vda: vda1\n[ 0.576818] scsi0 : ata_piix\n[ 0.577583] scsi1 : ata_piix\n[ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.581000] libphy: Fixed MDIO Bus: probed\n[ 0.581920] tun: Universal TUN/TAP device driver, 1.6\n[ 0.582955] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.585493] PPP generic driver version 2.4.2\n[ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.587666] ehci-pci: EHCI PCI platform driver\n[ 0.588578] ehci-platform: EHCI generic platform driver\n[ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.590777] ohci-pci: OHCI PCI platform driver\n[ 0.591683] ohci-platform: OHCI generic platform driver\n[ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621083] usb usb1: Product: UHCI Host Controller\n[ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.623248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624273] hub 1-0:1.0: USB hub found\n[ 0.625082] hub 1-0:1.0: 2 ports detected\n[ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630339] mousedev: PS/2 mouse device common for all mice\n[ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.633592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637254] device-mapper: uevent: version 1.0.3\n[ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.641150] TCP: cubic registered\n[ 0.641931] NET: Registered protocol family 10\n[ 0.643031] NET: Registered protocol family 17\n[ 0.643949] Key type dns_resolver registered\n[ 0.645065] Loading compiled-in X.509 certificates\n[ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.655483] registered taskstats version 1\n[ 0.657867] Key type trusted registered\n[ 0.661187] Key type encrypted registered\n[ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663106] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.664579] regulator-dummy: disabling\n[ 0.665506] Magic number: 14:996:884\n[ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606)\n[ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669268] EDD information not available.\n[ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.739143] Write protecting the kernel read-only data: 12288k\n[ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.756367] systemd-udevd[107]: starting version 204\n[ 0.792381] FDC 0 is a S82078B\n[ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.101081] usb 1-1: Product: QEMU USB Tablet\n[ 1.102524] usb 1-1: Manufacturer: QEMU\n[ 1.103819] usb 1-1: SerialNumber: 42\n[ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available\n[ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds.\ncloud-init-nonet[2.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 * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting 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[3.69]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b |\nci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 |\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:\n4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o. |\n| . . . |\n| = . + o o . |\n| . B o * + . |\n|o . + . S + |\n|++ . . . |\n|E + |\n| . |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . ... |\n| o . |\n|.. . |\n|o oo |\n|. oS. |\n|.. . .o... |\n|. o .. .o o |\n| . .o.. + |\n| .E+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:\nac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . ++==o|\n| . + .o*o|\n| . ..o..|\n| . .. .. |\n| S o . E.|\n| o + o .|\n| . . = |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nb4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ... |\n| .+ o.. |\n| o. ...*. |\n| +.. . =.|\n| S. o .. o|\n| o . .o |\n| . ..|\n| .. . ..|\n| .oo .E |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\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 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.\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds.\n * Restoring resolver state... [80G [74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066\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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.27\n+ '[' -n 192.168.0.27 ']'\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 0 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 15s (3562 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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.12_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ...\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-2) ...\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-153.203) ...\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.12) ...\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 8265\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 8363\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 8371\nclearwater-socket-factory-sig start/running, process 8380\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"} 2018-08-05 12:55:39,765 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-50616173-22a0-4968-b722-ead3cb98571c 2018-08-05 12:55:39,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0876219272614s 2018-08-05 12:55:39,767 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-50616173-22a0-4968-b722-ead3cb98571c 2018-08-05 12:55:39,768 - 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized [ 0.008032] AppArmor: AppArmor initialized [ 0.008987] Yama: becoming mindful. [ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017739] Initializing cgroup subsys memory [ 0.020007] Initializing cgroup subsys devices [ 0.021014] Initializing cgroup subsys freezer [ 0.022006] Initializing cgroup subsys blkio [ 0.022967] Initializing cgroup subsys perf_event [ 0.024003] Initializing cgroup subsys hugetlb [ 0.025065] CPU: Physical Processor ID: 0 [ 0.025983] FEATURE SPEC_CTRL Present [ 0.027509] mce: CPU supports 10 MCE banks [ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable [ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.041138] ACPI: Core revision 20131115 [ 0.042480] ACPI: All ACPI Tables successfully acquired [ 0.043758] ftrace: allocating 28727 entries in 113 pages [ 0.064254] Enabling x2apic [ 0.067009] Enabled x2apic [ 0.068045] Switched APIC routing to physical x2apic. [ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085184] KVM setup paravirtual spinlock [ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.089744] x86: Booting SMP configuration: [ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104022] x86: Booted up 1 node, 2 CPUs [ 0.104014] KVM setup async PF for cpu 1 [ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108348] devtmpfs: initialized [ 0.110160] EVM: security.selinux [ 0.111005] EVM: security.SMACK64 [ 0.112005] EVM: security.ima [ 0.112743] EVM: security.capability [ 0.113634] pinctrl core: initialized pinctrl subsystem [ 0.114179] regulator-dummy: no parameters [ 0.116064] RTC time: 12:53:25, date: 08/05/18 [ 0.117115] NET: Registered protocol family 16 [ 0.118241] cpuidle: using governor ladder [ 0.119248] cpuidle: using governor menu [ 0.120093] ACPI: bus type PCI registered [ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122574] PCI: Using configuration type 1 for base access [ 0.124363] bio: create slab at 0 [ 0.125022] ACPI: Added _OSI(Module Device) [ 0.125083] ACPI: Added _OSI(Processor Device) [ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130464] ACPI: Interpreter enabled [ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.139621] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.146221] ACPI: No dock devices found. [ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.154696] acpiphp: Slot [3] registered [ 0.155623] acpiphp: Slot [4] registered [ 0.156019] acpiphp: Slot [5] registered [ 0.156941] acpiphp: Slot [6] registered [ 0.157890] acpiphp: Slot [7] registered [ 0.158820] acpiphp: Slot [8] registered [ 0.159747] acpiphp: Slot [9] registered [ 0.160023] acpiphp: Slot [10] registered [ 0.160956] acpiphp: Slot [11] registered [ 0.161912] acpiphp: Slot [12] registered [ 0.162863] acpiphp: Slot [13] registered [ 0.163829] acpiphp: Slot [14] registered [ 0.164017] acpiphp: Slot [15] registered [ 0.164970] acpiphp: Slot [16] registered [ 0.165908] acpiphp: Slot [17] registered [ 0.166870] acpiphp: Slot [18] registered [ 0.167805] acpiphp: Slot [19] registered [ 0.168017] acpiphp: Slot [20] registered [ 0.168955] acpiphp: Slot [21] registered [ 0.169932] acpiphp: Slot [22] registered [ 0.170909] acpiphp: Slot [23] registered [ 0.171875] acpiphp: Slot [24] registered [ 0.172018] acpiphp: Slot [25] registered [ 0.173001] acpiphp: Slot [26] registered [ 0.173961] acpiphp: Slot [27] registered [ 0.174892] acpiphp: Slot [28] registered [ 0.175815] acpiphp: Slot [29] registered [ 0.176017] acpiphp: Slot [30] registered [ 0.176984] acpiphp: Slot [31] registered [ 0.177946] PCI host bridge to bus 0000:00 [ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228700] vgaarb: bridge control possible 0000:00:02.0 [ 0.230071] SCSI subsystem initialized [ 0.231076] ACPI: bus type USB registered [ 0.232031] usbcore: registered new interface driver usbfs [ 0.233239] usbcore: registered new interface driver hub [ 0.234485] usbcore: registered new device driver usb [ 0.234485] PCI: Using ACPI for IRQ routing [ 0.236289] NetLabel: Initializing [ 0.237124] NetLabel: domain hash size = 128 [ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.239312] NetLabel: unlabeled traffic allowed by default [ 0.240141] Switched to clocksource kvm-clock [ 0.247246] AppArmor: AppArmor Filesystem Enabled [ 0.248333] pnp: PnP ACPI init [ 0.249098] ACPI: bus type PNP registered [ 0.250423] pnp: PnP ACPI: found 8 devices [ 0.251381] ACPI: bus type PNP unregistered [ 0.258473] NET: Registered protocol family 2 [ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.263158] TCP: Hash tables configured (established 16384 bind 16384) [ 0.264665] TCP: reno registered [ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.268279] NET: Registered protocol family 1 [ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.315548] Trying to unpack rootfs image as initramfs... [ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.413183] Scanning for low memory corruption every 60 seconds [ 0.414826] Initialise system trusted keyring [ 0.415910] audit: initializing netlink socket (disabled) [ 0.417120] type=2000 audit(1533473606.130:1): initialized [ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.438654] zbud: loaded [ 0.439484] VFS: Disk quotas dquot_6.5.2 [ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.441850] fuse init (API version 7.22) [ 0.442730] msgmni has been set to 3997 [ 0.443577] Key type big_key registered [ 0.444603] Key type asymmetric registered [ 0.445439] Asymmetric key parser 'x509' registered [ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.447928] io scheduler noop registered [ 0.448738] io scheduler deadline registered (default) [ 0.449740] io scheduler cfq registered [ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.452919] ipmi message handler version 39.2 [ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.455356] ACPI: Power Button [PWRF] [ 0.456210] GHES: HEST is not enabled! [ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569476] Linux agpgart interface v0.103 [ 0.571035] brd: module loaded [ 0.572058] loop: module loaded [ 0.573013] blk-mq: CPU -> queue map [ 0.573790] CPU 0 -> Queue 0 [ 0.574463] CPU 1 -> Queue 0 [ 0.575612] vda: vda1 [ 0.576818] scsi0 : ata_piix [ 0.577583] scsi1 : ata_piix [ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.581000] libphy: Fixed MDIO Bus: probed [ 0.581920] tun: Universal TUN/TAP device driver, 1.6 [ 0.582955] tun: (C) 1999-2004 Max Krasnyansky [ 0.585493] PPP generic driver version 2.4.2 [ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.587666] ehci-pci: EHCI PCI platform driver [ 0.588578] ehci-platform: EHCI generic platform driver [ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590777] ohci-pci: OHCI PCI platform driver [ 0.591683] ohci-platform: OHCI generic platform driver [ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621083] usb usb1: Product: UHCI Host Controller [ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.623248] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624273] hub 1-0:1.0: USB hub found [ 0.625082] hub 1-0:1.0: 2 ports detected [ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630339] mousedev: PS/2 mouse device common for all mice [ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.633592] rtc_cmos 00:00: RTC can wake from S4 [ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637254] device-mapper: uevent: version 1.0.3 [ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs [ 0.641150] TCP: cubic registered [ 0.641931] NET: Registered protocol family 10 [ 0.643031] NET: Registered protocol family 17 [ 0.643949] Key type dns_resolver registered [ 0.645065] Loading compiled-in X.509 certificates [ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.655483] registered taskstats version 1 [ 0.657867] Key type trusted registered [ 0.661187] Key type encrypted registered [ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled [ 0.663106] IMA: No TPM chip found, activating TPM-bypass! [ 0.664579] regulator-dummy: disabling [ 0.665506] Magic number: 14:996:884 [ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606) [ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669268] EDD information not available. [ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.739143] Write protecting the kernel read-only data: 12288k [ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.756367] systemd-udevd[107]: starting version 204 [ 0.792381] FDC 0 is a S82078B [ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.101081] usb 1-1: Product: QEMU USB Tablet [ 1.102524] usb 1-1: Manufacturer: QEMU [ 1.103819] usb 1-1: SerialNumber: 42 [ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available [ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds. cloud-init-nonet[2.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 ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting 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[3.69]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b | ci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 | 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: 4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | o. | | . . . | | = . + o o . | | . B o * + . | |o . + . S + | |++ . . . | |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: 69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | . ... | | o . | |.. . | |o oo | |. oS. | |.. . .o... | |. o .. .o o | | . .o.. + | | .E+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: ac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | . ++==o| | . + .o*o| | . ..o..| | . .. .. | | S o . E.| | 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: b4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | ... | | .+ o.. | | o. ...*. | | +.. . =.| | S. o .. o| | o . .o | | . ..| | .. . ..| | .oo .E | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] 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 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. Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds. * Restoring resolver state... [80G [74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.27 + '[' -n 192.168.0.27 ']' + 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 0 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 15s (3562 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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.12_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ... 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-2) ... 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-153.203) ... 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.12) ... 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 8265 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 8363 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 8371 clearwater-socket-factory-sig start/running, process 8380 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 2018-08-05 12:55:39,771 - functest.core.singlevm - DEBUG - try 12: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-05 12:55:49,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:55:49,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:55:50,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:55: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-865fab2e-3384-46cd-8b70-d0dae7bd15d2 x-compute-request-id: req-865fab2e-3384-46cd-8b70-d0dae7bd15d2 Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:55:50,409 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-865fab2e-3384-46cd-8b70-d0dae7bd15d2 2018-08-05 12:55:50,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.627508878708s 2018-08-05 12:55:50,410 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-865fab2e-3384-46cd-8b70-d0dae7bd15d2 2018-08-05 12:55:50,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:55:50,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:55:50,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:55:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ae6165eb-85cf-488a-9713-7819656d97ed x-compute-request-id: req-ae6165eb-85cf-488a-9713-7819656d97ed Content-Encoding: gzip Content-Length: 17775 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized\n[ 0.008032] AppArmor: AppArmor initialized\n[ 0.008987] Yama: becoming mindful.\n[ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017739] Initializing cgroup subsys memory\n[ 0.020007] Initializing cgroup subsys devices\n[ 0.021014] Initializing cgroup subsys freezer\n[ 0.022006] Initializing cgroup subsys blkio\n[ 0.022967] Initializing cgroup subsys perf_event\n[ 0.024003] Initializing cgroup subsys hugetlb\n[ 0.025065] CPU: Physical Processor ID: 0\n[ 0.025983] FEATURE SPEC_CTRL Present\n[ 0.027509] mce: CPU supports 10 MCE banks\n[ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable\n[ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.041138] ACPI: Core revision 20131115\n[ 0.042480] ACPI: All ACPI Tables successfully acquired\n[ 0.043758] ftrace: allocating 28727 entries in 113 pages\n[ 0.064254] Enabling x2apic\n[ 0.067009] Enabled x2apic\n[ 0.068045] Switched APIC routing to physical x2apic.\n[ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085184] KVM setup paravirtual spinlock\n[ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.089744] x86: Booting SMP configuration:\n[ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104022] x86: Booted up 1 node, 2 CPUs\n[ 0.104014] KVM setup async PF for cpu 1\n[ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108348] devtmpfs: initialized\n[ 0.110160] EVM: security.selinux\n[ 0.111005] EVM: security.SMACK64\n[ 0.112005] EVM: security.ima\n[ 0.112743] EVM: security.capability\n[ 0.113634] pinctrl core: initialized pinctrl subsystem\n[ 0.114179] regulator-dummy: no parameters\n[ 0.116064] RTC time: 12:53:25, date: 08/05/18\n[ 0.117115] NET: Registered protocol family 16\n[ 0.118241] cpuidle: using governor ladder\n[ 0.119248] cpuidle: using governor menu\n[ 0.120093] ACPI: bus type PCI registered\n[ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122574] PCI: Using configuration type 1 for base access\n[ 0.124363] bio: create slab at 0\n[ 0.125022] ACPI: Added _OSI(Module Device)\n[ 0.125083] ACPI: Added _OSI(Processor Device)\n[ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130464] ACPI: Interpreter enabled\n[ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.139621] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.146221] ACPI: No dock devices found.\n[ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.154696] acpiphp: Slot [3] registered\n[ 0.155623] acpiphp: Slot [4] registered\n[ 0.156019] acpiphp: Slot [5] registered\n[ 0.156941] acpiphp: Slot [6] registered\n[ 0.157890] acpiphp: Slot [7] registered\n[ 0.158820] acpiphp: Slot [8] registered\n[ 0.159747] acpiphp: Slot [9] registered\n[ 0.160023] acpiphp: Slot [10] registered\n[ 0.160956] acpiphp: Slot [11] registered\n[ 0.161912] acpiphp: Slot [12] registered\n[ 0.162863] acpiphp: Slot [13] registered\n[ 0.163829] acpiphp: Slot [14] registered\n[ 0.164017] acpiphp: Slot [15] registered\n[ 0.164970] acpiphp: Slot [16] registered\n[ 0.165908] acpiphp: Slot [17] registered\n[ 0.166870] acpiphp: Slot [18] registered\n[ 0.167805] acpiphp: Slot [19] registered\n[ 0.168017] acpiphp: Slot [20] registered\n[ 0.168955] acpiphp: Slot [21] registered\n[ 0.169932] acpiphp: Slot [22] registered\n[ 0.170909] acpiphp: Slot [23] registered\n[ 0.171875] acpiphp: Slot [24] registered\n[ 0.172018] acpiphp: Slot [25] registered\n[ 0.173001] acpiphp: Slot [26] registered\n[ 0.173961] acpiphp: Slot [27] registered\n[ 0.174892] acpiphp: Slot [28] registered\n[ 0.175815] acpiphp: Slot [29] registered\n[ 0.176017] acpiphp: Slot [30] registered\n[ 0.176984] acpiphp: Slot [31] registered\n[ 0.177946] PCI host bridge to bus 0000:00\n[ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228700] vgaarb: bridge control possible 0000:00:02.0\n[ 0.230071] SCSI subsystem initialized\n[ 0.231076] ACPI: bus type USB registered\n[ 0.232031] usbcore: registered new interface driver usbfs\n[ 0.233239] usbcore: registered new interface driver hub\n[ 0.234485] usbcore: registered new device driver usb\n[ 0.234485] PCI: Using ACPI for IRQ routing\n[ 0.236289] NetLabel: Initializing\n[ 0.237124] NetLabel: domain hash size = 128\n[ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.239312] NetLabel: unlabeled traffic allowed by default\n[ 0.240141] Switched to clocksource kvm-clock\n[ 0.247246] AppArmor: AppArmor Filesystem Enabled\n[ 0.248333] pnp: PnP ACPI init\n[ 0.249098] ACPI: bus type PNP registered\n[ 0.250423] pnp: PnP ACPI: found 8 devices\n[ 0.251381] ACPI: bus type PNP unregistered\n[ 0.258473] NET: Registered protocol family 2\n[ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.263158] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.264665] TCP: reno registered\n[ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.268279] NET: Registered protocol family 1\n[ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.315548] Trying to unpack rootfs image as initramfs...\n[ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.413183] Scanning for low memory corruption every 60 seconds\n[ 0.414826] Initialise system trusted keyring\n[ 0.415910] audit: initializing netlink socket (disabled)\n[ 0.417120] type=2000 audit(1533473606.130:1): initialized\n[ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.438654] zbud: loaded\n[ 0.439484] VFS: Disk quotas dquot_6.5.2\n[ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.441850] fuse init (API version 7.22)\n[ 0.442730] msgmni has been set to 3997\n[ 0.443577] Key type big_key registered\n[ 0.444603] Key type asymmetric registered\n[ 0.445439] Asymmetric key parser 'x509' registered\n[ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.447928] io scheduler noop registered\n[ 0.448738] io scheduler deadline registered (default)\n[ 0.449740] io scheduler cfq registered\n[ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.452919] ipmi message handler version 39.2\n[ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.455356] ACPI: Power Button [PWRF]\n[ 0.456210] GHES: HEST is not enabled!\n[ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.569476] Linux agpgart interface v0.103\n[ 0.571035] brd: module loaded\n[ 0.572058] loop: module loaded\n[ 0.573013] blk-mq: CPU -> queue map\n[ 0.573790] CPU 0 -> Queue 0\n[ 0.574463] CPU 1 -> Queue 0\n[ 0.575612] vda: vda1\n[ 0.576818] scsi0 : ata_piix\n[ 0.577583] scsi1 : ata_piix\n[ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.581000] libphy: Fixed MDIO Bus: probed\n[ 0.581920] tun: Universal TUN/TAP device driver, 1.6\n[ 0.582955] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.585493] PPP generic driver version 2.4.2\n[ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.587666] ehci-pci: EHCI PCI platform driver\n[ 0.588578] ehci-platform: EHCI generic platform driver\n[ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.590777] ohci-pci: OHCI PCI platform driver\n[ 0.591683] ohci-platform: OHCI generic platform driver\n[ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621083] usb usb1: Product: UHCI Host Controller\n[ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.623248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624273] hub 1-0:1.0: USB hub found\n[ 0.625082] hub 1-0:1.0: 2 ports detected\n[ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630339] mousedev: PS/2 mouse device common for all mice\n[ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.633592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637254] device-mapper: uevent: version 1.0.3\n[ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.641150] TCP: cubic registered\n[ 0.641931] NET: Registered protocol family 10\n[ 0.643031] NET: Registered protocol family 17\n[ 0.643949] Key type dns_resolver registered\n[ 0.645065] Loading compiled-in X.509 certificates\n[ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.655483] registered taskstats version 1\n[ 0.657867] Key type trusted registered\n[ 0.661187] Key type encrypted registered\n[ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663106] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.664579] regulator-dummy: disabling\n[ 0.665506] Magic number: 14:996:884\n[ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606)\n[ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669268] EDD information not available.\n[ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.739143] Write protecting the kernel read-only data: 12288k\n[ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.756367] systemd-udevd[107]: starting version 204\n[ 0.792381] FDC 0 is a S82078B\n[ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.101081] usb 1-1: Product: QEMU USB Tablet\n[ 1.102524] usb 1-1: Manufacturer: QEMU\n[ 1.103819] usb 1-1: SerialNumber: 42\n[ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available\n[ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds.\ncloud-init-nonet[2.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 * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting 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[3.69]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b |\nci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 |\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:\n4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o. |\n| . . . |\n| = . + o o . |\n| . B o * + . |\n|o . + . S + |\n|++ . . . |\n|E + |\n| . |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . ... |\n| o . |\n|.. . |\n|o oo |\n|. oS. |\n|.. . .o... |\n|. o .. .o o |\n| . .o.. + |\n| .E+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:\nac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . ++==o|\n| . + .o*o|\n| . ..o..|\n| . .. .. |\n| S o . E.|\n| o + o .|\n| . . = |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nb4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ... |\n| .+ o.. |\n| o. ...*. |\n| +.. . =.|\n| S. o .. o|\n| o . .o |\n| . ..|\n| .. . ..|\n| .oo .E |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\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 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.\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds.\n * Restoring resolver state... [80G [74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066\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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.27\n+ '[' -n 192.168.0.27 ']'\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 0 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 15s (3562 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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.12_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ...\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-2) ...\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-153.203) ...\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.12) ...\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 8265\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 8363\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 8371\nclearwater-socket-factory-sig start/running, process 8380\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 0 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 3s (11.9 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57915 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-05 12:55:50,498 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-ae6165eb-85cf-488a-9713-7819656d97ed 2018-08-05 12:55:50,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0809309482574s 2018-08-05 12:55:50,501 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-ae6165eb-85cf-488a-9713-7819656d97ed 2018-08-05 12:55:50,501 - 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized [ 0.008032] AppArmor: AppArmor initialized [ 0.008987] Yama: becoming mindful. [ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017739] Initializing cgroup subsys memory [ 0.020007] Initializing cgroup subsys devices [ 0.021014] Initializing cgroup subsys freezer [ 0.022006] Initializing cgroup subsys blkio [ 0.022967] Initializing cgroup subsys perf_event [ 0.024003] Initializing cgroup subsys hugetlb [ 0.025065] CPU: Physical Processor ID: 0 [ 0.025983] FEATURE SPEC_CTRL Present [ 0.027509] mce: CPU supports 10 MCE banks [ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable [ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.041138] ACPI: Core revision 20131115 [ 0.042480] ACPI: All ACPI Tables successfully acquired [ 0.043758] ftrace: allocating 28727 entries in 113 pages [ 0.064254] Enabling x2apic [ 0.067009] Enabled x2apic [ 0.068045] Switched APIC routing to physical x2apic. [ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085184] KVM setup paravirtual spinlock [ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.089744] x86: Booting SMP configuration: [ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104022] x86: Booted up 1 node, 2 CPUs [ 0.104014] KVM setup async PF for cpu 1 [ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108348] devtmpfs: initialized [ 0.110160] EVM: security.selinux [ 0.111005] EVM: security.SMACK64 [ 0.112005] EVM: security.ima [ 0.112743] EVM: security.capability [ 0.113634] pinctrl core: initialized pinctrl subsystem [ 0.114179] regulator-dummy: no parameters [ 0.116064] RTC time: 12:53:25, date: 08/05/18 [ 0.117115] NET: Registered protocol family 16 [ 0.118241] cpuidle: using governor ladder [ 0.119248] cpuidle: using governor menu [ 0.120093] ACPI: bus type PCI registered [ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122574] PCI: Using configuration type 1 for base access [ 0.124363] bio: create slab at 0 [ 0.125022] ACPI: Added _OSI(Module Device) [ 0.125083] ACPI: Added _OSI(Processor Device) [ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130464] ACPI: Interpreter enabled [ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.139621] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.146221] ACPI: No dock devices found. [ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.154696] acpiphp: Slot [3] registered [ 0.155623] acpiphp: Slot [4] registered [ 0.156019] acpiphp: Slot [5] registered [ 0.156941] acpiphp: Slot [6] registered [ 0.157890] acpiphp: Slot [7] registered [ 0.158820] acpiphp: Slot [8] registered [ 0.159747] acpiphp: Slot [9] registered [ 0.160023] acpiphp: Slot [10] registered [ 0.160956] acpiphp: Slot [11] registered [ 0.161912] acpiphp: Slot [12] registered [ 0.162863] acpiphp: Slot [13] registered [ 0.163829] acpiphp: Slot [14] registered [ 0.164017] acpiphp: Slot [15] registered [ 0.164970] acpiphp: Slot [16] registered [ 0.165908] acpiphp: Slot [17] registered [ 0.166870] acpiphp: Slot [18] registered [ 0.167805] acpiphp: Slot [19] registered [ 0.168017] acpiphp: Slot [20] registered [ 0.168955] acpiphp: Slot [21] registered [ 0.169932] acpiphp: Slot [22] registered [ 0.170909] acpiphp: Slot [23] registered [ 0.171875] acpiphp: Slot [24] registered [ 0.172018] acpiphp: Slot [25] registered [ 0.173001] acpiphp: Slot [26] registered [ 0.173961] acpiphp: Slot [27] registered [ 0.174892] acpiphp: Slot [28] registered [ 0.175815] acpiphp: Slot [29] registered [ 0.176017] acpiphp: Slot [30] registered [ 0.176984] acpiphp: Slot [31] registered [ 0.177946] PCI host bridge to bus 0000:00 [ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228700] vgaarb: bridge control possible 0000:00:02.0 [ 0.230071] SCSI subsystem initialized [ 0.231076] ACPI: bus type USB registered [ 0.232031] usbcore: registered new interface driver usbfs [ 0.233239] usbcore: registered new interface driver hub [ 0.234485] usbcore: registered new device driver usb [ 0.234485] PCI: Using ACPI for IRQ routing [ 0.236289] NetLabel: Initializing [ 0.237124] NetLabel: domain hash size = 128 [ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.239312] NetLabel: unlabeled traffic allowed by default [ 0.240141] Switched to clocksource kvm-clock [ 0.247246] AppArmor: AppArmor Filesystem Enabled [ 0.248333] pnp: PnP ACPI init [ 0.249098] ACPI: bus type PNP registered [ 0.250423] pnp: PnP ACPI: found 8 devices [ 0.251381] ACPI: bus type PNP unregistered [ 0.258473] NET: Registered protocol family 2 [ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.263158] TCP: Hash tables configured (established 16384 bind 16384) [ 0.264665] TCP: reno registered [ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.268279] NET: Registered protocol family 1 [ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.315548] Trying to unpack rootfs image as initramfs... [ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.413183] Scanning for low memory corruption every 60 seconds [ 0.414826] Initialise system trusted keyring [ 0.415910] audit: initializing netlink socket (disabled) [ 0.417120] type=2000 audit(1533473606.130:1): initialized [ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.438654] zbud: loaded [ 0.439484] VFS: Disk quotas dquot_6.5.2 [ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.441850] fuse init (API version 7.22) [ 0.442730] msgmni has been set to 3997 [ 0.443577] Key type big_key registered [ 0.444603] Key type asymmetric registered [ 0.445439] Asymmetric key parser 'x509' registered [ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.447928] io scheduler noop registered [ 0.448738] io scheduler deadline registered (default) [ 0.449740] io scheduler cfq registered [ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.452919] ipmi message handler version 39.2 [ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.455356] ACPI: Power Button [PWRF] [ 0.456210] GHES: HEST is not enabled! [ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569476] Linux agpgart interface v0.103 [ 0.571035] brd: module loaded [ 0.572058] loop: module loaded [ 0.573013] blk-mq: CPU -> queue map [ 0.573790] CPU 0 -> Queue 0 [ 0.574463] CPU 1 -> Queue 0 [ 0.575612] vda: vda1 [ 0.576818] scsi0 : ata_piix [ 0.577583] scsi1 : ata_piix [ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.581000] libphy: Fixed MDIO Bus: probed [ 0.581920] tun: Universal TUN/TAP device driver, 1.6 [ 0.582955] tun: (C) 1999-2004 Max Krasnyansky [ 0.585493] PPP generic driver version 2.4.2 [ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.587666] ehci-pci: EHCI PCI platform driver [ 0.588578] ehci-platform: EHCI generic platform driver [ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590777] ohci-pci: OHCI PCI platform driver [ 0.591683] ohci-platform: OHCI generic platform driver [ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621083] usb usb1: Product: UHCI Host Controller [ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.623248] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624273] hub 1-0:1.0: USB hub found [ 0.625082] hub 1-0:1.0: 2 ports detected [ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630339] mousedev: PS/2 mouse device common for all mice [ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.633592] rtc_cmos 00:00: RTC can wake from S4 [ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637254] device-mapper: uevent: version 1.0.3 [ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs [ 0.641150] TCP: cubic registered [ 0.641931] NET: Registered protocol family 10 [ 0.643031] NET: Registered protocol family 17 [ 0.643949] Key type dns_resolver registered [ 0.645065] Loading compiled-in X.509 certificates [ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.655483] registered taskstats version 1 [ 0.657867] Key type trusted registered [ 0.661187] Key type encrypted registered [ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled [ 0.663106] IMA: No TPM chip found, activating TPM-bypass! [ 0.664579] regulator-dummy: disabling [ 0.665506] Magic number: 14:996:884 [ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606) [ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669268] EDD information not available. [ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.739143] Write protecting the kernel read-only data: 12288k [ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.756367] systemd-udevd[107]: starting version 204 [ 0.792381] FDC 0 is a S82078B [ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.101081] usb 1-1: Product: QEMU USB Tablet [ 1.102524] usb 1-1: Manufacturer: QEMU [ 1.103819] usb 1-1: SerialNumber: 42 [ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available [ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds. cloud-init-nonet[2.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 ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting 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[3.69]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b | ci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 | 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: 4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | o. | | . . . | | = . + o o . | | . B o * + . | |o . + . S + | |++ . . . | |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: 69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | . ... | | o . | |.. . | |o oo | |. oS. | |.. . .o... | |. o .. .o o | | . .o.. + | | .E+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: ac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | . ++==o| | . + .o*o| | . ..o..| | . .. .. | | S o . E.| | 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: b4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | ... | | .+ o.. | | o. ...*. | | +.. . =.| | S. o .. o| | o . .o | | . ..| | .. . ..| | .oo .E | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] 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 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. Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds. * Restoring resolver state... [80G [74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.27 + '[' -n 192.168.0.27 ']' + 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 0 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 15s (3562 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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.12_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ... 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-2) ... 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-153.203) ... 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.12) ... 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 8265 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 8363 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 8371 clearwater-socket-factory-sig start/running, process 8380 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 0 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 3s (11.9 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57915 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-05 12:55:50,504 - functest.core.singlevm - DEBUG - try 13: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-05 12:56:00,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:56:00,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:56:01,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-64603989-750c-48cd-8bfc-6dccf334b5bd x-compute-request-id: req-64603989-750c-48cd-8bfc-6dccf334b5bd Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:56:01,157 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-64603989-750c-48cd-8bfc-6dccf334b5bd 2018-08-05 12:56:01,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.642163991928s 2018-08-05 12:56:01,158 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-64603989-750c-48cd-8bfc-6dccf334b5bd 2018-08-05 12:56:01,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:56:01,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:56:01,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-ca6faca8-1a98-45cb-b297-eaa5e4b981c1 x-compute-request-id: req-ca6faca8-1a98-45cb-b297-eaa5e4b981c1 Content-Encoding: gzip Content-Length: 18277 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized\n[ 0.008032] AppArmor: AppArmor initialized\n[ 0.008987] Yama: becoming mindful.\n[ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017739] Initializing cgroup subsys memory\n[ 0.020007] Initializing cgroup subsys devices\n[ 0.021014] Initializing cgroup subsys freezer\n[ 0.022006] Initializing cgroup subsys blkio\n[ 0.022967] Initializing cgroup subsys perf_event\n[ 0.024003] Initializing cgroup subsys hugetlb\n[ 0.025065] CPU: Physical Processor ID: 0\n[ 0.025983] FEATURE SPEC_CTRL Present\n[ 0.027509] mce: CPU supports 10 MCE banks\n[ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable\n[ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.041138] ACPI: Core revision 20131115\n[ 0.042480] ACPI: All ACPI Tables successfully acquired\n[ 0.043758] ftrace: allocating 28727 entries in 113 pages\n[ 0.064254] Enabling x2apic\n[ 0.067009] Enabled x2apic\n[ 0.068045] Switched APIC routing to physical x2apic.\n[ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085184] KVM setup paravirtual spinlock\n[ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.089744] x86: Booting SMP configuration:\n[ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104022] x86: Booted up 1 node, 2 CPUs\n[ 0.104014] KVM setup async PF for cpu 1\n[ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108348] devtmpfs: initialized\n[ 0.110160] EVM: security.selinux\n[ 0.111005] EVM: security.SMACK64\n[ 0.112005] EVM: security.ima\n[ 0.112743] EVM: security.capability\n[ 0.113634] pinctrl core: initialized pinctrl subsystem\n[ 0.114179] regulator-dummy: no parameters\n[ 0.116064] RTC time: 12:53:25, date: 08/05/18\n[ 0.117115] NET: Registered protocol family 16\n[ 0.118241] cpuidle: using governor ladder\n[ 0.119248] cpuidle: using governor menu\n[ 0.120093] ACPI: bus type PCI registered\n[ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122574] PCI: Using configuration type 1 for base access\n[ 0.124363] bio: create slab at 0\n[ 0.125022] ACPI: Added _OSI(Module Device)\n[ 0.125083] ACPI: Added _OSI(Processor Device)\n[ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130464] ACPI: Interpreter enabled\n[ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.139621] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.146221] ACPI: No dock devices found.\n[ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.154696] acpiphp: Slot [3] registered\n[ 0.155623] acpiphp: Slot [4] registered\n[ 0.156019] acpiphp: Slot [5] registered\n[ 0.156941] acpiphp: Slot [6] registered\n[ 0.157890] acpiphp: Slot [7] registered\n[ 0.158820] acpiphp: Slot [8] registered\n[ 0.159747] acpiphp: Slot [9] registered\n[ 0.160023] acpiphp: Slot [10] registered\n[ 0.160956] acpiphp: Slot [11] registered\n[ 0.161912] acpiphp: Slot [12] registered\n[ 0.162863] acpiphp: Slot [13] registered\n[ 0.163829] acpiphp: Slot [14] registered\n[ 0.164017] acpiphp: Slot [15] registered\n[ 0.164970] acpiphp: Slot [16] registered\n[ 0.165908] acpiphp: Slot [17] registered\n[ 0.166870] acpiphp: Slot [18] registered\n[ 0.167805] acpiphp: Slot [19] registered\n[ 0.168017] acpiphp: Slot [20] registered\n[ 0.168955] acpiphp: Slot [21] registered\n[ 0.169932] acpiphp: Slot [22] registered\n[ 0.170909] acpiphp: Slot [23] registered\n[ 0.171875] acpiphp: Slot [24] registered\n[ 0.172018] acpiphp: Slot [25] registered\n[ 0.173001] acpiphp: Slot [26] registered\n[ 0.173961] acpiphp: Slot [27] registered\n[ 0.174892] acpiphp: Slot [28] registered\n[ 0.175815] acpiphp: Slot [29] registered\n[ 0.176017] acpiphp: Slot [30] registered\n[ 0.176984] acpiphp: Slot [31] registered\n[ 0.177946] PCI host bridge to bus 0000:00\n[ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228700] vgaarb: bridge control possible 0000:00:02.0\n[ 0.230071] SCSI subsystem initialized\n[ 0.231076] ACPI: bus type USB registered\n[ 0.232031] usbcore: registered new interface driver usbfs\n[ 0.233239] usbcore: registered new interface driver hub\n[ 0.234485] usbcore: registered new device driver usb\n[ 0.234485] PCI: Using ACPI for IRQ routing\n[ 0.236289] NetLabel: Initializing\n[ 0.237124] NetLabel: domain hash size = 128\n[ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.239312] NetLabel: unlabeled traffic allowed by default\n[ 0.240141] Switched to clocksource kvm-clock\n[ 0.247246] AppArmor: AppArmor Filesystem Enabled\n[ 0.248333] pnp: PnP ACPI init\n[ 0.249098] ACPI: bus type PNP registered\n[ 0.250423] pnp: PnP ACPI: found 8 devices\n[ 0.251381] ACPI: bus type PNP unregistered\n[ 0.258473] NET: Registered protocol family 2\n[ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.263158] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.264665] TCP: reno registered\n[ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.268279] NET: Registered protocol family 1\n[ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.315548] Trying to unpack rootfs image as initramfs...\n[ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.413183] Scanning for low memory corruption every 60 seconds\n[ 0.414826] Initialise system trusted keyring\n[ 0.415910] audit: initializing netlink socket (disabled)\n[ 0.417120] type=2000 audit(1533473606.130:1): initialized\n[ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.438654] zbud: loaded\n[ 0.439484] VFS: Disk quotas dquot_6.5.2\n[ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.441850] fuse init (API version 7.22)\n[ 0.442730] msgmni has been set to 3997\n[ 0.443577] Key type big_key registered\n[ 0.444603] Key type asymmetric registered\n[ 0.445439] Asymmetric key parser 'x509' registered\n[ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.447928] io scheduler noop registered\n[ 0.448738] io scheduler deadline registered (default)\n[ 0.449740] io scheduler cfq registered\n[ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.452919] ipmi message handler version 39.2\n[ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.455356] ACPI: Power Button [PWRF]\n[ 0.456210] GHES: HEST is not enabled!\n[ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.569476] Linux agpgart interface v0.103\n[ 0.571035] brd: module loaded\n[ 0.572058] loop: module loaded\n[ 0.573013] blk-mq: CPU -> queue map\n[ 0.573790] CPU 0 -> Queue 0\n[ 0.574463] CPU 1 -> Queue 0\n[ 0.575612] vda: vda1\n[ 0.576818] scsi0 : ata_piix\n[ 0.577583] scsi1 : ata_piix\n[ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.581000] libphy: Fixed MDIO Bus: probed\n[ 0.581920] tun: Universal TUN/TAP device driver, 1.6\n[ 0.582955] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.585493] PPP generic driver version 2.4.2\n[ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.587666] ehci-pci: EHCI PCI platform driver\n[ 0.588578] ehci-platform: EHCI generic platform driver\n[ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.590777] ohci-pci: OHCI PCI platform driver\n[ 0.591683] ohci-platform: OHCI generic platform driver\n[ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621083] usb usb1: Product: UHCI Host Controller\n[ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.623248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624273] hub 1-0:1.0: USB hub found\n[ 0.625082] hub 1-0:1.0: 2 ports detected\n[ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630339] mousedev: PS/2 mouse device common for all mice\n[ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.633592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637254] device-mapper: uevent: version 1.0.3\n[ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.641150] TCP: cubic registered\n[ 0.641931] NET: Registered protocol family 10\n[ 0.643031] NET: Registered protocol family 17\n[ 0.643949] Key type dns_resolver registered\n[ 0.645065] Loading compiled-in X.509 certificates\n[ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.655483] registered taskstats version 1\n[ 0.657867] Key type trusted registered\n[ 0.661187] Key type encrypted registered\n[ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663106] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.664579] regulator-dummy: disabling\n[ 0.665506] Magic number: 14:996:884\n[ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606)\n[ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669268] EDD information not available.\n[ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.739143] Write protecting the kernel read-only data: 12288k\n[ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.756367] systemd-udevd[107]: starting version 204\n[ 0.792381] FDC 0 is a S82078B\n[ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.101081] usb 1-1: Product: QEMU USB Tablet\n[ 1.102524] usb 1-1: Manufacturer: QEMU\n[ 1.103819] usb 1-1: SerialNumber: 42\n[ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available\n[ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds.\ncloud-init-nonet[2.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 * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting 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[3.69]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b |\nci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 |\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:\n4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o. |\n| . . . |\n| = . + o o . |\n| . B o * + . |\n|o . + . S + |\n|++ . . . |\n|E + |\n| . |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . ... |\n| o . |\n|.. . |\n|o oo |\n|. oS. |\n|.. . .o... |\n|. o .. .o o |\n| . .o.. + |\n| .E+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:\nac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . ++==o|\n| . + .o*o|\n| . ..o..|\n| . .. .. |\n| S o . E.|\n| o + o .|\n| . . = |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nb4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ... |\n| .+ o.. |\n| o. ...*. |\n| +.. . =.|\n| S. o .. o|\n| o . .o |\n| . ..|\n| .. . ..|\n| .oo .E |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\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 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.\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds.\n * Restoring resolver state... [80G [74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066\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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.27\n+ '[' -n 192.168.0.27 ']'\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 0 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 15s (3562 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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.12_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ...\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-2) ...\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-153.203) ...\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.12) ...\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 8265\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 8363\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 8371\nclearwater-socket-factory-sig start/running, process 8380\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 0 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 3s (11.9 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57915 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\n"} 2018-08-05 12:56:01,248 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-ca6faca8-1a98-45cb-b297-eaa5e4b981c1 2018-08-05 12:56:01,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0821888446808s 2018-08-05 12:56:01,250 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-ca6faca8-1a98-45cb-b297-eaa5e4b981c1 2018-08-05 12:56:01,250 - 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized [ 0.008032] AppArmor: AppArmor initialized [ 0.008987] Yama: becoming mindful. [ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017739] Initializing cgroup subsys memory [ 0.020007] Initializing cgroup subsys devices [ 0.021014] Initializing cgroup subsys freezer [ 0.022006] Initializing cgroup subsys blkio [ 0.022967] Initializing cgroup subsys perf_event [ 0.024003] Initializing cgroup subsys hugetlb [ 0.025065] CPU: Physical Processor ID: 0 [ 0.025983] FEATURE SPEC_CTRL Present [ 0.027509] mce: CPU supports 10 MCE banks [ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable [ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.041138] ACPI: Core revision 20131115 [ 0.042480] ACPI: All ACPI Tables successfully acquired [ 0.043758] ftrace: allocating 28727 entries in 113 pages [ 0.064254] Enabling x2apic [ 0.067009] Enabled x2apic [ 0.068045] Switched APIC routing to physical x2apic. [ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085184] KVM setup paravirtual spinlock [ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.089744] x86: Booting SMP configuration: [ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104022] x86: Booted up 1 node, 2 CPUs [ 0.104014] KVM setup async PF for cpu 1 [ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108348] devtmpfs: initialized [ 0.110160] EVM: security.selinux [ 0.111005] EVM: security.SMACK64 [ 0.112005] EVM: security.ima [ 0.112743] EVM: security.capability [ 0.113634] pinctrl core: initialized pinctrl subsystem [ 0.114179] regulator-dummy: no parameters [ 0.116064] RTC time: 12:53:25, date: 08/05/18 [ 0.117115] NET: Registered protocol family 16 [ 0.118241] cpuidle: using governor ladder [ 0.119248] cpuidle: using governor menu [ 0.120093] ACPI: bus type PCI registered [ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122574] PCI: Using configuration type 1 for base access [ 0.124363] bio: create slab at 0 [ 0.125022] ACPI: Added _OSI(Module Device) [ 0.125083] ACPI: Added _OSI(Processor Device) [ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130464] ACPI: Interpreter enabled [ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.139621] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.146221] ACPI: No dock devices found. [ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.154696] acpiphp: Slot [3] registered [ 0.155623] acpiphp: Slot [4] registered [ 0.156019] acpiphp: Slot [5] registered [ 0.156941] acpiphp: Slot [6] registered [ 0.157890] acpiphp: Slot [7] registered [ 0.158820] acpiphp: Slot [8] registered [ 0.159747] acpiphp: Slot [9] registered [ 0.160023] acpiphp: Slot [10] registered [ 0.160956] acpiphp: Slot [11] registered [ 0.161912] acpiphp: Slot [12] registered [ 0.162863] acpiphp: Slot [13] registered [ 0.163829] acpiphp: Slot [14] registered [ 0.164017] acpiphp: Slot [15] registered [ 0.164970] acpiphp: Slot [16] registered [ 0.165908] acpiphp: Slot [17] registered [ 0.166870] acpiphp: Slot [18] registered [ 0.167805] acpiphp: Slot [19] registered [ 0.168017] acpiphp: Slot [20] registered [ 0.168955] acpiphp: Slot [21] registered [ 0.169932] acpiphp: Slot [22] registered [ 0.170909] acpiphp: Slot [23] registered [ 0.171875] acpiphp: Slot [24] registered [ 0.172018] acpiphp: Slot [25] registered [ 0.173001] acpiphp: Slot [26] registered [ 0.173961] acpiphp: Slot [27] registered [ 0.174892] acpiphp: Slot [28] registered [ 0.175815] acpiphp: Slot [29] registered [ 0.176017] acpiphp: Slot [30] registered [ 0.176984] acpiphp: Slot [31] registered [ 0.177946] PCI host bridge to bus 0000:00 [ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228700] vgaarb: bridge control possible 0000:00:02.0 [ 0.230071] SCSI subsystem initialized [ 0.231076] ACPI: bus type USB registered [ 0.232031] usbcore: registered new interface driver usbfs [ 0.233239] usbcore: registered new interface driver hub [ 0.234485] usbcore: registered new device driver usb [ 0.234485] PCI: Using ACPI for IRQ routing [ 0.236289] NetLabel: Initializing [ 0.237124] NetLabel: domain hash size = 128 [ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.239312] NetLabel: unlabeled traffic allowed by default [ 0.240141] Switched to clocksource kvm-clock [ 0.247246] AppArmor: AppArmor Filesystem Enabled [ 0.248333] pnp: PnP ACPI init [ 0.249098] ACPI: bus type PNP registered [ 0.250423] pnp: PnP ACPI: found 8 devices [ 0.251381] ACPI: bus type PNP unregistered [ 0.258473] NET: Registered protocol family 2 [ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.263158] TCP: Hash tables configured (established 16384 bind 16384) [ 0.264665] TCP: reno registered [ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.268279] NET: Registered protocol family 1 [ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.315548] Trying to unpack rootfs image as initramfs... [ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.413183] Scanning for low memory corruption every 60 seconds [ 0.414826] Initialise system trusted keyring [ 0.415910] audit: initializing netlink socket (disabled) [ 0.417120] type=2000 audit(1533473606.130:1): initialized [ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.438654] zbud: loaded [ 0.439484] VFS: Disk quotas dquot_6.5.2 [ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.441850] fuse init (API version 7.22) [ 0.442730] msgmni has been set to 3997 [ 0.443577] Key type big_key registered [ 0.444603] Key type asymmetric registered [ 0.445439] Asymmetric key parser 'x509' registered [ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.447928] io scheduler noop registered [ 0.448738] io scheduler deadline registered (default) [ 0.449740] io scheduler cfq registered [ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.452919] ipmi message handler version 39.2 [ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.455356] ACPI: Power Button [PWRF] [ 0.456210] GHES: HEST is not enabled! [ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569476] Linux agpgart interface v0.103 [ 0.571035] brd: module loaded [ 0.572058] loop: module loaded [ 0.573013] blk-mq: CPU -> queue map [ 0.573790] CPU 0 -> Queue 0 [ 0.574463] CPU 1 -> Queue 0 [ 0.575612] vda: vda1 [ 0.576818] scsi0 : ata_piix [ 0.577583] scsi1 : ata_piix [ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.581000] libphy: Fixed MDIO Bus: probed [ 0.581920] tun: Universal TUN/TAP device driver, 1.6 [ 0.582955] tun: (C) 1999-2004 Max Krasnyansky [ 0.585493] PPP generic driver version 2.4.2 [ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.587666] ehci-pci: EHCI PCI platform driver [ 0.588578] ehci-platform: EHCI generic platform driver [ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590777] ohci-pci: OHCI PCI platform driver [ 0.591683] ohci-platform: OHCI generic platform driver [ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621083] usb usb1: Product: UHCI Host Controller [ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.623248] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624273] hub 1-0:1.0: USB hub found [ 0.625082] hub 1-0:1.0: 2 ports detected [ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630339] mousedev: PS/2 mouse device common for all mice [ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.633592] rtc_cmos 00:00: RTC can wake from S4 [ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637254] device-mapper: uevent: version 1.0.3 [ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs [ 0.641150] TCP: cubic registered [ 0.641931] NET: Registered protocol family 10 [ 0.643031] NET: Registered protocol family 17 [ 0.643949] Key type dns_resolver registered [ 0.645065] Loading compiled-in X.509 certificates [ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.655483] registered taskstats version 1 [ 0.657867] Key type trusted registered [ 0.661187] Key type encrypted registered [ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled [ 0.663106] IMA: No TPM chip found, activating TPM-bypass! [ 0.664579] regulator-dummy: disabling [ 0.665506] Magic number: 14:996:884 [ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606) [ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669268] EDD information not available. [ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.739143] Write protecting the kernel read-only data: 12288k [ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.756367] systemd-udevd[107]: starting version 204 [ 0.792381] FDC 0 is a S82078B [ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.101081] usb 1-1: Product: QEMU USB Tablet [ 1.102524] usb 1-1: Manufacturer: QEMU [ 1.103819] usb 1-1: SerialNumber: 42 [ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available [ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds. cloud-init-nonet[2.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 ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting 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[3.69]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b | ci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 | 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: 4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | o. | | . . . | | = . + o o . | | . B o * + . | |o . + . S + | |++ . . . | |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: 69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | . ... | | o . | |.. . | |o oo | |. oS. | |.. . .o... | |. o .. .o o | | . .o.. + | | .E+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: ac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | . ++==o| | . + .o*o| | . ..o..| | . .. .. | | S o . E.| | 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: b4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | ... | | .+ o.. | | o. ...*. | | +.. . =.| | S. o .. o| | o . .o | | . ..| | .. . ..| | .oo .E | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] 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 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. Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds. * Restoring resolver state... [80G [74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.27 + '[' -n 192.168.0.27 ']' + 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 0 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 15s (3562 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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.12_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ... 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-2) ... 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-153.203) ... 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.12) ... 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 8265 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 8363 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 8371 clearwater-socket-factory-sig start/running, process 8380 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 0 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 3s (11.9 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57915 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 2018-08-05 12:56:01,253 - functest.core.singlevm - DEBUG - try 14: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-05 12:56:11,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:56:11,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:56:11,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:56:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8531d6d5-fda9-49cf-8ecc-d98224d27ba5 x-compute-request-id: req-8531d6d5-fda9-49cf-8ecc-d98224d27ba5 Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:56:11,795 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-8531d6d5-fda9-49cf-8ecc-d98224d27ba5 2018-08-05 12:56:11,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.53183889389s 2018-08-05 12:56:11,796 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-8531d6d5-fda9-49cf-8ecc-d98224d27ba5 2018-08-05 12:56:11,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:56:11,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:56:11,883 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:56:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f79dd08-0300-4905-b8eb-217cfe7e47c2 x-compute-request-id: req-1f79dd08-0300-4905-b8eb-217cfe7e47c2 Content-Encoding: gzip Content-Length: 18989 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized\n[ 0.008032] AppArmor: AppArmor initialized\n[ 0.008987] Yama: becoming mindful.\n[ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017739] Initializing cgroup subsys memory\n[ 0.020007] Initializing cgroup subsys devices\n[ 0.021014] Initializing cgroup subsys freezer\n[ 0.022006] Initializing cgroup subsys blkio\n[ 0.022967] Initializing cgroup subsys perf_event\n[ 0.024003] Initializing cgroup subsys hugetlb\n[ 0.025065] CPU: Physical Processor ID: 0\n[ 0.025983] FEATURE SPEC_CTRL Present\n[ 0.027509] mce: CPU supports 10 MCE banks\n[ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable\n[ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.041138] ACPI: Core revision 20131115\n[ 0.042480] ACPI: All ACPI Tables successfully acquired\n[ 0.043758] ftrace: allocating 28727 entries in 113 pages\n[ 0.064254] Enabling x2apic\n[ 0.067009] Enabled x2apic\n[ 0.068045] Switched APIC routing to physical x2apic.\n[ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085184] KVM setup paravirtual spinlock\n[ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.089744] x86: Booting SMP configuration:\n[ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104022] x86: Booted up 1 node, 2 CPUs\n[ 0.104014] KVM setup async PF for cpu 1\n[ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108348] devtmpfs: initialized\n[ 0.110160] EVM: security.selinux\n[ 0.111005] EVM: security.SMACK64\n[ 0.112005] EVM: security.ima\n[ 0.112743] EVM: security.capability\n[ 0.113634] pinctrl core: initialized pinctrl subsystem\n[ 0.114179] regulator-dummy: no parameters\n[ 0.116064] RTC time: 12:53:25, date: 08/05/18\n[ 0.117115] NET: Registered protocol family 16\n[ 0.118241] cpuidle: using governor ladder\n[ 0.119248] cpuidle: using governor menu\n[ 0.120093] ACPI: bus type PCI registered\n[ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122574] PCI: Using configuration type 1 for base access\n[ 0.124363] bio: create slab at 0\n[ 0.125022] ACPI: Added _OSI(Module Device)\n[ 0.125083] ACPI: Added _OSI(Processor Device)\n[ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130464] ACPI: Interpreter enabled\n[ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.139621] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.146221] ACPI: No dock devices found.\n[ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.154696] acpiphp: Slot [3] registered\n[ 0.155623] acpiphp: Slot [4] registered\n[ 0.156019] acpiphp: Slot [5] registered\n[ 0.156941] acpiphp: Slot [6] registered\n[ 0.157890] acpiphp: Slot [7] registered\n[ 0.158820] acpiphp: Slot [8] registered\n[ 0.159747] acpiphp: Slot [9] registered\n[ 0.160023] acpiphp: Slot [10] registered\n[ 0.160956] acpiphp: Slot [11] registered\n[ 0.161912] acpiphp: Slot [12] registered\n[ 0.162863] acpiphp: Slot [13] registered\n[ 0.163829] acpiphp: Slot [14] registered\n[ 0.164017] acpiphp: Slot [15] registered\n[ 0.164970] acpiphp: Slot [16] registered\n[ 0.165908] acpiphp: Slot [17] registered\n[ 0.166870] acpiphp: Slot [18] registered\n[ 0.167805] acpiphp: Slot [19] registered\n[ 0.168017] acpiphp: Slot [20] registered\n[ 0.168955] acpiphp: Slot [21] registered\n[ 0.169932] acpiphp: Slot [22] registered\n[ 0.170909] acpiphp: Slot [23] registered\n[ 0.171875] acpiphp: Slot [24] registered\n[ 0.172018] acpiphp: Slot [25] registered\n[ 0.173001] acpiphp: Slot [26] registered\n[ 0.173961] acpiphp: Slot [27] registered\n[ 0.174892] acpiphp: Slot [28] registered\n[ 0.175815] acpiphp: Slot [29] registered\n[ 0.176017] acpiphp: Slot [30] registered\n[ 0.176984] acpiphp: Slot [31] registered\n[ 0.177946] PCI host bridge to bus 0000:00\n[ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228700] vgaarb: bridge control possible 0000:00:02.0\n[ 0.230071] SCSI subsystem initialized\n[ 0.231076] ACPI: bus type USB registered\n[ 0.232031] usbcore: registered new interface driver usbfs\n[ 0.233239] usbcore: registered new interface driver hub\n[ 0.234485] usbcore: registered new device driver usb\n[ 0.234485] PCI: Using ACPI for IRQ routing\n[ 0.236289] NetLabel: Initializing\n[ 0.237124] NetLabel: domain hash size = 128\n[ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.239312] NetLabel: unlabeled traffic allowed by default\n[ 0.240141] Switched to clocksource kvm-clock\n[ 0.247246] AppArmor: AppArmor Filesystem Enabled\n[ 0.248333] pnp: PnP ACPI init\n[ 0.249098] ACPI: bus type PNP registered\n[ 0.250423] pnp: PnP ACPI: found 8 devices\n[ 0.251381] ACPI: bus type PNP unregistered\n[ 0.258473] NET: Registered protocol family 2\n[ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.263158] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.264665] TCP: reno registered\n[ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.268279] NET: Registered protocol family 1\n[ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.315548] Trying to unpack rootfs image as initramfs...\n[ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.413183] Scanning for low memory corruption every 60 seconds\n[ 0.414826] Initialise system trusted keyring\n[ 0.415910] audit: initializing netlink socket (disabled)\n[ 0.417120] type=2000 audit(1533473606.130:1): initialized\n[ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.438654] zbud: loaded\n[ 0.439484] VFS: Disk quotas dquot_6.5.2\n[ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.441850] fuse init (API version 7.22)\n[ 0.442730] msgmni has been set to 3997\n[ 0.443577] Key type big_key registered\n[ 0.444603] Key type asymmetric registered\n[ 0.445439] Asymmetric key parser 'x509' registered\n[ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.447928] io scheduler noop registered\n[ 0.448738] io scheduler deadline registered (default)\n[ 0.449740] io scheduler cfq registered\n[ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.452919] ipmi message handler version 39.2\n[ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.455356] ACPI: Power Button [PWRF]\n[ 0.456210] GHES: HEST is not enabled!\n[ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.569476] Linux agpgart interface v0.103\n[ 0.571035] brd: module loaded\n[ 0.572058] loop: module loaded\n[ 0.573013] blk-mq: CPU -> queue map\n[ 0.573790] CPU 0 -> Queue 0\n[ 0.574463] CPU 1 -> Queue 0\n[ 0.575612] vda: vda1\n[ 0.576818] scsi0 : ata_piix\n[ 0.577583] scsi1 : ata_piix\n[ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.581000] libphy: Fixed MDIO Bus: probed\n[ 0.581920] tun: Universal TUN/TAP device driver, 1.6\n[ 0.582955] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.585493] PPP generic driver version 2.4.2\n[ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.587666] ehci-pci: EHCI PCI platform driver\n[ 0.588578] ehci-platform: EHCI generic platform driver\n[ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.590777] ohci-pci: OHCI PCI platform driver\n[ 0.591683] ohci-platform: OHCI generic platform driver\n[ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621083] usb usb1: Product: UHCI Host Controller\n[ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.623248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624273] hub 1-0:1.0: USB hub found\n[ 0.625082] hub 1-0:1.0: 2 ports detected\n[ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630339] mousedev: PS/2 mouse device common for all mice\n[ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.633592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637254] device-mapper: uevent: version 1.0.3\n[ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.641150] TCP: cubic registered\n[ 0.641931] NET: Registered protocol family 10\n[ 0.643031] NET: Registered protocol family 17\n[ 0.643949] Key type dns_resolver registered\n[ 0.645065] Loading compiled-in X.509 certificates\n[ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.655483] registered taskstats version 1\n[ 0.657867] Key type trusted registered\n[ 0.661187] Key type encrypted registered\n[ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663106] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.664579] regulator-dummy: disabling\n[ 0.665506] Magic number: 14:996:884\n[ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606)\n[ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669268] EDD information not available.\n[ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.739143] Write protecting the kernel read-only data: 12288k\n[ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.756367] systemd-udevd[107]: starting version 204\n[ 0.792381] FDC 0 is a S82078B\n[ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.101081] usb 1-1: Product: QEMU USB Tablet\n[ 1.102524] usb 1-1: Manufacturer: QEMU\n[ 1.103819] usb 1-1: SerialNumber: 42\n[ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available\n[ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds.\ncloud-init-nonet[2.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 * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting 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[3.69]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b |\nci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 |\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:\n4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o. |\n| . . . |\n| = . + o o . |\n| . B o * + . |\n|o . + . S + |\n|++ . . . |\n|E + |\n| . |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . ... |\n| o . |\n|.. . |\n|o oo |\n|. oS. |\n|.. . .o... |\n|. o .. .o o |\n| . .o.. + |\n| .E+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:\nac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . ++==o|\n| . + .o*o|\n| . ..o..|\n| . .. .. |\n| S o . E.|\n| o + o .|\n| . . = |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nb4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ... |\n| .+ o.. |\n| o. ...*. |\n| +.. . =.|\n| S. o .. o|\n| o . .o |\n| . ..|\n| .. . ..|\n| .oo .E |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\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 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.\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds.\n * Restoring resolver state... [80G [74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066\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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.27\n+ '[' -n 192.168.0.27 ']'\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 0 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 15s (3562 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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.12_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ...\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-2) ...\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-153.203) ...\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.12) ...\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 8265\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 8363\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 8371\nclearwater-socket-factory-sig start/running, process 8380\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 0 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 3s (11.9 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57915 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 192.168.1.12\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.12\n++ echo A 192.168.1.12\n++ ip2rr 192.168.1.12\n++ echo 192.168.1.12\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.12\n++ ip2rr 192.168.1.12\n++ echo 192.168.1.12\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.12\n++ ip2rr 192.168.1.12\n++ echo 192.168.1.12\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.12\n+ echo 'nameserver 192.168.0.6'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.2'\n+ service dnsmasq force-reload\n * Restarting DNS forwarder and DHCP server dnsmasq\n"} 2018-08-05 12:56:11,885 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-1f79dd08-0300-4905-b8eb-217cfe7e47c2 2018-08-05 12:56:11,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0819211006165s 2018-08-05 12:56:11,887 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-1f79dd08-0300-4905-b8eb-217cfe7e47c2 2018-08-05 12:56:11,888 - 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized [ 0.008032] AppArmor: AppArmor initialized [ 0.008987] Yama: becoming mindful. [ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017739] Initializing cgroup subsys memory [ 0.020007] Initializing cgroup subsys devices [ 0.021014] Initializing cgroup subsys freezer [ 0.022006] Initializing cgroup subsys blkio [ 0.022967] Initializing cgroup subsys perf_event [ 0.024003] Initializing cgroup subsys hugetlb [ 0.025065] CPU: Physical Processor ID: 0 [ 0.025983] FEATURE SPEC_CTRL Present [ 0.027509] mce: CPU supports 10 MCE banks [ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable [ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.041138] ACPI: Core revision 20131115 [ 0.042480] ACPI: All ACPI Tables successfully acquired [ 0.043758] ftrace: allocating 28727 entries in 113 pages [ 0.064254] Enabling x2apic [ 0.067009] Enabled x2apic [ 0.068045] Switched APIC routing to physical x2apic. [ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085184] KVM setup paravirtual spinlock [ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.089744] x86: Booting SMP configuration: [ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104022] x86: Booted up 1 node, 2 CPUs [ 0.104014] KVM setup async PF for cpu 1 [ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108348] devtmpfs: initialized [ 0.110160] EVM: security.selinux [ 0.111005] EVM: security.SMACK64 [ 0.112005] EVM: security.ima [ 0.112743] EVM: security.capability [ 0.113634] pinctrl core: initialized pinctrl subsystem [ 0.114179] regulator-dummy: no parameters [ 0.116064] RTC time: 12:53:25, date: 08/05/18 [ 0.117115] NET: Registered protocol family 16 [ 0.118241] cpuidle: using governor ladder [ 0.119248] cpuidle: using governor menu [ 0.120093] ACPI: bus type PCI registered [ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122574] PCI: Using configuration type 1 for base access [ 0.124363] bio: create slab at 0 [ 0.125022] ACPI: Added _OSI(Module Device) [ 0.125083] ACPI: Added _OSI(Processor Device) [ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130464] ACPI: Interpreter enabled [ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.139621] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.146221] ACPI: No dock devices found. [ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.154696] acpiphp: Slot [3] registered [ 0.155623] acpiphp: Slot [4] registered [ 0.156019] acpiphp: Slot [5] registered [ 0.156941] acpiphp: Slot [6] registered [ 0.157890] acpiphp: Slot [7] registered [ 0.158820] acpiphp: Slot [8] registered [ 0.159747] acpiphp: Slot [9] registered [ 0.160023] acpiphp: Slot [10] registered [ 0.160956] acpiphp: Slot [11] registered [ 0.161912] acpiphp: Slot [12] registered [ 0.162863] acpiphp: Slot [13] registered [ 0.163829] acpiphp: Slot [14] registered [ 0.164017] acpiphp: Slot [15] registered [ 0.164970] acpiphp: Slot [16] registered [ 0.165908] acpiphp: Slot [17] registered [ 0.166870] acpiphp: Slot [18] registered [ 0.167805] acpiphp: Slot [19] registered [ 0.168017] acpiphp: Slot [20] registered [ 0.168955] acpiphp: Slot [21] registered [ 0.169932] acpiphp: Slot [22] registered [ 0.170909] acpiphp: Slot [23] registered [ 0.171875] acpiphp: Slot [24] registered [ 0.172018] acpiphp: Slot [25] registered [ 0.173001] acpiphp: Slot [26] registered [ 0.173961] acpiphp: Slot [27] registered [ 0.174892] acpiphp: Slot [28] registered [ 0.175815] acpiphp: Slot [29] registered [ 0.176017] acpiphp: Slot [30] registered [ 0.176984] acpiphp: Slot [31] registered [ 0.177946] PCI host bridge to bus 0000:00 [ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228700] vgaarb: bridge control possible 0000:00:02.0 [ 0.230071] SCSI subsystem initialized [ 0.231076] ACPI: bus type USB registered [ 0.232031] usbcore: registered new interface driver usbfs [ 0.233239] usbcore: registered new interface driver hub [ 0.234485] usbcore: registered new device driver usb [ 0.234485] PCI: Using ACPI for IRQ routing [ 0.236289] NetLabel: Initializing [ 0.237124] NetLabel: domain hash size = 128 [ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.239312] NetLabel: unlabeled traffic allowed by default [ 0.240141] Switched to clocksource kvm-clock [ 0.247246] AppArmor: AppArmor Filesystem Enabled [ 0.248333] pnp: PnP ACPI init [ 0.249098] ACPI: bus type PNP registered [ 0.250423] pnp: PnP ACPI: found 8 devices [ 0.251381] ACPI: bus type PNP unregistered [ 0.258473] NET: Registered protocol family 2 [ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.263158] TCP: Hash tables configured (established 16384 bind 16384) [ 0.264665] TCP: reno registered [ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.268279] NET: Registered protocol family 1 [ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.315548] Trying to unpack rootfs image as initramfs... [ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.413183] Scanning for low memory corruption every 60 seconds [ 0.414826] Initialise system trusted keyring [ 0.415910] audit: initializing netlink socket (disabled) [ 0.417120] type=2000 audit(1533473606.130:1): initialized [ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.438654] zbud: loaded [ 0.439484] VFS: Disk quotas dquot_6.5.2 [ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.441850] fuse init (API version 7.22) [ 0.442730] msgmni has been set to 3997 [ 0.443577] Key type big_key registered [ 0.444603] Key type asymmetric registered [ 0.445439] Asymmetric key parser 'x509' registered [ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.447928] io scheduler noop registered [ 0.448738] io scheduler deadline registered (default) [ 0.449740] io scheduler cfq registered [ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.452919] ipmi message handler version 39.2 [ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.455356] ACPI: Power Button [PWRF] [ 0.456210] GHES: HEST is not enabled! [ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569476] Linux agpgart interface v0.103 [ 0.571035] brd: module loaded [ 0.572058] loop: module loaded [ 0.573013] blk-mq: CPU -> queue map [ 0.573790] CPU 0 -> Queue 0 [ 0.574463] CPU 1 -> Queue 0 [ 0.575612] vda: vda1 [ 0.576818] scsi0 : ata_piix [ 0.577583] scsi1 : ata_piix [ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.581000] libphy: Fixed MDIO Bus: probed [ 0.581920] tun: Universal TUN/TAP device driver, 1.6 [ 0.582955] tun: (C) 1999-2004 Max Krasnyansky [ 0.585493] PPP generic driver version 2.4.2 [ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.587666] ehci-pci: EHCI PCI platform driver [ 0.588578] ehci-platform: EHCI generic platform driver [ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590777] ohci-pci: OHCI PCI platform driver [ 0.591683] ohci-platform: OHCI generic platform driver [ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621083] usb usb1: Product: UHCI Host Controller [ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.623248] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624273] hub 1-0:1.0: USB hub found [ 0.625082] hub 1-0:1.0: 2 ports detected [ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630339] mousedev: PS/2 mouse device common for all mice [ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.633592] rtc_cmos 00:00: RTC can wake from S4 [ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637254] device-mapper: uevent: version 1.0.3 [ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs [ 0.641150] TCP: cubic registered [ 0.641931] NET: Registered protocol family 10 [ 0.643031] NET: Registered protocol family 17 [ 0.643949] Key type dns_resolver registered [ 0.645065] Loading compiled-in X.509 certificates [ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.655483] registered taskstats version 1 [ 0.657867] Key type trusted registered [ 0.661187] Key type encrypted registered [ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled [ 0.663106] IMA: No TPM chip found, activating TPM-bypass! [ 0.664579] regulator-dummy: disabling [ 0.665506] Magic number: 14:996:884 [ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606) [ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669268] EDD information not available. [ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.739143] Write protecting the kernel read-only data: 12288k [ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.756367] systemd-udevd[107]: starting version 204 [ 0.792381] FDC 0 is a S82078B [ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.101081] usb 1-1: Product: QEMU USB Tablet [ 1.102524] usb 1-1: Manufacturer: QEMU [ 1.103819] usb 1-1: SerialNumber: 42 [ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available [ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds. cloud-init-nonet[2.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 ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting 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[3.69]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b | ci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 | 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: 4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | o. | | . . . | | = . + o o . | | . B o * + . | |o . + . S + | |++ . . . | |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: 69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | . ... | | o . | |.. . | |o oo | |. oS. | |.. . .o... | |. o .. .o o | | . .o.. + | | .E+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: ac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | . ++==o| | . + .o*o| | . ..o..| | . .. .. | | S o . E.| | 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: b4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | ... | | .+ o.. | | o. ...*. | | +.. . =.| | S. o .. o| | o . .o | | . ..| | .. . ..| | .oo .E | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] 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 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. Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds. * Restoring resolver state... [80G [74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.27 + '[' -n 192.168.0.27 ']' + 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 0 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 15s (3562 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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.12_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ... 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-2) ... 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-153.203) ... 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.12) ... 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 8265 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 8363 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 8371 clearwater-socket-factory-sig start/running, process 8380 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 0 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 3s (11.9 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57915 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 192.168.1.12 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.12 ++ echo A 192.168.1.12 ++ ip2rr 192.168.1.12 ++ echo 192.168.1.12 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.12 ++ ip2rr 192.168.1.12 ++ echo 192.168.1.12 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.12 ++ ip2rr 192.168.1.12 ++ echo 192.168.1.12 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.12 + echo 'nameserver 192.168.0.6' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.2' + service dnsmasq force-reload * Restarting DNS forwarder and DHCP server dnsmasq 2018-08-05 12:56:11,892 - functest.core.singlevm - DEBUG - try 15: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-05 12:56:21,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:56:21,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:56:22,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:56: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-73096720-99b6-47fa-b83a-adc91b593bdf x-compute-request-id: req-73096720-99b6-47fa-b83a-adc91b593bdf Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:56:22,781 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-73096720-99b6-47fa-b83a-adc91b593bdf 2018-08-05 12:56:22,781 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.878921985626s 2018-08-05 12:56:22,782 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-73096720-99b6-47fa-b83a-adc91b593bdf 2018-08-05 12:56:22,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:56:22,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:56:22,872 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:56: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-7fcb2a3f-a7d4-42df-b646-af3902ccb00a x-compute-request-id: req-7fcb2a3f-a7d4-42df-b646-af3902ccb00a Content-Encoding: gzip Content-Length: 20051 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized\n[ 0.008032] AppArmor: AppArmor initialized\n[ 0.008987] Yama: becoming mindful.\n[ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017739] Initializing cgroup subsys memory\n[ 0.020007] Initializing cgroup subsys devices\n[ 0.021014] Initializing cgroup subsys freezer\n[ 0.022006] Initializing cgroup subsys blkio\n[ 0.022967] Initializing cgroup subsys perf_event\n[ 0.024003] Initializing cgroup subsys hugetlb\n[ 0.025065] CPU: Physical Processor ID: 0\n[ 0.025983] FEATURE SPEC_CTRL Present\n[ 0.027509] mce: CPU supports 10 MCE banks\n[ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable\n[ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.041138] ACPI: Core revision 20131115\n[ 0.042480] ACPI: All ACPI Tables successfully acquired\n[ 0.043758] ftrace: allocating 28727 entries in 113 pages\n[ 0.064254] Enabling x2apic\n[ 0.067009] Enabled x2apic\n[ 0.068045] Switched APIC routing to physical x2apic.\n[ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085184] KVM setup paravirtual spinlock\n[ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.089744] x86: Booting SMP configuration:\n[ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104022] x86: Booted up 1 node, 2 CPUs\n[ 0.104014] KVM setup async PF for cpu 1\n[ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108348] devtmpfs: initialized\n[ 0.110160] EVM: security.selinux\n[ 0.111005] EVM: security.SMACK64\n[ 0.112005] EVM: security.ima\n[ 0.112743] EVM: security.capability\n[ 0.113634] pinctrl core: initialized pinctrl subsystem\n[ 0.114179] regulator-dummy: no parameters\n[ 0.116064] RTC time: 12:53:25, date: 08/05/18\n[ 0.117115] NET: Registered protocol family 16\n[ 0.118241] cpuidle: using governor ladder\n[ 0.119248] cpuidle: using governor menu\n[ 0.120093] ACPI: bus type PCI registered\n[ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.122574] PCI: Using configuration type 1 for base access\n[ 0.124363] bio: create slab at 0\n[ 0.125022] ACPI: Added _OSI(Module Device)\n[ 0.125083] ACPI: Added _OSI(Processor Device)\n[ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.128003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.130464] ACPI: Interpreter enabled\n[ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.139621] ACPI: (supports S0 S5)\n[ 0.140003] ACPI: Using IOAPIC for interrupt routing\n[ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.146221] ACPI: No dock devices found.\n[ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.154696] acpiphp: Slot [3] registered\n[ 0.155623] acpiphp: Slot [4] registered\n[ 0.156019] acpiphp: Slot [5] registered\n[ 0.156941] acpiphp: Slot [6] registered\n[ 0.157890] acpiphp: Slot [7] registered\n[ 0.158820] acpiphp: Slot [8] registered\n[ 0.159747] acpiphp: Slot [9] registered\n[ 0.160023] acpiphp: Slot [10] registered\n[ 0.160956] acpiphp: Slot [11] registered\n[ 0.161912] acpiphp: Slot [12] registered\n[ 0.162863] acpiphp: Slot [13] registered\n[ 0.163829] acpiphp: Slot [14] registered\n[ 0.164017] acpiphp: Slot [15] registered\n[ 0.164970] acpiphp: Slot [16] registered\n[ 0.165908] acpiphp: Slot [17] registered\n[ 0.166870] acpiphp: Slot [18] registered\n[ 0.167805] acpiphp: Slot [19] registered\n[ 0.168017] acpiphp: Slot [20] registered\n[ 0.168955] acpiphp: Slot [21] registered\n[ 0.169932] acpiphp: Slot [22] registered\n[ 0.170909] acpiphp: Slot [23] registered\n[ 0.171875] acpiphp: Slot [24] registered\n[ 0.172018] acpiphp: Slot [25] registered\n[ 0.173001] acpiphp: Slot [26] registered\n[ 0.173961] acpiphp: Slot [27] registered\n[ 0.174892] acpiphp: Slot [28] registered\n[ 0.175815] acpiphp: Slot [29] registered\n[ 0.176017] acpiphp: Slot [30] registered\n[ 0.176984] acpiphp: Slot [31] registered\n[ 0.177946] PCI host bridge to bus 0000:00\n[ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.228003] vgaarb: loaded\n[ 0.228700] vgaarb: bridge control possible 0000:00:02.0\n[ 0.230071] SCSI subsystem initialized\n[ 0.231076] ACPI: bus type USB registered\n[ 0.232031] usbcore: registered new interface driver usbfs\n[ 0.233239] usbcore: registered new interface driver hub\n[ 0.234485] usbcore: registered new device driver usb\n[ 0.234485] PCI: Using ACPI for IRQ routing\n[ 0.236289] NetLabel: Initializing\n[ 0.237124] NetLabel: domain hash size = 128\n[ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.239312] NetLabel: unlabeled traffic allowed by default\n[ 0.240141] Switched to clocksource kvm-clock\n[ 0.247246] AppArmor: AppArmor Filesystem Enabled\n[ 0.248333] pnp: PnP ACPI init\n[ 0.249098] ACPI: bus type PNP registered\n[ 0.250423] pnp: PnP ACPI: found 8 devices\n[ 0.251381] ACPI: bus type PNP unregistered\n[ 0.258473] NET: Registered protocol family 2\n[ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.263158] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.264665] TCP: reno registered\n[ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.268279] NET: Registered protocol family 1\n[ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.315548] Trying to unpack rootfs image as initramfs...\n[ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.413183] Scanning for low memory corruption every 60 seconds\n[ 0.414826] Initialise system trusted keyring\n[ 0.415910] audit: initializing netlink socket (disabled)\n[ 0.417120] type=2000 audit(1533473606.130:1): initialized\n[ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.438654] zbud: loaded\n[ 0.439484] VFS: Disk quotas dquot_6.5.2\n[ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.441850] fuse init (API version 7.22)\n[ 0.442730] msgmni has been set to 3997\n[ 0.443577] Key type big_key registered\n[ 0.444603] Key type asymmetric registered\n[ 0.445439] Asymmetric key parser 'x509' registered\n[ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.447928] io scheduler noop registered\n[ 0.448738] io scheduler deadline registered (default)\n[ 0.449740] io scheduler cfq registered\n[ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.452919] ipmi message handler version 39.2\n[ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.455356] ACPI: Power Button [PWRF]\n[ 0.456210] GHES: HEST is not enabled!\n[ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.569476] Linux agpgart interface v0.103\n[ 0.571035] brd: module loaded\n[ 0.572058] loop: module loaded\n[ 0.573013] blk-mq: CPU -> queue map\n[ 0.573790] CPU 0 -> Queue 0\n[ 0.574463] CPU 1 -> Queue 0\n[ 0.575612] vda: vda1\n[ 0.576818] scsi0 : ata_piix\n[ 0.577583] scsi1 : ata_piix\n[ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.581000] libphy: Fixed MDIO Bus: probed\n[ 0.581920] tun: Universal TUN/TAP device driver, 1.6\n[ 0.582955] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.585493] PPP generic driver version 2.4.2\n[ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.587666] ehci-pci: EHCI PCI platform driver\n[ 0.588578] ehci-platform: EHCI generic platform driver\n[ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.590777] ohci-pci: OHCI PCI platform driver\n[ 0.591683] ohci-platform: OHCI generic platform driver\n[ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621083] usb usb1: Product: UHCI Host Controller\n[ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.623248] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624273] hub 1-0:1.0: USB hub found\n[ 0.625082] hub 1-0:1.0: 2 ports detected\n[ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630339] mousedev: PS/2 mouse device common for all mice\n[ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.633592] rtc_cmos 00:00: RTC can wake from S4\n[ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637254] device-mapper: uevent: version 1.0.3\n[ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.641150] TCP: cubic registered\n[ 0.641931] NET: Registered protocol family 10\n[ 0.643031] NET: Registered protocol family 17\n[ 0.643949] Key type dns_resolver registered\n[ 0.645065] Loading compiled-in X.509 certificates\n[ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.655483] registered taskstats version 1\n[ 0.657867] Key type trusted registered\n[ 0.661187] Key type encrypted registered\n[ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663106] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.664579] regulator-dummy: disabling\n[ 0.665506] Magic number: 14:996:884\n[ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606)\n[ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.669268] EDD information not available.\n[ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.739143] Write protecting the kernel read-only data: 12288k\n[ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.756367] systemd-udevd[107]: starting version 204\n[ 0.792381] FDC 0 is a S82078B\n[ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.101081] usb 1-1: Product: QEMU USB Tablet\n[ 1.102524] usb 1-1: Manufacturer: QEMU\n[ 1.103819] usb 1-1: SerialNumber: 42\n[ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available\n[ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds.\ncloud-init-nonet[2.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 * Starting device node and kernel event manager[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting 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[3.69]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b |\nci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 |\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:\n4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o. |\n| . . . |\n| = . + o o . |\n| . B o * + . |\n|o . + . S + |\n|++ . . . |\n|E + |\n| . |\n| |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . ... |\n| o . |\n|.. . |\n|o oo |\n|. oS. |\n|.. . .o... |\n|. o .. .o o |\n| . .o.. + |\n| .E+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:\nac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . ++==o|\n| . + .o*o|\n| . ..o..|\n| . .. .. |\n| S o . E.|\n| o + o .|\n| . . = |\n| . |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nb4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ... |\n| .+ o.. |\n| o. ...*. |\n| +.. . =.|\n| S. o .. o|\n| o . .o |\n| . ..|\n| .. . ..|\n| .oo .E |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\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 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.\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds.\n * Restoring resolver state... [80G [74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066\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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.27\n+ '[' -n 192.168.0.27 ']'\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 0 not upgraded.\nNeed to get 56.7 MB of archives.\nAfter this operation, 172 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 56.7 MB in 15s (3562 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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.12_amd64.deb ...\nUnpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ...\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-2) ...\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-153.203) ...\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.12) ...\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 8265\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 8363\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 8371\nclearwater-socket-factory-sig start/running, process 8380\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 0 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 3s (11.9 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57915 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 192.168.1.12\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.12\n++ echo A 192.168.1.12\n++ ip2rr 192.168.1.12\n++ echo 192.168.1.12\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.12\n++ ip2rr 192.168.1.12\n++ echo 192.168.1.12\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.12\n++ ip2rr 192.168.1.12\n++ echo 192.168.1.12\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.12\n+ echo 'nameserver 192.168.0.6'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.2'\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 | 31:52:89:23:33:05:fd:ee:47:16:6f:46:7e:17:e3:0a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0 (DSA)\nec2: 256 ac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0 (ECDSA)\nec2: 256 b4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0 (ED25519)\nec2: 2048 4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEgGDhRgWmJH4/Bmzdh0iLT1Adptya3AyiHNtqiD7QRHEZreehWyLQuJX2PHEbX0R4uEYsTO941U4x39Rjf1L/k= root@sprout-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMiTjgez+R1kuDxjb/anlovBJoRotR0Oi+u7j6lPiADh root@sprout-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2QE6QUhXleRFR6+3OLeKRHv8WSfHVfZa3IWoamDn00aqCKvJtFQU61FMbVYmUa5P8Z8UPwUVF5eHRZWmew99XVQM7XgzeohJRs+iR6af+ikvq1aTUotNPL5gGbuIVBaIV+CpLks913/ID//JdD0nfd6aMS/Bcn4SZ3pkY/9XJM5fArdQN931DfiU09NesL9HFpPcxSq2bLZEOpyCsBA4rBDU0Seo5D5mirfleekTBru84HplGEaO4RiIlokilhBv11+VqLTtFJaf7VmL5bDYTtc4Z/RJLk4QYUnu08Qth8qa7VpG0Nn87945QVaMluY3UkoZ1PBdLg94xUw6iYPAP root@sprout-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 05 Aug 2018 12:56:12 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 166.24 seconds\n"} 2018-08-05 12:56:22,874 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-7fcb2a3f-a7d4-42df-b646-af3902ccb00a 2018-08-05 12:56:22,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0847949981689s 2018-08-05 12:56:22,876 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b/action used request id req-7fcb2a3f-a7d4-42df-b646-af3902ccb00a 2018-08-05 12:56:22,877 - 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized [ 0.008032] AppArmor: AppArmor initialized [ 0.008987] Yama: becoming mindful. [ 0.009942] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015430] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017739] Initializing cgroup subsys memory [ 0.020007] Initializing cgroup subsys devices [ 0.021014] Initializing cgroup subsys freezer [ 0.022006] Initializing cgroup subsys blkio [ 0.022967] Initializing cgroup subsys perf_event [ 0.024003] Initializing cgroup subsys hugetlb [ 0.025065] CPU: Physical Processor ID: 0 [ 0.025983] FEATURE SPEC_CTRL Present [ 0.027509] mce: CPU supports 10 MCE banks [ 0.028029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030264] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.032003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.033559] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.035400] Speculative Store Bypass: Vulnerable [ 0.036304] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.041138] ACPI: Core revision 20131115 [ 0.042480] ACPI: All ACPI Tables successfully acquired [ 0.043758] ftrace: allocating 28727 entries in 113 pages [ 0.064254] Enabling x2apic [ 0.067009] Enabled x2apic [ 0.068045] Switched APIC routing to physical x2apic. [ 0.072929] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074327] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.076552] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085184] KVM setup paravirtual spinlock [ 0.088061] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.089744] x86: Booting SMP configuration: [ 0.090799] .... node #0, CPUs: #1[ 0.088020] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104022] x86: Booted up 1 node, 2 CPUs [ 0.104014] KVM setup async PF for cpu 1 [ 0.104014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107127] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108348] devtmpfs: initialized [ 0.110160] EVM: security.selinux [ 0.111005] EVM: security.SMACK64 [ 0.112005] EVM: security.ima [ 0.112743] EVM: security.capability [ 0.113634] pinctrl core: initialized pinctrl subsystem [ 0.114179] regulator-dummy: no parameters [ 0.116064] RTC time: 12:53:25, date: 08/05/18 [ 0.117115] NET: Registered protocol family 16 [ 0.118241] cpuidle: using governor ladder [ 0.119248] cpuidle: using governor menu [ 0.120093] ACPI: bus type PCI registered [ 0.121066] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.122574] PCI: Using configuration type 1 for base access [ 0.124363] bio: create slab at 0 [ 0.125022] ACPI: Added _OSI(Module Device) [ 0.125083] ACPI: Added _OSI(Processor Device) [ 0.126089] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.128003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.130464] ACPI: Interpreter enabled [ 0.131392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.133358] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.135552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.137408] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.139621] ACPI: (supports S0 S5) [ 0.140003] ACPI: Using IOAPIC for interrupt routing [ 0.144018] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.146221] ACPI: No dock devices found. [ 0.148884] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.150253] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.151713] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.152036] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.154696] acpiphp: Slot [3] registered [ 0.155623] acpiphp: Slot [4] registered [ 0.156019] acpiphp: Slot [5] registered [ 0.156941] acpiphp: Slot [6] registered [ 0.157890] acpiphp: Slot [7] registered [ 0.158820] acpiphp: Slot [8] registered [ 0.159747] acpiphp: Slot [9] registered [ 0.160023] acpiphp: Slot [10] registered [ 0.160956] acpiphp: Slot [11] registered [ 0.161912] acpiphp: Slot [12] registered [ 0.162863] acpiphp: Slot [13] registered [ 0.163829] acpiphp: Slot [14] registered [ 0.164017] acpiphp: Slot [15] registered [ 0.164970] acpiphp: Slot [16] registered [ 0.165908] acpiphp: Slot [17] registered [ 0.166870] acpiphp: Slot [18] registered [ 0.167805] acpiphp: Slot [19] registered [ 0.168017] acpiphp: Slot [20] registered [ 0.168955] acpiphp: Slot [21] registered [ 0.169932] acpiphp: Slot [22] registered [ 0.170909] acpiphp: Slot [23] registered [ 0.171875] acpiphp: Slot [24] registered [ 0.172018] acpiphp: Slot [25] registered [ 0.173001] acpiphp: Slot [26] registered [ 0.173961] acpiphp: Slot [27] registered [ 0.174892] acpiphp: Slot [28] registered [ 0.175815] acpiphp: Slot [29] registered [ 0.176017] acpiphp: Slot [30] registered [ 0.176984] acpiphp: Slot [31] registered [ 0.177946] PCI host bridge to bus 0000:00 [ 0.178910] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.180004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.181309] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.182660] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.184003] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.185475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.192038] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.193714] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.219198] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.220728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.222310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.223930] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.224710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.226188] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.227632] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.227632] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.228003] vgaarb: loaded [ 0.228700] vgaarb: bridge control possible 0000:00:02.0 [ 0.230071] SCSI subsystem initialized [ 0.231076] ACPI: bus type USB registered [ 0.232031] usbcore: registered new interface driver usbfs [ 0.233239] usbcore: registered new interface driver hub [ 0.234485] usbcore: registered new device driver usb [ 0.234485] PCI: Using ACPI for IRQ routing [ 0.236289] NetLabel: Initializing [ 0.237124] NetLabel: domain hash size = 128 [ 0.238110] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.239312] NetLabel: unlabeled traffic allowed by default [ 0.240141] Switched to clocksource kvm-clock [ 0.247246] AppArmor: AppArmor Filesystem Enabled [ 0.248333] pnp: PnP ACPI init [ 0.249098] ACPI: bus type PNP registered [ 0.250423] pnp: PnP ACPI: found 8 devices [ 0.251381] ACPI: bus type PNP unregistered [ 0.258473] NET: Registered protocol family 2 [ 0.259724] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.261533] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.263158] TCP: Hash tables configured (established 16384 bind 16384) [ 0.264665] TCP: reno registered [ 0.265497] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.266814] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.268279] NET: Registered protocol family 1 [ 0.269315] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.270639] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.271882] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.293686] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.315548] Trying to unpack rootfs image as initramfs... [ 0.406523] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.408529] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.409850] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.411197] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.413183] Scanning for low memory corruption every 60 seconds [ 0.414826] Initialise system trusted keyring [ 0.415910] audit: initializing netlink socket (disabled) [ 0.417120] type=2000 audit(1533473606.130:1): initialized [ 0.436702] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.438654] zbud: loaded [ 0.439484] VFS: Disk quotas dquot_6.5.2 [ 0.440345] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.441850] fuse init (API version 7.22) [ 0.442730] msgmni has been set to 3997 [ 0.443577] Key type big_key registered [ 0.444603] Key type asymmetric registered [ 0.445439] Asymmetric key parser 'x509' registered [ 0.446407] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.447928] io scheduler noop registered [ 0.448738] io scheduler deadline registered (default) [ 0.449740] io scheduler cfq registered [ 0.450594] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.451666] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.452919] ipmi message handler version 39.2 [ 0.453840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.455356] ACPI: Power Button [PWRF] [ 0.456210] GHES: HEST is not enabled! [ 0.477702] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.520159] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.541853] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.543447] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.567415] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.569476] Linux agpgart interface v0.103 [ 0.571035] brd: module loaded [ 0.572058] loop: module loaded [ 0.573013] blk-mq: CPU -> queue map [ 0.573790] CPU 0 -> Queue 0 [ 0.574463] CPU 1 -> Queue 0 [ 0.575612] vda: vda1 [ 0.576818] scsi0 : ata_piix [ 0.577583] scsi1 : ata_piix [ 0.578270] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.579544] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.581000] libphy: Fixed MDIO Bus: probed [ 0.581920] tun: Universal TUN/TAP device driver, 1.6 [ 0.582955] tun: (C) 1999-2004 Max Krasnyansky [ 0.585493] PPP generic driver version 2.4.2 [ 0.586434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.587666] ehci-pci: EHCI PCI platform driver [ 0.588578] ehci-platform: EHCI generic platform driver [ 0.589608] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590777] ohci-pci: OHCI PCI platform driver [ 0.591683] ohci-platform: OHCI generic platform driver [ 0.592712] uhci_hcd: USB Universal Host Controller Interface driver [ 0.614576] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.615632] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.617184] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.618354] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.619620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.621083] usb usb1: Product: UHCI Host Controller [ 0.622053] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.623248] usb usb1: SerialNumber: 0000:00:01.2 [ 0.624273] hub 1-0:1.0: USB hub found [ 0.625082] hub 1-0:1.0: 2 ports detected [ 0.626021] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.628200] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.629196] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.630339] mousedev: PS/2 mouse device common for all mice [ 0.631685] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.633592] rtc_cmos 00:00: RTC can wake from S4 [ 0.634760] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.635988] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.637254] device-mapper: uevent: version 1.0.3 [ 0.638243] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.639919] ledtrig-cpu: registered to indicate activity on CPUs [ 0.641150] TCP: cubic registered [ 0.641931] NET: Registered protocol family 10 [ 0.643031] NET: Registered protocol family 17 [ 0.643949] Key type dns_resolver registered [ 0.645065] Loading compiled-in X.509 certificates [ 0.646545] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.655483] registered taskstats version 1 [ 0.657867] Key type trusted registered [ 0.661187] Key type encrypted registered [ 0.662044] AppArmor: AppArmor sha1 policy hashing enabled [ 0.663106] IMA: No TPM chip found, activating TPM-bypass! [ 0.664579] regulator-dummy: disabling [ 0.665506] Magic number: 14:996:884 [ 0.666422] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606) [ 0.668119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.669268] EDD information not available. [ 0.737515] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.739143] Write protecting the kernel read-only data: 12288k [ 0.740790] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.743550] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.756367] systemd-udevd[107]: starting version 204 [ 0.792381] FDC 0 is a S82078B [ 0.936056] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.096830] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.098938] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.101081] usb 1-1: Product: QEMU USB Tablet [ 1.102524] usb 1-1: Manufacturer: QEMU [ 1.103819] usb 1-1: SerialNumber: 42 [ 1.408082] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 1.809359] 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.056094] 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.130755] random: init urandom read with 10 bits of entropy available [ 2.238291] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.55 seconds. cloud-init-nonet[2.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 ] * Starting device node and kernel event manager[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting 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[3.69]: static networking is now up * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 3.92 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:37:00:7b | ci-info: | eth0 | True | 192.168.0.17 | 255.255.255.0 | fa:16:3e:15:78:17 | 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: 4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | o. | | . . . | | = . + o o . | | . B o * + . | |o . + . S + | |++ . . . | |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: 69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | . ... | | o . | |.. . | |o oo | |. oS. | |.. . .o... | |. o .. .o o | | . .o.. + | | .E+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: ac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | . ++==o| | . + .o*o| | . ..o..| | . .. .. | | S o . E.| | 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: b4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | ... | | .+ o.. | | o. ...*. | | +.. . =.| | S. o .. o| | o . .o | | . ..| | .. . ..| | .oo .E | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] 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 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. Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:37 +0000. Up 11.21 seconds. * Restoring resolver state... [80G [74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:38 +0000. Up 12.23 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-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 16049 0 --:--:-- --:--:-- --:--:-- 16066 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 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 [76.3 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2544 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.27 + '[' -n 192.168.0.27 ']' + 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 0 not upgraded. Need to get 56.7 MB of archives. After this operation, 172 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ sprout-libs 1.0-180328.134516 [2380 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ sprout-base 1.0-180328.134516 [2241 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:20 http://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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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.12 [34.8 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 28%Extracting templates from packages: 57%Extracting templates from packages: 85%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 56.7 MB in 15s (3562 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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.12_amd64.deb ... Unpacking libxml2-utils (2.9.1+dfsg1-3ubuntu4.12) ... 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-2) ... 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-153.203) ... 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.12) ... 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 8265 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 8363 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 8371 clearwater-socket-factory-sig start/running, process 8380 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 0 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 3s (11.9 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57915 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 192.168.1.12 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.12 ++ echo A 192.168.1.12 ++ ip2rr 192.168.1.12 ++ echo 192.168.1.12 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.12 ++ ip2rr 192.168.1.12 ++ echo 192.168.1.12 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.12 ++ ip2rr 192.168.1.12 ++ echo 192.168.1.12 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.12 + echo 'nameserver 192.168.0.6' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.2' + 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 | 31:52:89:23:33:05:fd:ee:47:16:6f:46:7e:17:e3:0a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 69:93:ae:46:fd:a9:0a:68:08:60:71:f5:db:2f:aa:9e root@sprout-0 (DSA) ec2: 256 ac:5d:9e:c6:51:48:d7:85:7a:c5:00:76:f4:a4:b1:3f root@sprout-0 (ECDSA) ec2: 256 b4:4c:95:c3:fa:e9:af:dd:05:07:93:d8:f3:81:7a:bf root@sprout-0 (ED25519) ec2: 2048 4d:1e:57:b1:a2:12:36:2a:cc:c0:27:b6:a2:97:0c:8a root@sprout-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEgGDhRgWmJH4/Bmzdh0iLT1Adptya3AyiHNtqiD7QRHEZreehWyLQuJX2PHEbX0R4uEYsTO941U4x39Rjf1L/k= root@sprout-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMiTjgez+R1kuDxjb/anlovBJoRotR0Oi+u7j6lPiADh root@sprout-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2QE6QUhXleRFR6+3OLeKRHv8WSfHVfZa3IWoamDn00aqCKvJtFQU61FMbVYmUa5P8Z8UPwUVF5eHRZWmew99XVQM7XgzeohJRs+iR6af+ikvq1aTUotNPL5gGbuIVBaIV+CpLks913/ID//JdD0nfd6aMS/Bcn4SZ3pkY/9XJM5fArdQN931DfiU09NesL9HFpPcxSq2bLZEOpyCsBA4rBDU0Seo5D5mirfleekTBru84HplGEaO4RiIlokilhBv11+VqLTtFJaf7VmL5bDYTtc4Z/RJLk4QYUnu08Qth8qa7VpG0Nn87945QVaMluY3UkoZ1PBdLg94xUw6iYPAP root@sprout-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 05 Aug 2018 12:56:12 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 166.24 seconds 2018-08-05 12:56:22,881 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-05 12:56:22,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:56:22,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:56:23,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:56: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-ecc9ad08-087d-43b8-9026-c09424709974 x-compute-request-id: req-ecc9ad08-087d-43b8-9026-c09424709974 Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:56:23,325 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ecc9ad08-087d-43b8-9026-c09424709974 2018-08-05 12:56:23,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.443719148636s 2018-08-05 12:56:23,326 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ecc9ad08-087d-43b8-9026-c09424709974 2018-08-05 12:56:23,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:56:23,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:56:23,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:56:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dd737303-5901-40a6-9748-6f4fc08d8496 x-compute-request-id: req-dd737303-5901-40a6-9748-6f4fc08d8496 Content-Encoding: gzip Content-Length: 18574 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized\n[ 0.008029] AppArmor: AppArmor initialized\n[ 0.008985] Yama: becoming mindful.\n[ 0.009952] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013348] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.015444] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017723] Initializing cgroup subsys memory\n[ 0.018715] Initializing cgroup subsys devices\n[ 0.020004] Initializing cgroup subsys freezer\n[ 0.020991] Initializing cgroup subsys blkio\n[ 0.021951] Initializing cgroup subsys perf_event\n[ 0.023001] Initializing cgroup subsys hugetlb\n[ 0.024052] CPU: Physical Processor ID: 0\n[ 0.024986] FEATURE SPEC_CTRL Present\n[ 0.026516] mce: CPU supports 10 MCE banks\n[ 0.028030] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030226] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.031558] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.032002] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.033848] Speculative Store Bypass: Vulnerable\n[ 0.036314] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.040829] ACPI: Core revision 20131115\n[ 0.042149] ACPI: All ACPI Tables successfully acquired\n[ 0.043416] ftrace: allocating 28727 entries in 113 pages\n[ 0.064253] Enabling x2apic\n[ 0.064951] Enabled x2apic\n[ 0.068003] Switched APIC routing to physical x2apic.\n[ 0.069964] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.072001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.074315] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.081043] KVM setup paravirtual spinlock\n[ 0.083192] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.084153] x86: Booting SMP configuration:\n[ 0.085177] .... node #0, CPUs: #1[ 0.083161] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.100017] x86: Booted up 1 node, 2 CPUs\n[ 0.100012] KVM setup async PF for cpu 1\n[ 0.100013] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.102963] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.104307] devtmpfs: initialized\n[ 0.106259] EVM: security.selinux\n[ 0.107032] EVM: security.SMACK64\n[ 0.108008] EVM: security.ima\n[ 0.108706] EVM: security.capability\n[ 0.109540] pinctrl core: initialized pinctrl subsystem\n[ 0.109915] regulator-dummy: no parameters\n[ 0.112061] RTC time: 12:53:27, date: 08/05/18\n[ 0.113075] NET: Registered protocol family 16\n[ 0.114135] cpuidle: using governor ladder\n[ 0.115020] cpuidle: using governor menu\n[ 0.115935] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117348] PCI: Using configuration type 1 for base access\n[ 0.119033] bio: create slab at 0\n[ 0.120054] ACPI: Added _OSI(Module Device)\n[ 0.120969] ACPI: Added _OSI(Processor Device)\n[ 0.121877] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.122845] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.125054] ACPI: Interpreter enabled\n[ 0.125877] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.127860] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.129271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.131247] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.132562] ACPI: (supports S0 S5)\n[ 0.133317] ACPI: Using IOAPIC for interrupt routing\n[ 0.136019] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.139030] ACPI: No dock devices found.\n[ 0.142911] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.144009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.145996] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.147923] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.148280] acpiphp: Slot [3] registered\n[ 0.149557] acpiphp: Slot [4] registered\n[ 0.150825] acpiphp: Slot [5] registered\n[ 0.152027] acpiphp: Slot [6] registered\n[ 0.153300] acpiphp: Slot [7] registered\n[ 0.154567] acpiphp: Slot [8] registered\n[ 0.155841] acpiphp: Slot [9] registered\n[ 0.156034] acpiphp: Slot [10] registered\n[ 0.157334] acpiphp: Slot [11] registered\n[ 0.158631] acpiphp: Slot [12] registered\n[ 0.159920] acpiphp: Slot [13] registered\n[ 0.160026] acpiphp: Slot [14] registered\n[ 0.160890] acpiphp: Slot [15] registered\n[ 0.161809] acpiphp: Slot [16] registered\n[ 0.162681] acpiphp: Slot [17] registered\n[ 0.163555] acpiphp: Slot [18] registered\n[ 0.164024] acpiphp: Slot [19] registered\n[ 0.164899] acpiphp: Slot [20] registered\n[ 0.165766] acpiphp: Slot [21] registered\n[ 0.166633] acpiphp: Slot [22] registered\n[ 0.167494] acpiphp: Slot [23] registered\n[ 0.168023] acpiphp: Slot [24] registered\n[ 0.168886] acpiphp: Slot [25] registered\n[ 0.169756] acpiphp: Slot [26] registered\n[ 0.170626] acpiphp: Slot [27] registered\n[ 0.171490] acpiphp: Slot [28] registered\n[ 0.172017] acpiphp: Slot [29] registered\n[ 0.172878] acpiphp: Slot [30] registered\n[ 0.173744] acpiphp: Slot [31] registered\n[ 0.174639] PCI host bridge to bus 0000:00\n[ 0.175501] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.177207] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.178410] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.179796] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.180003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.186108] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.187643] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.212096] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.213716] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.215254] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.216726] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.218242] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.219673] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.220217] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.221235] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.222945] vgaarb: loaded\n[ 0.223603] vgaarb: bridge control possible 0000:00:02.0\n[ 0.224220] SCSI subsystem initialized\n[ 0.225181] ACPI: bus type USB registered\n[ 0.225181] usbcore: registered new interface driver usbfs\n[ 0.226118] usbcore: registered new interface driver hub\n[ 0.228042] usbcore: registered new device driver usb\n[ 0.229167] PCI: Using ACPI for IRQ routing\n[ 0.229208] NetLabel: Initializing\n[ 0.230012] NetLabel: domain hash size = 128\n[ 0.232003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.233072] NetLabel: unlabeled traffic allowed by default\n[ 0.234226] Switched to clocksource kvm-clock\n[ 0.239140] AppArmor: AppArmor Filesystem Enabled\n[ 0.240202] pnp: PnP ACPI init\n[ 0.240941] ACPI: bus type PNP registered\n[ 0.242213] pnp: PnP ACPI: found 8 devices\n[ 0.243116] ACPI: bus type PNP unregistered\n[ 0.250152] NET: Registered protocol family 2\n[ 0.251344] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.253009] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.254513] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.255951] TCP: reno registered\n[ 0.256683] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.258053] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.261799] NET: Registered protocol family 1\n[ 0.262947] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.264408] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.265677] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.287829] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.310376] Trying to unpack rootfs image as initramfs...\n[ 0.402691] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.404794] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.406023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.407425] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.409387] Scanning for low memory corruption every 60 seconds\n[ 0.411090] Initialise system trusted keyring\n[ 0.412113] audit: initializing netlink socket (disabled)\n[ 0.413316] type=2000 audit(1533473607.817:1): initialized\n[ 0.433311] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.435409] zbud: loaded\n[ 0.436272] VFS: Disk quotas dquot_6.5.2\n[ 0.437199] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.438853] fuse init (API version 7.22)\n[ 0.439822] msgmni has been set to 3997\n[ 0.440763] Key type big_key registered\n[ 0.441906] Key type asymmetric registered\n[ 0.442848] Asymmetric key parser 'x509' registered\n[ 0.443965] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.445739] io scheduler noop registered\n[ 0.446662] io scheduler deadline registered (default)\n[ 0.447836] io scheduler cfq registered\n[ 0.448806] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.450107] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.451540] ipmi message handler version 39.2\n[ 0.452598] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.454269] ACPI: Power Button [PWRF]\n[ 0.455273] GHES: HEST is not enabled!\n[ 0.477130] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.520842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.543184] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.545119] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.569522] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.571887] Linux agpgart interface v0.103\n[ 0.573592] brd: module loaded\n[ 0.574717] loop: module loaded\n[ 0.575801] blk-mq: CPU -> queue map\n[ 0.576656] CPU 0 -> Queue 0\n[ 0.577414] CPU 1 -> Queue 0\n[ 0.578735] vda: vda1\n[ 0.580134] scsi0 : ata_piix\n[ 0.580947] scsi1 : ata_piix\n[ 0.581724] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.583191] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.584913] libphy: Fixed MDIO Bus: probed\n[ 0.585972] tun: Universal TUN/TAP device driver, 1.6\n[ 0.587084] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.589957] PPP generic driver version 2.4.2\n[ 0.591166] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.592703] ehci-pci: EHCI PCI platform driver\n[ 0.593677] ehci-platform: EHCI generic platform driver\n[ 0.594896] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.596301] ohci-pci: OHCI PCI platform driver\n[ 0.597252] ohci-platform: OHCI generic platform driver\n[ 0.598329] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.621649] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.622839] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.624487] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.625770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.627282] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.629085] usb usb1: Product: UHCI Host Controller\n[ 0.630297] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.631831] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.633122] hub 1-0:1.0: USB hub found\n[ 0.634115] hub 1-0:1.0: 2 ports detected\n[ 0.635284] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.637888] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.639119] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.640488] mousedev: PS/2 mouse device common for all mice\n[ 0.642122] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.644364] rtc_cmos 00:00: RTC can wake from S4\n[ 0.645666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.647005] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.648344] device-mapper: uevent: version 1.0.3\n[ 0.649376] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.651175] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.652488] TCP: cubic registered\n[ 0.653288] NET: Registered protocol family 10\n[ 0.654433] NET: Registered protocol family 17\n[ 0.655408] Key type dns_resolver registered\n[ 0.656443] Loading compiled-in X.509 certificates\n[ 0.657964] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.666834] registered taskstats version 1\n[ 0.669416] Key type trusted registered\n[ 0.672826] Key type encrypted registered\n[ 0.673888] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.675235] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.677018] regulator-dummy: disabling\n[ 0.678030] Magic number: 14:996:884\n[ 0.679147] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:28 UTC (1533473608)\n[ 0.681234] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.682719] EDD information not available.\n[ 0.741330] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.743347] Write protecting the kernel read-only data: 12288k\n[ 0.745183] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.748346] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.762779] systemd-udevd[107]: starting version 204\n[ 0.796513] FDC 0 is a S82078B\n[ 0.944060] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.108802] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.110594] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.112494] usb 1-1: Product: QEMU USB Tablet\n[ 1.113520] usb 1-1: Manufacturer: QEMU\n[ 1.114369] usb 1-1: SerialNumber: 42\n[ 1.404101] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.813530] 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.058570] 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.144102] random: init urandom read with 10 bits of entropy available\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.274534] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:30 +0000. Up 2.88 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 * 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 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 Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.13]: static networking is now up\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:32 +0000. Up 4.27 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:53:f9:7c |\nci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:d6:c7:5b |\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:\n34:8e:f7:9a:2f:f7:d0:f9:bd:4e:3e:81:07:b6:db:89 root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| |\n| o |\n| + . o |\n| . S . + |\n| . . . + o |\n| o o =.o|\n| .o.. Eo= |\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:\ne8:8f:4f:57:21:26:99:dd:b4:3b:a0:ff:52:b3:25:53 root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . |\n| + o . |\n| + = + |\n| . + o oE |\n| . S +. |\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:\n0e:77:20:9f:e7:47:dc:26:7d:bd:0d:59:c2:4a:60:65 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| o.E |\n| . o . |\n| . . . o .|\n| o o o + +.|\n| . S o = * o|\n| + + . o oo|\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:\n8f:fd:d8:8e:bc:73:f6:7f:6e:87:13:85:35:f8:9e:01 root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| . |\n| E ..|\n| oo.|\n| .o.|\n| S ..o|\n| + .o |\n| . o o |\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 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 * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:39 +0000. Up 11.55 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:40 +0000. Up 13.09 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 19540 0 --:--:-- --:--:-- --:--:-- 19559\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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 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 [238 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [407 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 [130 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 [204 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 8s (1573 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.27\n+ '[' -n 192.168.0.27 ']'\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 0 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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 13s (3890 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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-2) ...\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-153.203) ...\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 7975\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 0 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.1 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 57588 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.218\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.218\n++ echo A 172.30.9.218\n++ ip2rr 172.30.9.213\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.213\n++ echo A 172.30.9.213\n++ ip2rr 172.30.9.213\n++ echo 172.30.9.213\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.213\n+ echo 'nameserver 192.168.0.6'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.2'\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 | 31:52:89:23:33:05:fd:ee:47:16:6f:46:7e:17:e3:0a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 e8:8f:4f:57:21:26:99:dd:b4:3b:a0:ff:52:b3:25:53 root@bono-0 (DSA)\nec2: 256 0e:77:20:9f:e7:47:dc:26:7d:bd:0d:59:c2:4a:60:65 root@bono-0 (ECDSA)\nec2: 256 8f:fd:d8:8e:bc:73:f6:7f:6e:87:13:85:35:f8:9e:01 root@bono-0 (ED25519)\nec2: 2048 34:8e:f7:9a:2f:f7:d0:f9:bd:4e:3e:81:07:b6:db:89 root@bono-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP0asjlJJDbTuqfc7cLDPdVLSm154FEBYAe09MjHiE341n0A8kw6yG5WA2tdp68F9rcDtEmBXROs+AGo5FVmbC0= root@bono-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHWT3LkXljgLlNKgEPv06NfablyjjkCar6iuoprmAEmn root@bono-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAEpunpHsKQDBjZdkrb3z14eombMLLUgAkBa9Oe585IfoeGjjppZWLkFmQE7wN49447tqjiceLq29ZTkOT5E3VRXOOayRyncpdSkSAoZLwH+5M4xAT22lAm21nTDwTPcQ/Y1XKDXoMrBkhH8FpWE4cm3o4T9oqDIPh8NxJ3eUvSz1Xm4QvQqro45tWAivOrIWsKcYbHcAEMz3SRW7p8eQ08RfOV6nD6ulg5OLb8N62IsF/VvbTEMV70xi+1T8F+jQ1qR5D5SpjegAAhHCDbD14b3LDNcDX72GBMACgb+wWCGs0qCu3hhERVMzuKx0+gkkpS+1rdgyydA0nODsc4WON root@bono-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 05 Aug 2018 12:55:53 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 146.14 seconds\n"} 2018-08-05 12:56:23,420 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9/action used request id req-dd737303-5901-40a6-9748-6f4fc08d8496 2018-08-05 12:56:23,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0866460800171s 2018-08-05 12:56:23,422 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9/action used request id req-dd737303-5901-40a6-9748-6f4fc08d8496 2018-08-05 12:56:23,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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.008000] Security Framework initialized [ 0.008029] AppArmor: AppArmor initialized [ 0.008985] Yama: becoming mindful. [ 0.009952] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013348] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.015444] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017723] Initializing cgroup subsys memory [ 0.018715] Initializing cgroup subsys devices [ 0.020004] Initializing cgroup subsys freezer [ 0.020991] Initializing cgroup subsys blkio [ 0.021951] Initializing cgroup subsys perf_event [ 0.023001] Initializing cgroup subsys hugetlb [ 0.024052] CPU: Physical Processor ID: 0 [ 0.024986] FEATURE SPEC_CTRL Present [ 0.026516] mce: CPU supports 10 MCE banks [ 0.028030] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028030] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030226] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.031558] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.032002] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.033848] Speculative Store Bypass: Vulnerable [ 0.036314] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.040829] ACPI: Core revision 20131115 [ 0.042149] ACPI: All ACPI Tables successfully acquired [ 0.043416] ftrace: allocating 28727 entries in 113 pages [ 0.064253] Enabling x2apic [ 0.064951] Enabled x2apic [ 0.068003] Switched APIC routing to physical x2apic. [ 0.069964] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.072001] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.074315] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.081043] KVM setup paravirtual spinlock [ 0.083192] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.084153] x86: Booting SMP configuration: [ 0.085177] .... node #0, CPUs: #1[ 0.083161] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.100017] x86: Booted up 1 node, 2 CPUs [ 0.100012] KVM setup async PF for cpu 1 [ 0.100013] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.102963] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.104307] devtmpfs: initialized [ 0.106259] EVM: security.selinux [ 0.107032] EVM: security.SMACK64 [ 0.108008] EVM: security.ima [ 0.108706] EVM: security.capability [ 0.109540] pinctrl core: initialized pinctrl subsystem [ 0.109915] regulator-dummy: no parameters [ 0.112061] RTC time: 12:53:27, date: 08/05/18 [ 0.113075] NET: Registered protocol family 16 [ 0.114135] cpuidle: using governor ladder [ 0.115020] cpuidle: using governor menu [ 0.115935] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117348] PCI: Using configuration type 1 for base access [ 0.119033] bio: create slab at 0 [ 0.120054] ACPI: Added _OSI(Module Device) [ 0.120969] ACPI: Added _OSI(Processor Device) [ 0.121877] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.122845] ACPI: Added _OSI(Processor Aggregator Device) [ 0.125054] ACPI: Interpreter enabled [ 0.125877] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.127860] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.129271] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.131247] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.132562] ACPI: (supports S0 S5) [ 0.133317] ACPI: Using IOAPIC for interrupt routing [ 0.136019] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.139030] ACPI: No dock devices found. [ 0.142911] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.144009] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.145996] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.147923] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.148280] acpiphp: Slot [3] registered [ 0.149557] acpiphp: Slot [4] registered [ 0.150825] acpiphp: Slot [5] registered [ 0.152027] acpiphp: Slot [6] registered [ 0.153300] acpiphp: Slot [7] registered [ 0.154567] acpiphp: Slot [8] registered [ 0.155841] acpiphp: Slot [9] registered [ 0.156034] acpiphp: Slot [10] registered [ 0.157334] acpiphp: Slot [11] registered [ 0.158631] acpiphp: Slot [12] registered [ 0.159920] acpiphp: Slot [13] registered [ 0.160026] acpiphp: Slot [14] registered [ 0.160890] acpiphp: Slot [15] registered [ 0.161809] acpiphp: Slot [16] registered [ 0.162681] acpiphp: Slot [17] registered [ 0.163555] acpiphp: Slot [18] registered [ 0.164024] acpiphp: Slot [19] registered [ 0.164899] acpiphp: Slot [20] registered [ 0.165766] acpiphp: Slot [21] registered [ 0.166633] acpiphp: Slot [22] registered [ 0.167494] acpiphp: Slot [23] registered [ 0.168023] acpiphp: Slot [24] registered [ 0.168886] acpiphp: Slot [25] registered [ 0.169756] acpiphp: Slot [26] registered [ 0.170626] acpiphp: Slot [27] registered [ 0.171490] acpiphp: Slot [28] registered [ 0.172017] acpiphp: Slot [29] registered [ 0.172878] acpiphp: Slot [30] registered [ 0.173744] acpiphp: Slot [31] registered [ 0.174639] PCI host bridge to bus 0000:00 [ 0.175501] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.176004] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.177207] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.178410] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.179796] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.180003] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.186108] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.187643] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.212096] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.213716] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.215254] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.216726] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.218242] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.219673] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.220217] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.221235] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.222945] vgaarb: loaded [ 0.223603] vgaarb: bridge control possible 0000:00:02.0 [ 0.224220] SCSI subsystem initialized [ 0.225181] ACPI: bus type USB registered [ 0.225181] usbcore: registered new interface driver usbfs [ 0.226118] usbcore: registered new interface driver hub [ 0.228042] usbcore: registered new device driver usb [ 0.229167] PCI: Using ACPI for IRQ routing [ 0.229208] NetLabel: Initializing [ 0.230012] NetLabel: domain hash size = 128 [ 0.232003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.233072] NetLabel: unlabeled traffic allowed by default [ 0.234226] Switched to clocksource kvm-clock [ 0.239140] AppArmor: AppArmor Filesystem Enabled [ 0.240202] pnp: PnP ACPI init [ 0.240941] ACPI: bus type PNP registered [ 0.242213] pnp: PnP ACPI: found 8 devices [ 0.243116] ACPI: bus type PNP unregistered [ 0.250152] NET: Registered protocol family 2 [ 0.251344] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.253009] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.254513] TCP: Hash tables configured (established 16384 bind 16384) [ 0.255951] TCP: reno registered [ 0.256683] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.258053] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.261799] NET: Registered protocol family 1 [ 0.262947] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.264408] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.265677] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.287829] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.310376] Trying to unpack rootfs image as initramfs... [ 0.402691] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.404794] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.406023] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.407425] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.409387] Scanning for low memory corruption every 60 seconds [ 0.411090] Initialise system trusted keyring [ 0.412113] audit: initializing netlink socket (disabled) [ 0.413316] type=2000 audit(1533473607.817:1): initialized [ 0.433311] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.435409] zbud: loaded [ 0.436272] VFS: Disk quotas dquot_6.5.2 [ 0.437199] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.438853] fuse init (API version 7.22) [ 0.439822] msgmni has been set to 3997 [ 0.440763] Key type big_key registered [ 0.441906] Key type asymmetric registered [ 0.442848] Asymmetric key parser 'x509' registered [ 0.443965] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.445739] io scheduler noop registered [ 0.446662] io scheduler deadline registered (default) [ 0.447836] io scheduler cfq registered [ 0.448806] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.450107] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.451540] ipmi message handler version 39.2 [ 0.452598] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.454269] ACPI: Power Button [PWRF] [ 0.455273] GHES: HEST is not enabled! [ 0.477130] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.520842] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.543184] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.545119] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.569522] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.571887] Linux agpgart interface v0.103 [ 0.573592] brd: module loaded [ 0.574717] loop: module loaded [ 0.575801] blk-mq: CPU -> queue map [ 0.576656] CPU 0 -> Queue 0 [ 0.577414] CPU 1 -> Queue 0 [ 0.578735] vda: vda1 [ 0.580134] scsi0 : ata_piix [ 0.580947] scsi1 : ata_piix [ 0.581724] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.583191] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.584913] libphy: Fixed MDIO Bus: probed [ 0.585972] tun: Universal TUN/TAP device driver, 1.6 [ 0.587084] tun: (C) 1999-2004 Max Krasnyansky [ 0.589957] PPP generic driver version 2.4.2 [ 0.591166] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.592703] ehci-pci: EHCI PCI platform driver [ 0.593677] ehci-platform: EHCI generic platform driver [ 0.594896] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.596301] ohci-pci: OHCI PCI platform driver [ 0.597252] ohci-platform: OHCI generic platform driver [ 0.598329] uhci_hcd: USB Universal Host Controller Interface driver [ 0.621649] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.622839] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.624487] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.625770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.627282] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.629085] usb usb1: Product: UHCI Host Controller [ 0.630297] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.631831] usb usb1: SerialNumber: 0000:00:01.2 [ 0.633122] hub 1-0:1.0: USB hub found [ 0.634115] hub 1-0:1.0: 2 ports detected [ 0.635284] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.637888] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.639119] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.640488] mousedev: PS/2 mouse device common for all mice [ 0.642122] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.644364] rtc_cmos 00:00: RTC can wake from S4 [ 0.645666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.647005] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.648344] device-mapper: uevent: version 1.0.3 [ 0.649376] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.651175] ledtrig-cpu: registered to indicate activity on CPUs [ 0.652488] TCP: cubic registered [ 0.653288] NET: Registered protocol family 10 [ 0.654433] NET: Registered protocol family 17 [ 0.655408] Key type dns_resolver registered [ 0.656443] Loading compiled-in X.509 certificates [ 0.657964] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.666834] registered taskstats version 1 [ 0.669416] Key type trusted registered [ 0.672826] Key type encrypted registered [ 0.673888] AppArmor: AppArmor sha1 policy hashing enabled [ 0.675235] IMA: No TPM chip found, activating TPM-bypass! [ 0.677018] regulator-dummy: disabling [ 0.678030] Magic number: 14:996:884 [ 0.679147] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:28 UTC (1533473608) [ 0.681234] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.682719] EDD information not available. [ 0.741330] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.743347] Write protecting the kernel read-only data: 12288k [ 0.745183] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.748346] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.762779] systemd-udevd[107]: starting version 204 [ 0.796513] FDC 0 is a S82078B [ 0.944060] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.108802] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.110594] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.112494] usb 1-1: Product: QEMU USB Tablet [ 1.113520] usb 1-1: Manufacturer: QEMU [ 1.114369] usb 1-1: SerialNumber: 42 [ 1.404101] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.813530] 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.058570] 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.144102] random: init urandom read with 10 bits of entropy available * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.274534] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:30 +0000. Up 2.88 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 ] * Stopping set console keymap[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 Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[4.13]: static networking is now up * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:32 +0000. Up 4.27 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:53:f9:7c | ci-info: | eth0 | True | 192.168.0.3 | 255.255.255.0 | fa:16:3e:d6:c7:5b | 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: 34:8e:f7:9a:2f:f7:d0:f9:bd:4e:3e:81:07:b6:db:89 root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | | | | | o | | + . o | | . S . + | | . . . + o | | o o =.o| | .o.. Eo= | | 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: e8:8f:4f:57:21:26:99:dd:b4:3b:a0:ff:52:b3:25:53 root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | . | | + o . | | + = + | | . + o oE | | . S +. | | . . .=.. | | . . o. * | | + .... | | ..o .. | +-----------------+ Generating public/private ecdsa key pair. Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. The key fingerprint is: 0e:77:20:9f:e7:47:dc:26:7d:bd:0d:59:c2:4a:60:65 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | o.E | | . o . | | . . . o .| | o o o + +.| | . S o = * 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: 8f:fd:d8:8e:bc:73:f6:7f:6e:87:13:85:35:f8:9e:01 root@bono-0 The key's randomart image is: +--[ED25519 256--+ | . | | E ..| | oo.| | .o.| | S ..o| | + .o | | . o o | | ..=o o +| | =*+..==| +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting 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 ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:39 +0000. Up 11.55 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:40 +0000. Up 13.09 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 19540 0 --:--:-- --:--:-- --:--:-- 19559 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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 kB] Get:7 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 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 [238 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:10 http://security.ubuntu.com trusty-security/main Translation-en [407 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 [130 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 [204 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 8s (1573 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.27 + '[' -n 192.168.0.27 ']' + 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 0 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6098 B] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1322 B] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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 13s (3890 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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-2) ... 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-153.203) ... 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 7975 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 0 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.1 MB/s) Selecting previously unselected package python-mock. (Reading database ... 57588 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.218 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.218 ++ echo A 172.30.9.218 ++ ip2rr 172.30.9.213 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.213 ++ echo A 172.30.9.213 ++ ip2rr 172.30.9.213 ++ echo 172.30.9.213 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.213 + echo 'nameserver 192.168.0.6' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.2' + 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 | 31:52:89:23:33:05:fd:ee:47:16:6f:46:7e:17:e3:0a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 e8:8f:4f:57:21:26:99:dd:b4:3b:a0:ff:52:b3:25:53 root@bono-0 (DSA) ec2: 256 0e:77:20:9f:e7:47:dc:26:7d:bd:0d:59:c2:4a:60:65 root@bono-0 (ECDSA) ec2: 256 8f:fd:d8:8e:bc:73:f6:7f:6e:87:13:85:35:f8:9e:01 root@bono-0 (ED25519) ec2: 2048 34:8e:f7:9a:2f:f7:d0:f9:bd:4e:3e:81:07:b6:db:89 root@bono-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP0asjlJJDbTuqfc7cLDPdVLSm154FEBYAe09MjHiE341n0A8kw6yG5WA2tdp68F9rcDtEmBXROs+AGo5FVmbC0= root@bono-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHWT3LkXljgLlNKgEPv06NfablyjjkCar6iuoprmAEmn root@bono-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAEpunpHsKQDBjZdkrb3z14eombMLLUgAkBa9Oe585IfoeGjjppZWLkFmQE7wN49447tqjiceLq29ZTkOT5E3VRXOOayRyncpdSkSAoZLwH+5M4xAT22lAm21nTDwTPcQ/Y1XKDXoMrBkhH8FpWE4cm3o4T9oqDIPh8NxJ3eUvSz1Xm4QvQqro45tWAivOrIWsKcYbHcAEMz3SRW7p8eQ08RfOV6nD6ulg5OLb8N62IsF/VvbTEMV70xi+1T8F+jQ1qR5D5SpjegAAhHCDbD14b3LDNcDX72GBMACgb+wWCGs0qCu3hhERVMzuKx0+gkkpS+1rdgyydA0nODsc4WON root@bono-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 05 Aug 2018 12:55:53 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 146.14 seconds 2018-08-05 12:56:23,426 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-05 12:56:23,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:56:23,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:56:23,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:56:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5e7cfc98-accd-4c32-836d-6185cc5609ea x-compute-request-id: req-5e7cfc98-accd-4c32-836d-6185cc5609ea Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:56:23,863 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5e7cfc98-accd-4c32-836d-6185cc5609ea 2018-08-05 12:56:23,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.436625957489s 2018-08-05 12:56:23,864 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5e7cfc98-accd-4c32-836d-6185cc5609ea 2018-08-05 12:56:23,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:56:23,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:56:23,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:56:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d0ed790f-ddb8-46dc-b3aa-5609478f49d2 x-compute-request-id: req-d0ed790f-ddb8-46dc-b3aa-5609478f49d2 Content-Encoding: gzip Content-Length: 19809 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008074] Security Framework initialized\n[ 0.009179] AppArmor: AppArmor initialized\n[ 0.010216] Yama: becoming mindful.\n[ 0.011335] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013328] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016644] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018227] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020360] Initializing cgroup subsys memory\n[ 0.021489] Initializing cgroup subsys devices\n[ 0.022710] Initializing cgroup subsys freezer\n[ 0.024011] Initializing cgroup subsys blkio\n[ 0.025193] Initializing cgroup subsys perf_event\n[ 0.026470] Initializing cgroup subsys hugetlb\n[ 0.028010] CPU: Physical Processor ID: 0\n[ 0.029057] FEATURE SPEC_CTRL Present\n[ 0.030761] mce: CPU supports 10 MCE banks\n[ 0.031829] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.031829] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032010] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033268] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.036004] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.037639] Speculative Store Bypass: Vulnerable\n[ 0.040243] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.045553] ACPI: Core revision 20131115\n[ 0.047168] ACPI: All ACPI Tables successfully acquired\n[ 0.048300] ftrace: allocating 28727 entries in 113 pages\n[ 0.068295] Enabling x2apic\n[ 0.069202] Enabled x2apic\n[ 0.072009] Switched APIC routing to physical x2apic.\n[ 0.074292] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.076003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.078967] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085372] KVM setup paravirtual spinlock\n[ 0.088243] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.090236] x86: Booting SMP configuration:\n[ 0.091475] .... node #0, CPUs: #1[ 0.088201] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.108019] x86: Booted up 1 node, 2 CPUs\n[ 0.108013] KVM setup async PF for cpu 1\n[ 0.108014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.111575] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.112302] devtmpfs: initialized\n[ 0.114202] EVM: security.selinux\n[ 0.115153] EVM: security.SMACK64\n[ 0.116005] EVM: security.ima\n[ 0.116878] EVM: security.capability\n[ 0.117936] pinctrl core: initialized pinctrl subsystem\n[ 0.120055] regulator-dummy: no parameters\n[ 0.121256] RTC time: 12:53:25, date: 08/05/18\n[ 0.122508] NET: Registered protocol family 16\n[ 0.123849] cpuidle: using governor ladder\n[ 0.124003] cpuidle: using governor menu\n[ 0.125156] ACPI: bus type PCI registered\n[ 0.126270] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.128058] PCI: Using configuration type 1 for base access\n[ 0.130077] bio: create slab at 0\n[ 0.130077] ACPI: Added _OSI(Module Device)\n[ 0.132003] ACPI: Added _OSI(Processor Device)\n[ 0.133187] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.134428] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.137517] ACPI: Interpreter enabled\n[ 0.138569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.140696] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.143220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.145590] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.147702] ACPI: (supports S0 S5)\n[ 0.148003] ACPI: Using IOAPIC for interrupt routing\n[ 0.152019] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.154098] ACPI: No dock devices found.\n[ 0.156737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.158267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.159954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.160019] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.163068] acpiphp: Slot [3] registered\n[ 0.164036] acpiphp: Slot [4] registered\n[ 0.165124] acpiphp: Slot [5] registered\n[ 0.166225] acpiphp: Slot [6] registered\n[ 0.167299] acpiphp: Slot [7] registered\n[ 0.168019] acpiphp: Slot [8] registered\n[ 0.169113] acpiphp: Slot [9] registered\n[ 0.170256] acpiphp: Slot [10] registered\n[ 0.171361] acpiphp: Slot [11] registered\n[ 0.172019] acpiphp: Slot [12] registered\n[ 0.173151] acpiphp: Slot [13] registered\n[ 0.174294] acpiphp: Slot [14] registered\n[ 0.175434] acpiphp: Slot [15] registered\n[ 0.176019] acpiphp: Slot [16] registered\n[ 0.177164] acpiphp: Slot [17] registered\n[ 0.178294] acpiphp: Slot [18] registered\n[ 0.179210] acpiphp: Slot [19] registered\n[ 0.180019] acpiphp: Slot [20] registered\n[ 0.181035] acpiphp: Slot [21] registered\n[ 0.182090] acpiphp: Slot [22] registered\n[ 0.183151] acpiphp: Slot [23] registered\n[ 0.184024] acpiphp: Slot [24] registered\n[ 0.185091] acpiphp: Slot [25] registered\n[ 0.186164] acpiphp: Slot [26] registered\n[ 0.187219] acpiphp: Slot [27] registered\n[ 0.188020] acpiphp: Slot [28] registered\n[ 0.189079] acpiphp: Slot [29] registered\n[ 0.190165] acpiphp: Slot [30] registered\n[ 0.191237] acpiphp: Slot [31] registered\n[ 0.192011] PCI host bridge to bus 0000:00\n[ 0.193089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.194458] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.195981] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.196004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.197675] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.199350] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.206680] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.208012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.236080] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.237727] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.239506] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.240732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.242456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.243879] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.244231] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.245138] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.246781] vgaarb: loaded\n[ 0.247413] vgaarb: bridge control possible 0000:00:02.0\n[ 0.248226] SCSI subsystem initialized\n[ 0.249439] ACPI: bus type USB registered\n[ 0.249439] usbcore: registered new interface driver usbfs\n[ 0.250378] usbcore: registered new interface driver hub\n[ 0.252046] usbcore: registered new device driver usb\n[ 0.253404] PCI: Using ACPI for IRQ routing\n[ 0.253419] NetLabel: Initializing\n[ 0.254304] NetLabel: domain hash size = 128\n[ 0.256003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.257443] NetLabel: unlabeled traffic allowed by default\n[ 0.258963] Switched to clocksource kvm-clock\n[ 0.265093] AppArmor: AppArmor Filesystem Enabled\n[ 0.266308] pnp: PnP ACPI init\n[ 0.267247] ACPI: bus type PNP registered\n[ 0.268923] pnp: PnP ACPI: found 8 devices\n[ 0.269945] ACPI: bus type PNP unregistered\n[ 0.277150] NET: Registered protocol family 2\n[ 0.278615] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.280563] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.282490] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.284274] TCP: reno registered\n[ 0.285193] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.286686] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.288335] NET: Registered protocol family 1\n[ 0.289577] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.291128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.292610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.316785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.339150] Trying to unpack rootfs image as initramfs...\n[ 0.430760] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.432809] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.434059] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.435664] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.437490] Scanning for low memory corruption every 60 seconds\n[ 0.439016] Initialise system trusted keyring\n[ 0.440285] audit: initializing netlink socket (disabled)\n[ 0.441746] type=2000 audit(1533473607.005:1): initialized\n[ 0.461509] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.463911] zbud: loaded\n[ 0.464912] VFS: Disk quotas dquot_6.5.2\n[ 0.466036] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.468019] fuse init (API version 7.22)\n[ 0.469204] msgmni has been set to 3997\n[ 0.470330] Key type big_key registered\n[ 0.471662] Key type asymmetric registered\n[ 0.472803] Asymmetric key parser 'x509' registered\n[ 0.474130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.475829] io scheduler noop registered\n[ 0.476745] io scheduler deadline registered (default)\n[ 0.477747] io scheduler cfq registered\n[ 0.478593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.479680] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.480927] ipmi message handler version 39.2\n[ 0.481831] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.483268] ACPI: Power Button [PWRF]\n[ 0.484124] GHES: HEST is not enabled!\n[ 0.505678] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.548873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571032] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.572690] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596647] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598768] Linux agpgart interface v0.103\n[ 0.600396] brd: module loaded\n[ 0.601453] loop: module loaded\n[ 0.602433] blk-mq: CPU -> queue map\n[ 0.603196] CPU 0 -> Queue 0\n[ 0.603873] CPU 1 -> Queue 0\n[ 0.605086] vda: vda1\n[ 0.606407] scsi0 : ata_piix\n[ 0.607321] scsi1 : ata_piix\n[ 0.608186] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.609810] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.611785] libphy: Fixed MDIO Bus: probed\n[ 0.612982] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614318] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617330] PPP generic driver version 2.4.2\n[ 0.618657] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620312] ehci-pci: EHCI PCI platform driver\n[ 0.621537] ehci-platform: EHCI generic platform driver\n[ 0.622990] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624671] ohci-pci: OHCI PCI platform driver\n[ 0.626002] ohci-platform: OHCI generic platform driver\n[ 0.627460] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651439] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652772] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654743] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.656244] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657902] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659768] usb usb1: Product: UHCI Host Controller\n[ 0.661189] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.662851] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664141] hub 1-0:1.0: USB hub found\n[ 0.665280] hub 1-0:1.0: 2 ports detected\n[ 0.666609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670973] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672589] mousedev: PS/2 mouse device common for all mice\n[ 0.674473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676427] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679283] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681246] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683298] device-mapper: uevent: version 1.0.3\n[ 0.684314] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.686620] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688307] TCP: cubic registered\n[ 0.689376] NET: Registered protocol family 10\n[ 0.690912] NET: Registered protocol family 17\n[ 0.692222] Key type dns_resolver registered\n[ 0.693563] Loading compiled-in X.509 certificates\n[ 0.695558] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.706137] registered taskstats version 1\n[ 0.708885] Key type trusted registered\n[ 0.712426] Key type encrypted registered\n[ 0.713496] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714918] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.716688] regulator-dummy: disabling\n[ 0.717850] Magic number: 14:996:884\n[ 0.719360] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606)\n[ 0.721576] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723027] EDD information not available.\n[ 0.765654] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.767492] Write protecting the kernel read-only data: 12288k\n[ 0.769812] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.773244] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.787294] systemd-udevd[107]: starting version 204\n[ 0.824478] FDC 0 is a S82078B\n[ 0.976046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.140890] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.142326] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.143731] usb 1-1: Product: QEMU USB Tablet\n[ 1.144679] usb 1-1: Manufacturer: QEMU\n[ 1.145538] usb 1-1: SerialNumber: 42\n[ 1.432211] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.840952] 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.095604] 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.178954] 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 Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.308905] 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 Initialize or finalize resolvconf[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.69 seconds.\ncloud-init-nonet[2.83]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device 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 * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.05]: static networking is now up\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 4.20 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:e0:ab:d1 |\nci-info: | eth0 | True | 192.168.0.2 | 255.255.255.0 | fa:16:3e:99:ac:b5 |\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:\n23:a6:1c:79:e0:68:8f:e8:18:11:f8:b8:29:26:09:50 root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| E |\n|.. |\n|+ . |\n|.+ o o |\n|+ + + + S |\n|.B + = . . |\n|O.. + |\n|*. |\n|.. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n3a:34:a3:d0:40:a0:8d:58:31:a6:24:a6:f7:af:89:75 root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|o+*. |\n|BB . |\n|* + |\n| . + |\n| . o + S |\n| . + + |\n| o E |\n| o + . |\n| . o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nd2:f5:84:b5:65:5b:14:88:86:10:88:b3:23:97:34:1e root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . .oo . o +o+|\n| E . . = = o |\n| o * + o . |\n| . * . . o |\n| o . . 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:\nb6:90:24:38:9d:6c:a5:a8:11:fc:99:3b:98:ab:2f:5b root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|o . |\n| o = + |\n|. = X . |\n| o * o . |\n|. o . o S |\n| o o o . |\n| E . . |\n|.o |\n|++. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[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 ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting SystemD login management service[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:36 +0000. Up 10.65 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 ]\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 Sun, 05 Aug 2018 12:53:37 +0000. Up 11.50 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 16160 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\n\nUbuntu 14.04.5 LTS dime-0 ttyS0\n\ndime-0 login: Ign http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:8 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:12 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:14 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 kB]\nGet:16 http://security.ubuntu.com trusty-security/universe Translation-en [130 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 [465 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 [540 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 [249 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.6 MB in 8s (1421 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.27\n+ '[' -n 192.168.0.27 ']'\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 0 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://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-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 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://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/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB]\nGet:23 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:24 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB]\nGet:25 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB]\nGet:26 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:27 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:28 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:30 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 kB]\nGet:31 http://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 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-153.203 [772 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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.12 [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/universe libzmq3-dev amd64 4.0.4+dfsg-2 [253 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 (5000 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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.12_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.12) ...\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-2_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2) ...\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-153.203) ...\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-2) ...\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.12) ...\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-2) ...\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 8722\nclearwater-socket-factory-sig start/running, process 8727\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8776\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'\nreload: Job is not running: clearwater-monit\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 0 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nFetched 38.4 MB in 5s (6578 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58605 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-05 12:56:23,979 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683/action used request id req-d0ed790f-ddb8-46dc-b3aa-5609478f49d2 2018-08-05 12:56:23,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.107223987579s 2018-08-05 12:56:23,981 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683/action used request id req-d0ed790f-ddb8-46dc-b3aa-5609478f49d2 2018-08-05 12:56:23,982 - 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008074] Security Framework initialized [ 0.009179] AppArmor: AppArmor initialized [ 0.010216] Yama: becoming mindful. [ 0.011335] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013328] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016644] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018227] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020360] Initializing cgroup subsys memory [ 0.021489] Initializing cgroup subsys devices [ 0.022710] Initializing cgroup subsys freezer [ 0.024011] Initializing cgroup subsys blkio [ 0.025193] Initializing cgroup subsys perf_event [ 0.026470] Initializing cgroup subsys hugetlb [ 0.028010] CPU: Physical Processor ID: 0 [ 0.029057] FEATURE SPEC_CTRL Present [ 0.030761] mce: CPU supports 10 MCE banks [ 0.031829] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.031829] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032010] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033268] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.036004] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.037639] Speculative Store Bypass: Vulnerable [ 0.040243] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.045553] ACPI: Core revision 20131115 [ 0.047168] ACPI: All ACPI Tables successfully acquired [ 0.048300] ftrace: allocating 28727 entries in 113 pages [ 0.068295] Enabling x2apic [ 0.069202] Enabled x2apic [ 0.072009] Switched APIC routing to physical x2apic. [ 0.074292] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.076003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.078967] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085372] KVM setup paravirtual spinlock [ 0.088243] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.090236] x86: Booting SMP configuration: [ 0.091475] .... node #0, CPUs: #1[ 0.088201] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.108019] x86: Booted up 1 node, 2 CPUs [ 0.108013] KVM setup async PF for cpu 1 [ 0.108014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.111575] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.112302] devtmpfs: initialized [ 0.114202] EVM: security.selinux [ 0.115153] EVM: security.SMACK64 [ 0.116005] EVM: security.ima [ 0.116878] EVM: security.capability [ 0.117936] pinctrl core: initialized pinctrl subsystem [ 0.120055] regulator-dummy: no parameters [ 0.121256] RTC time: 12:53:25, date: 08/05/18 [ 0.122508] NET: Registered protocol family 16 [ 0.123849] cpuidle: using governor ladder [ 0.124003] cpuidle: using governor menu [ 0.125156] ACPI: bus type PCI registered [ 0.126270] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.128058] PCI: Using configuration type 1 for base access [ 0.130077] bio: create slab at 0 [ 0.130077] ACPI: Added _OSI(Module Device) [ 0.132003] ACPI: Added _OSI(Processor Device) [ 0.133187] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.134428] ACPI: Added _OSI(Processor Aggregator Device) [ 0.137517] ACPI: Interpreter enabled [ 0.138569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.140696] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.143220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.145590] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.147702] ACPI: (supports S0 S5) [ 0.148003] ACPI: Using IOAPIC for interrupt routing [ 0.152019] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.154098] ACPI: No dock devices found. [ 0.156737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.158267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.159954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.160019] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.163068] acpiphp: Slot [3] registered [ 0.164036] acpiphp: Slot [4] registered [ 0.165124] acpiphp: Slot [5] registered [ 0.166225] acpiphp: Slot [6] registered [ 0.167299] acpiphp: Slot [7] registered [ 0.168019] acpiphp: Slot [8] registered [ 0.169113] acpiphp: Slot [9] registered [ 0.170256] acpiphp: Slot [10] registered [ 0.171361] acpiphp: Slot [11] registered [ 0.172019] acpiphp: Slot [12] registered [ 0.173151] acpiphp: Slot [13] registered [ 0.174294] acpiphp: Slot [14] registered [ 0.175434] acpiphp: Slot [15] registered [ 0.176019] acpiphp: Slot [16] registered [ 0.177164] acpiphp: Slot [17] registered [ 0.178294] acpiphp: Slot [18] registered [ 0.179210] acpiphp: Slot [19] registered [ 0.180019] acpiphp: Slot [20] registered [ 0.181035] acpiphp: Slot [21] registered [ 0.182090] acpiphp: Slot [22] registered [ 0.183151] acpiphp: Slot [23] registered [ 0.184024] acpiphp: Slot [24] registered [ 0.185091] acpiphp: Slot [25] registered [ 0.186164] acpiphp: Slot [26] registered [ 0.187219] acpiphp: Slot [27] registered [ 0.188020] acpiphp: Slot [28] registered [ 0.189079] acpiphp: Slot [29] registered [ 0.190165] acpiphp: Slot [30] registered [ 0.191237] acpiphp: Slot [31] registered [ 0.192011] PCI host bridge to bus 0000:00 [ 0.193089] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.194458] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.195981] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.196004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.197675] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.199350] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.206680] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.208012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.236080] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.237727] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.239506] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.240732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.242456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.243879] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.244231] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.245138] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.246781] vgaarb: loaded [ 0.247413] vgaarb: bridge control possible 0000:00:02.0 [ 0.248226] SCSI subsystem initialized [ 0.249439] ACPI: bus type USB registered [ 0.249439] usbcore: registered new interface driver usbfs [ 0.250378] usbcore: registered new interface driver hub [ 0.252046] usbcore: registered new device driver usb [ 0.253404] PCI: Using ACPI for IRQ routing [ 0.253419] NetLabel: Initializing [ 0.254304] NetLabel: domain hash size = 128 [ 0.256003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.257443] NetLabel: unlabeled traffic allowed by default [ 0.258963] Switched to clocksource kvm-clock [ 0.265093] AppArmor: AppArmor Filesystem Enabled [ 0.266308] pnp: PnP ACPI init [ 0.267247] ACPI: bus type PNP registered [ 0.268923] pnp: PnP ACPI: found 8 devices [ 0.269945] ACPI: bus type PNP unregistered [ 0.277150] NET: Registered protocol family 2 [ 0.278615] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.280563] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.282490] TCP: Hash tables configured (established 16384 bind 16384) [ 0.284274] TCP: reno registered [ 0.285193] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.286686] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.288335] NET: Registered protocol family 1 [ 0.289577] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.291128] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.292610] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.316785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.339150] Trying to unpack rootfs image as initramfs... [ 0.430760] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.432809] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.434059] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.435664] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.437490] Scanning for low memory corruption every 60 seconds [ 0.439016] Initialise system trusted keyring [ 0.440285] audit: initializing netlink socket (disabled) [ 0.441746] type=2000 audit(1533473607.005:1): initialized [ 0.461509] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.463911] zbud: loaded [ 0.464912] VFS: Disk quotas dquot_6.5.2 [ 0.466036] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.468019] fuse init (API version 7.22) [ 0.469204] msgmni has been set to 3997 [ 0.470330] Key type big_key registered [ 0.471662] Key type asymmetric registered [ 0.472803] Asymmetric key parser 'x509' registered [ 0.474130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.475829] io scheduler noop registered [ 0.476745] io scheduler deadline registered (default) [ 0.477747] io scheduler cfq registered [ 0.478593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.479680] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.480927] ipmi message handler version 39.2 [ 0.481831] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.483268] ACPI: Power Button [PWRF] [ 0.484124] GHES: HEST is not enabled! [ 0.505678] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.548873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571032] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.572690] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.596647] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.598768] Linux agpgart interface v0.103 [ 0.600396] brd: module loaded [ 0.601453] loop: module loaded [ 0.602433] blk-mq: CPU -> queue map [ 0.603196] CPU 0 -> Queue 0 [ 0.603873] CPU 1 -> Queue 0 [ 0.605086] vda: vda1 [ 0.606407] scsi0 : ata_piix [ 0.607321] scsi1 : ata_piix [ 0.608186] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.609810] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.611785] libphy: Fixed MDIO Bus: probed [ 0.612982] tun: Universal TUN/TAP device driver, 1.6 [ 0.614318] tun: (C) 1999-2004 Max Krasnyansky [ 0.617330] PPP generic driver version 2.4.2 [ 0.618657] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620312] ehci-pci: EHCI PCI platform driver [ 0.621537] ehci-platform: EHCI generic platform driver [ 0.622990] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.624671] ohci-pci: OHCI PCI platform driver [ 0.626002] ohci-platform: OHCI generic platform driver [ 0.627460] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651439] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652772] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654743] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.656244] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657902] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659768] usb usb1: Product: UHCI Host Controller [ 0.661189] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.662851] usb usb1: SerialNumber: 0000:00:01.2 [ 0.664141] hub 1-0:1.0: USB hub found [ 0.665280] hub 1-0:1.0: 2 ports detected [ 0.666609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.669647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.670973] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.672589] mousedev: PS/2 mouse device common for all mice [ 0.674473] rtc_cmos 00:00: RTC can wake from S4 [ 0.676427] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679283] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681246] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683298] device-mapper: uevent: version 1.0.3 [ 0.684314] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.686620] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688307] TCP: cubic registered [ 0.689376] NET: Registered protocol family 10 [ 0.690912] NET: Registered protocol family 17 [ 0.692222] Key type dns_resolver registered [ 0.693563] Loading compiled-in X.509 certificates [ 0.695558] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.706137] registered taskstats version 1 [ 0.708885] Key type trusted registered [ 0.712426] Key type encrypted registered [ 0.713496] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714918] IMA: No TPM chip found, activating TPM-bypass! [ 0.716688] regulator-dummy: disabling [ 0.717850] Magic number: 14:996:884 [ 0.719360] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606) [ 0.721576] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.723027] EDD information not available. [ 0.765654] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.767492] Write protecting the kernel read-only data: 12288k [ 0.769812] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.773244] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.787294] systemd-udevd[107]: starting version 204 [ 0.824478] FDC 0 is a S82078B [ 0.976046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.140890] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.142326] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.143731] usb 1-1: Product: QEMU USB Tablet [ 1.144679] usb 1-1: Manufacturer: QEMU [ 1.145538] usb 1-1: SerialNumber: 42 [ 1.432211] tsc: Refined TSC clocksource calibration: 3491.850 MHz [ 1.840952] 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.095604] 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.178954] 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 Send an event to indicate plymouth is up[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.308905] 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 Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.69 seconds. cloud-init-nonet[2.83]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.05]: static networking is now up * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 4.20 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:e0:ab:d1 | ci-info: | eth0 | True | 192.168.0.2 | 255.255.255.0 | fa:16:3e:99:ac:b5 | 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: 23:a6:1c:79:e0:68:8f:e8:18:11:f8:b8:29:26:09:50 root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | E | |.. | |+ . | |.+ o o | |+ + + + S | |.B + = . . | |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: 3a:34:a3:d0:40:a0:8d:58:31:a6:24:a6:f7:af:89:75 root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ |o+*. | |BB . | |* + | | . + | | . o + S | | . + + | | 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: d2:f5:84:b5:65:5b:14:88:86:10:88:b3:23:97:34:1e root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | . .oo . o +o+| | E . . = = o | | o * + o . | | . * . . o | | o . . S . | | . | | | | | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: b6:90:24:38:9d:6c:a5:a8:11:fc:99:3b:98:ab:2f:5b root@dime-0 The key's randomart image is: +--[ED25519 256--+ |o . | | o = + | |. = X . | | o * o . | |. o . o S | | o o o . | | E . . | |.o | |++. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[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 ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting SystemD login management service[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:36 +0000. Up 10.65 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 ] 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 Sun, 05 Aug 2018 12:53:37 +0000. Up 11.50 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 16160 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ubuntu 14.04.5 LTS dime-0 ttyS0 dime-0 login: Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:8 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:12 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:14 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 kB] Get:16 http://security.ubuntu.com trusty-security/universe Translation-en [130 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 [465 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 [540 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 [249 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.6 MB in 8s (1421 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.27 + '[' -n 192.168.0.27 ']' + 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 0 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://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-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 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://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/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB] Get:23 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:24 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB] Get:25 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB] Get:26 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:27 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:28 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:30 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 kB] Get:31 http://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 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-153.203 [772 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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.12 [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/universe libzmq3-dev amd64 4.0.4+dfsg-2 [253 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 (5000 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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.12_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.12) ... 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-2_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2) ... 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-153.203) ... 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-2) ... 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.12) ... 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-2) ... 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 8722 clearwater-socket-factory-sig start/running, process 8727 Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8776 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' reload: Job is not running: clearwater-monit 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 0 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Fetched 38.4 MB in 5s (6578 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58605 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-05 12:56:23,986 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-05 12:56:33,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:56:33,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:56:34,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-3b026d2c-3bee-42a1-b668-f22691ffeb88 x-compute-request-id: req-3b026d2c-3bee-42a1-b668-f22691ffeb88 Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:56:34,607 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3b026d2c-3bee-42a1-b668-f22691ffeb88 2018-08-05 12:56:34,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.61467218399s 2018-08-05 12:56:34,608 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3b026d2c-3bee-42a1-b668-f22691ffeb88 2018-08-05 12:56:34,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:56:34,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:56:34,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-7121c280-9f65-4a22-8a69-6332ebfa0543 x-compute-request-id: req-7121c280-9f65-4a22-8a69-6332ebfa0543 Content-Encoding: gzip Content-Length: 20187 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008074] Security Framework initialized\n[ 0.009179] AppArmor: AppArmor initialized\n[ 0.010216] Yama: becoming mindful.\n[ 0.011335] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013328] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016644] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018227] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020360] Initializing cgroup subsys memory\n[ 0.021489] Initializing cgroup subsys devices\n[ 0.022710] Initializing cgroup subsys freezer\n[ 0.024011] Initializing cgroup subsys blkio\n[ 0.025193] Initializing cgroup subsys perf_event\n[ 0.026470] Initializing cgroup subsys hugetlb\n[ 0.028010] CPU: Physical Processor ID: 0\n[ 0.029057] FEATURE SPEC_CTRL Present\n[ 0.030761] mce: CPU supports 10 MCE banks\n[ 0.031829] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.031829] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032010] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033268] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.036004] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.037639] Speculative Store Bypass: Vulnerable\n[ 0.040243] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.045553] ACPI: Core revision 20131115\n[ 0.047168] ACPI: All ACPI Tables successfully acquired\n[ 0.048300] ftrace: allocating 28727 entries in 113 pages\n[ 0.068295] Enabling x2apic\n[ 0.069202] Enabled x2apic\n[ 0.072009] Switched APIC routing to physical x2apic.\n[ 0.074292] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.076003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.078967] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085372] KVM setup paravirtual spinlock\n[ 0.088243] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.090236] x86: Booting SMP configuration:\n[ 0.091475] .... node #0, CPUs: #1[ 0.088201] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.108019] x86: Booted up 1 node, 2 CPUs\n[ 0.108013] KVM setup async PF for cpu 1\n[ 0.108014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.111575] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.112302] devtmpfs: initialized\n[ 0.114202] EVM: security.selinux\n[ 0.115153] EVM: security.SMACK64\n[ 0.116005] EVM: security.ima\n[ 0.116878] EVM: security.capability\n[ 0.117936] pinctrl core: initialized pinctrl subsystem\n[ 0.120055] regulator-dummy: no parameters\n[ 0.121256] RTC time: 12:53:25, date: 08/05/18\n[ 0.122508] NET: Registered protocol family 16\n[ 0.123849] cpuidle: using governor ladder\n[ 0.124003] cpuidle: using governor menu\n[ 0.125156] ACPI: bus type PCI registered\n[ 0.126270] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.128058] PCI: Using configuration type 1 for base access\n[ 0.130077] bio: create slab at 0\n[ 0.130077] ACPI: Added _OSI(Module Device)\n[ 0.132003] ACPI: Added _OSI(Processor Device)\n[ 0.133187] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.134428] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.137517] ACPI: Interpreter enabled\n[ 0.138569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.140696] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.143220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.145590] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.147702] ACPI: (supports S0 S5)\n[ 0.148003] ACPI: Using IOAPIC for interrupt routing\n[ 0.152019] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.154098] ACPI: No dock devices found.\n[ 0.156737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.158267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.159954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.160019] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.163068] acpiphp: Slot [3] registered\n[ 0.164036] acpiphp: Slot [4] registered\n[ 0.165124] acpiphp: Slot [5] registered\n[ 0.166225] acpiphp: Slot [6] registered\n[ 0.167299] acpiphp: Slot [7] registered\n[ 0.168019] acpiphp: Slot [8] registered\n[ 0.169113] acpiphp: Slot [9] registered\n[ 0.170256] acpiphp: Slot [10] registered\n[ 0.171361] acpiphp: Slot [11] registered\n[ 0.172019] acpiphp: Slot [12] registered\n[ 0.173151] acpiphp: Slot [13] registered\n[ 0.174294] acpiphp: Slot [14] registered\n[ 0.175434] acpiphp: Slot [15] registered\n[ 0.176019] acpiphp: Slot [16] registered\n[ 0.177164] acpiphp: Slot [17] registered\n[ 0.178294] acpiphp: Slot [18] registered\n[ 0.179210] acpiphp: Slot [19] registered\n[ 0.180019] acpiphp: Slot [20] registered\n[ 0.181035] acpiphp: Slot [21] registered\n[ 0.182090] acpiphp: Slot [22] registered\n[ 0.183151] acpiphp: Slot [23] registered\n[ 0.184024] acpiphp: Slot [24] registered\n[ 0.185091] acpiphp: Slot [25] registered\n[ 0.186164] acpiphp: Slot [26] registered\n[ 0.187219] acpiphp: Slot [27] registered\n[ 0.188020] acpiphp: Slot [28] registered\n[ 0.189079] acpiphp: Slot [29] registered\n[ 0.190165] acpiphp: Slot [30] registered\n[ 0.191237] acpiphp: Slot [31] registered\n[ 0.192011] PCI host bridge to bus 0000:00\n[ 0.193089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.194458] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.195981] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.196004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.197675] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.199350] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.206680] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.208012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.236080] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.237727] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.239506] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.240732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.242456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.243879] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.244231] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.245138] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.246781] vgaarb: loaded\n[ 0.247413] vgaarb: bridge control possible 0000:00:02.0\n[ 0.248226] SCSI subsystem initialized\n[ 0.249439] ACPI: bus type USB registered\n[ 0.249439] usbcore: registered new interface driver usbfs\n[ 0.250378] usbcore: registered new interface driver hub\n[ 0.252046] usbcore: registered new device driver usb\n[ 0.253404] PCI: Using ACPI for IRQ routing\n[ 0.253419] NetLabel: Initializing\n[ 0.254304] NetLabel: domain hash size = 128\n[ 0.256003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.257443] NetLabel: unlabeled traffic allowed by default\n[ 0.258963] Switched to clocksource kvm-clock\n[ 0.265093] AppArmor: AppArmor Filesystem Enabled\n[ 0.266308] pnp: PnP ACPI init\n[ 0.267247] ACPI: bus type PNP registered\n[ 0.268923] pnp: PnP ACPI: found 8 devices\n[ 0.269945] ACPI: bus type PNP unregistered\n[ 0.277150] NET: Registered protocol family 2\n[ 0.278615] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.280563] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.282490] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.284274] TCP: reno registered\n[ 0.285193] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.286686] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.288335] NET: Registered protocol family 1\n[ 0.289577] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.291128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.292610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.316785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.339150] Trying to unpack rootfs image as initramfs...\n[ 0.430760] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.432809] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.434059] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.435664] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.437490] Scanning for low memory corruption every 60 seconds\n[ 0.439016] Initialise system trusted keyring\n[ 0.440285] audit: initializing netlink socket (disabled)\n[ 0.441746] type=2000 audit(1533473607.005:1): initialized\n[ 0.461509] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.463911] zbud: loaded\n[ 0.464912] VFS: Disk quotas dquot_6.5.2\n[ 0.466036] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.468019] fuse init (API version 7.22)\n[ 0.469204] msgmni has been set to 3997\n[ 0.470330] Key type big_key registered\n[ 0.471662] Key type asymmetric registered\n[ 0.472803] Asymmetric key parser 'x509' registered\n[ 0.474130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.475829] io scheduler noop registered\n[ 0.476745] io scheduler deadline registered (default)\n[ 0.477747] io scheduler cfq registered\n[ 0.478593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.479680] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.480927] ipmi message handler version 39.2\n[ 0.481831] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.483268] ACPI: Power Button [PWRF]\n[ 0.484124] GHES: HEST is not enabled!\n[ 0.505678] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.548873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571032] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.572690] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596647] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598768] Linux agpgart interface v0.103\n[ 0.600396] brd: module loaded\n[ 0.601453] loop: module loaded\n[ 0.602433] blk-mq: CPU -> queue map\n[ 0.603196] CPU 0 -> Queue 0\n[ 0.603873] CPU 1 -> Queue 0\n[ 0.605086] vda: vda1\n[ 0.606407] scsi0 : ata_piix\n[ 0.607321] scsi1 : ata_piix\n[ 0.608186] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.609810] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.611785] libphy: Fixed MDIO Bus: probed\n[ 0.612982] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614318] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617330] PPP generic driver version 2.4.2\n[ 0.618657] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620312] ehci-pci: EHCI PCI platform driver\n[ 0.621537] ehci-platform: EHCI generic platform driver\n[ 0.622990] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624671] ohci-pci: OHCI PCI platform driver\n[ 0.626002] ohci-platform: OHCI generic platform driver\n[ 0.627460] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651439] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652772] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654743] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.656244] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657902] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659768] usb usb1: Product: UHCI Host Controller\n[ 0.661189] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.662851] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664141] hub 1-0:1.0: USB hub found\n[ 0.665280] hub 1-0:1.0: 2 ports detected\n[ 0.666609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670973] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672589] mousedev: PS/2 mouse device common for all mice\n[ 0.674473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676427] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679283] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681246] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683298] device-mapper: uevent: version 1.0.3\n[ 0.684314] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.686620] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688307] TCP: cubic registered\n[ 0.689376] NET: Registered protocol family 10\n[ 0.690912] NET: Registered protocol family 17\n[ 0.692222] Key type dns_resolver registered\n[ 0.693563] Loading compiled-in X.509 certificates\n[ 0.695558] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.706137] registered taskstats version 1\n[ 0.708885] Key type trusted registered\n[ 0.712426] Key type encrypted registered\n[ 0.713496] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714918] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.716688] regulator-dummy: disabling\n[ 0.717850] Magic number: 14:996:884\n[ 0.719360] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606)\n[ 0.721576] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723027] EDD information not available.\n[ 0.765654] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.767492] Write protecting the kernel read-only data: 12288k\n[ 0.769812] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.773244] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.787294] systemd-udevd[107]: starting version 204\n[ 0.824478] FDC 0 is a S82078B\n[ 0.976046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.140890] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.142326] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.143731] usb 1-1: Product: QEMU USB Tablet\n[ 1.144679] usb 1-1: Manufacturer: QEMU\n[ 1.145538] usb 1-1: SerialNumber: 42\n[ 1.432211] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.840952] 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.095604] 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.178954] 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 Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.308905] 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 Initialize or finalize resolvconf[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.69 seconds.\ncloud-init-nonet[2.83]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device 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 * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.05]: static networking is now up\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 4.20 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:e0:ab:d1 |\nci-info: | eth0 | True | 192.168.0.2 | 255.255.255.0 | fa:16:3e:99:ac:b5 |\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:\n23:a6:1c:79:e0:68:8f:e8:18:11:f8:b8:29:26:09:50 root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| E |\n|.. |\n|+ . |\n|.+ o o |\n|+ + + + S |\n|.B + = . . |\n|O.. + |\n|*. |\n|.. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n3a:34:a3:d0:40:a0:8d:58:31:a6:24:a6:f7:af:89:75 root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|o+*. |\n|BB . |\n|* + |\n| . + |\n| . o + S |\n| . + + |\n| o E |\n| o + . |\n| . o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nd2:f5:84:b5:65:5b:14:88:86:10:88:b3:23:97:34:1e root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . .oo . o +o+|\n| E . . = = o |\n| o * + o . |\n| . * . . o |\n| o . . 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:\nb6:90:24:38:9d:6c:a5:a8:11:fc:99:3b:98:ab:2f:5b root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|o . |\n| o = + |\n|. = X . |\n| o * o . |\n|. o . o S |\n| o o o . |\n| E . . |\n|.o |\n|++. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[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 ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting SystemD login management service[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:36 +0000. Up 10.65 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 ]\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 Sun, 05 Aug 2018 12:53:37 +0000. Up 11.50 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 16160 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\n\nUbuntu 14.04.5 LTS dime-0 ttyS0\n\ndime-0 login: Ign http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:8 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:12 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:14 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 kB]\nGet:16 http://security.ubuntu.com trusty-security/universe Translation-en [130 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 [465 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 [540 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 [249 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.6 MB in 8s (1421 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.27\n+ '[' -n 192.168.0.27 ']'\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 0 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://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-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 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://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/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB]\nGet:23 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:24 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB]\nGet:25 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB]\nGet:26 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:27 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:28 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:30 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 kB]\nGet:31 http://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 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-153.203 [772 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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.12 [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/universe libzmq3-dev amd64 4.0.4+dfsg-2 [253 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 (5000 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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.12_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.12) ...\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-2_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2) ...\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-153.203) ...\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-2) ...\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.12) ...\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-2) ...\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 8722\nclearwater-socket-factory-sig start/running, process 8727\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8776\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'\nreload: Job is not running: clearwater-monit\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 0 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nFetched 38.4 MB in 5s (6578 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58605 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ...\nUnpacking clearwater-management (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6)\nSetting up clearwater-queue-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\n"} 2018-08-05 12:56:34,699 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683/action used request id req-7121c280-9f65-4a22-8a69-6332ebfa0543 2018-08-05 12:56:34,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0833821296692s 2018-08-05 12:56:34,701 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683/action used request id req-7121c280-9f65-4a22-8a69-6332ebfa0543 2018-08-05 12:56:34,701 - 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008074] Security Framework initialized [ 0.009179] AppArmor: AppArmor initialized [ 0.010216] Yama: becoming mindful. [ 0.011335] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013328] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016644] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018227] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020360] Initializing cgroup subsys memory [ 0.021489] Initializing cgroup subsys devices [ 0.022710] Initializing cgroup subsys freezer [ 0.024011] Initializing cgroup subsys blkio [ 0.025193] Initializing cgroup subsys perf_event [ 0.026470] Initializing cgroup subsys hugetlb [ 0.028010] CPU: Physical Processor ID: 0 [ 0.029057] FEATURE SPEC_CTRL Present [ 0.030761] mce: CPU supports 10 MCE banks [ 0.031829] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.031829] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032010] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033268] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.036004] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.037639] Speculative Store Bypass: Vulnerable [ 0.040243] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.045553] ACPI: Core revision 20131115 [ 0.047168] ACPI: All ACPI Tables successfully acquired [ 0.048300] ftrace: allocating 28727 entries in 113 pages [ 0.068295] Enabling x2apic [ 0.069202] Enabled x2apic [ 0.072009] Switched APIC routing to physical x2apic. [ 0.074292] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.076003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.078967] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085372] KVM setup paravirtual spinlock [ 0.088243] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.090236] x86: Booting SMP configuration: [ 0.091475] .... node #0, CPUs: #1[ 0.088201] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.108019] x86: Booted up 1 node, 2 CPUs [ 0.108013] KVM setup async PF for cpu 1 [ 0.108014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.111575] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.112302] devtmpfs: initialized [ 0.114202] EVM: security.selinux [ 0.115153] EVM: security.SMACK64 [ 0.116005] EVM: security.ima [ 0.116878] EVM: security.capability [ 0.117936] pinctrl core: initialized pinctrl subsystem [ 0.120055] regulator-dummy: no parameters [ 0.121256] RTC time: 12:53:25, date: 08/05/18 [ 0.122508] NET: Registered protocol family 16 [ 0.123849] cpuidle: using governor ladder [ 0.124003] cpuidle: using governor menu [ 0.125156] ACPI: bus type PCI registered [ 0.126270] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.128058] PCI: Using configuration type 1 for base access [ 0.130077] bio: create slab at 0 [ 0.130077] ACPI: Added _OSI(Module Device) [ 0.132003] ACPI: Added _OSI(Processor Device) [ 0.133187] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.134428] ACPI: Added _OSI(Processor Aggregator Device) [ 0.137517] ACPI: Interpreter enabled [ 0.138569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.140696] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.143220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.145590] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.147702] ACPI: (supports S0 S5) [ 0.148003] ACPI: Using IOAPIC for interrupt routing [ 0.152019] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.154098] ACPI: No dock devices found. [ 0.156737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.158267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.159954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.160019] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.163068] acpiphp: Slot [3] registered [ 0.164036] acpiphp: Slot [4] registered [ 0.165124] acpiphp: Slot [5] registered [ 0.166225] acpiphp: Slot [6] registered [ 0.167299] acpiphp: Slot [7] registered [ 0.168019] acpiphp: Slot [8] registered [ 0.169113] acpiphp: Slot [9] registered [ 0.170256] acpiphp: Slot [10] registered [ 0.171361] acpiphp: Slot [11] registered [ 0.172019] acpiphp: Slot [12] registered [ 0.173151] acpiphp: Slot [13] registered [ 0.174294] acpiphp: Slot [14] registered [ 0.175434] acpiphp: Slot [15] registered [ 0.176019] acpiphp: Slot [16] registered [ 0.177164] acpiphp: Slot [17] registered [ 0.178294] acpiphp: Slot [18] registered [ 0.179210] acpiphp: Slot [19] registered [ 0.180019] acpiphp: Slot [20] registered [ 0.181035] acpiphp: Slot [21] registered [ 0.182090] acpiphp: Slot [22] registered [ 0.183151] acpiphp: Slot [23] registered [ 0.184024] acpiphp: Slot [24] registered [ 0.185091] acpiphp: Slot [25] registered [ 0.186164] acpiphp: Slot [26] registered [ 0.187219] acpiphp: Slot [27] registered [ 0.188020] acpiphp: Slot [28] registered [ 0.189079] acpiphp: Slot [29] registered [ 0.190165] acpiphp: Slot [30] registered [ 0.191237] acpiphp: Slot [31] registered [ 0.192011] PCI host bridge to bus 0000:00 [ 0.193089] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.194458] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.195981] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.196004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.197675] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.199350] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.206680] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.208012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.236080] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.237727] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.239506] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.240732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.242456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.243879] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.244231] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.245138] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.246781] vgaarb: loaded [ 0.247413] vgaarb: bridge control possible 0000:00:02.0 [ 0.248226] SCSI subsystem initialized [ 0.249439] ACPI: bus type USB registered [ 0.249439] usbcore: registered new interface driver usbfs [ 0.250378] usbcore: registered new interface driver hub [ 0.252046] usbcore: registered new device driver usb [ 0.253404] PCI: Using ACPI for IRQ routing [ 0.253419] NetLabel: Initializing [ 0.254304] NetLabel: domain hash size = 128 [ 0.256003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.257443] NetLabel: unlabeled traffic allowed by default [ 0.258963] Switched to clocksource kvm-clock [ 0.265093] AppArmor: AppArmor Filesystem Enabled [ 0.266308] pnp: PnP ACPI init [ 0.267247] ACPI: bus type PNP registered [ 0.268923] pnp: PnP ACPI: found 8 devices [ 0.269945] ACPI: bus type PNP unregistered [ 0.277150] NET: Registered protocol family 2 [ 0.278615] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.280563] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.282490] TCP: Hash tables configured (established 16384 bind 16384) [ 0.284274] TCP: reno registered [ 0.285193] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.286686] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.288335] NET: Registered protocol family 1 [ 0.289577] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.291128] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.292610] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.316785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.339150] Trying to unpack rootfs image as initramfs... [ 0.430760] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.432809] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.434059] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.435664] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.437490] Scanning for low memory corruption every 60 seconds [ 0.439016] Initialise system trusted keyring [ 0.440285] audit: initializing netlink socket (disabled) [ 0.441746] type=2000 audit(1533473607.005:1): initialized [ 0.461509] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.463911] zbud: loaded [ 0.464912] VFS: Disk quotas dquot_6.5.2 [ 0.466036] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.468019] fuse init (API version 7.22) [ 0.469204] msgmni has been set to 3997 [ 0.470330] Key type big_key registered [ 0.471662] Key type asymmetric registered [ 0.472803] Asymmetric key parser 'x509' registered [ 0.474130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.475829] io scheduler noop registered [ 0.476745] io scheduler deadline registered (default) [ 0.477747] io scheduler cfq registered [ 0.478593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.479680] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.480927] ipmi message handler version 39.2 [ 0.481831] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.483268] ACPI: Power Button [PWRF] [ 0.484124] GHES: HEST is not enabled! [ 0.505678] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.548873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571032] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.572690] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.596647] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.598768] Linux agpgart interface v0.103 [ 0.600396] brd: module loaded [ 0.601453] loop: module loaded [ 0.602433] blk-mq: CPU -> queue map [ 0.603196] CPU 0 -> Queue 0 [ 0.603873] CPU 1 -> Queue 0 [ 0.605086] vda: vda1 [ 0.606407] scsi0 : ata_piix [ 0.607321] scsi1 : ata_piix [ 0.608186] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.609810] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.611785] libphy: Fixed MDIO Bus: probed [ 0.612982] tun: Universal TUN/TAP device driver, 1.6 [ 0.614318] tun: (C) 1999-2004 Max Krasnyansky [ 0.617330] PPP generic driver version 2.4.2 [ 0.618657] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620312] ehci-pci: EHCI PCI platform driver [ 0.621537] ehci-platform: EHCI generic platform driver [ 0.622990] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.624671] ohci-pci: OHCI PCI platform driver [ 0.626002] ohci-platform: OHCI generic platform driver [ 0.627460] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651439] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652772] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654743] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.656244] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657902] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659768] usb usb1: Product: UHCI Host Controller [ 0.661189] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.662851] usb usb1: SerialNumber: 0000:00:01.2 [ 0.664141] hub 1-0:1.0: USB hub found [ 0.665280] hub 1-0:1.0: 2 ports detected [ 0.666609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.669647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.670973] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.672589] mousedev: PS/2 mouse device common for all mice [ 0.674473] rtc_cmos 00:00: RTC can wake from S4 [ 0.676427] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679283] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681246] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683298] device-mapper: uevent: version 1.0.3 [ 0.684314] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.686620] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688307] TCP: cubic registered [ 0.689376] NET: Registered protocol family 10 [ 0.690912] NET: Registered protocol family 17 [ 0.692222] Key type dns_resolver registered [ 0.693563] Loading compiled-in X.509 certificates [ 0.695558] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.706137] registered taskstats version 1 [ 0.708885] Key type trusted registered [ 0.712426] Key type encrypted registered [ 0.713496] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714918] IMA: No TPM chip found, activating TPM-bypass! [ 0.716688] regulator-dummy: disabling [ 0.717850] Magic number: 14:996:884 [ 0.719360] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606) [ 0.721576] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.723027] EDD information not available. [ 0.765654] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.767492] Write protecting the kernel read-only data: 12288k [ 0.769812] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.773244] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.787294] systemd-udevd[107]: starting version 204 [ 0.824478] FDC 0 is a S82078B [ 0.976046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.140890] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.142326] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.143731] usb 1-1: Product: QEMU USB Tablet [ 1.144679] usb 1-1: Manufacturer: QEMU [ 1.145538] usb 1-1: SerialNumber: 42 [ 1.432211] tsc: Refined TSC clocksource calibration: 3491.850 MHz [ 1.840952] 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.095604] 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.178954] 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 Send an event to indicate plymouth is up[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.308905] 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 Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.69 seconds. cloud-init-nonet[2.83]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.05]: static networking is now up * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 4.20 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:e0:ab:d1 | ci-info: | eth0 | True | 192.168.0.2 | 255.255.255.0 | fa:16:3e:99:ac:b5 | 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: 23:a6:1c:79:e0:68:8f:e8:18:11:f8:b8:29:26:09:50 root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | E | |.. | |+ . | |.+ o o | |+ + + + S | |.B + = . . | |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: 3a:34:a3:d0:40:a0:8d:58:31:a6:24:a6:f7:af:89:75 root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ |o+*. | |BB . | |* + | | . + | | . o + S | | . + + | | 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: d2:f5:84:b5:65:5b:14:88:86:10:88:b3:23:97:34:1e root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | . .oo . o +o+| | E . . = = o | | o * + o . | | . * . . o | | o . . S . | | . | | | | | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: b6:90:24:38:9d:6c:a5:a8:11:fc:99:3b:98:ab:2f:5b root@dime-0 The key's randomart image is: +--[ED25519 256--+ |o . | | o = + | |. = X . | | o * o . | |. o . o S | | o o o . | | E . . | |.o | |++. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[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 ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting SystemD login management service[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:36 +0000. Up 10.65 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 ] 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 Sun, 05 Aug 2018 12:53:37 +0000. Up 11.50 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 16160 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ubuntu 14.04.5 LTS dime-0 ttyS0 dime-0 login: Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:8 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:12 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:14 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 kB] Get:16 http://security.ubuntu.com trusty-security/universe Translation-en [130 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 [465 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 [540 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 [249 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.6 MB in 8s (1421 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.27 + '[' -n 192.168.0.27 ']' + 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 0 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://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-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 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://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/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB] Get:23 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:24 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB] Get:25 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB] Get:26 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:27 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:28 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:30 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 kB] Get:31 http://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 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-153.203 [772 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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.12 [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/universe libzmq3-dev amd64 4.0.4+dfsg-2 [253 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 (5000 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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.12_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.12) ... 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-2_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2) ... 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-153.203) ... 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-2) ... 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.12) ... 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-2) ... 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 8722 clearwater-socket-factory-sig start/running, process 8727 Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8776 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' reload: Job is not running: clearwater-monit 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 0 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Fetched 38.4 MB in 5s (6578 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58605 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-cluster-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ... Unpacking clearwater-management (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6) Setting up clearwater-queue-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... 2018-08-05 12:56:34,706 - functest.core.singlevm - DEBUG - try 2: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-05 12:56:44,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:56:44,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:56:45,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:56:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-03720408-e111-4bec-819a-af5d2b6d091c x-compute-request-id: req-03720408-e111-4bec-819a-af5d2b6d091c Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:56:45,321 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-03720408-e111-4bec-819a-af5d2b6d091c 2018-08-05 12:56:45,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.60510802269s 2018-08-05 12:56:45,322 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-03720408-e111-4bec-819a-af5d2b6d091c 2018-08-05 12:56:45,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:56:45,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:56:45,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:56: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-8e93122a-ba46-4250-9bac-bcf3294fd990 x-compute-request-id: req-8e93122a-ba46-4250-9bac-bcf3294fd990 Content-Encoding: gzip Content-Length: 20847 Content-Type: application/json RESP BODY: {"output": ": NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008074] Security Framework initialized\n[ 0.009179] AppArmor: AppArmor initialized\n[ 0.010216] Yama: becoming mindful.\n[ 0.011335] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013328] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016644] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018227] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020360] Initializing cgroup subsys memory\n[ 0.021489] Initializing cgroup subsys devices\n[ 0.022710] Initializing cgroup subsys freezer\n[ 0.024011] Initializing cgroup subsys blkio\n[ 0.025193] Initializing cgroup subsys perf_event\n[ 0.026470] Initializing cgroup subsys hugetlb\n[ 0.028010] CPU: Physical Processor ID: 0\n[ 0.029057] FEATURE SPEC_CTRL Present\n[ 0.030761] mce: CPU supports 10 MCE banks\n[ 0.031829] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.031829] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032010] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033268] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.036004] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.037639] Speculative Store Bypass: Vulnerable\n[ 0.040243] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.045553] ACPI: Core revision 20131115\n[ 0.047168] ACPI: All ACPI Tables successfully acquired\n[ 0.048300] ftrace: allocating 28727 entries in 113 pages\n[ 0.068295] Enabling x2apic\n[ 0.069202] Enabled x2apic\n[ 0.072009] Switched APIC routing to physical x2apic.\n[ 0.074292] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.076003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.078967] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085372] KVM setup paravirtual spinlock\n[ 0.088243] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.090236] x86: Booting SMP configuration:\n[ 0.091475] .... node #0, CPUs: #1[ 0.088201] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.108019] x86: Booted up 1 node, 2 CPUs\n[ 0.108013] KVM setup async PF for cpu 1\n[ 0.108014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.111575] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.112302] devtmpfs: initialized\n[ 0.114202] EVM: security.selinux\n[ 0.115153] EVM: security.SMACK64\n[ 0.116005] EVM: security.ima\n[ 0.116878] EVM: security.capability\n[ 0.117936] pinctrl core: initialized pinctrl subsystem\n[ 0.120055] regulator-dummy: no parameters\n[ 0.121256] RTC time: 12:53:25, date: 08/05/18\n[ 0.122508] NET: Registered protocol family 16\n[ 0.123849] cpuidle: using governor ladder\n[ 0.124003] cpuidle: using governor menu\n[ 0.125156] ACPI: bus type PCI registered\n[ 0.126270] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.128058] PCI: Using configuration type 1 for base access\n[ 0.130077] bio: create slab at 0\n[ 0.130077] ACPI: Added _OSI(Module Device)\n[ 0.132003] ACPI: Added _OSI(Processor Device)\n[ 0.133187] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.134428] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.137517] ACPI: Interpreter enabled\n[ 0.138569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.140696] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.143220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.145590] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.147702] ACPI: (supports S0 S5)\n[ 0.148003] ACPI: Using IOAPIC for interrupt routing\n[ 0.152019] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.154098] ACPI: No dock devices found.\n[ 0.156737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.158267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.159954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.160019] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.163068] acpiphp: Slot [3] registered\n[ 0.164036] acpiphp: Slot [4] registered\n[ 0.165124] acpiphp: Slot [5] registered\n[ 0.166225] acpiphp: Slot [6] registered\n[ 0.167299] acpiphp: Slot [7] registered\n[ 0.168019] acpiphp: Slot [8] registered\n[ 0.169113] acpiphp: Slot [9] registered\n[ 0.170256] acpiphp: Slot [10] registered\n[ 0.171361] acpiphp: Slot [11] registered\n[ 0.172019] acpiphp: Slot [12] registered\n[ 0.173151] acpiphp: Slot [13] registered\n[ 0.174294] acpiphp: Slot [14] registered\n[ 0.175434] acpiphp: Slot [15] registered\n[ 0.176019] acpiphp: Slot [16] registered\n[ 0.177164] acpiphp: Slot [17] registered\n[ 0.178294] acpiphp: Slot [18] registered\n[ 0.179210] acpiphp: Slot [19] registered\n[ 0.180019] acpiphp: Slot [20] registered\n[ 0.181035] acpiphp: Slot [21] registered\n[ 0.182090] acpiphp: Slot [22] registered\n[ 0.183151] acpiphp: Slot [23] registered\n[ 0.184024] acpiphp: Slot [24] registered\n[ 0.185091] acpiphp: Slot [25] registered\n[ 0.186164] acpiphp: Slot [26] registered\n[ 0.187219] acpiphp: Slot [27] registered\n[ 0.188020] acpiphp: Slot [28] registered\n[ 0.189079] acpiphp: Slot [29] registered\n[ 0.190165] acpiphp: Slot [30] registered\n[ 0.191237] acpiphp: Slot [31] registered\n[ 0.192011] PCI host bridge to bus 0000:00\n[ 0.193089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.194458] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.195981] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.196004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.197675] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.199350] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.206680] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.208012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.236080] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.237727] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.239506] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.240732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.242456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.243879] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.244231] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.245138] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.246781] vgaarb: loaded\n[ 0.247413] vgaarb: bridge control possible 0000:00:02.0\n[ 0.248226] SCSI subsystem initialized\n[ 0.249439] ACPI: bus type USB registered\n[ 0.249439] usbcore: registered new interface driver usbfs\n[ 0.250378] usbcore: registered new interface driver hub\n[ 0.252046] usbcore: registered new device driver usb\n[ 0.253404] PCI: Using ACPI for IRQ routing\n[ 0.253419] NetLabel: Initializing\n[ 0.254304] NetLabel: domain hash size = 128\n[ 0.256003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.257443] NetLabel: unlabeled traffic allowed by default\n[ 0.258963] Switched to clocksource kvm-clock\n[ 0.265093] AppArmor: AppArmor Filesystem Enabled\n[ 0.266308] pnp: PnP ACPI init\n[ 0.267247] ACPI: bus type PNP registered\n[ 0.268923] pnp: PnP ACPI: found 8 devices\n[ 0.269945] ACPI: bus type PNP unregistered\n[ 0.277150] NET: Registered protocol family 2\n[ 0.278615] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.280563] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.282490] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.284274] TCP: reno registered\n[ 0.285193] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.286686] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.288335] NET: Registered protocol family 1\n[ 0.289577] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.291128] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.292610] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.316785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.339150] Trying to unpack rootfs image as initramfs...\n[ 0.430760] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.432809] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.434059] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.435664] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.437490] Scanning for low memory corruption every 60 seconds\n[ 0.439016] Initialise system trusted keyring\n[ 0.440285] audit: initializing netlink socket (disabled)\n[ 0.441746] type=2000 audit(1533473607.005:1): initialized\n[ 0.461509] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.463911] zbud: loaded\n[ 0.464912] VFS: Disk quotas dquot_6.5.2\n[ 0.466036] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.468019] fuse init (API version 7.22)\n[ 0.469204] msgmni has been set to 3997\n[ 0.470330] Key type big_key registered\n[ 0.471662] Key type asymmetric registered\n[ 0.472803] Asymmetric key parser 'x509' registered\n[ 0.474130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.475829] io scheduler noop registered\n[ 0.476745] io scheduler deadline registered (default)\n[ 0.477747] io scheduler cfq registered\n[ 0.478593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.479680] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.480927] ipmi message handler version 39.2\n[ 0.481831] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.483268] ACPI: Power Button [PWRF]\n[ 0.484124] GHES: HEST is not enabled!\n[ 0.505678] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.548873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.571032] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.572690] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.596647] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.598768] Linux agpgart interface v0.103\n[ 0.600396] brd: module loaded\n[ 0.601453] loop: module loaded\n[ 0.602433] blk-mq: CPU -> queue map\n[ 0.603196] CPU 0 -> Queue 0\n[ 0.603873] CPU 1 -> Queue 0\n[ 0.605086] vda: vda1\n[ 0.606407] scsi0 : ata_piix\n[ 0.607321] scsi1 : ata_piix\n[ 0.608186] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.609810] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.611785] libphy: Fixed MDIO Bus: probed\n[ 0.612982] tun: Universal TUN/TAP device driver, 1.6\n[ 0.614318] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617330] PPP generic driver version 2.4.2\n[ 0.618657] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620312] ehci-pci: EHCI PCI platform driver\n[ 0.621537] ehci-platform: EHCI generic platform driver\n[ 0.622990] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.624671] ohci-pci: OHCI PCI platform driver\n[ 0.626002] ohci-platform: OHCI generic platform driver\n[ 0.627460] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.651439] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652772] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.654743] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.656244] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657902] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659768] usb usb1: Product: UHCI Host Controller\n[ 0.661189] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.662851] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.664141] hub 1-0:1.0: USB hub found\n[ 0.665280] hub 1-0:1.0: 2 ports detected\n[ 0.666609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.669647] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.670973] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672589] mousedev: PS/2 mouse device common for all mice\n[ 0.674473] rtc_cmos 00:00: RTC can wake from S4\n[ 0.676427] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679283] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681246] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683298] device-mapper: uevent: version 1.0.3\n[ 0.684314] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.686620] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688307] TCP: cubic registered\n[ 0.689376] NET: Registered protocol family 10\n[ 0.690912] NET: Registered protocol family 17\n[ 0.692222] Key type dns_resolver registered\n[ 0.693563] Loading compiled-in X.509 certificates\n[ 0.695558] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.706137] registered taskstats version 1\n[ 0.708885] Key type trusted registered\n[ 0.712426] Key type encrypted registered\n[ 0.713496] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.714918] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.716688] regulator-dummy: disabling\n[ 0.717850] Magic number: 14:996:884\n[ 0.719360] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606)\n[ 0.721576] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723027] EDD information not available.\n[ 0.765654] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.767492] Write protecting the kernel read-only data: 12288k\n[ 0.769812] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.773244] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.787294] systemd-udevd[107]: starting version 204\n[ 0.824478] FDC 0 is a S82078B\n[ 0.976046] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.140890] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.142326] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.143731] usb 1-1: Product: QEMU USB Tablet\n[ 1.144679] usb 1-1: Manufacturer: QEMU\n[ 1.145538] usb 1-1: SerialNumber: 42\n[ 1.432211] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.840952] 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.095604] 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.178954] 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 Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.308905] 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 Initialize or finalize resolvconf[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.69 seconds.\ncloud-init-nonet[2.83]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device 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 * Starting Bridge socket events into upstart[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.05]: static networking is now up\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 4.20 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:e0:ab:d1 |\nci-info: | eth0 | True | 192.168.0.2 | 255.255.255.0 | fa:16:3e:99:ac:b5 |\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:\n23:a6:1c:79:e0:68:8f:e8:18:11:f8:b8:29:26:09:50 root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| E |\n|.. |\n|+ . |\n|.+ o o |\n|+ + + + S |\n|.B + = . . |\n|O.. + |\n|*. |\n|.. |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n3a:34:a3:d0:40:a0:8d:58:31:a6:24:a6:f7:af:89:75 root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|o+*. |\n|BB . |\n|* + |\n| . + |\n| . o + S |\n| . + + |\n| o E |\n| o + . |\n| . o |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\nd2:f5:84:b5:65:5b:14:88:86:10:88:b3:23:97:34:1e root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . .oo . o +o+|\n| E . . = = o |\n| o * + o . |\n| . * . . o |\n| o . . 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:\nb6:90:24:38:9d:6c:a5:a8:11:fc:99:3b:98:ab:2f:5b root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|o . |\n| o = + |\n|. = X . |\n| o * o . |\n|. o . o S |\n| o o o . |\n| E . . |\n|.o |\n|++. |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting Bridge file events into upstart[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 ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting SystemD login management service[74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\n * Starting AppArmor profiles [80G [74G[ OK ]\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:36 +0000. Up 10.65 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 ]\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 Sun, 05 Aug 2018 12:53:37 +0000. Up 11.50 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 16160 0 --:--:-- --:--:-- --:--:-- 16231\nOK\n+ apt-get update\n\nUbuntu 14.04.5 LTS dime-0 ttyS0\n\ndime-0 login: Ign http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:8 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB]\nGet:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:12 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:14 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 kB]\nGet:16 http://security.ubuntu.com trusty-security/universe Translation-en [130 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 [465 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 [540 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 [249 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.6 MB in 8s (1421 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.27\n+ '[' -n 192.168.0.27 ']'\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 0 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://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-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 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://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/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB]\nGet:23 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:24 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB]\nGet:25 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB]\nGet:26 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:27 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:28 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:30 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 kB]\nGet:31 http://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 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-153.203 [772 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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.12 [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/universe libzmq3-dev amd64 4.0.4+dfsg-2 [253 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 (5000 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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.12_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.12) ...\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-2_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2) ...\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-153.203) ...\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-2) ...\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.12) ...\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-2) ...\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 8722\nclearwater-socket-factory-sig start/running, process 8727\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8776\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'\nreload: Job is not running: clearwater-monit\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 0 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:3 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nFetched 38.4 MB in 5s (6578 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58605 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ...\nUnpacking clearwater-management (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6)\nSetting up clearwater-queue-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_config_manager\nCollecting nsenter (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting argparse (from nsenter->clearwater_config_manager)\nCollecting contextlib2 (from nsenter->clearwater_config_manager)\nCollecting pathlib (from nsenter->clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env\nSuccessfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-180328.115321) ...\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.210\n++ echo 172.30.9.210\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.210\n++ ip2rr 192.168.1.28\n++ echo 192.168.1.28\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.28\n++ ip2rr 192.168.1.28\n++ echo 192.168.1.28\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.28\n++ ip2rr 192.168.0.2\n++ echo 192.168.0.2\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.2\n+ echo 'nameserver 192.168.0.6'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.2'\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 | 31:52:89:23:33:05:fd:ee:47:16:6f:46:7e:17:e3:0a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 3a:34:a3:d0:40:a0:8d:58:31:a6:24:a6:f7:af:89:75 root@dime-0 (DSA)\nec2: 256 d2:f5:84:b5:65:5b:14:88:86:10:88:b3:23:97:34:1e root@dime-0 (ECDSA)\nec2: 256 b6:90:24:38:9d:6c:a5:a8:11:fc:99:3b:98:ab:2f:5b root@dime-0 (ED25519)\nec2: 2048 23:a6:1c:79:e0:68:8f:e8:18:11:f8:b8:29:26:09:50 root@dime-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOrQLdk+k0X/dhyiLBDvVdZ7I0e3Tbtjp7dswpPQhZtbd+7656f0u4V85F43IG7g7dJrQEqtcRMsstoNHcQe2qI= root@dime-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB+DEoLNeQ+nwdql9n3R/jBaM8I1krFxIRL+/Ub8+bg1 root@dime-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCt4Yn/07fzhnq/S6xazGGUnHXvVKmwoUAXd99/rO3abBv8pempxstUDxtvneJ5IxBSCq8nMLv9YSOKy54w/SLN00nsbW6Bn7CQjS2l8Vith9euKGMCHzg5YTfdlRNOkFaaCHWSMWMzMVrPByVmVPzBJK+KGKsevWgCj57+rU1UrwdoJC/MZd/Ge72+p3pPbg9UVMLHthDMKRrXR3FwqbqQwY+wj5wa91xXtBsGEaBLVntkGKSE8fiR5Jg7c/Oj5wC8sxuCO8Gp5+VHI9JHVONkJP6QHzQfCyTLKWJqN7yxascCWDl+q6PIFzuN64wUPfspGBVc+iDkwMI5iv5/UH5X root@dime-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 05 Aug 2018 12:56:44 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 197.61 seconds\n"} 2018-08-05 12:56:45,413 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683/action used request id req-8e93122a-ba46-4250-9bac-bcf3294fd990 2018-08-05 12:56:45,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0843050479889s 2018-08-05 12:56:45,416 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683/action used request id req-8e93122a-ba46-4250-9bac-bcf3294fd990 2018-08-05 12:56:45,416 - functest.core.singlevm - DEBUG - console: : NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008074] Security Framework initialized [ 0.009179] AppArmor: AppArmor initialized [ 0.010216] Yama: becoming mindful. [ 0.011335] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013328] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016644] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018227] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020360] Initializing cgroup subsys memory [ 0.021489] Initializing cgroup subsys devices [ 0.022710] Initializing cgroup subsys freezer [ 0.024011] Initializing cgroup subsys blkio [ 0.025193] Initializing cgroup subsys perf_event [ 0.026470] Initializing cgroup subsys hugetlb [ 0.028010] CPU: Physical Processor ID: 0 [ 0.029057] FEATURE SPEC_CTRL Present [ 0.030761] mce: CPU supports 10 MCE banks [ 0.031829] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.031829] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032010] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033268] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.036004] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.037639] Speculative Store Bypass: Vulnerable [ 0.040243] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.045553] ACPI: Core revision 20131115 [ 0.047168] ACPI: All ACPI Tables successfully acquired [ 0.048300] ftrace: allocating 28727 entries in 113 pages [ 0.068295] Enabling x2apic [ 0.069202] Enabled x2apic [ 0.072009] Switched APIC routing to physical x2apic. [ 0.074292] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.076003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.078967] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085372] KVM setup paravirtual spinlock [ 0.088243] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.090236] x86: Booting SMP configuration: [ 0.091475] .... node #0, CPUs: #1[ 0.088201] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.108019] x86: Booted up 1 node, 2 CPUs [ 0.108013] KVM setup async PF for cpu 1 [ 0.108014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.111575] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.112302] devtmpfs: initialized [ 0.114202] EVM: security.selinux [ 0.115153] EVM: security.SMACK64 [ 0.116005] EVM: security.ima [ 0.116878] EVM: security.capability [ 0.117936] pinctrl core: initialized pinctrl subsystem [ 0.120055] regulator-dummy: no parameters [ 0.121256] RTC time: 12:53:25, date: 08/05/18 [ 0.122508] NET: Registered protocol family 16 [ 0.123849] cpuidle: using governor ladder [ 0.124003] cpuidle: using governor menu [ 0.125156] ACPI: bus type PCI registered [ 0.126270] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.128058] PCI: Using configuration type 1 for base access [ 0.130077] bio: create slab at 0 [ 0.130077] ACPI: Added _OSI(Module Device) [ 0.132003] ACPI: Added _OSI(Processor Device) [ 0.133187] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.134428] ACPI: Added _OSI(Processor Aggregator Device) [ 0.137517] ACPI: Interpreter enabled [ 0.138569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.140696] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.143220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.145590] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.147702] ACPI: (supports S0 S5) [ 0.148003] ACPI: Using IOAPIC for interrupt routing [ 0.152019] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.154098] ACPI: No dock devices found. [ 0.156737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.158267] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.159954] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.160019] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.163068] acpiphp: Slot [3] registered [ 0.164036] acpiphp: Slot [4] registered [ 0.165124] acpiphp: Slot [5] registered [ 0.166225] acpiphp: Slot [6] registered [ 0.167299] acpiphp: Slot [7] registered [ 0.168019] acpiphp: Slot [8] registered [ 0.169113] acpiphp: Slot [9] registered [ 0.170256] acpiphp: Slot [10] registered [ 0.171361] acpiphp: Slot [11] registered [ 0.172019] acpiphp: Slot [12] registered [ 0.173151] acpiphp: Slot [13] registered [ 0.174294] acpiphp: Slot [14] registered [ 0.175434] acpiphp: Slot [15] registered [ 0.176019] acpiphp: Slot [16] registered [ 0.177164] acpiphp: Slot [17] registered [ 0.178294] acpiphp: Slot [18] registered [ 0.179210] acpiphp: Slot [19] registered [ 0.180019] acpiphp: Slot [20] registered [ 0.181035] acpiphp: Slot [21] registered [ 0.182090] acpiphp: Slot [22] registered [ 0.183151] acpiphp: Slot [23] registered [ 0.184024] acpiphp: Slot [24] registered [ 0.185091] acpiphp: Slot [25] registered [ 0.186164] acpiphp: Slot [26] registered [ 0.187219] acpiphp: Slot [27] registered [ 0.188020] acpiphp: Slot [28] registered [ 0.189079] acpiphp: Slot [29] registered [ 0.190165] acpiphp: Slot [30] registered [ 0.191237] acpiphp: Slot [31] registered [ 0.192011] PCI host bridge to bus 0000:00 [ 0.193089] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.194458] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.195981] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.196004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.197675] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.199350] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.206680] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.208012] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.236080] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.237727] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.239506] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.240732] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.242456] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.243879] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.244231] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.245138] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.246781] vgaarb: loaded [ 0.247413] vgaarb: bridge control possible 0000:00:02.0 [ 0.248226] SCSI subsystem initialized [ 0.249439] ACPI: bus type USB registered [ 0.249439] usbcore: registered new interface driver usbfs [ 0.250378] usbcore: registered new interface driver hub [ 0.252046] usbcore: registered new device driver usb [ 0.253404] PCI: Using ACPI for IRQ routing [ 0.253419] NetLabel: Initializing [ 0.254304] NetLabel: domain hash size = 128 [ 0.256003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.257443] NetLabel: unlabeled traffic allowed by default [ 0.258963] Switched to clocksource kvm-clock [ 0.265093] AppArmor: AppArmor Filesystem Enabled [ 0.266308] pnp: PnP ACPI init [ 0.267247] ACPI: bus type PNP registered [ 0.268923] pnp: PnP ACPI: found 8 devices [ 0.269945] ACPI: bus type PNP unregistered [ 0.277150] NET: Registered protocol family 2 [ 0.278615] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.280563] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.282490] TCP: Hash tables configured (established 16384 bind 16384) [ 0.284274] TCP: reno registered [ 0.285193] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.286686] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.288335] NET: Registered protocol family 1 [ 0.289577] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.291128] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.292610] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.316785] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.339150] Trying to unpack rootfs image as initramfs... [ 0.430760] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.432809] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.434059] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.435664] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.437490] Scanning for low memory corruption every 60 seconds [ 0.439016] Initialise system trusted keyring [ 0.440285] audit: initializing netlink socket (disabled) [ 0.441746] type=2000 audit(1533473607.005:1): initialized [ 0.461509] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.463911] zbud: loaded [ 0.464912] VFS: Disk quotas dquot_6.5.2 [ 0.466036] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.468019] fuse init (API version 7.22) [ 0.469204] msgmni has been set to 3997 [ 0.470330] Key type big_key registered [ 0.471662] Key type asymmetric registered [ 0.472803] Asymmetric key parser 'x509' registered [ 0.474130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.475829] io scheduler noop registered [ 0.476745] io scheduler deadline registered (default) [ 0.477747] io scheduler cfq registered [ 0.478593] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.479680] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.480927] ipmi message handler version 39.2 [ 0.481831] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.483268] ACPI: Power Button [PWRF] [ 0.484124] GHES: HEST is not enabled! [ 0.505678] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.548873] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.571032] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.572690] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.596647] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.598768] Linux agpgart interface v0.103 [ 0.600396] brd: module loaded [ 0.601453] loop: module loaded [ 0.602433] blk-mq: CPU -> queue map [ 0.603196] CPU 0 -> Queue 0 [ 0.603873] CPU 1 -> Queue 0 [ 0.605086] vda: vda1 [ 0.606407] scsi0 : ata_piix [ 0.607321] scsi1 : ata_piix [ 0.608186] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.609810] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.611785] libphy: Fixed MDIO Bus: probed [ 0.612982] tun: Universal TUN/TAP device driver, 1.6 [ 0.614318] tun: (C) 1999-2004 Max Krasnyansky [ 0.617330] PPP generic driver version 2.4.2 [ 0.618657] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620312] ehci-pci: EHCI PCI platform driver [ 0.621537] ehci-platform: EHCI generic platform driver [ 0.622990] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.624671] ohci-pci: OHCI PCI platform driver [ 0.626002] ohci-platform: OHCI generic platform driver [ 0.627460] uhci_hcd: USB Universal Host Controller Interface driver [ 0.651439] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.652772] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.654743] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.656244] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.657902] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.659768] usb usb1: Product: UHCI Host Controller [ 0.661189] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.662851] usb usb1: SerialNumber: 0000:00:01.2 [ 0.664141] hub 1-0:1.0: USB hub found [ 0.665280] hub 1-0:1.0: 2 ports detected [ 0.666609] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.669647] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.670973] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.672589] mousedev: PS/2 mouse device common for all mice [ 0.674473] rtc_cmos 00:00: RTC can wake from S4 [ 0.676427] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679283] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.681246] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683298] device-mapper: uevent: version 1.0.3 [ 0.684314] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.686620] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688307] TCP: cubic registered [ 0.689376] NET: Registered protocol family 10 [ 0.690912] NET: Registered protocol family 17 [ 0.692222] Key type dns_resolver registered [ 0.693563] Loading compiled-in X.509 certificates [ 0.695558] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.706137] registered taskstats version 1 [ 0.708885] Key type trusted registered [ 0.712426] Key type encrypted registered [ 0.713496] AppArmor: AppArmor sha1 policy hashing enabled [ 0.714918] IMA: No TPM chip found, activating TPM-bypass! [ 0.716688] regulator-dummy: disabling [ 0.717850] Magic number: 14:996:884 [ 0.719360] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606) [ 0.721576] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.723027] EDD information not available. [ 0.765654] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.767492] Write protecting the kernel read-only data: 12288k [ 0.769812] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.773244] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.787294] systemd-udevd[107]: starting version 204 [ 0.824478] FDC 0 is a S82078B [ 0.976046] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.140890] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.142326] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.143731] usb 1-1: Product: QEMU USB Tablet [ 1.144679] usb 1-1: Manufacturer: QEMU [ 1.145538] usb 1-1: SerialNumber: 42 [ 1.432211] tsc: Refined TSC clocksource calibration: 3491.850 MHz [ 1.840952] 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.095604] 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.178954] 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 Send an event to indicate plymouth is up[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.308905] 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 Initialize or finalize resolvconf[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.69 seconds. cloud-init-nonet[2.83]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.05]: static networking is now up * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 4.20 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:e0:ab:d1 | ci-info: | eth0 | True | 192.168.0.2 | 255.255.255.0 | fa:16:3e:99:ac:b5 | 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: 23:a6:1c:79:e0:68:8f:e8:18:11:f8:b8:29:26:09:50 root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | E | |.. | |+ . | |.+ o o | |+ + + + S | |.B + = . . | |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: 3a:34:a3:d0:40:a0:8d:58:31:a6:24:a6:f7:af:89:75 root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ |o+*. | |BB . | |* + | | . + | | . o + S | | . + + | | 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: d2:f5:84:b5:65:5b:14:88:86:10:88:b3:23:97:34:1e root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | . .oo . o +o+| | E . . = = o | | o * + o . | | . * . . o | | o . . S . | | . | | | | | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: b6:90:24:38:9d:6c:a5:a8:11:fc:99:3b:98:ab:2f:5b root@dime-0 The key's randomart image is: +--[ED25519 256--+ |o . | | o = + | |. = X . | | o * o . | |. o . o S | | o o o . | | E . . | |.o | |++. | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting Bridge file events into upstart[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 ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting SystemD login management service[74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] * Starting AppArmor profiles [80G [74G[ OK ] * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:36 +0000. Up 10.65 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 ] 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 Sun, 05 Aug 2018 12:53:37 +0000. Up 11.50 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 16160 0 --:--:-- --:--:-- --:--:-- 16231 OK + apt-get update Ubuntu 14.04.5 LTS dime-0 ttyS0 dime-0 login: Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:8 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB] Get:9 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:12 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:14 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 kB] Get:16 http://security.ubuntu.com trusty-security/universe Translation-en [130 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 [465 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 [540 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 [249 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.6 MB in 8s (1421 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.27 + '[' -n 192.168.0.27 ']' + 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 0 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://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-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 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://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/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB] Get:23 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:24 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB] Get:25 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB] Get:26 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:27 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:28 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:30 http://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 kB] Get:31 http://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 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-153.203 [772 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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.12 [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/universe libzmq3-dev amd64 4.0.4+dfsg-2 [253 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 (5000 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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.12_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.12) ... 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-2_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2) ... 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-153.203) ... 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-2) ... 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.12) ... 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-2) ... 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 8722 clearwater-socket-factory-sig start/running, process 8727 Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8776 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' reload: Job is not running: clearwater-monit 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 0 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:3 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Fetched 38.4 MB in 5s (6578 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58605 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-cluster-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ... Unpacking clearwater-management (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6) Setting up clearwater-queue-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_config_manager Collecting nsenter (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting argparse (from nsenter->clearwater_config_manager) Collecting contextlib2 (from nsenter->clearwater_config_manager) Collecting pathlib (from nsenter->clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env Successfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-180328.115321) ... + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.210 ++ echo 172.30.9.210 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.210 ++ ip2rr 192.168.1.28 ++ echo 192.168.1.28 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.28 ++ ip2rr 192.168.1.28 ++ echo 192.168.1.28 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.28 ++ ip2rr 192.168.0.2 ++ echo 192.168.0.2 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.2 + echo 'nameserver 192.168.0.6' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.2' + 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 | 31:52:89:23:33:05:fd:ee:47:16:6f:46:7e:17:e3:0a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 3a:34:a3:d0:40:a0:8d:58:31:a6:24:a6:f7:af:89:75 root@dime-0 (DSA) ec2: 256 d2:f5:84:b5:65:5b:14:88:86:10:88:b3:23:97:34:1e root@dime-0 (ECDSA) ec2: 256 b6:90:24:38:9d:6c:a5:a8:11:fc:99:3b:98:ab:2f:5b root@dime-0 (ED25519) ec2: 2048 23:a6:1c:79:e0:68:8f:e8:18:11:f8:b8:29:26:09:50 root@dime-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOrQLdk+k0X/dhyiLBDvVdZ7I0e3Tbtjp7dswpPQhZtbd+7656f0u4V85F43IG7g7dJrQEqtcRMsstoNHcQe2qI= root@dime-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB+DEoLNeQ+nwdql9n3R/jBaM8I1krFxIRL+/Ub8+bg1 root@dime-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCt4Yn/07fzhnq/S6xazGGUnHXvVKmwoUAXd99/rO3abBv8pempxstUDxtvneJ5IxBSCq8nMLv9YSOKy54w/SLN00nsbW6Bn7CQjS2l8Vith9euKGMCHzg5YTfdlRNOkFaaCHWSMWMzMVrPByVmVPzBJK+KGKsevWgCj57+rU1UrwdoJC/MZd/Ge72+p3pPbg9UVMLHthDMKRrXR3FwqbqQwY+wj5wa91xXtBsGEaBLVntkGKSE8fiR5Jg7c/Oj5wC8sxuCO8Gp5+VHI9JHVONkJP6QHzQfCyTLKWJqN7yxascCWDl+q6PIFzuN64wUPfspGBVc+iDkwMI5iv5/UH5X root@dime-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 05 Aug 2018 12:56:44 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 197.61 seconds 2018-08-05 12:56:45,421 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-05 12:56:45,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:56:45,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:56:46,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:56: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-dcb17d90-a478-4e88-aad6-a7b7723c57ff x-compute-request-id: req-dcb17d90-a478-4e88-aad6-a7b7723c57ff Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:56:46,221 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-dcb17d90-a478-4e88-aad6-a7b7723c57ff 2018-08-05 12:56:46,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.799561977386s 2018-08-05 12:56:46,222 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-dcb17d90-a478-4e88-aad6-a7b7723c57ff 2018-08-05 12:56:46,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:56:46,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:56:46,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-8acfde69-c308-4be7-b451-f94c3c10d16d x-compute-request-id: req-8acfde69-c308-4be7-b451-f94c3c10d16d Content-Encoding: gzip Content-Length: 20726 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008026] Security Framework initialized\n[ 0.009301] AppArmor: AppArmor initialized\n[ 0.010474] Yama: becoming mindful.\n[ 0.011739] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.013369] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016642] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018361] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020360] Initializing cgroup subsys memory\n[ 0.021566] Initializing cgroup subsys devices\n[ 0.022719] Initializing cgroup subsys freezer\n[ 0.024010] Initializing cgroup subsys blkio\n[ 0.025182] Initializing cgroup subsys perf_event\n[ 0.026450] Initializing cgroup subsys hugetlb\n[ 0.027763] CPU: Physical Processor ID: 0\n[ 0.028016] FEATURE SPEC_CTRL Present\n[ 0.029505] mce: CPU supports 10 MCE banks\n[ 0.030397] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030397] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032009] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033228] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.034694] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.036003] Speculative Store Bypass: Vulnerable\n[ 0.037459] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.044186] ACPI: Core revision 20131115\n[ 0.045696] ACPI: All ACPI Tables successfully acquired\n[ 0.047151] ftrace: allocating 28727 entries in 113 pages\n[ 0.068390] Enabling x2apic\n[ 0.069395] Enabled x2apic\n[ 0.072021] Switched APIC routing to physical x2apic.\n[ 0.074404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.076007] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.079094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085538] KVM setup paravirtual spinlock\n[ 0.089637] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.091748] x86: Booting SMP configuration:\n[ 0.092004] .... node #0, CPUs: #1[ 0.089575] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.108025] x86: Booted up 1 node, 2 CPUs\n[ 0.108014] KVM setup async PF for cpu 1\n[ 0.108017] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.111861] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.112329] devtmpfs: initialized\n[ 0.115095] EVM: security.selinux\n[ 0.116006] EVM: security.SMACK64\n[ 0.117014] EVM: security.ima\n[ 0.117912] EVM: security.capability\n[ 0.120141] pinctrl core: initialized pinctrl subsystem\n[ 0.121644] regulator-dummy: no parameters\n[ 0.122894] RTC time: 12:53:26, date: 08/05/18\n[ 0.124099] NET: Registered protocol family 16\n[ 0.125550] cpuidle: using governor ladder\n[ 0.126879] cpuidle: using governor menu\n[ 0.128084] ACPI: bus type PCI registered\n[ 0.129278] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.131145] PCI: Using configuration type 1 for base access\n[ 0.132629] bio: create slab at 0\n[ 0.132913] ACPI: Added _OSI(Module Device)\n[ 0.132934] ACPI: Added _OSI(Processor Device)\n[ 0.133846] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.136003] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.138570] ACPI: Interpreter enabled\n[ 0.139570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.141569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.144004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.146475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.148695] ACPI: (supports S0 S5)\n[ 0.149625] ACPI: Using IOAPIC for interrupt routing\n[ 0.152021] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.154491] ACPI: No dock devices found.\n[ 0.157099] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.158252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.159507] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.160020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.162266] acpiphp: Slot [3] registered\n[ 0.163158] acpiphp: Slot [4] registered\n[ 0.163969] acpiphp: Slot [5] registered\n[ 0.164020] acpiphp: Slot [6] registered\n[ 0.164844] acpiphp: Slot [7] registered\n[ 0.165656] acpiphp: Slot [8] registered\n[ 0.166465] acpiphp: Slot [9] registered\n[ 0.167276] acpiphp: Slot [10] registered\n[ 0.168018] acpiphp: Slot [11] registered\n[ 0.168839] acpiphp: Slot [12] registered\n[ 0.169656] acpiphp: Slot [13] registered\n[ 0.170461] acpiphp: Slot [14] registered\n[ 0.171278] acpiphp: Slot [15] registered\n[ 0.172017] acpiphp: Slot [16] registered\n[ 0.172849] acpiphp: Slot [17] registered\n[ 0.173656] acpiphp: Slot [18] registered\n[ 0.174473] acpiphp: Slot [19] registered\n[ 0.175283] acpiphp: Slot [20] registered\n[ 0.176017] acpiphp: Slot [21] registered\n[ 0.176859] acpiphp: Slot [22] registered\n[ 0.177698] acpiphp: Slot [23] registered\n[ 0.178544] acpiphp: Slot [24] registered\n[ 0.179386] acpiphp: Slot [25] registered\n[ 0.180017] acpiphp: Slot [26] registered\n[ 0.181009] acpiphp: Slot [27] registered\n[ 0.181844] acpiphp: Slot [28] registered\n[ 0.182660] acpiphp: Slot [29] registered\n[ 0.183464] acpiphp: Slot [30] registered\n[ 0.184023] acpiphp: Slot [31] registered\n[ 0.184832] PCI host bridge to bus 0000:00\n[ 0.185652] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.186695] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.187871] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.188004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.189285] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.190667] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.197153] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.198674] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.224931] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.226678] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.228072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.229718] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.231354] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.232629] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.234044] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.234044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.236003] vgaarb: loaded\n[ 0.236747] vgaarb: bridge control possible 0000:00:02.0\n[ 0.238098] SCSI subsystem initialized\n[ 0.239141] ACPI: bus type USB registered\n[ 0.240031] usbcore: registered new interface driver usbfs\n[ 0.241288] usbcore: registered new interface driver hub\n[ 0.242550] usbcore: registered new device driver usb\n[ 0.242550] PCI: Using ACPI for IRQ routing\n[ 0.244288] NetLabel: Initializing\n[ 0.245108] NetLabel: domain hash size = 128\n[ 0.246116] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.247273] NetLabel: unlabeled traffic allowed by default\n[ 0.248171] Switched to clocksource kvm-clock\n[ 0.255426] AppArmor: AppArmor Filesystem Enabled\n[ 0.256537] pnp: PnP ACPI init\n[ 0.257305] ACPI: bus type PNP registered\n[ 0.258642] pnp: PnP ACPI: found 8 devices\n[ 0.259599] ACPI: bus type PNP unregistered\n[ 0.266931] NET: Registered protocol family 2\n[ 0.268173] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.269964] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.271992] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.273846] TCP: reno registered\n[ 0.274833] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.276740] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.278814] NET: Registered protocol family 1\n[ 0.280386] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.282026] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.283879] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.308622] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.330666] Trying to unpack rootfs image as initramfs...\n[ 0.421876] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.423755] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.425015] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.427015] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.428855] Scanning for low memory corruption every 60 seconds\n[ 0.430559] Initialise system trusted keyring\n[ 0.432051] audit: initializing netlink socket (disabled)\n[ 0.433721] type=2000 audit(1533473607.040:1): initialized\n[ 0.454697] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.457341] zbud: loaded\n[ 0.458428] VFS: Disk quotas dquot_6.5.2\n[ 0.459685] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.461872] fuse init (API version 7.22)\n[ 0.463066] msgmni has been set to 3997\n[ 0.463963] Key type big_key registered\n[ 0.465130] Key type asymmetric registered\n[ 0.466006] Asymmetric key parser 'x509' registered\n[ 0.467047] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.468629] io scheduler noop registered\n[ 0.469469] io scheduler deadline registered (default)\n[ 0.470515] io scheduler cfq registered\n[ 0.471404] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.472529] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.473852] ipmi message handler version 39.2\n[ 0.474831] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.476376] ACPI: Power Button [PWRF]\n[ 0.477273] GHES: HEST is not enabled!\n[ 0.498901] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.541974] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564068] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.565726] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.589360] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591599] Linux agpgart interface v0.103\n[ 0.593275] brd: module loaded\n[ 0.594375] loop: module loaded\n[ 0.595418] blk-mq: CPU -> queue map\n[ 0.596336] CPU 0 -> Queue 0\n[ 0.597063] CPU 1 -> Queue 0\n[ 0.598264] vda: vda1\n[ 0.599470] scsi0 : ata_piix\n[ 0.600198] scsi1 : ata_piix\n[ 0.600884] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.602151] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.603626] libphy: Fixed MDIO Bus: probed\n[ 0.604579] tun: Universal TUN/TAP device driver, 1.6\n[ 0.605634] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.609353] PPP generic driver version 2.4.2\n[ 0.610308] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.611542] ehci-pci: EHCI PCI platform driver\n[ 0.612472] ehci-platform: EHCI generic platform driver\n[ 0.613507] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.614675] ohci-pci: OHCI PCI platform driver\n[ 0.615584] ohci-platform: OHCI generic platform driver\n[ 0.616646] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638520] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639574] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.641105] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.642256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.643516] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644978] usb usb1: Product: UHCI Host Controller\n[ 0.645958] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.647151] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648165] hub 1-0:1.0: USB hub found\n[ 0.648989] hub 1-0:1.0: 2 ports detected\n[ 0.649932] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652901] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.654483] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656278] mousedev: PS/2 mouse device common for all mice\n[ 0.658319] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661175] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662715] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.664420] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.666181] device-mapper: uevent: version 1.0.3\n[ 0.667554] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.669914] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671610] TCP: cubic registered\n[ 0.672665] NET: Registered protocol family 10\n[ 0.674165] NET: Registered protocol family 17\n[ 0.675442] Key type dns_resolver registered\n[ 0.676839] Loading compiled-in X.509 certificates\n[ 0.678821] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.688775] registered taskstats version 1\n[ 0.691631] Key type trusted registered\n[ 0.695220] Key type encrypted registered\n[ 0.696399] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.697932] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.699910] regulator-dummy: disabling\n[ 0.701100] Magic number: 14:996:884\n[ 0.702329] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606)\n[ 0.704767] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.706480] EDD information not available.\n[ 0.761073] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.763389] Write protecting the kernel read-only data: 12288k\n[ 0.765521] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.768839] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.785472] systemd-udevd[107]: starting version 204\n[ 0.833616] FDC 0 is a S82078B\n[ 0.960024] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.124980] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.126367] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.127850] usb 1-1: Product: QEMU USB Tablet\n[ 1.128792] usb 1-1: Manufacturer: QEMU\n[ 1.129647] usb 1-1: SerialNumber: 42\n[ 1.420055] tsc: Refined TSC clocksource calibration: 3491.851 MHz\n[ 1.844820] 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.081383] 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.225469] random: init urandom read with 10 bits of entropy available\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.383681] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.76 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 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 Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[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 Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.91]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 4.09 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:50:98:bd |\nci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:3e:b1:ea |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG |\nci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH |\nci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\nci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\nGenerating public/private rsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_rsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nThe key fingerprint is:\n92:1e:e8:85:0c:17:aa:49:77:a0:e6:0e:db:a0:3f:36 root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .. |\n| .... |\n| +o... |\n|+o.+.o . |\n|=. + = S |\n|++ . o o |\n|o.. . . |\n| .E |\n| ..o |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n30:99:af:85:75:11:67:69:44:c8:93:88:a8:ef:7e:65 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . . oo*=. |\n| . .o. =+o |\n| . = . .o |\n| . * . |\n| . . S |\n| . oE |\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:\nb5:e5:ce:86:3e:6f:2f:3e:55:f2:82:6c:92:3b:c4:27 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . . |\n| . + . .|\n| S..o.. + |\n| E+= o .|\n| ..*+. . |\n| .+.+ |\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:\ndc:35:26:c7:79:90:2e:19:03:22:14:00:3b:53:3f:54 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|..oo=oE .. .. |\n| o o . . o..o |\n|+ o .=B . |\n| o . . .o=.o |\n| S .. |\n| |\n| |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting 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 * Starting Bridge file events into upstart[74G[ OK ]\n[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 Sun, 05 Aug 2018 12:53:37 +0000. Up 12.01 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 ACPI daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\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 homer-0 ttyS0\n\nhomer-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:41 +0000. Up 14.31 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 21556 0 --:--:-- --:--:-- --:--:-- 21717\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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\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 [160 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB]\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 [754 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 8s (1572 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.27\n+ '[' -n 192.168.0.27 ']'\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 0 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-153.203 [772 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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.12 [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/universe libzmq3-dev amd64 4.0.4+dfsg-2 [253 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 (5326 kB/s)\nSelecting previously unselected package libasan0:amd64.\n(Reading database ... 51310 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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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.12_amd64.deb ...\nUnpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.12) ...\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-2_amd64.deb ...\nUnpacking libzmq3-dev:amd64 (4.0.4+dfsg-2) ...\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-153.203) ...\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-2) ...\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.12) ...\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-2) ...\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 8339\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 0 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 (9961 kB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58174 files and directories currently installed.)\nPreparing to unpack .../python-mock_1.0.1-3_all.deb ...\nUnpacking python-mock (1.0.1-3) ...\nSelecting previously unselected package python-jsonschema.\nPreparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ...\nUnpacking python-jsonschema (2.3.0-1build1) ...\nSelecting previously unselected package clearwater-etcd.\nPreparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ...\nUnpacking clearwater-etcd (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-cluster-manager.\nPreparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-cluster-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-queue-manager.\nPreparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-queue-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-config-manager.\nPreparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ...\nUnpacking clearwater-config-manager (1.0-180328.115321) ...\nSelecting previously unselected package clearwater-management.\nPreparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ...\nUnpacking clearwater-management (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up python-mock (1.0.1-3) ...\nSetting up python-jsonschema (2.3.0-1build1) ...\nSetting up clearwater-etcd (1.0-180328.115321) ...\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-cluster-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_cluster_manager\nCollecting clearwater-etcd-shared (from clearwater_cluster_manager)\nCollecting metaswitchcommon (from clearwater_cluster_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_cluster_manager)\nCollecting cffi (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_cluster_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_cluster_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_cluster_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager\nSuccessfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6)\nSetting up clearwater-queue-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_queue_manager\nCollecting clearwater-etcd-shared (from clearwater_queue_manager)\nCollecting metaswitchcommon (from clearwater_queue_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_queue_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_queue_manager)\nCollecting cffi (from metaswitchcommon->clearwater_queue_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_queue_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_queue_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_queue_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager)\nInstalling collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager\nSuccessfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-config-manager (1.0-180328.115321) ...\nAlready using interpreter /usr/bin/python\nNew python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python\nInstalling setuptools, pip...done.\nIgnoring indexes: https://pypi.python.org/simple/\nDownloading/unpacking pip\nInstalling collected packages: pip\n Found existing installation: pip 1.5.4\n Uninstalling pip:\n Successfully uninstalled pip\nSuccessfully installed pip\nCleaning up...\nCollecting wheel\nInstalling collected packages: wheel\nSuccessfully installed wheel-0.30.0\nCollecting clearwater_config_manager\nCollecting nsenter (from clearwater_config_manager)\nCollecting requests (from clearwater_config_manager)\nCollecting clearwater-etcd-shared (from clearwater_config_manager)\nCollecting metaswitchcommon (from clearwater_config_manager)\nCollecting jsonschema (from clearwater_config_manager)\nCollecting argparse (from nsenter->clearwater_config_manager)\nCollecting contextlib2 (from nsenter->clearwater_config_manager)\nCollecting pathlib (from nsenter->clearwater_config_manager)\nCollecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager)\nCollecting idna<2.7,>=2.5 (from requests->clearwater_config_manager)\nCollecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager)\nCollecting certifi>=2017.4.17 (from requests->clearwater_config_manager)\nCollecting futures (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting prctl (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting six (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting docopt (from clearwater-etcd-shared->clearwater_config_manager)\nCollecting pycparser (from metaswitchcommon->clearwater_config_manager)\nCollecting cffi (from metaswitchcommon->clearwater_config_manager)\nCollecting pycrypto (from metaswitchcommon->clearwater_config_manager)\nCollecting monotonic (from metaswitchcommon->clearwater_config_manager)\nCollecting pyzmq (from metaswitchcommon->clearwater_config_manager)\nCollecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager)\nInstalling collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager\n Found existing installation: argparse 1.2.1\n Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env\nSuccessfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1\nupdate-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5)\nupdate-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6)\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up clearwater-management (1.0-180328.115321) ...\n+ retries=0\n+ nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v\n++ ip2rr 172.30.9.205\n++ echo 172.30.9.205\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.205\n++ ip2rr 172.30.9.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n+ echo 'nameserver 192.168.0.6'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.2'\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 | 31:52:89:23:33:05:fd:ee:47:16:6f:46:7e:17:e3:0a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 30:99:af:85:75:11:67:69:44:c8:93:88:a8:ef:7e:65 root@homer-0 (DSA)\nec2: 256 b5:e5:ce:86:3e:6f:2f:3e:55:f2:82:6c:92:3b:c4:27 root@homer-0 (ECDSA)\nec2: 256 dc:35:26:c7:79:90:2e:19:03:22:14:00:3b:53:3f:54 root@homer-0 (ED25519)\nec2: 2048 92:1e:e8:85:0c:17:aa:49:77:a0:e6:0e:db:a0:3f:36 root@homer-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIcEhnFzyrqxQmAHvHKYATk0h3rWIQdFQ60CcUh4HzcH8Vjxsp/mGdyib1Bqf9sB3qOeMYwVjG+ffCA+wCjkPZY= root@homer-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKUbzsAm8DZm4k3HwoTfo33O5ASa3FwwwI5erx4mVOiJ root@homer-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3pFd5RG3PZ4YxWK0SQHAv6AfaoO6ADIAztKHQCd0fgesPIYBXHQAkxbNfKYymBd7rPhQ+Bop5T3/iynW8LYSxZZC8XCRQfQQQgcTzaFb+3rKlH22rW79mN4dTJ7vREmA4NPC8nMa36MSoLxWMYH05TiIIsFj0nL9QM2tyqr6Yrlo5LkB/pmdbfvjKtvGZAapVa0ZZ8aquq9IpXFl7UdDKmyhCb8rUzuZkrXdB/rF20OoWYxTakrj5n0p52l+TZ9fXJAGlO6o8nZLVoDisVemmXgWdM1RIjatlfD7FY/UBCZxwkJACBH9++jFgGGoKqMjzmFckoPonL8aNrUvwZdRX root@homer-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 05 Aug 2018 12:56:29 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 182.48 seconds\n"} 2018-08-05 12:56:46,465 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4/action used request id req-8acfde69-c308-4be7-b451-f94c3c10d16d 2018-08-05 12:56:46,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.235138893127s 2018-08-05 12:56:46,468 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4/action used request id req-8acfde69-c308-4be7-b451-f94c3c10d16d 2018-08-05 12:56:46,468 - 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008026] Security Framework initialized [ 0.009301] AppArmor: AppArmor initialized [ 0.010474] Yama: becoming mindful. [ 0.011739] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.013369] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016642] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018361] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020360] Initializing cgroup subsys memory [ 0.021566] Initializing cgroup subsys devices [ 0.022719] Initializing cgroup subsys freezer [ 0.024010] Initializing cgroup subsys blkio [ 0.025182] Initializing cgroup subsys perf_event [ 0.026450] Initializing cgroup subsys hugetlb [ 0.027763] CPU: Physical Processor ID: 0 [ 0.028016] FEATURE SPEC_CTRL Present [ 0.029505] mce: CPU supports 10 MCE banks [ 0.030397] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030397] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032009] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033228] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.034694] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.036003] Speculative Store Bypass: Vulnerable [ 0.037459] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.044186] ACPI: Core revision 20131115 [ 0.045696] ACPI: All ACPI Tables successfully acquired [ 0.047151] ftrace: allocating 28727 entries in 113 pages [ 0.068390] Enabling x2apic [ 0.069395] Enabled x2apic [ 0.072021] Switched APIC routing to physical x2apic. [ 0.074404] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.076007] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.079094] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085538] KVM setup paravirtual spinlock [ 0.089637] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.091748] x86: Booting SMP configuration: [ 0.092004] .... node #0, CPUs: #1[ 0.089575] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.108025] x86: Booted up 1 node, 2 CPUs [ 0.108014] KVM setup async PF for cpu 1 [ 0.108017] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.111861] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.112329] devtmpfs: initialized [ 0.115095] EVM: security.selinux [ 0.116006] EVM: security.SMACK64 [ 0.117014] EVM: security.ima [ 0.117912] EVM: security.capability [ 0.120141] pinctrl core: initialized pinctrl subsystem [ 0.121644] regulator-dummy: no parameters [ 0.122894] RTC time: 12:53:26, date: 08/05/18 [ 0.124099] NET: Registered protocol family 16 [ 0.125550] cpuidle: using governor ladder [ 0.126879] cpuidle: using governor menu [ 0.128084] ACPI: bus type PCI registered [ 0.129278] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.131145] PCI: Using configuration type 1 for base access [ 0.132629] bio: create slab at 0 [ 0.132913] ACPI: Added _OSI(Module Device) [ 0.132934] ACPI: Added _OSI(Processor Device) [ 0.133846] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.136003] ACPI: Added _OSI(Processor Aggregator Device) [ 0.138570] ACPI: Interpreter enabled [ 0.139570] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.141569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.144004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.146475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.148695] ACPI: (supports S0 S5) [ 0.149625] ACPI: Using IOAPIC for interrupt routing [ 0.152021] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.154491] ACPI: No dock devices found. [ 0.157099] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.158252] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.159507] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.160020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.162266] acpiphp: Slot [3] registered [ 0.163158] acpiphp: Slot [4] registered [ 0.163969] acpiphp: Slot [5] registered [ 0.164020] acpiphp: Slot [6] registered [ 0.164844] acpiphp: Slot [7] registered [ 0.165656] acpiphp: Slot [8] registered [ 0.166465] acpiphp: Slot [9] registered [ 0.167276] acpiphp: Slot [10] registered [ 0.168018] acpiphp: Slot [11] registered [ 0.168839] acpiphp: Slot [12] registered [ 0.169656] acpiphp: Slot [13] registered [ 0.170461] acpiphp: Slot [14] registered [ 0.171278] acpiphp: Slot [15] registered [ 0.172017] acpiphp: Slot [16] registered [ 0.172849] acpiphp: Slot [17] registered [ 0.173656] acpiphp: Slot [18] registered [ 0.174473] acpiphp: Slot [19] registered [ 0.175283] acpiphp: Slot [20] registered [ 0.176017] acpiphp: Slot [21] registered [ 0.176859] acpiphp: Slot [22] registered [ 0.177698] acpiphp: Slot [23] registered [ 0.178544] acpiphp: Slot [24] registered [ 0.179386] acpiphp: Slot [25] registered [ 0.180017] acpiphp: Slot [26] registered [ 0.181009] acpiphp: Slot [27] registered [ 0.181844] acpiphp: Slot [28] registered [ 0.182660] acpiphp: Slot [29] registered [ 0.183464] acpiphp: Slot [30] registered [ 0.184023] acpiphp: Slot [31] registered [ 0.184832] PCI host bridge to bus 0000:00 [ 0.185652] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.186695] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.187871] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.188004] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.189285] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.190667] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.197153] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.198674] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.224931] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.226678] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.228072] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.229718] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.231354] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.232629] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.234044] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.234044] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.236003] vgaarb: loaded [ 0.236747] vgaarb: bridge control possible 0000:00:02.0 [ 0.238098] SCSI subsystem initialized [ 0.239141] ACPI: bus type USB registered [ 0.240031] usbcore: registered new interface driver usbfs [ 0.241288] usbcore: registered new interface driver hub [ 0.242550] usbcore: registered new device driver usb [ 0.242550] PCI: Using ACPI for IRQ routing [ 0.244288] NetLabel: Initializing [ 0.245108] NetLabel: domain hash size = 128 [ 0.246116] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.247273] NetLabel: unlabeled traffic allowed by default [ 0.248171] Switched to clocksource kvm-clock [ 0.255426] AppArmor: AppArmor Filesystem Enabled [ 0.256537] pnp: PnP ACPI init [ 0.257305] ACPI: bus type PNP registered [ 0.258642] pnp: PnP ACPI: found 8 devices [ 0.259599] ACPI: bus type PNP unregistered [ 0.266931] NET: Registered protocol family 2 [ 0.268173] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.269964] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.271992] TCP: Hash tables configured (established 16384 bind 16384) [ 0.273846] TCP: reno registered [ 0.274833] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.276740] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.278814] NET: Registered protocol family 1 [ 0.280386] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.282026] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.283879] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.308622] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.330666] Trying to unpack rootfs image as initramfs... [ 0.421876] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.423755] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.425015] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.427015] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.428855] Scanning for low memory corruption every 60 seconds [ 0.430559] Initialise system trusted keyring [ 0.432051] audit: initializing netlink socket (disabled) [ 0.433721] type=2000 audit(1533473607.040:1): initialized [ 0.454697] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.457341] zbud: loaded [ 0.458428] VFS: Disk quotas dquot_6.5.2 [ 0.459685] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.461872] fuse init (API version 7.22) [ 0.463066] msgmni has been set to 3997 [ 0.463963] Key type big_key registered [ 0.465130] Key type asymmetric registered [ 0.466006] Asymmetric key parser 'x509' registered [ 0.467047] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.468629] io scheduler noop registered [ 0.469469] io scheduler deadline registered (default) [ 0.470515] io scheduler cfq registered [ 0.471404] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.472529] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.473852] ipmi message handler version 39.2 [ 0.474831] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.476376] ACPI: Power Button [PWRF] [ 0.477273] GHES: HEST is not enabled! [ 0.498901] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.541974] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564068] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.565726] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.589360] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.591599] Linux agpgart interface v0.103 [ 0.593275] brd: module loaded [ 0.594375] loop: module loaded [ 0.595418] blk-mq: CPU -> queue map [ 0.596336] CPU 0 -> Queue 0 [ 0.597063] CPU 1 -> Queue 0 [ 0.598264] vda: vda1 [ 0.599470] scsi0 : ata_piix [ 0.600198] scsi1 : ata_piix [ 0.600884] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.602151] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.603626] libphy: Fixed MDIO Bus: probed [ 0.604579] tun: Universal TUN/TAP device driver, 1.6 [ 0.605634] tun: (C) 1999-2004 Max Krasnyansky [ 0.609353] PPP generic driver version 2.4.2 [ 0.610308] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.611542] ehci-pci: EHCI PCI platform driver [ 0.612472] ehci-platform: EHCI generic platform driver [ 0.613507] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.614675] ohci-pci: OHCI PCI platform driver [ 0.615584] ohci-platform: OHCI generic platform driver [ 0.616646] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638520] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639574] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.641105] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.642256] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.643516] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.644978] usb usb1: Product: UHCI Host Controller [ 0.645958] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.647151] usb usb1: SerialNumber: 0000:00:01.2 [ 0.648165] hub 1-0:1.0: USB hub found [ 0.648989] hub 1-0:1.0: 2 ports detected [ 0.649932] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.652901] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.654483] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.656278] mousedev: PS/2 mouse device common for all mice [ 0.658319] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.661175] rtc_cmos 00:00: RTC can wake from S4 [ 0.662715] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664420] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.666181] device-mapper: uevent: version 1.0.3 [ 0.667554] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.669914] ledtrig-cpu: registered to indicate activity on CPUs [ 0.671610] TCP: cubic registered [ 0.672665] NET: Registered protocol family 10 [ 0.674165] NET: Registered protocol family 17 [ 0.675442] Key type dns_resolver registered [ 0.676839] Loading compiled-in X.509 certificates [ 0.678821] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.688775] registered taskstats version 1 [ 0.691631] Key type trusted registered [ 0.695220] Key type encrypted registered [ 0.696399] AppArmor: AppArmor sha1 policy hashing enabled [ 0.697932] IMA: No TPM chip found, activating TPM-bypass! [ 0.699910] regulator-dummy: disabling [ 0.701100] Magic number: 14:996:884 [ 0.702329] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:26 UTC (1533473606) [ 0.704767] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.706480] EDD information not available. [ 0.761073] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.763389] Write protecting the kernel read-only data: 12288k [ 0.765521] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.768839] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.785472] systemd-udevd[107]: starting version 204 [ 0.833616] FDC 0 is a S82078B [ 0.960024] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124980] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.126367] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.127850] usb 1-1: Product: QEMU USB Tablet [ 1.128792] usb 1-1: Manufacturer: QEMU [ 1.129647] usb 1-1: SerialNumber: 42 [ 1.420055] tsc: Refined TSC clocksource calibration: 3491.851 MHz [ 1.844820] 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.081383] 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.225469] random: init urandom read with 10 bits of entropy available * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.383681] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:28 +0000. Up 2.76 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 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 Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[3.91]: static networking is now up * Starting configure network device[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:53:29 +0000. Up 4.09 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:50:98:bd | ci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:3e:b1:ea | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ ci-info: | 0 | 0.0.0.0 | 192.168.0.254 | 0.0.0.0 | eth0 | UG | ci-info: | 1 | 169.254.169.254 | 192.168.0.254 | 255.255.255.255 | eth0 | UGH | ci-info: | 2 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ Generating public/private rsa key pair. Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. The key fingerprint is: 92:1e:e8:85:0c:17:aa:49:77:a0:e6:0e:db:a0:3f:36 root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | .. | | .... | | +o... | |+o.+.o . | |=. + = S | |++ . o o | |o.. . . | | .E | | ..o | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 30:99:af:85:75:11:67:69:44:c8:93:88:a8:ef:7e:65 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | . . oo*=. | | . .o. =+o | | . = . .o | | . * . | | . . S | | . oE | | . .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: b5:e5:ce:86:3e:6f:2f:3e:55:f2:82:6c:92:3b:c4:27 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . . | | . + . .| | S..o.. + | | E+= 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: dc:35:26:c7:79:90:2e:19:03:22:14:00:3b:53:3f:54 root@homer-0 The key's randomart image is: +--[ED25519 256--+ |..oo=oE .. .. | | o o . . o..o | |+ o .=B . | | o . . .o=.o | | S .. | | | | | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... [80G * Starting Bridge file events into upstart[74G[ OK ] [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 Sun, 05 Aug 2018 12:53:37 +0000. Up 12.01 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 ACPI daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] * 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 homer-0 ttyS0 homer-0 login: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:41 +0000. Up 14.31 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 21556 0 --:--:-- --:--:-- --:--:-- 21717 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] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB] 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 [160 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB] 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 [754 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:11 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:13 http://security.ubuntu.com trusty-security/main Translation-en [407 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:15 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 8s (1572 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.27 + '[' -n 192.168.0.27 ']' + 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 0 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-153.203 [772 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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.12 [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/universe libzmq3-dev amd64 4.0.4+dfsg-2 [253 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 (5326 kB/s) Selecting previously unselected package libasan0:amd64. (Reading database ... 51310 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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.12_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.12) ... 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-2_amd64.deb ... Unpacking libzmq3-dev:amd64 (4.0.4+dfsg-2) ... 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-153.203) ... 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-2) ... 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.12) ... 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-2) ... 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 8339 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 0 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 (9961 kB/s) Selecting previously unselected package python-mock. (Reading database ... 58174 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-180328.115321_all.deb ... Unpacking clearwater-etcd (1.0-180328.115321) ... Selecting previously unselected package clearwater-cluster-manager. Preparing to unpack .../clearwater-cluster-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-cluster-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-queue-manager. Preparing to unpack .../clearwater-queue-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-queue-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-config-manager. Preparing to unpack .../clearwater-config-manager_1.0-180328.115321_all.deb ... Unpacking clearwater-config-manager (1.0-180328.115321) ... Selecting previously unselected package clearwater-management. Preparing to unpack .../clearwater-management_1.0-180328.115321_all.deb ... Unpacking clearwater-management (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up python-mock (1.0.1-3) ... Setting up python-jsonschema (2.3.0-1build1) ... Setting up clearwater-etcd (1.0-180328.115321) ... Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-cluster-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-cluster-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_cluster_manager Collecting clearwater-etcd-shared (from clearwater_cluster_manager) Collecting metaswitchcommon (from clearwater_cluster_manager) Collecting futures (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting six (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_cluster_manager) Collecting pycparser (from metaswitchcommon->clearwater_cluster_manager) Collecting cffi (from metaswitchcommon->clearwater_cluster_manager) Collecting pycrypto (from metaswitchcommon->clearwater_cluster_manager) Collecting monotonic (from metaswitchcommon->clearwater_cluster_manager) Collecting pyzmq (from metaswitchcommon->clearwater_cluster_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_cluster_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-cluster-manager Successfully installed cffi-1.10.0 clearwater-cluster-manager-1.0 clearwater-etcd-shared-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-cluster-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-cluster-manager Default-Stop values (0 1 6) Setting up clearwater-queue-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-queue-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_queue_manager Collecting clearwater-etcd-shared (from clearwater_queue_manager) Collecting metaswitchcommon (from clearwater_queue_manager) Collecting futures (from clearwater-etcd-shared->clearwater_queue_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_queue_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_queue_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_queue_manager) Collecting six (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_queue_manager) Collecting urllib3 (from clearwater-etcd-shared->clearwater_queue_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_queue_manager) Collecting pycparser (from metaswitchcommon->clearwater_queue_manager) Collecting cffi (from metaswitchcommon->clearwater_queue_manager) Collecting pycrypto (from metaswitchcommon->clearwater_queue_manager) Collecting monotonic (from metaswitchcommon->clearwater_queue_manager) Collecting pyzmq (from metaswitchcommon->clearwater_queue_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_queue_manager) Installing collected packages: futures, py2-ipaddress, prctl, urllib3, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, clearwater-queue-manager Successfully installed cffi-1.10.0 clearwater-etcd-shared-1.0 clearwater-queue-manager-1.0 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 metaswitchcommon-0.1 monotonic-0.6 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-queue-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-queue-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-config-manager (1.0-180328.115321) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/clearwater-config-manager/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 Collecting clearwater_config_manager Collecting nsenter (from clearwater_config_manager) Collecting requests (from clearwater_config_manager) Collecting clearwater-etcd-shared (from clearwater_config_manager) Collecting metaswitchcommon (from clearwater_config_manager) Collecting jsonschema (from clearwater_config_manager) Collecting argparse (from nsenter->clearwater_config_manager) Collecting contextlib2 (from nsenter->clearwater_config_manager) Collecting pathlib (from nsenter->clearwater_config_manager) Collecting urllib3<1.23,>=1.21.1 (from requests->clearwater_config_manager) Collecting idna<2.7,>=2.5 (from requests->clearwater_config_manager) Collecting chardet<3.1.0,>=3.0.2 (from requests->clearwater_config_manager) Collecting certifi>=2017.4.17 (from requests->clearwater_config_manager) Collecting futures (from clearwater-etcd-shared->clearwater_config_manager) Collecting py2-ipaddress (from clearwater-etcd-shared->clearwater_config_manager) Collecting prctl (from clearwater-etcd-shared->clearwater_config_manager) Collecting python-etcd (from clearwater-etcd-shared->clearwater_config_manager) Collecting six (from clearwater-etcd-shared->clearwater_config_manager) Collecting pyyaml (from clearwater-etcd-shared->clearwater_config_manager) Collecting docopt (from clearwater-etcd-shared->clearwater_config_manager) Collecting pycparser (from metaswitchcommon->clearwater_config_manager) Collecting cffi (from metaswitchcommon->clearwater_config_manager) Collecting pycrypto (from metaswitchcommon->clearwater_config_manager) Collecting monotonic (from metaswitchcommon->clearwater_config_manager) Collecting pyzmq (from metaswitchcommon->clearwater_config_manager) Collecting dnspython (from python-etcd->clearwater-etcd-shared->clearwater_config_manager) Installing collected packages: argparse, contextlib2, pathlib, nsenter, urllib3, idna, chardet, certifi, requests, futures, py2-ipaddress, prctl, dnspython, python-etcd, six, pyyaml, docopt, clearwater-etcd-shared, pycparser, cffi, pycrypto, monotonic, pyzmq, metaswitchcommon, jsonschema, clearwater-config-manager Found existing installation: argparse 1.2.1 Not uninstalling argparse at /usr/lib/python2.7, outside environment /usr/share/clearwater/clearwater-config-manager/env Successfully installed argparse-1.4.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 clearwater-config-manager-1.0 clearwater-etcd-shared-1.0 contextlib2-0.5.5 dnspython-1.15.0 docopt-0.6.2 futures-3.0.5 idna-2.6 jsonschema-2.3.0 metaswitchcommon-0.1 monotonic-0.6 nsenter-0.2 pathlib-1.0.1 prctl-1.0.1 py2-ipaddress-3.4.1 pycparser-2.18 pycrypto-2.6.1 python-etcd-0.4.3 pyyaml-3.11 pyzmq-16.0.2 requests-2.18.4 six-1.10.0 urllib3-1.21.1 update-rc.d: warning: start runlevel arguments (none) do not match clearwater-config-manager Default-Start values (2 3 4 5) update-rc.d: warning: stop runlevel arguments (none) do not match clearwater-config-manager Default-Stop values (0 1 6) Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-management (1.0-180328.115321) ... + retries=0 + nsupdate -y clearwater.opnfv:GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg== -v ++ ip2rr 172.30.9.205 ++ echo 172.30.9.205 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.205 ++ ip2rr 172.30.9.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 + echo 'nameserver 192.168.0.6' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.2' + 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 | 31:52:89:23:33:05:fd:ee:47:16:6f:46:7e:17:e3:0a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 30:99:af:85:75:11:67:69:44:c8:93:88:a8:ef:7e:65 root@homer-0 (DSA) ec2: 256 b5:e5:ce:86:3e:6f:2f:3e:55:f2:82:6c:92:3b:c4:27 root@homer-0 (ECDSA) ec2: 256 dc:35:26:c7:79:90:2e:19:03:22:14:00:3b:53:3f:54 root@homer-0 (ED25519) ec2: 2048 92:1e:e8:85:0c:17:aa:49:77:a0:e6:0e:db:a0:3f:36 root@homer-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIcEhnFzyrqxQmAHvHKYATk0h3rWIQdFQ60CcUh4HzcH8Vjxsp/mGdyib1Bqf9sB3qOeMYwVjG+ffCA+wCjkPZY= root@homer-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKUbzsAm8DZm4k3HwoTfo33O5ASa3FwwwI5erx4mVOiJ root@homer-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3pFd5RG3PZ4YxWK0SQHAv6AfaoO6ADIAztKHQCd0fgesPIYBXHQAkxbNfKYymBd7rPhQ+Bop5T3/iynW8LYSxZZC8XCRQfQQQgcTzaFb+3rKlH22rW79mN4dTJ7vREmA4NPC8nMa36MSoLxWMYH05TiIIsFj0nL9QM2tyqr6Yrlo5LkB/pmdbfvjKtvGZAapVa0ZZ8aquq9IpXFl7UdDKmyhCb8rUzuZkrXdB/rF20OoWYxTakrj5n0p52l+TZ9fXJAGlO6o8nZLVoDisVemmXgWdM1RIjatlfD7FY/UBCZxwkJACBH9++jFgGGoKqMjzmFckoPonL8aNrUvwZdRX root@homer-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 05 Aug 2018 12:56:29 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 182.48 seconds 2018-08-05 12:56:46,472 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-05 12:56:46,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:56:46,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:56:47,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-3c2d0dfc-9459-495c-84a9-ea4b0b92c0bc x-compute-request-id: req-3c2d0dfc-9459-495c-84a9-ea4b0b92c0bc Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:56:47,073 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3c2d0dfc-9459-495c-84a9-ea4b0b92c0bc 2018-08-05 12:56:47,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.601026058197s 2018-08-05 12:56:47,074 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3c2d0dfc-9459-495c-84a9-ea4b0b92c0bc 2018-08-05 12:56:47,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:56:47,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:56:47,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-deb32823-2922-4b5a-992c-1b89e076b2c9 x-compute-request-id: req-deb32823-2922-4b5a-992c-1b89e076b2c9 Content-Encoding: gzip Content-Length: 20183 Content-Type: application/json RESP BODY: {"output": "es: 131072 (order: 8, 1048576 bytes)\n[ 0.015229] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.017612] Initializing cgroup subsys memory\n[ 0.018541] Initializing cgroup subsys devices\n[ 0.020004] Initializing cgroup subsys freezer\n[ 0.020943] Initializing cgroup subsys blkio\n[ 0.021839] Initializing cgroup subsys perf_event\n[ 0.022808] Initializing cgroup subsys hugetlb\n[ 0.023787] CPU: Physical Processor ID: 0\n[ 0.024010] FEATURE SPEC_CTRL Present\n[ 0.025509] mce: CPU supports 10 MCE banks\n[ 0.026432] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.026432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.028005] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.029279] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.032003] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.033750] Speculative Store Bypass: Vulnerable\n[ 0.035014] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.038509] ACPI: Core revision 20131115\n[ 0.040493] ACPI: All ACPI Tables successfully acquired\n[ 0.041788] ftrace: allocating 28727 entries in 113 pages\n[ 0.064290] Enabling x2apic\n[ 0.064962] Enabled x2apic\n[ 0.065820] Switched APIC routing to physical x2apic.\n[ 0.068912] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.070177] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.072491] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.081474] KVM setup paravirtual spinlock\n[ 0.083639] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.084155] x86: Booting SMP configuration:\n[ 0.085110] .... node #0, CPUs: #1[ 0.083606] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.100032] x86: Booted up 1 node, 2 CPUs\n[ 0.100023] KVM setup async PF for cpu 1\n[ 0.100023] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.102874] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.104333] devtmpfs: initialized\n[ 0.106097] EVM: security.selinux\n[ 0.106869] EVM: security.SMACK64\n[ 0.108009] EVM: security.ima\n[ 0.108679] EVM: security.capability\n[ 0.109502] pinctrl core: initialized pinctrl subsystem\n[ 0.109937] regulator-dummy: no parameters\n[ 0.112064] RTC time: 12:53:20, date: 08/05/18\n[ 0.113016] NET: Registered protocol family 16\n[ 0.114033] cpuidle: using governor ladder\n[ 0.114905] cpuidle: using governor menu\n[ 0.115829] ACPI: bus type PCI registered\n[ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.117321] PCI: Using configuration type 1 for base access\n[ 0.118954] bio: create slab at 0\n[ 0.120059] ACPI: Added _OSI(Module Device)\n[ 0.120954] ACPI: Added _OSI(Processor Device)\n[ 0.121858] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.122800] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.125117] ACPI: Interpreter enabled\n[ 0.125932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.127894] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.129269] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.131221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.132563] ACPI: (supports S0 S5)\n[ 0.133314] ACPI: Using IOAPIC for interrupt routing\n[ 0.136043] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.138114] ACPI: No dock devices found.\n[ 0.140832] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.142079] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.143385] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.144026] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.146428] acpiphp: Slot [3] registered\n[ 0.147279] acpiphp: Slot [4] registered\n[ 0.148021] acpiphp: Slot [5] registered\n[ 0.148863] acpiphp: Slot [6] registered\n[ 0.149710] acpiphp: Slot [7] registered\n[ 0.150561] acpiphp: Slot [8] registered\n[ 0.151407] acpiphp: Slot [9] registered\n[ 0.152041] acpiphp: Slot [10] registered\n[ 0.152908] acpiphp: Slot [11] registered\n[ 0.153780] acpiphp: Slot [12] registered\n[ 0.154653] acpiphp: Slot [13] registered\n[ 0.155522] acpiphp: Slot [14] registered\n[ 0.156025] acpiphp: Slot [15] registered\n[ 0.156905] acpiphp: Slot [16] registered\n[ 0.157795] acpiphp: Slot [17] registered\n[ 0.158652] acpiphp: Slot [18] registered\n[ 0.159523] acpiphp: Slot [19] registered\n[ 0.160020] acpiphp: Slot [20] registered\n[ 0.160897] acpiphp: Slot [21] registered\n[ 0.161769] acpiphp: Slot [22] registered\n[ 0.162656] acpiphp: Slot [23] registered\n[ 0.163555] acpiphp: Slot [24] registered\n[ 0.164019] acpiphp: Slot [25] registered\n[ 0.164888] acpiphp: Slot [26] registered\n[ 0.165746] acpiphp: Slot [27] registered\n[ 0.166625] acpiphp: Slot [28] registered\n[ 0.167533] acpiphp: Slot [29] registered\n[ 0.168018] acpiphp: Slot [30] registered\n[ 0.168901] acpiphp: Slot [31] registered\n[ 0.169754] PCI host bridge to bus 0000:00\n[ 0.170632] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.171702] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.172005] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.173238] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.174573] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.175925] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.181285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.182860] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.208385] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.210063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.211597] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.212720] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.214228] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.215633] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.216224] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.217173] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.218822] vgaarb: loaded\n[ 0.219466] vgaarb: bridge control possible 0000:00:02.0\n[ 0.220222] SCSI subsystem initialized\n[ 0.221165] ACPI: bus type USB registered\n[ 0.221165] usbcore: registered new interface driver usbfs\n[ 0.222057] usbcore: registered new interface driver hub\n[ 0.224049] usbcore: registered new device driver usb\n[ 0.225116] PCI: Using ACPI for IRQ routing\n[ 0.225186] NetLabel: Initializing\n[ 0.225966] NetLabel: domain hash size = 128\n[ 0.228003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.229070] NetLabel: unlabeled traffic allowed by default\n[ 0.230200] Switched to clocksource kvm-clock\n[ 0.235092] AppArmor: AppArmor Filesystem Enabled\n[ 0.236127] pnp: PnP ACPI init\n[ 0.236856] ACPI: bus type PNP registered\n[ 0.238140] pnp: PnP ACPI: found 8 devices\n[ 0.239024] ACPI: bus type PNP unregistered\n[ 0.246245] NET: Registered protocol family 2\n[ 0.247442] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.249122] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.250580] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.251936] TCP: reno registered\n[ 0.252674] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.253894] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.255256] NET: Registered protocol family 1\n[ 0.256210] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.257406] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.258565] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.280418] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.302458] Trying to unpack rootfs image as initramfs...\n[ 0.395338] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.397222] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.398407] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.399599] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.401377] Scanning for low memory corruption every 60 seconds\n[ 0.402875] Initialise system trusted keyring\n[ 0.403835] audit: initializing netlink socket (disabled)\n[ 0.404915] type=2000 audit(1533473601.482:1): initialized\n[ 0.424527] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.426528] zbud: loaded\n[ 0.427368] VFS: Disk quotas dquot_6.5.2\n[ 0.428240] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.429778] fuse init (API version 7.22)\n[ 0.430670] msgmni has been set to 3997\n[ 0.431515] Key type big_key registered\n[ 0.432628] Key type asymmetric registered\n[ 0.433486] Asymmetric key parser 'x509' registered\n[ 0.434459] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.436011] io scheduler noop registered\n[ 0.436842] io scheduler deadline registered (default)\n[ 0.437872] io scheduler cfq registered\n[ 0.438734] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.439820] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.441110] ipmi message handler version 39.2\n[ 0.442044] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.443538] ACPI: Power Button [PWRF]\n[ 0.444387] GHES: HEST is not enabled!\n[ 0.466121] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.509534] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.531648] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.533253] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.557372] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.559568] Linux agpgart interface v0.103\n[ 0.561179] brd: module loaded\n[ 0.562249] loop: module loaded\n[ 0.563233] blk-mq: CPU -> queue map\n[ 0.564018] CPU 0 -> Queue 0\n[ 0.564700] CPU 1 -> Queue 0\n[ 0.565888] vda: vda1\n[ 0.567076] scsi0 : ata_piix\n[ 0.567842] scsi1 : ata_piix\n[ 0.568549] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.569823] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.571271] libphy: Fixed MDIO Bus: probed\n[ 0.572209] tun: Universal TUN/TAP device driver, 1.6\n[ 0.573247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.576075] PPP generic driver version 2.4.2\n[ 0.577393] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.579452] ehci-pci: EHCI PCI platform driver\n[ 0.580828] ehci-platform: EHCI generic platform driver\n[ 0.582580] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.584379] ohci-pci: OHCI PCI platform driver\n[ 0.585628] ohci-platform: OHCI generic platform driver\n[ 0.586726] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.613482] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.614784] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.616567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.618033] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.620294] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.622373] usb usb1: Product: UHCI Host Controller\n[ 0.623846] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.625887] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.626921] hub 1-0:1.0: USB hub found\n[ 0.627731] hub 1-0:1.0: 2 ports detected\n[ 0.628688] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.630864] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.631870] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.632996] mousedev: PS/2 mouse device common for all mice\n[ 0.634316] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.636278] rtc_cmos 00:00: RTC can wake from S4\n[ 0.637438] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.638679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.639957] device-mapper: uevent: version 1.0.3\n[ 0.640949] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.642642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.643868] TCP: cubic registered\n[ 0.644704] NET: Registered protocol family 10\n[ 0.645807] NET: Registered protocol family 17\n[ 0.646733] Key type dns_resolver registered\n[ 0.647805] Loading compiled-in X.509 certificates\n[ 0.649314] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.658006] registered taskstats version 1\n[ 0.660417] Key type trusted registered\n[ 0.663682] Key type encrypted registered\n[ 0.664573] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665639] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.667106] regulator-dummy: disabling\n[ 0.667949] Magic number: 14:996:884\n[ 0.668874] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:21 UTC (1533473601)\n[ 0.670531] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671691] EDD information not available.\n[ 0.729035] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.730806] Write protecting the kernel read-only data: 12288k\n[ 0.732492] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.735292] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.748033] systemd-udevd[107]: starting version 204\n[ 0.776464] FDC 0 is a S82078B\n[ 0.940053] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.104767] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.106725] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.108717] usb 1-1: Product: QEMU USB Tablet\n[ 1.110001] usb 1-1: Manufacturer: QEMU\n[ 1.111187] usb 1-1: SerialNumber: 42\n[ 1.396078] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.805118] 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.047517] 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.385058] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.962309] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:24 +0000. Up 3.52 seconds.\ncloud-init-nonet[3.69]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting 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 configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.67]: static networking is now up\n * Starting configure network device[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 Sun, 05 Aug 2018 12:53:25 +0000. Up 4.83 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:20:c3:09 |\nci-info: | eth0 | True | 192.168.0.9 | 255.255.255.0 | fa:16:3e:66:7a:d9 |\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:\n1d:92:84:01:92:9e:d4:cf:88:2b:03:63:bf:27:1b:7b root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .o...o. |\n| o.. .. . |\n| o o + o . |\n|o.+ . o o . |\n|o... S . |\n|o .. |\n| o .. |\n| ooE |\n| o= |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n6c:03:38:76:98:21:2a:40:27:03:6b:5c:72:50:56:97 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|=*+*o. .. |\n|ooO. =.E |\n|+o * o |\n|o . o o |\n| S |\n| . . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\ndc:6f:0e:3e:cb:00:17:d6:19:e1:ed:52:81:8c:5a:9d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| +o+. |\n| ooE+ . |\n| oo + o |\n| .o o o |\n| . S o . |\n| o o |\n| . . o |\n| +.+ |\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:\n15:90:bf:2c:10:38:b0:2a:ef:d4:b5:52:a9:82:80:e7 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .. . .o. |\n| .o . . . |\n| . . . .. |\n|.. .. .. |\n|= . +.S. . |\n|o= . + .. o |\n|. E + . . |\n| o . . |\n| . |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:32 +0000. Up 11.66 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:33 +0000. Up 12.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: + echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 15877 0 --:--:-- --:--:-- --:--:-- 15824\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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 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 [238 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [407 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 [130 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 [204 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 8s (1518 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.27\n+ '[' -n 192.168.0.27 ']'\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 0 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://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB]\nGet:20 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:28 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 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://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\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://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 kB]\nGet:36 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB]\nGet:38 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB]\nGet:39 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB]\nGet:41 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB]\nGet:42 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB]\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://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB]\nGet:47 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB]\nGet:48 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB]\nGet:50 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB]\nGet:51 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main openjdk-7-jre-headless amd64 7u181-2.6.14-0ubuntu0.1 [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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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 22s (7711 kB/s)\nSelecting previously unselected package libnspr4:amd64.\n(Reading database ... 51310 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.1_amd64.deb ...\nUnpacking openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.1) ...\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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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:QuoVadis_Root_CA.pem\nAdding debian:Baltimore_CyberTrust_Root.pem\nAdding debian:Staat_der_Nederlanden_EV_Root_CA.pem\nAdding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem\nAdding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem\nAdding debian:USERTrust_ECC_Certification_Authority.pem\nAdding debian:ISRG_Root_X1.pem\nAdding debian:DigiCert_Global_Root_G3.pem\nAdding debian:DigiCert_Assured_ID_Root_G3.pem\nAdding debian:OISTE_WISeKey_Global_Root_GA_CA.pem\nAdding debian:SecureSign_RootCA11.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem\nAdding debian:certSIGN_ROOT_CA.pem\nAdding debian:DST_Root_CA_X3.pem\nAdding debian:Go_Daddy_Class_2_CA.pem\nAdding debian:T-TeleSec_GlobalRoot_Class_2.pem\nAdding debian:Network_Solutions_Certificate_Authority.pem\nAdding debian:Comodo_AAA_Services_root.pem\nAdding debian:EE_Certification_Centre_Root_CA.pem\nAdding debian:T-TeleSec_GlobalRoot_Class_3.pem\nAdding debian:GlobalSign_ECC_Root_CA_-_R5.pem\nAdding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem\nAdding debian:IdenTrust_Public_Sector_Root_CA_1.pem\nAdding debian:Certum_Trusted_Network_CA_2.pem\nAdding debian:SwissSign_Gold_CA_-_G2.pem\nAdding debian:CNNIC_ROOT.pem\nAdding debian:DigiCert_High_Assurance_EV_Root_CA.pem\nAdding debian:GlobalSign_Root_CA.pem\nAdding debian:Certplus_Root_CA_G1.pem\nAdding debian:DigiCert_Global_Root_G2.pem\nAdding debian:Izenpe.com.pem\nAdding debian:AddTrust_Public_Services_Root.pem\nAdding debian:Amazon_Root_CA_4.pem\nAdding debian:TWCA_Global_Root_CA.pem\nAdding debian:AffirmTrust_Networking.pem\nAdding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem\nAdding debian:COMODO_ECC_Certification_Authority.pem\nAdding debian:AffirmTrust_Premium.pem\nAdding debian:DigiCert_Assured_ID_Root_CA.pem\nAdding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem\nAdding debian:GeoTrust_Universal_CA_2.pem\nAdding debian:Amazon_Root_CA_2.pem\nAdding debian:Visa_eCommerce_Root.pem\nAdding debian:Chambers_of_Commerce_Root_-_2008.pem\nAdding debian:PSCProcert.pem\nAdding debian:CA_Disig_Root_R2.pem\nAdding debian:Comodo_Trusted_Services_root.pem\nAdding debian:thawte_Primary_Root_CA_-_G2.pem\nAdding debian:Certigna.pem\nAdding debian:Global_Chambersign_Root_-_2008.pem\nAdding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem\nAdding debian:thawte_Primary_Root_CA_-_G3.pem\nAdding debian:Taiwan_GRCA.pem\nAdding debian:SwissSign_Silver_CA_-_G2.pem\nAdding debian:Trustis_FPS_Root_CA.pem\nAdding debian:Certinomis_-_Root_CA.pem\nAdding debian:Atos_TrustedRoot_2011.pem\nAdding debian:DST_ACES_CA_X6.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:GlobalSign_ECC_Root_CA_-_R4.pem\nAdding debian:ACCVRAIZ1.pem\nAdding debian:AddTrust_External_Root.pem\nAdding debian:GlobalSign_Root_CA_-_R3.pem\nAdding debian:AC_RAIZ_FNMT-RCM.pem\nAdding debian:DigiCert_Assured_ID_Root_G2.pem\nAdding debian:T\ufffd\ufffdRKTRUST_Elektronik_Sertifika_Hizmet_Sa\ufffd\ufffdlay\ufffd\ufffdc\ufffd\ufffds\ufffd\ufffd_H5.pem\nAdding debian:Swisscom_Root_EV_CA_2.pem\nAdding debian:ePKI_Root_Certification_Authority.pem\nAdding debian:Entrust_Root_Certification_Authority_-_G2.pem\nAdding debian:GeoTrust_Primary_Certification_Authority.pem\nAdding debian:Secure_Global_CA.pem\nAdding debian:DigiCert_Trusted_Root_G4.pem\nAdding debian:D-TRUST_Root_Class_3_CA_2_2009.pem\nAdding debian:Camerfirma_Global_Chambersign_Root.pem\nAdding debian:GeoTrust_Global_CA_2.pem\nAdding debian:Certplus_Root_CA_G2.pem\nAdding debian:GeoTrust_Global_CA.pem\nAdding debian:OpenTrust_Root_CA_G2.pem\nAdding debian:VeriSign_Universal_Root_Certification_Authority.pem\nAdding debian:Camerfirma_Chambers_of_Commerce_Root.pem\nAdding debian:Starfield_Root_Certificate_Authority_-_G2.pem\nAdding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem\nAdding debian:ACEDICOM_Root.pem\nAdding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem\nAdding debian:Cybertrust_Global_Root.pem\nAdding debian:Buypass_Class_2_Root_CA.pem\nAdding debian:LuxTrust_Global_Root_2.pem\nAdding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem\nAdding debian:QuoVadis_Root_CA_3.pem\nAdding debian:AffirmTrust_Commercial.pem\nAdding debian:NetLock_Arany_=Class_Gold=_F\ufffd\ufffdtan\ufffd\ufffds\ufffd\ufffdtv\ufffd\ufffdny.pem\nAdding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem\nAdding debian:AffirmTrust_Premium_ECC.pem\nAdding debian:USERTrust_RSA_Certification_Authority.pem\nAdding debian:Actalis_Authentication_Root_CA.pem\nAdding debian:Deutsche_Telekom_Root_CA_2.pem\nAdding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem\nAdding debian:thawte_Primary_Root_CA.pem\nAdding debian:Entrust_Root_Certification_Authority.pem\nAdding debian:Hongkong_Post_Root_CA_1.pem\nAdding debian:COMODO_RSA_Certification_Authority.pem\nAdding debian:XRamp_Global_CA_Root.pem\nAdding debian:COMODO_Certification_Authority.pem\nAdding debian:OISTE_WISeKey_Global_Root_GB_CA.pem\nAdding debian:Security_Communication_EV_RootCA1.pem\nAdding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem\nAdding debian:SecureTrust_CA.pem\nAdding debian:Security_Communication_Root_CA.pem\nAdding debian:GlobalSign_Root_CA_-_R2.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem\nAdding debian:Certum_Trusted_Network_CA.pem\nAdding debian:QuoVadis_Root_CA_2.pem\nAdding debian:EC-ACC.pem\nAdding debian:DigiCert_Global_Root_CA.pem\nAdding debian:AddTrust_Low-Value_Services_Root.pem\nAdding debian:CA_Disig_Root_R1.pem\nAdding debian:QuoVadis_Root_CA_3_G3.pem\nAdding debian:Amazon_Root_CA_1.pem\nAdding debian:Certinomis_-_Autorit\ufffd\ufffd_Racine.pem\nAdding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem\nAdding debian:Starfield_Class_2_CA.pem\nAdding debian:Swisscom_Root_CA_1.pem\nAdding debian:Swisscom_Root_CA_2.pem\nAdding debian:OpenTrust_Root_CA_G1.pem\nAdding debian:Microsec_e-Szigno_Root_CA_2009.pem\nAdding debian:Certum_Root_CA.pem\nAdding debian:Certplus_Class_2_Primary_CA.pem\nAdding debian:GeoTrust_Universal_CA.pem\nAdding debian:QuoVadis_Root_CA_1_G3.pem\nAdding debian:Sonera_Class_2_Root_CA.pem\nAdding debian:Security_Communication_RootCA2.pem\nAdding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem\nAdding debian:QuoVadis_Root_CA_2_G3.pem\nAdding debian:Buypass_Class_3_Root_CA.pem\nAdding debian:IdenTrust_Commercial_Root_CA_1.pem\nAdding debian:TWCA_Root_Certification_Authority.pem\nAdding debian:Entrust_Root_Certification_Authority_-_EC1.pem\nAdding debian:SZAFIR_ROOT_CA2.pem\nAdding debian:Comodo_Secure_Services_root.pem\nAdding debian:Amazon_Root_CA_3.pem\nAdding debian:OpenTrust_Root_CA_G3.pem\nAdding debian:E-Tugra_Certification_Authority.pem\nAdding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem\nAdding debian:UTN_USERFirst_Hardware_Root_CA.pem\nAdding debian:TeliaSonera_Root_CA_v1.pem\nAdding debian:AddTrust_Qualified_Certificates_Root.pem\nAdding debian:CFCA_EV_ROOT.pem\ndone.\nSetting up openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.1) ...\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 ... 53135 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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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-2) ...\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-153.203) ...\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 11905\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 12554\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)\n"} 2018-08-05 12:56:47,166 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7/action used request id req-deb32823-2922-4b5a-992c-1b89e076b2c9 2018-08-05 12:56:47,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0845289230347s 2018-08-05 12:56:47,169 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7/action used request id req-deb32823-2922-4b5a-992c-1b89e076b2c9 2018-08-05 12:56:47,169 - functest.core.singlevm - DEBUG - console: es: 131072 (order: 8, 1048576 bytes) [ 0.015229] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.016006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.017612] Initializing cgroup subsys memory [ 0.018541] Initializing cgroup subsys devices [ 0.020004] Initializing cgroup subsys freezer [ 0.020943] Initializing cgroup subsys blkio [ 0.021839] Initializing cgroup subsys perf_event [ 0.022808] Initializing cgroup subsys hugetlb [ 0.023787] CPU: Physical Processor ID: 0 [ 0.024010] FEATURE SPEC_CTRL Present [ 0.025509] mce: CPU supports 10 MCE banks [ 0.026432] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.026432] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.028005] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.029279] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.032003] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.033750] Speculative Store Bypass: Vulnerable [ 0.035014] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.038509] ACPI: Core revision 20131115 [ 0.040493] ACPI: All ACPI Tables successfully acquired [ 0.041788] ftrace: allocating 28727 entries in 113 pages [ 0.064290] Enabling x2apic [ 0.064962] Enabled x2apic [ 0.065820] Switched APIC routing to physical x2apic. [ 0.068912] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.070177] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.072491] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.081474] KVM setup paravirtual spinlock [ 0.083639] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.084155] x86: Booting SMP configuration: [ 0.085110] .... node #0, CPUs: #1[ 0.083606] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.100032] x86: Booted up 1 node, 2 CPUs [ 0.100023] KVM setup async PF for cpu 1 [ 0.100023] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.102874] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.104333] devtmpfs: initialized [ 0.106097] EVM: security.selinux [ 0.106869] EVM: security.SMACK64 [ 0.108009] EVM: security.ima [ 0.108679] EVM: security.capability [ 0.109502] pinctrl core: initialized pinctrl subsystem [ 0.109937] regulator-dummy: no parameters [ 0.112064] RTC time: 12:53:20, date: 08/05/18 [ 0.113016] NET: Registered protocol family 16 [ 0.114033] cpuidle: using governor ladder [ 0.114905] cpuidle: using governor menu [ 0.115829] ACPI: bus type PCI registered [ 0.116004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.117321] PCI: Using configuration type 1 for base access [ 0.118954] bio: create slab at 0 [ 0.120059] ACPI: Added _OSI(Module Device) [ 0.120954] ACPI: Added _OSI(Processor Device) [ 0.121858] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.122800] ACPI: Added _OSI(Processor Aggregator Device) [ 0.125117] ACPI: Interpreter enabled [ 0.125932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.127894] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.129269] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.131221] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.132563] ACPI: (supports S0 S5) [ 0.133314] ACPI: Using IOAPIC for interrupt routing [ 0.136043] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.138114] ACPI: No dock devices found. [ 0.140832] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.142079] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.143385] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.144026] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.146428] acpiphp: Slot [3] registered [ 0.147279] acpiphp: Slot [4] registered [ 0.148021] acpiphp: Slot [5] registered [ 0.148863] acpiphp: Slot [6] registered [ 0.149710] acpiphp: Slot [7] registered [ 0.150561] acpiphp: Slot [8] registered [ 0.151407] acpiphp: Slot [9] registered [ 0.152041] acpiphp: Slot [10] registered [ 0.152908] acpiphp: Slot [11] registered [ 0.153780] acpiphp: Slot [12] registered [ 0.154653] acpiphp: Slot [13] registered [ 0.155522] acpiphp: Slot [14] registered [ 0.156025] acpiphp: Slot [15] registered [ 0.156905] acpiphp: Slot [16] registered [ 0.157795] acpiphp: Slot [17] registered [ 0.158652] acpiphp: Slot [18] registered [ 0.159523] acpiphp: Slot [19] registered [ 0.160020] acpiphp: Slot [20] registered [ 0.160897] acpiphp: Slot [21] registered [ 0.161769] acpiphp: Slot [22] registered [ 0.162656] acpiphp: Slot [23] registered [ 0.163555] acpiphp: Slot [24] registered [ 0.164019] acpiphp: Slot [25] registered [ 0.164888] acpiphp: Slot [26] registered [ 0.165746] acpiphp: Slot [27] registered [ 0.166625] acpiphp: Slot [28] registered [ 0.167533] acpiphp: Slot [29] registered [ 0.168018] acpiphp: Slot [30] registered [ 0.168901] acpiphp: Slot [31] registered [ 0.169754] PCI host bridge to bus 0000:00 [ 0.170632] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.171702] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.172005] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.173238] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.174573] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.175925] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.181285] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.182860] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.208385] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.210063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.211597] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.212720] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.214228] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.215633] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.216224] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.217173] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.218822] vgaarb: loaded [ 0.219466] vgaarb: bridge control possible 0000:00:02.0 [ 0.220222] SCSI subsystem initialized [ 0.221165] ACPI: bus type USB registered [ 0.221165] usbcore: registered new interface driver usbfs [ 0.222057] usbcore: registered new interface driver hub [ 0.224049] usbcore: registered new device driver usb [ 0.225116] PCI: Using ACPI for IRQ routing [ 0.225186] NetLabel: Initializing [ 0.225966] NetLabel: domain hash size = 128 [ 0.228003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.229070] NetLabel: unlabeled traffic allowed by default [ 0.230200] Switched to clocksource kvm-clock [ 0.235092] AppArmor: AppArmor Filesystem Enabled [ 0.236127] pnp: PnP ACPI init [ 0.236856] ACPI: bus type PNP registered [ 0.238140] pnp: PnP ACPI: found 8 devices [ 0.239024] ACPI: bus type PNP unregistered [ 0.246245] NET: Registered protocol family 2 [ 0.247442] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.249122] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.250580] TCP: Hash tables configured (established 16384 bind 16384) [ 0.251936] TCP: reno registered [ 0.252674] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.253894] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.255256] NET: Registered protocol family 1 [ 0.256210] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.257406] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.258565] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.280418] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.302458] Trying to unpack rootfs image as initramfs... [ 0.395338] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.397222] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.398407] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.399599] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.401377] Scanning for low memory corruption every 60 seconds [ 0.402875] Initialise system trusted keyring [ 0.403835] audit: initializing netlink socket (disabled) [ 0.404915] type=2000 audit(1533473601.482:1): initialized [ 0.424527] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.426528] zbud: loaded [ 0.427368] VFS: Disk quotas dquot_6.5.2 [ 0.428240] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.429778] fuse init (API version 7.22) [ 0.430670] msgmni has been set to 3997 [ 0.431515] Key type big_key registered [ 0.432628] Key type asymmetric registered [ 0.433486] Asymmetric key parser 'x509' registered [ 0.434459] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.436011] io scheduler noop registered [ 0.436842] io scheduler deadline registered (default) [ 0.437872] io scheduler cfq registered [ 0.438734] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.439820] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.441110] ipmi message handler version 39.2 [ 0.442044] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.443538] ACPI: Power Button [PWRF] [ 0.444387] GHES: HEST is not enabled! [ 0.466121] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.509534] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.531648] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.533253] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.557372] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.559568] Linux agpgart interface v0.103 [ 0.561179] brd: module loaded [ 0.562249] loop: module loaded [ 0.563233] blk-mq: CPU -> queue map [ 0.564018] CPU 0 -> Queue 0 [ 0.564700] CPU 1 -> Queue 0 [ 0.565888] vda: vda1 [ 0.567076] scsi0 : ata_piix [ 0.567842] scsi1 : ata_piix [ 0.568549] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.569823] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.571271] libphy: Fixed MDIO Bus: probed [ 0.572209] tun: Universal TUN/TAP device driver, 1.6 [ 0.573247] tun: (C) 1999-2004 Max Krasnyansky [ 0.576075] PPP generic driver version 2.4.2 [ 0.577393] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.579452] ehci-pci: EHCI PCI platform driver [ 0.580828] ehci-platform: EHCI generic platform driver [ 0.582580] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.584379] ohci-pci: OHCI PCI platform driver [ 0.585628] ohci-platform: OHCI generic platform driver [ 0.586726] uhci_hcd: USB Universal Host Controller Interface driver [ 0.613482] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.614784] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.616567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.618033] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.620294] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.622373] usb usb1: Product: UHCI Host Controller [ 0.623846] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.625887] usb usb1: SerialNumber: 0000:00:01.2 [ 0.626921] hub 1-0:1.0: USB hub found [ 0.627731] hub 1-0:1.0: 2 ports detected [ 0.628688] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.630864] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.631870] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.632996] mousedev: PS/2 mouse device common for all mice [ 0.634316] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.636278] rtc_cmos 00:00: RTC can wake from S4 [ 0.637438] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.638679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.639957] device-mapper: uevent: version 1.0.3 [ 0.640949] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.642642] ledtrig-cpu: registered to indicate activity on CPUs [ 0.643868] TCP: cubic registered [ 0.644704] NET: Registered protocol family 10 [ 0.645807] NET: Registered protocol family 17 [ 0.646733] Key type dns_resolver registered [ 0.647805] Loading compiled-in X.509 certificates [ 0.649314] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.658006] registered taskstats version 1 [ 0.660417] Key type trusted registered [ 0.663682] Key type encrypted registered [ 0.664573] AppArmor: AppArmor sha1 policy hashing enabled [ 0.665639] IMA: No TPM chip found, activating TPM-bypass! [ 0.667106] regulator-dummy: disabling [ 0.667949] Magic number: 14:996:884 [ 0.668874] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:21 UTC (1533473601) [ 0.670531] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.671691] EDD information not available. [ 0.729035] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.730806] Write protecting the kernel read-only data: 12288k [ 0.732492] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.735292] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.748033] systemd-udevd[107]: starting version 204 [ 0.776464] FDC 0 is a S82078B [ 0.940053] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.104767] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.106725] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.108717] usb 1-1: Product: QEMU USB Tablet [ 1.110001] usb 1-1: Manufacturer: QEMU [ 1.111187] usb 1-1: SerialNumber: 42 [ 1.396078] tsc: Refined TSC clocksource calibration: 3491.850 MHz [ 1.805118] 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.047517] 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.385058] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.962309] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:24 +0000. Up 3.52 seconds. cloud-init-nonet[3.69]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting 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 configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[4.67]: static networking is now up * Starting configure network device[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 Sun, 05 Aug 2018 12:53:25 +0000. Up 4.83 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:20:c3:09 | ci-info: | eth0 | True | 192.168.0.9 | 255.255.255.0 | fa:16:3e:66:7a:d9 | 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: 1d:92:84:01:92:9e:d4:cf:88:2b:03:63:bf:27:1b:7b root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | .o...o. | | o.. .. . | | o o + o . | |o.+ . o o . | |o... S . | |o .. | | o .. | | ooE | | 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: 6c:03:38:76:98:21:2a:40:27:03:6b:5c:72:50:56:97 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |=*+*o. .. | |ooO. =.E | |+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: dc:6f:0e:3e:cb:00:17:d6:19:e1:ed:52:81:8c:5a:9d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | +o+. | | ooE+ . | | oo + o | | .o o o | | . S o . | | o o | | . . o | | +.+ | | +o. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 15:90:bf:2c:10:38:b0:2a:ef:d4:b5:52:a9:82:80:e7 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ | .. . .o. | | .o . . . | | . . . .. | |.. .. .. | |= . +.S. . | |o= . + .. o | |. E + . . | | o . . | | . | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:32 +0000. Up 11.66 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:33 +0000. Up 12.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 15877 0 --:--:-- --:--:-- --:--:-- 15824 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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 kB] Get:7 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 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 [238 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:10 http://security.ubuntu.com trusty-security/main Translation-en [407 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 [130 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 [204 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 8s (1518 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.27 + '[' -n 192.168.0.27 ']' + 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 0 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://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB] Get:20 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:28 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 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://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] 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://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 kB] Get:36 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB] Get:38 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB] Get:39 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB] Get:41 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB] Get:42 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB] 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://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB] Get:47 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB] Get:48 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB] Get:50 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB] Get:51 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main openjdk-7-jre-headless amd64 7u181-2.6.14-0ubuntu0.1 [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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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 22s (7711 kB/s) Selecting previously unselected package libnspr4:amd64. (Reading database ... 51310 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.1_amd64.deb ... Unpacking openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.1) ... 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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:QuoVadis_Root_CA.pem Adding debian:Baltimore_CyberTrust_Root.pem Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem Adding debian:USERTrust_ECC_Certification_Authority.pem Adding debian:ISRG_Root_X1.pem Adding debian:DigiCert_Global_Root_G3.pem Adding debian:DigiCert_Assured_ID_Root_G3.pem Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem Adding debian:SecureSign_RootCA11.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem Adding debian:certSIGN_ROOT_CA.pem Adding debian:DST_Root_CA_X3.pem Adding debian:Go_Daddy_Class_2_CA.pem Adding debian:T-TeleSec_GlobalRoot_Class_2.pem Adding debian:Network_Solutions_Certificate_Authority.pem Adding debian:Comodo_AAA_Services_root.pem Adding debian:EE_Certification_Centre_Root_CA.pem Adding debian:T-TeleSec_GlobalRoot_Class_3.pem Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem Adding debian:Certum_Trusted_Network_CA_2.pem Adding debian:SwissSign_Gold_CA_-_G2.pem Adding debian:CNNIC_ROOT.pem Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem Adding debian:GlobalSign_Root_CA.pem Adding debian:Certplus_Root_CA_G1.pem Adding debian:DigiCert_Global_Root_G2.pem Adding debian:Izenpe.com.pem Adding debian:AddTrust_Public_Services_Root.pem Adding debian:Amazon_Root_CA_4.pem Adding debian:TWCA_Global_Root_CA.pem Adding debian:AffirmTrust_Networking.pem Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem Adding debian:COMODO_ECC_Certification_Authority.pem Adding debian:AffirmTrust_Premium.pem Adding debian:DigiCert_Assured_ID_Root_CA.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem Adding debian:GeoTrust_Universal_CA_2.pem Adding debian:Amazon_Root_CA_2.pem Adding debian:Visa_eCommerce_Root.pem Adding debian:Chambers_of_Commerce_Root_-_2008.pem Adding debian:PSCProcert.pem Adding debian:CA_Disig_Root_R2.pem Adding debian:Comodo_Trusted_Services_root.pem Adding debian:thawte_Primary_Root_CA_-_G2.pem Adding debian:Certigna.pem Adding debian:Global_Chambersign_Root_-_2008.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem Adding debian:thawte_Primary_Root_CA_-_G3.pem Adding debian:Taiwan_GRCA.pem Adding debian:SwissSign_Silver_CA_-_G2.pem Adding debian:Trustis_FPS_Root_CA.pem Adding debian:Certinomis_-_Root_CA.pem Adding debian:Atos_TrustedRoot_2011.pem Adding debian:DST_ACES_CA_X6.pem Adding debian:T��B��TAK_UEKAE_K��k_Sertifika_Hizmet_Sa��lay��c��s��_-_S��r��m_3.pem Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem Adding debian:ACCVRAIZ1.pem Adding debian:AddTrust_External_Root.pem Adding debian:GlobalSign_Root_CA_-_R3.pem Adding debian:AC_RAIZ_FNMT-RCM.pem Adding debian:DigiCert_Assured_ID_Root_G2.pem Adding debian:T��RKTRUST_Elektronik_Sertifika_Hizmet_Sa��lay��c��s��_H5.pem Adding debian:Swisscom_Root_EV_CA_2.pem Adding debian:ePKI_Root_Certification_Authority.pem Adding debian:Entrust_Root_Certification_Authority_-_G2.pem Adding debian:GeoTrust_Primary_Certification_Authority.pem Adding debian:Secure_Global_CA.pem Adding debian:DigiCert_Trusted_Root_G4.pem Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem Adding debian:Camerfirma_Global_Chambersign_Root.pem Adding debian:GeoTrust_Global_CA_2.pem Adding debian:Certplus_Root_CA_G2.pem Adding debian:GeoTrust_Global_CA.pem Adding debian:OpenTrust_Root_CA_G2.pem Adding debian:VeriSign_Universal_Root_Certification_Authority.pem Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem Adding debian:ACEDICOM_Root.pem Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem Adding debian:Cybertrust_Global_Root.pem Adding debian:Buypass_Class_2_Root_CA.pem Adding debian:LuxTrust_Global_Root_2.pem Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem Adding debian:QuoVadis_Root_CA_3.pem Adding debian:AffirmTrust_Commercial.pem Adding debian:NetLock_Arany_=Class_Gold=_F��tan��s��tv��ny.pem Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem Adding debian:AffirmTrust_Premium_ECC.pem Adding debian:USERTrust_RSA_Certification_Authority.pem Adding debian:Actalis_Authentication_Root_CA.pem Adding debian:Deutsche_Telekom_Root_CA_2.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem Adding debian:thawte_Primary_Root_CA.pem Adding debian:Entrust_Root_Certification_Authority.pem Adding debian:Hongkong_Post_Root_CA_1.pem Adding debian:COMODO_RSA_Certification_Authority.pem Adding debian:XRamp_Global_CA_Root.pem Adding debian:COMODO_Certification_Authority.pem Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem Adding debian:Security_Communication_EV_RootCA1.pem Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem Adding debian:SecureTrust_CA.pem Adding debian:Security_Communication_Root_CA.pem Adding debian:GlobalSign_Root_CA_-_R2.pem Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem Adding debian:Certum_Trusted_Network_CA.pem Adding debian:QuoVadis_Root_CA_2.pem Adding debian:EC-ACC.pem Adding debian:DigiCert_Global_Root_CA.pem Adding debian:AddTrust_Low-Value_Services_Root.pem Adding debian:CA_Disig_Root_R1.pem Adding debian:QuoVadis_Root_CA_3_G3.pem Adding debian:Amazon_Root_CA_1.pem Adding debian:Certinomis_-_Autorit��_Racine.pem Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem Adding debian:Starfield_Class_2_CA.pem Adding debian:Swisscom_Root_CA_1.pem Adding debian:Swisscom_Root_CA_2.pem Adding debian:OpenTrust_Root_CA_G1.pem Adding debian:Microsec_e-Szigno_Root_CA_2009.pem Adding debian:Certum_Root_CA.pem Adding debian:Certplus_Class_2_Primary_CA.pem Adding debian:GeoTrust_Universal_CA.pem Adding debian:QuoVadis_Root_CA_1_G3.pem Adding debian:Sonera_Class_2_Root_CA.pem Adding debian:Security_Communication_RootCA2.pem Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem Adding debian:QuoVadis_Root_CA_2_G3.pem Adding debian:Buypass_Class_3_Root_CA.pem Adding debian:IdenTrust_Commercial_Root_CA_1.pem Adding debian:TWCA_Root_Certification_Authority.pem Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem Adding debian:SZAFIR_ROOT_CA2.pem Adding debian:Comodo_Secure_Services_root.pem Adding debian:Amazon_Root_CA_3.pem Adding debian:OpenTrust_Root_CA_G3.pem Adding debian:E-Tugra_Certification_Authority.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem Adding debian:UTN_USERFirst_Hardware_Root_CA.pem Adding debian:TeliaSonera_Root_CA_v1.pem Adding debian:AddTrust_Qualified_Certificates_Root.pem Adding debian:CFCA_EV_ROOT.pem done. Setting up openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.1) ... 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 ... 53135 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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-2) ... 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-153.203) ... 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 11905 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 12554 * 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) 2018-08-05 12:56:47,175 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-08-05 12:56:57,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:56:57,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:56:57,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:56: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-bd33d299-49d9-438b-a3df-80dd892bf1e9 x-compute-request-id: req-bd33d299-49d9-438b-a3df-80dd892bf1e9 Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:56:57,889 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-bd33d299-49d9-438b-a3df-80dd892bf1e9 2018-08-05 12:56:57,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.712975025177s 2018-08-05 12:56:57,890 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-bd33d299-49d9-438b-a3df-80dd892bf1e9 2018-08-05 12:56:57,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:56:57,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:56:57,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:56: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-113c2c50-dc3c-4f13-8d37-77ade0717ac6 x-compute-request-id: req-113c2c50-dc3c-4f13-8d37-77ade0717ac6 Content-Encoding: gzip Content-Length: 19631 Content-Type: application/json RESP BODY: {"output": "ytes)\n[ 0.253894] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.255256] NET: Registered protocol family 1\n[ 0.256210] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.257406] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.258565] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.280418] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.302458] Trying to unpack rootfs image as initramfs...\n[ 0.395338] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.397222] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.398407] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.399599] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.401377] Scanning for low memory corruption every 60 seconds\n[ 0.402875] Initialise system trusted keyring\n[ 0.403835] audit: initializing netlink socket (disabled)\n[ 0.404915] type=2000 audit(1533473601.482:1): initialized\n[ 0.424527] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.426528] zbud: loaded\n[ 0.427368] VFS: Disk quotas dquot_6.5.2\n[ 0.428240] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.429778] fuse init (API version 7.22)\n[ 0.430670] msgmni has been set to 3997\n[ 0.431515] Key type big_key registered\n[ 0.432628] Key type asymmetric registered\n[ 0.433486] Asymmetric key parser 'x509' registered\n[ 0.434459] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.436011] io scheduler noop registered\n[ 0.436842] io scheduler deadline registered (default)\n[ 0.437872] io scheduler cfq registered\n[ 0.438734] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.439820] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.441110] ipmi message handler version 39.2\n[ 0.442044] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.443538] ACPI: Power Button [PWRF]\n[ 0.444387] GHES: HEST is not enabled!\n[ 0.466121] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.509534] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.531648] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.533253] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.557372] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.559568] Linux agpgart interface v0.103\n[ 0.561179] brd: module loaded\n[ 0.562249] loop: module loaded\n[ 0.563233] blk-mq: CPU -> queue map\n[ 0.564018] CPU 0 -> Queue 0\n[ 0.564700] CPU 1 -> Queue 0\n[ 0.565888] vda: vda1\n[ 0.567076] scsi0 : ata_piix\n[ 0.567842] scsi1 : ata_piix\n[ 0.568549] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.569823] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.571271] libphy: Fixed MDIO Bus: probed\n[ 0.572209] tun: Universal TUN/TAP device driver, 1.6\n[ 0.573247] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.576075] PPP generic driver version 2.4.2\n[ 0.577393] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.579452] ehci-pci: EHCI PCI platform driver\n[ 0.580828] ehci-platform: EHCI generic platform driver\n[ 0.582580] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.584379] ohci-pci: OHCI PCI platform driver\n[ 0.585628] ohci-platform: OHCI generic platform driver\n[ 0.586726] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.613482] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.614784] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.616567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.618033] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.620294] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.622373] usb usb1: Product: UHCI Host Controller\n[ 0.623846] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.625887] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.626921] hub 1-0:1.0: USB hub found\n[ 0.627731] hub 1-0:1.0: 2 ports detected\n[ 0.628688] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.630864] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.631870] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.632996] mousedev: PS/2 mouse device common for all mice\n[ 0.634316] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.636278] rtc_cmos 00:00: RTC can wake from S4\n[ 0.637438] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.638679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.639957] device-mapper: uevent: version 1.0.3\n[ 0.640949] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.642642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.643868] TCP: cubic registered\n[ 0.644704] NET: Registered protocol family 10\n[ 0.645807] NET: Registered protocol family 17\n[ 0.646733] Key type dns_resolver registered\n[ 0.647805] Loading compiled-in X.509 certificates\n[ 0.649314] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.658006] registered taskstats version 1\n[ 0.660417] Key type trusted registered\n[ 0.663682] Key type encrypted registered\n[ 0.664573] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665639] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.667106] regulator-dummy: disabling\n[ 0.667949] Magic number: 14:996:884\n[ 0.668874] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:21 UTC (1533473601)\n[ 0.670531] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671691] EDD information not available.\n[ 0.729035] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.730806] Write protecting the kernel read-only data: 12288k\n[ 0.732492] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.735292] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.748033] systemd-udevd[107]: starting version 204\n[ 0.776464] FDC 0 is a S82078B\n[ 0.940053] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.104767] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.106725] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.108717] usb 1-1: Product: QEMU USB Tablet\n[ 1.110001] usb 1-1: Manufacturer: QEMU\n[ 1.111187] usb 1-1: SerialNumber: 42\n[ 1.396078] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.805118] 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.047517] 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.385058] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Starting Populate /dev filesystem[74G[ OK ]\n * Starting Populate and link to /run filesystem[74G[ OK ]\n * Stopping Populate /dev filesystem[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.962309] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:24 +0000. Up 3.52 seconds.\ncloud-init-nonet[3.69]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting load modules from /etc/modules[74G[ OK ]\n * Starting cold plug devices[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Stopping load modules from /etc/modules[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting 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 configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting load fallback graphics devices[74G[ OK ]\n * Stopping load fallback graphics devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.67]: static networking is now up\n * Starting configure network device[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 Sun, 05 Aug 2018 12:53:25 +0000. Up 4.83 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:20:c3:09 |\nci-info: | eth0 | True | 192.168.0.9 | 255.255.255.0 | fa:16:3e:66:7a:d9 |\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:\n1d:92:84:01:92:9e:d4:cf:88:2b:03:63:bf:27:1b:7b root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .o...o. |\n| o.. .. . |\n| o o + o . |\n|o.+ . o o . |\n|o... S . |\n|o .. |\n| o .. |\n| ooE |\n| o= |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n6c:03:38:76:98:21:2a:40:27:03:6b:5c:72:50:56:97 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|=*+*o. .. |\n|ooO. =.E |\n|+o * o |\n|o . o o |\n| S |\n| . . |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\ndc:6f:0e:3e:cb:00:17:d6:19:e1:ed:52:81:8c:5a:9d root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| +o+. |\n| ooE+ . |\n| oo + o |\n| .o o o |\n| . S o . |\n| o o |\n| . . o |\n| +.+ |\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:\n15:90:bf:2c:10:38:b0:2a:ef:d4:b5:52:a9:82:80:e7 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .. . .o. |\n| .o . . . |\n| . . . .. |\n|.. .. .. |\n|= . +.S. . |\n|o= . + .. o |\n|. E + . . |\n| o . . |\n| . |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting Bridge file events into upstart[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting system logging daemon[74G[ OK ]\n * Starting Handle applying cloud-config[74G[ OK ]\nSkipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd\n * Starting AppArmor profiles [80G [74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:32 +0000. Up 11.66 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[74G[ OK ]\n * Starting save kernel messages[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:33 +0000. Up 12.78 seconds.\n+ cat\n++ echo 192.168.1.0/24\n++ cut -d / -f 2\n+ chmod a+x /etc/init.d/signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace\n+ ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace\n+ /etc/init.d/signaling_namespace\n\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: + echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 15877 0 --:--:-- --:--:-- --:--:-- 15824\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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB]\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 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 [238 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [407 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 [130 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 [204 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 8s (1518 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.27\n+ '[' -n 192.168.0.27 ']'\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 0 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://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB]\nGet:20 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB]\nGet:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:28 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 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://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\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://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 kB]\nGet:36 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB]\nGet:38 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB]\nGet:39 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB]\nGet:41 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB]\nGet:42 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB]\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://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB]\nGet:47 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB]\nGet:48 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB]\nGet:50 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB]\nGet:51 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main openjdk-7-jre-headless amd64 7u181-2.6.14-0ubuntu0.1 [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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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 22s (7711 kB/s)\nSelecting previously unselected package libnspr4:amd64.\n(Reading database ... 51310 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.1_amd64.deb ...\nUnpacking openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.1) ...\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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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:QuoVadis_Root_CA.pem\nAdding debian:Baltimore_CyberTrust_Root.pem\nAdding debian:Staat_der_Nederlanden_EV_Root_CA.pem\nAdding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem\nAdding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem\nAdding debian:USERTrust_ECC_Certification_Authority.pem\nAdding debian:ISRG_Root_X1.pem\nAdding debian:DigiCert_Global_Root_G3.pem\nAdding debian:DigiCert_Assured_ID_Root_G3.pem\nAdding debian:OISTE_WISeKey_Global_Root_GA_CA.pem\nAdding debian:SecureSign_RootCA11.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem\nAdding debian:certSIGN_ROOT_CA.pem\nAdding debian:DST_Root_CA_X3.pem\nAdding debian:Go_Daddy_Class_2_CA.pem\nAdding debian:T-TeleSec_GlobalRoot_Class_2.pem\nAdding debian:Network_Solutions_Certificate_Authority.pem\nAdding debian:Comodo_AAA_Services_root.pem\nAdding debian:EE_Certification_Centre_Root_CA.pem\nAdding debian:T-TeleSec_GlobalRoot_Class_3.pem\nAdding debian:GlobalSign_ECC_Root_CA_-_R5.pem\nAdding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem\nAdding debian:IdenTrust_Public_Sector_Root_CA_1.pem\nAdding debian:Certum_Trusted_Network_CA_2.pem\nAdding debian:SwissSign_Gold_CA_-_G2.pem\nAdding debian:CNNIC_ROOT.pem\nAdding debian:DigiCert_High_Assurance_EV_Root_CA.pem\nAdding debian:GlobalSign_Root_CA.pem\nAdding debian:Certplus_Root_CA_G1.pem\nAdding debian:DigiCert_Global_Root_G2.pem\nAdding debian:Izenpe.com.pem\nAdding debian:AddTrust_Public_Services_Root.pem\nAdding debian:Amazon_Root_CA_4.pem\nAdding debian:TWCA_Global_Root_CA.pem\nAdding debian:AffirmTrust_Networking.pem\nAdding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem\nAdding debian:COMODO_ECC_Certification_Authority.pem\nAdding debian:AffirmTrust_Premium.pem\nAdding debian:DigiCert_Assured_ID_Root_CA.pem\nAdding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem\nAdding debian:GeoTrust_Universal_CA_2.pem\nAdding debian:Amazon_Root_CA_2.pem\nAdding debian:Visa_eCommerce_Root.pem\nAdding debian:Chambers_of_Commerce_Root_-_2008.pem\nAdding debian:PSCProcert.pem\nAdding debian:CA_Disig_Root_R2.pem\nAdding debian:Comodo_Trusted_Services_root.pem\nAdding debian:thawte_Primary_Root_CA_-_G2.pem\nAdding debian:Certigna.pem\nAdding debian:Global_Chambersign_Root_-_2008.pem\nAdding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem\nAdding debian:thawte_Primary_Root_CA_-_G3.pem\nAdding debian:Taiwan_GRCA.pem\nAdding debian:SwissSign_Silver_CA_-_G2.pem\nAdding debian:Trustis_FPS_Root_CA.pem\nAdding debian:Certinomis_-_Root_CA.pem\nAdding debian:Atos_TrustedRoot_2011.pem\nAdding debian:DST_ACES_CA_X6.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:GlobalSign_ECC_Root_CA_-_R4.pem\nAdding debian:ACCVRAIZ1.pem\nAdding debian:AddTrust_External_Root.pem\nAdding debian:GlobalSign_Root_CA_-_R3.pem\nAdding debian:AC_RAIZ_FNMT-RCM.pem\nAdding debian:DigiCert_Assured_ID_Root_G2.pem\nAdding debian:T\ufffd\ufffdRKTRUST_Elektronik_Sertifika_Hizmet_Sa\ufffd\ufffdlay\ufffd\ufffdc\ufffd\ufffds\ufffd\ufffd_H5.pem\nAdding debian:Swisscom_Root_EV_CA_2.pem\nAdding debian:ePKI_Root_Certification_Authority.pem\nAdding debian:Entrust_Root_Certification_Authority_-_G2.pem\nAdding debian:GeoTrust_Primary_Certification_Authority.pem\nAdding debian:Secure_Global_CA.pem\nAdding debian:DigiCert_Trusted_Root_G4.pem\nAdding debian:D-TRUST_Root_Class_3_CA_2_2009.pem\nAdding debian:Camerfirma_Global_Chambersign_Root.pem\nAdding debian:GeoTrust_Global_CA_2.pem\nAdding debian:Certplus_Root_CA_G2.pem\nAdding debian:GeoTrust_Global_CA.pem\nAdding debian:OpenTrust_Root_CA_G2.pem\nAdding debian:VeriSign_Universal_Root_Certification_Authority.pem\nAdding debian:Camerfirma_Chambers_of_Commerce_Root.pem\nAdding debian:Starfield_Root_Certificate_Authority_-_G2.pem\nAdding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem\nAdding debian:ACEDICOM_Root.pem\nAdding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem\nAdding debian:Cybertrust_Global_Root.pem\nAdding debian:Buypass_Class_2_Root_CA.pem\nAdding debian:LuxTrust_Global_Root_2.pem\nAdding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem\nAdding debian:QuoVadis_Root_CA_3.pem\nAdding debian:AffirmTrust_Commercial.pem\nAdding debian:NetLock_Arany_=Class_Gold=_F\ufffd\ufffdtan\ufffd\ufffds\ufffd\ufffdtv\ufffd\ufffdny.pem\nAdding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem\nAdding debian:AffirmTrust_Premium_ECC.pem\nAdding debian:USERTrust_RSA_Certification_Authority.pem\nAdding debian:Actalis_Authentication_Root_CA.pem\nAdding debian:Deutsche_Telekom_Root_CA_2.pem\nAdding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem\nAdding debian:thawte_Primary_Root_CA.pem\nAdding debian:Entrust_Root_Certification_Authority.pem\nAdding debian:Hongkong_Post_Root_CA_1.pem\nAdding debian:COMODO_RSA_Certification_Authority.pem\nAdding debian:XRamp_Global_CA_Root.pem\nAdding debian:COMODO_Certification_Authority.pem\nAdding debian:OISTE_WISeKey_Global_Root_GB_CA.pem\nAdding debian:Security_Communication_EV_RootCA1.pem\nAdding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem\nAdding debian:SecureTrust_CA.pem\nAdding debian:Security_Communication_Root_CA.pem\nAdding debian:GlobalSign_Root_CA_-_R2.pem\nAdding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem\nAdding debian:Certum_Trusted_Network_CA.pem\nAdding debian:QuoVadis_Root_CA_2.pem\nAdding debian:EC-ACC.pem\nAdding debian:DigiCert_Global_Root_CA.pem\nAdding debian:AddTrust_Low-Value_Services_Root.pem\nAdding debian:CA_Disig_Root_R1.pem\nAdding debian:QuoVadis_Root_CA_3_G3.pem\nAdding debian:Amazon_Root_CA_1.pem\nAdding debian:Certinomis_-_Autorit\ufffd\ufffd_Racine.pem\nAdding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem\nAdding debian:Starfield_Class_2_CA.pem\nAdding debian:Swisscom_Root_CA_1.pem\nAdding debian:Swisscom_Root_CA_2.pem\nAdding debian:OpenTrust_Root_CA_G1.pem\nAdding debian:Microsec_e-Szigno_Root_CA_2009.pem\nAdding debian:Certum_Root_CA.pem\nAdding debian:Certplus_Class_2_Primary_CA.pem\nAdding debian:GeoTrust_Universal_CA.pem\nAdding debian:QuoVadis_Root_CA_1_G3.pem\nAdding debian:Sonera_Class_2_Root_CA.pem\nAdding debian:Security_Communication_RootCA2.pem\nAdding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem\nAdding debian:QuoVadis_Root_CA_2_G3.pem\nAdding debian:Buypass_Class_3_Root_CA.pem\nAdding debian:IdenTrust_Commercial_Root_CA_1.pem\nAdding debian:TWCA_Root_Certification_Authority.pem\nAdding debian:Entrust_Root_Certification_Authority_-_EC1.pem\nAdding debian:SZAFIR_ROOT_CA2.pem\nAdding debian:Comodo_Secure_Services_root.pem\nAdding debian:Amazon_Root_CA_3.pem\nAdding debian:OpenTrust_Root_CA_G3.pem\nAdding debian:E-Tugra_Certification_Authority.pem\nAdding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem\nAdding debian:UTN_USERFirst_Hardware_Root_CA.pem\nAdding debian:TeliaSonera_Root_CA_v1.pem\nAdding debian:AddTrust_Qualified_Certificates_Root.pem\nAdding debian:CFCA_EV_ROOT.pem\ndone.\nSetting up openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.1) ...\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 ... 53135 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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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-2) ...\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-153.203) ...\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 11905\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 12554\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 0 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 0s (6466 kB/s)\nSelecting previously unselected package clearwater-cluster-manager.\n(Reading database ... 59692 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.202\n++ echo 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.202\n++ ip2rr 192.168.1.6\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.6\n++ echo A 192.168.1.6\n+ echo 'nameserver 192.168.0.6'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.2'\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 | 31:52:89:23:33:05:fd:ee:47:16:6f:46:7e:17:e3:0a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 6c:03:38:76:98:21:2a:40:27:03:6b:5c:72:50:56:97 root@vellum-0 (DSA)\nec2: 256 dc:6f:0e:3e:cb:00:17:d6:19:e1:ed:52:81:8c:5a:9d root@vellum-0 (ECDSA)\nec2: 256 15:90:bf:2c:10:38:b0:2a:ef:d4:b5:52:a9:82:80:e7 root@vellum-0 (ED25519)\nec2: 2048 1d:92:84:01:92:9e:d4:cf:88:2b:03:63:bf:27:1b:7b root@vellum-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKgyQxXkYRZ5qukH4zXhBUrjMDLpf3ap3eepzA0/tTF8woe9vVs8REPXL5yz93KUNL1cUdGbHC4O96cq+mDIxZw= root@vellum-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFGnyTzOWOArcH2CBVy9NRAqeuUaz8+1N9TbTzo47Sdb root@vellum-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDt2yDTzPDUf3yGidOsK1UB0a/xryMUbOHBfYbzl3TUUn0+qn+WJDI6hzsv1UL+Yls1Shajhaj3pEDW7wJzakVnBs2nB+7IYeNP+o7zY3GeVPBmQXAA2Ta7CYkNmJK7nSlNEf94ysvDeNi32NA2MAzl6celcP9EPjRc4l6/X76U2D70Q49T3pKGEUJjuIL2ojJoLcKikHvSFt8MOZtmFoMTzDcppqaXMkIPCWKEzp0/RWzICoGOFDUFaYzfpOWpnHKiaCBYm+cgXPJUt7xoCvxiF26w1qxGmMLou21h/jVYzlLjpyFfSICEFy0u1SgVQXHFYjMpivydmRtUxXo9POih root@vellum-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 05 Aug 2018 12:56:57 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 216.20 seconds\n"} 2018-08-05 12:56:57,978 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7/action used request id req-113c2c50-dc3c-4f13-8d37-77ade0717ac6 2018-08-05 12:56:57,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0807528495789s 2018-08-05 12:56:57,980 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7/action used request id req-113c2c50-dc3c-4f13-8d37-77ade0717ac6 2018-08-05 12:56:57,980 - functest.core.singlevm - DEBUG - console: ytes) [ 0.253894] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.255256] NET: Registered protocol family 1 [ 0.256210] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.257406] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.258565] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.280418] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.302458] Trying to unpack rootfs image as initramfs... [ 0.395338] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.397222] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.398407] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.399599] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.401377] Scanning for low memory corruption every 60 seconds [ 0.402875] Initialise system trusted keyring [ 0.403835] audit: initializing netlink socket (disabled) [ 0.404915] type=2000 audit(1533473601.482:1): initialized [ 0.424527] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.426528] zbud: loaded [ 0.427368] VFS: Disk quotas dquot_6.5.2 [ 0.428240] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.429778] fuse init (API version 7.22) [ 0.430670] msgmni has been set to 3997 [ 0.431515] Key type big_key registered [ 0.432628] Key type asymmetric registered [ 0.433486] Asymmetric key parser 'x509' registered [ 0.434459] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.436011] io scheduler noop registered [ 0.436842] io scheduler deadline registered (default) [ 0.437872] io scheduler cfq registered [ 0.438734] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.439820] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.441110] ipmi message handler version 39.2 [ 0.442044] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.443538] ACPI: Power Button [PWRF] [ 0.444387] GHES: HEST is not enabled! [ 0.466121] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.509534] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.531648] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.533253] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.557372] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.559568] Linux agpgart interface v0.103 [ 0.561179] brd: module loaded [ 0.562249] loop: module loaded [ 0.563233] blk-mq: CPU -> queue map [ 0.564018] CPU 0 -> Queue 0 [ 0.564700] CPU 1 -> Queue 0 [ 0.565888] vda: vda1 [ 0.567076] scsi0 : ata_piix [ 0.567842] scsi1 : ata_piix [ 0.568549] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.569823] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.571271] libphy: Fixed MDIO Bus: probed [ 0.572209] tun: Universal TUN/TAP device driver, 1.6 [ 0.573247] tun: (C) 1999-2004 Max Krasnyansky [ 0.576075] PPP generic driver version 2.4.2 [ 0.577393] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.579452] ehci-pci: EHCI PCI platform driver [ 0.580828] ehci-platform: EHCI generic platform driver [ 0.582580] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.584379] ohci-pci: OHCI PCI platform driver [ 0.585628] ohci-platform: OHCI generic platform driver [ 0.586726] uhci_hcd: USB Universal Host Controller Interface driver [ 0.613482] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.614784] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.616567] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.618033] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.620294] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.622373] usb usb1: Product: UHCI Host Controller [ 0.623846] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.625887] usb usb1: SerialNumber: 0000:00:01.2 [ 0.626921] hub 1-0:1.0: USB hub found [ 0.627731] hub 1-0:1.0: 2 ports detected [ 0.628688] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.630864] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.631870] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.632996] mousedev: PS/2 mouse device common for all mice [ 0.634316] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.636278] rtc_cmos 00:00: RTC can wake from S4 [ 0.637438] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.638679] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.639957] device-mapper: uevent: version 1.0.3 [ 0.640949] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.642642] ledtrig-cpu: registered to indicate activity on CPUs [ 0.643868] TCP: cubic registered [ 0.644704] NET: Registered protocol family 10 [ 0.645807] NET: Registered protocol family 17 [ 0.646733] Key type dns_resolver registered [ 0.647805] Loading compiled-in X.509 certificates [ 0.649314] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.658006] registered taskstats version 1 [ 0.660417] Key type trusted registered [ 0.663682] Key type encrypted registered [ 0.664573] AppArmor: AppArmor sha1 policy hashing enabled [ 0.665639] IMA: No TPM chip found, activating TPM-bypass! [ 0.667106] regulator-dummy: disabling [ 0.667949] Magic number: 14:996:884 [ 0.668874] rtc_cmos 00:00: setting system clock to 2018-08-05 12:53:21 UTC (1533473601) [ 0.670531] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.671691] EDD information not available. [ 0.729035] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.730806] Write protecting the kernel read-only data: 12288k [ 0.732492] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.735292] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.748033] systemd-udevd[107]: starting version 204 [ 0.776464] FDC 0 is a S82078B [ 0.940053] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.104767] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.106725] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.108717] usb 1-1: Product: QEMU USB Tablet [ 1.110001] usb 1-1: Manufacturer: QEMU [ 1.111187] usb 1-1: SerialNumber: 42 [ 1.396078] tsc: Refined TSC clocksource calibration: 3491.850 MHz [ 1.805118] 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.047517] 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.385058] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.962309] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:53:24 +0000. Up 3.52 seconds. cloud-init-nonet[3.69]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting load modules from /etc/modules[74G[ OK ] * Starting cold plug devices[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Stopping load modules from /etc/modules[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting 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 configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[4.67]: static networking is now up * Starting configure network device[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 Sun, 05 Aug 2018 12:53:25 +0000. Up 4.83 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:20:c3:09 | ci-info: | eth0 | True | 192.168.0.9 | 255.255.255.0 | fa:16:3e:66:7a:d9 | 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: 1d:92:84:01:92:9e:d4:cf:88:2b:03:63:bf:27:1b:7b root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | .o...o. | | o.. .. . | | o o + o . | |o.+ . o o . | |o... S . | |o .. | | o .. | | ooE | | 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: 6c:03:38:76:98:21:2a:40:27:03:6b:5c:72:50:56:97 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ |=*+*o. .. | |ooO. =.E | |+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: dc:6f:0e:3e:cb:00:17:d6:19:e1:ed:52:81:8c:5a:9d root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | +o+. | | ooE+ . | | oo + o | | .o o o | | . S o . | | o o | | . . o | | +.+ | | +o. | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: 15:90:bf:2c:10:38:b0:2a:ef:d4:b5:52:a9:82:80:e7 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ | .. . .o. | | .o . . . | | . . . .. | |.. .. .. | |= . +.S. . | |o= . + .. o | |. E + . . | | o . . | | . | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting Bridge file events into upstart[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting system logging daemon[74G[ OK ] * Starting Handle applying cloud-config[74G[ OK ] Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd * Starting AppArmor profiles [80G [74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:53:32 +0000. Up 11.66 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:53:33 +0000. Up 12.78 seconds. + cat ++ echo 192.168.1.0/24 ++ cut -d / -f 2 + chmod a+x /etc/init.d/signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc2.d/S01signaling_namespace + ln -s /etc/init.d/signaling_namespace /etc/rc3.d/S01signaling_namespace + /etc/init.d/signaling_namespace Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 3149 100 3149 0 0 15877 0 --:--:-- --:--:-- --:--:-- 15824 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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 kB] Get:7 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB] Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [754 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 [238 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:10 http://security.ubuntu.com trusty-security/main Translation-en [407 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 [130 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 [204 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 8s (1518 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.27 + '[' -n 192.168.0.27 ']' + 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 0 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://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB] Get:20 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:28 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 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://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] 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://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 kB] Get:36 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB] Get:38 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB] Get:39 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB] Get:41 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB] Get:42 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB] 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://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB] Get:47 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB] Get:48 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB] Get:50 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB] Get:51 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main openjdk-7-jre-headless amd64 7u181-2.6.14-0ubuntu0.1 [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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 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 22s (7711 kB/s) Selecting previously unselected package libnspr4:amd64. (Reading database ... 51310 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.1_amd64.deb ... Unpacking openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.1) ... 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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:QuoVadis_Root_CA.pem Adding debian:Baltimore_CyberTrust_Root.pem Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem Adding debian:USERTrust_ECC_Certification_Authority.pem Adding debian:ISRG_Root_X1.pem Adding debian:DigiCert_Global_Root_G3.pem Adding debian:DigiCert_Assured_ID_Root_G3.pem Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem Adding debian:SecureSign_RootCA11.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem Adding debian:certSIGN_ROOT_CA.pem Adding debian:DST_Root_CA_X3.pem Adding debian:Go_Daddy_Class_2_CA.pem Adding debian:T-TeleSec_GlobalRoot_Class_2.pem Adding debian:Network_Solutions_Certificate_Authority.pem Adding debian:Comodo_AAA_Services_root.pem Adding debian:EE_Certification_Centre_Root_CA.pem Adding debian:T-TeleSec_GlobalRoot_Class_3.pem Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem Adding debian:Certum_Trusted_Network_CA_2.pem Adding debian:SwissSign_Gold_CA_-_G2.pem Adding debian:CNNIC_ROOT.pem Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem Adding debian:GlobalSign_Root_CA.pem Adding debian:Certplus_Root_CA_G1.pem Adding debian:DigiCert_Global_Root_G2.pem Adding debian:Izenpe.com.pem Adding debian:AddTrust_Public_Services_Root.pem Adding debian:Amazon_Root_CA_4.pem Adding debian:TWCA_Global_Root_CA.pem Adding debian:AffirmTrust_Networking.pem Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem Adding debian:COMODO_ECC_Certification_Authority.pem Adding debian:AffirmTrust_Premium.pem Adding debian:DigiCert_Assured_ID_Root_CA.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem Adding debian:GeoTrust_Universal_CA_2.pem Adding debian:Amazon_Root_CA_2.pem Adding debian:Visa_eCommerce_Root.pem Adding debian:Chambers_of_Commerce_Root_-_2008.pem Adding debian:PSCProcert.pem Adding debian:CA_Disig_Root_R2.pem Adding debian:Comodo_Trusted_Services_root.pem Adding debian:thawte_Primary_Root_CA_-_G2.pem Adding debian:Certigna.pem Adding debian:Global_Chambersign_Root_-_2008.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem Adding debian:thawte_Primary_Root_CA_-_G3.pem Adding debian:Taiwan_GRCA.pem Adding debian:SwissSign_Silver_CA_-_G2.pem Adding debian:Trustis_FPS_Root_CA.pem Adding debian:Certinomis_-_Root_CA.pem Adding debian:Atos_TrustedRoot_2011.pem Adding debian:DST_ACES_CA_X6.pem Adding debian:T��B��TAK_UEKAE_K��k_Sertifika_Hizmet_Sa��lay��c��s��_-_S��r��m_3.pem Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem Adding debian:ACCVRAIZ1.pem Adding debian:AddTrust_External_Root.pem Adding debian:GlobalSign_Root_CA_-_R3.pem Adding debian:AC_RAIZ_FNMT-RCM.pem Adding debian:DigiCert_Assured_ID_Root_G2.pem Adding debian:T��RKTRUST_Elektronik_Sertifika_Hizmet_Sa��lay��c��s��_H5.pem Adding debian:Swisscom_Root_EV_CA_2.pem Adding debian:ePKI_Root_Certification_Authority.pem Adding debian:Entrust_Root_Certification_Authority_-_G2.pem Adding debian:GeoTrust_Primary_Certification_Authority.pem Adding debian:Secure_Global_CA.pem Adding debian:DigiCert_Trusted_Root_G4.pem Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem Adding debian:Camerfirma_Global_Chambersign_Root.pem Adding debian:GeoTrust_Global_CA_2.pem Adding debian:Certplus_Root_CA_G2.pem Adding debian:GeoTrust_Global_CA.pem Adding debian:OpenTrust_Root_CA_G2.pem Adding debian:VeriSign_Universal_Root_Certification_Authority.pem Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem Adding debian:ACEDICOM_Root.pem Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem Adding debian:Cybertrust_Global_Root.pem Adding debian:Buypass_Class_2_Root_CA.pem Adding debian:LuxTrust_Global_Root_2.pem Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem Adding debian:QuoVadis_Root_CA_3.pem Adding debian:AffirmTrust_Commercial.pem Adding debian:NetLock_Arany_=Class_Gold=_F��tan��s��tv��ny.pem Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem Adding debian:AffirmTrust_Premium_ECC.pem Adding debian:USERTrust_RSA_Certification_Authority.pem Adding debian:Actalis_Authentication_Root_CA.pem Adding debian:Deutsche_Telekom_Root_CA_2.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem Adding debian:thawte_Primary_Root_CA.pem Adding debian:Entrust_Root_Certification_Authority.pem Adding debian:Hongkong_Post_Root_CA_1.pem Adding debian:COMODO_RSA_Certification_Authority.pem Adding debian:XRamp_Global_CA_Root.pem Adding debian:COMODO_Certification_Authority.pem Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem Adding debian:Security_Communication_EV_RootCA1.pem Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem Adding debian:SecureTrust_CA.pem Adding debian:Security_Communication_Root_CA.pem Adding debian:GlobalSign_Root_CA_-_R2.pem Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem Adding debian:Certum_Trusted_Network_CA.pem Adding debian:QuoVadis_Root_CA_2.pem Adding debian:EC-ACC.pem Adding debian:DigiCert_Global_Root_CA.pem Adding debian:AddTrust_Low-Value_Services_Root.pem Adding debian:CA_Disig_Root_R1.pem Adding debian:QuoVadis_Root_CA_3_G3.pem Adding debian:Amazon_Root_CA_1.pem Adding debian:Certinomis_-_Autorit��_Racine.pem Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem Adding debian:Starfield_Class_2_CA.pem Adding debian:Swisscom_Root_CA_1.pem Adding debian:Swisscom_Root_CA_2.pem Adding debian:OpenTrust_Root_CA_G1.pem Adding debian:Microsec_e-Szigno_Root_CA_2009.pem Adding debian:Certum_Root_CA.pem Adding debian:Certplus_Class_2_Primary_CA.pem Adding debian:GeoTrust_Universal_CA.pem Adding debian:QuoVadis_Root_CA_1_G3.pem Adding debian:Sonera_Class_2_Root_CA.pem Adding debian:Security_Communication_RootCA2.pem Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem Adding debian:QuoVadis_Root_CA_2_G3.pem Adding debian:Buypass_Class_3_Root_CA.pem Adding debian:IdenTrust_Commercial_Root_CA_1.pem Adding debian:TWCA_Root_Certification_Authority.pem Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem Adding debian:SZAFIR_ROOT_CA2.pem Adding debian:Comodo_Secure_Services_root.pem Adding debian:Amazon_Root_CA_3.pem Adding debian:OpenTrust_Root_CA_G3.pem Adding debian:E-Tugra_Certification_Authority.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem Adding debian:UTN_USERFirst_Hardware_Root_CA.pem Adding debian:TeliaSonera_Root_CA_v1.pem Adding debian:AddTrust_Qualified_Certificates_Root.pem Adding debian:CFCA_EV_ROOT.pem done. Setting up openjdk-7-jre-headless:amd64 (7u181-2.6.14-0ubuntu0.1) ... 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 ... 53135 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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-2) ... 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-153.203) ... 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 11905 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 12554 * 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 0 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 0s (6466 kB/s) Selecting previously unselected package clearwater-cluster-manager. (Reading database ... 59692 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.202 ++ echo 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.202 ++ ip2rr 192.168.1.6 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.6 ++ echo A 192.168.1.6 + echo 'nameserver 192.168.0.6' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.2' + 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 | 31:52:89:23:33:05:fd:ee:47:16:6f:46:7e:17:e3:0a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 6c:03:38:76:98:21:2a:40:27:03:6b:5c:72:50:56:97 root@vellum-0 (DSA) ec2: 256 dc:6f:0e:3e:cb:00:17:d6:19:e1:ed:52:81:8c:5a:9d root@vellum-0 (ECDSA) ec2: 256 15:90:bf:2c:10:38:b0:2a:ef:d4:b5:52:a9:82:80:e7 root@vellum-0 (ED25519) ec2: 2048 1d:92:84:01:92:9e:d4:cf:88:2b:03:63:bf:27:1b:7b root@vellum-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKgyQxXkYRZ5qukH4zXhBUrjMDLpf3ap3eepzA0/tTF8woe9vVs8REPXL5yz93KUNL1cUdGbHC4O96cq+mDIxZw= root@vellum-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFGnyTzOWOArcH2CBVy9NRAqeuUaz8+1N9TbTzo47Sdb root@vellum-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDt2yDTzPDUf3yGidOsK1UB0a/xryMUbOHBfYbzl3TUUn0+qn+WJDI6hzsv1UL+Yls1Shajhaj3pEDW7wJzakVnBs2nB+7IYeNP+o7zY3GeVPBmQXAA2Ta7CYkNmJK7nSlNEf94ysvDeNi32NA2MAzl6celcP9EPjRc4l6/X76U2D70Q49T3pKGEUJjuIL2ojJoLcKikHvSFt8MOZtmFoMTzDcppqaXMkIPCWKEzp0/RWzICoGOFDUFaYzfpOWpnHKiaCBYm+cgXPJUt7xoCvxiF26w1qxGmMLou21h/jVYzlLjpyFfSICEFy0u1SgVQXHFYjMpivydmRtUxXo9POih root@vellum-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 05 Aug 2018 12:56:57 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 216.20 seconds 2018-08-05 12:56:57,986 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-05 12:56:57,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:56:57,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:56:58,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:56: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-7d68d756-7591-4839-a0f9-dda0561ef71c x-compute-request-id: req-7d68d756-7591-4839-a0f9-dda0561ef71c Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:56:58,786 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-7d68d756-7591-4839-a0f9-dda0561ef71c 2018-08-05 12:56:58,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.79891204834s 2018-08-05 12:56:58,787 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-7d68d756-7591-4839-a0f9-dda0561ef71c 2018-08-05 12:56:58,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:56:58,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:56:58,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:56: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-e087d510-98e1-4bce-a0c6-da2810140f42 x-compute-request-id: req-e087d510-98e1-4bce-a0c6-da2810140f42 Content-Encoding: gzip Content-Length: 20533 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.009165] AppArmor: AppArmor initialized\n[ 0.010284] Yama: becoming mindful.\n[ 0.012119] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015253] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016649] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018347] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020233] Initializing cgroup subsys memory\n[ 0.021418] Initializing cgroup subsys devices\n[ 0.022595] Initializing cgroup subsys freezer\n[ 0.024004] Initializing cgroup subsys blkio\n[ 0.025136] Initializing cgroup subsys perf_event\n[ 0.026324] Initializing cgroup subsys hugetlb\n[ 0.028053] CPU: Physical Processor ID: 0\n[ 0.029139] FEATURE SPEC_CTRL Present\n[ 0.030794] mce: CPU supports 10 MCE banks\n[ 0.032029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.034639] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.036003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.037836] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.040003] Speculative Store Bypass: Vulnerable\n[ 0.041512] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.046475] ACPI: Core revision 20131115\n[ 0.048148] ACPI: All ACPI Tables successfully acquired\n[ 0.049668] ftrace: allocating 28727 entries in 113 pages\n[ 0.068246] Enabling x2apic\n[ 0.069091] Enabled x2apic\n[ 0.070081] Switched APIC routing to physical x2apic.\n[ 0.072919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.074531] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.077164] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.085112] KVM setup paravirtual spinlock\n[ 0.087488] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.088150] x86: Booting SMP configuration:\n[ 0.089344] .... node #0, CPUs: #1[ 0.087454] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.104018] x86: Booted up 1 node, 2 CPUs\n[ 0.104012] KVM setup async PF for cpu 1\n[ 0.104012] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.107521] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.108347] devtmpfs: initialized\n[ 0.110099] EVM: security.selinux\n[ 0.111050] EVM: security.SMACK64\n[ 0.112005] EVM: security.ima\n[ 0.112838] EVM: security.capability\n[ 0.113833] pinctrl core: initialized pinctrl subsystem\n[ 0.116045] regulator-dummy: no parameters\n[ 0.117230] RTC time: 12:52:31, date: 08/05/18\n[ 0.118440] NET: Registered protocol family 16\n[ 0.119739] cpuidle: using governor ladder\n[ 0.120004] cpuidle: using governor menu\n[ 0.121165] ACPI: bus type PCI registered\n[ 0.122267] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.123990] PCI: Using configuration type 1 for base access\n[ 0.124528] bio: create slab at 0\n[ 0.125130] ACPI: Added _OSI(Module Device)\n[ 0.125193] ACPI: Added _OSI(Processor Device)\n[ 0.128003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.131743] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.133409] ACPI: Interpreter enabled\n[ 0.134468] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.136668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.138925] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.140545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.142454] ACPI: (supports S0 S5)\n[ 0.143190] ACPI: Using IOAPIC for interrupt routing\n[ 0.144051] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.146033] ACPI: No dock devices found.\n[ 0.148723] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.149916] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.151194] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.152028] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.154385] acpiphp: Slot [3] registered\n[ 0.155223] acpiphp: Slot [4] registered\n[ 0.156020] acpiphp: Slot [5] registered\n[ 0.156857] acpiphp: Slot [6] registered\n[ 0.157685] acpiphp: Slot [7] registered\n[ 0.158513] acpiphp: Slot [8] registered\n[ 0.159340] acpiphp: Slot [9] registered\n[ 0.160027] acpiphp: Slot [10] registered\n[ 0.160867] acpiphp: Slot [11] registered\n[ 0.161706] acpiphp: Slot [12] registered\n[ 0.162547] acpiphp: Slot [13] registered\n[ 0.163393] acpiphp: Slot [14] registered\n[ 0.164018] acpiphp: Slot [15] registered\n[ 0.164861] acpiphp: Slot [16] registered\n[ 0.165702] acpiphp: Slot [17] registered\n[ 0.166544] acpiphp: Slot [18] registered\n[ 0.167397] acpiphp: Slot [19] registered\n[ 0.168017] acpiphp: Slot [20] registered\n[ 0.168861] acpiphp: Slot [21] registered\n[ 0.169699] acpiphp: Slot [22] registered\n[ 0.170536] acpiphp: Slot [23] registered\n[ 0.171382] acpiphp: Slot [24] registered\n[ 0.172017] acpiphp: Slot [25] registered\n[ 0.172860] acpiphp: Slot [26] registered\n[ 0.173701] acpiphp: Slot [27] registered\n[ 0.174544] acpiphp: Slot [28] registered\n[ 0.175488] acpiphp: Slot [29] registered\n[ 0.176017] acpiphp: Slot [30] registered\n[ 0.176865] acpiphp: Slot [31] registered\n[ 0.177700] PCI host bridge to bus 0000:00\n[ 0.178535] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.179587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.180004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.181167] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.182437] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.183705] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.188842] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.190329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.208857] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.210418] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.211904] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.212707] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.214567] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.215933] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.216220] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.217139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.218863] vgaarb: loaded\n[ 0.219496] vgaarb: bridge control possible 0000:00:02.0\n[ 0.220233] SCSI subsystem initialized\n[ 0.221201] ACPI: bus type USB registered\n[ 0.221201] usbcore: registered new interface driver usbfs\n[ 0.222072] usbcore: registered new interface driver hub\n[ 0.224044] usbcore: registered new device driver usb\n[ 0.225128] PCI: Using ACPI for IRQ routing\n[ 0.225195] NetLabel: Initializing\n[ 0.225958] NetLabel: domain hash size = 128\n[ 0.228003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.229059] NetLabel: unlabeled traffic allowed by default\n[ 0.230178] Switched to clocksource kvm-clock\n[ 0.235279] AppArmor: AppArmor Filesystem Enabled\n[ 0.236294] pnp: PnP ACPI init\n[ 0.237007] ACPI: bus type PNP registered\n[ 0.238266] pnp: PnP ACPI: found 8 devices\n[ 0.239138] ACPI: bus type PNP unregistered\n[ 0.246561] NET: Registered protocol family 2\n[ 0.248425] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.250671] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.252647] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.254596] TCP: reno registered\n[ 0.255591] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.257322] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.259262] NET: Registered protocol family 1\n[ 0.260592] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.262288] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.263898] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.286102] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.308690] Trying to unpack rootfs image as initramfs...\n[ 0.401897] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.404457] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.406135] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.407789] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.410345] Scanning for low memory corruption every 60 seconds\n[ 0.412534] Initialise system trusted keyring\n[ 0.413917] audit: initializing netlink socket (disabled)\n[ 0.415506] type=2000 audit(1533473551.770:1): initialized\n[ 0.436605] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.439138] zbud: loaded\n[ 0.440201] VFS: Disk quotas dquot_6.5.2\n[ 0.441411] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.443610] fuse init (API version 7.22)\n[ 0.444907] msgmni has been set to 3997\n[ 0.446147] Key type big_key registered\n[ 0.447636] Key type asymmetric registered\n[ 0.448887] Asymmetric key parser 'x509' registered\n[ 0.450345] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.452547] io scheduler noop registered\n[ 0.453751] io scheduler deadline registered (default)\n[ 0.454843] io scheduler cfq registered\n[ 0.455747] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.456849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.458169] ipmi message handler version 39.2\n[ 0.459110] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.460616] ACPI: Power Button [PWRF]\n[ 0.461527] GHES: HEST is not enabled!\n[ 0.483119] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.526416] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.528200] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.552042] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.554420] Linux agpgart interface v0.103\n[ 0.556259] brd: module loaded\n[ 0.557366] loop: module loaded\n[ 0.558417] blk-mq: CPU -> queue map\n[ 0.559215] CPU 0 -> Queue 0\n[ 0.559907] CPU 1 -> Queue 0\n[ 0.561565] vda: vda1\n[ 0.562874] scsi0 : ata_piix\n[ 0.563623] scsi1 : ata_piix\n[ 0.564314] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.565547] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.567035] libphy: Fixed MDIO Bus: probed\n[ 0.568209] tun: Universal TUN/TAP device driver, 1.6\n[ 0.569200] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.571091] PPP generic driver version 2.4.2\n[ 0.572070] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.573464] ehci-pci: EHCI PCI platform driver\n[ 0.574269] ehci-platform: EHCI generic platform driver\n[ 0.575174] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.576272] ohci-pci: OHCI PCI platform driver\n[ 0.577264] ohci-platform: OHCI generic platform driver\n[ 0.578434] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.600436] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.601549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.603215] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.604543] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.605852] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.607351] usb usb1: Product: UHCI Host Controller\n[ 0.608346] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.609596] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.610662] hub 1-0:1.0: USB hub found\n[ 0.611480] hub 1-0:1.0: 2 ports detected\n[ 0.612522] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.614870] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.615907] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.617089] mousedev: PS/2 mouse device common for all mice\n[ 0.618516] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.620550] rtc_cmos 00:00: RTC can wake from S4\n[ 0.621805] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.623083] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.624415] device-mapper: uevent: version 1.0.3\n[ 0.625475] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.627225] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.628544] TCP: cubic registered\n[ 0.629401] NET: Registered protocol family 10\n[ 0.630721] NET: Registered protocol family 17\n[ 0.631694] Key type dns_resolver registered\n[ 0.632894] Loading compiled-in X.509 certificates\n[ 0.634470] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.636389] registered taskstats version 1\n[ 0.639281] Key type trusted registered\n[ 0.642758] Key type encrypted registered\n[ 0.643629] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.644731] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.646217] regulator-dummy: disabling\n[ 0.647112] Magic number: 14:996:884\n[ 0.654915] rtc_cmos 00:00: setting system clock to 2018-08-05 12:52:31 UTC (1533473551)\n[ 0.656748] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.657962] EDD information not available.\n[ 0.722083] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.723777] Write protecting the kernel read-only data: 12288k\n[ 0.726112] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.730068] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.743910] systemd-udevd[107]: starting version 204\n[ 0.788504] FDC 0 is a S82078B\n[ 0.924049] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.087724] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.089026] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.090357] usb 1-1: Product: QEMU USB Tablet\n[ 1.091246] usb 1-1: Manufacturer: QEMU\n[ 1.092062] usb 1-1: SerialNumber: 42\n[ 1.404105] tsc: Refined TSC clocksource calibration: 3491.871 MHz\n[ 1.805039] 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.042450] 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.119071] 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 Send an event to indicate plymouth is up[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.202893] 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 * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:52:33 +0000. Up 2.52 seconds.\ncloud-init-nonet[2.66]: 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 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 * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.47]: static networking is now up\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:52:34 +0000. Up 3.61 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.27 | 255.255.255.0 | fa:16:3e:e8:92:fa |\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:\n4a:73:b1:ae:1d:c9:de:3b:9b:28:d9:31:87:59:08:c2 root@ellis-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . |\n| E . |\n| . ... |\n| .o. |\n| o S+ |\n| . *=.. |\n| .o=+ |\n| o+.+.. |\n| ..+ =+ |\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n65:9f:9c:2d:98:16:34:cd:94:ec:8a:4a:ce:3f:dc:1f root@ellis-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| o=.. |\n| . .= |\n| +. |\n| o *.+ |\n| S.+.* . |\n| . ... . |\n| + o . E |\n| + o . . |\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:\nc9:b8:d9:e1:53:da:c9:c2:c4:f3:6f:42:cf:04:cd:2b root@ellis-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| o |\n| + .. o |\n| . S .. . |\n| B OE.o |\n| o B.== |\n| o..+ |\n| o. |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\n97:95:19:33:ec:87:19:69:fb:6d:f8:f3:df:c3:36:85 root@ellis-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .+. |\n| =* |\n| o+= |\n| o= . |\n| S o o + |\n| . E +|\n| .o.|\n| *o|\n| . X|\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 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 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.\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:52:40 +0000. Up 10.00 seconds.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:52:42 +0000. Up 10.96 seconds.\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ curl -L http://repo.cw-ngv.com/repo_key\n+ apt-key add -\n % Total % Received % Xferd Average Speed Time Time Time Current\n Dload Upload Total Spent Left Speed\n 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS ellis-0 ttyS0\n\nellis-0 login: 100 3149 100 3149 0 0 18358 0 --:--:-- --:--:-- --:--:-- 18415\nOK\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [160 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB]\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 [754 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 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 [407 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:14 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2542 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=\n+ '[' -n '' ']'\n+ etcd_ip=192.168.0.27\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 0 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6364 B]\nGet:2 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ ellis 1.0-180326.110234 [10.4 MB]\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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 kB]\nGet:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB]\nGet:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB]\nGet:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B]\nGet:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B]\nGet:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB]\nGet:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB]\nGet:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB]\nGet:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB]\nGet:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB]\nGet:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B]\nGet:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB]\nGet:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]\nGet:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]\nGet:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]\nGet:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]\nGet:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]\nGet:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]\nGet:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB]\nGet:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB]\nGet:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB]\nGet:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB]\nGet:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB]\nGet:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB]\nGet:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB]\nGet:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB]\nGet:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB]\nGet:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB]\nGet:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB]\nGet:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB]\nGet:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB]\nGet:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB]\nGet:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB]\nGet:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB]\nGet:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB]\nExtracting templates from packages: 30%Extracting templates from packages: 61%Extracting templates from packages: 91%Extracting templates from packages: 100%\nPreconfiguring packages ...\nFetched 69.7 MB in 9s (7728 kB/s)\nSelecting previously unselected package libaio1:amd64.\n(Reading database ... 51310 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-2_amd64.deb ...\nUnpacking libzmq3:amd64 (4.0.4+dfsg-2) ...\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 ... 51913 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-153.203_amd64.deb ...\nUnpacking linux-libc-dev:amd64 (3.13.0-153.203) ...\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-2) ...\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 8555\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-153.203) ...\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 9278\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 0 not upgraded.\nNeed to get 38.4 MB of archives.\nAfter this operation, 108 MB of additional disk space will be used.\nGet:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB]\nFetched 38.4 MB in 3s (11.3 MB/s)\nSelecting previously unselected package python-mock.\n(Reading database ... 58121 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.214\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.214\n++ echo A 172.30.9.214\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+ echo 'nameserver 192.168.0.6'\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 | 31:52:89:23:33:05:fd:ee:47:16:6f:46:7e:17:e3:0a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 65:9f:9c:2d:98:16:34:cd:94:ec:8a:4a:ce:3f:dc:1f root@ellis-0 (DSA)\nec2: 256 c9:b8:d9:e1:53:da:c9:c2:c4:f3:6f:42:cf:04:cd:2b root@ellis-0 (ECDSA)\nec2: 256 97:95:19:33:ec:87:19:69:fb:6d:f8:f3:df:c3:36:85 root@ellis-0 (ED25519)\nec2: 2048 4a:73:b1:ae:1d:c9:de:3b:9b:28:d9:31:87:59:08:c2 root@ellis-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMp1aKSe+bVBAbpFoDT+mqzlNCZKEOreuzuE8CBCWkjEm/l9tGvu9MBV7bf17fRg5ictr43Pi3V2sohF60TMMXE= root@ellis-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIByR7XeTXhvYpHhzbFjBF3cjo9ODqc6q8abxUXeQKgaq root@ellis-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsPE3fbplrZTmkHzWRyKzAplSkFjwzA8o4kOTHGTd+IK3WEatab8PY3fg+lulkmaFinEELlVYos0+/mrylqWGJV8eXJ5rwQVa0Qjrr0PrJq0G4ZUl0FfXaPae+O9aSXs+Q/wsQcbM/Z3h6FnyxmYvZxqljKvB9GCXjabVE7kMEXtARFD/2FJ/uJLmRgjBvNMPaZynEvx5KEeFtvtKMabY3oeQH0LGUW2ESB7o9+RQuHyNgdHIsUkDUasqO90mQkM5ZfINpoGmTBTERwPeDm4ufsTK8lnrF3EFHKFhIrkITjHeqKZwUJFlBVqGF7ANF5+wE41UliFOrekOPHRQzB58L root@ellis-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 05 Aug 2018 12:55:45 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 194.31 seconds\n"} 2018-08-05 12:56:58,880 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517/action used request id req-e087d510-98e1-4bce-a0c6-da2810140f42 2018-08-05 12:56:58,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0864160060883s 2018-08-05 12:56:58,883 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517/action used request id req-e087d510-98e1-4bce-a0c6-da2810140f42 2018-08-05 12:56:58,883 - 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K 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.009165] AppArmor: AppArmor initialized [ 0.010284] Yama: becoming mindful. [ 0.012119] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015253] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016649] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018347] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020233] Initializing cgroup subsys memory [ 0.021418] Initializing cgroup subsys devices [ 0.022595] Initializing cgroup subsys freezer [ 0.024004] Initializing cgroup subsys blkio [ 0.025136] Initializing cgroup subsys perf_event [ 0.026324] Initializing cgroup subsys hugetlb [ 0.028053] CPU: Physical Processor ID: 0 [ 0.029139] FEATURE SPEC_CTRL Present [ 0.030794] mce: CPU supports 10 MCE banks [ 0.032029] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032029] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.034639] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.036003] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.037836] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.040003] Speculative Store Bypass: Vulnerable [ 0.041512] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.046475] ACPI: Core revision 20131115 [ 0.048148] ACPI: All ACPI Tables successfully acquired [ 0.049668] ftrace: allocating 28727 entries in 113 pages [ 0.068246] Enabling x2apic [ 0.069091] Enabled x2apic [ 0.070081] Switched APIC routing to physical x2apic. [ 0.072919] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.074531] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.077164] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.085112] KVM setup paravirtual spinlock [ 0.087488] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.088150] x86: Booting SMP configuration: [ 0.089344] .... node #0, CPUs: #1[ 0.087454] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.104018] x86: Booted up 1 node, 2 CPUs [ 0.104012] KVM setup async PF for cpu 1 [ 0.104012] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.107521] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.108347] devtmpfs: initialized [ 0.110099] EVM: security.selinux [ 0.111050] EVM: security.SMACK64 [ 0.112005] EVM: security.ima [ 0.112838] EVM: security.capability [ 0.113833] pinctrl core: initialized pinctrl subsystem [ 0.116045] regulator-dummy: no parameters [ 0.117230] RTC time: 12:52:31, date: 08/05/18 [ 0.118440] NET: Registered protocol family 16 [ 0.119739] cpuidle: using governor ladder [ 0.120004] cpuidle: using governor menu [ 0.121165] ACPI: bus type PCI registered [ 0.122267] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.123990] PCI: Using configuration type 1 for base access [ 0.124528] bio: create slab at 0 [ 0.125130] ACPI: Added _OSI(Module Device) [ 0.125193] ACPI: Added _OSI(Processor Device) [ 0.128003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.131743] ACPI: Added _OSI(Processor Aggregator Device) [ 0.133409] ACPI: Interpreter enabled [ 0.134468] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.136668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.138925] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.140545] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.142454] ACPI: (supports S0 S5) [ 0.143190] ACPI: Using IOAPIC for interrupt routing [ 0.144051] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.146033] ACPI: No dock devices found. [ 0.148723] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.149916] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.151194] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.152028] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.154385] acpiphp: Slot [3] registered [ 0.155223] acpiphp: Slot [4] registered [ 0.156020] acpiphp: Slot [5] registered [ 0.156857] acpiphp: Slot [6] registered [ 0.157685] acpiphp: Slot [7] registered [ 0.158513] acpiphp: Slot [8] registered [ 0.159340] acpiphp: Slot [9] registered [ 0.160027] acpiphp: Slot [10] registered [ 0.160867] acpiphp: Slot [11] registered [ 0.161706] acpiphp: Slot [12] registered [ 0.162547] acpiphp: Slot [13] registered [ 0.163393] acpiphp: Slot [14] registered [ 0.164018] acpiphp: Slot [15] registered [ 0.164861] acpiphp: Slot [16] registered [ 0.165702] acpiphp: Slot [17] registered [ 0.166544] acpiphp: Slot [18] registered [ 0.167397] acpiphp: Slot [19] registered [ 0.168017] acpiphp: Slot [20] registered [ 0.168861] acpiphp: Slot [21] registered [ 0.169699] acpiphp: Slot [22] registered [ 0.170536] acpiphp: Slot [23] registered [ 0.171382] acpiphp: Slot [24] registered [ 0.172017] acpiphp: Slot [25] registered [ 0.172860] acpiphp: Slot [26] registered [ 0.173701] acpiphp: Slot [27] registered [ 0.174544] acpiphp: Slot [28] registered [ 0.175488] acpiphp: Slot [29] registered [ 0.176017] acpiphp: Slot [30] registered [ 0.176865] acpiphp: Slot [31] registered [ 0.177700] PCI host bridge to bus 0000:00 [ 0.178535] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.179587] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.180004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.181167] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.182437] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.183705] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.188842] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.190329] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.208857] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.210418] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.211904] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.212707] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.214567] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.215933] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.216220] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.217139] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.218863] vgaarb: loaded [ 0.219496] vgaarb: bridge control possible 0000:00:02.0 [ 0.220233] SCSI subsystem initialized [ 0.221201] ACPI: bus type USB registered [ 0.221201] usbcore: registered new interface driver usbfs [ 0.222072] usbcore: registered new interface driver hub [ 0.224044] usbcore: registered new device driver usb [ 0.225128] PCI: Using ACPI for IRQ routing [ 0.225195] NetLabel: Initializing [ 0.225958] NetLabel: domain hash size = 128 [ 0.228003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.229059] NetLabel: unlabeled traffic allowed by default [ 0.230178] Switched to clocksource kvm-clock [ 0.235279] AppArmor: AppArmor Filesystem Enabled [ 0.236294] pnp: PnP ACPI init [ 0.237007] ACPI: bus type PNP registered [ 0.238266] pnp: PnP ACPI: found 8 devices [ 0.239138] ACPI: bus type PNP unregistered [ 0.246561] NET: Registered protocol family 2 [ 0.248425] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.250671] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.252647] TCP: Hash tables configured (established 16384 bind 16384) [ 0.254596] TCP: reno registered [ 0.255591] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.257322] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.259262] NET: Registered protocol family 1 [ 0.260592] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.262288] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.263898] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.286102] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.308690] Trying to unpack rootfs image as initramfs... [ 0.401897] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.404457] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.406135] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.407789] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.410345] Scanning for low memory corruption every 60 seconds [ 0.412534] Initialise system trusted keyring [ 0.413917] audit: initializing netlink socket (disabled) [ 0.415506] type=2000 audit(1533473551.770:1): initialized [ 0.436605] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.439138] zbud: loaded [ 0.440201] VFS: Disk quotas dquot_6.5.2 [ 0.441411] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.443610] fuse init (API version 7.22) [ 0.444907] msgmni has been set to 3997 [ 0.446147] Key type big_key registered [ 0.447636] Key type asymmetric registered [ 0.448887] Asymmetric key parser 'x509' registered [ 0.450345] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.452547] io scheduler noop registered [ 0.453751] io scheduler deadline registered (default) [ 0.454843] io scheduler cfq registered [ 0.455747] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.456849] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.458169] ipmi message handler version 39.2 [ 0.459110] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.460616] ACPI: Power Button [PWRF] [ 0.461527] GHES: HEST is not enabled! [ 0.483119] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.526416] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.528200] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.552042] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.554420] Linux agpgart interface v0.103 [ 0.556259] brd: module loaded [ 0.557366] loop: module loaded [ 0.558417] blk-mq: CPU -> queue map [ 0.559215] CPU 0 -> Queue 0 [ 0.559907] CPU 1 -> Queue 0 [ 0.561565] vda: vda1 [ 0.562874] scsi0 : ata_piix [ 0.563623] scsi1 : ata_piix [ 0.564314] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.565547] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.567035] libphy: Fixed MDIO Bus: probed [ 0.568209] tun: Universal TUN/TAP device driver, 1.6 [ 0.569200] tun: (C) 1999-2004 Max Krasnyansky [ 0.571091] PPP generic driver version 2.4.2 [ 0.572070] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.573464] ehci-pci: EHCI PCI platform driver [ 0.574269] ehci-platform: EHCI generic platform driver [ 0.575174] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.576272] ohci-pci: OHCI PCI platform driver [ 0.577264] ohci-platform: OHCI generic platform driver [ 0.578434] uhci_hcd: USB Universal Host Controller Interface driver [ 0.600436] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.601549] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.603215] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.604543] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.605852] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.607351] usb usb1: Product: UHCI Host Controller [ 0.608346] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.609596] usb usb1: SerialNumber: 0000:00:01.2 [ 0.610662] hub 1-0:1.0: USB hub found [ 0.611480] hub 1-0:1.0: 2 ports detected [ 0.612522] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.614870] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.615907] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.617089] mousedev: PS/2 mouse device common for all mice [ 0.618516] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.620550] rtc_cmos 00:00: RTC can wake from S4 [ 0.621805] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.623083] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.624415] device-mapper: uevent: version 1.0.3 [ 0.625475] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.627225] ledtrig-cpu: registered to indicate activity on CPUs [ 0.628544] TCP: cubic registered [ 0.629401] NET: Registered protocol family 10 [ 0.630721] NET: Registered protocol family 17 [ 0.631694] Key type dns_resolver registered [ 0.632894] Loading compiled-in X.509 certificates [ 0.634470] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.636389] registered taskstats version 1 [ 0.639281] Key type trusted registered [ 0.642758] Key type encrypted registered [ 0.643629] AppArmor: AppArmor sha1 policy hashing enabled [ 0.644731] IMA: No TPM chip found, activating TPM-bypass! [ 0.646217] regulator-dummy: disabling [ 0.647112] Magic number: 14:996:884 [ 0.654915] rtc_cmos 00:00: setting system clock to 2018-08-05 12:52:31 UTC (1533473551) [ 0.656748] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.657962] EDD information not available. [ 0.722083] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.723777] Write protecting the kernel read-only data: 12288k [ 0.726112] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.730068] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.743910] systemd-udevd[107]: starting version 204 [ 0.788504] FDC 0 is a S82078B [ 0.924049] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.087724] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.089026] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.090357] usb 1-1: Product: QEMU USB Tablet [ 1.091246] usb 1-1: Manufacturer: QEMU [ 1.092062] usb 1-1: SerialNumber: 42 [ 1.404105] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.805039] 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.042450] 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.119071] 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 Send an event to indicate plymouth is up[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.202893] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:52:33 +0000. Up 2.52 seconds. cloud-init-nonet[2.66]: 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 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 ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[3.47]: static networking is now up * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:52:34 +0000. Up 3.61 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.27 | 255.255.255.0 | fa:16:3e:e8:92:fa | 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: 4a:73:b1:ae:1d:c9:de:3b:9b:28:d9:31:87:59:08:c2 root@ellis-0 The key's randomart image is: +--[ RSA 2048]----+ | . | | E . | | . ... | | .o. | | o S+ | | . *=.. | | .o=+ | | o+.+.. | | ..+ =+ | +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 65:9f:9c:2d:98:16:34:cd:94:ec:8a:4a:ce:3f:dc:1f root@ellis-0 The key's randomart image is: +--[ DSA 1024]----+ | o=.. | | . .= | | +. | | o *.+ | | S.+.* . | | . ... . | | + o . E | | + 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: c9:b8:d9:e1:53:da:c9:c2:c4:f3:6f:42:cf:04:cd:2b root@ellis-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | o | | + .. o | | . S .. . | | B OE.o | | o B.== | | 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: 97:95:19:33:ec:87:19:69:fb:6d:f8:f3:df:c3:36:85 root@ellis-0 The key's randomart image is: +--[ED25519 256--+ | .+. | | =* | | o+= | | o= . | | S o o + | | . E +| | .o.| | *o| | . X| +-----------------+ * 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 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 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. Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:52:40 +0000. Up 10.00 seconds. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:52:42 +0000. Up 10.96 seconds. + echo 'deb http://repo.cw-ngv.com/stable binary/' + curl -L http://repo.cw-ngv.com/repo_key + apt-key add - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS ellis-0 ttyS0 ellis-0 login: 100 3149 100 3149 0 0 18358 0 --:--:-- --:--:-- --:--:-- 18415 OK + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Ign http://repo.cw-ngv.com binary/ InRelease Get:2 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:3 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Release [1219 B] Get:5 http://repo.cw-ngv.com binary/ Packages [23.2 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [160 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:7 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB] 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 [754 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:10 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 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 [407 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:14 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:16 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 4s (2542 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip= + '[' -n '' ']' + etcd_ip=192.168.0.27 + 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 0 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6364 B] Get:2 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:10 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ ellis 1.0-180326.110234 [10.4 MB] 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/universe libzmq3 amd64 4.0.4+dfsg-2 [129 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-153.203 [772 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4452 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1688 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1051 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libinotifytools0 amd64 3.14-1ubuntu1 [17.0 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe inotify-tools amd64 3.14-1ubuntu1 [22.3 kB] Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main sysstat amd64 10.2.0-1 [283 kB] Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe iotop amd64 0.6-1 [23.8 kB] Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB] Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] Get:98 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] Extracting templates from packages: 30%Extracting templates from packages: 61%Extracting templates from packages: 91%Extracting templates from packages: 100% Preconfiguring packages ... Fetched 69.7 MB in 9s (7728 kB/s) Selecting previously unselected package libaio1:amd64. (Reading database ... 51310 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-2_amd64.deb ... Unpacking libzmq3:amd64 (4.0.4+dfsg-2) ... 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 ... 51913 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-153.203_amd64.deb ... Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... 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-2) ... 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 8555 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-153.203) ... 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 9278 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 0 not upgraded. Need to get 38.4 MB of archives. After this operation, 108 MB of additional disk space will be used. Get:1 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:4 http://repo.cw-ngv.com/stable/ binary/ clearwater-cluster-manager 1.0-180328.115321 [6108 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-management 1.0-180328.115321 [12.4 kB] Fetched 38.4 MB in 3s (11.3 MB/s) Selecting previously unselected package python-mock. (Reading database ... 58121 files and directories currently installed.) Preparing to unpack .../python-mock_1.0.1-3_all.deb ... Unpacking python-mock (1.0.1-3) ... Selecting previously unselected package python-jsonschema. Preparing to unpack .../python-jsonschema_2.3.0-1build1_all.deb ... Unpacking python-jsonschema (2.3.0-1build1) ... Selecting previously unselected package clearwater-etcd. Preparing to unpack .../clearwater-etcd_1.0-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.214 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.214 ++ echo A 172.30.9.214 ++ ip2rr 172.30.9.214 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.214 ++ echo A 172.30.9.214 + echo 'nameserver 192.168.0.6' + 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 | 31:52:89:23:33:05:fd:ee:47:16:6f:46:7e:17:e3:0a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 65:9f:9c:2d:98:16:34:cd:94:ec:8a:4a:ce:3f:dc:1f root@ellis-0 (DSA) ec2: 256 c9:b8:d9:e1:53:da:c9:c2:c4:f3:6f:42:cf:04:cd:2b root@ellis-0 (ECDSA) ec2: 256 97:95:19:33:ec:87:19:69:fb:6d:f8:f3:df:c3:36:85 root@ellis-0 (ED25519) ec2: 2048 4a:73:b1:ae:1d:c9:de:3b:9b:28:d9:31:87:59:08:c2 root@ellis-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMp1aKSe+bVBAbpFoDT+mqzlNCZKEOreuzuE8CBCWkjEm/l9tGvu9MBV7bf17fRg5ictr43Pi3V2sohF60TMMXE= root@ellis-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIByR7XeTXhvYpHhzbFjBF3cjo9ODqc6q8abxUXeQKgaq root@ellis-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsPE3fbplrZTmkHzWRyKzAplSkFjwzA8o4kOTHGTd+IK3WEatab8PY3fg+lulkmaFinEELlVYos0+/mrylqWGJV8eXJ5rwQVa0Qjrr0PrJq0G4ZUl0FfXaPae+O9aSXs+Q/wsQcbM/Z3h6FnyxmYvZxqljKvB9GCXjabVE7kMEXtARFD/2FJ/uJLmRgjBvNMPaZynEvx5KEeFtvtKMabY3oeQH0LGUW2ESB7o9+RQuHyNgdHIsUkDUasqO90mQkM5ZfINpoGmTBTERwPeDm4ufsTK8lnrF3EFHKFhIrkITjHeqKZwUJFlBVqGF7ANF5+wE41UliFOrekOPHRQzB58L root@ellis-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 05 Aug 2018 12:55:45 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 194.31 seconds 2018-08-05 12:56:58,887 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-05 12:56:58,887 - 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:e8:92:fa', u'version': 4, u'addr': u'192.168.0.27', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e8:92:fa', 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'e921ae72-d99b-4997-bde8-b0472e8f4a92', 'name': u'heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc'}), 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-05T12:52:30.000000', 'flavor': Munch({u'id': u'b6e46162-643b-4e42-8dbd-42b8dd598739', 'name': u'heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc'}), 'az': u'nova', 'id': u'81b45785-b895-4aad-ae4c-bc1e269f9517', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'82cc71ce-261a-42ee-a2ae-973f19a6984d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'8d9878c3-f21a-4beb-81ce-b6f51bac0863'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'a6d3886f-562e-455b-8c33-ef86fd127216'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'a99c6ee3-d496-4c97-83fa-564103fdc4b6'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'c9af8752-03cb-4316-b6da-5c2836aac4a4'})], 'id': u'50dcbe8c-43a6-45e2-9d6e-690784bd72d0', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'c6c4d3ad-27ec-4288-96bc-8fbe3601fa6b', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'dccb6d26-5d53-43b1-ae4a-754bc6f680e1'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'c6c4d3ad-27ec-4288-96bc-8fbe3601fa6b', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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'e49ace0c-17f9-4fc0-9fe4-6622922824e5'})], 'id': u'c6c4d3ad-27ec-4288-96bc-8fbe3601fa6b', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd2e1cfdecef6481da976b60b2989b3cd', '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'f92d54a84ff74968a809ea5edb06f90f', 'name': 'heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc', '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-05T12:52:30.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-05T12:52:30Z', 'hostId': u'e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc', 'public_v6': '', 'private_v4': u'192.168.0.27', 'cloud': 'envvars', 'host_id': u'e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b', '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-05T12:52:30.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f92d54a84ff74968a809ea5edb06f90f', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'f92d54a84ff74968a809ea5edb06f90f', 'created_at': u'2018-08-05T12:50:48Z', 'created': u'2018-08-05T12:50:48Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-05 12:56:58,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 12:56:58,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 12:56:59,475 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12:56: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-1e293931-9508-457f-98a8-8cb808089746 x-compute-request-id: req-1e293931-9508-457f-98a8-8cb808089746 Content-Encoding: gzip Content-Length: 1511 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:15:78:17", "version": 4, "addr": "192.168.0.17", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:15:78:17", "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:37:00:7b", "version": 4, "addr": "192.168.1.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/11148e57-a2f4-49c8-b6b6-c3212c78f95b", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:24.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "11148e57-a2f4-49c8-b6b6-c3212c78f95b", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:24Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "sprout-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "192.168.0.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:c7:5b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:53:f9:7c", "version": 4, "addr": "172.30.9.213", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/670b52e5-0e79-48d6-ac69-e7d00da839b9", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:26.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "670b52e5-0e79-48d6-ac69-e7d00da839b9", "security_groups": [{"name": "clearwater-opnfv-bono-sig"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:26Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "bono-0.clearwater.opnfv", "created": "2018-08-05T12:52:46Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "192.168.0.2", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:99:ac:b5", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e0:ab:d1", "version": 4, "addr": "192.168.1.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/5193f935-9093-41de-bcc4-316858b35683", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "5193f935-9093-41de-bcc4-316858b35683", "security_groups": [{"name": "clearwater-opnfv-dime-sig"}, {"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "dime-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:b1:ea", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:98:bd", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/e9add57b-c536-46e5-83ba-a1cd77f710d4", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:25.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "e9add57b-c536-46e5-83ba-a1cd77f710d4", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:25Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "homer-0.clearwater.opnfv", "created": "2018-08-05T12:52:45Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:7a:d9", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:7a:d9", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:20:c3:09", "version": 4, "addr": "192.168.1.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/ee5e8fbd-0398-403b-9b2d-da0e770adac7", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:53:19.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "ee5e8fbd-0398-403b-9b2d-da0e770adac7", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:53:19Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "vellum-0.clearwater.opnfv", "created": "2018-08-05T12:52:44Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"clearwater-opnfv-private-management": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "192.168.0.27", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e8:92:fa", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/81b45785-b895-4aad-ae4c-bc1e269f9517", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:52:30.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "81b45785-b895-4aad-ae4c-bc1e269f9517", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:52:30Z", "hostId": "e00d57c137d0e3b0a95f2ae4a3936373261cff3ebd0ede390111d24b", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ellis-0.clearwater.opnfv", "created": "2018-08-05T12:50:48Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-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:6e:cb", "version": 4, "addr": "192.168.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:6e:cb", "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:bf:82:bd", "version": 4, "addr": "192.168.1.2", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406", "rel": "bookmark"}], "image": {"id": "e921ae72-d99b-4997-bde8-b0472e8f4a92", "links": [{"href": "http://172.30.9.46:8774/images/e921ae72-d99b-4997-bde8-b0472e8f4a92", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T12:50:37.000000", "flavor": {"id": "b6e46162-643b-4e42-8dbd-42b8dd598739", "links": [{"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "bookmark"}]}, "id": "0ae00178-adc4-4aed-9a94-66dc3d6b5406", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "d2e1cfdecef6481da976b60b2989b3cd", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T12:50:38Z", "hostId": "32759c0222dd64d904799597c8d5833fe8e0e1d822720aa98d618a94", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "name": "ns.clearwater.opnfv", "created": "2018-08-05T12:48:51Z", "tenant_id": "f92d54a84ff74968a809ea5edb06f90f", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 12:56:59,475 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1e293931-9508-457f-98a8-8cb808089746 2018-08-05 12:56:59,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.585700035095s 2018-08-05 12:56:59,476 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1e293931-9508-457f-98a8-8cb808089746 2018-08-05 12:56:59,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 12:56:59,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 12:56:59,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 12: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-e0a5a1b1-b407-42ac-88a1-8d1ae8b31521 x-compute-request-id: req-e0a5a1b1-b407-42ac-88a1-8d1ae8b31521 Content-Encoding: gzip Content-Length: 11680 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff]\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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.\n[ 0.000000] \tOffload RCU callbacks from all CPUs\n[ 0.000000] \tOffload RCU callbacks from CPUs: 0-1.\n[ 0.000000] NR_IRQS:16640 nr_irqs:512 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] allocated 8388608 bytes of page_cgroup\n[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups\n[ 0.000000] tsc: Detected 3491.910 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008030] Security Framework initialized\n[ 0.009169] AppArmor: AppArmor initialized\n[ 0.010292] Yama: becoming mindful.\n[ 0.012134] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.015203] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.016635] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.018436] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.020230] Initializing cgroup subsys memory\n[ 0.021335] Initializing cgroup subsys devices\n[ 0.024003] Initializing cgroup subsys freezer\n[ 0.025114] Initializing cgroup subsys blkio\n[ 0.025999] Initializing cgroup subsys perf_event\n[ 0.026941] Initializing cgroup subsys hugetlb\n[ 0.027898] CPU: Physical Processor ID: 0\n[ 0.028009] FEATURE SPEC_CTRL Present\n[ 0.029465] mce: CPU supports 10 MCE banks\n[ 0.030340] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.030340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.032005] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.033299] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported\n[ 0.034729] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.036002] Speculative Store Bypass: Vulnerable\n[ 0.037230] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000)\n[ 0.042457] ACPI: Core revision 20131115\n[ 0.044194] ACPI: All ACPI Tables successfully acquired\n[ 0.045382] ftrace: allocating 28727 entries in 113 pages\n[ 0.068238] Enabling x2apic\n[ 0.068967] Enabled x2apic\n[ 0.069799] Switched APIC routing to physical x2apic.\n[ 0.071708] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.072002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.074273] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.080616] KVM setup paravirtual spinlock\n[ 0.082746] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.084151] x86: Booting SMP configuration:\n[ 0.085270] .... node #0, CPUs: #1[ 0.082712] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.100020] x86: Booted up 1 node, 2 CPUs\n[ 0.100013] KVM setup async PF for cpu 1\n[ 0.100017] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.102867] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.104318] devtmpfs: initialized\n[ 0.105937] EVM: security.selinux\n[ 0.106710] EVM: security.SMACK64\n[ 0.107435] EVM: security.ima\n[ 0.108008] EVM: security.capability\n[ 0.108839] pinctrl core: initialized pinctrl subsystem\n[ 0.109924] regulator-dummy: no parameters\n[ 0.110883] RTC time: 12:50:38, date: 08/05/18\n[ 0.112037] NET: Registered protocol family 16\n[ 0.113074] cpuidle: using governor ladder\n[ 0.113958] cpuidle: using governor menu\n[ 0.114854] ACPI: bus type PCI registered\n[ 0.115717] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.116092] PCI: Using configuration type 1 for base access\n[ 0.117720] bio: create slab at 0\n[ 0.117720] ACPI: Added _OSI(Module Device)\n[ 0.117720] ACPI: Added _OSI(Processor Device)\n[ 0.120003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.120962] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.123037] ACPI: Interpreter enabled\n[ 0.123866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.125255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.127195] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.128554] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.130504] ACPI: (supports S0 S5)\n[ 0.131246] ACPI: Using IOAPIC for interrupt routing\n[ 0.132014] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.133965] ACPI: No dock devices found.\n[ 0.136565] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.137780] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.139109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.140017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.142389] acpiphp: Slot [3] registered\n[ 0.143217] acpiphp: Slot [4] registered\n[ 0.144017] acpiphp: Slot [5] registered\n[ 0.144861] acpiphp: Slot [6] registered\n[ 0.145708] acpiphp: Slot [7] registered\n[ 0.146537] acpiphp: Slot [8] registered\n[ 0.147387] acpiphp: Slot [9] registered\n[ 0.148023] acpiphp: Slot [10] registered\n[ 0.148902] acpiphp: Slot [11] registered\n[ 0.149821] acpiphp: Slot [12] registered\n[ 0.150696] acpiphp: Slot [13] registered\n[ 0.151558] acpiphp: Slot [14] registered\n[ 0.152017] acpiphp: Slot [15] registered\n[ 0.152877] acpiphp: Slot [16] registered\n[ 0.153761] acpiphp: Slot [17] registered\n[ 0.154609] acpiphp: Slot [18] registered\n[ 0.155454] acpiphp: Slot [19] registered\n[ 0.156017] acpiphp: Slot [20] registered\n[ 0.156894] acpiphp: Slot [21] registered\n[ 0.157775] acpiphp: Slot [22] registered\n[ 0.158654] acpiphp: Slot [23] registered\n[ 0.159560] acpiphp: Slot [24] registered\n[ 0.160017] acpiphp: Slot [25] registered\n[ 0.160903] acpiphp: Slot [26] registered\n[ 0.161787] acpiphp: Slot [27] registered\n[ 0.162662] acpiphp: Slot [28] registered\n[ 0.163573] acpiphp: Slot [29] registered\n[ 0.164016] acpiphp: Slot [30] registered\n[ 0.164904] acpiphp: Slot [31] registered\n[ 0.165776] PCI host bridge to bus 0000:00\n[ 0.166659] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.167776] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.168004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.169229] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.170576] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.171913] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.176555] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.178119] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.201420] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.203021] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.204489] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.206022] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.207521] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.208616] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.210288] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.210288] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.212003] vgaarb: loaded\n[ 0.212747] vgaarb: bridge control possible 0000:00:02.0\n[ 0.214395] SCSI subsystem initialized\n[ 0.215578] ACPI: bus type USB registered\n[ 0.216030] usbcore: registered new interface driver usbfs\n[ 0.217337] usbcore: registered new interface driver hub\n[ 0.218683] usbcore: registered new device driver usb\n[ 0.220088] PCI: Using ACPI for IRQ routing\n[ 0.221516] NetLabel: Initializing\n[ 0.222515] NetLabel: domain hash size = 128\n[ 0.223769] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.224059] NetLabel: unlabeled traffic allowed by default\n[ 0.225680] Switched to clocksource kvm-clock\n[ 0.231462] AppArmor: AppArmor Filesystem Enabled\n[ 0.235189] pnp: PnP ACPI init\n[ 0.236226] ACPI: bus type PNP registered\n[ 0.237916] pnp: PnP ACPI: found 8 devices\n[ 0.239147] ACPI: bus type PNP unregistered\n[ 0.246636] NET: Registered protocol family 2\n[ 0.248294] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.250478] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.252361] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.254328] TCP: reno registered\n[ 0.255331] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.257008] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.258838] NET: Registered protocol family 1\n[ 0.260139] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.261778] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.263422] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.285465] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.307952] Trying to unpack rootfs image as initramfs...\n[ 0.399342] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000)\n[ 0.401760] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.403473] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.404998] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.407311] Scanning for low memory corruption every 60 seconds\n[ 0.409299] Initialise system trusted keyring\n[ 0.410453] audit: initializing netlink socket (disabled)\n[ 0.411713] type=2000 audit(1533473438.925:1): initialized\n[ 0.431305] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.433672] zbud: loaded\n[ 0.434671] VFS: Disk quotas dquot_6.5.2\n[ 0.435899] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.437856] fuse init (API version 7.22)\n[ 0.439107] msgmni has been set to 3997\n[ 0.440288] Key type big_key registered\n[ 0.441613] Key type asymmetric registered\n[ 0.442746] Asymmetric key parser 'x509' registered\n[ 0.444130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.446312] io scheduler noop registered\n[ 0.447382] io scheduler deadline registered (default)\n[ 0.448701] io scheduler cfq registered\n[ 0.449752] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.451274] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.453141] ipmi message handler version 39.2\n[ 0.454388] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.456495] ACPI: Power Button [PWRF]\n[ 0.457617] GHES: HEST is not enabled!\n[ 0.479229] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.522048] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.543873] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.545522] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568728] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570866] Linux agpgart interface v0.103\n[ 0.572467] brd: module loaded\n[ 0.573524] loop: module loaded\n[ 0.574504] blk-mq: CPU -> queue map\n[ 0.575283] CPU 0 -> Queue 0\n[ 0.575970] CPU 1 -> Queue 0\n[ 0.577231] vda: vda1\n[ 0.578472] scsi0 : ata_piix\n[ 0.579257] scsi1 : ata_piix\n[ 0.579959] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.581270] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.582768] libphy: Fixed MDIO Bus: probed\n[ 0.583712] tun: Universal TUN/TAP device driver, 1.6\n[ 0.584757] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.587496] PPP generic driver version 2.4.2\n[ 0.588550] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.589860] ehci-pci: EHCI PCI platform driver\n[ 0.590830] ehci-platform: EHCI generic platform driver\n[ 0.591923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.593248] ohci-pci: OHCI PCI platform driver\n[ 0.594226] ohci-platform: OHCI generic platform driver\n[ 0.595304] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617305] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618375] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619967] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.621217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.622535] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624119] usb usb1: Product: UHCI Host Controller\n[ 0.625150] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd\n[ 0.626420] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627554] hub 1-0:1.0: USB hub found\n[ 0.628430] hub 1-0:1.0: 2 ports detected\n[ 0.629407] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631635] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632666] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633866] mousedev: PS/2 mouse device common for all mice\n[ 0.635265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637219] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638476] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639778] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.641139] device-mapper: uevent: version 1.0.3\n[ 0.642185] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.643965] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645273] TCP: cubic registered\n[ 0.646108] NET: Registered protocol family 10\n[ 0.647298] NET: Registered protocol family 17\n[ 0.648279] Key type dns_resolver registered\n[ 0.649346] Loading compiled-in X.509 certificates\n[ 0.650881] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0'\n[ 0.660493] registered taskstats version 1\n[ 0.662938] Key type trusted registered\n[ 0.666202] Key type encrypted registered\n[ 0.667128] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.668282] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.669864] regulator-dummy: disabling\n[ 0.670752] Magic number: 14:446:834\n[ 0.671693] rtc_cmos 00:00: setting system clock to 2018-08-05 12:50:38 UTC (1533473438)\n[ 0.673453] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674687] EDD information not available.\n[ 0.737262] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000)\n[ 0.739005] Write protecting the kernel read-only data: 12288k\n[ 0.740694] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)\n[ 0.743583] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.755973] systemd-udevd[107]: starting version 204\n[ 0.792791] FDC 0 is a S82078B\n[ 0.940101] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.103373] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.104792] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.106201] usb 1-1: Product: QEMU USB Tablet\n[ 1.107142] usb 1-1: Manufacturer: QEMU\n[ 1.107998] usb 1-1: SerialNumber: 42\n[ 1.804776] 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.044580] 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.116425] random: init urandom read with 10 bits of entropy available\n * Stopping Send an event to indicate plymouth is up[74G[ OK ]\n * Starting Mount filesystems on boot[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n[ 2.211416] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:50:40 +0000. Up 2.54 seconds.\ncloud-init-nonet[2.68]: waiting 10 seconds for network device\n * Starting set console keymap[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ]\n * Starting Bridge udev events into upstart[74G[ OK ]\n * Starting device node and kernel event manager[74G[ OK ]\n * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ]\n * Stopping set console keymap[74G[ OK ]\n * Starting log initial device creation[74G[ OK ]\n * Starting Uncomplicated firewall[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\n * Starting Bridge socket events into upstart[74G[ OK ]\n * Starting configure network device[74G[ OK ]\n * Stopping cold plug devices[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting enable remaining boot-time encrypted block devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.55]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:50:41 +0000. Up 3.69 seconds.\nci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | Device | Up | Address | Mask | Hw-Address |\nci-info: +--------+-------+-------------+---------------+-------------------+\nci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . |\nci-info: | eth1 | False | . | . | fa:16:3e:bf:82:bd |\nci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:66:6e:cb |\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:\nd8:d6:1d:7d:bf:39:97:db:72:1c:b8:b7:e0:10:77:8e root@ns\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| . |\n| . . .|\n| o . . . ..|\n| . S .......|\n| . o.+.+|\n| . E.Bo|\n| o.o.B|\n| ..=o|\n+-----------------+\nGenerating public/private dsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_dsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nThe key fingerprint is:\n40:ac:60:07:82:b2:16:39:cc:6c:1c:ca:73:c0:e8:81 root@ns\nThe key's randomart image is:\n+--[ DSA 1024]----+\n|@o+. .. |\n|E&+ ... |\n|==++ .. |\n|.oo . . |\n|. S |\n| |\n| |\n| |\n| |\n+-----------------+\nGenerating public/private ecdsa key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nYour public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nThe key fingerprint is:\n52:cc:d7:68:ca:20:b8:b1:d2:ce:e4:82:16:5c:ad:90 root@ns\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| ... o o |\n| Eo.... + + . |\n|..o+.. + + |\n|.o=. . S |\n|.*. . |\n|o.+ |\n|.. |\n| |\n+-----------------+\nGenerating public/private ed25519 key pair.\nYour identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nYour public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nThe key fingerprint is:\nf1:9d:10:7b:d0:03:e5:b0:46:73:48:70:1b:41:97:6a root@ns\nThe key's randomart image is:\n+--[ED25519 256--+\n| .+&*+. |\n| o.&+ |\n| . *.o. |\n| +E+ . |\n| S.. o |\n| |\n| |\n| |\n| |\n+-----------------+\n * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ]\n * Starting configure network device security[74G[ OK ]\n * Stopping Mount filesystems on boot[74G[ OK ]\n * Starting flush early job output to logs[74G[ OK ]\n * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting System V initialisation compatibility[74G[ OK ]\n * Stopping flush early job output to logs[74G[ OK ]\n * Starting configure virtual network devices[74G[ OK ]\n * Starting D-Bus system message bus[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting 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 ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:50:46 +0000. Up 8.71 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 * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\n * Starting automatic crash report generation[74G[ OK ]\nopen-vm-tools: not starting as this is not a VMware VM\nlandscape-client is not configured, please run landscape-config.\n * Restoring resolver state... [80G [74G[ OK ]\n * Stopping System V runlevel compatibility[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:50:47 +0000. Up 9.62 seconds.\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ ip addr add 192.168.1.2/24 dev eth1\n+ ip link set dev eth1 up\n+ apt-get update\nGet:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\n\nUbuntu 14.04.5 LTS ns ttyS0\n\nns login: Ign 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 [160 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:4 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nGet:5 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB]\nGet:6 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB]\nGet:7 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 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 [407 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB]\nGet:11 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 9s (1396 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 0 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 0s (514 kB/s)\nSelecting previously unselected package bind9utils.\n(Reading database ... 51310 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 | 31:52:89:23:33:05:fd:ee:47:16:6f:46:7e:17:e3:0a | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 40:ac:60:07:82:b2:16:39:cc:6c:1c:ca:73:c0:e8:81 root@ns (DSA)\nec2: 256 52:cc:d7:68:ca:20:b8:b1:d2:ce:e4:82:16:5c:ad:90 root@ns (ECDSA)\nec2: 256 f1:9d:10:7b:d0:03:e5:b0:46:73:48:70:1b:41:97:6a root@ns (ED25519)\nec2: 2048 d8:d6:1d:7d:bf:39:97:db:72:1c:b8:b7:e0:10:77:8e root@ns (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLdNUDPfCx3jlWvJJnvLlwFag0roSJiD6Vr3t2HRhYjgY7dMUK/fKoClhtCnBb0QLC26x7Pyo7BxpnS9y+X5aV8= root@ns\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGJCLKvggAlp/UsclfOaiWRcp+kiZwxS802Axk+lyVZU root@ns\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDg5W5bSXYj5jRNkCRdjV2R1gREu9+jHNq2BXgrG+5BFMeQkmIMDjEZJcKEcpj+4SHvGwkA9W6269FetUa8awlIxE7kYkTP8UGS9GTx6Ii9t52E4PmVBpmRh/WS/Shj0uBMgh9NB1NjomoVeu4ULX+QnBkXFEjGrMJNpsFBEAviA5lAwtpYGbToENdVlrqzxLAMkrIz8rwibNVW736WJIC8oiaEzzjsiO9Iio//Djhz+JJIBOP8SSm5nMFv84wPWQYW4UsOXdSVLLiLhnoY280bpAyCgeIpw7Bz49l9xq6R28PEOhTQSjE1abXEvhzgBPMmIMoX3VOHhaHH1Ir1iA/R root@ns\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 05 Aug 2018 12:51:02 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 23.82 seconds\n"} 2018-08-05 12:56:59,560 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406/action used request id req-e0a5a1b1-b407-42ac-88a1-8d1ae8b31521 2018-08-05 12:56:59,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0763299465179s 2018-08-05 12:56:59,561 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/0ae00178-adc4-4aed-9a94-66dc3d6b5406/action used request id req-e0a5a1b1-b407-42ac-88a1-8d1ae8b31521 2018-08-05 12:56:59,561 - 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-153-generic (buildd@lcy01-amd64-026) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #203-Ubuntu SMP Thu Jun 14 08:52:28 UTC 2018 (Ubuntu 3.13.0-153.203-generic 3.13.11-ckt39) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-153-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 0x371d2000-0x378e0fff] [ 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 s84032 r8192 d22464 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-153-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: 2039696K/2096616K available (7488K kernel code, 1163K rwdata, 3436K rodata, 1360K init, 1448K bss, 56920K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] NR_IRQS:16640 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 8388608 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008030] Security Framework initialized [ 0.009169] AppArmor: AppArmor initialized [ 0.010292] Yama: becoming mindful. [ 0.012134] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.015203] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.016635] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.018436] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020230] Initializing cgroup subsys memory [ 0.021335] Initializing cgroup subsys devices [ 0.024003] Initializing cgroup subsys freezer [ 0.025114] Initializing cgroup subsys blkio [ 0.025999] Initializing cgroup subsys perf_event [ 0.026941] Initializing cgroup subsys hugetlb [ 0.027898] CPU: Physical Processor ID: 0 [ 0.028009] FEATURE SPEC_CTRL Present [ 0.029465] mce: CPU supports 10 MCE banks [ 0.030340] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.030340] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.032005] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.033299] Spectre V2 mitigation: Speculation control IBPB supported IBRS supported [ 0.034729] Spectre V2 mitigation: Retpoline compiled kernel. Defaulting IBRS to disabled[ 0.036002] Speculative Store Bypass: Vulnerable [ 0.037230] Freeing SMP alternatives memory: 32K (ffffffff81e78000 - ffffffff81e80000) [ 0.042457] ACPI: Core revision 20131115 [ 0.044194] ACPI: All ACPI Tables successfully acquired [ 0.045382] ftrace: allocating 28727 entries in 113 pages [ 0.068238] Enabling x2apic [ 0.068967] Enabled x2apic [ 0.069799] Switched APIC routing to physical x2apic. [ 0.071708] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.072002] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.074273] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.080616] KVM setup paravirtual spinlock [ 0.082746] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.084151] x86: Booting SMP configuration: [ 0.085270] .... node #0, CPUs: #1[ 0.082712] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.100020] x86: Booted up 1 node, 2 CPUs [ 0.100013] KVM setup async PF for cpu 1 [ 0.100017] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.102867] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.104318] devtmpfs: initialized [ 0.105937] EVM: security.selinux [ 0.106710] EVM: security.SMACK64 [ 0.107435] EVM: security.ima [ 0.108008] EVM: security.capability [ 0.108839] pinctrl core: initialized pinctrl subsystem [ 0.109924] regulator-dummy: no parameters [ 0.110883] RTC time: 12:50:38, date: 08/05/18 [ 0.112037] NET: Registered protocol family 16 [ 0.113074] cpuidle: using governor ladder [ 0.113958] cpuidle: using governor menu [ 0.114854] ACPI: bus type PCI registered [ 0.115717] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.116092] PCI: Using configuration type 1 for base access [ 0.117720] bio: create slab at 0 [ 0.117720] ACPI: Added _OSI(Module Device) [ 0.117720] ACPI: Added _OSI(Processor Device) [ 0.120003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.120962] ACPI: Added _OSI(Processor Aggregator Device) [ 0.123037] ACPI: Interpreter enabled [ 0.123866] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.125255] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.127195] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.128554] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.130504] ACPI: (supports S0 S5) [ 0.131246] ACPI: Using IOAPIC for interrupt routing [ 0.132014] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.133965] ACPI: No dock devices found. [ 0.136565] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.137780] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.139109] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.140017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.142389] acpiphp: Slot [3] registered [ 0.143217] acpiphp: Slot [4] registered [ 0.144017] acpiphp: Slot [5] registered [ 0.144861] acpiphp: Slot [6] registered [ 0.145708] acpiphp: Slot [7] registered [ 0.146537] acpiphp: Slot [8] registered [ 0.147387] acpiphp: Slot [9] registered [ 0.148023] acpiphp: Slot [10] registered [ 0.148902] acpiphp: Slot [11] registered [ 0.149821] acpiphp: Slot [12] registered [ 0.150696] acpiphp: Slot [13] registered [ 0.151558] acpiphp: Slot [14] registered [ 0.152017] acpiphp: Slot [15] registered [ 0.152877] acpiphp: Slot [16] registered [ 0.153761] acpiphp: Slot [17] registered [ 0.154609] acpiphp: Slot [18] registered [ 0.155454] acpiphp: Slot [19] registered [ 0.156017] acpiphp: Slot [20] registered [ 0.156894] acpiphp: Slot [21] registered [ 0.157775] acpiphp: Slot [22] registered [ 0.158654] acpiphp: Slot [23] registered [ 0.159560] acpiphp: Slot [24] registered [ 0.160017] acpiphp: Slot [25] registered [ 0.160903] acpiphp: Slot [26] registered [ 0.161787] acpiphp: Slot [27] registered [ 0.162662] acpiphp: Slot [28] registered [ 0.163573] acpiphp: Slot [29] registered [ 0.164016] acpiphp: Slot [30] registered [ 0.164904] acpiphp: Slot [31] registered [ 0.165776] PCI host bridge to bus 0000:00 [ 0.166659] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.167776] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.168004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.169229] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.170576] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.171913] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.176555] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.178119] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.201420] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.203021] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.204489] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.206022] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.207521] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.208616] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.210288] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.210288] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.212003] vgaarb: loaded [ 0.212747] vgaarb: bridge control possible 0000:00:02.0 [ 0.214395] SCSI subsystem initialized [ 0.215578] ACPI: bus type USB registered [ 0.216030] usbcore: registered new interface driver usbfs [ 0.217337] usbcore: registered new interface driver hub [ 0.218683] usbcore: registered new device driver usb [ 0.220088] PCI: Using ACPI for IRQ routing [ 0.221516] NetLabel: Initializing [ 0.222515] NetLabel: domain hash size = 128 [ 0.223769] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.224059] NetLabel: unlabeled traffic allowed by default [ 0.225680] Switched to clocksource kvm-clock [ 0.231462] AppArmor: AppArmor Filesystem Enabled [ 0.235189] pnp: PnP ACPI init [ 0.236226] ACPI: bus type PNP registered [ 0.237916] pnp: PnP ACPI: found 8 devices [ 0.239147] ACPI: bus type PNP unregistered [ 0.246636] NET: Registered protocol family 2 [ 0.248294] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.250478] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.252361] TCP: Hash tables configured (established 16384 bind 16384) [ 0.254328] TCP: reno registered [ 0.255331] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.257008] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.258838] NET: Registered protocol family 1 [ 0.260139] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.261778] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.263422] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.285465] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.307952] Trying to unpack rootfs image as initramfs... [ 0.399342] Freeing initrd memory: 7228K (ffff8800371d2000 - ffff8800378e1000) [ 0.401760] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.403473] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.404998] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.407311] Scanning for low memory corruption every 60 seconds [ 0.409299] Initialise system trusted keyring [ 0.410453] audit: initializing netlink socket (disabled) [ 0.411713] type=2000 audit(1533473438.925:1): initialized [ 0.431305] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.433672] zbud: loaded [ 0.434671] VFS: Disk quotas dquot_6.5.2 [ 0.435899] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.437856] fuse init (API version 7.22) [ 0.439107] msgmni has been set to 3997 [ 0.440288] Key type big_key registered [ 0.441613] Key type asymmetric registered [ 0.442746] Asymmetric key parser 'x509' registered [ 0.444130] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.446312] io scheduler noop registered [ 0.447382] io scheduler deadline registered (default) [ 0.448701] io scheduler cfq registered [ 0.449752] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.451274] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.453141] ipmi message handler version 39.2 [ 0.454388] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.456495] ACPI: Power Button [PWRF] [ 0.457617] GHES: HEST is not enabled! [ 0.479229] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.522048] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.543873] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.545522] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.568728] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.570866] Linux agpgart interface v0.103 [ 0.572467] brd: module loaded [ 0.573524] loop: module loaded [ 0.574504] blk-mq: CPU -> queue map [ 0.575283] CPU 0 -> Queue 0 [ 0.575970] CPU 1 -> Queue 0 [ 0.577231] vda: vda1 [ 0.578472] scsi0 : ata_piix [ 0.579257] scsi1 : ata_piix [ 0.579959] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.581270] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.582768] libphy: Fixed MDIO Bus: probed [ 0.583712] tun: Universal TUN/TAP device driver, 1.6 [ 0.584757] tun: (C) 1999-2004 Max Krasnyansky [ 0.587496] PPP generic driver version 2.4.2 [ 0.588550] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.589860] ehci-pci: EHCI PCI platform driver [ 0.590830] ehci-platform: EHCI generic platform driver [ 0.591923] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.593248] ohci-pci: OHCI PCI platform driver [ 0.594226] ohci-platform: OHCI generic platform driver [ 0.595304] uhci_hcd: USB Universal Host Controller Interface driver [ 0.617305] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.618375] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.619967] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.621217] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.622535] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.624119] usb usb1: Product: UHCI Host Controller [ 0.625150] usb usb1: Manufacturer: Linux 3.13.0-153-generic uhci_hcd [ 0.626420] usb usb1: SerialNumber: 0000:00:01.2 [ 0.627554] hub 1-0:1.0: USB hub found [ 0.628430] hub 1-0:1.0: 2 ports detected [ 0.629407] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.631635] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.632666] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.633866] mousedev: PS/2 mouse device common for all mice [ 0.635265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.637219] rtc_cmos 00:00: RTC can wake from S4 [ 0.638476] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.639778] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.641139] device-mapper: uevent: version 1.0.3 [ 0.642185] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.643965] ledtrig-cpu: registered to indicate activity on CPUs [ 0.645273] TCP: cubic registered [ 0.646108] NET: Registered protocol family 10 [ 0.647298] NET: Registered protocol family 17 [ 0.648279] Key type dns_resolver registered [ 0.649346] Loading compiled-in X.509 certificates [ 0.650881] Loaded X.509 cert 'Magrathea: Glacier signing key: b55e82a2f7d16bc6025e44ba19d50e03fccf0ab0' [ 0.660493] registered taskstats version 1 [ 0.662938] Key type trusted registered [ 0.666202] Key type encrypted registered [ 0.667128] AppArmor: AppArmor sha1 policy hashing enabled [ 0.668282] IMA: No TPM chip found, activating TPM-bypass! [ 0.669864] regulator-dummy: disabling [ 0.670752] Magic number: 14:446:834 [ 0.671693] rtc_cmos 00:00: setting system clock to 2018-08-05 12:50:38 UTC (1533473438) [ 0.673453] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674687] EDD information not available. [ 0.737262] Freeing unused kernel memory: 1360K (ffffffff81d24000 - ffffffff81e78000) [ 0.739005] Write protecting the kernel read-only data: 12288k [ 0.740694] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000) [ 0.743583] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.755973] systemd-udevd[107]: starting version 204 [ 0.792791] FDC 0 is a S82078B [ 0.940101] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.103373] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.104792] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.106201] usb 1-1: Product: QEMU USB Tablet [ 1.107142] usb 1-1: Manufacturer: QEMU [ 1.107998] usb 1-1: SerialNumber: 42 [ 1.804776] 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.044580] 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.116425] random: init urandom read with 10 bits of entropy available * Stopping Send an event to indicate plymouth is up[74G[ OK ] * Starting Mount filesystems on boot[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] [ 2.211416] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 12:50:40 +0000. Up 2.54 seconds. cloud-init-nonet[2.68]: waiting 10 seconds for network device * Starting set console keymap[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Signal sysvinit that virtual filesystems are mounted[74G[ OK ] * Starting Bridge udev events into upstart[74G[ OK ] * Starting device node and kernel event manager[74G[ OK ] * Starting Signal sysvinit that remote filesystems are mounted[74G[ OK ] * Stopping set console keymap[74G[ OK ] * Starting log initial device creation[74G[ OK ] * Starting Uncomplicated firewall[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] * Starting Bridge socket events into upstart[74G[ OK ] * Starting configure network device[74G[ OK ] * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[3.55]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 12:50:41 +0000. Up 3.69 seconds. ci-info: ++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | Device | Up | Address | Mask | Hw-Address | ci-info: +--------+-------+-------------+---------------+-------------------+ ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | ci-info: | eth1 | False | . | . | fa:16:3e:bf:82:bd | ci-info: | eth0 | True | 192.168.0.6 | 255.255.255.0 | fa:16:3e:66:6e:cb | 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: d8:d6:1d:7d:bf:39:97:db:72:1c:b8:b7:e0:10:77:8e root@ns The key's randomart image is: +--[ RSA 2048]----+ | | | . | | . . .| | o . . . ..| | . S .......| | . o.+.+| | . E.Bo| | o.o.B| | ..=o| +-----------------+ Generating public/private dsa key pair. Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. The key fingerprint is: 40:ac:60:07:82:b2:16:39:cc:6c:1c:ca:73:c0:e8:81 root@ns The key's randomart image is: +--[ DSA 1024]----+ |@o+. .. | |E&+ ... | |==++ .. | |.oo . . | |. 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: 52:cc:d7:68:ca:20:b8:b1:d2:ce:e4:82:16:5c:ad:90 root@ns The key's randomart image is: +--[ECDSA 256]---+ | | | ... o o | | Eo.... + + . | |..o+.. + + | |.o=. . S | |.*. . | |o.+ | |.. | | | +-----------------+ Generating public/private ed25519 key pair. Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. The key fingerprint is: f1:9d:10:7b:d0:03:e5:b0:46:73:48:70:1b:41:97:6a root@ns The key's randomart image is: +--[ED25519 256--+ | .+&*+. | | o.&+ | | . *.o. | | +E+ . | | S.. o | | | | | | | | | +-----------------+ * Starting Signal sysvinit that local filesystems are mounted[74G[ OK ] * Starting configure network device security[74G[ OK ] * Stopping Mount filesystems on boot[74G[ OK ] * Starting flush early job output to logs[74G[ OK ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting System V initialisation compatibility[74G[ OK ] * Stopping flush early job output to logs[74G[ OK ] * Starting configure virtual network devices[74G[ OK ] * Starting D-Bus system message bus[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting 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 ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 12:50:46 +0000. Up 8.71 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 ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] * Starting automatic crash report generation[74G[ OK ] open-vm-tools: not starting as this is not a VMware VM landscape-client is not configured, please run landscape-config. * Restoring resolver state... [80G [74G[ OK ] * Stopping System V runlevel compatibility[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 12:50:47 +0000. Up 9.62 seconds. ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + ip addr add 192.168.1.2/24 dev eth1 + ip link set dev eth1 up + apt-get update Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ubuntu 14.04.5 LTS ns ttyS0 ns login: 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 [160 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:4 http://security.ubuntu.com trusty-security/universe Sources [76.3 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources [420 kB] Get:6 http://security.ubuntu.com trusty-security/main amd64 Packages [754 kB] Get:7 http://security.ubuntu.com trusty-security/universe amd64 Packages [238 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 [407 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [204 kB] Get:11 http://security.ubuntu.com trusty-security/universe Translation-en [130 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7433 B] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1091 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 [465 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 [540 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 [249 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.6 MB in 9s (1396 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 0 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 0s (514 kB/s) Selecting previously unselected package bind9utils. (Reading database ... 51310 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 | 31:52:89:23:33:05:fd:ee:47:16:6f:46:7e:17:e3:0a | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 40:ac:60:07:82:b2:16:39:cc:6c:1c:ca:73:c0:e8:81 root@ns (DSA) ec2: 256 52:cc:d7:68:ca:20:b8:b1:d2:ce:e4:82:16:5c:ad:90 root@ns (ECDSA) ec2: 256 f1:9d:10:7b:d0:03:e5:b0:46:73:48:70:1b:41:97:6a root@ns (ED25519) ec2: 2048 d8:d6:1d:7d:bf:39:97:db:72:1c:b8:b7:e0:10:77:8e root@ns (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLdNUDPfCx3jlWvJJnvLlwFag0roSJiD6Vr3t2HRhYjgY7dMUK/fKoClhtCnBb0QLC26x7Pyo7BxpnS9y+X5aV8= root@ns ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGJCLKvggAlp/UsclfOaiWRcp+kiZwxS802Axk+lyVZU root@ns ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDg5W5bSXYj5jRNkCRdjV2R1gREu9+jHNq2BXgrG+5BFMeQkmIMDjEZJcKEcpj+4SHvGwkA9W6269FetUa8awlIxE7kYkTP8UGS9GTx6Ii9t52E4PmVBpmRh/WS/Shj0uBMgh9NB1NjomoVeu4ULX+QnBkXFEjGrMJNpsFBEAviA5lAwtpYGbToENdVlrqzxLAMkrIz8rwibNVW736WJIC8oiaEzzjsiO9Iio//Djhz+JJIBOP8SSm5nMFv84wPWQYW4UsOXdSVLLiLhnoY280bpAyCgeIpw7Bz49l9xq6R28PEOhTQSjE1abXEvhzgBPMmIMoX3VOHhaHH1Ir1iA/R root@ns -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 05 Aug 2018 12:51:02 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 23.82 seconds 2018-08-05 12:56:59,563 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-08-05 12:56:59,565 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.214 2018-08-05 12:56:59,844 - 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-05 12:56:59,912 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - cookies: ]> 2018-08-05 12:56:59,913 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Create 1st calling number on Ellis 2018-08-05 12:57:00,046 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-05 12:57:00,046 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create a number 2018-08-05 12:57:25,101 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-05 12:57:25,102 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create a number 2018-08-05 12:57:50,128 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-05 12:57:50,128 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create a number 2018-08-05 12:58:15,180 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-05 12:58:15,180 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 4: cannot create a number 2018-08-05 12:58:40,251 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-05 12:58:40,252 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 5: cannot create a number 2018-08-05 12:59:05,307 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-05 12:59:05,307 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 6: cannot create a number 2018-08-05 12:59:30,357 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-05 12:59:30,357 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 7: cannot create a number 2018-08-05 12:59:55,407 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-08-05 12:59:55,408 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 8: cannot create a number 2018-08-05 13:00:20,710 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Calling number is created: {u'private_id': u'6505550287@clearwater.opnfv', u'sip_username': u'6505550287', u'formatted_number': u'(650) 555-0287', u'number': u'6505550287', u'sip_uri': u'sip:6505550287@clearwater.opnfv', u'number_id': u'96eb51bcbb364ac294b85989455a0eff', u'sip_password': u'jgEggS9kp', u'pstn': False} 2018-08-05 13:00:20,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 13:00:20,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/03f0fd0d-42bf-4f6c-99ba-617e4b307173 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 13:00:21,310 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 13:00:20 GMT Server: Apache x-openstack-request-id: req-839de21c-ae41-4d78-aa2a-39464a51acef Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173 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-05 13:00:21,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:00:21 GMT Server: Apache x-openstack-request-id: req-3495ba24-9c5a-4afa-81c3-286b3b6ab134 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 947 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "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-05 13:00:21,952 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173 used request id req-3495ba24-9c5a-4afa-81c3-286b3b6ab134 2018-08-05 13:00:21,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 1.24118995667s 2018-08-05 13:00:21,953 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173 used request id req-3495ba24-9c5a-4afa-81c3-286b3b6ab134 2018-08-05 13:00:21,955 - 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-05 13:00:21,955 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Run Clearwater live test 2018-08-05 13:00:21,956 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-08-05 13:00:21,964 - 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-05 13:00:21,964 - 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-05 13:04:49,073 - functest.utils.functest_utils - ERROR - Clearwater live test failed 2018-08-05 13:04:49,074 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - ** Invoke test (first_time) ** Execute test Basic Call - Mainline (TCP) - (6505550920, 6505550199) Failed Endpoint threw exception: - Expected 180, got 503 (call ID 3aa2056314964e0f776926a4f4fddc1b) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/lib/tests/basic-call.rb:38:in `block (2 levels) in ' Terminating other threads after failure Basic Call - SDP (TCP) - (6505550363, 6505550662) Failed Endpoint threw exception: - Expected 180, got 503 (call ID 0c12257be1067d92387fbe065012be91) - /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) - (6505550927, 6505550463) Failed Endpoint threw exception: - Expected 200, got 503 (call ID 2880405a0182ed220e623c9fe0873da2) - /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) - (6505550816, 6505550914) Passed Basic Call - Rejected by remote endpoint (TCP) - (6505550519, 6505550333) Failed Endpoint threw exception: - Expected 486, got 503 (call ID d13ad51aeff14cfdaa34c9c0d644f29a) - /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) - (6505550424, 6505550896) Failed Endpoint threw exception: - Expected 200, got 503 (call ID 10df46a1a50c0313872d226c5facb6b6) - /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) - (6505550943, 6505550593) Failed Endpoint threw exception: - Expected 180, got 503 (call ID 3947b7581d1571f7d6a617f20f323a20) - /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) - (6505550462) Passed Emergency Registration (TCP) - Skipped (Not running with emergency registrations) - Call with EMERGENCY_REG=Y to run test Multiple Identities (TCP) - (6505550116, 6505550028) Failed Endpoint threw exception: - Expected 200, got 504 (call ID f6908ada36dd4594da24b7dfcf57a2ed) - /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 e753b54cbe94a6bd191af784c5325c3e) Call Barring - Outbound Rejection (TCP) - (6505550557, 6505550647) 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) - (6505550658, 6505550758) 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) - (6505550943, 6505550706, 6505550009) Failed Endpoint threw exception: - sip:6505550009@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:6505550009@clearwater.opnfv timed out waiting for 401|200 (call ID 5e63fdd549172181e7e4e80405856b73) Call Diversion - Not reachable (not registered) (TCP) - Leaked sip:6505550100@clearwater.opnfv, DELETE returned 502 Leaked sip:6505550439@clearwater.opnfv, DELETE returned 502 Failed RestClient::BadGateway thrown: - 502 Bad Gateway - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/abstract_response.rb:74:in `return!' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:495:in `process_result' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:421:in `block in transmit' - /usr/lib/ruby/2.4.0/net/http.rb:877:in `start' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:413:in `transmit' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:176:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rest-client-1.8.0/lib/restclient/request.rb:41:in `execute' - /src/vims-test/lib/ellis.rb:105:in `set_simservs' - /src/vims-test/lib/tests/call-diversion.rb:106:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Not reachable (408) (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550647%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb:124:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' Call Diversion - Not reachable (503) (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550571%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%3A6505550949%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%3A6505550309%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%3A6505550525%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%3A6505550413%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/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%3A6505550042%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/call-diversion.rb: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%3A6505550022%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%3A6505550063%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%3A6505550269%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%3A6505550434%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%3A6505550229%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%3A6505550426%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%3A6505550973%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%3A6505550314%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%3A6505550690%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%3A6505550847%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%3A6505550091%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%3A6505550041%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%3A6505550072%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/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%3A6505550713%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%3A6505550165%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%3A6505550349%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%3A6505550430%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%3A6505550920%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:142:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - only GRUU as target (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550736%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:178:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - AoR as target (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550551%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:214:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - unknown GRUU as target (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550613%40clearwater.opnfv/simservs.xml"}, "error": true} - /src/vims-test/lib/ellis.rb:193:in `rescue in get_number' - /src/vims-test/lib/ellis.rb:187:in `get_number' - /src/vims-test/lib/ellis.rb:71:in `initialize' - /src/vims-test/lib/test-definition.rb:354:in `new' - /src/vims-test/lib/test-definition.rb:354:in `provision_line' - /src/vims-test/lib/test-definition.rb:181:in `add_endpoint' - /src/vims-test/lib/tests/gruu.rb:250:in `block in ' - /src/vims-test/lib/test-definition.rb:256:in `run' - /src/vims-test/lib/test-definition.rb:126:in `block (2 levels) in run_all' - /src/vims-test/lib/test-definition.rb:112:in `collect' - /src/vims-test/lib/test-definition.rb:112:in `block in run_all' - /src/vims-test/lib/test-definition.rb:111:in `each' - /src/vims-test/lib/test-definition.rb:111:in `run_all' - /src/vims-test/lib/live-test.rb:23:in `run_tests' - /src/vims-test/Rakefile:14:in `block in ' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:240:in `block in execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:235:in `execute' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:179:in `block in invoke_with_call_chain' - /usr/lib/ruby/2.4.0/monitor.rb:214:in `mon_synchronize' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:172:in `invoke_with_call_chain' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/task.rb:165:in `invoke' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:150:in `invoke_task' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block (2 levels) in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `each' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:106:in `block in top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:115:in `run_with_threads' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:100:in `top_level' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:78:in `block in run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:176:in `standard_exception_handling' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/lib/rake/application.rb:75:in `run' - /usr/lib/ruby/gems/2.4.0/gems/rake-10.4.2/bin/rake:33:in `' - /usr/bin/rake:23:in `load' - /usr/bin/rake:23:in `
' GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - (6505550573, 6505550329) Passed GRUU - Call - Reject-Contact interop (TCP) - (6505550316, 6505550529) Passed GRUU - Call - Accept-Contact interop (TCP) - (6505550476, 6505550086) Failed Endpoint threw exception: - Expected 200, got 503 (call ID 4a5df3f904294040bb02b6d38dc5816b) - /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) - (6505550033, 6505550041) Failed Endpoint threw exception: - Expected 200, got 503 (call ID fe5fd48e0b838e2952f6bb8b8de91f5e) - /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) - (6505550146, 6505550195) Failed Endpoint threw exception: - Expected 200, got 503 (call ID b228af41629b8b8fbae9073a1d760044) - /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) - (6505550169) Failed Endpoint threw exception: - sip:6505550169@clearwater.opnfv timed out waiting for one of these: [[200, true], ["NOTIFY", false]] (call ID 906c46f3c15e5bb74329cb81ea751da0) - /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) - (6505550866) Failed Endpoint threw exception: - sip:6505550866@clearwater.opnfv timed out waiting for one of these: [[200, true], ["NOTIFY", false]] (call ID 13f125667d1de91906054e2f478e34e1) - /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) - (6505550798) Failed Endpoint threw exception: - sip:6505550798@clearwater.opnfv timed out waiting for one of these: [[200, true], ["NOTIFY", false]] (call ID 270a74ee9dab5f7b50a0e03230200bd4) - /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) - (6505550152, 6505550997) Failed Exception in quaff_cleanup_blk: - Expected 200, got 504 (call ID 2712239555f943e6eb92be7cd0fdb3e0) Failed RuntimeError thrown: - Expected 200, got 504 (call ID 45bc81cf0e7794655f3482cef45ac4f7) - /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) - (6505550053, 6505550397) Failed Exception in quaff_cleanup_blk: - Expected 200, got 504 (call ID cb556d3dd44659686618e61c67b0ceb4) Failed RuntimeError thrown: - Expected 200, got 504 (call ID cb556d3dd44659686618e61c67b0ceb4) - /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%3A6505550100%40clearwater.opnfv/associated_private_ids"} 45 failures out of 93 tests run Basic Call - Mainline (TCP) at 2018-08-05 13:00:28 +0000 Basic Call - SDP (TCP) at 2018-08-05 13:00:33 +0000 Basic Call - Tel URIs (TCP) at 2018-08-05 13:00:38 +0000 Basic Call - Rejected by remote endpoint (TCP) at 2018-08-05 13:00:45 +0000 Basic Call - Messages - Pager model (TCP) at 2018-08-05 13:00:50 +0000 Basic Call - Pracks (TCP) at 2018-08-05 13:00:56 +0000 Multiple Identities (TCP) at 2018-08-05 13:01:03 +0000 Call Diversion - Not registered (TCP) at 2018-08-05 13:02:09 +0000 Call Diversion - Not reachable (not registered) (TCP) at 2018-08-05 13:02:36 +0000 Call Diversion - Not reachable (408) (TCP) at 2018-08-05 13:02:36 +0000 Call Diversion - Not reachable (503) (TCP) at 2018-08-05 13:02:36 +0000 Call Diversion - Not reachable (500) (TCP) at 2018-08-05 13:02:37 +0000 Call Diversion - Busy (TCP) at 2018-08-05 13:02:37 +0000 Call Diversion - Unconditional (TCP) at 2018-08-05 13:02:37 +0000 Call Diversion - No answer (TCP) at 2018-08-05 13:02:37 +0000 Call Diversion - Bad target URI (TCP) at 2018-08-05 13:02:37 +0000 Call Diversion - Audio-only call (TCP) at 2018-08-05 13:02:37 +0000 Call Diversion - Audio-video call (TCP) at 2018-08-05 13:02:38 +0000 Call Waiting - Accepted (TCP) at 2018-08-05 13:02:38 +0000 Call Waiting - Cancelled (TCP) at 2018-08-05 13:02:38 +0000 CANCEL - Mainline (TCP) at 2018-08-05 13:02:38 +0000 Filtering - Accept-Contact (TCP) at 2018-08-05 13:02:38 +0000 Accept-Contact with response (SFR 511195) (TCP) at 2018-08-05 13:02:38 +0000 Filtering - Accept-Contact no match (TCP) at 2018-08-05 13:02:39 +0000 Filtering - Accept-Contact negated match (TCP) at 2018-08-05 13:02:39 +0000 Filtering - RFC3841 example (TCP) at 2018-08-05 13:02:39 +0000 Filtering - Reject-Contact no match (TCP) at 2018-08-05 13:02:39 +0000 Filtering - Reject-Contact match (TCP) at 2018-08-05 13:02:39 +0000 GRUU - REGISTER - two bindings with and without GRUU (TCP) at 2018-08-05 13:02:39 +0000 GRUU - REGISTER - binding suggested GRUU (TCP) at 2018-08-05 13:02:40 +0000 GRUU - REGISTER - instance ID requires escaping (TCP) at 2018-08-05 13:02:40 +0000 GRUU - REGISTER - three bindings with GRUUs (TCP) at 2018-08-05 13:02:40 +0000 GRUU - Call - first endpoint GRUU as target (TCP) at 2018-08-05 13:02:40 +0000 GRUU - Call - second endpoint GRUU as target (TCP) at 2018-08-05 13:02:40 +0000 GRUU - Call - only GRUU as target (TCP) at 2018-08-05 13:02:41 +0000 GRUU - Call - AoR as target (TCP) at 2018-08-05 13:02:41 +0000 GRUU - Call - unknown GRUU as target (TCP) at 2018-08-05 13:02:41 +0000 GRUU - Call - Accept-Contact interop (TCP) at 2018-08-05 13:02:51 +0000 GRUU - Call - AoR with other param as target (TCP) at 2018-08-05 13:02:57 +0000 GRUU - Call - GRUU with other param as target (TCP) at 2018-08-05 13:03:03 +0000 SUBSCRIBE - reg-event (TCP) at 2018-08-05 13:03:34 +0000 SUBSCRIBE - reg-event with a GRUU (TCP) at 2018-08-05 13:04:06 +0000 SUBSCRIBE - Subscription timeout (TCP) at 2018-08-05 13:04:37 +0000 SUBSCRIBE - Registration timeout (TCP) at 2018-08-05 13:04:43 +0000 Multiple SUBSCRIBErs to one UE's reg-event (TCP) at 2018-08-05 13:04:48 +0000 42 tests skipped Error logs, including Call-IDs of failed calls, are in the 'logfiles' directory 2018-08-05 13:04:49,077 - functest.opnfv_tests.vnf.ims.heat_ims - INFO - {'failures': 45, 'skipped': 42, 'total': 93, 'passed': 6} 2018-08-05 13:04:49,201 - xtesting.core.testcase - ERROR - The HTTP request raises issues Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/testcase.py", line 226, in push_to_db req.raise_for_status() File "/usr/lib/python2.7/site-packages/requests/models.py", line 935, in raise_for_status raise HTTPError(http_error_msg, response=self) HTTPError: 403 Client Error: Could Not Found testcases [{'project_name': u'functest', 'name': u'heat_ims'}] for url: http://testresults.opnfv.org/test/api/v1/results 2018-08-05 13:04:49,203 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | heat_ims | functest | 16:37 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-05 13:04:49,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 13:04:49,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 13:04:49,241 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 13:04:49 GMT Server: Apache x-openstack-request-id: req-dc9d11e2-397b-4df3-974b-67f24f76d22c Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 13:04:49,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:04:49 GMT Server: Apache x-openstack-request-id: req-099a62c3-86fa-41e5-9ad8-7033bb989f38 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 884 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack CREATE completed successfully", "template_description": "Clearwater deployment\n"}} 2018-08-05 13:04:49,460 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-099a62c3-86fa-41e5-9ad8-7033bb989f38 2018-08-05 13:04:49,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.252043008804s 2018-08-05 13:04:49,461 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-099a62c3-86fa-41e5-9ad8-7033bb989f38 2018-08-05 13:04:49,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 13:04:49,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/03f0fd0d-42bf-4f6c-99ba-617e4b307173/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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 13:04:50,078 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 13:04:49 GMT Server: Apache x-openstack-request-id: req-47da6f0b-0bda-48e7-9a84-ce1f5dc65d8e Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/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-05 13:04:50,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:04:50 GMT Server: Apache x-openstack-request-id: req-657db4ae-53d6-46f5-a3cc-4ebc470ef020 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 344 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-05T12:53:29Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/clearwater-opnfv/events/c444f53b-b24f-49c1-a851-a126140de858", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE completed successfully", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "id": "c444f53b-b24f-49c1-a851-a126140de858"}]} 2018-08-05 13:04:50,305 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-657db4ae-53d6-46f5-a3cc-4ebc470ef020 2018-08-05 13:04:50,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.842963218689s 2018-08-05 13:04:50,306 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-657db4ae-53d6-46f5-a3cc-4ebc470ef020 2018-08-05 13:04:50,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.DELETE.stacks 2018-08-05 13:04:50,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/03f0fd0d-42bf-4f6c-99ba-617e4b307173 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 13:04:50,988 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 13:04:50 GMT Server: Apache x-openstack-request-id: req-239208c7-9b58-411b-b5a8-bd8524081040 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173 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-05 13:04:51,614 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 13:04:50 GMT Server: Apache x-openstack-request-id: req-fc7f7d02-b742-45b8-963d-dbb4d784c8f5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 13:04:51,615 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173 used request id req-fc7f7d02-b742-45b8-963d-dbb4d784c8f5 2018-08-05 13:04:51,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.DELETE.stacks in 1.30813097954s 2018-08-05 13:04:51,615 - shade.request_ids - DEBUG - DELETE call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173 used request id req-fc7f7d02-b742-45b8-963d-dbb4d784c8f5 2018-08-05 13:04:51,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 13:04:51,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=c444f53b-b24f-49c1-a851-a126140de858&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 13:04:51,694 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 13:04:51 GMT Server: Apache x-openstack-request-id: req-cb3a9178-1a80-4508-abef-d7aa0ab20902 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=c444f53b-b24f-49c1-a851-a126140de858&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-05 13:04:52,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:04:51 GMT Server: Apache x-openstack-request-id: req-920ca3c0-9b56-4ca7-8bca-30794cf37cb7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 431 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-08-05T13:04:51Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/clearwater-opnfv/events/d93714b5-a379-45f6-a360-b02998c3560f", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE started", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "id": "d93714b5-a379-45f6-a360-b02998c3560f"}, {"resource_name": "homer", "event_time": "2018-08-05T13:04:51Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/homer/events/e7bb726c-d95e-43a7-bf36-a159bf47eb06", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "6b3945ad-aa13-4365-9b03-4e70bfd3436c", "id": "e7bb726c-d95e-43a7-bf36-a159bf47eb06"}]} 2018-08-05 13:04:52,359 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=c444f53b-b24f-49c1-a851-a126140de858&sort_dir=asc&marker=c444f53b-b24f-49c1-a851-a126140de858&sort_dir=asc used request id req-920ca3c0-9b56-4ca7-8bca-30794cf37cb7 2018-08-05 13:04:52,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.743660926819s 2018-08-05 13:04:52,360 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=c444f53b-b24f-49c1-a851-a126140de858&sort_dir=asc&marker=c444f53b-b24f-49c1-a851-a126140de858&sort_dir=asc used request id req-920ca3c0-9b56-4ca7-8bca-30794cf37cb7 2018-08-05 13:04:57,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 13:04:57,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=e7bb726c-d95e-43a7-bf36-a159bf47eb06&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 13:04:58,173 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 13:04:57 GMT Server: Apache x-openstack-request-id: req-c7e73ea5-b750-4bd4-a667-7c7dd43dfbe3 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=e7bb726c-d95e-43a7-bf36-a159bf47eb06&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-05 13:04:58,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:04:58 GMT Server: Apache x-openstack-request-id: req-8304f948-1905-4ed7-b787-3364925e3cea Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dime", "event_time": "2018-08-05T13:04:52Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/dime/events/30a93442-69a6-407c-98b7-75f5be1d6e8e", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "a146a1ff-9a06-4605-96ab-9509adbf1c92", "id": "30a93442-69a6-407c-98b7-75f5be1d6e8e"}, {"resource_name": "bono", "event_time": "2018-08-05T13:04:53Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/bono/events/dd6a031d-cd6a-4aab-b5dd-bcc45e09bec3", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "541ae883-3f4e-4aa1-8415-b0341881a324", "id": "dd6a031d-cd6a-4aab-b5dd-bcc45e09bec3"}, {"resource_name": "sprout", "event_time": "2018-08-05T13:04:54Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/sprout/events/1034a31b-79ae-419a-9550-d18064a83c6b", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "1ab326db-a185-4415-a17f-095b8aa81b3b", "id": "1034a31b-79ae-419a-9550-d18064a83c6b"}, {"resource_name": "vellum", "event_time": "2018-08-05T13:04:55Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/vellum/events/929f662b-4d23-472b-861b-b7d992c7192d", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "cf696bd9-4a80-4c59-aad9-405fe1eabeb4", "id": "929f662b-4d23-472b-861b-b7d992c7192d"}]} 2018-08-05 13:04:58,220 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=e7bb726c-d95e-43a7-bf36-a159bf47eb06&sort_dir=asc&marker=e7bb726c-d95e-43a7-bf36-a159bf47eb06&sort_dir=asc used request id req-8304f948-1905-4ed7-b787-3364925e3cea 2018-08-05 13:04:58,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.857265949249s 2018-08-05 13:04:58,220 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=e7bb726c-d95e-43a7-bf36-a159bf47eb06&sort_dir=asc&marker=e7bb726c-d95e-43a7-bf36-a159bf47eb06&sort_dir=asc used request id req-8304f948-1905-4ed7-b787-3364925e3cea 2018-08-05 13:05:03,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 13:05:03,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=929f662b-4d23-472b-861b-b7d992c7192d&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 13:05:03,274 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 13:05:03 GMT Server: Apache x-openstack-request-id: req-8cfcd7d6-bcdd-4b74-8f88-fc38c7540ebf Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=929f662b-4d23-472b-861b-b7d992c7192d&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-05 13:05:03,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:05:03 GMT Server: Apache x-openstack-request-id: req-8ce14723-a2f0-4668-93dd-57e6f0bde913 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 352 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "homer", "event_time": "2018-08-05T13:05:03Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/homer/events/5667d435-bf66-462d-acfb-6ecec593f7d9", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "6b3945ad-aa13-4365-9b03-4e70bfd3436c", "id": "5667d435-bf66-462d-acfb-6ecec593f7d9"}]} 2018-08-05 13:05:03,317 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=929f662b-4d23-472b-861b-b7d992c7192d&sort_dir=asc&marker=929f662b-4d23-472b-861b-b7d992c7192d&sort_dir=asc used request id req-8ce14723-a2f0-4668-93dd-57e6f0bde913 2018-08-05 13:05:03,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0904231071472s 2018-08-05 13:05:03,318 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=929f662b-4d23-472b-861b-b7d992c7192d&sort_dir=asc&marker=929f662b-4d23-472b-861b-b7d992c7192d&sort_dir=asc used request id req-8ce14723-a2f0-4668-93dd-57e6f0bde913 2018-08-05 13:05:08,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 13:05:08,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=5667d435-bf66-462d-acfb-6ecec593f7d9&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 13:05:08,356 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 13:05:08 GMT Server: Apache x-openstack-request-id: req-8ba7bf8f-1ecc-43d0-8128-863cd4cd8fb2 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=5667d435-bf66-462d-acfb-6ecec593f7d9&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-05 13:05:08,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:05:08 GMT Server: Apache x-openstack-request-id: req-ed309f1f-c310-4d83-ba37-8391840e92ec Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 686 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "vellum", "event_time": "2018-08-05T13:05:04Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/vellum/events/f60f90e6-d6b0-46d1-8106-bf0ef870e984", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "cf696bd9-4a80-4c59-aad9-405fe1eabeb4", "id": "f60f90e6-d6b0-46d1-8106-bf0ef870e984"}, {"resource_name": "sprout", "event_time": "2018-08-05T13:05:05Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/sprout/events/0b90f8ff-6818-44dc-b4aa-776cf14e4217", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "1ab326db-a185-4415-a17f-095b8aa81b3b", "id": "0b90f8ff-6818-44dc-b4aa-776cf14e4217"}, {"resource_name": "dime", "event_time": "2018-08-05T13:05:05Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/dime/events/76c688e4-effe-4bbd-8b3e-d7dc47d5d11e", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "a146a1ff-9a06-4605-96ab-9509adbf1c92", "id": "76c688e4-effe-4bbd-8b3e-d7dc47d5d11e"}, {"resource_name": "bono", "event_time": "2018-08-05T13:05:05Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/bono/events/236d4f1b-51c7-4a85-9e06-9f13c667ed97", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "541ae883-3f4e-4aa1-8415-b0341881a324", "id": "236d4f1b-51c7-4a85-9e06-9f13c667ed97"}, {"resource_name": "ellis", "event_time": "2018-08-05T13:05:05Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/ellis/events/8e95165a-9b00-4f7d-a0d6-0e660e163055", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "74838a46-0ad3-4b42-a694-1808c96d66ab", "id": "8e95165a-9b00-4f7d-a0d6-0e660e163055"}]} 2018-08-05 13:05:08,973 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=5667d435-bf66-462d-acfb-6ecec593f7d9&sort_dir=asc&marker=5667d435-bf66-462d-acfb-6ecec593f7d9&sort_dir=asc used request id req-ed309f1f-c310-4d83-ba37-8391840e92ec 2018-08-05 13:05:08,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.649031877518s 2018-08-05 13:05:08,974 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=5667d435-bf66-462d-acfb-6ecec593f7d9&sort_dir=asc&marker=5667d435-bf66-462d-acfb-6ecec593f7d9&sort_dir=asc used request id req-ed309f1f-c310-4d83-ba37-8391840e92ec 2018-08-05 13:05:13,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 13:05:13,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=8e95165a-9b00-4f7d-a0d6-0e660e163055&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 13:05:14,011 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 13:05:13 GMT Server: Apache x-openstack-request-id: req-738494e7-3838-4fe0-822f-17b8b37bb7ed Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=8e95165a-9b00-4f7d-a0d6-0e660e163055&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-05 13:05:14,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:05:14 GMT Server: Apache x-openstack-request-id: req-7081565a-bec0-4a21-8020-a57c5bce830b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-08-05T13:05:11Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/ellis/events/c3fd2af4-b284-4a5d-8945-a4a544a023c0", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "74838a46-0ad3-4b42-a694-1808c96d66ab", "id": "c3fd2af4-b284-4a5d-8945-a4a544a023c0"}, {"resource_name": "dns", "event_time": "2018-08-05T13:05:11Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/dns/events/66bb8a05-7cce-437d-89ef-3353b84bc678", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "9f5fe79d-fe0f-4dbf-8fdb-ee3698638874", "id": "66bb8a05-7cce-437d-89ef-3353b84bc678"}]} 2018-08-05 13:05:14,055 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=8e95165a-9b00-4f7d-a0d6-0e660e163055&sort_dir=asc&marker=8e95165a-9b00-4f7d-a0d6-0e660e163055&sort_dir=asc used request id req-7081565a-bec0-4a21-8020-a57c5bce830b 2018-08-05 13:05:14,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0751221179962s 2018-08-05 13:05:14,056 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=8e95165a-9b00-4f7d-a0d6-0e660e163055&sort_dir=asc&marker=8e95165a-9b00-4f7d-a0d6-0e660e163055&sort_dir=asc used request id req-7081565a-bec0-4a21-8020-a57c5bce830b 2018-08-05 13:05:19,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 13:05:19,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=66bb8a05-7cce-437d-89ef-3353b84bc678&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 13:05:19,095 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 13:05:19 GMT Server: Apache x-openstack-request-id: req-c27d2c60-89fa-4d56-b440-7cae923f9858 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=66bb8a05-7cce-437d-89ef-3353b84bc678&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-05 13:05:19,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:05:19 GMT Server: Apache x-openstack-request-id: req-f1c73cbc-517b-4cc4-89a7-0e11d09af0a0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 621 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-08-05T13:05:17Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/dns/events/773ab52d-0950-40dd-ab2b-fa9b903a1586", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "9f5fe79d-fe0f-4dbf-8fdb-ee3698638874", "id": "773ab52d-0950-40dd-ab2b-fa9b903a1586"}, {"resource_name": "sig_network", "event_time": "2018-08-05T13:05:17Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/sig_network/events/981bd138-6b44-48b4-a322-67b9cb7632c2", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "a794a140-0bd3-4246-b2e2-cb502dab9079", "id": "981bd138-6b44-48b4-a322-67b9cb7632c2"}, {"resource_name": "mgmt_network", "event_time": "2018-08-05T13:05:17Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/mgmt_network/events/afad9a52-0fa9-4ecf-aea3-5ca0a0f10ae9", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "8251b9ad-edcc-453e-8592-4f9a1cbade13", "id": "afad9a52-0fa9-4ecf-aea3-5ca0a0f10ae9"}, {"resource_name": "security_groups", "event_time": "2018-08-05T13:05:17Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/security_groups/events/9678254a-781c-4b87-8ea3-08d91efc9b8a", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "bcf78320-5616-437f-a940-71b385e12802", "id": "9678254a-781c-4b87-8ea3-08d91efc9b8a"}]} 2018-08-05 13:05:19,733 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=66bb8a05-7cce-437d-89ef-3353b84bc678&sort_dir=asc&marker=66bb8a05-7cce-437d-89ef-3353b84bc678&sort_dir=asc used request id req-f1c73cbc-517b-4cc4-89a7-0e11d09af0a0 2018-08-05 13:05:19,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.671149969101s 2018-08-05 13:05:19,734 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=66bb8a05-7cce-437d-89ef-3353b84bc678&sort_dir=asc&marker=66bb8a05-7cce-437d-89ef-3353b84bc678&sort_dir=asc used request id req-f1c73cbc-517b-4cc4-89a7-0e11d09af0a0 2018-08-05 13:05:24,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 13:05:24,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=9678254a-781c-4b87-8ea3-08d91efc9b8a&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 13:05:24,978 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 13:05:24 GMT Server: Apache x-openstack-request-id: req-96fb722c-6a63-453b-bf86-246de6901cb8 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=9678254a-781c-4b87-8ea3-08d91efc9b8a&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-05 13:05:25,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:05:24 GMT Server: Apache x-openstack-request-id: req-a2391e63-012e-45ae-8bc1-d8ac2664783d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 13:05:25,020 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=9678254a-781c-4b87-8ea3-08d91efc9b8a&sort_dir=asc&marker=9678254a-781c-4b87-8ea3-08d91efc9b8a&sort_dir=asc used request id req-a2391e63-012e-45ae-8bc1-d8ac2664783d 2018-08-05 13:05:25,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.28414106369s 2018-08-05 13:05:25,021 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=9678254a-781c-4b87-8ea3-08d91efc9b8a&sort_dir=asc&marker=9678254a-781c-4b87-8ea3-08d91efc9b8a&sort_dir=asc used request id req-a2391e63-012e-45ae-8bc1-d8ac2664783d 2018-08-05 13:05:30,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 13:05:30,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=9678254a-781c-4b87-8ea3-08d91efc9b8a&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 13:05:30,057 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 13:05:30 GMT Server: Apache x-openstack-request-id: req-764eebbf-02bc-4fb1-b731-f076494e4461 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=9678254a-781c-4b87-8ea3-08d91efc9b8a&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-05 13:05:30,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:05:30 GMT Server: Apache x-openstack-request-id: req-b1a5cc65-8cde-40a4-8578-e09d996feeb1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 617 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "mgmt_network", "event_time": "2018-08-05T13:05:25Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/mgmt_network/events/7072a932-d2f2-4e0f-9e1f-c26b5d9d5be5", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "8251b9ad-edcc-453e-8592-4f9a1cbade13", "id": "7072a932-d2f2-4e0f-9e1f-c26b5d9d5be5"}, {"resource_name": "security_groups", "event_time": "2018-08-05T13:05:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/security_groups/events/5c9e65d5-e9df-47a7-940c-b375b485018f", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "bcf78320-5616-437f-a940-71b385e12802", "id": "5c9e65d5-e9df-47a7-940c-b375b485018f"}, {"resource_name": "sig_network", "event_time": "2018-08-05T13:05:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/sig_network/events/ca797ad7-3daf-47a4-aa73-d58fddc8d747", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "a794a140-0bd3-4246-b2e2-cb502dab9079", "id": "ca797ad7-3daf-47a4-aa73-d58fddc8d747"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-08-05T13:05:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/clearwater-opnfv/events/df271085-bc3c-46bb-8216-40e8e82add73", "rel": "self"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE completed successfully", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "id": "df271085-bc3c-46bb-8216-40e8e82add73"}]} 2018-08-05 13:05:30,100 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=9678254a-781c-4b87-8ea3-08d91efc9b8a&sort_dir=asc&marker=9678254a-781c-4b87-8ea3-08d91efc9b8a&sort_dir=asc used request id req-b1a5cc65-8cde-40a4-8578-e09d996feeb1 2018-08-05 13:05:30,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733988285065s 2018-08-05 13:05:30,101 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=9678254a-781c-4b87-8ea3-08d91efc9b8a&sort_dir=asc&marker=9678254a-781c-4b87-8ea3-08d91efc9b8a&sort_dir=asc used request id req-b1a5cc65-8cde-40a4-8578-e09d996feeb1 2018-08-05 13:05:35,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 13:05:35,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=df271085-bc3c-46bb-8216-40e8e82add73&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 13:05:35,137 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 13:05:35 GMT Server: Apache x-openstack-request-id: req-2529f4ac-ab3a-405d-b5ef-d3de25c64055 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=df271085-bc3c-46bb-8216-40e8e82add73&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-05 13:05:35,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:05:35 GMT Server: Apache x-openstack-request-id: req-ebebfba0-9788-4526-95b6-03ca1e05d095 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 13:05:35,742 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=df271085-bc3c-46bb-8216-40e8e82add73&sort_dir=asc&marker=df271085-bc3c-46bb-8216-40e8e82add73&sort_dir=asc used request id req-ebebfba0-9788-4526-95b6-03ca1e05d095 2018-08-05 13:05:35,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.63450717926s 2018-08-05 13:05:35,742 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=df271085-bc3c-46bb-8216-40e8e82add73&sort_dir=asc&marker=df271085-bc3c-46bb-8216-40e8e82add73&sort_dir=asc used request id req-ebebfba0-9788-4526-95b6-03ca1e05d095 2018-08-05 13:05:40,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-08-05 13:05:40,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=df271085-bc3c-46bb-8216-40e8e82add73&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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 13:05:40,778 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 13:05:40 GMT Server: Apache x-openstack-request-id: req-966a23d3-f659-469b-8247-3006fe2ff901 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=df271085-bc3c-46bb-8216-40e8e82add73&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-05 13:05:40,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:05:40 GMT Server: Apache x-openstack-request-id: req-0c0af9b9-8cd9-4fa3-8608-a0a47a32ce8b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-08-05 13:05:40,994 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=df271085-bc3c-46bb-8216-40e8e82add73&sort_dir=asc&marker=df271085-bc3c-46bb-8216-40e8e82add73&sort_dir=asc used request id req-0c0af9b9-8cd9-4fa3-8608-a0a47a32ce8b 2018-08-05 13:05:40,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.245843887329s 2018-08-05 13:05:40,994 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173/events?marker=df271085-bc3c-46bb-8216-40e8e82add73&sort_dir=asc&marker=df271085-bc3c-46bb-8216-40e8e82add73&sort_dir=asc used request id req-0c0af9b9-8cd9-4fa3-8608-a0a47a32ce8b 2018-08-05 13:05:40,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-08-05 13:05:40,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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.14" -H "X-Auth-Token: {SHA1}b0d8069dac08ed7a768cedc16780f3e7d8bbb6ea" 2018-08-05 13:05:41,024 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 05 Aug 2018 13:05:41 GMT Server: Apache x-openstack-request-id: req-c789eec1-2f72-4f53-9076-cc376609a098 Location: http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?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-05 13:05:41,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:05:41 GMT Server: Apache x-openstack-request-id: req-9d9f32d8-a742-4cac-bd9d-f54601eb32d5 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 894 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "f92d54a84ff74968a809ea5edb06f90f", "private_sig_net_ip_version": "4", "image": "heat_ims-img_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "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": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "deletion_time": "2018-08-05T13:05:27Z", "stack_name": "clearwater-opnfv", "stack_user_project_id": "847b37e9a3db4f2a968930872ed28fcc", "tags": null, "creation_time": "2018-08-05T12:48:26Z", "links": [{"href": "http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-08-05T13:04:51Z", "id": "03f0fd0d-42bf-4f6c-99ba-617e4b307173", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Clearwater deployment\n"}} 2018-08-05 13:05:41,050 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-9d9f32d8-a742-4cac-bd9d-f54601eb32d5 2018-08-05 13:05:41,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0553371906281s 2018-08-05 13:05:41,051 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.46:8004/v1/f92d54a84ff74968a809ea5edb06f90f/stacks/clearwater-opnfv/03f0fd0d-42bf-4f6c-99ba-617e4b307173?resolve_outputs=False used request id req-9d9f32d8-a742-4cac-bd9d-f54601eb32d5 2018-08-05 13:05:41,051 - 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-05 13:05:41,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 13:05:41,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 13:05:41,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:05:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e547dba-0a61-4038-8d82-980f2756cafe Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat_ims-user_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "links": {"self": "http://172.30.9.46:5000/v3/users/d2e1cfdecef6481da976b60b2989b3cd"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d2e1cfdecef6481da976b60b2989b3cd", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 13:05:41,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-8e547dba-0a61-4038-8d82-980f2756cafe 2018-08-05 13:05:41,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20076918602s 2018-08-05 13:05:41,260 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-8e547dba-0a61-4038-8d82-980f2756cafe 2018-08-05 13:05:41,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 13:05:41,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/users/d2e1cfdecef6481da976b60b2989b3cd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 13:05:41,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:05:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b77005a-e69b-4059-b85d-342348c0ad54 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "links": {"self": "http://172.30.9.46:5000/v3/users/d2e1cfdecef6481da976b60b2989b3cd"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "d2e1cfdecef6481da976b60b2989b3cd", "description": null}} 2018-08-05 13:05:41,359 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/d2e1cfdecef6481da976b60b2989b3cd used request id req-8b77005a-e69b-4059-b85d-342348c0ad54 2018-08-05 13:05:41,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.0939211845398s 2018-08-05 13:05:41,359 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/d2e1cfdecef6481da976b60b2989b3cd used request id req-8b77005a-e69b-4059-b85d-342348c0ad54 2018-08-05 13:05:41,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-05 13:05:41,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/users/d2e1cfdecef6481da976b60b2989b3cd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 13:05:41,628 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 13:05:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b65602d-b4a2-4424-bd72-3aa275bb1f80 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 13:05:41,628 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/d2e1cfdecef6481da976b60b2989b3cd used request id req-6b65602d-b4a2-4424-bd72-3aa275bb1f80 2018-08-05 13:05:41,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.268265008926s 2018-08-05 13:05:41,629 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/d2e1cfdecef6481da976b60b2989b3cd used request id req-6b65602d-b4a2-4424-bd72-3aa275bb1f80 2018-08-05 13:05:41,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 13:05:41,637 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 13:05:41,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:05:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d3a5ef2-8db0-401a-92af-8d74fb3cbff7 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.46:5000/v3/projects/f92d54a84ff74968a809ea5edb06f90f"}, "tags": [], "enabled": true, "id": "f92d54a84ff74968a809ea5edb06f90f", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_850972b1-2b56-4dba-a4ce-81e2f809e9dc"}]} 2018-08-05 13:05:41,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-6d3a5ef2-8db0-401a-92af-8d74fb3cbff7 2018-08-05 13:05:41,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0978939533234s 2018-08-05 13:05:41,733 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-6d3a5ef2-8db0-401a-92af-8d74fb3cbff7 2018-08-05 13:05:41,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-05 13:05:41,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/projects/f92d54a84ff74968a809ea5edb06f90f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 13:05:41,920 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 13:05:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b978879e-1c6d-4540-b629-0dc090a0f998 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 13:05:41,920 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/f92d54a84ff74968a809ea5edb06f90f used request id req-b978879e-1c6d-4540-b629-0dc090a0f998 2018-08-05 13:05:41,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.18202495575s 2018-08-05 13:05:41,921 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/f92d54a84ff74968a809ea5edb06f90f used request id req-b978879e-1c6d-4540-b629-0dc090a0f998 2018-08-05 13:05:41,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 13:05:41,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 13:05:42,024 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:05:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46290bf2-ff6b-4045-8dfc-4568fed791db Content-Encoding: gzip Content-Length: 408 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "bfcf6283e6a8483cbe61597dc0cae476", "links": {"self": "http://172.30.9.46:5000/v3/roles/bfcf6283e6a8483cbe61597dc0cae476"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 13:05:42,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-46290bf2-ff6b-4045-8dfc-4568fed791db 2018-08-05 13:05:42,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100440979004s 2018-08-05 13:05:42,025 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-46290bf2-ff6b-4045-8dfc-4568fed791db 2018-08-05 13:05:42,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-05 13:05:42,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/roles/bfcf6283e6a8483cbe61597dc0cae476 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}281bf1fc5a129aefe2eae64a53f1be3531ab679e" 2018-08-05 13:05:42,152 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 13:05:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2dc01e8d-7710-4eed-a2c3-79f7055780e8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 13:05:42,152 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/roles/bfcf6283e6a8483cbe61597dc0cae476 used request id req-2dc01e8d-7710-4eed-a2c3-79f7055780e8 2018-08-05 13:05:42,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.122210025787s 2018-08-05 13:05:42,153 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/roles/bfcf6283e6a8483cbe61597dc0cae476 used request id req-2dc01e8d-7710-4eed-a2c3-79f7055780e8 2018-08-05 13:05:42,181 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-08-05 13:05:42,234 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-05 13:05:42,277 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-08-05 13:05:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 13:05:42,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 13:05:42,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 13:05:42,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 13:05:42,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 13:05:42,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 13:05:42,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 13:05:42,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 13:05:42,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 13:05:42,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 13:05:42,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 13:05:42,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 13:05:42,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 13:05:42,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 13:05:42,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 13:05:42,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 13:05:42,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 13:05:42,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 13:05:42,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 13:05:42,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 13:05:42,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 13:05:42,381 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 13:05:42,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 13:05:42,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:05:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18cecc81-7a36-4828-8b29-6b368dcc0cb3 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 13:05:42,390 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-18cecc81-7a36-4828-8b29-6b368dcc0cb3 2018-08-05 13:05:42,390 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 13:05:42,780 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T14:05:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["ETGOSka4REiLwhCrlDE_LA"], "issued_at": "2018-08-05T13:05:42.000000Z"}} 2018-08-05 13:05:42,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 13:05:42,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" 2018-08-05 13:05:43,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-d0f7d227-e3ef-4663-967b-0f4341e15102 Date: Sun, 05 Aug 2018 13:05:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 13:05:43,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d0f7d227-e3ef-4663-967b-0f4341e15102 2018-08-05 13:05:43,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.257230997086s 2018-08-05 13:05:43,041 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d0f7d227-e3ef-4663-967b-0f4341e15102 2018-08-05 13:05:43,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 13:05:43,050 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 13:05:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e267cc1-77e5-4745-9c07-8bcecbb0f78c 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.46:5000/v3/", "rel": "self"}]}]}} 2018-08-05 13:05:43,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/ used request id req-5e267cc1-77e5-4745-9c07-8bcecbb0f78c 2018-08-05 13:05:43,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 13:05:43,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" 2018-08-05 13:05:43,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:05:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09a1d390-f9fd-4d3b-98e1-aa9769bbc50a Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.46:5000/v3/domains/2e9dbdb0714844c8959b763da4d86693"}, "tags": [], "enabled": true, "id": "2e9dbdb0714844c8959b763da4d86693", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.46:5000/v3/domains", "previous": null, "next": null}} 2018-08-05 13:05:43,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-09a1d390-f9fd-4d3b-98e1-aa9769bbc50a 2018-08-05 13:05:43,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0971689224243s 2018-08-05 13:05:43,148 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-09a1d390-f9fd-4d3b-98e1-aa9769bbc50a 2018-08-05 13:05:43,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-05 13:05:43,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}}' 2018-08-05 13:05:43,271 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 13:05:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b062422e-e59b-4ed8-823c-884ce088ee43 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.46:5000/v3/projects/d1caa7d3da7c4c3d8e87faffa088d1e7"}, "tags": [], "enabled": true, "id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}} 2018-08-05 13:05:43,271 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-b062422e-e59b-4ed8-823c-884ce088ee43 2018-08-05 13:05:43,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.116169929504s 2018-08-05 13:05:43,272 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-b062422e-e59b-4ed8-823c-884ce088ee43 2018-08-05 13:05:43,272 - 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'd1caa7d3da7c4c3d8e87faffa088d1e7', '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_d81e6dbb-361e-4403-84a4-79acd7efcfb4'}) 2018-08-05 13:05:43,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-05 13:05:43,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "de0b7e43-2089-4151-92bd-41b3f23cbaf8", "email": null, "name": "vyos_vrouter-user_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}}' 2018-08-05 13:05:43,650 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 13:05:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4851d3e1-27a3-402d-a70b-77b38c9076cd Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "links": {"self": "http://172.30.9.46:5000/v3/users/2e5715669f1c4b43828b8dc13f519969"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2e5715669f1c4b43828b8dc13f519969", "domain_id": "default", "password_expires_at": null}} 2018-08-05 13:05:43,650 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-4851d3e1-27a3-402d-a70b-77b38c9076cd 2018-08-05 13:05:43,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.371463060379s 2018-08-05 13:05:43,650 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-4851d3e1-27a3-402d-a70b-77b38c9076cd 2018-08-05 13:05:43,651 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2e5715669f1c4b43828b8dc13f519969', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_d81e6dbb-361e-4403-84a4-79acd7efcfb4'}) 2018-08-05 13:05:43,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 13:05:43,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" 2018-08-05 13:05:43,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:05:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9b810700-1aee-4519-bab9-0e3d4e8b37c7 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 13:05:43,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-9b810700-1aee-4519-bab9-0e3d4e8b37c7 2018-08-05 13:05:43,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105620145798s 2018-08-05 13:05:43,760 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-9b810700-1aee-4519-bab9-0e3d4e8b37c7 2018-08-05 13:05:43,765 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 13:05:43,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" 2018-08-05 13:05:43,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:05:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e274542d-d3b1-4f4b-823f-ad8481281661 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 13:05:43,859 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-e274542d-d3b1-4f4b-823f-ad8481281661 2018-08-05 13:05:43,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0936670303345s 2018-08-05 13:05:43,859 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-e274542d-d3b1-4f4b-823f-ad8481281661 2018-08-05 13:05:43,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 13:05:43,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" 2018-08-05 13:05:43,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:05:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0e51fdc-f579-41b0-9471-2213c34ef21b Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 13:05:43,964 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-d0e51fdc-f579-41b0-9471-2213c34ef21b 2018-08-05 13:05:43,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0996961593628s 2018-08-05 13:05:43,964 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-d0e51fdc-f579-41b0-9471-2213c34ef21b 2018-08-05 13:05:43,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 13:05:43,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" 2018-08-05 13:05:44,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:05:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f895885e-6748-4000-832d-5642455d44f7 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-05 13:05:44,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-f895885e-6748-4000-832d-5642455d44f7 2018-08-05 13:05:44,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0963850021362s 2018-08-05 13:05:44,066 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-f895885e-6748-4000-832d-5642455d44f7 2018-08-05 13:05:44,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 13:05:44,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" 2018-08-05 13:05:44,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:05:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dff755db-44d6-494d-a2ef-11f5a6ca05da Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "links": {"self": "http://172.30.9.46:5000/v3/users/2e5715669f1c4b43828b8dc13f519969"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2e5715669f1c4b43828b8dc13f519969", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 13:05:44,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-dff755db-44d6-494d-a2ef-11f5a6ca05da 2018-08-05 13:05:44,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117789983749s 2018-08-05 13:05:44,185 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-dff755db-44d6-494d-a2ef-11f5a6ca05da 2018-08-05 13:05:44,197 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 13:05:44,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" 2018-08-05 13:05:44,321 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:05:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-61f1ffc6-f331-468f-b911-3a14037c5593 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.46:5000/v3/projects/d1caa7d3da7c4c3d8e87faffa088d1e7"}, "tags": [], "enabled": true, "id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}]} 2018-08-05 13:05:44,321 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-61f1ffc6-f331-468f-b911-3a14037c5593 2018-08-05 13:05:44,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.124711036682s 2018-08-05 13:05:44,322 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-61f1ffc6-f331-468f-b911-3a14037c5593 2018-08-05 13:05:44,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-05 13:05:44,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:5000/v3/role_assignments?user.id=2e5715669f1c4b43828b8dc13f519969&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=d1caa7d3da7c4c3d8e87faffa088d1e7" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" 2018-08-05 13:05:44,426 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:05:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1029bd24-582e-4320-bbbf-1dd5d5e4db5c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.46:5000/v3/role_assignments?user.id=2e5715669f1c4b43828b8dc13f519969&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=d1caa7d3da7c4c3d8e87faffa088d1e7", "previous": null, "next": null}} 2018-08-05 13:05:44,426 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=2e5715669f1c4b43828b8dc13f519969&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=d1caa7d3da7c4c3d8e87faffa088d1e7 used request id req-1029bd24-582e-4320-bbbf-1dd5d5e4db5c 2018-08-05 13:05:44,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0972280502319s 2018-08-05 13:05:44,426 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=2e5715669f1c4b43828b8dc13f519969&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=d1caa7d3da7c4c3d8e87faffa088d1e7 used request id req-1029bd24-582e-4320-bbbf-1dd5d5e4db5c 2018-08-05 13:05:44,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-05 13:05:44,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:5000/v3/projects/d1caa7d3da7c4c3d8e87faffa088d1e7/users/2e5715669f1c4b43828b8dc13f519969/roles/6f5c235bf8f846e2ab7d21fb711e4f6d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" 2018-08-05 13:05:44,585 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 13:05:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-24a00621-b8e2-42dc-81eb-4c17227a71d7 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 13:05:44,585 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/d1caa7d3da7c4c3d8e87faffa088d1e7/users/2e5715669f1c4b43828b8dc13f519969/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-24a00621-b8e2-42dc-81eb-4c17227a71d7 2018-08-05 13:05:44,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.155308008194s 2018-08-05 13:05:44,585 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/d1caa7d3da7c4c3d8e87faffa088d1e7/users/2e5715669f1c4b43828b8dc13f519969/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-24a00621-b8e2-42dc-81eb-4c17227a71d7 2018-08-05 13:05:44,586 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_d81e6dbb-361e-4403-84a4-79acd7efcfb4', 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'd1caa7d3da7c4c3d8e87faffa088d1e7', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'de0b7e43-2089-4151-92bd-41b3f23cbaf8', 'username': u'vyos_vrouter-user_d81e6dbb-361e-4403-84a4-79acd7efcfb4', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.46: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-05 13:05:44,587 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 13:05:44,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 13:05:44,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 13:05:44,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 13:05:44,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 13:05:44,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 13:05:44,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 13:05:44,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 13:05:44,588 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 13:05:44,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 13:05:44,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 13:05:44,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 13:05:44,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 13:05:44,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 13:05:44,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 13:05:44,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 13:05:44,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 13:05:44,589 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 13:05:44,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 13:05:44,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 13:05:44,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 13:05:44,590 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 13:05:44,591 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_d81e6dbb-361e-4403-84a4-79acd7efcfb4', 'password': 'de0b7e43-2089-4151-92bd-41b3f23cbaf8', 'project_name': 'vyos_vrouter-project_d81e6dbb-361e-4403-84a4-79acd7efcfb4', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.46:5000/v3', 'project_id': 'd1caa7d3da7c4c3d8e87faffa088d1e7', 'project_domain_name': 'Default'} 2018-08-05 13:05:44,625 - 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-05 13:05:44,625 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-08-05 13:05:44,668 - 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-05 13:05:44,676 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-05 13:05:44,677 - 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-05 13:05:44,969 - 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-05 13:05:45,032 - 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-05 13:05:45,032 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-08-05 13:05:45,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 13:05:45,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:05:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a7f7885-8754-417c-bc4f-5bfa2f67e5e5 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 13:05:45,039 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-2a7f7885-8754-417c-bc4f-5bfa2f67e5e5 2018-08-05 13:05:45,039 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 13:05:45,424 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}], "expires_at": "2018-08-05T14:05:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "name": "vyos_vrouter-project_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d1caa7d3da7c4c3d8e87faffa088d1e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d1caa7d3da7c4c3d8e87faffa088d1e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d1caa7d3da7c4c3d8e87faffa088d1e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d1caa7d3da7c4c3d8e87faffa088d1e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d1caa7d3da7c4c3d8e87faffa088d1e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d1caa7d3da7c4c3d8e87faffa088d1e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d1caa7d3da7c4c3d8e87faffa088d1e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d1caa7d3da7c4c3d8e87faffa088d1e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d1caa7d3da7c4c3d8e87faffa088d1e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d1caa7d3da7c4c3d8e87faffa088d1e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d1caa7d3da7c4c3d8e87faffa088d1e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d1caa7d3da7c4c3d8e87faffa088d1e7", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d1caa7d3da7c4c3d8e87faffa088d1e7", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d1caa7d3da7c4c3d8e87faffa088d1e7", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "id": "2e5715669f1c4b43828b8dc13f519969"}, "audit_ids": ["O0dsY5wRQFCh7KgOYLPFHA"], "issued_at": "2018-08-05T13:05:45.000000Z"}} 2018-08-05 13:05:45,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-05 13:05:45,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" -d '{"network": {"name": "vyos_vrouter-net_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "admin_state_up": true}}' 2018-08-05 13:05:46,118 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 631 X-Openstack-Request-Id: req-cb9566b7-02fc-4dac-8708-beb67f910ad5 Date: Sun, 05 Aug 2018 13:05:46 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"342508e1-68e5-406e-bdc9-548dd7f76940","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d1caa7d3da7c4c3d8e87faffa088d1e7","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T13:05:45Z","is_default":false,"name":"vyos_vrouter-net_d81e6dbb-361e-4403-84a4-79acd7efcfb4","qos_policy_id":null,"admin_state_up":true,"tenant_id":"d1caa7d3da7c4c3d8e87faffa088d1e7","created_at":"2018-08-05T13:05:45Z","mtu":1450}} 2018-08-05 13:05:46,118 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-cb9566b7-02fc-4dac-8708-beb67f910ad5 2018-08-05 13:05:46,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.690963029861s 2018-08-05 13:05:46,119 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-cb9566b7-02fc-4dac-8708-beb67f910ad5 2018-08-05 13:05:46,119 - 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-05T13:05:45Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'342508e1-68e5-406e-bdc9-548dd7f76940', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-net_d81e6dbb-361e-4403-84a4-79acd7efcfb4', u'admin_state_up': True, u'tenant_id': u'd1caa7d3da7c4c3d8e87faffa088d1e7', u'created_at': u'2018-08-05T13:05:45Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'd1caa7d3da7c4c3d8e87faffa088d1e7', u'l2_adjacency': True}) 2018-08-05 13:05:46,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 13:05:46,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:05:46,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1233 X-Openstack-Request-Id: req-643952f5-74d9-417f-81c1-b87bb34ec63c Date: Sun, 05 Aug 2018 13:05:46 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"342508e1-68e5-406e-bdc9-548dd7f76940","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"d1caa7d3da7c4c3d8e87faffa088d1e7","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T13:05:45Z","qos_policy_id":null,"name":"vyos_vrouter-net_d81e6dbb-361e-4403-84a4-79acd7efcfb4","admin_state_up":true,"tenant_id":"d1caa7d3da7c4c3d8e87faffa088d1e7","created_at":"2018-08-05T13:05:45Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500}]} 2018-08-05 13:05:46,246 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-643952f5-74d9-417f-81c1-b87bb34ec63c 2018-08-05 13:05:46,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.126405000687s 2018-08-05 13:05:46,247 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-643952f5-74d9-417f-81c1-b87bb34ec63c 2018-08-05 13:05:46,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-05 13:05:46,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" -d '{"subnet": {"name": "vyos_vrouter-subnet_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "enable_dhcp": true, "network_id": "342508e1-68e5-406e-bdc9-548dd7f76940", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-05 13:05:46,797 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-7125778f-cf4d-4bee-bd6e-a752dad9b7c0 Date: Sun, 05 Aug 2018 13:05:46 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"342508e1-68e5-406e-bdc9-548dd7f76940","tenant_id":"d1caa7d3da7c4c3d8e87faffa088d1e7","created_at":"2018-08-05T13:05:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T13:05:46Z","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":"d1caa7d3da7c4c3d8e87faffa088d1e7","id":"539d95c2-889e-4d43-92ac-90f42defaa9b","subnetpool_id":null,"name":"vyos_vrouter-subnet_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}} 2018-08-05 13:05:46,798 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-7125778f-cf4d-4bee-bd6e-a752dad9b7c0 2018-08-05 13:05:46,798 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.549196004868s 2018-08-05 13:05:46,798 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-7125778f-cf4d-4bee-bd6e-a752dad9b7c0 2018-08-05 13:05:46,798 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T13:05:46Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'539d95c2-889e-4d43-92ac-90f42defaa9b', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_d81e6dbb-361e-4403-84a4-79acd7efcfb4', u'enable_dhcp': True, u'network_id': u'342508e1-68e5-406e-bdc9-548dd7f76940', u'tenant_id': u'd1caa7d3da7c4c3d8e87faffa088d1e7', u'created_at': u'2018-08-05T13:05:46Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'd1caa7d3da7c4c3d8e87faffa088d1e7'}) 2018-08-05 13:05:46,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-05 13:05:46,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" -d '{"router": {"external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "name": "vyos_vrouter-router_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "admin_state_up": true}}' 2018-08-05 13:05:48,356 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-1c1d8ef9-f435-44d5-a11f-6fb2ee17db68 Date: Sun, 05 Aug 2018 13:05:48 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:05:46Z", "admin_state_up": true, "updated_at": "2018-08-05T13:05:48Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0", "name": "vyos_vrouter-router_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}} 2018-08-05 13:05:48,356 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-1c1d8ef9-f435-44d5-a11f-6fb2ee17db68 2018-08-05 13:05:48,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.55699515343s 2018-08-05 13:05:48,357 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-1c1d8ef9-f435-44d5-a11f-6fb2ee17db68 2018-08-05 13:05:48,357 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T13:05:48Z', u'revision_number': 2, u'id': u'8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0', u'external_gateway_info': {u'network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'89972d6a-26a8-4595-baea-47e68ca637c2', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-router_d81e6dbb-361e-4403-84a4-79acd7efcfb4', u'admin_state_up': True, u'tenant_id': u'd1caa7d3da7c4c3d8e87faffa088d1e7', u'created_at': u'2018-08-05T13:05:46Z', u'flavor_id': None, u'routes': [], u'project_id': u'd1caa7d3da7c4c3d8e87faffa088d1e7'}) 2018-08-05 13:05:48,358 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-05 13:05:48,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" -d '{"subnet_id": "539d95c2-889e-4d43-92ac-90f42defaa9b"}' 2018-08-05 13:05:50,900 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a8501081-2730-42bd-8a4d-e4eb36cfc3b4 Date: Sun, 05 Aug 2018 13:05:50 GMT RESP BODY: {"network_id": "342508e1-68e5-406e-bdc9-548dd7f76940", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "subnet_id": "539d95c2-889e-4d43-92ac-90f42defaa9b", "subnet_ids": ["539d95c2-889e-4d43-92ac-90f42defaa9b"], "port_id": "7ac4ba0d-fc9c-4c24-9bd7-66a084738c10", "id": "8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0"} 2018-08-05 13:05:50,901 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0/add_router_interface.json used request id req-a8501081-2730-42bd-8a4d-e4eb36cfc3b4 2018-08-05 13:05:50,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.54297089577s 2018-08-05 13:05:50,901 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0/add_router_interface.json used request id req-a8501081-2730-42bd-8a4d-e4eb36cfc3b4 returning object 8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0 2018-08-05 13:05:50,902 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-08-05 13:06:13,564 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-08-05 13:06:13,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 13:06:13,570 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 05 Aug 2018 13:06:13 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}]} 2018-08-05 13:06:13,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 13:06:13,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:06:13,776 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f5a9753a-2a72-41de-995f-5c7950b2d32e Date: Sun, 05 Aug 2018 13:06:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 13:06:13,776 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-f5a9753a-2a72-41de-995f-5c7950b2d32e 2018-08-05 13:06:13,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.2017390728s 2018-08-05 13:06:13,776 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-f5a9753a-2a72-41de-995f-5c7950b2d32e 2018-08-05 13:06:13,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 13:06:13,788 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}' 2018-08-05 13:06:13,827 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/8818f90a-331a-40eb-8dba-ffd5db0091a8 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-564ebcf3-ec28-49db-9d04-20d5524e1e53 Date: Sun, 05 Aug 2018 13:06:13 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/8818f90a-331a-40eb-8dba-ffd5db0091a8/file", "owner": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "size": null, "self": "/v2/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-05T13:06:13Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "checksum": null, "created_at": "2018-08-05T13:06:13Z", "protected": false} 2018-08-05 13:06:13,827 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-564ebcf3-ec28-49db-9d04-20d5524e1e53 2018-08-05 13:06:13,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.042946100235s 2018-08-05 13:06:13,828 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-564ebcf3-ec28-49db-9d04-20d5524e1e53 returning object 8818f90a-331a-40eb-8dba-ffd5db0091a8 2018-08-05 13:06:13,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 13:06:13,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/8818f90a-331a-40eb-8dba-ffd5db0091a8/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" -d '' 2018-08-05 13:07:13,946 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-70d91ac0-6d7b-4c8e-bcae-1722400f9da7 Date: Sun, 05 Aug 2018 13:07: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-05 13:07:13,947 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/8818f90a-331a-40eb-8dba-ffd5db0091a8/file used request id req-70d91ac0-6d7b-4c8e-bcae-1722400f9da7 2018-08-05 13:07:13,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 60.1183068752s 2018-08-05 13:07:13,947 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/8818f90a-331a-40eb-8dba-ffd5db0091a8/file used request id req-70d91ac0-6d7b-4c8e-bcae-1722400f9da7 2018-08-05 13:07:13,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 13:07:13,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:13,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-a19df2ed-df43-41b9-a47b-4a9d621115cb Date: Sun, 05 Aug 2018 13:07:13 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/8818f90a-331a-40eb-8dba-ffd5db0091a8/snap", "metadata": {}}], "file": "/v2/images/8818f90a-331a-40eb-8dba-ffd5db0091a8/file", "owner": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "size": 4373348352, "self": "/v2/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/8818f90a-331a-40eb-8dba-ffd5db0091a8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-05T13:07:13Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-05T13:06:13Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 13:07:13,996 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-a19df2ed-df43-41b9-a47b-4a9d621115cb 2018-08-05 13:07:13,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0453469753265s 2018-08-05 13:07:13,997 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-a19df2ed-df43-41b9-a47b-4a9d621115cb 2018-08-05 13:07:13,999 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/8818f90a-331a-40eb-8dba-ffd5db0091a8/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8818f90a-331a-40eb-8dba-ffd5db0091a8/file', 'owner': u'd1caa7d3da7c4c3d8e87faffa088d1e7', 'id': u'8818f90a-331a-40eb-8dba-ffd5db0091a8', 'size': 4373348352, u'self': u'/v2/images/8818f90a-331a-40eb-8dba-ffd5db0091a8', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd1caa7d3da7c4c3d8e87faffa088d1e7', 'name': 'vyos_vrouter-project_d81e6dbb-361e-4403-84a4-79acd7efcfb4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/8818f90a-331a-40eb-8dba-ffd5db0091a8/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T13:07:13Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-05T13:07:13Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_d81e6dbb-361e-4403-84a4-79acd7efcfb4', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'properties': {u'self': u'/v2/images/8818f90a-331a-40eb-8dba-ffd5db0091a8', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_d81e6dbb-361e-4403-84a4-79acd7efcfb4', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_d81e6dbb-361e-4403-84a4-79acd7efcfb4', 'created': u'2018-08-05T13:06:13Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-08-05T13:06:13Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/8818f90a-331a-40eb-8dba-ffd5db0091a8', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'owner_specified.shade.object': u'images/vyos_vrouter-img_d81e6dbb-361e-4403-84a4-79acd7efcfb4', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'schema': u'/v2/schemas/image'}}) 2018-08-05 13:07:14,000 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 13:07:14,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 40, "id": null, "swap": 0}}' 2018-08-05 13:07:14,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:07: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-bdf9e250-c5ec-4efa-9cc3-70ae85620f88 x-compute-request-id: req-bdf9e250-c5ec-4efa-9cc3-70ae85620f88 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "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": "2a112da1-c0c0-494e-a3cd-61821f9f34f9"}} 2018-08-05 13:07:14,316 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-bdf9e250-c5ec-4efa-9cc3-70ae85620f88 2018-08-05 13:07:14,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.316398859024s 2018-08-05 13:07:14,317 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-bdf9e250-c5ec-4efa-9cc3-70ae85620f88 2018-08-05 13:07:14,317 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_d81e6dbb-361e-4403-84a4-79acd7efcfb4', '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'd5650b30963342b58320b9e3073d7ddf', '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'2a112da1-c0c0-494e-a3cd-61821f9f34f9', 'swap': 0}) 2018-08-05 13:07:14,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 13:07:14,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" -d '{"extra_specs": {}}' 2018-08-05 13:07:14,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:07: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-c8a7df6a-d9c2-4927-82c1-0c788db0c422 x-compute-request-id: req-c8a7df6a-d9c2-4927-82c1-0c788db0c422 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 13:07:14,347 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9/os-extra_specs used request id req-c8a7df6a-d9c2-4927-82c1-0c788db0c422 2018-08-05 13:07:14,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0289599895477s 2018-08-05 13:07:14,348 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9/os-extra_specs used request id req-c8a7df6a-d9c2-4927-82c1-0c788db0c422 2018-08-05 13:07:14,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-05 13:07:14,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" -d '{"keypair": {"name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}}' 2018-08-05 13:07:14,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:07: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-22293d8f-62dd-4e26-a77e-4fd63ff32aef x-compute-request-id: req-22293d8f-62dd-4e26-a77e-4fd63ff32aef Content-Encoding: gzip Content-Length: 1807 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP+rlOcn/2D+oycLXtXxKXePSs2cCSX1LS++edhd1yxzfJUjTXBvPf3KqNhAi8gPJh8voqIgkDu0ON5CHo7Ift+IhciUGyq+H+J1h6TsCtt5/wASryouXFZgg06s/XA12+e2tNvR/uRSq+FJ8nUQOEaZKvmoO7bintu1jvk3rXnbzUqKfw7AmSjtmp6zat7a+6H+JX8dFjxac3KimAYty3aGfKYTJkcSeCa6GNCLDeDo3Z5tXACQyRTdVtzIcv7hscy+1exV5Knb+4a0BBF16hIwu6wAzXWmd0iEmCRao8LEnOCY8sWeqaX6n1pSpKSuJAZ9IGiYT6Md+fWed0SSQJ Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAz/q5TnJ/9g/qMnC17V8Sl3j0rNnAkl9S0vvnnYXdcsc3yVI0\n1wbz39yqjYQIvIDyYfL6KiIJA7tDjeQh6OyH7fiIXIlBsqvh/idYek7Arbef8AEq\n8qLlxWYINOrP1wNdvntrTb0f7kUqvhSfJ1EDhGmSr5qDu24p7btY75N615281Kin\n8OwJko7Zqes2re2vuh/iV/HRY8WnNyopgGLct2hnymEyZHEngmuhjQiw3g6N2ebV\nwAkMkU3VbcyHL+4bHMvtXsVeSp2/uGtAQRdeoSMLusAM11pndIhJgkWqPCxJzgmP\nLFnqml+p9aUqSkriQGfSBomE+jHfn1nndEkkCQIDAQABAoIBAQDJyOe7TeoK8Zv2\n/lX0jRZ7shYqEkb9fNDd9RveQH//mXvtrv2nVo6MtwserGjRg4YnNFg1QrpeTXUY\nmKux0rN7VnPu3BjK4mssbD4yxG+62/qoIGnr6dJmeD0kImIuqYxtgE82qHTvd1ol\n+9oCil6QPOHd0FtZIWQ6zFdYck1wHVEhzefjrK7OQ003JvAE9sAE+diSuioE1aMT\nI3JLELvRUCFxjSIb+ucXqfkgobGaVCqM1YY0cuRR86NysKt33E60qxb/YaLRh6Co\nE4bcMeya/26TWYZ4kC7d4l7JyvZQS/9nFZ3fmE3wICuI0qCJqjXVd8pjJyNNWAAX\ngxr8nkAVAoGBAPQHU+XXw3dlFZ7WARTA4BSxi0EJYAs8S5Qgf/PR3YJsQmJXbu0P\nVdKL9eeUP0Mv+y/1bJi9/5tVCShiPR/Rs+1x0hVd2e4BZB6Kf5DGpITDZF7TnIGH\nfJvLmnZDgkK1Y8XAY+0ZH4vySFEMPAUApGxzqBz0IDs0jt8h+mNLA0jvAoGBANou\nqoT/8M+/xQ9BZFDtWh0gTY4Whu7JIm00rnKL3TPssC6hGnX2nS58qnUL5TxePi9V\np7NxrSkuSi+jfzXL6Ej8L/fS9IEtzS+IGL3ry+a50+kqodDRfghp3wS6uV70MQO/\nvuvXMKLyGUHOU5KDycmIM64N/Q55PHFxslTNoTKHAoGAToKxBmiVlasq+pBFhsTL\nEz1P3RvED7lVY5HVOL+Tcauc7ADPSmu9o+Ctu9ThSZ99RB/E0ZuHShVgveJlYgBY\n0BLnkUJBpCZEbOMISa7vLVujxjJ0zuOlPoaR6myr0wSC1hOg0p5bnO3VQGYcRUvA\nmrfXJYGRgRrWwIkxApMWuncCgYBU5Kt8rIlqjFeEpBEAXBogEx2aF7HQ33oBu+nU\nsA8V0RaMTisZkyd9mwxIFqTPZGwVxuJFtAmIaHZ9KsSojfqHy3humSqByOx5fh8C\nZukjkVKe+vOTaK/9XhRkprLR+3nG16jV4xkNjd29+SYTcCvnupNBOjgolYurKG4X\nCRubqQKBgQCY7eCHVugPQMNDVC96gJ/afqS2u9vlQhXIXe62JB7sl/o0aoLX2dFr\nwcRYycGFcXQnb/OQ9DT45dEeR1Pt022yNzsYk50dgn+Pt3IOG+AXAYToPqr2TNF7\nmTK/k65pf7v0aRSdfIpZTzKrSZzJY4Y6UhnWVhfOeTInk0G0PFHoqA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "2e5715669f1c4b43828b8dc13f519969", "name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "fingerprint": "79:41:cc:a8:85:ff:41:6d:1d:26:e0:92:13:d6:17:e9"}} 2018-08-05 13:07:14,623 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/os-keypairs used request id req-22293d8f-62dd-4e26-a77e-4fd63ff32aef 2018-08-05 13:07:14,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.275131940842s 2018-08-05 13:07:14,624 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/os-keypairs used request id req-22293d8f-62dd-4e26-a77e-4fd63ff32aef 2018-08-05 13:07:14,624 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDP+rlOcn/2D+oycLXtXxKXePSs2cCSX1LS++edhd1yxzfJUjTXBvPf3KqNhAi8gPJh8voqIgkDu0ON5CHo7Ift+IhciUGyq+H+J1h6TsCtt5/wASryouXFZgg06s/XA12+e2tNvR/uRSq+FJ8nUQOEaZKvmoO7bintu1jvk3rXnbzUqKfw7AmSjtmp6zat7a+6H+JX8dFjxac3KimAYty3aGfKYTJkcSeCa6GNCLDeDo3Z5tXACQyRTdVtzIcv7hscy+1exV5Knb+4a0BBF16hIwu6wAzXWmd0iEmCRao8LEnOCY8sWeqaX6n1pSpKSuJAZ9IGiYT6Md+fWed0SSQJ Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAz/q5TnJ/9g/qMnC17V8Sl3j0rNnAkl9S0vvnnYXdcsc3yVI0\n1wbz39yqjYQIvIDyYfL6KiIJA7tDjeQh6OyH7fiIXIlBsqvh/idYek7Arbef8AEq\n8qLlxWYINOrP1wNdvntrTb0f7kUqvhSfJ1EDhGmSr5qDu24p7btY75N615281Kin\n8OwJko7Zqes2re2vuh/iV/HRY8WnNyopgGLct2hnymEyZHEngmuhjQiw3g6N2ebV\nwAkMkU3VbcyHL+4bHMvtXsVeSp2/uGtAQRdeoSMLusAM11pndIhJgkWqPCxJzgmP\nLFnqml+p9aUqSkriQGfSBomE+jHfn1nndEkkCQIDAQABAoIBAQDJyOe7TeoK8Zv2\n/lX0jRZ7shYqEkb9fNDd9RveQH//mXvtrv2nVo6MtwserGjRg4YnNFg1QrpeTXUY\nmKux0rN7VnPu3BjK4mssbD4yxG+62/qoIGnr6dJmeD0kImIuqYxtgE82qHTvd1ol\n+9oCil6QPOHd0FtZIWQ6zFdYck1wHVEhzefjrK7OQ003JvAE9sAE+diSuioE1aMT\nI3JLELvRUCFxjSIb+ucXqfkgobGaVCqM1YY0cuRR86NysKt33E60qxb/YaLRh6Co\nE4bcMeya/26TWYZ4kC7d4l7JyvZQS/9nFZ3fmE3wICuI0qCJqjXVd8pjJyNNWAAX\ngxr8nkAVAoGBAPQHU+XXw3dlFZ7WARTA4BSxi0EJYAs8S5Qgf/PR3YJsQmJXbu0P\nVdKL9eeUP0Mv+y/1bJi9/5tVCShiPR/Rs+1x0hVd2e4BZB6Kf5DGpITDZF7TnIGH\nfJvLmnZDgkK1Y8XAY+0ZH4vySFEMPAUApGxzqBz0IDs0jt8h+mNLA0jvAoGBANou\nqoT/8M+/xQ9BZFDtWh0gTY4Whu7JIm00rnKL3TPssC6hGnX2nS58qnUL5TxePi9V\np7NxrSkuSi+jfzXL6Ej8L/fS9IEtzS+IGL3ry+a50+kqodDRfghp3wS6uV70MQO/\nvuvXMKLyGUHOU5KDycmIM64N/Q55PHFxslTNoTKHAoGAToKxBmiVlasq+pBFhsTL\nEz1P3RvED7lVY5HVOL+Tcauc7ADPSmu9o+Ctu9ThSZ99RB/E0ZuHShVgveJlYgBY\n0BLnkUJBpCZEbOMISa7vLVujxjJ0zuOlPoaR6myr0wSC1hOg0p5bnO3VQGYcRUvA\nmrfXJYGRgRrWwIkxApMWuncCgYBU5Kt8rIlqjFeEpBEAXBogEx2aF7HQ33oBu+nU\nsA8V0RaMTisZkyd9mwxIFqTPZGwVxuJFtAmIaHZ9KsSojfqHy3humSqByOx5fh8C\nZukjkVKe+vOTaK/9XhRkprLR+3nG16jV4xkNjd29+SYTcCvnupNBOjgolYurKG4X\nCRubqQKBgQCY7eCHVugPQMNDVC96gJ/afqS2u9vlQhXIXe62JB7sl/o0aoLX2dFr\nwcRYycGFcXQnb/OQ9DT45dEeR1Pt022yNzsYk50dgn+Pt3IOG+AXAYToPqr2TNF7\nmTK/k65pf7v0aRSdfIpZTzKrSZzJY4Y6UhnWVhfOeTInk0G0PFHoqA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'2e5715669f1c4b43828b8dc13f519969', 'name': u'vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4', 'created_at': '2018-08-05T13:07:14.624768', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd1caa7d3da7c4c3d8e87faffa088d1e7', 'name': 'vyos_vrouter-project_d81e6dbb-361e-4403-84a4-79acd7efcfb4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'79:41:cc:a8:85:ff:41:6d:1d:26:e0:92:13:d6:17:e9', 'type': 'ssh', 'id': u'vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4'}) 2018-08-05 13:07:14,625 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAz/q5TnJ/9g/qMnC17V8Sl3j0rNnAkl9S0vvnnYXdcsc3yVI0 1wbz39yqjYQIvIDyYfL6KiIJA7tDjeQh6OyH7fiIXIlBsqvh/idYek7Arbef8AEq 8qLlxWYINOrP1wNdvntrTb0f7kUqvhSfJ1EDhGmSr5qDu24p7btY75N615281Kin 8OwJko7Zqes2re2vuh/iV/HRY8WnNyopgGLct2hnymEyZHEngmuhjQiw3g6N2ebV wAkMkU3VbcyHL+4bHMvtXsVeSp2/uGtAQRdeoSMLusAM11pndIhJgkWqPCxJzgmP LFnqml+p9aUqSkriQGfSBomE+jHfn1nndEkkCQIDAQABAoIBAQDJyOe7TeoK8Zv2 /lX0jRZ7shYqEkb9fNDd9RveQH//mXvtrv2nVo6MtwserGjRg4YnNFg1QrpeTXUY mKux0rN7VnPu3BjK4mssbD4yxG+62/qoIGnr6dJmeD0kImIuqYxtgE82qHTvd1ol +9oCil6QPOHd0FtZIWQ6zFdYck1wHVEhzefjrK7OQ003JvAE9sAE+diSuioE1aMT I3JLELvRUCFxjSIb+ucXqfkgobGaVCqM1YY0cuRR86NysKt33E60qxb/YaLRh6Co E4bcMeya/26TWYZ4kC7d4l7JyvZQS/9nFZ3fmE3wICuI0qCJqjXVd8pjJyNNWAAX gxr8nkAVAoGBAPQHU+XXw3dlFZ7WARTA4BSxi0EJYAs8S5Qgf/PR3YJsQmJXbu0P VdKL9eeUP0Mv+y/1bJi9/5tVCShiPR/Rs+1x0hVd2e4BZB6Kf5DGpITDZF7TnIGH fJvLmnZDgkK1Y8XAY+0ZH4vySFEMPAUApGxzqBz0IDs0jt8h+mNLA0jvAoGBANou qoT/8M+/xQ9BZFDtWh0gTY4Whu7JIm00rnKL3TPssC6hGnX2nS58qnUL5TxePi9V p7NxrSkuSi+jfzXL6Ej8L/fS9IEtzS+IGL3ry+a50+kqodDRfghp3wS6uV70MQO/ vuvXMKLyGUHOU5KDycmIM64N/Q55PHFxslTNoTKHAoGAToKxBmiVlasq+pBFhsTL Ez1P3RvED7lVY5HVOL+Tcauc7ADPSmu9o+Ctu9ThSZ99RB/E0ZuHShVgveJlYgBY 0BLnkUJBpCZEbOMISa7vLVujxjJ0zuOlPoaR6myr0wSC1hOg0p5bnO3VQGYcRUvA mrfXJYGRgRrWwIkxApMWuncCgYBU5Kt8rIlqjFeEpBEAXBogEx2aF7HQ33oBu+nU sA8V0RaMTisZkyd9mwxIFqTPZGwVxuJFtAmIaHZ9KsSojfqHy3humSqByOx5fh8C ZukjkVKe+vOTaK/9XhRkprLR+3nG16jV4xkNjd29+SYTcCvnupNBOjgolYurKG4X CRubqQKBgQCY7eCHVugPQMNDVC96gJ/afqS2u9vlQhXIXe62JB7sl/o0aoLX2dFr wcRYycGFcXQnb/OQ9DT45dEeR1Pt022yNzsYk50dgn+Pt3IOG+AXAYToPqr2TNF7 mTK/k65pf7v0aRSdfIpZTzKrSZzJY4Y6UhnWVhfOeTInk0G0PFHoqA== -----END RSA PRIVATE KEY----- 2018-08-05 13:07:14,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-05 13:07:14,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" -d '{"security_group": {"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2018-08-05 13:07:14,957 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-f650db80-c926-402e-bfc0-cc51f28b5491 Date: Sun, 05 Aug 2018 13:07:14 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:07:14Z", "updated_at": "2018-08-05T13:07:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:14Z", "revision_number": 0, "id": "2c2dc570-e23c-4631-872b-2af373b18a3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:14Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:14Z", "revision_number": 0, "id": "5c587956-71a0-4728-87a4-e605e0cfcdd0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:14Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}], "revision_number": 1, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}} 2018-08-05 13:07:14,958 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-f650db80-c926-402e-bfc0-cc51f28b5491 2018-08-05 13:07:14,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.330191135406s 2018-08-05 13:07:14,958 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-f650db80-c926-402e-bfc0-cc51f28b5491 2018-08-05 13:07:14,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 13:07:14,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:15,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-8df8c487-b5c7-43a4-b303-96671b73bbcf Date: Sun, 05 Aug 2018 13:07:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:05:45Z", "updated_at": "2018-08-05T13:05:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "06b808f2-f3e4-4a59-b2da-32319e2c9856", "remote_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "1f494939-5d09-4c90-b094-0d2c8344340f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "a46dab71-b4a7-4a47-9b7b-4fe49101c05b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "f5b26ad9-3019-4ab7-b935-df68f51cfe0a", "remote_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}], "revision_number": 1, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:07:14Z", "updated_at": "2018-08-05T13:07:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:14Z", "revision_number": 0, "id": "2c2dc570-e23c-4631-872b-2af373b18a3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:14Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:14Z", "revision_number": 0, "id": "5c587956-71a0-4728-87a4-e605e0cfcdd0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:14Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}], "revision_number": 1, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}]} 2018-08-05 13:07:15,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-8df8c487-b5c7-43a4-b303-96671b73bbcf 2018-08-05 13:07:15,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0664970874786s 2018-08-05 13:07:15,030 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-8df8c487-b5c7-43a4-b303-96671b73bbcf 2018-08-05 13:07:15,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 13:07:15,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" -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": "ce90f067-699e-4b81-aab0-efe3aa5efb2e"}}' 2018-08-05 13:07:15,161 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-ecaf48b3-a16b-47ff-94ac-d3c92e327922 Date: Sun, 05 Aug 2018 13:07: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-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "port_range_min": 22, "revision_number": 0, "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:07:15Z", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "b19f1b53-4c1e-495e-90fb-49507c379be8"}} 2018-08-05 13:07:15,161 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-ecaf48b3-a16b-47ff-94ac-d3c92e327922 2018-08-05 13:07:15,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.127463817596s 2018-08-05 13:07:15,161 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-ecaf48b3-a16b-47ff-94ac-d3c92e327922 2018-08-05 13:07:15,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 13:07:15,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:15,215 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-b0b47e20-0027-428c-b752-003a637e8d79 Date: Sun, 05 Aug 2018 13:07:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:05:45Z", "updated_at": "2018-08-05T13:05:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "06b808f2-f3e4-4a59-b2da-32319e2c9856", "remote_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "1f494939-5d09-4c90-b094-0d2c8344340f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "a46dab71-b4a7-4a47-9b7b-4fe49101c05b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "f5b26ad9-3019-4ab7-b935-df68f51cfe0a", "remote_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}], "revision_number": 1, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:07:14Z", "updated_at": "2018-08-05T13:07:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:14Z", "revision_number": 0, "id": "2c2dc570-e23c-4631-872b-2af373b18a3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:14Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:14Z", "revision_number": 0, "id": "5c587956-71a0-4728-87a4-e605e0cfcdd0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:14Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "b19f1b53-4c1e-495e-90fb-49507c379be8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}], "revision_number": 2, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}]} 2018-08-05 13:07:15,215 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-b0b47e20-0027-428c-b752-003a637e8d79 2018-08-05 13:07:15,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0502970218658s 2018-08-05 13:07:15,216 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-b0b47e20-0027-428c-b752-003a637e8d79 2018-08-05 13:07:15,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 13:07:15,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" -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": "ce90f067-699e-4b81-aab0-efe3aa5efb2e"}}' 2018-08-05 13:07:15,346 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-9474fb9a-c373-4831-913e-cccee27e6839 Date: Sun, 05 Aug 2018 13:07: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-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "port_range_min": null, "revision_number": 0, "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:07:15Z", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "0e0b7e4e-99fb-4eb7-9051-799d32969a45"}} 2018-08-05 13:07:15,347 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-9474fb9a-c373-4831-913e-cccee27e6839 2018-08-05 13:07:15,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.127987146378s 2018-08-05 13:07:15,347 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-9474fb9a-c373-4831-913e-cccee27e6839 2018-08-05 13:07:15,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 13:07:15,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:15,400 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-6fddbb55-2adb-4d62-9284-cc84f29fba51 Date: Sun, 05 Aug 2018 13:07:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:05:45Z", "updated_at": "2018-08-05T13:05:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "06b808f2-f3e4-4a59-b2da-32319e2c9856", "remote_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "1f494939-5d09-4c90-b094-0d2c8344340f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "a46dab71-b4a7-4a47-9b7b-4fe49101c05b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "f5b26ad9-3019-4ab7-b935-df68f51cfe0a", "remote_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}], "revision_number": 1, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:07:14Z", "updated_at": "2018-08-05T13:07:15Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "0e0b7e4e-99fb-4eb7-9051-799d32969a45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:14Z", "revision_number": 0, "id": "2c2dc570-e23c-4631-872b-2af373b18a3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:14Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:14Z", "revision_number": 0, "id": "5c587956-71a0-4728-87a4-e605e0cfcdd0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:14Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "b19f1b53-4c1e-495e-90fb-49507c379be8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}], "revision_number": 3, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}]} 2018-08-05 13:07:15,400 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-6fddbb55-2adb-4d62-9284-cc84f29fba51 2018-08-05 13:07:15,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0495791435242s 2018-08-05 13:07:15,401 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-6fddbb55-2adb-4d62-9284-cc84f29fba51 2018-08-05 13:07:15,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 13:07:15,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" -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": "ce90f067-699e-4b81-aab0-efe3aa5efb2e"}}' 2018-08-05 13:07:15,526 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-3609716a-d05b-4b5a-844e-e4dfd0ba461c Date: Sun, 05 Aug 2018 13:07: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": 80, "updated_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "port_range_min": 80, "revision_number": 0, "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:07:15Z", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "4f03bea5-8410-4985-9c1a-58da2ae97d7d"}} 2018-08-05 13:07:15,526 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-3609716a-d05b-4b5a-844e-e4dfd0ba461c 2018-08-05 13:07:15,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.122550964355s 2018-08-05 13:07:15,527 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-3609716a-d05b-4b5a-844e-e4dfd0ba461c 2018-08-05 13:07:15,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 13:07:15,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:15,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-383be02b-b535-4273-a19d-53580859dd75 Date: Sun, 05 Aug 2018 13:07:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:05:45Z", "updated_at": "2018-08-05T13:05:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "06b808f2-f3e4-4a59-b2da-32319e2c9856", "remote_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "1f494939-5d09-4c90-b094-0d2c8344340f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "a46dab71-b4a7-4a47-9b7b-4fe49101c05b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "f5b26ad9-3019-4ab7-b935-df68f51cfe0a", "remote_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}], "revision_number": 1, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:07:14Z", "updated_at": "2018-08-05T13:07:15Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "0e0b7e4e-99fb-4eb7-9051-799d32969a45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:14Z", "revision_number": 0, "id": "2c2dc570-e23c-4631-872b-2af373b18a3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:14Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "4f03bea5-8410-4985-9c1a-58da2ae97d7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:14Z", "revision_number": 0, "id": "5c587956-71a0-4728-87a4-e605e0cfcdd0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:14Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "b19f1b53-4c1e-495e-90fb-49507c379be8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}], "revision_number": 4, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}]} 2018-08-05 13:07:15,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-383be02b-b535-4273-a19d-53580859dd75 2018-08-05 13:07:15,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0502238273621s 2018-08-05 13:07:15,581 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-383be02b-b535-4273-a19d-53580859dd75 2018-08-05 13:07:15,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 13:07:15,585 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" -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": "ce90f067-699e-4b81-aab0-efe3aa5efb2e"}}' 2018-08-05 13:07:15,706 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-559ff359-28f0-48e1-9f49-082734de3644 Date: Sun, 05 Aug 2018 13:07: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": 443, "updated_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "port_range_min": 443, "revision_number": 0, "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:07:15Z", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "34f41afc-f881-4162-b053-106b8dc87bbe"}} 2018-08-05 13:07:15,707 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-559ff359-28f0-48e1-9f49-082734de3644 2018-08-05 13:07:15,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.122622013092s 2018-08-05 13:07:15,707 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-559ff359-28f0-48e1-9f49-082734de3644 2018-08-05 13:07:15,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 13:07:15,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:15,762 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-bae564fc-9ba9-40db-afaa-9519922dea0f Date: Sun, 05 Aug 2018 13:07:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:05:45Z", "updated_at": "2018-08-05T13:05:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "06b808f2-f3e4-4a59-b2da-32319e2c9856", "remote_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "1f494939-5d09-4c90-b094-0d2c8344340f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "a46dab71-b4a7-4a47-9b7b-4fe49101c05b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "f5b26ad9-3019-4ab7-b935-df68f51cfe0a", "remote_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}], "revision_number": 1, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:07:14Z", "updated_at": "2018-08-05T13:07:15Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "0e0b7e4e-99fb-4eb7-9051-799d32969a45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:14Z", "revision_number": 0, "id": "2c2dc570-e23c-4631-872b-2af373b18a3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:14Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "34f41afc-f881-4162-b053-106b8dc87bbe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "4f03bea5-8410-4985-9c1a-58da2ae97d7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:14Z", "revision_number": 0, "id": "5c587956-71a0-4728-87a4-e605e0cfcdd0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:14Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "b19f1b53-4c1e-495e-90fb-49507c379be8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}], "revision_number": 5, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}]} 2018-08-05 13:07:15,762 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-bae564fc-9ba9-40db-afaa-9519922dea0f 2018-08-05 13:07:15,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0514879226685s 2018-08-05 13:07:15,763 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-bae564fc-9ba9-40db-afaa-9519922dea0f 2018-08-05 13:07:15,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 13:07:15,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" -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": "ce90f067-699e-4b81-aab0-efe3aa5efb2e"}}' 2018-08-05 13:07:15,898 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-bfcb501a-25d2-4996-970e-00fef0a6838f Date: Sun, 05 Aug 2018 13:07: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": 5671, "updated_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "port_range_min": 5671, "revision_number": 0, "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:07:15Z", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "b470ec4f-89fb-4e4c-a139-b6be6045628b"}} 2018-08-05 13:07:15,898 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-bfcb501a-25d2-4996-970e-00fef0a6838f 2018-08-05 13:07:15,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.132158994675s 2018-08-05 13:07:15,898 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-bfcb501a-25d2-4996-970e-00fef0a6838f 2018-08-05 13:07:15,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 13:07:15,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:15,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-b9c00196-bac0-4dc2-9d8b-758fde4868cd Date: Sun, 05 Aug 2018 13:07:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:05:45Z", "updated_at": "2018-08-05T13:05:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "06b808f2-f3e4-4a59-b2da-32319e2c9856", "remote_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "1f494939-5d09-4c90-b094-0d2c8344340f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "a46dab71-b4a7-4a47-9b7b-4fe49101c05b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "f5b26ad9-3019-4ab7-b935-df68f51cfe0a", "remote_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}], "revision_number": 1, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:07:14Z", "updated_at": "2018-08-05T13:07:15Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "0e0b7e4e-99fb-4eb7-9051-799d32969a45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:14Z", "revision_number": 0, "id": "2c2dc570-e23c-4631-872b-2af373b18a3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:14Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "34f41afc-f881-4162-b053-106b8dc87bbe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "4f03bea5-8410-4985-9c1a-58da2ae97d7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:14Z", "revision_number": 0, "id": "5c587956-71a0-4728-87a4-e605e0cfcdd0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:14Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "b19f1b53-4c1e-495e-90fb-49507c379be8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "b470ec4f-89fb-4e4c-a139-b6be6045628b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}], "revision_number": 6, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}]} 2018-08-05 13:07:15,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-b9c00196-bac0-4dc2-9d8b-758fde4868cd 2018-08-05 13:07:15,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0514950752258s 2018-08-05 13:07:15,954 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-b9c00196-bac0-4dc2-9d8b-758fde4868cd 2018-08-05 13:07:15,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 13:07:15,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" -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": "ce90f067-699e-4b81-aab0-efe3aa5efb2e"}}' 2018-08-05 13:07:16,119 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-c530ceeb-7571-4995-95e2-c319cc5c5e2c Date: Sun, 05 Aug 2018 13:07:16 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-05T13:07:16Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "port_range_min": 53333, "revision_number": 0, "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:07:16Z", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "1f4918e9-3a76-488e-b193-671602c9b580"}} 2018-08-05 13:07:16,120 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-c530ceeb-7571-4995-95e2-c319cc5c5e2c 2018-08-05 13:07:16,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.162771940231s 2018-08-05 13:07:16,120 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-c530ceeb-7571-4995-95e2-c319cc5c5e2c 2018-08-05 13:07:16,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 13:07:16,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:16,231 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1277 X-Openstack-Request-Id: req-b743d5cb-a785-495c-aa7e-6049110c72fa Date: Sun, 05 Aug 2018 13:07:16 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"342508e1-68e5-406e-bdc9-548dd7f76940","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d1caa7d3da7c4c3d8e87faffa088d1e7","l2_adjacency":true,"status":"ACTIVE","subnets":["539d95c2-889e-4d43-92ac-90f42defaa9b"],"description":"","tags":[],"updated_at":"2018-08-05T13:05:46Z","qos_policy_id":null,"name":"vyos_vrouter-net_d81e6dbb-361e-4403-84a4-79acd7efcfb4","admin_state_up":true,"tenant_id":"d1caa7d3da7c4c3d8e87faffa088d1e7","created_at":"2018-08-05T13:05:45Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500}]} 2018-08-05 13:07:16,231 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-b743d5cb-a785-495c-aa7e-6049110c72fa 2018-08-05 13:07:16,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109851121902s 2018-08-05 13:07:16,232 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-b743d5cb-a785-495c-aa7e-6049110c72fa 2018-08-05 13:07:16,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 13:07:16,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:16,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-9c80c779-e73d-4ae6-8d07-2b04a6bb0f78 Date: Sun, 05 Aug 2018 13:07:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/8818f90a-331a-40eb-8dba-ffd5db0091a8/snap", "metadata": {}}], "file": "/v2/images/8818f90a-331a-40eb-8dba-ffd5db0091a8/file", "owner": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "size": 4373348352, "self": "/v2/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/8818f90a-331a-40eb-8dba-ffd5db0091a8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-05T13:07:13Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-05T13:06:13Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 13:07:16,269 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-9c80c779-e73d-4ae6-8d07-2b04a6bb0f78 2018-08-05 13:07:16,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0334370136261s 2018-08-05 13:07:16,270 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-9c80c779-e73d-4ae6-8d07-2b04a6bb0f78 2018-08-05 13:07:16,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 13:07:16,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:16,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:07: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-e86c1f1b-fdd6-4090-bbf4-1747155cace5 x-compute-request-id: req-e86c1f1b-fdd6-4090-bbf4-1747155cace5 Content-Encoding: gzip Content-Length: 405 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "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": "2a112da1-c0c0-494e-a3cd-61821f9f34f9"}, {"name": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "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": "b6e46162-643b-4e42-8dbd-42b8dd598739"}]} 2018-08-05 13:07:16,300 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-e86c1f1b-fdd6-4090-bbf4-1747155cace5 2018-08-05 13:07:16,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0283389091492s 2018-08-05 13:07:16,300 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-e86c1f1b-fdd6-4090-bbf4-1747155cace5 2018-08-05 13:07:16,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-05 13:07:16,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" -d '{"server": {"name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "imageRef": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "flavorRef": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "max_count": 1, "min_count": 1, "networks": [{"uuid": "342508e1-68e5-406e-bdc9-548dd7f76940"}], "security_groups": [{"name": "ce90f067-699e-4b81-aab0-efe3aa5efb2e"}]}}' 2018-08-05 13:07:18,589 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 13:07: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-e8011a37-b18f-4a0e-8f99-bdc5248871bd x-compute-request-id: req-e8011a37-b18f-4a0e-8f99-bdc5248871bd Content-Length: 403 location: http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ce90f067-699e-4b81-aab0-efe3aa5efb2e"}], "OS-DCF:diskConfig": "MANUAL", "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "adminPass": "6NL2atrPHsux"}} 2018-08-05 13:07:18,590 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-e8011a37-b18f-4a0e-8f99-bdc5248871bd 2018-08-05 13:07:18,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 2.2874519825s 2018-08-05 13:07:18,590 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers used request id req-e8011a37-b18f-4a0e-8f99-bdc5248871bd 2018-08-05 13:07:18,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:07:18,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:19,058 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13: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-5e8ab70f-e843-4230-9d54-b43c76204648 x-compute-request-id: req-5e8ab70f-e843-4230-9d54-b43c76204648 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.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "user_id": "2e5715669f1c4b43828b8dc13f519969", "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-05T13:07:18Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:07:19,058 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5e8ab70f-e843-4230-9d54-b43c76204648 2018-08-05 13:07:19,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.467468976974s 2018-08-05 13:07:19,059 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5e8ab70f-e843-4230-9d54-b43c76204648 2018-08-05 13:07:19,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 13:07:19,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:19,182 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1277 X-Openstack-Request-Id: req-6bd5e77a-e5b9-42ac-9585-b5635ee6f369 Date: Sun, 05 Aug 2018 13:07:19 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"342508e1-68e5-406e-bdc9-548dd7f76940","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d1caa7d3da7c4c3d8e87faffa088d1e7","l2_adjacency":true,"status":"ACTIVE","subnets":["539d95c2-889e-4d43-92ac-90f42defaa9b"],"description":"","tags":[],"updated_at":"2018-08-05T13:05:46Z","qos_policy_id":null,"name":"vyos_vrouter-net_d81e6dbb-361e-4403-84a4-79acd7efcfb4","admin_state_up":true,"tenant_id":"d1caa7d3da7c4c3d8e87faffa088d1e7","created_at":"2018-08-05T13:05:45Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500}]} 2018-08-05 13:07:19,182 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-6bd5e77a-e5b9-42ac-9585-b5635ee6f369 2018-08-05 13:07:19,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.116436004639s 2018-08-05 13:07:19,183 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-6bd5e77a-e5b9-42ac-9585-b5635ee6f369 2018-08-05 13:07:19,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 13:07:19,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:19,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-7afecb5b-71ba-463e-85e5-96cc65aa6349 Date: Sun, 05 Aug 2018 13:07:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"342508e1-68e5-406e-bdc9-548dd7f76940","tenant_id":"d1caa7d3da7c4c3d8e87faffa088d1e7","created_at":"2018-08-05T13:05:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T13:05:46Z","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":"d1caa7d3da7c4c3d8e87faffa088d1e7","id":"539d95c2-889e-4d43-92ac-90f42defaa9b","subnetpool_id":null,"name":"vyos_vrouter-subnet_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}]} 2018-08-05 13:07:19,233 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-7afecb5b-71ba-463e-85e5-96cc65aa6349 2018-08-05 13:07:19,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0491011142731s 2018-08-05 13:07:19,233 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-7afecb5b-71ba-463e-85e5-96cc65aa6349 2018-08-05 13:07:19,234 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:07:21,237 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:07:21,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:21,880 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:07:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9083bbee-928f-4415-ab81-101784c48008 x-compute-request-id: req-9083bbee-928f-4415-ab81-101784c48008 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:07:21,880 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9083bbee-928f-4415-ab81-101784c48008 2018-08-05 13:07:21,880 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.643098831177s 2018-08-05 13:07:21,880 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9083bbee-928f-4415-ab81-101784c48008 2018-08-05 13:07:21,884 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:07:23,887 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:07:23,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:24,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:07: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-bd5b8048-ab8b-488a-895f-5f263a8e342e x-compute-request-id: req-bd5b8048-ab8b-488a-895f-5f263a8e342e Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:07:24,709 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-bd5b8048-ab8b-488a-895f-5f263a8e342e 2018-08-05 13:07:24,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.822506189346s 2018-08-05 13:07:24,710 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-bd5b8048-ab8b-488a-895f-5f263a8e342e 2018-08-05 13:07:24,713 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:07:26,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:07:26,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:27,296 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:07: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-95c6d9ff-4d5d-403d-9833-a3a27c178548 x-compute-request-id: req-95c6d9ff-4d5d-403d-9833-a3a27c178548 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:07:27,296 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-95c6d9ff-4d5d-403d-9833-a3a27c178548 2018-08-05 13:07:27,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.579741001129s 2018-08-05 13:07:27,297 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-95c6d9ff-4d5d-403d-9833-a3a27c178548 2018-08-05 13:07:27,301 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:07:29,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:07:29,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:29,716 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13: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-14d5f02e-e5ae-42dc-b36a-19ac50ea97e9 x-compute-request-id: req-14d5f02e-e5ae-42dc-b36a-19ac50ea97e9 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:07:29,716 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-14d5f02e-e5ae-42dc-b36a-19ac50ea97e9 2018-08-05 13:07:29,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.412648916245s 2018-08-05 13:07:29,716 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-14d5f02e-e5ae-42dc-b36a-19ac50ea97e9 2018-08-05 13:07:29,720 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:07:31,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:07:31,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:32,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13: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-a592653b-b112-4644-b8b3-d5775ac40b4b x-compute-request-id: req-a592653b-b112-4644-b8b3-d5775ac40b4b Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:07:32,110 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-a592653b-b112-4644-b8b3-d5775ac40b4b 2018-08-05 13:07:32,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.387417793274s 2018-08-05 13:07:32,111 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-a592653b-b112-4644-b8b3-d5775ac40b4b 2018-08-05 13:07:32,115 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:07:34,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:07:34,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:34,662 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13: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-2aafa86d-a7c3-4324-8337-14291c0a2c21 x-compute-request-id: req-2aafa86d-a7c3-4324-8337-14291c0a2c21 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:07:34,662 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2aafa86d-a7c3-4324-8337-14291c0a2c21 2018-08-05 13:07:34,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.544945955276s 2018-08-05 13:07:34,663 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2aafa86d-a7c3-4324-8337-14291c0a2c21 2018-08-05 13:07:34,667 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:07:36,669 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:07:36,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:37,036 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13: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-d7561ef5-3a4f-491f-a029-039f680e000e x-compute-request-id: req-d7561ef5-3a4f-491f-a029-039f680e000e Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:07:37,036 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-d7561ef5-3a4f-491f-a029-039f680e000e 2018-08-05 13:07:37,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367280960083s 2018-08-05 13:07:37,037 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-d7561ef5-3a4f-491f-a029-039f680e000e 2018-08-05 13:07:37,041 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:07:39,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:07:39,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:39,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:07: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-56e5d452-13a3-4b42-97a9-ba761d229d88 x-compute-request-id: req-56e5d452-13a3-4b42-97a9-ba761d229d88 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:07:39,395 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-56e5d452-13a3-4b42-97a9-ba761d229d88 2018-08-05 13:07:39,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.352161169052s 2018-08-05 13:07:39,396 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-56e5d452-13a3-4b42-97a9-ba761d229d88 2018-08-05 13:07:39,400 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:07:41,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:07:41,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:41,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13: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-fe6aa1e7-f607-4fcf-9ab1-19de757bea6f x-compute-request-id: req-fe6aa1e7-f607-4fcf-9ab1-19de757bea6f Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:07:41,600 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-fe6aa1e7-f607-4fcf-9ab1-19de757bea6f 2018-08-05 13:07:41,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.197259902954s 2018-08-05 13:07:41,600 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-fe6aa1e7-f607-4fcf-9ab1-19de757bea6f 2018-08-05 13:07:41,604 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:07:43,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:07:43,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:43,803 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13: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-65b1a464-d08e-4c88-a8c5-79de958676ab x-compute-request-id: req-65b1a464-d08e-4c88-a8c5-79de958676ab Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:07:43,803 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-65b1a464-d08e-4c88-a8c5-79de958676ab 2018-08-05 13:07:43,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.19645690918s 2018-08-05 13:07:43,803 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-65b1a464-d08e-4c88-a8c5-79de958676ab 2018-08-05 13:07:43,807 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:07:45,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:07:45,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:46,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13: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-b8649703-f701-470c-8ee0-4a155b7410d7 x-compute-request-id: req-b8649703-f701-470c-8ee0-4a155b7410d7 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:07:46,008 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b8649703-f701-470c-8ee0-4a155b7410d7 2018-08-05 13:07:46,008 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.197781085968s 2018-08-05 13:07:46,008 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b8649703-f701-470c-8ee0-4a155b7410d7 2018-08-05 13:07:46,012 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:07:48,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:07:48,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:48,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13: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-1128b1d3-f587-4ab2-ba8a-2af57c417187 x-compute-request-id: req-1128b1d3-f587-4ab2-ba8a-2af57c417187 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:07:48,381 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1128b1d3-f587-4ab2-ba8a-2af57c417187 2018-08-05 13:07:48,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366328954697s 2018-08-05 13:07:48,381 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1128b1d3-f587-4ab2-ba8a-2af57c417187 2018-08-05 13:07:48,385 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:07:50,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:07:50,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:50,583 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13: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-9fb4338c-f0df-4cf8-a57d-23b59b804d0f x-compute-request-id: req-9fb4338c-f0df-4cf8-a57d-23b59b804d0f Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:07:50,583 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9fb4338c-f0df-4cf8-a57d-23b59b804d0f 2018-08-05 13:07:50,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.195219993591s 2018-08-05 13:07:50,584 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9fb4338c-f0df-4cf8-a57d-23b59b804d0f 2018-08-05 13:07:50,587 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:07:52,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:07:52,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:53,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13: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-c84b0d30-1552-405d-9fd9-f45216adcc0d x-compute-request-id: req-c84b0d30-1552-405d-9fd9-f45216adcc0d Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:07:53,133 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c84b0d30-1552-405d-9fd9-f45216adcc0d 2018-08-05 13:07:53,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.543265104294s 2018-08-05 13:07:53,134 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c84b0d30-1552-405d-9fd9-f45216adcc0d 2018-08-05 13:07:53,138 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:07:55,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:07:55,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:55,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13: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-6e2a34a2-046b-4c01-aae6-a9d411d3e009 x-compute-request-id: req-6e2a34a2-046b-4c01-aae6-a9d411d3e009 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:07:55,336 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6e2a34a2-046b-4c01-aae6-a9d411d3e009 2018-08-05 13:07:55,336 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.195384025574s 2018-08-05 13:07:55,336 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6e2a34a2-046b-4c01-aae6-a9d411d3e009 2018-08-05 13:07:55,340 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:07:57,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:07:57,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:07:57,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13: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-6d946600-24ea-40ad-b981-acb98e94ccea x-compute-request-id: req-6d946600-24ea-40ad-b981-acb98e94ccea Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:07:57,865 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6d946600-24ea-40ad-b981-acb98e94ccea 2018-08-05 13:07:57,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.522996902466s 2018-08-05 13:07:57,866 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6d946600-24ea-40ad-b981-acb98e94ccea 2018-08-05 13:07:57,870 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:07:59,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:07:59,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:00,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:07: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-2a657201-f379-4ec3-aeed-417aebe95dc9 x-compute-request-id: req-2a657201-f379-4ec3-aeed-417aebe95dc9 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:00,067 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2a657201-f379-4ec3-aeed-417aebe95dc9 2018-08-05 13:08:00,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.19498705864s 2018-08-05 13:08:00,068 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2a657201-f379-4ec3-aeed-417aebe95dc9 2018-08-05 13:08:00,072 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:02,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:02,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:02,289 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13: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-2556626d-c680-45df-87fe-da7cedbf83da x-compute-request-id: req-2556626d-c680-45df-87fe-da7cedbf83da Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:02,290 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2556626d-c680-45df-87fe-da7cedbf83da 2018-08-05 13:08:02,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.215121030807s 2018-08-05 13:08:02,290 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2556626d-c680-45df-87fe-da7cedbf83da 2018-08-05 13:08:02,294 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:04,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:04,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:04,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-c28b11f5-4c76-4878-8fe1-e081b240a3ae x-compute-request-id: req-c28b11f5-4c76-4878-8fe1-e081b240a3ae Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:04,672 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c28b11f5-4c76-4878-8fe1-e081b240a3ae 2018-08-05 13:08:04,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.375920057297s 2018-08-05 13:08:04,673 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c28b11f5-4c76-4878-8fe1-e081b240a3ae 2018-08-05 13:08:04,676 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:06,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:06,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:07,046 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-e499ef62-c107-42b4-a5a3-91617709dda0 x-compute-request-id: req-e499ef62-c107-42b4-a5a3-91617709dda0 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:07,046 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e499ef62-c107-42b4-a5a3-91617709dda0 2018-08-05 13:08:07,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.367398023605s 2018-08-05 13:08:07,047 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-e499ef62-c107-42b4-a5a3-91617709dda0 2018-08-05 13:08:07,051 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:09,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:09,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:09,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-4cab1018-6deb-456f-84bd-349eb3f35a9b x-compute-request-id: req-4cab1018-6deb-456f-84bd-349eb3f35a9b Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:09,257 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-4cab1018-6deb-456f-84bd-349eb3f35a9b 2018-08-05 13:08:09,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.203653097153s 2018-08-05 13:08:09,257 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-4cab1018-6deb-456f-84bd-349eb3f35a9b 2018-08-05 13:08:09,261 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:11,264 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:11,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:11,790 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-b8893cd9-1241-4366-aa1f-c1d6781f19cd x-compute-request-id: req-b8893cd9-1241-4366-aa1f-c1d6781f19cd Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:11,790 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b8893cd9-1241-4366-aa1f-c1d6781f19cd 2018-08-05 13:08:11,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526359081268s 2018-08-05 13:08:11,791 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-b8893cd9-1241-4366-aa1f-c1d6781f19cd 2018-08-05 13:08:11,795 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:13,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:13,800 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:13,991 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-f3a60391-d3a1-438c-b52d-7be7200e5d51 x-compute-request-id: req-f3a60391-d3a1-438c-b52d-7be7200e5d51 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:13,991 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f3a60391-d3a1-438c-b52d-7be7200e5d51 2018-08-05 13:08:13,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.194408893585s 2018-08-05 13:08:13,992 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f3a60391-d3a1-438c-b52d-7be7200e5d51 2018-08-05 13:08:13,996 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:15,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:16,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:16,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-f3369c54-75a1-4628-9b48-ceda3292265c x-compute-request-id: req-f3369c54-75a1-4628-9b48-ceda3292265c Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:16,349 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f3369c54-75a1-4628-9b48-ceda3292265c 2018-08-05 13:08:16,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.351090192795s 2018-08-05 13:08:16,350 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f3369c54-75a1-4628-9b48-ceda3292265c 2018-08-05 13:08:16,354 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:18,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:18,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:18,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-4d980d54-fb64-4b45-bbba-f75bfc47ff99 x-compute-request-id: req-4d980d54-fb64-4b45-bbba-f75bfc47ff99 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:18,948 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-4d980d54-fb64-4b45-bbba-f75bfc47ff99 2018-08-05 13:08:18,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.591993093491s 2018-08-05 13:08:18,949 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-4d980d54-fb64-4b45-bbba-f75bfc47ff99 2018-08-05 13:08:18,953 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:20,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:20,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:21,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-fd0293c8-bb62-4d6e-aa44-c23eb8f8597e x-compute-request-id: req-fd0293c8-bb62-4d6e-aa44-c23eb8f8597e Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:21,149 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-fd0293c8-bb62-4d6e-aa44-c23eb8f8597e 2018-08-05 13:08:21,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.193924188614s 2018-08-05 13:08:21,150 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-fd0293c8-bb62-4d6e-aa44-c23eb8f8597e 2018-08-05 13:08:21,155 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:23,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:23,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:23,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-2d776155-beed-4622-9d7d-244afa874635 x-compute-request-id: req-2d776155-beed-4622-9d7d-244afa874635 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:23,524 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2d776155-beed-4622-9d7d-244afa874635 2018-08-05 13:08:23,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366024971008s 2018-08-05 13:08:23,525 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2d776155-beed-4622-9d7d-244afa874635 2018-08-05 13:08:23,530 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:25,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:25,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:25,912 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-9d7fd73b-f1b1-47ad-b4c4-7def07560197 x-compute-request-id: req-9d7fd73b-f1b1-47ad-b4c4-7def07560197 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:25,912 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9d7fd73b-f1b1-47ad-b4c4-7def07560197 2018-08-05 13:08:25,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.379593849182s 2018-08-05 13:08:25,913 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9d7fd73b-f1b1-47ad-b4c4-7def07560197 2018-08-05 13:08:25,916 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:27,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:27,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:28,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-042ce6fd-e216-4747-877d-c8bf7ccc8a50 x-compute-request-id: req-042ce6fd-e216-4747-877d-c8bf7ccc8a50 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:28,124 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-042ce6fd-e216-4747-877d-c8bf7ccc8a50 2018-08-05 13:08:28,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.205316066742s 2018-08-05 13:08:28,125 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-042ce6fd-e216-4747-877d-c8bf7ccc8a50 2018-08-05 13:08:28,129 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:30,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:30,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:30,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-fef470a0-f73d-47ac-9f39-c155d102ce10 x-compute-request-id: req-fef470a0-f73d-47ac-9f39-c155d102ce10 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:30,323 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-fef470a0-f73d-47ac-9f39-c155d102ce10 2018-08-05 13:08:30,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.191606044769s 2018-08-05 13:08:30,324 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-fef470a0-f73d-47ac-9f39-c155d102ce10 2018-08-05 13:08:30,327 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:32,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:32,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:32,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-f4218363-3470-4aa2-bfff-1e12f206451f x-compute-request-id: req-f4218363-3470-4aa2-bfff-1e12f206451f Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:32,733 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f4218363-3470-4aa2-bfff-1e12f206451f 2018-08-05 13:08:32,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.402842998505s 2018-08-05 13:08:32,733 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-f4218363-3470-4aa2-bfff-1e12f206451f 2018-08-05 13:08:32,737 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:34,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:34,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:35,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-5588b2a2-f018-4aaf-9c22-13c90e0f68b4 x-compute-request-id: req-5588b2a2-f018-4aaf-9c22-13c90e0f68b4 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:35,124 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5588b2a2-f018-4aaf-9c22-13c90e0f68b4 2018-08-05 13:08:35,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.384391069412s 2018-08-05 13:08:35,124 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5588b2a2-f018-4aaf-9c22-13c90e0f68b4 2018-08-05 13:08:35,128 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:37,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:37,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:37,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-5ef54b04-f344-4c3e-80c4-27493f4fc0e1 x-compute-request-id: req-5ef54b04-f344-4c3e-80c4-27493f4fc0e1 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:37,536 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5ef54b04-f344-4c3e-80c4-27493f4fc0e1 2018-08-05 13:08:37,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.404711961746s 2018-08-05 13:08:37,537 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5ef54b04-f344-4c3e-80c4-27493f4fc0e1 2018-08-05 13:08:37,540 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:39,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:39,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:39,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-52e5f466-ce49-480d-9f03-6948793ee576 x-compute-request-id: req-52e5f466-ce49-480d-9f03-6948793ee576 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:39,918 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-52e5f466-ce49-480d-9f03-6948793ee576 2018-08-05 13:08:39,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.374701976776s 2018-08-05 13:08:39,918 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-52e5f466-ce49-480d-9f03-6948793ee576 2018-08-05 13:08:39,922 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:41,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:41,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:42,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-82e57bad-c935-4917-ab3b-b508715c6367 x-compute-request-id: req-82e57bad-c935-4917-ab3b-b508715c6367 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:42,302 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-82e57bad-c935-4917-ab3b-b508715c6367 2018-08-05 13:08:42,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.377286911011s 2018-08-05 13:08:42,303 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-82e57bad-c935-4917-ab3b-b508715c6367 2018-08-05 13:08:42,307 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:44,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:44,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:44,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-1b0387cf-4aa1-4699-adb1-0f5602ed1fdf x-compute-request-id: req-1b0387cf-4aa1-4699-adb1-0f5602ed1fdf Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:44,513 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1b0387cf-4aa1-4699-adb1-0f5602ed1fdf 2018-08-05 13:08:44,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.204699039459s 2018-08-05 13:08:44,513 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1b0387cf-4aa1-4699-adb1-0f5602ed1fdf 2018-08-05 13:08:44,517 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:46,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:46,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:46,723 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-4f24747c-3ea3-4c35-ad49-9d2231021357 x-compute-request-id: req-4f24747c-3ea3-4c35-ad49-9d2231021357 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:46,723 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-4f24747c-3ea3-4c35-ad49-9d2231021357 2018-08-05 13:08:46,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.203799009323s 2018-08-05 13:08:46,724 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-4f24747c-3ea3-4c35-ad49-9d2231021357 2018-08-05 13:08:46,728 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:48,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:48,733 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:49,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-af35b33b-4f98-49f7-a465-4b34b9aa9658 x-compute-request-id: req-af35b33b-4f98-49f7-a465-4b34b9aa9658 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:49,348 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-af35b33b-4f98-49f7-a465-4b34b9aa9658 2018-08-05 13:08:49,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.617942094803s 2018-08-05 13:08:49,349 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-af35b33b-4f98-49f7-a465-4b34b9aa9658 2018-08-05 13:08:49,353 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:51,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:51,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:51,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-1b55319d-98ce-43e1-92e9-0dabe2c6a097 x-compute-request-id: req-1b55319d-98ce-43e1-92e9-0dabe2c6a097 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:51,917 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1b55319d-98ce-43e1-92e9-0dabe2c6a097 2018-08-05 13:08:51,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.561479091644s 2018-08-05 13:08:51,917 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1b55319d-98ce-43e1-92e9-0dabe2c6a097 2018-08-05 13:08:51,921 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:53,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:53,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:54,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-d1f58569-b849-435f-b772-6ee7ce11c35b x-compute-request-id: req-d1f58569-b849-435f-b772-6ee7ce11c35b Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:54,297 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-d1f58569-b849-435f-b772-6ee7ce11c35b 2018-08-05 13:08:54,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.373996973038s 2018-08-05 13:08:54,298 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-d1f58569-b849-435f-b772-6ee7ce11c35b 2018-08-05 13:08:54,302 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:56,304 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:56,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:56,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-6a377765-ba89-4b56-9231-3a14c02a5987 x-compute-request-id: req-6a377765-ba89-4b56-9231-3a14c02a5987 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:56,517 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6a377765-ba89-4b56-9231-3a14c02a5987 2018-08-05 13:08:56,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.213183164597s 2018-08-05 13:08:56,518 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6a377765-ba89-4b56-9231-3a14c02a5987 2018-08-05 13:08:56,521 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:08:58,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:08:58,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:08:58,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:08: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-ab2be299-d97a-4eab-8bf1-6c4a74487ff3 x-compute-request-id: req-ab2be299-d97a-4eab-8bf1-6c4a74487ff3 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:08:58,919 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ab2be299-d97a-4eab-8bf1-6c4a74487ff3 2018-08-05 13:08:58,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.394760847092s 2018-08-05 13:08:58,919 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ab2be299-d97a-4eab-8bf1-6c4a74487ff3 2018-08-05 13:08:58,923 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:09:00,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:09:00,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:01,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:09: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-a7ad16de-ee7f-4193-8e6f-19abb5663558 x-compute-request-id: req-a7ad16de-ee7f-4193-8e6f-19abb5663558 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:09:01,291 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-a7ad16de-ee7f-4193-8e6f-19abb5663558 2018-08-05 13:09:01,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.365950107574s 2018-08-05 13:09:01,292 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-a7ad16de-ee7f-4193-8e6f-19abb5663558 2018-08-05 13:09:01,296 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:09:03,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:09:03,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:03,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:09: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-16d478f8-68bb-4549-b072-a36bc89ea29d x-compute-request-id: req-16d478f8-68bb-4549-b072-a36bc89ea29d Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:09:03,672 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-16d478f8-68bb-4549-b072-a36bc89ea29d 2018-08-05 13:09:03,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.37385392189s 2018-08-05 13:09:03,673 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-16d478f8-68bb-4549-b072-a36bc89ea29d 2018-08-05 13:09:03,676 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:09:05,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:09:05,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:06,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:09: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-5584ae3c-358f-49c3-9114-c65597b0cb0d x-compute-request-id: req-5584ae3c-358f-49c3-9114-c65597b0cb0d Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:09:06,048 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5584ae3c-358f-49c3-9114-c65597b0cb0d 2018-08-05 13:09:06,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.368901968002s 2018-08-05 13:09:06,048 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5584ae3c-358f-49c3-9114-c65597b0cb0d 2018-08-05 13:09:06,052 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:09:08,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:09:08,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:08,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:09: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-1bd5e017-a3fa-4c60-915d-33089b6195b1 x-compute-request-id: req-1bd5e017-a3fa-4c60-915d-33089b6195b1 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:09:08,264 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1bd5e017-a3fa-4c60-915d-33089b6195b1 2018-08-05 13:09:08,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.208837032318s 2018-08-05 13:09:08,264 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-1bd5e017-a3fa-4c60-915d-33089b6195b1 2018-08-05 13:09:08,268 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:09:10,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:09:10,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:10,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:09: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-3a73f30c-8b6a-4820-aceb-f1217c50f64e x-compute-request-id: req-3a73f30c-8b6a-4820-aceb-f1217c50f64e Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:09:10,476 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3a73f30c-8b6a-4820-aceb-f1217c50f64e 2018-08-05 13:09:10,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.205919981003s 2018-08-05 13:09:10,477 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3a73f30c-8b6a-4820-aceb-f1217c50f64e 2018-08-05 13:09:10,481 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:09:12,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:09:12,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:12,681 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:09: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-c8a1e3bf-d30b-4d14-8361-1a47617ad2b9 x-compute-request-id: req-c8a1e3bf-d30b-4d14-8361-1a47617ad2b9 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:09:12,681 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c8a1e3bf-d30b-4d14-8361-1a47617ad2b9 2018-08-05 13:09:12,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.197614192963s 2018-08-05 13:09:12,682 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c8a1e3bf-d30b-4d14-8361-1a47617ad2b9 2018-08-05 13:09:12,685 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:09:14,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:09:14,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:14,891 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:09: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-ad893803-d296-4c74-9776-46f5001e0af5 x-compute-request-id: req-ad893803-d296-4c74-9776-46f5001e0af5 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:09:14,892 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ad893803-d296-4c74-9776-46f5001e0af5 2018-08-05 13:09:14,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.203732013702s 2018-08-05 13:09:14,892 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ad893803-d296-4c74-9776-46f5001e0af5 2018-08-05 13:09:14,896 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:09:16,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:09:16,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:17,271 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:09: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-c853dc02-5271-4fc2-a723-1a3585437181 x-compute-request-id: req-c853dc02-5271-4fc2-a723-1a3585437181 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:09:17,271 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c853dc02-5271-4fc2-a723-1a3585437181 2018-08-05 13:09:17,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.372336149216s 2018-08-05 13:09:17,272 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-c853dc02-5271-4fc2-a723-1a3585437181 2018-08-05 13:09:17,275 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:09:19,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:09:19,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:19,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:09: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-35e84bd2-5fc1-4b2a-87d8-41628185b750 x-compute-request-id: req-35e84bd2-5fc1-4b2a-87d8-41628185b750 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:09:19,478 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-35e84bd2-5fc1-4b2a-87d8-41628185b750 2018-08-05 13:09:19,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.199662923813s 2018-08-05 13:09:19,478 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-35e84bd2-5fc1-4b2a-87d8-41628185b750 2018-08-05 13:09:19,482 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:09:21,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:09:21,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:21,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:09: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-cf6b4aaf-f585-4cc0-a278-956f412927d9 x-compute-request-id: req-cf6b4aaf-f585-4cc0-a278-956f412927d9 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:09:21,692 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-cf6b4aaf-f585-4cc0-a278-956f412927d9 2018-08-05 13:09:21,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.207587003708s 2018-08-05 13:09:21,693 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-cf6b4aaf-f585-4cc0-a278-956f412927d9 2018-08-05 13:09:21,696 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:09:23,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:09:23,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:23,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:09: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-3db3d0a3-61dc-48cc-af6f-22627f941561 x-compute-request-id: req-3db3d0a3-61dc-48cc-af6f-22627f941561 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:09:23,910 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3db3d0a3-61dc-48cc-af6f-22627f941561 2018-08-05 13:09:23,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.210666894913s 2018-08-05 13:09:23,910 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3db3d0a3-61dc-48cc-af6f-22627f941561 2018-08-05 13:09:23,914 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:09:25,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:09:25,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:26,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:09: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-2fe0b0bb-48c0-4e49-99c4-4ffa59e71c19 x-compute-request-id: req-2fe0b0bb-48c0-4e49-99c4-4ffa59e71c19 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:09:26,114 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2fe0b0bb-48c0-4e49-99c4-4ffa59e71c19 2018-08-05 13:09:26,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.197212934494s 2018-08-05 13:09:26,115 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-2fe0b0bb-48c0-4e49-99c4-4ffa59e71c19 2018-08-05 13:09:26,118 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:09:28,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:09:28,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:28,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:09: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-32b205e1-021e-4542-a8e1-0f72db0a8327 x-compute-request-id: req-32b205e1-021e-4542-a8e1-0f72db0a8327 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:09:28,511 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-32b205e1-021e-4542-a8e1-0f72db0a8327 2018-08-05 13:09:28,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.390699148178s 2018-08-05 13:09:28,512 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-32b205e1-021e-4542-a8e1-0f72db0a8327 2018-08-05 13:09:28,516 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:09:30,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:09:30,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:30,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:09: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-a17802d2-090a-4cc0-b01e-4fdc35beda61 x-compute-request-id: req-a17802d2-090a-4cc0-b01e-4fdc35beda61 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:09:30,719 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-a17802d2-090a-4cc0-b01e-4fdc35beda61 2018-08-05 13:09:30,720 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.20100903511s 2018-08-05 13:09:30,720 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-a17802d2-090a-4cc0-b01e-4fdc35beda61 2018-08-05 13:09:30,724 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:09:32,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:09:32,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:33,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:09: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-5be15178-9a30-4f43-805f-630840691f3b x-compute-request-id: req-5be15178-9a30-4f43-805f-630840691f3b Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:09:33,112 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5be15178-9a30-4f43-805f-630840691f3b 2018-08-05 13:09:33,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.385514974594s 2018-08-05 13:09:33,113 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5be15178-9a30-4f43-805f-630840691f3b 2018-08-05 13:09:33,117 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:09:35,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:09:35,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:35,480 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:09: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-96e1b9de-51a0-40a8-bd60-7fd2e120ab7d x-compute-request-id: req-96e1b9de-51a0-40a8-bd60-7fd2e120ab7d Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:09:35,480 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-96e1b9de-51a0-40a8-bd60-7fd2e120ab7d 2018-08-05 13:09:35,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.362278938293s 2018-08-05 13:09:35,481 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-96e1b9de-51a0-40a8-bd60-7fd2e120ab7d 2018-08-05 13:09:35,485 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:09:37,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:09:37,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:37,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:09: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-573118a5-8c5b-463b-91c9-46fad9f649da x-compute-request-id: req-573118a5-8c5b-463b-91c9-46fad9f649da Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-08-05T13:07:20Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:09:37,857 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-573118a5-8c5b-463b-91c9-46fad9f649da 2018-08-05 13:09:37,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.369169950485s 2018-08-05 13:09:37,858 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-573118a5-8c5b-463b-91c9-46fad9f649da 2018-08-05 13:09:37,861 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:09:39,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:09:39,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:40,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:09: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-fa8ccf99-8f0e-47ef-9979-396fd12ffdf8 x-compute-request-id: req-fa8ccf99-8f0e-47ef-9979-396fd12ffdf8 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_d81e6dbb-361e-4403-84a4-79acd7efcfb4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ce:f5", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:09:38.000000", "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:09:39Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:09:40,098 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-fa8ccf99-8f0e-47ef-9979-396fd12ffdf8 2018-08-05 13:09:40,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.233846902847s 2018-08-05 13:09:40,099 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-fa8ccf99-8f0e-47ef-9979-396fd12ffdf8 2018-08-05 13:09:40,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-05 13:09:40,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/ports.json?device_id=7c53cea4-b4ba-45b3-a05d-156d835af14f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:40,166 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-9914e81a-4a26-4f84-8787-3f354669808f Date: Sun, 05 Aug 2018 13:09:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-05T13:09:38Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"539d95c2-889e-4d43-92ac-90f42defaa9b","ip_address":"192.168.120.3"}],"id":"54c10e20-d994-47d8-85c5-a5c8dda21e22","security_groups":["ce90f067-699e-4b81-aab0-efe3aa5efb2e"],"mac_address":"fa:16:3e:58:ce:f5","project_id":"d1caa7d3da7c4c3d8e87faffa088d1e7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342508e1-68e5-406e-bdc9-548dd7f76940","tenant_id":"d1caa7d3da7c4c3d8e87faffa088d1e7","created_at":"2018-08-05T13:07:20Z","binding:vnic_type":"normal","device_id":"7c53cea4-b4ba-45b3-a05d-156d835af14f","ip_allocation":"immediate"}]} 2018-08-05 13:09:40,166 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=7c53cea4-b4ba-45b3-a05d-156d835af14f used request id req-9914e81a-4a26-4f84-8787-3f354669808f 2018-08-05 13:09:40,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0641510486603s 2018-08-05 13:09:40,167 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=7c53cea4-b4ba-45b3-a05d-156d835af14f used request id req-9914e81a-4a26-4f84-8787-3f354669808f 2018-08-05 13:09:40,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 13:09:40,173 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/floatingips.json?port_id=54c10e20-d994-47d8-85c5-a5c8dda21e22" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:40,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-db4d9a35-cad6-45b6-a4bb-97a9a28c3b7b Date: Sun, 05 Aug 2018 13:09:40 GMT RESP BODY: {"floatingips": []} 2018-08-05 13:09:40,219 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=54c10e20-d994-47d8-85c5-a5c8dda21e22 used request id req-db4d9a35-cad6-45b6-a4bb-97a9a28c3b7b 2018-08-05 13:09:40,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0465970039368s 2018-08-05 13:09:40,219 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json?port_id=54c10e20-d994-47d8-85c5-a5c8dda21e22 used request id req-db4d9a35-cad6-45b6-a4bb-97a9a28c3b7b 2018-08-05 13:09:40,220 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_d81e6dbb-361e-4403-84a4-79acd7efcfb4': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:58:ce:f5', 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'8818f90a-331a-40eb-8dba-ffd5db0091a8'}), 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-05T13:09:38.000000', 'flavor': Munch({u'id': u'2a112da1-c0c0-494e-a3cd-61821f9f34f9'}), 'az': u'nova', 'id': u'7c53cea4-b4ba-45b3-a05d-156d835af14f', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'2e5715669f1c4b43828b8dc13f519969', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd1caa7d3da7c4c3d8e87faffa088d1e7', 'name': 'vyos_vrouter-project_d81e6dbb-361e-4403-84a4-79acd7efcfb4', '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-05T13:09:38.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-05T13:09:39Z', 'hostId': u'e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4', 'public_v6': '', 'private_v4': u'192.168.120.3', 'cloud': 'envvars', 'host_id': u'e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e', '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-05T13:09:38.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'd1caa7d3da7c4c3d8e87faffa088d1e7', 'name': u'vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4', 'adminPass': u'6NL2atrPHsux', 'tenant_id': u'd1caa7d3da7c4c3d8e87faffa088d1e7', 'created_at': u'2018-08-05T13:07:18Z', 'created': u'2018-08-05T13:07:18Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-05 13:09:40,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 13:09:40,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:40,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1277 X-Openstack-Request-Id: req-d749f3f7-3039-447c-a578-5741136ac724 Date: Sun, 05 Aug 2018 13:09:40 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"342508e1-68e5-406e-bdc9-548dd7f76940","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d1caa7d3da7c4c3d8e87faffa088d1e7","l2_adjacency":true,"status":"ACTIVE","subnets":["539d95c2-889e-4d43-92ac-90f42defaa9b"],"description":"","tags":[],"updated_at":"2018-08-05T13:05:46Z","qos_policy_id":null,"name":"vyos_vrouter-net_d81e6dbb-361e-4403-84a4-79acd7efcfb4","admin_state_up":true,"tenant_id":"d1caa7d3da7c4c3d8e87faffa088d1e7","created_at":"2018-08-05T13:05:45Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500}]} 2018-08-05 13:09:40,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-d749f3f7-3039-447c-a578-5741136ac724 2018-08-05 13:09:40,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110289096832s 2018-08-05 13:09:40,334 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-d749f3f7-3039-447c-a578-5741136ac724 2018-08-05 13:09:40,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-05 13:09:40,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:9696/v2.0/ports.json?device_id=7c53cea4-b4ba-45b3-a05d-156d835af14f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:40,412 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-23b28c41-bb2a-492d-8c67-f4903487f474 Date: Sun, 05 Aug 2018 13:09:40 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-05T13:09:38Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"539d95c2-889e-4d43-92ac-90f42defaa9b","ip_address":"192.168.120.3"}],"id":"54c10e20-d994-47d8-85c5-a5c8dda21e22","security_groups":["ce90f067-699e-4b81-aab0-efe3aa5efb2e"],"mac_address":"fa:16:3e:58:ce:f5","project_id":"d1caa7d3da7c4c3d8e87faffa088d1e7","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"342508e1-68e5-406e-bdc9-548dd7f76940","tenant_id":"d1caa7d3da7c4c3d8e87faffa088d1e7","created_at":"2018-08-05T13:07:20Z","binding:vnic_type":"normal","device_id":"7c53cea4-b4ba-45b3-a05d-156d835af14f","ip_allocation":"immediate"}]} 2018-08-05 13:09:40,412 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=7c53cea4-b4ba-45b3-a05d-156d835af14f used request id req-23b28c41-bb2a-492d-8c67-f4903487f474 2018-08-05 13:09:40,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0764610767365s 2018-08-05 13:09:40,412 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/ports.json?device_id=7c53cea4-b4ba-45b3-a05d-156d835af14f used request id req-23b28c41-bb2a-492d-8c67-f4903487f474 2018-08-05 13:09:40,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-05 13:09:40,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" -d '{"floatingip": {"floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "fixed_ip_address": "192.168.120.3", "port_id": "54c10e20-d994-47d8-85c5-a5c8dda21e22"}}' 2018-08-05 13:09:42,893 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-4c34434a-2e58-4b12-ab14-1df46b43059f Date: Sun, 05 Aug 2018 13:09:42 GMT RESP BODY: {"floatingip": {"router_id": "8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:09:41Z", "updated_at": "2018-08-05T13:09:41Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "342508e1-68e5-406e-bdc9-548dd7f76940", "device_owner": "compute:nova", "mac_address": "fa:16:3e:58:ce:f5", "device_id": "7c53cea4-b4ba-45b3-a05d-156d835af14f"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.214", "revision_number": 0, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_id": "54c10e20-d994-47d8-85c5-a5c8dda21e22", "id": "040941d1-bf41-4c6b-a402-83cd84da17ea", "qos_policy_id": null}} 2018-08-05 13:09:42,893 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-4c34434a-2e58-4b12-ab14-1df46b43059f 2018-08-05 13:09:42,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.480260849s 2018-08-05 13:09:42,894 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-4c34434a-2e58-4b12-ab14-1df46b43059f 2018-08-05 13:09:42,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 13:09:42,903 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:43,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-0f842b44-4671-407e-a99e-df93e2dfa6ed Date: Sun, 05 Aug 2018 13:09:43 GMT RESP BODY: {"floatingips": [{"router_id": "8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:09:41Z", "updated_at": "2018-08-05T13:09:41Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "342508e1-68e5-406e-bdc9-548dd7f76940", "device_owner": "compute:nova", "mac_address": "fa:16:3e:58:ce:f5", "device_id": "7c53cea4-b4ba-45b3-a05d-156d835af14f"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.214", "revision_number": 0, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_id": "54c10e20-d994-47d8-85c5-a5c8dda21e22", "id": "040941d1-bf41-4c6b-a402-83cd84da17ea", "qos_policy_id": null}]} 2018-08-05 13:09:43,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-0f842b44-4671-407e-a99e-df93e2dfa6ed 2018-08-05 13:09:43,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.104032039642s 2018-08-05 13:09:43,007 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-0f842b44-4671-407e-a99e-df93e2dfa6ed 2018-08-05 13:09:43,011 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 13:09:43,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 13:09:43,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:43,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-9bbd219d-6c87-4e50-927f-25737daf8f22 Date: Sun, 05 Aug 2018 13:09:43 GMT RESP BODY: {"floatingips": [{"router_id": "8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:09:41Z", "updated_at": "2018-08-05T13:09:41Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "342508e1-68e5-406e-bdc9-548dd7f76940", "device_owner": "compute:nova", "mac_address": "fa:16:3e:58:ce:f5", "device_id": "7c53cea4-b4ba-45b3-a05d-156d835af14f"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.214", "revision_number": 0, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_id": "54c10e20-d994-47d8-85c5-a5c8dda21e22", "id": "040941d1-bf41-4c6b-a402-83cd84da17ea", "qos_policy_id": null}]} 2018-08-05 13:09:43,181 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-9bbd219d-6c87-4e50-927f-25737daf8f22 2018-08-05 13:09:43,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0651910305023s 2018-08-05 13:09:43,181 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-9bbd219d-6c87-4e50-927f-25737daf8f22 2018-08-05 13:09:43,185 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 13:09:43,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 13:09:43,291 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:43,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-6ae1a228-cf62-428f-a804-983107600092 Date: Sun, 05 Aug 2018 13:09:43 GMT RESP BODY: {"floatingips": [{"router_id": "8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:09:41Z", "updated_at": "2018-08-05T13:09:41Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "342508e1-68e5-406e-bdc9-548dd7f76940", "device_owner": "compute:nova", "mac_address": "fa:16:3e:58:ce:f5", "device_id": "7c53cea4-b4ba-45b3-a05d-156d835af14f"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.214", "revision_number": 0, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_id": "54c10e20-d994-47d8-85c5-a5c8dda21e22", "id": "040941d1-bf41-4c6b-a402-83cd84da17ea", "qos_policy_id": null}]} 2018-08-05 13:09:43,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-6ae1a228-cf62-428f-a804-983107600092 2018-08-05 13:09:43,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0628941059113s 2018-08-05 13:09:43,354 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-6ae1a228-cf62-428f-a804-983107600092 2018-08-05 13:09:43,357 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 13:09:43,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 13:09:43,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:43,553 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-dd77680f-c128-4ae7-acab-1289099cb9e1 Date: Sun, 05 Aug 2018 13:09:43 GMT RESP BODY: {"floatingips": [{"router_id": "8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:09:41Z", "updated_at": "2018-08-05T13:09:41Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "342508e1-68e5-406e-bdc9-548dd7f76940", "device_owner": "compute:nova", "mac_address": "fa:16:3e:58:ce:f5", "device_id": "7c53cea4-b4ba-45b3-a05d-156d835af14f"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.214", "revision_number": 0, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_id": "54c10e20-d994-47d8-85c5-a5c8dda21e22", "id": "040941d1-bf41-4c6b-a402-83cd84da17ea", "qos_policy_id": null}]} 2018-08-05 13:09:43,553 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-dd77680f-c128-4ae7-acab-1289099cb9e1 2018-08-05 13:09:43,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0913240909576s 2018-08-05 13:09:43,554 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-dd77680f-c128-4ae7-acab-1289099cb9e1 2018-08-05 13:09:43,557 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 13:09:43,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 13:09:43,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:43,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-291c4806-7f4d-4ac4-bf76-e26df124dfcc Date: Sun, 05 Aug 2018 13:09:43 GMT RESP BODY: {"floatingips": [{"router_id": "8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:09:41Z", "updated_at": "2018-08-05T13:09:41Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "342508e1-68e5-406e-bdc9-548dd7f76940", "device_owner": "compute:nova", "mac_address": "fa:16:3e:58:ce:f5", "device_id": "7c53cea4-b4ba-45b3-a05d-156d835af14f"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.214", "revision_number": 0, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_id": "54c10e20-d994-47d8-85c5-a5c8dda21e22", "id": "040941d1-bf41-4c6b-a402-83cd84da17ea", "qos_policy_id": null}]} 2018-08-05 13:09:43,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-291c4806-7f4d-4ac4-bf76-e26df124dfcc 2018-08-05 13:09:43,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0890200138092s 2018-08-05 13:09:43,752 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-291c4806-7f4d-4ac4-bf76-e26df124dfcc 2018-08-05 13:09:43,756 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 13:09:43,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 13:09:43,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:43,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-7b4724ff-62c1-4066-b696-cd0132a34136 Date: Sun, 05 Aug 2018 13:09:43 GMT RESP BODY: {"floatingips": [{"router_id": "8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0", "status": "DOWN", "description": "", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:09:41Z", "updated_at": "2018-08-05T13:09:41Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "342508e1-68e5-406e-bdc9-548dd7f76940", "device_owner": "compute:nova", "mac_address": "fa:16:3e:58:ce:f5", "device_id": "7c53cea4-b4ba-45b3-a05d-156d835af14f"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.214", "revision_number": 0, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_id": "54c10e20-d994-47d8-85c5-a5c8dda21e22", "id": "040941d1-bf41-4c6b-a402-83cd84da17ea", "qos_policy_id": null}]} 2018-08-05 13:09:43,923 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-7b4724ff-62c1-4066-b696-cd0132a34136 2018-08-05 13:09:43,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0616629123688s 2018-08-05 13:09:43,923 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-7b4724ff-62c1-4066-b696-cd0132a34136 2018-08-05 13:09:43,926 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-08-05 13:09:44,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 13:09:44,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:09:44,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-4c12616d-2a11-4651-b061-15caa6a44344 Date: Sun, 05 Aug 2018 13:09:44 GMT RESP BODY: {"floatingips": [{"router_id": "8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:09:41Z", "updated_at": "2018-08-05T13:09:43Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "342508e1-68e5-406e-bdc9-548dd7f76940", "device_owner": "compute:nova", "mac_address": "fa:16:3e:58:ce:f5", "device_id": "7c53cea4-b4ba-45b3-a05d-156d835af14f"}, "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.214", "revision_number": 1, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_id": "54c10e20-d994-47d8-85c5-a5c8dda21e22", "id": "040941d1-bf41-4c6b-a402-83cd84da17ea", "qos_policy_id": null}]} 2018-08-05 13:09:44,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-4c12616d-2a11-4651-b061-15caa6a44344 2018-08-05 13:09:44,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.06196808815s 2018-08-05 13:09:44,094 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-4c12616d-2a11-4651-b061-15caa6a44344 2018-08-05 13:09:44,098 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0', 'updated_at': u'2018-08-05T13:09:43Z', 'fixed_ip_address': u'192.168.120.3', 'floating_ip_address': u'172.30.9.214', 'revision_number': 1, 'port_id': u'54c10e20-d994-47d8-85c5-a5c8dda21e22', 'id': u'040941d1-bf41-4c6b-a402-83cd84da17ea', 'network': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 'port': u'54c10e20-d994-47d8-85c5-a5c8dda21e22', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd1caa7d3da7c4c3d8e87faffa088d1e7', 'name': 'vyos_vrouter-project_d81e6dbb-361e-4403-84a4-79acd7efcfb4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'd1caa7d3da7c4c3d8e87faffa088d1e7', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'342508e1-68e5-406e-bdc9-548dd7f76940', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:58:ce:f5', u'device_id': u'7c53cea4-b4ba-45b3-a05d-156d835af14f'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'd1caa7d3da7c4c3d8e87faffa088d1e7', 'created_at': u'2018-08-05T13:09:41Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'342508e1-68e5-406e-bdc9-548dd7f76940', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:58:ce:f5', u'device_id': u'7c53cea4-b4ba-45b3-a05d-156d835af14f'}), 'router': u'8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0'}) 2018-08-05 13:09:44,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 13:09:44,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 13:09:44,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:09: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-1358c399-1433-4bf3-b006-6da197d287d3 x-compute-request-id: req-1358c399-1433-4bf3-b006-6da197d287d3 Content-Encoding: gzip Content-Length: 10911 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 1906263807 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.329414] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.331862] pid_max: default: 32768 minimum: 301\n[ 0.333153] Security Framework initialized\n[ 0.334356] SELinux: Initializing.\n[ 0.335690] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.340888] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.344076] Mount-cache hash table entries: 4096\n[ 0.345657] Initializing cgroup subsys memory\n[ 0.346907] Initializing cgroup subsys devices\n[ 0.348166] Initializing cgroup subsys freezer\n[ 0.349462] Initializing cgroup subsys net_cls\n[ 0.350744] Initializing cgroup subsys blkio\n[ 0.351976] Initializing cgroup subsys perf_event\n[ 0.353277] Initializing cgroup subsys hugetlb\n[ 0.354488] Initializing cgroup subsys pids\n[ 0.355695] Initializing cgroup subsys net_prio\n[ 0.357042] CPU: Physical Processor ID: 0\n[ 0.358909] mce: CPU supports 10 MCE banks\n[ 0.360143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.361602] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.363016] tlb_flushall_shift: 6\n[ 0.364268] Freeing SMP alternatives: 28k freed\n[ 0.368158] ACPI: Core revision 20130517\n[ 0.369727] ACPI: All ACPI Tables successfully acquired\n[ 0.371325] ftrace: allocating 25812 entries in 101 pages\n[ 0.392838] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.394498] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.396139] smpboot: Max logical packages: 2\n[ 0.397543] Enabling x2apic\n[ 0.398520] Enabled x2apic\n[ 0.399691] Switched APIC routing to physical x2apic.\n[ 0.402012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.403665] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.406648] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.414241] KVM setup paravirtual spinlock\n[ 0.416682] smpboot: Booting Node 0, Processors #1 OK\n[ 0.418448] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.440841] Brought up 2 CPUs\n[ 0.440845] KVM setup async PF for cpu 1\n[ 0.440849] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.444359] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.446727] devtmpfs: initialized\n[ 0.449300] EVM: security.selinux\n[ 0.450411] EVM: security.ima\n[ 0.451405] EVM: security.capability\n[ 0.453174] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.454926] pinctrl core: initialized pinctrl subsystem\n[ 0.456491] NET: Registered protocol family 16\n[ 0.457999] ACPI: bus type PCI registered\n[ 0.459207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.460923] PCI: Using configuration type 1 for base access\n[ 0.465719] ACPI: Added _OSI(Module Device)\n[ 0.466974] ACPI: Added _OSI(Processor Device)\n[ 0.468251] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.469569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.472150] ACPI: Interpreter enabled\n[ 0.473313] ACPI: (supports S0 S5)\n[ 0.474399] ACPI: Using IOAPIC for interrupt routing\n[ 0.475767] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.479981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.481577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.483301] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.484988] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.488075] acpiphp: Slot [3] registered\n[ 0.489263] acpiphp: Slot [4] registered\n[ 0.490458] acpiphp: Slot [5] registered\n[ 0.491654] acpiphp: Slot [6] registered\n[ 0.492877] acpiphp: Slot [7] registered\n[ 0.494071] acpiphp: Slot [8] registered\n[ 0.495282] acpiphp: Slot [9] registered\n[ 0.496494] acpiphp: Slot [10] registered\n[ 0.497741] acpiphp: Slot [11] registered\n[ 0.498954] acpiphp: Slot [12] registered\n[ 0.500131] acpiphp: Slot [13] registered\n[ 0.501365] acpiphp: Slot [14] registered\n[ 0.502584] acpiphp: Slot [15] registered\n[ 0.503820] acpiphp: Slot [16] registered\n[ 0.505065] acpiphp: Slot [17] registered\n[ 0.506269] acpiphp: Slot [18] registered\n[ 0.507516] acpiphp: Slot [19] registered\n[ 0.508759] acpiphp: Slot [20] registered\n[ 0.509962] acpiphp: Slot [21] registered\n[ 0.511180] acpiphp: Slot [22] registered\n[ 0.512393] acpiphp: Slot [23] registered\n[ 0.513594] acpiphp: Slot [24] registered\n[ 0.514811] acpiphp: Slot [25] registered\n[ 0.516002] acpiphp: Slot [26] registered\n[ 0.517211] acpiphp: Slot [27] registered\n[ 0.518428] acpiphp: Slot [28] registered\n[ 0.519653] acpiphp: Slot [29] registered\n[ 0.520860] acpiphp: Slot [30] registered\n[ 0.522054] acpiphp: Slot [31] registered\n[ 0.523320] PCI host bridge to bus 0000:00\n[ 0.524529] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.525996] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.527679] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.529372] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.531573] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.533797] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.538742] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.540522] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.542158] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.543893] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.548034] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.550198] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.572903] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.574869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.576759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.578767] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.580637] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.582318] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.584071] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.586422] vgaarb: loaded\n[ 0.587350] vgaarb: bridge control possible 0000:00:02.0\n[ 0.588957] SCSI subsystem initialized\n[ 0.590165] ACPI: bus type USB registered\n[ 0.591391] usbcore: registered new interface driver usbfs\n[ 0.592880] usbcore: registered new interface driver hub\n[ 0.594330] usbcore: registered new device driver usb\n[ 0.595910] PCI: Using ACPI for IRQ routing\n[ 0.597468] NetLabel: Initializing\n[ 0.598588] NetLabel: domain hash size = 128\n[ 0.599818] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.601216] NetLabel: unlabeled traffic allowed by default\n[ 0.602827] Switched to clocksource kvm-clock\n[ 0.611211] pnp: PnP ACPI init\n[ 0.612256] ACPI: bus type PNP registered\n[ 0.613770] pnp: PnP ACPI: found 5 devices\n[ 0.614949] ACPI: bus type PNP unregistered\n[ 0.622141] NET: Registered protocol family 2\n[ 0.623702] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.626049] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.628064] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.629806] TCP: reno registered\n[ 0.630866] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.632457] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.634137] NET: Registered protocol family 1\n[ 0.635413] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.636951] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.638458] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.658246] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.678022] Unpacking initramfs...\n[ 1.128088] Freeing initrd memory: 37508k freed\n[ 1.137767] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.140006] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.144041] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.146213] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.148543] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.150565] Initialise system trusted keyring\n[ 1.152198] audit: initializing netlink socket (disabled)\n[ 1.154052] type=2000 audit(1533474581.631:1): initialized\n[ 1.171133] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.173262] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.176184] zpool: loaded\n[ 1.177385] zbud: loaded\n[ 1.178659] VFS: Disk quotas dquot_6.5.2\n[ 1.180180] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.182485] msgmni has been set to 7578\n[ 1.183948] Key type big_key registered\n[ 1.186220] NET: Registered protocol family 38\n[ 1.187849] Key type asymmetric registered\n[ 1.189317] Asymmetric key parser 'x509' registered\n[ 1.191068] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.193876] io scheduler noop registered\n[ 1.195339] io scheduler deadline registered (default)\n[ 1.206845] io scheduler cfq registered\n[ 1.208321] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.210194] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.212436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.215178] ACPI: Power Button [PWRF]\n[ 1.216676] GHES: HEST is not enabled!\n[ 1.218235] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.242195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.244521] Non-volatile memory driver v1.3\n[ 1.246011] Linux agpgart interface v0.103\n[ 1.247573] crash memory driver: version 1.1\n[ 1.249102] rdac: device handler registered\n[ 1.250569] hp_sw: device handler registered\n[ 1.252139] emc: device handler registered\n[ 1.253663] alua: device handler registered\n[ 1.255164] libphy: Fixed MDIO Bus: probed\n[ 1.256740] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.258754] ehci-pci: EHCI PCI platform driver\n[ 1.260262] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.262292] ohci-pci: OHCI PCI platform driver\n[ 1.263875] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.284115] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.285628] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.287632] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.288909] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.290363] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.291861] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.293806] usb usb1: Product: UHCI Host Controller\n[ 1.295003] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.296547] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.297836] hub 1-0:1.0: USB hub found\n[ 1.298915] hub 1-0:1.0: 2 ports detected\n[ 1.300532] usbcore: registered new interface driver usbserial\n[ 1.301910] usbcore: registered new interface driver usbserial_generic\n[ 1.303389] usbserial: USB Serial support registered for generic\n[ 1.304842] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.307530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.308754] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.310068] mousedev: PS/2 mouse device common for all mice\n[ 1.311668] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.314111] rtc_cmos 00:00: RTC can wake from S4\n[ 1.315715] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.317332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.319543] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.321045] cpuidle: using governor menu\n[ 1.322227] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.323627] usbcore: registered new interface driver usbhid\n[ 1.325045] usbhid: USB HID core driver\n[ 1.326207] drop_monitor: Initializing network drop monitor service\n[ 1.327717] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.329908] TCP: cubic registered\n[ 1.330916] Initializing XFRM netlink socket\n[ 1.332181] NET: Registered protocol family 10\n[ 1.333569] NET: Registered protocol family 17\n[ 1.334894] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.336255] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.337683] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.340027] Loading compiled-in X.509 certificates\n[ 1.341267] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.343627] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.346382] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.348749] registered taskstats version 1\n[ 1.351551] Key type trusted registered\n[ 1.353872] Key type encrypted registered\n[ 1.356103] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.357805] rtc_cmos 00:00: setting system clock to 2018-08-05 13:09:42 UTC (1533474582)\n[ 1.360537] Freeing unused kernel memory: 1680k freed\n[ 1.364995] 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.369120] systemd[1]: Detected virtualization kvm.\n[ 1.370371] systemd[1]: Detected architecture x86-64.\n[ 1.371632] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.374446] systemd[1]: No hostname configured.\n[ 1.375640] systemd[1]: Set hostname to .\n[ 1.376937] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.401909] systemd[1]: Created slice Root Slice.\n[ 1.403165] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.405222] systemd[1]: Listening on udev Kernel Socket.\n[ 1.406534] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.408654] systemd[1]: Reached target Local File Systems.\n[ 1.409987] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.411999] systemd[1]: Reached target Timers.\n[ 1.413187] systemd[1]: Starting Timers.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.415110] systemd[1]: Listening on Journal Socket.\n[ 1.416368] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Swap.\n[ 1.418299] systemd[1]: Reached target Swap.\n[ 1.419443] systemd[1]: Starting Swap.\n[ 1.420520] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.422705] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.425542] systemd[1]: Reached target Paths.\n[ 1.426677] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice System Slice.\n[ 1.428567] systemd[1]: Created slice System Slice.\n[ 1.429776] systemd[1]: Starting System Slice.\n[ 1.431296] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.433562] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Slices.\n[ 1.437679] systemd[1]: Reached target Slices.\n[ 1.438846] systemd[1]: Starting Slices.\n[ 1.440235] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.443368] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.446834] systemd[1]: Listening on udev Control Socket.\n[ 1.449181] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.451565] systemd[1]: Reached target Sockets.\n[ 1.452866] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.455239] 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.512878] RPC: Registered named UNIX socket transport module.\n[ 1.514717] RPC: Registered udp transport module.\n[ 1.516312] RPC: Registered tcp transport module.\n[ 1.517999] 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...\n[ 1.604870] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[ 1.615522] FDC 0 is a S82078B\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.647120] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.686225] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.691280] scsi host0: ata_piix\n[ 1.692611] vda: vda1\n[ 1.693561] scsi host1: ata_piix\n[ 1.694664] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.696287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\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.756604] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.758250] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.759914] usb 1-1: Product: QEMU USB Tablet\n[ 1.761114] usb 1-1: Manufacturer: QEMU\n[ 1.762235] usb 1-1: SerialNumber: 42\n[ 1.771941] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.774625] 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[ 1.868682] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.871390] XFS (vda1): Mounting V4 Filesystem\n[ 1.903342] 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 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 Local File Systems.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Sockets.\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.146891] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.151028] systemd-journald[115]: Received SIGTERM from PID 1 (systemd).\n[ 2.279460] SELinux: Disabled at runtime.\n[ 2.315891] type=1404 audit(1533474583.458:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.352131] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.353570] 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 Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Listening on udev Control Socket.\n Mounting Huge Pages File System...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Reached target Swap.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Starting Apply Kernel Variables...\n Starting Remount Root and Kernel File Systems...\n Starting Setup Virtual Console...\n Mounting POSIX Message Queue File System...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Debug File System.\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 Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[ 2.678658] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[ 2.681427] systemd-journald[381]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\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 Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n Starting Mark the need to relabel after reboot...\n Starting udev Kernel Device Manager...\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[ 2.813378] type=1305 audit(1533474583.955:3): audit_pid=427 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Basic System.\n Starting NTP client/server...\n Starting GSSAPI Proxy Daemon...\n Starting Login Service...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 2.999749] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.005564] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.018086] [drm] Initialized drm 1.1.0 20060810\n[ 3.031674] ppdev: user-space parallel port driver\n[ 3.047898] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.047899] [TTM] Initializing pool allocator\n[ 3.047903] [TTM] Initializing DMA pool allocator\n[ 3.048218] [drm] fb mappable at 0xFC000000\n[ 3.048218] [drm] vram aper at 0xFC000000\n[ 3.048219] [drm] size 33554432\n[ 3.048219] [drm] fb depth is 24\n[ 3.048219] [drm] pitch is 3072\n[ 3.062403] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.081361] Console: switching to colour frame buffer device 128x48\n[ 3.092905] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.099845] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n Starting LSB: Bring up/down networking...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Initial cloud-init job (pre-networking)...\n Starting Authorization Manager...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[ 3.151359] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started NTP client/server.\n[ 3.160174] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.165266] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.[ 3.170142] intel_rapl: no valid rapl domains found in package 0\n\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 3.175516] intel_rapl: no valid rapl domains found in package 0\n Starting Permit User Sessions...\n[ 3.178653] intel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target L\nogin Prompts.[ 3.187055] intel_powerclamp: No package C-state available\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Authorization Manager.\n"} 2018-08-05 13:09:44,172 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f/action used request id req-1358c399-1433-4bf3-b006-6da197d287d3 2018-08-05 13:09:44,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0740079879761s 2018-08-05 13:09:44,174 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f/action used request id req-1358c399-1433-4bf3-b006-6da197d287d3 2018-08-05 13:09:44,174 - 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 1906263807 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.329414] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.331862] pid_max: default: 32768 minimum: 301 [ 0.333153] Security Framework initialized [ 0.334356] SELinux: Initializing. [ 0.335690] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.340888] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.344076] Mount-cache hash table entries: 4096 [ 0.345657] Initializing cgroup subsys memory [ 0.346907] Initializing cgroup subsys devices [ 0.348166] Initializing cgroup subsys freezer [ 0.349462] Initializing cgroup subsys net_cls [ 0.350744] Initializing cgroup subsys blkio [ 0.351976] Initializing cgroup subsys perf_event [ 0.353277] Initializing cgroup subsys hugetlb [ 0.354488] Initializing cgroup subsys pids [ 0.355695] Initializing cgroup subsys net_prio [ 0.357042] CPU: Physical Processor ID: 0 [ 0.358909] mce: CPU supports 10 MCE banks [ 0.360143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.361602] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.363016] tlb_flushall_shift: 6 [ 0.364268] Freeing SMP alternatives: 28k freed [ 0.368158] ACPI: Core revision 20130517 [ 0.369727] ACPI: All ACPI Tables successfully acquired [ 0.371325] ftrace: allocating 25812 entries in 101 pages [ 0.392838] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.394498] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.396139] smpboot: Max logical packages: 2 [ 0.397543] Enabling x2apic [ 0.398520] Enabled x2apic [ 0.399691] Switched APIC routing to physical x2apic. [ 0.402012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.403665] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.406648] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.414241] KVM setup paravirtual spinlock [ 0.416682] smpboot: Booting Node 0, Processors #1 OK [ 0.418448] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.440841] Brought up 2 CPUs [ 0.440845] KVM setup async PF for cpu 1 [ 0.440849] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.444359] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.446727] devtmpfs: initialized [ 0.449300] EVM: security.selinux [ 0.450411] EVM: security.ima [ 0.451405] EVM: security.capability [ 0.453174] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.454926] pinctrl core: initialized pinctrl subsystem [ 0.456491] NET: Registered protocol family 16 [ 0.457999] ACPI: bus type PCI registered [ 0.459207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.460923] PCI: Using configuration type 1 for base access [ 0.465719] ACPI: Added _OSI(Module Device) [ 0.466974] ACPI: Added _OSI(Processor Device) [ 0.468251] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.469569] ACPI: Added _OSI(Processor Aggregator Device) [ 0.472150] ACPI: Interpreter enabled [ 0.473313] ACPI: (supports S0 S5) [ 0.474399] ACPI: Using IOAPIC for interrupt routing [ 0.475767] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.479981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.481577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.483301] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.484988] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.488075] acpiphp: Slot [3] registered [ 0.489263] acpiphp: Slot [4] registered [ 0.490458] acpiphp: Slot [5] registered [ 0.491654] acpiphp: Slot [6] registered [ 0.492877] acpiphp: Slot [7] registered [ 0.494071] acpiphp: Slot [8] registered [ 0.495282] acpiphp: Slot [9] registered [ 0.496494] acpiphp: Slot [10] registered [ 0.497741] acpiphp: Slot [11] registered [ 0.498954] acpiphp: Slot [12] registered [ 0.500131] acpiphp: Slot [13] registered [ 0.501365] acpiphp: Slot [14] registered [ 0.502584] acpiphp: Slot [15] registered [ 0.503820] acpiphp: Slot [16] registered [ 0.505065] acpiphp: Slot [17] registered [ 0.506269] acpiphp: Slot [18] registered [ 0.507516] acpiphp: Slot [19] registered [ 0.508759] acpiphp: Slot [20] registered [ 0.509962] acpiphp: Slot [21] registered [ 0.511180] acpiphp: Slot [22] registered [ 0.512393] acpiphp: Slot [23] registered [ 0.513594] acpiphp: Slot [24] registered [ 0.514811] acpiphp: Slot [25] registered [ 0.516002] acpiphp: Slot [26] registered [ 0.517211] acpiphp: Slot [27] registered [ 0.518428] acpiphp: Slot [28] registered [ 0.519653] acpiphp: Slot [29] registered [ 0.520860] acpiphp: Slot [30] registered [ 0.522054] acpiphp: Slot [31] registered [ 0.523320] PCI host bridge to bus 0000:00 [ 0.524529] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.525996] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.527679] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.529372] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.531573] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.533797] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.538742] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.540522] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.542158] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.543893] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.548034] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.550198] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.572903] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.574869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.576759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.578767] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.580637] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.582318] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.584071] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.586422] vgaarb: loaded [ 0.587350] vgaarb: bridge control possible 0000:00:02.0 [ 0.588957] SCSI subsystem initialized [ 0.590165] ACPI: bus type USB registered [ 0.591391] usbcore: registered new interface driver usbfs [ 0.592880] usbcore: registered new interface driver hub [ 0.594330] usbcore: registered new device driver usb [ 0.595910] PCI: Using ACPI for IRQ routing [ 0.597468] NetLabel: Initializing [ 0.598588] NetLabel: domain hash size = 128 [ 0.599818] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.601216] NetLabel: unlabeled traffic allowed by default [ 0.602827] Switched to clocksource kvm-clock [ 0.611211] pnp: PnP ACPI init [ 0.612256] ACPI: bus type PNP registered [ 0.613770] pnp: PnP ACPI: found 5 devices [ 0.614949] ACPI: bus type PNP unregistered [ 0.622141] NET: Registered protocol family 2 [ 0.623702] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.626049] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.628064] TCP: Hash tables configured (established 32768 bind 32768) [ 0.629806] TCP: reno registered [ 0.630866] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.632457] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.634137] NET: Registered protocol family 1 [ 0.635413] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.636951] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.638458] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.658246] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.678022] Unpacking initramfs... [ 1.128088] Freeing initrd memory: 37508k freed [ 1.137767] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.140006] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.144041] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.146213] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.148543] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.150565] Initialise system trusted keyring [ 1.152198] audit: initializing netlink socket (disabled) [ 1.154052] type=2000 audit(1533474581.631:1): initialized [ 1.171133] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.173262] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.176184] zpool: loaded [ 1.177385] zbud: loaded [ 1.178659] VFS: Disk quotas dquot_6.5.2 [ 1.180180] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.182485] msgmni has been set to 7578 [ 1.183948] Key type big_key registered [ 1.186220] NET: Registered protocol family 38 [ 1.187849] Key type asymmetric registered [ 1.189317] Asymmetric key parser 'x509' registered [ 1.191068] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.193876] io scheduler noop registered [ 1.195339] io scheduler deadline registered (default) [ 1.206845] io scheduler cfq registered [ 1.208321] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.210194] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.212436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.215178] ACPI: Power Button [PWRF] [ 1.216676] GHES: HEST is not enabled! [ 1.218235] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.242195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.244521] Non-volatile memory driver v1.3 [ 1.246011] Linux agpgart interface v0.103 [ 1.247573] crash memory driver: version 1.1 [ 1.249102] rdac: device handler registered [ 1.250569] hp_sw: device handler registered [ 1.252139] emc: device handler registered [ 1.253663] alua: device handler registered [ 1.255164] libphy: Fixed MDIO Bus: probed [ 1.256740] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.258754] ehci-pci: EHCI PCI platform driver [ 1.260262] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.262292] ohci-pci: OHCI PCI platform driver [ 1.263875] uhci_hcd: USB Universal Host Controller Interface driver [ 1.284115] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.285628] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.287632] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.288909] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.290363] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.291861] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.293806] usb usb1: Product: UHCI Host Controller [ 1.295003] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.296547] usb usb1: SerialNumber: 0000:00:01.2 [ 1.297836] hub 1-0:1.0: USB hub found [ 1.298915] hub 1-0:1.0: 2 ports detected [ 1.300532] usbcore: registered new interface driver usbserial [ 1.301910] usbcore: registered new interface driver usbserial_generic [ 1.303389] usbserial: USB Serial support registered for generic [ 1.304842] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.307530] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.308754] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.310068] mousedev: PS/2 mouse device common for all mice [ 1.311668] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.314111] rtc_cmos 00:00: RTC can wake from S4 [ 1.315715] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.317332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.319543] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.321045] cpuidle: using governor menu [ 1.322227] hidraw: raw HID events driver (C) Jiri Kosina [ 1.323627] usbcore: registered new interface driver usbhid [ 1.325045] usbhid: USB HID core driver [ 1.326207] drop_monitor: Initializing network drop monitor service [ 1.327717] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.329908] TCP: cubic registered [ 1.330916] Initializing XFRM netlink socket [ 1.332181] NET: Registered protocol family 10 [ 1.333569] NET: Registered protocol family 17 [ 1.334894] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.336255] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.337683] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.340027] Loading compiled-in X.509 certificates [ 1.341267] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.343627] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.346382] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.348749] registered taskstats version 1 [ 1.351551] Key type trusted registered [ 1.353872] Key type encrypted registered [ 1.356103] IMA: No TPM chip found, activating TPM-bypass! [ 1.357805] rtc_cmos 00:00: setting system clock to 2018-08-05 13:09:42 UTC (1533474582) [ 1.360537] Freeing unused kernel memory: 1680k freed [ 1.364995] 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.369120] systemd[1]: Detected virtualization kvm. [ 1.370371] systemd[1]: Detected architecture x86-64. [ 1.371632] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.374446] systemd[1]: No hostname configured. [ 1.375640] systemd[1]: Set hostname to . [ 1.376937] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.401909] systemd[1]: Created slice Root Slice. [ 1.403165] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.405222] systemd[1]: Listening on udev Kernel Socket. [ 1.406534] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.408654] systemd[1]: Reached target Local File Systems. [ 1.409987] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.411999] systemd[1]: Reached target Timers. [ 1.413187] systemd[1]: Starting Timers. [[32m OK [0m] Listening on Journal Socket. [ 1.415110] systemd[1]: Listening on Journal Socket. [ 1.416368] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Swap. [ 1.418299] systemd[1]: Reached target Swap. [ 1.419443] systemd[1]: Starting Swap. [ 1.420520] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.422705] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.425542] systemd[1]: Reached target Paths. [ 1.426677] systemd[1]: Starting Paths. [[32m OK [0m] Created slice System Slice. [ 1.428567] systemd[1]: Created slice System Slice. [ 1.429776] systemd[1]: Starting System Slice. [ 1.431296] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.433562] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Slices. [ 1.437679] systemd[1]: Reached target Slices. [ 1.438846] systemd[1]: Starting Slices. [ 1.440235] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.443368] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Listening on udev Control Socket. [ 1.446834] systemd[1]: Listening on udev Control Socket. [ 1.449181] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.451565] systemd[1]: Reached target Sockets. [ 1.452866] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.455239] 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.512878] RPC: Registered named UNIX socket transport module. [ 1.514717] RPC: Registered udp transport module. [ 1.516312] RPC: Registered tcp transport module. [ 1.517999] 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.604870] 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. Starting dracut initqueue hook... [ 1.615522] FDC 0 is a S82078B [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.647120] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.686225] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.691280] scsi host0: ata_piix [ 1.692611] vda: vda1 [ 1.693561] scsi host1: ata_piix [ 1.694664] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.696287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [[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.756604] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.758250] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.759914] usb 1-1: Product: QEMU USB Tablet [ 1.761114] usb 1-1: Manufacturer: QEMU [ 1.762235] usb 1-1: SerialNumber: 42 [ 1.771941] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.774625] 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... [ 1.868682] SGI XFS with ACLs, security attributes, no debug enabled [ 1.871390] XFS (vda1): Mounting V4 Filesystem [ 1.903342] 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 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 Local File Systems. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[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.146891] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.151028] systemd-journald[115]: Received SIGTERM from PID 1 (systemd). [ 2.279460] SELinux: Disabled at runtime. [ 2.315891] type=1404 audit(1533474583.458:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.352131] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.353570] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Listening on udev Control Socket. Mounting Huge Pages File System... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Reached target Swap. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Reached target Encrypted Volumes. Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. Starting Apply Kernel Variables... Starting Remount Root and Kernel File Systems... Starting Setup Virtual Console... Mounting POSIX Message Queue File System... Mounting Debug File System... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Debug File System. Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [ 2.678658] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 2.681427] systemd-journald[381]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... Starting udev Kernel Device Manager... [[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. [ 2.813378] type=1305 audit(1533474583.955:3): audit_pid=427 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Basic System. Starting NTP client/server... Starting GSSAPI Proxy Daemon... Starting Login Service... [[32m OK [0m] Started D-Bus System Message Bus. [ 2.999749] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.005564] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.018086] [drm] Initialized drm 1.1.0 20060810 [ 3.031674] ppdev: user-space parallel port driver [ 3.047898] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.047899] [TTM] Initializing pool allocator [ 3.047903] [TTM] Initializing DMA pool allocator [ 3.048218] [drm] fb mappable at 0xFC000000 [ 3.048218] [drm] vram aper at 0xFC000000 [ 3.048219] [drm] size 33554432 [ 3.048219] [drm] fb depth is 24 [ 3.048219] [drm] pitch is 3072 [ 3.062403] fbcon: cirrusdrmfb (fb0) is primary device [ 3.081361] Console: switching to colour frame buffer device 128x48 [ 3.092905] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.099845] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... Starting LSB: Bring up/down networking... Starting Dump dmesg to /var/log/dmesg... Starting Initial cloud-init job (pre-networking)... Starting Authorization Manager... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [ 3.151359] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started NTP client/server. [ 3.160174] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.165266] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services.[ 3.170142] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 3.175516] intel_rapl: no valid rapl domains found in package 0 Starting Permit User Sessions... [ 3.178653] intel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target L ogin Prompts.[ 3.187055] intel_powerclamp: No package C-state available [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Authorization Manager. 2018-08-05 13:09:45,177 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.214: timed out 2018-08-05 13:09:54,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-05 13:09:54,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-05 13:09:54,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:09: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-8a9b1ba6-5d18-4d37-b704-f83393273530 x-compute-request-id: req-8a9b1ba6-5d18-4d37-b704-f83393273530 Content-Encoding: gzip Content-Length: 12760 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 1906263807 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.329414] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.331862] pid_max: default: 32768 minimum: 301\n[ 0.333153] Security Framework initialized\n[ 0.334356] SELinux: Initializing.\n[ 0.335690] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.340888] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.344076] Mount-cache hash table entries: 4096\n[ 0.345657] Initializing cgroup subsys memory\n[ 0.346907] Initializing cgroup subsys devices\n[ 0.348166] Initializing cgroup subsys freezer\n[ 0.349462] Initializing cgroup subsys net_cls\n[ 0.350744] Initializing cgroup subsys blkio\n[ 0.351976] Initializing cgroup subsys perf_event\n[ 0.353277] Initializing cgroup subsys hugetlb\n[ 0.354488] Initializing cgroup subsys pids\n[ 0.355695] Initializing cgroup subsys net_prio\n[ 0.357042] CPU: Physical Processor ID: 0\n[ 0.358909] mce: CPU supports 10 MCE banks\n[ 0.360143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.361602] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.363016] tlb_flushall_shift: 6\n[ 0.364268] Freeing SMP alternatives: 28k freed\n[ 0.368158] ACPI: Core revision 20130517\n[ 0.369727] ACPI: All ACPI Tables successfully acquired\n[ 0.371325] ftrace: allocating 25812 entries in 101 pages\n[ 0.392838] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.394498] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.396139] smpboot: Max logical packages: 2\n[ 0.397543] Enabling x2apic\n[ 0.398520] Enabled x2apic\n[ 0.399691] Switched APIC routing to physical x2apic.\n[ 0.402012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.403665] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01)\n[ 0.406648] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.414241] KVM setup paravirtual spinlock\n[ 0.416682] smpboot: Booting Node 0, Processors #1 OK\n[ 0.418448] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.440841] Brought up 2 CPUs\n[ 0.440845] KVM setup async PF for cpu 1\n[ 0.440849] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.444359] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.446727] devtmpfs: initialized\n[ 0.449300] EVM: security.selinux\n[ 0.450411] EVM: security.ima\n[ 0.451405] EVM: security.capability\n[ 0.453174] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.454926] pinctrl core: initialized pinctrl subsystem\n[ 0.456491] NET: Registered protocol family 16\n[ 0.457999] ACPI: bus type PCI registered\n[ 0.459207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.460923] PCI: Using configuration type 1 for base access\n[ 0.465719] ACPI: Added _OSI(Module Device)\n[ 0.466974] ACPI: Added _OSI(Processor Device)\n[ 0.468251] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.469569] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.472150] ACPI: Interpreter enabled\n[ 0.473313] ACPI: (supports S0 S5)\n[ 0.474399] ACPI: Using IOAPIC for interrupt routing\n[ 0.475767] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.479981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.481577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.483301] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.484988] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.488075] acpiphp: Slot [3] registered\n[ 0.489263] acpiphp: Slot [4] registered\n[ 0.490458] acpiphp: Slot [5] registered\n[ 0.491654] acpiphp: Slot [6] registered\n[ 0.492877] acpiphp: Slot [7] registered\n[ 0.494071] acpiphp: Slot [8] registered\n[ 0.495282] acpiphp: Slot [9] registered\n[ 0.496494] acpiphp: Slot [10] registered\n[ 0.497741] acpiphp: Slot [11] registered\n[ 0.498954] acpiphp: Slot [12] registered\n[ 0.500131] acpiphp: Slot [13] registered\n[ 0.501365] acpiphp: Slot [14] registered\n[ 0.502584] acpiphp: Slot [15] registered\n[ 0.503820] acpiphp: Slot [16] registered\n[ 0.505065] acpiphp: Slot [17] registered\n[ 0.506269] acpiphp: Slot [18] registered\n[ 0.507516] acpiphp: Slot [19] registered\n[ 0.508759] acpiphp: Slot [20] registered\n[ 0.509962] acpiphp: Slot [21] registered\n[ 0.511180] acpiphp: Slot [22] registered\n[ 0.512393] acpiphp: Slot [23] registered\n[ 0.513594] acpiphp: Slot [24] registered\n[ 0.514811] acpiphp: Slot [25] registered\n[ 0.516002] acpiphp: Slot [26] registered\n[ 0.517211] acpiphp: Slot [27] registered\n[ 0.518428] acpiphp: Slot [28] registered\n[ 0.519653] acpiphp: Slot [29] registered\n[ 0.520860] acpiphp: Slot [30] registered\n[ 0.522054] acpiphp: Slot [31] registered\n[ 0.523320] PCI host bridge to bus 0000:00\n[ 0.524529] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.525996] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.527679] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.529372] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.531573] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.533797] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.538742] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.540522] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.542158] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.543893] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.548034] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.550198] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.572903] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.574869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.576759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.578767] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.580637] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.582318] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.584071] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.586422] vgaarb: loaded\n[ 0.587350] vgaarb: bridge control possible 0000:00:02.0\n[ 0.588957] SCSI subsystem initialized\n[ 0.590165] ACPI: bus type USB registered\n[ 0.591391] usbcore: registered new interface driver usbfs\n[ 0.592880] usbcore: registered new interface driver hub\n[ 0.594330] usbcore: registered new device driver usb\n[ 0.595910] PCI: Using ACPI for IRQ routing\n[ 0.597468] NetLabel: Initializing\n[ 0.598588] NetLabel: domain hash size = 128\n[ 0.599818] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.601216] NetLabel: unlabeled traffic allowed by default\n[ 0.602827] Switched to clocksource kvm-clock\n[ 0.611211] pnp: PnP ACPI init\n[ 0.612256] ACPI: bus type PNP registered\n[ 0.613770] pnp: PnP ACPI: found 5 devices\n[ 0.614949] ACPI: bus type PNP unregistered\n[ 0.622141] NET: Registered protocol family 2\n[ 0.623702] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.626049] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.628064] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.629806] TCP: reno registered\n[ 0.630866] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.632457] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.634137] NET: Registered protocol family 1\n[ 0.635413] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.636951] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.638458] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.658246] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.678022] Unpacking initramfs...\n[ 1.128088] Freeing initrd memory: 37508k freed\n[ 1.137767] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.140006] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.144041] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.146213] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.148543] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.150565] Initialise system trusted keyring\n[ 1.152198] audit: initializing netlink socket (disabled)\n[ 1.154052] type=2000 audit(1533474581.631:1): initialized\n[ 1.171133] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.173262] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.176184] zpool: loaded\n[ 1.177385] zbud: loaded\n[ 1.178659] VFS: Disk quotas dquot_6.5.2\n[ 1.180180] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.182485] msgmni has been set to 7578\n[ 1.183948] Key type big_key registered\n[ 1.186220] NET: Registered protocol family 38\n[ 1.187849] Key type asymmetric registered\n[ 1.189317] Asymmetric key parser 'x509' registered\n[ 1.191068] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.193876] io scheduler noop registered\n[ 1.195339] io scheduler deadline registered (default)\n[ 1.206845] io scheduler cfq registered\n[ 1.208321] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.210194] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.212436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.215178] ACPI: Power Button [PWRF]\n[ 1.216676] GHES: HEST is not enabled!\n[ 1.218235] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.242195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.244521] Non-volatile memory driver v1.3\n[ 1.246011] Linux agpgart interface v0.103\n[ 1.247573] crash memory driver: version 1.1\n[ 1.249102] rdac: device handler registered\n[ 1.250569] hp_sw: device handler registered\n[ 1.252139] emc: device handler registered\n[ 1.253663] alua: device handler registered\n[ 1.255164] libphy: Fixed MDIO Bus: probed\n[ 1.256740] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.258754] ehci-pci: EHCI PCI platform driver\n[ 1.260262] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.262292] ohci-pci: OHCI PCI platform driver\n[ 1.263875] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.284115] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.285628] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.287632] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.288909] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.290363] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.291861] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.293806] usb usb1: Product: UHCI Host Controller\n[ 1.295003] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.296547] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.297836] hub 1-0:1.0: USB hub found\n[ 1.298915] hub 1-0:1.0: 2 ports detected\n[ 1.300532] usbcore: registered new interface driver usbserial\n[ 1.301910] usbcore: registered new interface driver usbserial_generic\n[ 1.303389] usbserial: USB Serial support registered for generic\n[ 1.304842] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.307530] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.308754] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.310068] mousedev: PS/2 mouse device common for all mice\n[ 1.311668] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.314111] rtc_cmos 00:00: RTC can wake from S4\n[ 1.315715] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.317332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.319543] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.321045] cpuidle: using governor menu\n[ 1.322227] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.323627] usbcore: registered new interface driver usbhid\n[ 1.325045] usbhid: USB HID core driver\n[ 1.326207] drop_monitor: Initializing network drop monitor service\n[ 1.327717] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.329908] TCP: cubic registered\n[ 1.330916] Initializing XFRM netlink socket\n[ 1.332181] NET: Registered protocol family 10\n[ 1.333569] NET: Registered protocol family 17\n[ 1.334894] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.336255] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.337683] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.340027] Loading compiled-in X.509 certificates\n[ 1.341267] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.343627] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.346382] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.348749] registered taskstats version 1\n[ 1.351551] Key type trusted registered\n[ 1.353872] Key type encrypted registered\n[ 1.356103] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.357805] rtc_cmos 00:00: setting system clock to 2018-08-05 13:09:42 UTC (1533474582)\n[ 1.360537] Freeing unused kernel memory: 1680k freed\n[ 1.364995] 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.369120] systemd[1]: Detected virtualization kvm.\n[ 1.370371] systemd[1]: Detected architecture x86-64.\n[ 1.371632] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.374446] systemd[1]: No hostname configured.\n[ 1.375640] systemd[1]: Set hostname to .\n[ 1.376937] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.401909] systemd[1]: Created slice Root Slice.\n[ 1.403165] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.405222] systemd[1]: Listening on udev Kernel Socket.\n[ 1.406534] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.408654] systemd[1]: Reached target Local File Systems.\n[ 1.409987] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Timers.\n[ 1.411999] systemd[1]: Reached target Timers.\n[ 1.413187] systemd[1]: Starting Timers.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.415110] systemd[1]: Listening on Journal Socket.\n[ 1.416368] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Reached target Swap.\n[ 1.418299] systemd[1]: Reached target Swap.\n[ 1.419443] systemd[1]: Starting Swap.\n[ 1.420520] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.422705] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.425542] systemd[1]: Reached target Paths.\n[ 1.426677] systemd[1]: Starting Paths.\n[[32m OK [0m] Created slice System Slice.\n[ 1.428567] systemd[1]: Created slice System Slice.\n[ 1.429776] systemd[1]: Starting System Slice.\n[ 1.431296] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.433562] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Reached target Slices.\n[ 1.437679] systemd[1]: Reached target Slices.\n[ 1.438846] systemd[1]: Starting Slices.\n[ 1.440235] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.443368] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.446834] systemd[1]: Listening on udev Control Socket.\n[ 1.449181] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Sockets.\n[ 1.451565] systemd[1]: Reached target Sockets.\n[ 1.452866] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.455239] 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.512878] RPC: Registered named UNIX socket transport module.\n[ 1.514717] RPC: Registered udp transport module.\n[ 1.516312] RPC: Registered tcp transport module.\n[ 1.517999] 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...\n[ 1.604870] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[[32m OK [0m] Mounted Configuration File System.\n[[32m OK [0m] Started udev Coldplug all Devices.\n Starting dracut initqueue hook...\n[ 1.615522] FDC 0 is a S82078B\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n[ 1.647120] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.686225] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.691280] scsi host0: ata_piix\n[ 1.692611] vda: vda1\n[ 1.693561] scsi host1: ata_piix\n[ 1.694664] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.696287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\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.756604] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.758250] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.759914] usb 1-1: Product: QEMU USB Tablet\n[ 1.761114] usb 1-1: Manufacturer: QEMU\n[ 1.762235] usb 1-1: SerialNumber: 42\n[ 1.771941] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.774625] 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[ 1.868682] SGI XFS with ACLs, security attributes, no debug enabled\n[ 1.871390] XFS (vda1): Mounting V4 Filesystem\n[ 1.903342] 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 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 Local File Systems.\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Slices.\n[[32m OK [0m] Stopped target Sockets.\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.146891] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 2.151028] systemd-journald[115]: Received SIGTERM from PID 1 (systemd).\n[ 2.279460] SELinux: Disabled at runtime.\n[ 2.315891] type=1404 audit(1533474583.458:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.352131] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.353570] 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 Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Listening on udev Control Socket.\n Mounting Huge Pages File System...\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Reached target Swap.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Reached target Encrypted Volumes.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Starting Apply Kernel Variables...\n Starting Remount Root and Kernel File Systems...\n Starting Setup Virtual Console...\n Mounting POSIX Message Queue File System...\n Mounting Debug File System...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Mounted Huge Pages File System.\n[[32m OK [0m] Started Apply Kernel Variables.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n[[32m OK [0m] Mounted POSIX Message Queue File System.\n[[32m OK [0m] Mounted Debug File System.\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 Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Load/Save Random Seed.\n[[32m OK [0m] Started Configure read-only root support.\n[ 2.678658] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[ 2.681427] systemd-journald[381]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\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 Preprocess NFS configuration...\n Starting Rebuild Journal Catalog...\n Starting Mark the need to relabel after reboot...\n Starting udev Kernel Device Manager...\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[ 2.813378] type=1305 audit(1533474583.955:3): audit_pid=427 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Security Auditing Service.\n Starting Update UTMP about System Boot/Shutdown...\n[[32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\n[[32m OK [0m] Started Update is Completed.\n[[32m OK [0m] Started udev Coldplug all Devices.\n[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Basic System.\n Starting NTP client/server...\n Starting GSSAPI Proxy Daemon...\n Starting Login Service...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 2.999749] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.005564] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.018086] [drm] Initialized drm 1.1.0 20060810\n[ 3.031674] ppdev: user-space parallel port driver\n[ 3.047898] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.047899] [TTM] Initializing pool allocator\n[ 3.047903] [TTM] Initializing DMA pool allocator\n[ 3.048218] [drm] fb mappable at 0xFC000000\n[ 3.048218] [drm] vram aper at 0xFC000000\n[ 3.048219] [drm] size 33554432\n[ 3.048219] [drm] fb depth is 24\n[ 3.048219] [drm] pitch is 3072\n[ 3.062403] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.081361] Console: switching to colour frame buffer device 128x48\n[ 3.092905] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[ 3.099845] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting D-Bus System Message Bus...\n Starting LSB: Bring up/down networking...\n Starting Dump dmesg to /var/log/dmesg...\n Starting Initial cloud-init job (pre-networking)...\n Starting Authorization Manager...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started Login Service.\n[ 3.151359] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started NTP client/server.\n[ 3.160174] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.165266] alg: No test for crc32 (crc32-pclmul)\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Reached target NFS client services.[ 3.170142] intel_rapl: no valid rapl domains found in package 0\n\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 3.175516] intel_rapl: no valid rapl domains found in package 0\n Starting Permit User Sessions...\n[ 3.178653] intel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions.\n[[32m OK [0m] Started Serial Getty on ttyS0.\n Starting Serial Getty on ttyS0...\n[[32m OK [0m] Started Getty on tty1.\n Starting Getty on tty1...\n[[32m OK [0m] Reached target L\nogin Prompts.[ 3.187055] intel_powerclamp: No package C-state available\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\n[[32m OK [0m] Started Authorization Manager.\n[ 3.688341] cloud-init[497]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 13:09:45 +0000. Up 3.65 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[32m OK [0m] Started LSB: Bring up/down networking.\n[[32m OK [0m] Reached target Network.\n Starting Postfix Mail Transport Agent...\n Starting System Logging Service...\n Starting nginx - high performance web server...\n Starting Notify NFS peers of a restart...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting Dynamic System Tuning Daemon...\n Starting OpenSSH server daemon...\n Starting PostgreSQL 9.5 database server...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting LSB: Supports the direct execution of binary formats....\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started OpenSSH server daemon.\n[[32m OK [0m] Started Notify NFS peers of a restart.\n[[32m OK [0m] Started LSB: Starts Logstash as a daemon..\n[[32m OK [0m] Started System Logging Service.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.879229] cloud-init[790]: Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 13:09:47 +0000. Up 5.80 seconds.\n[ 5.915817] cloud-init[790]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.917499] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.920103] cloud-init[790]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.921764] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.923463] cloud-init[790]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.924979] cloud-init[790]: ci-info: | eth0: | True | 192.168.120.3 | 255.255.255.0 | fa:16:3e:58:ce:f5 |\n[ 5.930526] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.935301] cloud-init[790]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.939093] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.940688] cloud-init[790]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.942281] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.943891] cloud-init[790]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.945511] cloud-init[790]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH |\n[ 5.947110] cloud-init[790]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.949065] cloud-init[790]: 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.531134] cloud-init[3431]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 13:09:52 +0000. Up 10.48 seconds.\n[ 10.797151] cloud-init[3517]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 13:09:52 +0000. Up 10.74 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:41:cc:a8:85:ff:41:6d:1d:26:e0:92:13:d6:17:e9 | - | 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.858967] cloud-init[3517]: Cloud-init v. 0.7.5 finished at Sun, 05 Aug 2018 13:09:52 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.84 seconds\n"} 2018-08-05 13:09:54,266 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f/action used request id req-8a9b1ba6-5d18-4d37-b704-f83393273530 2018-08-05 13:09:54,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0782840251923s 2018-08-05 13:09:54,267 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f/action used request id req-8a9b1ba6-5d18-4d37-b704-f83393273530 2018-08-05 13:09:54,267 - 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 1906263807 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.329414] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.331862] pid_max: default: 32768 minimum: 301 [ 0.333153] Security Framework initialized [ 0.334356] SELinux: Initializing. [ 0.335690] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.340888] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.344076] Mount-cache hash table entries: 4096 [ 0.345657] Initializing cgroup subsys memory [ 0.346907] Initializing cgroup subsys devices [ 0.348166] Initializing cgroup subsys freezer [ 0.349462] Initializing cgroup subsys net_cls [ 0.350744] Initializing cgroup subsys blkio [ 0.351976] Initializing cgroup subsys perf_event [ 0.353277] Initializing cgroup subsys hugetlb [ 0.354488] Initializing cgroup subsys pids [ 0.355695] Initializing cgroup subsys net_prio [ 0.357042] CPU: Physical Processor ID: 0 [ 0.358909] mce: CPU supports 10 MCE banks [ 0.360143] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.361602] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.363016] tlb_flushall_shift: 6 [ 0.364268] Freeing SMP alternatives: 28k freed [ 0.368158] ACPI: Core revision 20130517 [ 0.369727] ACPI: All ACPI Tables successfully acquired [ 0.371325] ftrace: allocating 25812 entries in 101 pages [ 0.392838] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.394498] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.396139] smpboot: Max logical packages: 2 [ 0.397543] Enabling x2apic [ 0.398520] Enabled x2apic [ 0.399691] Switched APIC routing to physical x2apic. [ 0.402012] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.403665] smpboot: CPU0: Intel Core Processor (Haswell, no TSX, IBRS) (fam: 06, model: 3c, stepping: 01) [ 0.406648] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.414241] KVM setup paravirtual spinlock [ 0.416682] smpboot: Booting Node 0, Processors #1 OK [ 0.418448] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.440841] Brought up 2 CPUs [ 0.440845] KVM setup async PF for cpu 1 [ 0.440849] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.444359] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.446727] devtmpfs: initialized [ 0.449300] EVM: security.selinux [ 0.450411] EVM: security.ima [ 0.451405] EVM: security.capability [ 0.453174] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.454926] pinctrl core: initialized pinctrl subsystem [ 0.456491] NET: Registered protocol family 16 [ 0.457999] ACPI: bus type PCI registered [ 0.459207] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.460923] PCI: Using configuration type 1 for base access [ 0.465719] ACPI: Added _OSI(Module Device) [ 0.466974] ACPI: Added _OSI(Processor Device) [ 0.468251] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.469569] ACPI: Added _OSI(Processor Aggregator Device) [ 0.472150] ACPI: Interpreter enabled [ 0.473313] ACPI: (supports S0 S5) [ 0.474399] ACPI: Using IOAPIC for interrupt routing [ 0.475767] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.479981] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.481577] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.483301] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.484988] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.488075] acpiphp: Slot [3] registered [ 0.489263] acpiphp: Slot [4] registered [ 0.490458] acpiphp: Slot [5] registered [ 0.491654] acpiphp: Slot [6] registered [ 0.492877] acpiphp: Slot [7] registered [ 0.494071] acpiphp: Slot [8] registered [ 0.495282] acpiphp: Slot [9] registered [ 0.496494] acpiphp: Slot [10] registered [ 0.497741] acpiphp: Slot [11] registered [ 0.498954] acpiphp: Slot [12] registered [ 0.500131] acpiphp: Slot [13] registered [ 0.501365] acpiphp: Slot [14] registered [ 0.502584] acpiphp: Slot [15] registered [ 0.503820] acpiphp: Slot [16] registered [ 0.505065] acpiphp: Slot [17] registered [ 0.506269] acpiphp: Slot [18] registered [ 0.507516] acpiphp: Slot [19] registered [ 0.508759] acpiphp: Slot [20] registered [ 0.509962] acpiphp: Slot [21] registered [ 0.511180] acpiphp: Slot [22] registered [ 0.512393] acpiphp: Slot [23] registered [ 0.513594] acpiphp: Slot [24] registered [ 0.514811] acpiphp: Slot [25] registered [ 0.516002] acpiphp: Slot [26] registered [ 0.517211] acpiphp: Slot [27] registered [ 0.518428] acpiphp: Slot [28] registered [ 0.519653] acpiphp: Slot [29] registered [ 0.520860] acpiphp: Slot [30] registered [ 0.522054] acpiphp: Slot [31] registered [ 0.523320] PCI host bridge to bus 0000:00 [ 0.524529] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.525996] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.527679] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.529372] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.531573] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.533797] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.538742] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.540522] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.542158] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.543893] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.548034] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.550198] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.572903] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.574869] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.576759] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.578767] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.580637] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.582318] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.584071] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.586422] vgaarb: loaded [ 0.587350] vgaarb: bridge control possible 0000:00:02.0 [ 0.588957] SCSI subsystem initialized [ 0.590165] ACPI: bus type USB registered [ 0.591391] usbcore: registered new interface driver usbfs [ 0.592880] usbcore: registered new interface driver hub [ 0.594330] usbcore: registered new device driver usb [ 0.595910] PCI: Using ACPI for IRQ routing [ 0.597468] NetLabel: Initializing [ 0.598588] NetLabel: domain hash size = 128 [ 0.599818] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.601216] NetLabel: unlabeled traffic allowed by default [ 0.602827] Switched to clocksource kvm-clock [ 0.611211] pnp: PnP ACPI init [ 0.612256] ACPI: bus type PNP registered [ 0.613770] pnp: PnP ACPI: found 5 devices [ 0.614949] ACPI: bus type PNP unregistered [ 0.622141] NET: Registered protocol family 2 [ 0.623702] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.626049] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.628064] TCP: Hash tables configured (established 32768 bind 32768) [ 0.629806] TCP: reno registered [ 0.630866] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.632457] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.634137] NET: Registered protocol family 1 [ 0.635413] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.636951] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.638458] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.658246] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.678022] Unpacking initramfs... [ 1.128088] Freeing initrd memory: 37508k freed [ 1.137767] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.140006] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.144041] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.146213] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.148543] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.150565] Initialise system trusted keyring [ 1.152198] audit: initializing netlink socket (disabled) [ 1.154052] type=2000 audit(1533474581.631:1): initialized [ 1.171133] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.173262] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.176184] zpool: loaded [ 1.177385] zbud: loaded [ 1.178659] VFS: Disk quotas dquot_6.5.2 [ 1.180180] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.182485] msgmni has been set to 7578 [ 1.183948] Key type big_key registered [ 1.186220] NET: Registered protocol family 38 [ 1.187849] Key type asymmetric registered [ 1.189317] Asymmetric key parser 'x509' registered [ 1.191068] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.193876] io scheduler noop registered [ 1.195339] io scheduler deadline registered (default) [ 1.206845] io scheduler cfq registered [ 1.208321] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.210194] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.212436] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.215178] ACPI: Power Button [PWRF] [ 1.216676] GHES: HEST is not enabled! [ 1.218235] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.242195] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.244521] Non-volatile memory driver v1.3 [ 1.246011] Linux agpgart interface v0.103 [ 1.247573] crash memory driver: version 1.1 [ 1.249102] rdac: device handler registered [ 1.250569] hp_sw: device handler registered [ 1.252139] emc: device handler registered [ 1.253663] alua: device handler registered [ 1.255164] libphy: Fixed MDIO Bus: probed [ 1.256740] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.258754] ehci-pci: EHCI PCI platform driver [ 1.260262] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.262292] ohci-pci: OHCI PCI platform driver [ 1.263875] uhci_hcd: USB Universal Host Controller Interface driver [ 1.284115] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.285628] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.287632] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.288909] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.290363] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.291861] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.293806] usb usb1: Product: UHCI Host Controller [ 1.295003] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.296547] usb usb1: SerialNumber: 0000:00:01.2 [ 1.297836] hub 1-0:1.0: USB hub found [ 1.298915] hub 1-0:1.0: 2 ports detected [ 1.300532] usbcore: registered new interface driver usbserial [ 1.301910] usbcore: registered new interface driver usbserial_generic [ 1.303389] usbserial: USB Serial support registered for generic [ 1.304842] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.307530] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.308754] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.310068] mousedev: PS/2 mouse device common for all mice [ 1.311668] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.314111] rtc_cmos 00:00: RTC can wake from S4 [ 1.315715] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.317332] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.319543] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.321045] cpuidle: using governor menu [ 1.322227] hidraw: raw HID events driver (C) Jiri Kosina [ 1.323627] usbcore: registered new interface driver usbhid [ 1.325045] usbhid: USB HID core driver [ 1.326207] drop_monitor: Initializing network drop monitor service [ 1.327717] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.329908] TCP: cubic registered [ 1.330916] Initializing XFRM netlink socket [ 1.332181] NET: Registered protocol family 10 [ 1.333569] NET: Registered protocol family 17 [ 1.334894] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.336255] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.337683] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.340027] Loading compiled-in X.509 certificates [ 1.341267] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.343627] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.346382] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.348749] registered taskstats version 1 [ 1.351551] Key type trusted registered [ 1.353872] Key type encrypted registered [ 1.356103] IMA: No TPM chip found, activating TPM-bypass! [ 1.357805] rtc_cmos 00:00: setting system clock to 2018-08-05 13:09:42 UTC (1533474582) [ 1.360537] Freeing unused kernel memory: 1680k freed [ 1.364995] 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.369120] systemd[1]: Detected virtualization kvm. [ 1.370371] systemd[1]: Detected architecture x86-64. [ 1.371632] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.374446] systemd[1]: No hostname configured. [ 1.375640] systemd[1]: Set hostname to . [ 1.376937] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.401909] systemd[1]: Created slice Root Slice. [ 1.403165] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.405222] systemd[1]: Listening on udev Kernel Socket. [ 1.406534] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.408654] systemd[1]: Reached target Local File Systems. [ 1.409987] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Timers. [ 1.411999] systemd[1]: Reached target Timers. [ 1.413187] systemd[1]: Starting Timers. [[32m OK [0m] Listening on Journal Socket. [ 1.415110] systemd[1]: Listening on Journal Socket. [ 1.416368] systemd[1]: Starting Journal Socket. [[32m OK [0m] Reached target Swap. [ 1.418299] systemd[1]: Reached target Swap. [ 1.419443] systemd[1]: Starting Swap. [ 1.420520] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.422705] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.425542] systemd[1]: Reached target Paths. [ 1.426677] systemd[1]: Starting Paths. [[32m OK [0m] Created slice System Slice. [ 1.428567] systemd[1]: Created slice System Slice. [ 1.429776] systemd[1]: Starting System Slice. [ 1.431296] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.433562] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Reached target Slices. [ 1.437679] systemd[1]: Reached target Slices. [ 1.438846] systemd[1]: Starting Slices. [ 1.440235] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.443368] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Listening on udev Control Socket. [ 1.446834] systemd[1]: Listening on udev Control Socket. [ 1.449181] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Sockets. [ 1.451565] systemd[1]: Reached target Sockets. [ 1.452866] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.455239] 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.512878] RPC: Registered named UNIX socket transport module. [ 1.514717] RPC: Registered udp transport module. [ 1.516312] RPC: Registered tcp transport module. [ 1.517999] 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.604870] 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. Starting dracut initqueue hook... [ 1.615522] FDC 0 is a S82078B [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. [ 1.647120] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.686225] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.691280] scsi host0: ata_piix [ 1.692611] vda: vda1 [ 1.693561] scsi host1: ata_piix [ 1.694664] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.696287] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [[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.756604] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.758250] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.759914] usb 1-1: Product: QEMU USB Tablet [ 1.761114] usb 1-1: Manufacturer: QEMU [ 1.762235] usb 1-1: SerialNumber: 42 [ 1.771941] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.774625] 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... [ 1.868682] SGI XFS with ACLs, security attributes, no debug enabled [ 1.871390] XFS (vda1): Mounting V4 Filesystem [ 1.903342] 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 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 Local File Systems. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target Sockets. [[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.146891] tsc: Refined TSC clocksource calibration: 3491.872 MHz [ 2.151028] systemd-journald[115]: Received SIGTERM from PID 1 (systemd). [ 2.279460] SELinux: Disabled at runtime. [ 2.315891] type=1404 audit(1533474583.458:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.352131] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.353570] systemd[1]: Inserted module 'ip_tables' Welcome to [0;31mCentOS Linux 7 (Core)[0m! [[32m OK [0m] Stopped Switch Root. [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Listening on udev Control Socket. Mounting Huge Pages File System... [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Reached target Swap. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Reached target Encrypted Volumes. Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Stopped target Initrd Root File System. Starting Apply Kernel Variables... Starting Remount Root and Kernel File Systems... Starting Setup Virtual Console... Mounting POSIX Message Queue File System... Mounting Debug File System... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Apply Kernel Variables. [[32m OK [0m] Started Remount Root and Kernel File Systems. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Debug File System. Starting Rebuild Hardware Database... Starting Load/Save Random Seed... Starting Configure read-only root support... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Load/Save Random Seed. [[32m OK [0m] Started Configure read-only root support. [ 2.678658] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 2.681427] systemd-journald[381]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Import network configuration from initramfs... Starting Preprocess NFS configuration... Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... Starting udev Kernel Device Manager... [[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. [ 2.813378] type=1305 audit(1533474583.955:3): audit_pid=427 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Basic System. Starting NTP client/server... Starting GSSAPI Proxy Daemon... Starting Login Service... [[32m OK [0m] Started D-Bus System Message Bus. [ 2.999749] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.005564] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.018086] [drm] Initialized drm 1.1.0 20060810 [ 3.031674] ppdev: user-space parallel port driver [ 3.047898] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.047899] [TTM] Initializing pool allocator [ 3.047903] [TTM] Initializing DMA pool allocator [ 3.048218] [drm] fb mappable at 0xFC000000 [ 3.048218] [drm] vram aper at 0xFC000000 [ 3.048219] [drm] size 33554432 [ 3.048219] [drm] fb depth is 24 [ 3.048219] [drm] pitch is 3072 [ 3.062403] fbcon: cirrusdrmfb (fb0) is primary device [ 3.081361] Console: switching to colour frame buffer device 128x48 [ 3.092905] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [ 3.099845] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting D-Bus System Message Bus... Starting LSB: Bring up/down networking... Starting Dump dmesg to /var/log/dmesg... Starting Initial cloud-init job (pre-networking)... Starting Authorization Manager... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [ 3.151359] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started NTP client/server. [ 3.160174] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.165266] alg: No test for crc32 (crc32-pclmul) [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Reached target NFS client services.[ 3.170142] intel_rapl: no valid rapl domains found in package 0 [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 3.175516] intel_rapl: no valid rapl domains found in package 0 Starting Permit User Sessions... [ 3.178653] intel_powerclamp: No package C-state available[[32m OK [0m] Started Permit User Sessions. [[32m OK [0m] Started Serial Getty on ttyS0. Starting Serial Getty on ttyS0... [[32m OK [0m] Started Getty on tty1. Starting Getty on tty1... [[32m OK [0m] Reached target L ogin Prompts.[ 3.187055] intel_powerclamp: No package C-state available [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[32m OK [0m] Started Authorization Manager. [ 3.688341] cloud-init[497]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 05 Aug 2018 13:09:45 +0000. Up 3.65 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting Postfix Mail Transport Agent... Starting System Logging Service... Starting nginx - high performance web server... Starting Notify NFS peers of a restart... Starting Initial cloud-init job (metadata service crawler)... Starting Dynamic System Tuning Daemon... Starting OpenSSH server daemon... Starting PostgreSQL 9.5 database server... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... Starting LSB: Starts Logstash as a daemon.... Starting LSB: Supports the direct execution of binary formats.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started System Logging Service. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.879229] cloud-init[790]: Cloud-init v. 0.7.5 running 'init' at Sun, 05 Aug 2018 13:09:47 +0000. Up 5.80 seconds. [ 5.915817] cloud-init[790]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.917499] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.920103] cloud-init[790]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.921764] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.923463] cloud-init[790]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.924979] cloud-init[790]: ci-info: | eth0: | True | 192.168.120.3 | 255.255.255.0 | fa:16:3e:58:ce:f5 | [ 5.930526] cloud-init[790]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.935301] cloud-init[790]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.939093] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.940688] cloud-init[790]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.942281] cloud-init[790]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.943891] cloud-init[790]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.945511] cloud-init[790]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH | [ 5.947110] cloud-init[790]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.949065] cloud-init[790]: 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.531134] cloud-init[3431]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 05 Aug 2018 13:09:52 +0000. Up 10.48 seconds. [ 10.797151] cloud-init[3517]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 05 Aug 2018 13:09:52 +0000. Up 10.74 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:41:cc:a8:85:ff:41:6d:1d:26:e0:92:13:d6:17:e9 | - | 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.858967] cloud-init[3517]: Cloud-init v. 0.7.5 finished at Sun, 05 Aug 2018 13:09:52 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.84 seconds 2018-08-05 13:09:54,271 - paramiko.transport - DEBUG - starting thread (client mode): 0xce0c5290L 2018-08-05 13:09:54,272 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-05 13:09:54,295 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-08-05 13:09:54,295 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-08-05 13:09:54,319 - 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-05 13:09:54,320 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-05 13:09:54,320 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-05 13:09:54,320 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-05 13:09:54,321 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-05 13:09:54,321 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-05 13:09:54,327 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-05 13:09:54,328 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-05 13:09:54,335 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.214: 4c1f7c71f5a98b8370f02ab218eae423 2018-08-05 13:09:54,336 - paramiko.transport - DEBUG - Trying discovered key 7941cca885ff416d1d26e09213d617e9 in /tmp/tmpKEy0iQ 2018-08-05 13:09:54,367 - paramiko.transport - DEBUG - userauth is OK 2018-08-05 13:09:54,394 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-05 13:09:54,401 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-08-05 13:09:54,401 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-08-05 13:09:54,402 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-08-05 13:09:54,402 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/status 2018-08-05 13:09:54,843 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:09:54,843 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:09:54,843 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:09:54,843 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:09:54,844 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:09:54,844 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:09:54,844 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:09:54,844 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 808, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4659, "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": 1845, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4661, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 850, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 810, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 807, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4656, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 836, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 13:09:54,844 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:09:54,844 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:09:55 GMT 2018-08-05 13:09:54,844 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:09:54,844 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2389 2018-08-05 13:09:54,844 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:09:54,845 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 808, 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': 4659, 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': 1845, u'state': u'running', u'Id': u'cloudify-rabbitmq.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'RabbitMQ'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify AMQP InfluxDB Broker Service', u'MainPID': 4661, 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': 850, 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': 810, 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': 807, 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': 4656, 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': 836, u'state': u'running', u'Id': u'nginx.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Webserver'}]} 2018-08-05 13:09:54,845 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/status 2018-08-05 13:09:55,189 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:09:55,189 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:09:55,189 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:09:55,190 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:09:55,190 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:09:55,190 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:09:55,190 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:09:55,190 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 808, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4659, "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": 1845, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4661, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 850, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 810, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 807, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4656, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 836, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-08-05 13:09:55,190 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:09:55,190 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:09:55 GMT 2018-08-05 13:09:55,190 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:09:55,190 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2389 2018-08-05 13:09:55,190 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:09:55,191 - functest.core.cloudify - INFO - The current manager status is running 2018-08-05 13:09:55,191 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.214:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-08-05 13:09:55,275 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:09:55,275 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:09:55,276 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:09:55,276 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:09:55,276 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:09:55,276 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:09:55,276 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:09:55,276 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-08-05 13:09:55,276 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-05T13:09:55.597Z", "updated_at": "2018-08-05T13:09:55.597Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-05 13:09:55,276 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:09:55,277 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:09:55 GMT 2018-08-05 13:09:55,277 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:09:55,277 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-05 13:09:55,277 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:09:55,277 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/secrets 2018-08-05 13:09:55,390 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:09:55,390 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:09:55,390 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:09:55,390 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:09:55,390 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:09:55,390 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:09:55,390 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:09:55,390 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-08-05T13:09:55.597Z", "updated_at": "2018-08-05T13:09:55.597Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-05 13:09:55,391 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:09:55,391 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:09:55 GMT 2018-08-05 13:09:55,391 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:09:55,391 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-08-05 13:09:55,391 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:09:55,391 - functest.core.cloudify - DEBUG - List secrets: 2018-08-05 13:09:55,392 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.214:80/api/v3/secrets/foo 2018-08-05 13:09:55,527 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:09:55,527 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:09:55,528 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:09:55,528 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:09:55,528 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:09:55,528 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:09:55,528 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:09:55,528 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-05 13:09:55,528 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-08-05T13:09:55.597Z", "updated_at": "2018-08-05T13:09:55.597Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-08-05 13:09:55,528 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:09:55,528 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:09:55 GMT 2018-08-05 13:09:55,529 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:09:55,529 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-08-05 13:09:55,529 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:09:55,529 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-08-05 13:09:55,529 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-08-05 13:09:55,529 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-08-05 13:09:55,530 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-05 13:09:55,532 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-05 13:09:55,533 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-05 13:09:55,600 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-05 13:09:55,876 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-05 13:09:55,877 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-05 13:09:55,878 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-05 13:09:55,879 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-05 13:09:55,879 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-05 13:09:55,903 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-05 13:10:34,568 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-05 13:10:34,568 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirror.hostduplex.com * extras: mirrors.syringanetworks.net * updates: mirrors.sonic.net No package python-cmd2 available. Resolving Dependencies --> Running transaction check ---> Package gcc.x86_64 0:4.8.5-28.el7_5.1 will be installed --> Processing Dependency: libgomp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: cpp = 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libgcc >= 4.8.5-28.el7_5.1 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-28.el7_5.1.x86_64 ---> Package python-devel.x86_64 0:2.7.5-69.el7_5 will be installed --> Processing Dependency: python(x86-64) = 2.7.5-69.el7_5 for package: python-devel-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package cpp.x86_64 0:4.8.5-28.el7_5.1 will be installed ---> Package glibc-devel.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: glibc-headers = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc = 2.17-222.el7 for package: glibc-devel-2.17-222.el7.x86_64 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-222.el7.x86_64 ---> Package libgcc.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgcc.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libgomp.x86_64 0:4.8.5-11.el7 will be updated ---> Package libgomp.x86_64 0:4.8.5-28.el7_5.1 will be an update ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed ---> Package python.x86_64 0:2.7.5-48.el7 will be updated ---> Package python.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: python-libs(x86-64) = 2.7.5-69.el7_5 for package: python-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc.x86_64 0:2.17-157.el7_3.1 will be updated --> Processing Dependency: glibc = 2.17-157.el7_3.1 for package: glibc-common-2.17-157.el7_3.1.x86_64 ---> Package glibc.x86_64 0:2.17-222.el7 will be an update ---> Package glibc-headers.x86_64 0:2.17-222.el7 will be installed --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-222.el7.x86_64 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-222.el7.x86_64 ---> Package python-libs.x86_64 0:2.7.5-48.el7 will be updated ---> Package python-libs.x86_64 0:2.7.5-69.el7_5 will be an update --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: python-libs-2.7.5-69.el7_5.x86_64 --> Running transaction check ---> Package glibc-common.x86_64 0:2.17-157.el7_3.1 will be updated ---> Package glibc-common.x86_64 0:2.17-222.el7 will be an update ---> Package kernel-headers.x86_64 0:3.10.0-862.9.1.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.9.1.el7 updates 7.1 M libmpc x86_64 1.0.1-3.el7 base 51 k mpfr x86_64 3.1.1-4.el7 base 203 k Updating for dependencies: glibc x86_64 2.17-222.el7 base 3.6 M glibc-common x86_64 2.17-222.el7 base 11 M libgcc x86_64 4.8.5-28.el7_5.1 updates 101 k libgomp x86_64 4.8.5-28.el7_5.1 updates 156 k openssl x86_64 1:1.0.2k-12.el7 base 492 k openssl-libs x86_64 1:1.0.2k-12.el7 base 1.2 M python x86_64 2.7.5-69.el7_5 updates 93 k python-libs x86_64 2.7.5-69.el7_5 updates 5.6 M Transaction Summary ================================================================================ Install 2 Packages (+6 Dependent packages) Upgrade ( 8 Dependent packages) Total download size: 54 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. -------------------------------------------------------------------------------- Total 16 MB/s | 54 MB 00:03 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-28.el7_5.1.x86_64 1/24 Updating : glibc-common-2.17-222.el7.x86_64 2/24 Updating : glibc-2.17-222.el7.x86_64 3/24 warning: /etc/nsswitch.conf created as /etc/nsswitch.conf.rpmnew Installing : mpfr-3.1.1-4.el7.x86_64 4/24 Installing : libmpc-1.0.1-3.el7.x86_64 5/24 Updating : 1:openssl-libs-1.0.2k-12.el7.x86_64 6/24 Updating : python-libs-2.7.5-69.el7_5.x86_64 7/24 Updating : python-2.7.5-69.el7_5.x86_64 8/24 Installing : cpp-4.8.5-28.el7_5.1.x86_64 9/24 Updating : libgomp-4.8.5-28.el7_5.1.x86_64 10/24 Installing : kernel-headers-3.10.0-862.9.1.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 : kernel-headers-3.10.0-862.9.1.el7.x86_64 5/24 Verifying : gcc-4.8.5-28.el7_5.1.x86_64 6/24 Verifying : python-libs-2.7.5-69.el7_5.x86_64 7/24 Verifying : glibc-2.17-222.el7.x86_64 8/24 Verifying : libgcc-4.8.5-28.el7_5.1.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.9.1.el7 libmpc.x86_64 0:1.0.1-3.el7 mpfr.x86_64 0:3.1.1-4.el7 Dependency Updated: glibc.x86_64 0:2.17-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-05 13:10:34,569 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-05 13:10:34,569 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - error: 2018-08-05 13:10:34,570 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2018-08-05 13:10:37,218 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:5428081a21782d4eab3b67d8cc6bf508 sha256:55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0 2018-08-05 13:10:37,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 13:10:37,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:10:37,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-89641f2d-1922-489c-90fe-b76883779d93 Date: Sun, 05 Aug 2018 13:10:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/8818f90a-331a-40eb-8dba-ffd5db0091a8/snap", "metadata": {}}], "file": "/v2/images/8818f90a-331a-40eb-8dba-ffd5db0091a8/file", "owner": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "size": 4373348352, "self": "/v2/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/8818f90a-331a-40eb-8dba-ffd5db0091a8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-05T13:07:13Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-05T13:06:13Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 13:10:37,259 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-89641f2d-1922-489c-90fe-b76883779d93 2018-08-05 13:10:37,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0378479957581s 2018-08-05 13:10:37,260 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-89641f2d-1922-489c-90fe-b76883779d93 2018-08-05 13:10:37,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 13:10:37,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" -d '{"owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}' 2018-08-05 13:10:37,314 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 884 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-bd48343b-09c1-4c1c-b868-60b5a87c76f9 Date: Sun, 05 Aug 2018 13:10:37 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b/file", "owner": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "size": null, "self": "/v2/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2018-08-05T13:10:37Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "checksum": null, "created_at": "2018-08-05T13:10:37Z", "protected": false} 2018-08-05 13:10:37,314 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-bd48343b-09c1-4c1c-b868-60b5a87c76f9 2018-08-05 13:10:37,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0452301502228s 2018-08-05 13:10:37,314 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-bd48343b-09c1-4c1c-b868-60b5a87c76f9 returning object 9234e29a-6e0f-459b-aca0-f2c8d053d28b 2018-08-05 13:10:37,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 13:10:37,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" -d '' 2018-08-05 13:10:43,895 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-33056cd6-9bc2-41fb-afc5-09e9ca98b605 Date: Sun, 05 Aug 2018 13:10:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-05 13:10:43,895 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b/file used request id req-33056cd6-9bc2-41fb-afc5-09e9ca98b605 2018-08-05 13:10:43,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 6.58046317101s 2018-08-05 13:10:43,896 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b/file used request id req-33056cd6-9bc2-41fb-afc5-09e9ca98b605 2018-08-05 13:10:43,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 13:10:43,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:10:43,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2356 Content-Type: application/json X-Openstack-Request-Id: req-aa0efdcc-34e5-427d-9cfa-eec8d8b8342e Date: Sun, 05 Aug 2018 13:10:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b/snap", "metadata": {}}], "file": "/v2/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b/file", "owner": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "size": 426967040, "self": "/v2/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "updated_at": "2018-08-05T13:10:43Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "created_at": "2018-08-05T13:10:37Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/8818f90a-331a-40eb-8dba-ffd5db0091a8/snap", "metadata": {}}], "file": "/v2/images/8818f90a-331a-40eb-8dba-ffd5db0091a8/file", "owner": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "size": 4373348352, "self": "/v2/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/8818f90a-331a-40eb-8dba-ffd5db0091a8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-05T13:07:13Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-05T13:06:13Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 13:10:43,950 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-aa0efdcc-34e5-427d-9cfa-eec8d8b8342e 2018-08-05 13:10:43,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0504751205444s 2018-08-05 13:10:43,951 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-aa0efdcc-34e5-427d-9cfa-eec8d8b8342e 2018-08-05 13:10:43,953 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b/file', 'owner': u'd1caa7d3da7c4c3d8e87faffa088d1e7', 'id': u'9234e29a-6e0f-459b-aca0-f2c8d053d28b', 'size': 426967040, u'self': u'/v2/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd1caa7d3da7c4c3d8e87faffa088d1e7', 'name': 'vyos_vrouter-project_d81e6dbb-361e-4403-84a4-79acd7efcfb4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T13:10:43Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-05T13:10:43Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_d81e6dbb-361e-4403-84a4-79acd7efcfb4', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', 'properties': {u'self': u'/v2/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_d81e6dbb-361e-4403-84a4-79acd7efcfb4', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_d81e6dbb-361e-4403-84a4-79acd7efcfb4', 'created': u'2018-08-05T13:10:37Z', 'checksum': u'5428081a21782d4eab3b67d8cc6bf508', 'created_at': u'2018-08-05T13:10:37Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_d81e6dbb-361e-4403-84a4-79acd7efcfb4', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'schema': u'/v2/schemas/image'}}) 2018-08-05 13:10:43,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 13:10:43,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 50, "id": null, "swap": 0}}' 2018-08-05 13:10:44,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:10: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-15c32645-e2c4-456a-9925-8cca779dc1e4 x-compute-request-id: req-15c32645-e2c4-456a-9925-8cca779dc1e4 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_alt_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "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": "63e399e5-0ff7-4258-84e9-ccee6e451e81"}} 2018-08-05 13:10:44,005 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-15c32645-e2c4-456a-9925-8cca779dc1e4 2018-08-05 13:10:44,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0509581565857s 2018-08-05 13:10:44,006 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-15c32645-e2c4-456a-9925-8cca779dc1e4 2018-08-05 13:10:44,007 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_d81e6dbb-361e-4403-84a4-79acd7efcfb4', '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'd5650b30963342b58320b9e3073d7ddf', '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'63e399e5-0ff7-4258-84e9-ccee6e451e81', 'swap': 0}) 2018-08-05 13:10:44,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 13:10:44,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" -d '{"extra_specs": {}}' 2018-08-05 13:10:44,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:10: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-714647d6-0655-4402-9460-b641ee4af5f4 x-compute-request-id: req-714647d6-0655-4402-9460-b641ee4af5f4 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 13:10:44,030 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81/os-extra_specs used request id req-714647d6-0655-4402-9460-b641ee4af5f4 2018-08-05 13:10:44,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0224938392639s 2018-08-05 13:10:44,030 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81/os-extra_specs used request id req-714647d6-0655-4402-9460-b641ee4af5f4 2018-08-05 13:10:44,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-05 13:10:44,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5: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.14" 2018-08-05 13:10:44,042 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 13:10:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-060a648f-19a8-4222-88f5-0b9a04e803b7 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.5:35357/v3/", "rel": "self"}]}]}} 2018-08-05 13:10:44,043 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.5:35357/ used request id req-060a648f-19a8-4222-88f5-0b9a04e803b7 2018-08-05 13:10:44,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5: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.14" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" 2018-08-05 13:10:44,144 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:10:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6316be1-f5aa-48b3-aaad-62f7a898af11 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.5:35357/v3/services/139a62e950cb4f5eba26c38253ebd1c3"}, "enabled": true, "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.5:35357/v3/services/1754f3f0106c49f4af6aaebd88bedab9"}, "enabled": true, "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.5:35357/v3/services/33bc21e79f994848b9321670dacd0042"}, "enabled": true, "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.5:35357/v3/services/369f69bfa97a423182377beb47371862"}, "enabled": true, "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.5:35357/v3/services/3bac9975b3294e2882de4947091c3fa3"}, "enabled": true, "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.5:35357/v3/services/4b23419f4d5946aa9e2ba429a283c70f"}, "enabled": true, "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.5:35357/v3/services/773d76d850d04c4eafce3eb58a4d74ca"}, "enabled": true, "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.5:35357/v3/services/77dad98482d44e58bf8d98b0f42ebfab"}, "enabled": true, "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.5:35357/v3/services/7bbc5945f84940b5a5650bc65f3e9929"}, "enabled": true, "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.5:35357/v3/services/7be3263d84a54a1c921d2ee99f0d4175"}, "enabled": true, "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.5:35357/v3/services/a0a276da436b470d8ab909d4757f3746"}, "enabled": true, "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.5:35357/v3/services/b6e1a757f8db4827a78d436bd1d0e757"}, "enabled": true, "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.5:35357/v3/services/c6421874073646f4b9ebee9bfadf25d7"}, "enabled": true, "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.5:35357/v3/services/cf1888c12b68498e9890470ac60ac247"}, "enabled": true, "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.5:35357/v3/services/fa88321ac2ac455ba9c811f773712360"}, "enabled": true, "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "links": {"self": "http://192.30.9.5:35357/v3/services", "previous": null, "next": null}} 2018-08-05 13:10:44,144 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-a6316be1-f5aa-48b3-aaad-62f7a898af11 2018-08-05 13:10:44,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.110711097717s 2018-08-05 13:10:44,145 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-a6316be1-f5aa-48b3-aaad-62f7a898af11 2018-08-05 13:10:44,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-05 13:10:44,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" 2018-08-05 13:10:44,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:10:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e5608b3-0316-4479-9ac7-f59260059a53 Content-Encoding: gzip Content-Length: 1958 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/005c613324dd4ac980779f2bbedfc4ae"}, "url": "http://172.30.9.46:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b6e1a757f8db4827a78d436bd1d0e757", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/0d3626e85152483b97ddb47c82dd5f29"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "773d76d850d04c4eafce3eb58a4d74ca", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/15bc56573ea742fa80fcc962a183703b"}, "url": "http://172.30.9.46:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "139a62e950cb4f5eba26c38253ebd1c3", "id": "15bc56573ea742fa80fcc962a183703b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/1982c7dac814472bbc44c19922470ef6"}, "url": "http://172.30.9.46:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c6421874073646f4b9ebee9bfadf25d7", "id": "1982c7dac814472bbc44c19922470ef6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/29b2c346f19d4462a0c8cff4c857ee3c"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4b23419f4d5946aa9e2ba429a283c70f", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/2c23cf62298849adb5d5c3bb4773d930"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1754f3f0106c49f4af6aaebd88bedab9", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/2c647ec870504a739c0cd7211ba8e804"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3bac9975b3294e2882de4947091c3fa3", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/2d0675d8fd374899a3bbbe6b1c3257c7"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4b23419f4d5946aa9e2ba429a283c70f", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/38d4665b94fa4e2c85b9a57d18ac3679"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3bac9975b3294e2882de4947091c3fa3", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/3e7bfd3639934892b4f66a22414833df"}, "url": "http://172.30.9.46:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a0a276da436b470d8ab909d4757f3746", "id": "3e7bfd3639934892b4f66a22414833df"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/3fb061d338f440ffb1eb292e9734f217"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7bbc5945f84940b5a5650bc65f3e9929", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/46537490eec2401f980b88c88a8068e4"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b6e1a757f8db4827a78d436bd1d0e757", "id": "46537490eec2401f980b88c88a8068e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/4f83dc6540324999adefd721cb1ae3e0"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c6421874073646f4b9ebee9bfadf25d7", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/5a0c923689e747ef86b597066c2bcc08"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "773d76d850d04c4eafce3eb58a4d74ca", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/6ae458d3348e44a4bab9d4463e7bdafc"}, "url": "http://172.30.9.46:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3bac9975b3294e2882de4947091c3fa3", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/7111ec8f89534ef99e1aeba4900f2e98"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7bbc5945f84940b5a5650bc65f3e9929", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/7239a60574f74f74b7d93861cac3b4f5"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7be3263d84a54a1c921d2ee99f0d4175", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/7ca289c55cc44087bf8793b93f624a76"}, "url": "http://12.0.0.37:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a0a276da436b470d8ab909d4757f3746", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/86fe24881825461c9cf6ddb4ef5b4c77"}, "url": "http://172.30.9.46:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1754f3f0106c49f4af6aaebd88bedab9", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/8a1c098c0d8b4c988926875bc966f4ad"}, "url": "http://172.30.9.46:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cf1888c12b68498e9890470ac60ac247", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/8c9878ffb9b944f4900186073a66e854"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cf1888c12b68498e9890470ac60ac247", "id": "8c9878ffb9b944f4900186073a66e854"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/a1a5a2267a3a4c86aa7fddac27741f92"}, "url": "http://172.30.9.46:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7bbc5945f84940b5a5650bc65f3e9929", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/a263c2c3fb494ec29533873e8162f3bb"}, "url": "http://12.0.0.37:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a0a276da436b470d8ab909d4757f3746", "id": "a263c2c3fb494ec29533873e8162f3bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/aa6245e3c510419399efaab3cffa0dd5"}, "url": "http://192.30.9.5:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "33bc21e79f994848b9321670dacd0042", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/ad09387ee87c4255b2930a12d969fb3f"}, "url": "http://172.30.9.46:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "33bc21e79f994848b9321670dacd0042", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/b60ee8355490488fbcd0185a5529120d"}, "url": "http://172.30.9.46:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4b23419f4d5946aa9e2ba429a283c70f", "id": "b60ee8355490488fbcd0185a5529120d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/c1f950eb1dba4c50b30b56268fa4d0db"}, "url": "http://192.30.9.5:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "33bc21e79f994848b9321670dacd0042", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/c51c2695aadd49e48ade6653e3ef8fc3"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cf1888c12b68498e9890470ac60ac247", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/ce2e1e4aeed548aa97ffdc78adb8c513"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "369f69bfa97a423182377beb47371862", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/d481e275351f4675a7f99d293797a3aa"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "369f69bfa97a423182377beb47371862", "id": "d481e275351f4675a7f99d293797a3aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/d7c69ce73749436bbdb78c928043362f"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "139a62e950cb4f5eba26c38253ebd1c3", "id": "d7c69ce73749436bbdb78c928043362f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/d8fe4279623145ffb2fd2a740afc060f"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1754f3f0106c49f4af6aaebd88bedab9", "id": "d8fe4279623145ffb2fd2a740afc060f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/dac004fba9e946e38ac76e229c1b6005"}, "url": "http://172.30.9.46:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "773d76d850d04c4eafce3eb58a4d74ca", "id": "dac004fba9e946e38ac76e229c1b6005"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/db362858a2194ac38796f6e2b2ccfe8f"}, "url": "http://172.30.9.46:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "369f69bfa97a423182377beb47371862", "id": "db362858a2194ac38796f6e2b2ccfe8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/e1feb454a0a54f249404ad7fc03a1120"}, "url": "http://172.30.9.46:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7be3263d84a54a1c921d2ee99f0d4175", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/e36a75e0f5f04fd5926c1fb53cd5a924"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fa88321ac2ac455ba9c811f773712360", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/e67d35dc385e441fb1ede495d909e213"}, "url": "http://172.30.9.46:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fa88321ac2ac455ba9c811f773712360", "id": "e67d35dc385e441fb1ede495d909e213"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/e8fbeb769fb3409f8b32fb5668755dc3"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c6421874073646f4b9ebee9bfadf25d7", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/eabe05b7fd95497aa5f28cffdf7affff"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fa88321ac2ac455ba9c811f773712360", "id": "eabe05b7fd95497aa5f28cffdf7affff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/ed7b86f3f65142c0ae9170332dec53a5"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7be3263d84a54a1c921d2ee99f0d4175", "id": "ed7b86f3f65142c0ae9170332dec53a5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/eff4025db9584a4cb5a986cd74f7422f"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "139a62e950cb4f5eba26c38253ebd1c3", "id": "eff4025db9584a4cb5a986cd74f7422f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/ffca497293164381a8d1a1a7b6020017"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b6e1a757f8db4827a78d436bd1d0e757", "id": "ffca497293164381a8d1a1a7b6020017"}], "links": {"self": "http://172.30.9.46:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-05 13:10:44,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/endpoints used request id req-3e5608b3-0316-4479-9ac7-f59260059a53 2018-08-05 13:10:44,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.107043981552s 2018-08-05 13:10:44,261 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/endpoints used request id req-3e5608b3-0316-4479-9ac7-f59260059a53 2018-08-05 13:10:44,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 13:10:44,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:10:44,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-57249165-7188-412c-a14b-189a3164c35d Date: Sun, 05 Aug 2018 13:10:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:05:45Z", "updated_at": "2018-08-05T13:05:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "06b808f2-f3e4-4a59-b2da-32319e2c9856", "remote_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "1f494939-5d09-4c90-b094-0d2c8344340f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "a46dab71-b4a7-4a47-9b7b-4fe49101c05b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "f5b26ad9-3019-4ab7-b935-df68f51cfe0a", "remote_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}], "revision_number": 1, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:07:14Z", "updated_at": "2018-08-05T13:07:16Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "0e0b7e4e-99fb-4eb7-9051-799d32969a45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-05T13:07:16Z", "revision_number": 0, "id": "1f4918e9-3a76-488e-b193-671602c9b580", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:16Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:14Z", "revision_number": 0, "id": "2c2dc570-e23c-4631-872b-2af373b18a3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:14Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "34f41afc-f881-4162-b053-106b8dc87bbe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "4f03bea5-8410-4985-9c1a-58da2ae97d7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:14Z", "revision_number": 0, "id": "5c587956-71a0-4728-87a4-e605e0cfcdd0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:14Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "b19f1b53-4c1e-495e-90fb-49507c379be8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "b470ec4f-89fb-4e4c-a139-b6be6045628b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}], "revision_number": 7, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}]} 2018-08-05 13:10:44,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-57249165-7188-412c-a14b-189a3164c35d 2018-08-05 13:10:44,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0538840293884s 2018-08-05 13:10:44,325 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-57249165-7188-412c-a14b-189a3164c35d 2018-08-05 13:10:44,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-05 13:10:44,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" -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": "9e9235f3-b303-439e-ae11-b7f00280d27e"}}' 2018-08-05 13:10:44,477 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-a0245ae5-4187-4d6f-a99f-6f4a13a01387 Date: Sun, 05 Aug 2018 13:10:44 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-05T13:10:44Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "port_range_min": 22, "revision_number": 0, "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:10:44Z", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "dbc8883a-ad1e-4f25-9483-146034debd9f"}} 2018-08-05 13:10:44,477 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-a0245ae5-4187-4d6f-a99f-6f4a13a01387 2018-08-05 13:10:44,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.148216962814s 2018-08-05 13:10:44,477 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/security-group-rules.json used request id req-a0245ae5-4187-4d6f-a99f-6f4a13a01387 2018-08-05 13:10:44,478 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-08-05 13:10:44,484 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.214:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2018-08-05 13:10:46,403 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:10:46,403 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:10:46,403 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:10:46,403 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:10:46,403 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:10:46,403 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:10:46,404 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:10:46,404 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-08-05 13:10:46,404 - 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-05T13:10:46.372Z", "updated_at": "2018-08-05T13:10:46.372Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"keypair_name": {"default": "vnf_test_keypair", "type": "string"}, "management_plane_network_name": {"default": "management_plane_network", "type": "string"}, "external_network_name": {"type": "string"}, "keystone_user_domain_name": {"type": "string"}, "data_plane_network_name": {"default": "data_plane_network", "type": "string"}, "target_vnf_name": {"default": "target_vnf", "type": "string"}, "reference_vnf_flavor_id": {"type": "string"}, "target_vnf_flavor_id": {"type": "string"}, "reference_vnf_name": {"default": "reference_vnf", "type": "string"}, "target_vnf_data_plane_port_name": {"default": "target_vnf_data_plane_port", "type": "string"}, "reference_vnf_data_plane_port_name": {"default": "reference_vnf_data_plane_port", "type": "string"}, "keystone_username": {"type": "string"}, "security_group_name": {"default": "vnf_test_security_group", "type": "string"}, "reference_vnf_image_id": {"type": "string"}, "keystone_password": {"type": "string"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "region": {"type": "string"}, "reference_vnf_port_name": {"default": "reference_vnf_port", "type": "string"}, "target_vnf_image_id": {"type": "string"}, "management_plane_subnet_name": {"default": "management_plane_subnet", "type": "string"}, "ssh_key_filename": {"default": "~/.ssh/vnf_test_keypair.pem", "type": "string"}, "router_name": {"default": "vnf_test_router", "type": "string"}, "keystone_url": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"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"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [], "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": {"resource_id": {"get_input": "management_plane_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"}}, "network": {}, "create_if_missing": false, "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.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": "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": "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"}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "management_plane_subnet_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}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "data_plane_subnet_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": "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": {"resource_id": {"get_input": "data_plane_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"}}, "network": {}, "create_if_missing": false, "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.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}}, "name": "router", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Router", "cloudify.openstack.nodes.Router"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.router.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.router.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.router.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "router", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Router", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "router_name"}, "create_if_missing": false, "default_to_managers_external_network": true, "router": {}, "external_network": "", "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "external_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "external_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"resource_id": {"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"}}, "network": {}, "create_if_missing": false, "use_external_resource": true}}, {"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-05 13:10:46,405 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:10:46,405 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:10:46 GMT 2018-08-05 13:10:46,405 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:10:46,406 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-08-05 13:10:46,406 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:10:46,419 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-08-05 13:10:46,420 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.214:80/api/v3/deployments/vrouter-opnfv; body: {"inputs": {"keystone_url": "http://172.30.9.46:5000", "keystone_tenant_name": "vyos_vrouter-project_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "keystone_password": "de0b7e43-2089-4151-92bd-41b3f23cbaf8", "reference_vnf_flavor_id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "target_vnf_flavor_id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "target_vnf_image_id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2018-08-05 13:10:47,505 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:10:47,506 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:10:47,506 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:10:47,506 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:10:47,506 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:10:47,506 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:10:47,506 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:10:47,506 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2018-08-05 13:10:47,506 - 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": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "target_vnf_flavor_id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "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_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "keystone_password": "de0b7e43-2089-4151-92bd-41b3f23cbaf8", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.46: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": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "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": {"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"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-08-05T13:10:46.608Z", "updated_at": "2018-08-05T13:10:46.608Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {}, "id": "vrouter-opnfv", "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": "reference_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": "target_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": "management_plane_network"}, "data_plane_network": {"network_name": "data_plane_network"}}}}} 2018-08-05 13:10:47,506 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:10:47,507 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:10:47 GMT 2018-08-05 13:10:47,507 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:10:47,507 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-08-05 13:10:47,507 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:10:47,508 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions 2018-08-05 13:10:47,576 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:10:47,576 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:10:47,576 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:10:47,576 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:10:47,577 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:10:47,577 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:10:47,577 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:10:47,577 - 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": {"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"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T13:10:47.418Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-08-05 13:10:47,577 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:10:47,577 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:10:47 GMT 2018-08-05 13:10:47,577 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:10:47,577 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2018-08-05 13:10:47,577 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:10:47,578 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:10:47,641 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:10:47,642 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:10:47,642 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:10:47,642 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:10:47,642 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:10:47,642 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:10:47,642 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:10:47,642 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-05 13:10:47,642 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:10:47,642 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:10:47 GMT 2018-08-05 13:10:47,643 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:10:47,643 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-05 13:10:47,643 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:10:47,643 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/4488ab69-d090-49aa-b10f-8bb5814cf7f2 2018-08-05 13:10:47,731 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:10:47,731 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:10:47,731 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:10:47,731 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:10:47,732 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:10:47,732 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:10:47,732 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:10:47,732 - 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": {"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"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T13:10:47.418Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2"} 2018-08-05 13:10:47,732 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:10:47,732 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:10:47 GMT 2018-08-05 13:10:47,732 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:10:47,732 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-05 13:10:47,732 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:10:52,738 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:10:52,800 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:10:52,800 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:10:52,800 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:10:52,800 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:10:52,800 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:10:52,801 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:10:52,801 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:10:52,801 - 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-05T13:10:48.284Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T13:10:48.284Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:10:48.703Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T13:10:48.703Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2", "logger": "2d0d6fca-9287-4a23-ae23-3bb885a67155"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:10:49.253Z", "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-05T13:10:49.253Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2", "logger": "2d0d6fca-9287-4a23-ae23-3bb885a67155"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:10:49.277Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T13:10:49.277Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:10:49.277Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T13:10:49.277Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:10:49.277Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T13:10:49.277Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:10:50.309Z", "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-05T13:10:50.309Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2", "logger": "2d0d6fca-9287-4a23-ae23-3bb885a67155"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:10:50.309Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T13:10:50.309Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2", "logger": "2d0d6fca-9287-4a23-ae23-3bb885a67155"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:10:50.309Z", "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-05T13:10:50.309Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2", "logger": "2d0d6fca-9287-4a23-ae23-3bb885a67155"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:10:51.317Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmp276rk5 --prefix=\"/tmp/openstack-G_HSWT\" --constraint=\"/tmp/openstack-G_HSWT/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T13:10:51.317Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2", "logger": "2d0d6fca-9287-4a23-ae23-3bb885a67155"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:10:51.317Z", "message": "Installing from directory: /tmp/tmp276rk5 [args=--prefix=\"/tmp/openstack-G_HSWT\" --constraint=\"/tmp/openstack-G_HSWT/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T13:10:51.317Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2", "logger": "2d0d6fca-9287-4a23-ae23-3bb885a67155"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-08-05 13:10:52,801 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:10:52,801 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:10:52 GMT 2018-08-05 13:10:52,801 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:10:52,801 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5806 2018-08-05 13:10:52,801 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:10:52,802 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-08-05 13:10:52,802 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin: openstack 2018-08-05 13:10:52,802 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-08-05 13:10:52,803 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-08-05 13:10:52,803 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2018-08-05 13:10:52,803 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-08-05 13:10:52,803 - 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-05 13:10:52,803 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin from source 2018-08-05 13:10:52,803 - 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-05 13:10:52,804 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmp276rk5 --prefix="/tmp/openstack-G_HSWT" --constraint="/tmp/openstack-G_HSWT/constraint.txt" 2018-08-05 13:10:52,804 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing from directory: /tmp/tmp276rk5 [args=--prefix="/tmp/openstack-G_HSWT" --constraint="/tmp/openstack-G_HSWT/constraint.txt", package_name=cloudify-openstack-plugin] 2018-08-05 13:10:52,804 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/4488ab69-d090-49aa-b10f-8bb5814cf7f2 2018-08-05 13:10:52,897 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:10:52,897 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:10:52,898 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:10:52,898 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:10:52,898 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:10:52,898 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:10:52,898 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:10:52,898 - 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": {"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"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T13:10:47.418Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2"} 2018-08-05 13:10:52,898 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:10:52,898 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:10:52 GMT 2018-08-05 13:10:52,899 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:10:52,899 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-05 13:10:52,899 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:10:57,904 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:10:57,971 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:10:57,971 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:10:57,971 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:10:57,971 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:10:57,971 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:10:57,971 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:10:57,971 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:10:57,972 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-05 13:10:57,972 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:10:57,972 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:10:57 GMT 2018-08-05 13:10:57,972 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:10:57,972 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-05 13:10:57,972 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:10:57,972 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/4488ab69-d090-49aa-b10f-8bb5814cf7f2 2018-08-05 13:10:58,028 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:10:58,029 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:10:58,029 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:10:58,029 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:10:58,029 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:10:58,029 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:10:58,029 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:10:58,029 - 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": {"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"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T13:10:47.418Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2"} 2018-08-05 13:10:58,029 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:10:58,030 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:10:58 GMT 2018-08-05 13:10:58,030 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:10:58,030 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-05 13:10:58,030 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:03,033 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:11:03,094 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:03,094 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:03,094 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:03,094 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:03,094 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:03,094 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:03,095 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:03,095 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-05 13:11:03,095 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:03,095 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:03 GMT 2018-08-05 13:11:03,095 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:03,095 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-05 13:11:03,095 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:03,096 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/4488ab69-d090-49aa-b10f-8bb5814cf7f2 2018-08-05 13:11:03,147 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:03,147 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:03,147 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:03,147 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:03,147 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:03,147 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:03,147 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:03,148 - 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": {"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"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T13:10:47.418Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2"} 2018-08-05 13:11:03,148 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:03,148 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:03 GMT 2018-08-05 13:11:03,148 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:03,148 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-05 13:11:03,148 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:08,153 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:11:08,230 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:08,230 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:08,230 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:08,230 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:08,230 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:08,230 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:08,230 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:08,231 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-05 13:11:08,231 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:08,231 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:08 GMT 2018-08-05 13:11:08,231 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:08,231 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-05 13:11:08,231 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:08,231 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/4488ab69-d090-49aa-b10f-8bb5814cf7f2 2018-08-05 13:11:08,302 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:08,302 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:08,302 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:08,302 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:08,302 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:08,302 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:08,302 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:08,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}], "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_configuration": {"policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "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"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T13:10:47.418Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2"} 2018-08-05 13:11:08,303 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:08,303 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:08 GMT 2018-08-05 13:11:08,303 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:08,303 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-05 13:11:08,303 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:13,308 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:11:13,370 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:13,371 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:13,371 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:13,371 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:13,371 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:13,371 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:13,371 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:13,371 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-08-05 13:11:13,371 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:13,371 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:13 GMT 2018-08-05 13:11:13,372 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:13,372 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-08-05 13:11:13,372 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:13,372 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/4488ab69-d090-49aa-b10f-8bb5814cf7f2 2018-08-05 13:11:13,426 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:13,426 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:13,426 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:13,426 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:13,426 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:13,427 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:13,427 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:13,427 - 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": {"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"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T13:10:47.418Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2"} 2018-08-05 13:11:13,427 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:13,427 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:13 GMT 2018-08-05 13:11:13,427 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:13,427 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-08-05 13:11:13,427 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:18,432 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:11:18,591 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:18,591 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:18,591 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:18,591 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:18,591 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:18,591 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:18,592 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:18,592 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:15.608Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:15.608Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2", "logger": "2d0d6fca-9287-4a23-ae23-3bb885a67155"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:16.339Z", "message": "Removing directory: /tmp/tmp276rk5", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:16.339Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2", "logger": "2d0d6fca-9287-4a23-ae23-3bb885a67155"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:16.740Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:16.740Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:17.340Z", "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-05T13:11:17.340Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:17.340Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:17.340Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:18.346Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:18.346Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2"}], "metadata": {"pagination": {"total": 17, "offset": 11, "size": 50}}} 2018-08-05 13:11:18,592 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:18,592 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:18 GMT 2018-08-05 13:11:18,592 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:18,592 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2991 2018-08-05 13:11:18,592 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:18,592 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-08-05 13:11:18,593 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Removing directory: /tmp/tmp276rk5 2018-08-05 13:11:18,593 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-08-05 13:11:18,593 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-08-05 13:11:18,593 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2018-08-05 13:11:18,593 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-08-05 13:11:18,594 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/4488ab69-d090-49aa-b10f-8bb5814cf7f2 2018-08-05 13:11:18,648 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:18,648 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:18,649 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:18,649 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:18,649 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:18,649 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:18,649 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:18,649 - 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": {"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"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T13:10:47.418Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2"} 2018-08-05 13:11:18,649 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:18,649 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:18 GMT 2018-08-05 13:11:18,649 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:18,650 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5934 2018-08-05 13:11:18,650 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:18,650 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2018-08-05 13:11:18,650 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.214:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-08-05 13:11:18,794 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:18,795 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:18,795 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:18,795 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:18,795 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:18,795 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:18,795 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:18,795 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 134 2018-08-05 13:11:18,795 - 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-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"} 2018-08-05 13:11:18,796 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:18,796 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:18 GMT 2018-08-05 13:11:18,796 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:18,796 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-05 13:11:18,796 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:18,796 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:11:18,860 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:18,860 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:18,860 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:18,860 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:18,860 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:18,860 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:18,860 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:18,860 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-05 13:11:18,860 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:18,861 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:18 GMT 2018-08-05 13:11:18,861 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:18,861 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-05 13:11:18,861 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:18,861 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/e6b87963-a7a2-4dc4-97f7-489d45d8e640 2018-08-05 13:11:18,915 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:18,916 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:18,916 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:18,916 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:18,916 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:18,916 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:18,916 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:18,916 - 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-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"} 2018-08-05 13:11:18,916 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:18,916 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:18 GMT 2018-08-05 13:11:18,916 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:18,917 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-05 13:11:18,917 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:23,922 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:11:24,043 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:24,043 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:24,043 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:24,043 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:24,043 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:24,043 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:24,043 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:24,043 - 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-05T13:11:19.554Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:19.554Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "keypair_7suhos", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:21.888Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:21.888Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "external_network_lc1y38", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:21.888Z", "message": "Creating node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:21.888Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "keypair_7suhos", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:21.888Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:21.888Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "security_group_bzymw2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:21.888Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:21.888Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "security_group_bzymw2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:21.888Z", "message": "Creating node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:21.888Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "keypair_7suhos", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:21.888Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:21.888Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "external_network_lc1y38", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:21.888Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:21.888Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "external_network_lc1y38", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:21.888Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:21.888Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "security_group_bzymw2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:22.135Z", "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-05T13:11:22.135Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "d5040dcb-6311-444d-99ae-b766af4fbd7c"}, {"node_instance_id": "security_group_bzymw2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:22.901Z", "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-05T13:11:22.901Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "d5040dcb-6311-444d-99ae-b766af4fbd7c"}, {"node_instance_id": "security_group_bzymw2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:22.901Z", "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-05T13:11:22.901Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "d5040dcb-6311-444d-99ae-b766af4fbd7c"}, {"node_instance_id": "security_group_bzymw2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:22.901Z", "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-05T13:11:22.901Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "d5040dcb-6311-444d-99ae-b766af4fbd7c"}, {"node_instance_id": "security_group_bzymw2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:22.901Z", "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-05T13:11:22.901Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "d5040dcb-6311-444d-99ae-b766af4fbd7c"}, {"node_instance_id": "external_network_lc1y38", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:22.901Z", "message": "Using external resource network: external", "level": "info", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:22.901Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "985e1017-5b12-490c-b3ec-455760bc7522"}, {"node_instance_id": "security_group_bzymw2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:22.901Z", "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-05T13:11:22.901Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "d5040dcb-6311-444d-99ae-b766af4fbd7c"}, {"node_instance_id": "security_group_bzymw2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:22.901Z", "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-05T13:11:22.901Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "d5040dcb-6311-444d-99ae-b766af4fbd7c"}, {"node_instance_id": "security_group_bzymw2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:22.901Z", "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-05T13:11:22.901Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "d5040dcb-6311-444d-99ae-b766af4fbd7c"}, {"node_instance_id": "management_plane_network_4idiom", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:22.909Z", "message": "Creating node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:22.909Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "management_plane_network_4idiom", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:22.909Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:22.909Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_ip_rfhnfq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:22.909Z", "message": "Creating node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:22.909Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "data_plane_network_jp6caf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:22.909Z", "message": "Creating node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:22.909Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "security_group_bzymw2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:22.909Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:22.909Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_ip_rfhnfq", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:22.909Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:22.909Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_ip_xkhilu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:22.909Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:22.909Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_ip_xkhilu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:22.909Z", "message": "Creating node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:22.909Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "data_plane_network_jp6caf", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:22.909Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:22.909Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "management_plane_network_4idiom", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:22.909Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:22.909Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "data_plane_network_jp6caf", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:22.909Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:22.909Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}], "metadata": {"pagination": {"total": 29, "offset": 0, "size": 50}}} 2018-08-05 13:11:24,044 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:24,044 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:24 GMT 2018-08-05 13:11:24,044 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:24,044 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15760 2018-08-05 13:11:24,044 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:24,045 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2018-08-05 13:11:24,045 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-05 13:11:24,045 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-05 13:11:24,045 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-08-05 13:11:24,045 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-08-05 13:11:24,046 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-05 13:11:24,046 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2018-08-05 13:11:24,046 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-08-05 13:11:24,046 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-08-05 13:11:24,046 - 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-05 13:11:24,046 - 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-05 13:11:24,046 - 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-05 13:11:24,047 - 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-05 13:11:24,047 - 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-05 13:11:24,047 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Using external resource network: external 2018-08-05 13:11:24,047 - 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-05 13:11:24,047 - 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-05 13:11:24,047 - 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-05 13:11:24,048 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-05 13:11:24,048 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-08-05 13:11:24,048 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-05 13:11:24,048 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-05 13:11:24,048 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-08-05 13:11:24,048 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-08-05 13:11:24,048 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-08-05 13:11:24,049 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-05 13:11:24,049 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-08-05 13:11:24,049 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-08-05 13:11:24,049 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-08-05 13:11:24,049 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/e6b87963-a7a2-4dc4-97f7-489d45d8e640 2018-08-05 13:11:24,125 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:24,125 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:24,125 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:24,125 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:24,126 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:24,126 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:24,126 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:24,126 - 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-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"} 2018-08-05 13:11:24,126 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:24,126 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:24 GMT 2018-08-05 13:11:24,126 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:24,126 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-05 13:11:24,126 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:29,132 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:11:29,197 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:29,198 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:29,198 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:29,198 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:29,198 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:29,198 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:29,198 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:29,198 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "external_network_lc1y38", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:24.198Z", "message": "Configuring node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:24.198Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_ip_rfhnfq", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:24.198Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:24.198Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_ip_xkhilu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:24.198Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:24.198Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "data_plane_network_jp6caf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:24.198Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:24.198Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "external_network_lc1y38", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:24.198Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:24.198Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "management_plane_network_4idiom", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:24.198Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:24.198Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "keypair_7suhos", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:24.198Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:24.198Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "data_plane_network_jp6caf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:25.274Z", "message": "Configuring node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:25.274Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "keypair_7suhos", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:25.274Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:25.274Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "management_plane_network_4idiom", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:25.274Z", "message": "Configuring node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:25.274Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "router_o160om", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:25.274Z", "message": "Creating node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:25.274Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "router_o160om", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:25.274Z", "message": "Sending task 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:25.274Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "data_plane_network_jp6caf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:25.274Z", "message": "Starting node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:25.274Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "external_network_lc1y38", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:25.274Z", "message": "Starting node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:25.274Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "keypair_7suhos", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:25.274Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:25.274Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "management_plane_network_4idiom", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:25.274Z", "message": "Starting node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:25.274Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "router_o160om", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:25.274Z", "message": "Task started 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:25.274Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_ip_rfhnfq", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:26.152Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'd1caa7d3da7c4c3d8e87faffa088d1e7', u'created_at': u'2018-08-05T13:11:25Z', u'updated_at': u'2018-08-05T13:11:25Z', u'floating_network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 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'd1caa7d3da7c4c3d8e87faffa088d1e7', u'port_id': None, u'id': u'28531a3a-4eb7-4ade-92ba-bddef2f26204', u'qos_policy_id': None}", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:26.152Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "8e56e92f-aa26-49b6-9918-f9994b1c3da4"}, {"node_instance_id": "data_plane_subnet_2fbt9q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:26.295Z", "message": "Creating node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:26.295Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "data_plane_subnet_2fbt9q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:26.295Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:26.295Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "data_plane_subnet_2fbt9q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:26.295Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:26.295Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_ip_rfhnfq", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:26.295Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:26.295Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_ip_rfhnfq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:27.302Z", "message": "Configuring node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:27.302Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "security_group_bzymw2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:27.302Z", "message": "Configuring node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:27.302Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_ip_rfhnfq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:27.302Z", "message": "Starting node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:27.302Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_ip_xkhilu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:27.302Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:27.302Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "security_group_bzymw2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:27.302Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:27.302Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_ip_xkhilu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:27.918Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'd1caa7d3da7c4c3d8e87faffa088d1e7', u'created_at': u'2018-08-05T13:11:26Z', u'updated_at': u'2018-08-05T13:11:26Z', u'floating_network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 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'd1caa7d3da7c4c3d8e87faffa088d1e7', u'port_id': None, u'id': u'd01ea852-7c74-4026-9a0d-95ea87897229', u'qos_policy_id': None}", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:27.918Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "cd9db4a4-3af5-4cc6-aedd-058e1a9c7134"}, {"node_instance_id": "data_plane_subnet_2fbt9q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:28.313Z", "message": "Configuring node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:28.313Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_ip_xkhilu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:28.313Z", "message": "Configuring node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:28.313Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "security_group_bzymw2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:28.313Z", "message": "Starting node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:28.313Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_ip_xkhilu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:28.313Z", "message": "Starting node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:28.313Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "router_o160om", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:28.313Z", "message": "Task succeeded 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:28.313Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "data_plane_subnet_2fbt9q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:28.313Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:28.313Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}], "metadata": {"pagination": {"total": 63, "offset": 29, "size": 50}}} 2018-08-05 13:11:29,198 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:29,198 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:29 GMT 2018-08-05 13:11:29,198 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:29,199 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 17562 2018-08-05 13:11:29,199 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:29,199 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-05 13:11:29,199 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-08-05 13:11:29,200 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-08-05 13:11:29,200 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-08-05 13:11:29,200 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-08-05 13:11:29,200 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-08-05 13:11:29,200 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-08-05 13:11:29,200 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-05 13:11:29,200 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-05 13:11:29,201 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-05 13:11:29,201 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-05 13:11:29,201 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2018-08-05 13:11:29,201 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-05 13:11:29,201 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-05 13:11:29,201 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-05 13:11:29,201 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-05 13:11:29,201 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2018-08-05 13:11:29,202 - 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'd1caa7d3da7c4c3d8e87faffa088d1e7', u'created_at': u'2018-08-05T13:11:25Z', u'updated_at': u'2018-08-05T13:11:25Z', u'floating_network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 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'd1caa7d3da7c4c3d8e87faffa088d1e7', u'port_id': None, u'id': u'28531a3a-4eb7-4ade-92ba-bddef2f26204', u'qos_policy_id': None} 2018-08-05 13:11:29,202 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-05 13:11:29,202 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-08-05 13:11:29,202 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-08-05 13:11:29,202 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-08-05 13:11:29,202 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-05 13:11:29,202 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-05 13:11:29,203 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-05 13:11:29,203 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-08-05 13:11:29,203 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-08-05 13:11:29,203 - 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'd1caa7d3da7c4c3d8e87faffa088d1e7', u'created_at': u'2018-08-05T13:11:26Z', u'updated_at': u'2018-08-05T13:11:26Z', u'floating_network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', 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'd1caa7d3da7c4c3d8e87faffa088d1e7', u'port_id': None, u'id': u'd01ea852-7c74-4026-9a0d-95ea87897229', u'qos_policy_id': None} 2018-08-05 13:11:29,203 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-05 13:11:29,203 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-05 13:11:29,203 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-05 13:11:29,203 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-05 13:11:29,204 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2018-08-05 13:11:29,204 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-08-05 13:11:29,204 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/e6b87963-a7a2-4dc4-97f7-489d45d8e640 2018-08-05 13:11:29,259 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:29,259 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:29,259 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:29,259 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:29,259 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:29,259 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:29,259 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:29,259 - 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-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"} 2018-08-05 13:11:29,259 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:29,260 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:29 GMT 2018-08-05 13:11:29,260 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:29,260 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-05 13:11:29,260 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:34,265 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:11:34,359 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:34,359 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:34,359 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:34,359 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:34,359 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:34,359 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:34,360 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:34,360 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "router_o160om", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:29.318Z", "message": "Configuring node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:29.318Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "data_plane_subnet_2fbt9q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:29.318Z", "message": "Starting node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:29.318Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "router_o160om", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:29.318Z", "message": "Starting node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:29.318Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "management_plane_subnet_sfliav", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:30.326Z", "message": "Creating node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:30.326Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_data_plane_port_p5ifzu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:30.326Z", "message": "Creating node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:30.326Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_data_plane_port_mwg3f4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:30.326Z", "message": "Creating node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:30.326Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_data_plane_port_p5ifzu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:30.326Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:30.326Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_data_plane_port_mwg3f4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:30.326Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:30.326Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_data_plane_port_p5ifzu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:30.326Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:30.326Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_data_plane_port_mwg3f4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:30.326Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:30.326Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "management_plane_subnet_sfliav", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:31.341Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:31.341Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "management_plane_subnet_sfliav", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:31.341Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:31.341Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_data_plane_port_p5ifzu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:32.414Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:32.414Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_data_plane_port_p5ifzu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:33.420Z", "message": "Configuring node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:33.420Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_data_plane_port_mwg3f4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:33.420Z", "message": "Configuring node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:33.420Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_data_plane_port_p5ifzu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:33.420Z", "message": "Starting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:33.420Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_data_plane_port_mwg3f4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:33.420Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:33.420Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "management_plane_subnet_sfliav", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:33.420Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:33.420Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}], "metadata": {"pagination": {"total": 81, "offset": 63, "size": 50}}} 2018-08-05 13:11:34,360 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:34,360 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:34 GMT 2018-08-05 13:11:34,360 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:34,360 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9048 2018-08-05 13:11:34,360 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:34,361 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-05 13:11:34,361 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-05 13:11:34,361 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-05 13:11:34,361 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-05 13:11:34,361 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-05 13:11:34,362 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-05 13:11:34,362 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-08-05 13:11:34,362 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-08-05 13:11:34,362 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-08-05 13:11:34,362 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-08-05 13:11:34,362 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-08-05 13:11:34,362 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-08-05 13:11:34,363 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-08-05 13:11:34,363 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-05 13:11:34,363 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-05 13:11:34,363 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-05 13:11:34,363 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-08-05 13:11:34,363 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-08-05 13:11:34,364 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/e6b87963-a7a2-4dc4-97f7-489d45d8e640 2018-08-05 13:11:34,452 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:34,453 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:34,453 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:34,453 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:34,453 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:34,453 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:34,453 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:34,453 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "started", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"} 2018-08-05 13:11:34,453 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:34,453 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:34 GMT 2018-08-05 13:11:34,454 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:34,454 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-05 13:11:34,454 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:39,459 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:11:39,539 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:39,539 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:39,539 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:39,539 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:39,539 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:39,539 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:39,539 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:39,539 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_subnet_sfliav", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:34.528Z", "message": "Configuring node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:34.528Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:34.528Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:34.528Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_data_plane_port_mwg3f4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:34.528Z", "message": "Starting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:34.528Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:34.528Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:34.528Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:35.341Z", "message": "connect_security_group(): source_id=a04df298-fd36-4b91-ae9f-2ac0ec253f14 target={u'external_id': u'b2904d05-9249-49b7-b232-61b041ef49e9', 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-05T13:11:35.341Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "b63a990c-cfd1-423a-a36b-49f9bc1d8bbe"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:35.535Z", "message": "Sending task 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:35.535Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "management_plane_subnet_sfliav", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:35.535Z", "message": "Starting node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:35.535Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:35.535Z", "message": "Task started 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:35.535Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:36.541Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:36.541Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:36.940Z", "message": "connect_security_group(): source_id=96c33e14-3a06-4bd0-abf9-fa78fd92d001 target={u'external_id': u'b2904d05-9249-49b7-b232-61b041ef49e9', 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-05T13:11:36.940Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "ab34d0e7-9ed0-4aa4-a471-f78408421f35"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:37.564Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:37.564Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:38.842Z", "message": "Task succeeded 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:38.842Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}], "metadata": {"pagination": {"total": 95, "offset": 81, "size": 50}}} 2018-08-05 13:11:39,540 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:39,540 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:39 GMT 2018-08-05 13:11:39,540 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:39,540 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6437 2018-08-05 13:11:39,540 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:39,540 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-05 13:11:39,541 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-08-05 13:11:39,541 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-05 13:11:39,541 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-08-05 13:11:39,541 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=a04df298-fd36-4b91-ae9f-2ac0ec253f14 target={u'external_id': u'b2904d05-9249-49b7-b232-61b041ef49e9', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-08-05 13:11:39,541 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2018-08-05 13:11:39,541 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-05 13:11:39,541 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2018-08-05 13:11:39,542 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-08-05 13:11:39,542 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=96c33e14-3a06-4bd0-abf9-fa78fd92d001 target={u'external_id': u'b2904d05-9249-49b7-b232-61b041ef49e9', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-08-05 13:11:39,542 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-08-05 13:11:39,542 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2018-08-05 13:11:39,542 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/e6b87963-a7a2-4dc4-97f7-489d45d8e640 2018-08-05 13:11:39,598 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:39,599 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:39,599 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:39,599 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:39,599 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:39,599 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:39,599 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:39,599 - 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-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"} 2018-08-05 13:11:39,599 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:39,599 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:39 GMT 2018-08-05 13:11:39,599 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:39,600 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-05 13:11:39,600 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:44,605 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:11:44,665 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:44,665 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:44,665 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:44,665 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:44,665 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:44,665 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:44,665 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:44,665 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_port_m2fh45", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:39.572Z", "message": "Creating node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:39.572Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_port_ea4xl1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:40.580Z", "message": "Creating node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:40.580Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_port_ea4xl1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:40.580Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:40.580Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_port_m2fh45", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:40.580Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:40.580Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_port_ea4xl1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:40.580Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:40.580Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_port_m2fh45", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:40.580Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:40.580Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_port_m2fh45", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:42.980Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:42.980Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_port_ea4xl1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:43.586Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:43.586Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_port_ea4xl1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:44.609Z", "message": "Configuring node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:44.609Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_port_m2fh45", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:44.609Z", "message": "Configuring node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:44.609Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}], "metadata": {"pagination": {"total": 105, "offset": 93, "size": 50}}} 2018-08-05 13:11:44,666 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:44,666 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:44 GMT 2018-08-05 13:11:44,666 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:44,666 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4975 2018-08-05 13:11:44,666 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:44,666 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-05 13:11:44,667 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-05 13:11:44,667 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-08-05 13:11:44,667 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-08-05 13:11:44,667 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-08-05 13:11:44,667 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-08-05 13:11:44,667 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-08-05 13:11:44,668 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-08-05 13:11:44,668 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-05 13:11:44,668 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-05 13:11:44,668 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/e6b87963-a7a2-4dc4-97f7-489d45d8e640 2018-08-05 13:11:44,723 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:44,723 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:44,723 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:44,723 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:44,723 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:44,723 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:44,723 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:44,723 - 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-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"} 2018-08-05 13:11:44,723 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:44,724 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:44 GMT 2018-08-05 13:11:44,724 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:44,724 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-05 13:11:44,724 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:49,729 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:11:49,933 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:49,933 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:49,934 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:49,934 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:49,934 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:49,934 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:49,934 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:49,934 - 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-05T13:11:45.686Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:45.686Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_port_ea4xl1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:45.686Z", "message": "Starting node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:45.686Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_port_m2fh45", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:45.686Z", "message": "Starting node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:45.686Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:45.686Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:45.686Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:46.579Z", "message": "connect_security_group(): source_id=a7116698-ec2d-40a6-9b81-0a0aa42645f6 target={u'external_id': u'b2904d05-9249-49b7-b232-61b041ef49e9', 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-05T13:11:46.579Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "db721ac8-2554-43c7-8929-b737de75fc67"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:46.957Z", "message": "connect_security_group(): source_id=9b1e2fb6-8ec5-4375-b8ed-d523067141c5 target={u'external_id': u'b2904d05-9249-49b7-b232-61b041ef49e9', 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-05T13:11:46.957Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "0601ae87-e0ed-44a4-8939-d6d9ba5a2507"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:47.825Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:47.825Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:48.695Z", "message": "Sending task 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:48.695Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:48.695Z", "message": "Task started 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:48.695Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:48.695Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:48.695Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}], "metadata": {"pagination": {"total": 119, "offset": 103, "size": 50}}} 2018-08-05 13:11:49,934 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:49,934 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:49 GMT 2018-08-05 13:11:49,934 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:49,935 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5436 2018-08-05 13:11:49,935 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:49,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-08-05 13:11:49,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-05 13:11:49,935 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-05 13:11:49,936 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-08-05 13:11:49,936 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=a7116698-ec2d-40a6-9b81-0a0aa42645f6 target={u'external_id': u'b2904d05-9249-49b7-b232-61b041ef49e9', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-08-05 13:11:49,936 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=9b1e2fb6-8ec5-4375-b8ed-d523067141c5 target={u'external_id': u'b2904d05-9249-49b7-b232-61b041ef49e9', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-08-05 13:11:49,936 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-08-05 13:11:49,936 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-08-05 13:11:49,936 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-08-05 13:11:49,937 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-08-05 13:11:49,937 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/e6b87963-a7a2-4dc4-97f7-489d45d8e640 2018-08-05 13:11:49,995 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:49,995 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:49,995 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:49,995 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:49,996 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:49,996 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:49,996 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:49,996 - 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-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"} 2018-08-05 13:11:49,996 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:49,996 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:50 GMT 2018-08-05 13:11:49,996 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:49,996 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-05 13:11:49,996 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:55,002 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:11:55,083 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:55,083 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:55,083 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:55,083 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:55,083 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:55,083 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:55,083 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:55,083 - 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-05T13:11:50.753Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:50.753Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:50.907Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:50.907Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:52.096Z", "message": "Creating node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:52.096Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_host_0w2i4b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:52.096Z", "message": "Creating node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:52.096Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:52.096Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:52.096Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_host_0w2i4b", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:52.096Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:52.096Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:52.096Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:52.096Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_host_0w2i4b", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:52.096Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:52.096Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:52.690Z", "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'9b1e2fb6-8ec5-4375-b8ed-d523067141c5', u'fixed_ip_address': u'11.0.0.4', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:79:5f:9e'}, {u'external_id': u'a04df298-fd36-4b91-ae9f-2ac0ec253f14', u'fixed_ip_address': u'12.0.0.4', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:a7:8d:ea'}]", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:52.690Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "ac7264e9-01c6-481d-86a9-5e5179343e43"}, {"node_instance_id": "target_vnf_host_0w2i4b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:53.063Z", "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'a7116698-ec2d-40a6-9b81-0a0aa42645f6', u'fixed_ip_address': u'11.0.0.6', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:e1:87:c2'}, {u'external_id': u'96c33e14-3a06-4bd0-abf9-fa78fd92d001', u'fixed_ip_address': u'12.0.0.3', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:32:07:ac'}]", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:53.063Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "39ab5777-19e6-4c22-9565-2c660bed1667"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:53.063Z", "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-05T13:11:53.063Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "ac7264e9-01c6-481d-86a9-5e5179343e43"}, {"node_instance_id": "target_vnf_host_0w2i4b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:53.063Z", "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-05T13:11:53.063Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "39ab5777-19e6-4c22-9565-2c660bed1667"}, {"node_instance_id": "target_vnf_host_0w2i4b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:54.958Z", "message": "server.create() server after transformations: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'9234e29a-6e0f-459b-aca0-f2c8d053d28b', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ccb8c341-d309-4a38-ae7a-108ea104a9f0'}, 'nics': [{'port-id': u'a7116698-ec2d-40a6-9b81-0a0aa42645f6'}, {'port-id': u'96c33e14-3a06-4bd0-abf9-fa78fd92d001'}], 'flavor': u'63e399e5-0ff7-4258-84e9-ccee6e451e81'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:54.958Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "39ab5777-19e6-4c22-9565-2c660bed1667"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:55.070Z", "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-05T13:11:55.070Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "ac7264e9-01c6-481d-86a9-5e5179343e43"}, {"node_instance_id": "target_vnf_host_0w2i4b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:55.070Z", "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-05T13:11:55.070Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "39ab5777-19e6-4c22-9565-2c660bed1667"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:55.070Z", "message": "Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'9234e29a-6e0f-459b-aca0-f2c8d053d28b', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ccb8c341-d309-4a38-ae7a-108ea104a9f0'}, 'nics': [{'port-id': u'9b1e2fb6-8ec5-4375-b8ed-d523067141c5'}, {'port-id': u'a04df298-fd36-4b91-ae9f-2ac0ec253f14'}], 'flavor': u'63e399e5-0ff7-4258-84e9-ccee6e451e81'}", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:55.070Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "ac7264e9-01c6-481d-86a9-5e5179343e43"}, {"node_instance_id": "target_vnf_host_0w2i4b", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:55.070Z", "message": "Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'9234e29a-6e0f-459b-aca0-f2c8d053d28b', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ccb8c341-d309-4a38-ae7a-108ea104a9f0'}, 'nics': [{'port-id': u'a7116698-ec2d-40a6-9b81-0a0aa42645f6'}, {'port-id': u'96c33e14-3a06-4bd0-abf9-fa78fd92d001'}], 'flavor': u'63e399e5-0ff7-4258-84e9-ccee6e451e81'}", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:55.070Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "39ab5777-19e6-4c22-9565-2c660bed1667"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:55.070Z", "message": "server.create() server after transformations: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'9234e29a-6e0f-459b-aca0-f2c8d053d28b', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ccb8c341-d309-4a38-ae7a-108ea104a9f0'}, 'nics': [{'port-id': u'9b1e2fb6-8ec5-4375-b8ed-d523067141c5'}, {'port-id': u'a04df298-fd36-4b91-ae9f-2ac0ec253f14'}], 'flavor': u'63e399e5-0ff7-4258-84e9-ccee6e451e81'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:55.070Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "ac7264e9-01c6-481d-86a9-5e5179343e43"}], "metadata": {"pagination": {"total": 137, "offset": 113, "size": 50}}} 2018-08-05 13:11:55,084 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:55,084 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:55 GMT 2018-08-05 13:11:55,084 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:55,084 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12411 2018-08-05 13:11:55,084 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:11:55,084 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-08-05 13:11:55,085 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-08-05 13:11:55,085 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-05 13:11:55,085 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-08-05 13:11:55,085 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-05 13:11:55,085 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-08-05 13:11:55,086 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-08-05 13:11:55,086 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-08-05 13:11:55,086 - 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'9b1e2fb6-8ec5-4375-b8ed-d523067141c5', u'fixed_ip_address': u'11.0.0.4', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:79:5f:9e'}, {u'external_id': u'a04df298-fd36-4b91-ae9f-2ac0ec253f14', u'fixed_ip_address': u'12.0.0.4', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:a7:8d:ea'}] 2018-08-05 13:11:55,086 - 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'a7116698-ec2d-40a6-9b81-0a0aa42645f6', u'fixed_ip_address': u'11.0.0.6', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:e1:87:c2'}, {u'external_id': u'96c33e14-3a06-4bd0-abf9-fa78fd92d001', u'fixed_ip_address': u'12.0.0.3', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:32:07:ac'}] 2018-08-05 13:11:55,086 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'} 2018-08-05 13:11:55,086 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'} 2018-08-05 13:11:55,086 - 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'9234e29a-6e0f-459b-aca0-f2c8d053d28b', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ccb8c341-d309-4a38-ae7a-108ea104a9f0'}, 'nics': [{'port-id': u'a7116698-ec2d-40a6-9b81-0a0aa42645f6'}, {'port-id': u'96c33e14-3a06-4bd0-abf9-fa78fd92d001'}], 'flavor': u'63e399e5-0ff7-4258-84e9-ccee6e451e81'} 2018-08-05 13:11:55,087 - 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-05 13:11:55,087 - 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-05 13:11:55,087 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'9234e29a-6e0f-459b-aca0-f2c8d053d28b', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ccb8c341-d309-4a38-ae7a-108ea104a9f0'}, 'nics': [{'port-id': u'9b1e2fb6-8ec5-4375-b8ed-d523067141c5'}, {'port-id': u'a04df298-fd36-4b91-ae9f-2ac0ec253f14'}], 'flavor': u'63e399e5-0ff7-4258-84e9-ccee6e451e81'} 2018-08-05 13:11:55,087 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'9234e29a-6e0f-459b-aca0-f2c8d053d28b', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ccb8c341-d309-4a38-ae7a-108ea104a9f0'}, 'nics': [{'port-id': u'a7116698-ec2d-40a6-9b81-0a0aa42645f6'}, {'port-id': u'96c33e14-3a06-4bd0-abf9-fa78fd92d001'}], 'flavor': u'63e399e5-0ff7-4258-84e9-ccee6e451e81'} 2018-08-05 13:11:55,087 - 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'9234e29a-6e0f-459b-aca0-f2c8d053d28b', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'ccb8c341-d309-4a38-ae7a-108ea104a9f0'}, 'nics': [{'port-id': u'9b1e2fb6-8ec5-4375-b8ed-d523067141c5'}, {'port-id': u'a04df298-fd36-4b91-ae9f-2ac0ec253f14'}], 'flavor': u'63e399e5-0ff7-4258-84e9-ccee6e451e81'} 2018-08-05 13:11:55,088 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/e6b87963-a7a2-4dc4-97f7-489d45d8e640 2018-08-05 13:11:55,142 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:11:55,142 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:11:55,142 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:11:55,142 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:11:55,142 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:11:55,142 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:11:55,142 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:11:55,142 - 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-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"} 2018-08-05 13:11:55,143 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:11:55,143 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:11:55 GMT 2018-08-05 13:11:55,143 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:11:55,143 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-05 13:11:55,143 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:00,148 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:12:00,212 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:00,212 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:00,212 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:00,212 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:00,212 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:00,212 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:00,212 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:00,213 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_ftcqmb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:56.903Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:56.903Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_host_0w2i4b", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:57.108Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:57.108Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:58.112Z", "message": "Configuring node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:58.112Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_host_0w2i4b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:58.112Z", "message": "Configuring node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:58.112Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:59.118Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:59.118Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_host_0w2i4b", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:59.118Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:59.118Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:59.118Z", "message": "Starting node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:59.118Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_host_0w2i4b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:59.118Z", "message": "Starting node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:59.118Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:59.118Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:59.118Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_host_0w2i4b", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:11:59.118Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:11:59.118Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:12:00.126Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:block_device_mapping state. Retrying... [retry_after=30]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:block_device_mapping state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:block_device_mapping state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-05T13:12:00.126Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}], "metadata": {"pagination": {"total": 148, "offset": 131, "size": 50}}} 2018-08-05 13:12:00,213 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:00,213 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:00 GMT 2018-08-05 13:12:00,213 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:00,213 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6131 2018-08-05 13:12:00,213 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:00,214 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-05 13:12:00,214 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-08-05 13:12:00,214 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-05 13:12:00,214 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-08-05 13:12:00,214 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-05 13:12:00,214 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-08-05 13:12:00,215 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-05 13:12:00,215 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-08-05 13:12:00,215 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-08-05 13:12:00,215 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-08-05 13:12:00,215 - 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:block_device_mapping state. Retrying... [retry_after=30] 2018-08-05 13:12:00,215 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/e6b87963-a7a2-4dc4-97f7-489d45d8e640 2018-08-05 13:12:00,267 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:00,267 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:00,267 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:00,267 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:00,267 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:00,267 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:00,267 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:00,267 - 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-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"} 2018-08-05 13:12:00,267 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:00,268 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:00 GMT 2018-08-05 13:12:00,268 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:00,268 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-05 13:12:00,268 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:05,273 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:12:05,380 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:05,380 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:05,380 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:05,380 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:05,380 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:05,380 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:05,380 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:05,380 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_0w2i4b", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:12:01.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]", "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-05T13:12:01.155Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}], "metadata": {"pagination": {"total": 149, "offset": 142, "size": 50}}} 2018-08-05 13:12:05,380 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:05,381 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:05 GMT 2018-08-05 13:12:05,381 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:05,381 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1209 2018-08-05 13:12:05,381 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:05,381 - 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-05 13:12:05,381 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/e6b87963-a7a2-4dc4-97f7-489d45d8e640 2018-08-05 13:12:05,674 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:05,675 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:05,675 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:05,675 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:05,675 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:05,675 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:05,675 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:05,675 - 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-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"} 2018-08-05 13:12:05,675 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:05,676 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:05 GMT 2018-08-05 13:12:05,676 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:05,676 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-05 13:12:05,676 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:10,681 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:12:10,754 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:10,755 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:10,755 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:10,755 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:10,755 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:10,755 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:10,755 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:10,755 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-08-05 13:12:10,755 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:10,755 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:10 GMT 2018-08-05 13:12:10,756 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:10,756 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 13:12:10,756 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:10,756 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/e6b87963-a7a2-4dc4-97f7-489d45d8e640 2018-08-05 13:12:11,059 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:11,059 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:11,060 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:11,060 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:11,060 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:11,060 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:11,060 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:11,060 - 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-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"} 2018-08-05 13:12:11,060 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:11,060 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:11 GMT 2018-08-05 13:12:11,060 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:11,060 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-05 13:12:11,061 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:16,066 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:12:16,522 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:16,522 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:16,523 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:16,523 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:16,523 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:16,523 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:16,523 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:16,523 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-08-05 13:12:16,523 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:16,523 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:16 GMT 2018-08-05 13:12:16,523 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:16,523 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 13:12:16,524 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:16,524 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/e6b87963-a7a2-4dc4-97f7-489d45d8e640 2018-08-05 13:12:16,979 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:16,979 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:16,979 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:16,979 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:16,980 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:16,980 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:16,980 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:16,980 - 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-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"} 2018-08-05 13:12:16,980 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:16,980 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:16 GMT 2018-08-05 13:12:16,980 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:16,980 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-05 13:12:16,980 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:21,986 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:12:22,047 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:22,047 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:22,047 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:22,047 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:22,047 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:22,047 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:22,047 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:22,048 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-08-05 13:12:22,048 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:22,048 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:22 GMT 2018-08-05 13:12:22,048 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:22,048 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 13:12:22,048 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:22,048 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/e6b87963-a7a2-4dc4-97f7-489d45d8e640 2018-08-05 13:12:22,100 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:22,100 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:22,100 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:22,100 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:22,100 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:22,100 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:22,100 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:22,101 - 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-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"} 2018-08-05 13:12:22,101 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:22,101 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:22 GMT 2018-08-05 13:12:22,101 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:22,101 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-05 13:12:22,101 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:27,107 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:12:27,175 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:27,176 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:27,176 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:27,176 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:27,176 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:27,176 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:27,176 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:27,176 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-08-05 13:12:27,176 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:27,177 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:27 GMT 2018-08-05 13:12:27,177 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:27,177 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 13:12:27,177 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:27,177 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/e6b87963-a7a2-4dc4-97f7-489d45d8e640 2018-08-05 13:12:27,231 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:27,231 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:27,232 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:27,232 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:27,232 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:27,232 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:27,232 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:27,232 - 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-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"} 2018-08-05 13:12:27,232 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:27,232 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:27 GMT 2018-08-05 13:12:27,232 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:27,233 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-05 13:12:27,233 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:32,238 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:12:32,324 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:32,324 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:32,325 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:32,325 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:32,325 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:32,325 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:32,325 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:32,325 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_ftcqmb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:12:30.103Z", "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-05T13:12:30.103Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:12:30.168Z", "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-05T13:12:30.168Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_host_0w2i4b", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:12:31.176Z", "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-05T13:12:31.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_host_0w2i4b", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:12:31.176Z", "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-05T13:12:31.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:12:32.181Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-05T13:12:32.181Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}], "metadata": {"pagination": {"total": 154, "offset": 143, "size": 50}}} 2018-08-05 13:12:32,325 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:32,325 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:32 GMT 2018-08-05 13:12:32,325 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:32,326 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3308 2018-08-05 13:12:32,326 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:32,326 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-05 13:12:32,326 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-05 13:12:32,326 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-08-05 13:12:32,327 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-08-05 13:12:32,327 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-08-05 13:12:32,327 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/e6b87963-a7a2-4dc4-97f7-489d45d8e640 2018-08-05 13:12:32,385 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:32,385 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:32,385 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:32,386 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:32,386 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:32,386 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:32,386 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:32,386 - 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-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"} 2018-08-05 13:12:32,386 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:32,386 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:32 GMT 2018-08-05 13:12:32,386 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:32,386 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-05 13:12:32,386 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:37,392 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:12:37,456 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:37,457 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:37,457 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:37,457 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:37,457 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:37,457 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:37,457 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:37,457 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_0w2i4b", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:12:33.185Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": [{"message": "Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]", "traceback": "Traceback (most recent call last):\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 624, in main\n File \"/tmp/pip-build-RgW6mD/cloudify-plugins-common/cloudify/dispatch.py\", line 399, in handle\nOperationRetry: Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-08-05T13:12:33.185Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}], "metadata": {"pagination": {"total": 155, "offset": 148, "size": 50}}} 2018-08-05 13:12:37,458 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:37,458 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:37 GMT 2018-08-05 13:12:37,458 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:37,458 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1222 2018-08-05 13:12:37,458 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:37,458 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-08-05 13:12:37,459 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/e6b87963-a7a2-4dc4-97f7-489d45d8e640 2018-08-05 13:12:37,511 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:37,511 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:37,511 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:37,511 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:37,511 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:37,511 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:37,511 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:37,512 - 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-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"} 2018-08-05 13:12:37,512 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:37,512 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:37 GMT 2018-08-05 13:12:37,512 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:37,512 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-05 13:12:37,512 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:42,518 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:12:42,592 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:42,592 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:42,592 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:42,592 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:42,592 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:42,592 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:42,592 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:42,593 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2018-08-05 13:12:42,593 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:42,593 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:42 GMT 2018-08-05 13:12:42,593 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:42,593 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 13:12:42,593 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:42,593 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/e6b87963-a7a2-4dc4-97f7-489d45d8e640 2018-08-05 13:12:42,651 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:42,651 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:42,652 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:42,652 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:42,652 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:42,652 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:42,652 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:42,652 - 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-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"} 2018-08-05 13:12:42,652 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:42,652 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:42 GMT 2018-08-05 13:12:42,652 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:42,652 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-05 13:12:42,653 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:47,658 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:12:47,723 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:47,723 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:47,724 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:47,724 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:47,724 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:47,724 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:47,724 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:47,724 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2018-08-05 13:12:47,724 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:47,724 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:47 GMT 2018-08-05 13:12:47,724 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:47,725 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 13:12:47,725 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:47,725 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/e6b87963-a7a2-4dc4-97f7-489d45d8e640 2018-08-05 13:12:47,782 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:47,782 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:47,782 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:47,782 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:47,782 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:47,782 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:47,782 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:47,783 - 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-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"} 2018-08-05 13:12:47,783 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:47,783 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:47 GMT 2018-08-05 13:12:47,783 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:47,783 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-05 13:12:47,783 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:52,788 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:12:52,854 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:52,854 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:52,854 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:52,854 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:52,854 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:52,854 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:52,854 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:52,855 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2018-08-05 13:12:52,855 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:52,855 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:52 GMT 2018-08-05 13:12:52,855 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:52,855 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 13:12:52,855 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:52,855 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/e6b87963-a7a2-4dc4-97f7-489d45d8e640 2018-08-05 13:12:52,908 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:52,909 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:52,909 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:52,909 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:52,909 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:52,909 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:52,909 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:52,909 - 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-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"} 2018-08-05 13:12:52,910 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:52,910 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:52 GMT 2018-08-05 13:12:52,910 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:52,910 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-05 13:12:52,910 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:57,915 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:12:57,980 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:57,981 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:57,981 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:57,981 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:57,981 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:57,981 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:57,981 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:57,981 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2018-08-05 13:12:57,981 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:57,981 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:57 GMT 2018-08-05 13:12:57,981 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:57,982 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-08-05 13:12:57,982 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:12:57,982 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/e6b87963-a7a2-4dc4-97f7-489d45d8e640 2018-08-05 13:12:58,034 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:12:58,034 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:12:58,034 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:12:58,034 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:12:58,034 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:12:58,035 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:12:58,035 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:12:58,035 - 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-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"} 2018-08-05 13:12:58,035 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:12:58,035 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:12:58 GMT 2018-08-05 13:12:58,035 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:12:58,035 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-05 13:12:58,035 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:13:03,041 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:13:03,102 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:13:03,102 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:13:03,102 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:13:03,102 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:13:03,103 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:13:03,103 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:13:03,103 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:13:03,103 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_ftcqmb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:13:02.059Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:13:02.059Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:13:02.195Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:13:02.195Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}], "metadata": {"pagination": {"total": 157, "offset": 149, "size": 50}}} 2018-08-05 13:13:03,103 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:13:03,103 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:13:03 GMT 2018-08-05 13:13:03,103 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:13:03,103 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1128 2018-08-05 13:13:03,103 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:13:03,104 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-05 13:13:03,104 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-05 13:13:03,104 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/e6b87963-a7a2-4dc4-97f7-489d45d8e640 2018-08-05 13:13:03,155 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:13:03,156 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:13:03,156 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:13:03,156 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:13:03,156 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:13:03,156 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:13:03,156 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:13:03,156 - 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-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"} 2018-08-05 13:13:03,157 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:13:03,157 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:13:03 GMT 2018-08-05 13:13:03,157 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:13:03,157 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-08-05 13:13:03,157 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:13:08,162 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:13:08,224 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:13:08,224 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:13:08,224 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:13:08,224 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:13:08,225 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:13:08,225 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:13:08,225 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:13:08,225 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_0w2i4b", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:13:03.200Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:13:03.200Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_host_0w2i4b", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:13:03.200Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:13:03.200Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:13:03.959Z", "message": "Server is ACTIVE", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:13:03.959Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "4575e6e7-fc9c-4f38-ac25-a6573a7735ed"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:13:04.203Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:13:04.203Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": "target_vnf_host_0w2i4b", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:13:05.098Z", "message": "Server is ACTIVE", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:13:05.098Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640", "logger": "73830c0e-dad0-4a29-95d4-632c4af0497f"}, {"node_instance_id": "target_vnf_host_0w2i4b", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:13:05.207Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 2/60]", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:13:05.207Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:13:06.210Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-08-05T13:13:06.210Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}], "metadata": {"pagination": {"total": 164, "offset": 151, "size": 50}}} 2018-08-05 13:13:08,225 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:13:08,225 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:13:08 GMT 2018-08-05 13:13:08,225 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:13:08,225 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3645 2018-08-05 13:13:08,225 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:13:08,226 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-08-05 13:13:08,226 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-08-05 13:13:08,226 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-08-05 13:13:08,226 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-08-05 13:13:08,226 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-08-05 13:13:08,227 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-08-05 13:13:08,227 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution succeeded 2018-08-05 13:13:08,227 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/e6b87963-a7a2-4dc4-97f7-489d45d8e640 2018-08-05 13:13:08,279 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:13:08,279 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:13:08,279 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:13:08,279 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:13:08,279 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:13:08,280 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:13:08,280 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:13:08,280 - 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-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"} 2018-08-05 13:13:08,280 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:13:08,280 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:13:08 GMT 2018-08-05 13:13:08,280 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:13:08,280 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 348 2018-08-05 13:13:08,280 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:13:08,281 - 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-05T13:11:18.726Z', 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'e6b87963-a7a2-4dc4-97f7-489d45d8e640'} 2018-08-05 13:13:08,292 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - BGP Interoperability test. 2018-08-05 13:13:08,351 - 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.209'}, 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.201'}}, 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-05 13:13:08,409 - 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.209'}, 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.201'}}, 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-05 13:13:08,409 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : reference_vnf 2018-08-05 13:13:08,409 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reference_vnf floating ip address : 172.30.9.209 2018-08-05 13:13:08,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:13:08,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:13:09,204 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:13:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0896b915-e8cc-4241-ace9-878777649d23 x-compute-request-id: req-0896b915-e8cc-4241-ace9-878777649d23 Content-Encoding: gzip Content-Length: 1182 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:e1:87:c2", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:87:c2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:07:ac", "version": 4, "addr": "12.0.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/49327200-ce4a-4911-8c4a-f9cf81bea38c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/49327200-ce4a-4911-8c4a-f9cf81bea38c", "rel": "bookmark"}], "image": {"id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "links": [{"href": "http://172.30.9.46:8774/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:12:41.000000", "flavor": {"id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "links": [{"href": "http://172.30.9.46:8774/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "rel": "bookmark"}]}, "id": "49327200-ce4a-4911-8c4a-f9cf81bea38c", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:12:41Z", "hostId": "9c51f594451675c373c3af7dee0ac531f5a01004a950881f1f4281ab", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-05T13:11:56Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ccb8c341-d309-4a38-ae7a-108ea104a9f0"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:5f:9e", "version": 4, "addr": "11.0.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:5f:9e", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:8d:ea", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7d508f91-5bee-48b3-8b31-308ccc988747", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7d508f91-5bee-48b3-8b31-308ccc988747", "rel": "bookmark"}], "image": {"id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "links": [{"href": "http://172.30.9.46:8774/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:12:41.000000", "flavor": {"id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "links": [{"href": "http://172.30.9.46:8774/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "rel": "bookmark"}]}, "id": "7d508f91-5bee-48b3-8b31-308ccc988747", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:12:41Z", "hostId": "9c51f594451675c373c3af7dee0ac531f5a01004a950881f1f4281ab", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-05T13:11:56Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ccb8c341-d309-4a38-ae7a-108ea104a9f0"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_d81e6dbb-361e-4403-84a4-79acd7efcfb4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ce:f5", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ce:f5", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:09:38.000000", "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:09:39Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:13:09,204 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0896b915-e8cc-4241-ace9-878777649d23 2018-08-05 13:13:09,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.794157981873s 2018-08-05 13:13:09,205 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0896b915-e8cc-4241-ace9-878777649d23 2018-08-05 13:13:09,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:13:09,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:13:09,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:13:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1e438d4-e3dd-47af-a31b-5207b8e40a54 x-compute-request-id: req-a1e438d4-e3dd-47af-a31b-5207b8e40a54 Content-Encoding: gzip Content-Length: 1182 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:e1:87:c2", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:87:c2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:07:ac", "version": 4, "addr": "12.0.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/49327200-ce4a-4911-8c4a-f9cf81bea38c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/49327200-ce4a-4911-8c4a-f9cf81bea38c", "rel": "bookmark"}], "image": {"id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "links": [{"href": "http://172.30.9.46:8774/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:12:41.000000", "flavor": {"id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "links": [{"href": "http://172.30.9.46:8774/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "rel": "bookmark"}]}, "id": "49327200-ce4a-4911-8c4a-f9cf81bea38c", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:12:41Z", "hostId": "9c51f594451675c373c3af7dee0ac531f5a01004a950881f1f4281ab", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-05T13:11:56Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ccb8c341-d309-4a38-ae7a-108ea104a9f0"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:5f:9e", "version": 4, "addr": "11.0.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:5f:9e", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:8d:ea", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7d508f91-5bee-48b3-8b31-308ccc988747", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7d508f91-5bee-48b3-8b31-308ccc988747", "rel": "bookmark"}], "image": {"id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "links": [{"href": "http://172.30.9.46:8774/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:12:41.000000", "flavor": {"id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "links": [{"href": "http://172.30.9.46:8774/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "rel": "bookmark"}]}, "id": "7d508f91-5bee-48b3-8b31-308ccc988747", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:12:41Z", "hostId": "9c51f594451675c373c3af7dee0ac531f5a01004a950881f1f4281ab", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-05T13:11:56Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ccb8c341-d309-4a38-ae7a-108ea104a9f0"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_d81e6dbb-361e-4403-84a4-79acd7efcfb4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ce:f5", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ce:f5", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:09:38.000000", "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:09:39Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:13:09,636 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-a1e438d4-e3dd-47af-a31b-5207b8e40a54 2018-08-05 13:13:09,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.428149938583s 2018-08-05 13:13:09,636 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-a1e438d4-e3dd-47af-a31b-5207b8e40a54 2018-08-05 13:13:09,640 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of reference_vnf : 11.0.0.4 2018-08-05 13:13:09,641 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of reference_vnf : fa:16:3e:79:5f:9e 2018-08-05 13:13:09,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:13:09,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:13:10,068 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:13:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0ad515ea-d641-4f9c-9b4c-9c79dc14f454 x-compute-request-id: req-0ad515ea-d641-4f9c-9b4c-9c79dc14f454 Content-Encoding: gzip Content-Length: 1182 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:e1:87:c2", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:87:c2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:07:ac", "version": 4, "addr": "12.0.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/49327200-ce4a-4911-8c4a-f9cf81bea38c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/49327200-ce4a-4911-8c4a-f9cf81bea38c", "rel": "bookmark"}], "image": {"id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "links": [{"href": "http://172.30.9.46:8774/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:12:41.000000", "flavor": {"id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "links": [{"href": "http://172.30.9.46:8774/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "rel": "bookmark"}]}, "id": "49327200-ce4a-4911-8c4a-f9cf81bea38c", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:12:41Z", "hostId": "9c51f594451675c373c3af7dee0ac531f5a01004a950881f1f4281ab", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-05T13:11:56Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ccb8c341-d309-4a38-ae7a-108ea104a9f0"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:5f:9e", "version": 4, "addr": "11.0.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:5f:9e", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:8d:ea", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7d508f91-5bee-48b3-8b31-308ccc988747", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7d508f91-5bee-48b3-8b31-308ccc988747", "rel": "bookmark"}], "image": {"id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "links": [{"href": "http://172.30.9.46:8774/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:12:41.000000", "flavor": {"id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "links": [{"href": "http://172.30.9.46:8774/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "rel": "bookmark"}]}, "id": "7d508f91-5bee-48b3-8b31-308ccc988747", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:12:41Z", "hostId": "9c51f594451675c373c3af7dee0ac531f5a01004a950881f1f4281ab", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-05T13:11:56Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ccb8c341-d309-4a38-ae7a-108ea104a9f0"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_d81e6dbb-361e-4403-84a4-79acd7efcfb4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ce:f5", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ce:f5", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:09:38.000000", "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:09:39Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:13:10,068 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0ad515ea-d641-4f9c-9b4c-9c79dc14f454 2018-08-05 13:13:10,068 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.426748037338s 2018-08-05 13:13:10,068 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-0ad515ea-d641-4f9c-9b4c-9c79dc14f454 2018-08-05 13:13:10,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:13:10,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:13:10,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:13: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-ab3891f6-7706-4f59-8337-ef1a07a2b670 x-compute-request-id: req-ab3891f6-7706-4f59-8337-ef1a07a2b670 Content-Encoding: gzip Content-Length: 1182 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:e1:87:c2", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:87:c2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:07:ac", "version": 4, "addr": "12.0.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/49327200-ce4a-4911-8c4a-f9cf81bea38c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/49327200-ce4a-4911-8c4a-f9cf81bea38c", "rel": "bookmark"}], "image": {"id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "links": [{"href": "http://172.30.9.46:8774/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:12:41.000000", "flavor": {"id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "links": [{"href": "http://172.30.9.46:8774/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "rel": "bookmark"}]}, "id": "49327200-ce4a-4911-8c4a-f9cf81bea38c", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:12:41Z", "hostId": "9c51f594451675c373c3af7dee0ac531f5a01004a950881f1f4281ab", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-05T13:11:56Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ccb8c341-d309-4a38-ae7a-108ea104a9f0"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:5f:9e", "version": 4, "addr": "11.0.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:5f:9e", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:8d:ea", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7d508f91-5bee-48b3-8b31-308ccc988747", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7d508f91-5bee-48b3-8b31-308ccc988747", "rel": "bookmark"}], "image": {"id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "links": [{"href": "http://172.30.9.46:8774/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:12:41.000000", "flavor": {"id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "links": [{"href": "http://172.30.9.46:8774/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "rel": "bookmark"}]}, "id": "7d508f91-5bee-48b3-8b31-308ccc988747", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:12:41Z", "hostId": "9c51f594451675c373c3af7dee0ac531f5a01004a950881f1f4281ab", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-05T13:11:56Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ccb8c341-d309-4a38-ae7a-108ea104a9f0"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_d81e6dbb-361e-4403-84a4-79acd7efcfb4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ce:f5", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ce:f5", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:09:38.000000", "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:09:39Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:13:10,498 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ab3891f6-7706-4f59-8337-ef1a07a2b670 2018-08-05 13:13:10,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.426174879074s 2018-08-05 13:13:10,499 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-ab3891f6-7706-4f59-8337-ef1a07a2b670 2018-08-05 13:13:10,502 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of reference_vnf : 12.0.0.4 2018-08-05 13:13:10,502 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of reference_vnf : fa:16:3e:a7:8d:ea 2018-08-05 13:13:10,503 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : target_vnf 2018-08-05 13:13:10,503 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - target_vnf floating ip address : 172.30.9.201 2018-08-05 13:13:10,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:13:10,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:13:10,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:13: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-6990964d-5bf6-4414-af1a-5bd5d750b764 x-compute-request-id: req-6990964d-5bf6-4414-af1a-5bd5d750b764 Content-Encoding: gzip Content-Length: 1182 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:e1:87:c2", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:87:c2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:07:ac", "version": 4, "addr": "12.0.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/49327200-ce4a-4911-8c4a-f9cf81bea38c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/49327200-ce4a-4911-8c4a-f9cf81bea38c", "rel": "bookmark"}], "image": {"id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "links": [{"href": "http://172.30.9.46:8774/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:12:41.000000", "flavor": {"id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "links": [{"href": "http://172.30.9.46:8774/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "rel": "bookmark"}]}, "id": "49327200-ce4a-4911-8c4a-f9cf81bea38c", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:12:41Z", "hostId": "9c51f594451675c373c3af7dee0ac531f5a01004a950881f1f4281ab", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-05T13:11:56Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ccb8c341-d309-4a38-ae7a-108ea104a9f0"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:5f:9e", "version": 4, "addr": "11.0.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:5f:9e", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:8d:ea", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7d508f91-5bee-48b3-8b31-308ccc988747", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7d508f91-5bee-48b3-8b31-308ccc988747", "rel": "bookmark"}], "image": {"id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "links": [{"href": "http://172.30.9.46:8774/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:12:41.000000", "flavor": {"id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "links": [{"href": "http://172.30.9.46:8774/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "rel": "bookmark"}]}, "id": "7d508f91-5bee-48b3-8b31-308ccc988747", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:12:41Z", "hostId": "9c51f594451675c373c3af7dee0ac531f5a01004a950881f1f4281ab", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-05T13:11:56Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ccb8c341-d309-4a38-ae7a-108ea104a9f0"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_d81e6dbb-361e-4403-84a4-79acd7efcfb4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ce:f5", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ce:f5", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:09:38.000000", "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:09:39Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:13:10,752 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6990964d-5bf6-4414-af1a-5bd5d750b764 2018-08-05 13:13:10,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.248714923859s 2018-08-05 13:13:10,752 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-6990964d-5bf6-4414-af1a-5bd5d750b764 2018-08-05 13:13:10,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:13:10,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:13:11,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:13: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-763d4d71-48b1-49c2-9dd1-1baeb9192deb x-compute-request-id: req-763d4d71-48b1-49c2-9dd1-1baeb9192deb Content-Encoding: gzip Content-Length: 1182 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:e1:87:c2", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:87:c2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:07:ac", "version": 4, "addr": "12.0.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/49327200-ce4a-4911-8c4a-f9cf81bea38c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/49327200-ce4a-4911-8c4a-f9cf81bea38c", "rel": "bookmark"}], "image": {"id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "links": [{"href": "http://172.30.9.46:8774/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:12:41.000000", "flavor": {"id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "links": [{"href": "http://172.30.9.46:8774/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "rel": "bookmark"}]}, "id": "49327200-ce4a-4911-8c4a-f9cf81bea38c", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:12:41Z", "hostId": "9c51f594451675c373c3af7dee0ac531f5a01004a950881f1f4281ab", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-05T13:11:56Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ccb8c341-d309-4a38-ae7a-108ea104a9f0"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:5f:9e", "version": 4, "addr": "11.0.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:5f:9e", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:8d:ea", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7d508f91-5bee-48b3-8b31-308ccc988747", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7d508f91-5bee-48b3-8b31-308ccc988747", "rel": "bookmark"}], "image": {"id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "links": [{"href": "http://172.30.9.46:8774/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:12:41.000000", "flavor": {"id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "links": [{"href": "http://172.30.9.46:8774/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "rel": "bookmark"}]}, "id": "7d508f91-5bee-48b3-8b31-308ccc988747", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:12:41Z", "hostId": "9c51f594451675c373c3af7dee0ac531f5a01004a950881f1f4281ab", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-05T13:11:56Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ccb8c341-d309-4a38-ae7a-108ea104a9f0"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_d81e6dbb-361e-4403-84a4-79acd7efcfb4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ce:f5", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ce:f5", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:09:38.000000", "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:09:39Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:13:11,025 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-763d4d71-48b1-49c2-9dd1-1baeb9192deb 2018-08-05 13:13:11,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.269324064255s 2018-08-05 13:13:11,026 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-763d4d71-48b1-49c2-9dd1-1baeb9192deb 2018-08-05 13:13:11,029 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of target_vnf : 11.0.0.6 2018-08-05 13:13:11,029 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of target_vnf : fa:16:3e:e1:87:c2 2018-08-05 13:13:11,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:13:11,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:13:11,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:13: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-5c250a4c-6fe7-4c7a-8a28-feaa549b08b1 x-compute-request-id: req-5c250a4c-6fe7-4c7a-8a28-feaa549b08b1 Content-Encoding: gzip Content-Length: 1182 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:e1:87:c2", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:87:c2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:07:ac", "version": 4, "addr": "12.0.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/49327200-ce4a-4911-8c4a-f9cf81bea38c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/49327200-ce4a-4911-8c4a-f9cf81bea38c", "rel": "bookmark"}], "image": {"id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "links": [{"href": "http://172.30.9.46:8774/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:12:41.000000", "flavor": {"id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "links": [{"href": "http://172.30.9.46:8774/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "rel": "bookmark"}]}, "id": "49327200-ce4a-4911-8c4a-f9cf81bea38c", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:12:41Z", "hostId": "9c51f594451675c373c3af7dee0ac531f5a01004a950881f1f4281ab", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-05T13:11:56Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ccb8c341-d309-4a38-ae7a-108ea104a9f0"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:5f:9e", "version": 4, "addr": "11.0.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:5f:9e", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:8d:ea", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7d508f91-5bee-48b3-8b31-308ccc988747", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7d508f91-5bee-48b3-8b31-308ccc988747", "rel": "bookmark"}], "image": {"id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "links": [{"href": "http://172.30.9.46:8774/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:12:41.000000", "flavor": {"id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "links": [{"href": "http://172.30.9.46:8774/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "rel": "bookmark"}]}, "id": "7d508f91-5bee-48b3-8b31-308ccc988747", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:12:41Z", "hostId": "9c51f594451675c373c3af7dee0ac531f5a01004a950881f1f4281ab", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-05T13:11:56Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ccb8c341-d309-4a38-ae7a-108ea104a9f0"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_d81e6dbb-361e-4403-84a4-79acd7efcfb4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ce:f5", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ce:f5", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:09:38.000000", "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:09:39Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:13:11,452 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5c250a4c-6fe7-4c7a-8a28-feaa549b08b1 2018-08-05 13:13:11,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.422476053238s 2018-08-05 13:13:11,453 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-5c250a4c-6fe7-4c7a-8a28-feaa549b08b1 2018-08-05 13:13:11,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:13:11,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:13:11,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:13: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-9a98c50d-94ba-4630-9f88-413e4f385891 x-compute-request-id: req-9a98c50d-94ba-4630-9f88-413e4f385891 Content-Encoding: gzip Content-Length: 1182 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:e1:87:c2", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:87:c2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:07:ac", "version": 4, "addr": "12.0.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/49327200-ce4a-4911-8c4a-f9cf81bea38c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/49327200-ce4a-4911-8c4a-f9cf81bea38c", "rel": "bookmark"}], "image": {"id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "links": [{"href": "http://172.30.9.46:8774/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:12:41.000000", "flavor": {"id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "links": [{"href": "http://172.30.9.46:8774/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "rel": "bookmark"}]}, "id": "49327200-ce4a-4911-8c4a-f9cf81bea38c", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:12:41Z", "hostId": "9c51f594451675c373c3af7dee0ac531f5a01004a950881f1f4281ab", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-05T13:11:56Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ccb8c341-d309-4a38-ae7a-108ea104a9f0"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:5f:9e", "version": 4, "addr": "11.0.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:5f:9e", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:8d:ea", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7d508f91-5bee-48b3-8b31-308ccc988747", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7d508f91-5bee-48b3-8b31-308ccc988747", "rel": "bookmark"}], "image": {"id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "links": [{"href": "http://172.30.9.46:8774/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:12:41.000000", "flavor": {"id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "links": [{"href": "http://172.30.9.46:8774/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "rel": "bookmark"}]}, "id": "7d508f91-5bee-48b3-8b31-308ccc988747", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:12:41Z", "hostId": "9c51f594451675c373c3af7dee0ac531f5a01004a950881f1f4281ab", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-05T13:11:56Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ccb8c341-d309-4a38-ae7a-108ea104a9f0"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_d81e6dbb-361e-4403-84a4-79acd7efcfb4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ce:f5", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ce:f5", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:09:38.000000", "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:09:39Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:13:11,711 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9a98c50d-94ba-4630-9f88-413e4f385891 2018-08-05 13:13:11,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.254894018173s 2018-08-05 13:13:11,712 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-9a98c50d-94ba-4630-9f88-413e4f385891 2018-08-05 13:13:11,715 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of target_vnf : 12.0.0.3 2018-08-05 13:13:11,715 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of target_vnf : fa:16:3e:32:07:ac 2018-08-05 13:13:11,716 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - init test exec 2018-08-05 13:13:11,728 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-05 13:13:11,746 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - init vnf controller 2018-08-05 13:13:11,756 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-05 13:13:11,771 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - initialize vm controller 2018-08-05 13:13:11,771 - functest.opnfv_tests.vnf.router.vnf_controller.command_generator - DEBUG - init command generator 2018-08-05 13:13:11,779 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-05 13:13:11,839 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test Start Time:'2018-08-05 13:13:11' 2018-08-05 13:13:11,839 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start config command target_vnf and reference_vnf 2018-08-05 13:13:11,839 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to target vnf 2018-08-05 13:13:11,847 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-05 13:13:11,867 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.201. 2018-08-05 13:13:11,869 - paramiko.transport - DEBUG - starting thread (client mode): 0xce0c4b50L 2018-08-05 13:13:11,870 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-05 13:13:11,873 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-08-05 13:13:11,873 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-08-05 13:13:11,874 - paramiko.transport - DEBUG - kex algos:[u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-05 13:13:11,874 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-08-05 13:13:11,874 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-08-05 13:13:11,874 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-05 13:13:11,874 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-08-05 13:13:11,874 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-05 13:13:11,909 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-08-05 13:13:12,006 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-08-05 13:13:12,007 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-05 13:13:12,009 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.201: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-08-05 13:13:12,038 - paramiko.transport - DEBUG - userauth is OK 2018-08-05 13:13:24,057 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-08-05 13:13:24,058 - paramiko.transport - INFO - Authentication (password) successful! 2018-08-05 13:13:24,090 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.201. 2018-08-05 13:13:24,090 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-05 13:13:24,091 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-05 13:13:24,092 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-05 13:13:24,094 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-05 13:13:24,095 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-05 13:13:25,118 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-08-05 13:13:26,120 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-08-05 13:13:31,125 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-08-05 13:13:32,127 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-08-05 13:13:37,133 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-08-05 13:13:38,135 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-08-05 13:13:43,140 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.1.0/24 blackhole distance 1 2018-08-05 13:13:44,142 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-05 13:13:49,147 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.2.0/24 blackhole distance 1 2018-08-05 13:13:50,149 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-05 13:13:55,155 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.3.0/24 blackhole distance 1 2018-08-05 13:13:56,157 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-05 13:14:01,162 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.4.0/24 blackhole distance 1 2018-08-05 13:14:02,164 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-05 13:14:07,169 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.5.0/24 blackhole distance 1 2018-08-05 13:14:08,171 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-05 13:14:13,176 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.6.0/24 blackhole distance 1 2018-08-05 13:14:14,178 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-05 13:14:19,183 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.7.0/24 blackhole distance 1 2018-08-05 13:14:20,185 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-05 13:14:25,190 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.8.0/24 blackhole distance 1 2018-08-05 13:14:26,191 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-05 13:14:31,196 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.9.0/24 blackhole distance 1 2018-08-05 13:14:32,198 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-05 13:14:37,204 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.0.10.0/24 blackhole distance 1 2018-08-05 13:14:38,206 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.0.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-05 13:14:43,211 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-08-05 13:14:44,213 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-08-05 13:14:49,218 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 ebgp-multihop '2' 2018-08-05 13:14:50,220 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 ebgp-multihop '2' [edit] vyos@vyos# 2018-08-05 13:14:55,226 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 remote-as 65002 2018-08-05 13:14:56,228 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 remote-as 65002 [edit] vyos@vyos# 2018-08-05 13:15:01,233 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 update-source 12.0.0.3 2018-08-05 13:15:02,234 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 update-source 12.0.0.3 [edit] vyos@vyos# 2018-08-05 13:15:07,239 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 soft-reconfiguration inbound 2018-08-05 13:15:08,241 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-08-05 13:15:13,242 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.4 password lab0033 2018-08-05 13:15:14,244 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.4 password lab0033 [edit] vyos@vyos# 2018-08-05 13:15:19,249 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.1.0/24 2018-08-05 13:15:20,251 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.1.0/24 [edit] vyos@vyos# 2018-08-05 13:15:25,256 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.2.0/24 2018-08-05 13:15:26,258 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.2.0/24 [edit] vyos@vyos# 2018-08-05 13:15:31,264 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.3.0/24 2018-08-05 13:15:32,266 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.3.0/24 [edit] vyos@vyos# 2018-08-05 13:15:37,266 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.4.0/24 2018-08-05 13:15:38,268 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.4.0/24 [edit] vyos@vyos# 2018-08-05 13:15:43,273 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.5.0/24 2018-08-05 13:15:44,275 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.5.0/24 [edit] vyos@vyos# 2018-08-05 13:15:49,281 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.6.0/24 2018-08-05 13:15:50,283 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.6.0/24 [edit] vyos@vyos# 2018-08-05 13:15:55,288 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.7.0/24 2018-08-05 13:15:56,290 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.7.0/24 [edit] vyos@vyos# 2018-08-05 13:16:01,291 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.8.0/24 2018-08-05 13:16:02,293 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.8.0/24 [edit] vyos@vyos# 2018-08-05 13:16:07,298 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.9.0/24 2018-08-05 13:16:08,300 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.9.0/24 [edit] vyos@vyos# 2018-08-05 13:16:13,305 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.10.0/24 2018-08-05 13:16:14,307 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 network 10.0.10.0/24 [edit] vyos@vyos# 2018-08-05 13:16:19,308 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 parameters router-id 12.0.0.3 2018-08-05 13:16:20,310 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 parameters router-id 12.0.0.3 [edit] vyos@vyos# 2018-08-05 13:16:25,316 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-08-05 13:16:26,318 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-08-05 13:16:31,372 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-05 13:16:31,383 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to reference vnf 2018-08-05 13:16:31,402 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-05 13:16:31,437 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.209. 2018-08-05 13:16:31,440 - paramiko.transport - DEBUG - starting thread (client mode): 0xce0c4b50L 2018-08-05 13:16:31,441 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-05 13:16:31,449 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-08-05 13:16:31,449 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-08-05 13:16:31,450 - paramiko.transport - DEBUG - kex algos:[u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-05 13:16:31,450 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-08-05 13:16:31,450 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-08-05 13:16:31,451 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-05 13:16:31,451 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-08-05 13:16:31,451 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-05 13:16:31,483 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-08-05 13:16:31,595 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-08-05 13:16:31,596 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-05 13:16:31,599 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.209: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-08-05 13:16:31,631 - paramiko.transport - DEBUG - userauth is OK 2018-08-05 13:16:31,640 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-08-05 13:16:31,640 - paramiko.transport - INFO - Authentication (password) successful! 2018-08-05 13:16:31,664 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.209. 2018-08-05 13:16:31,664 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-05 13:16:31,665 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-05 13:16:31,665 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-05 13:16:31,668 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-05 13:16:31,670 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-05 13:16:32,688 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-08-05 13:16:33,690 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-08-05 13:16:38,691 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-08-05 13:16:39,693 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-08-05 13:16:44,698 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-08-05 13:16:45,700 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-08-05 13:16:50,705 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.1.0/24 blackhole distance 1 2018-08-05 13:16:51,707 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.1.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-05 13:16:56,712 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.2.0/24 blackhole distance 1 2018-08-05 13:16:57,714 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.2.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-05 13:17:02,720 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.3.0/24 blackhole distance 1 2018-08-05 13:17:03,722 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.3.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-05 13:17:08,727 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.4.0/24 blackhole distance 1 2018-08-05 13:17:09,729 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.4.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-05 13:17:14,735 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.5.0/24 blackhole distance 1 2018-08-05 13:17:15,737 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.5.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-05 13:17:20,742 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.6.0/24 blackhole distance 1 2018-08-05 13:17:21,744 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.6.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-05 13:17:26,749 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.7.0/24 blackhole distance 1 2018-08-05 13:17:27,751 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.7.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-05 13:17:32,756 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.8.0/24 blackhole distance 1 2018-08-05 13:17:33,758 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.8.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-05 13:17:38,764 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.9.0/24 blackhole distance 1 2018-08-05 13:17:39,766 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.9.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-05 13:17:44,771 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols static route 10.1.10.0/24 blackhole distance 1 2018-08-05 13:17:45,773 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols static route 10.1.10.0/24 blackhole distance 1 [edit] vyos@vyos# 2018-08-05 13:17:50,778 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-08-05 13:17:51,780 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-08-05 13:17:56,786 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.3 ebgp-multihop '2' 2018-08-05 13:17:57,788 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.3 ebgp-multihop '2' [edit] vyos@vyos# 2018-08-05 13:18:02,793 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.3 remote-as 65001 2018-08-05 13:18:03,795 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.3 remote-as 65001 [edit] vyos@vyos# 2018-08-05 13:18:08,801 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.3 update-source 12.0.0.4 2018-08-05 13:18:09,803 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.3 update-source 12.0.0.4 [edit] vyos@vyos# 2018-08-05 13:18:14,804 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.3 soft-reconfiguration inbound 2018-08-05 13:18:15,806 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.3 soft-reconfiguration inboun d [edit] vyos@vyos# 2018-08-05 13:18:20,812 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.3 password lab0033 2018-08-05 13:18:21,813 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.3 password lab0033 [edit] vyos@vyos# 2018-08-05 13:18:26,819 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.1.0/24 2018-08-05 13:18:27,821 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.1.0/24 [edit] vyos@vyos# 2018-08-05 13:18:32,826 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.2.0/24 2018-08-05 13:18:33,828 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.2.0/24 [edit] vyos@vyos# 2018-08-05 13:18:38,829 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.3.0/24 2018-08-05 13:18:39,831 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.3.0/24 [edit] vyos@vyos# 2018-08-05 13:18:44,836 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.4.0/24 2018-08-05 13:18:45,838 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.4.0/24 [edit] vyos@vyos# 2018-08-05 13:18:50,844 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.5.0/24 2018-08-05 13:18:51,846 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.5.0/24 [edit] vyos@vyos# 2018-08-05 13:18:56,851 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.6.0/24 2018-08-05 13:18:57,853 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.6.0/24 [edit] vyos@vyos# 2018-08-05 13:19:02,858 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.7.0/24 2018-08-05 13:19:03,860 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.7.0/24 [edit] vyos@vyos# 2018-08-05 13:19:08,865 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.8.0/24 2018-08-05 13:19:09,867 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.8.0/24 [edit] vyos@vyos# 2018-08-05 13:19:14,872 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.9.0/24 2018-08-05 13:19:15,874 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.9.0/24 [edit] vyos@vyos# 2018-08-05 13:19:20,880 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.10.0/24 2018-08-05 13:19:21,881 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 network 10.1.10.0/24 [edit] vyos@vyos# 2018-08-05 13:19:26,887 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 parameters router-id 12.0.0.4 2018-08-05 13:19:27,889 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 parameters router-id 12.0.0.4 [edit] vyos@vyos# 2018-08-05 13:19:32,894 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-08-05 13:19:33,896 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-08-05 13:19:38,942 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-05 13:19:38,962 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish config command. 2018-08-05 13:19:38,962 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Waiting for protocol stable. 2018-08-05 13:20:39,023 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start check method 2018-08-05 13:20:39,042 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-08-05 13:20:39,088 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.201. 2018-08-05 13:20:39,090 - paramiko.transport - DEBUG - starting thread (client mode): 0xce0c5cd0L 2018-08-05 13:20:39,091 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-05 13:20:39,098 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-08-05 13:20:39,098 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-08-05 13:20:39,099 - paramiko.transport - DEBUG - kex algos:[u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'ssh-dss'] client encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] server encrypt:[u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'arcfour256', u'arcfour128', u'aes128-cbc', u'3des-cbc', u'blowfish-cbc', u'cast128-cbc', u'aes192-cbc', u'aes256-cbc', u'arcfour', u'rijndael-cbc@lysator.liu.se'] client mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] server mac:[u'hmac-md5', u'hmac-sha1', u'umac-64@openssh.com', u'hmac-ripemd160', u'hmac-ripemd160@openssh.com', u'hmac-sha1-96', u'hmac-md5-96'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-05 13:20:39,100 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-08-05 13:20:39,100 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-08-05 13:20:39,100 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-05 13:20:39,100 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-08-05 13:20:39,100 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-05 13:20:39,137 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-08-05 13:20:39,247 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-08-05 13:20:39,247 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-05 13:20:39,250 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.201: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-08-05 13:20:39,286 - paramiko.transport - DEBUG - userauth is OK 2018-08-05 13:20:45,296 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-08-05 13:20:45,297 - paramiko.transport - INFO - Authentication (password) successful! 2018-08-05 13:20:45,324 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.201. 2018-08-05 13:20:45,324 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-05 13:20:45,325 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-05 13:20:45,326 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-05 13:20:45,327 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-05 13:20:45,329 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-05 13:20:46,330 - functest.opnfv_tests.vnf.router.vnf_controller.checker - DEBUG - init checker 2018-08-05 13:21:16,409 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-05 13:21:16,442 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - INFO - Test result: +-------------------------------+----------------+ | TEST ITEM | RESULT | +-------------------------------+----------------+ | Check bgp peer | OK | | Check bgp status | OK | | Check route advertise | OK | | Check route receive | OK | | Check route table | OK | +-------------------------------+----------------+ 2018-08-05 13:21:16,442 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp summary | no-more BGP router identifier 12.0.0.3, local AS number 65001 IPv4 Unicast - max multipaths: ebgp 1 ibgp 1 RIB entries 39, using 3744 bytes of memory Peers 1, using 4560 bytes of memory Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd 12.0.0.4 4 65002 3 6 0 0 0 00:01:08 10 Total number of neighbors 1 vyos@vyos:~$ 2018-08-05 13:21:16,443 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.4 | no-more BGP neighbor is 12.0.0.4, remote AS 65002, local AS 65001, external link BGP version 4, remote router ID 12.0.0.4 BGP state = Established, up for 00:01:14 Last read 10:47:22, hold time is 180, keepalive interval is 60 seconds Neighbor capabilities: 4 Byte AS: advertised and received Route refresh: advertised and received(old & new) Address family IPv4 Unicast: advertised and received Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 2 0 Notifications: 0 0 Updates: 1 1 Keepalives: 3 2 Route Refresh: 0 0 Capability: 0 0 Total: 6 3 Minimum time between advertisement runs is 30 seconds Update source is 12.0.0.3 For address family: IPv4 Unicast Inbound soft reconfiguration allowed Community attribute sent to this neighbor(both) 10 accepted prefixes Connections established 1; dropped 0 Last reset never External BGP neighbor may be up to 2 hops away. Local host: 12.0.0.3, Local port: 179 Foreign host: 12.0.0.4, Foreign port: 36455 Nexthop: 12.0.0.3 Nexthop global: fe80::f816:3eff:fe32:7ac Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off vyos@vyos:~$ 2018-08-05 13:21:16,443 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.4 advertised-routes | no-more BGP table version is 0, local router ID is 12.0.0.3 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.0.1.0/24 12.0.0.3 0 32768 i *> 10.0.2.0/24 12.0.0.3 0 32768 i *> 10.0.3.0/24 12.0.0.3 0 32768 i *> 10.0.4.0/24 12.0.0.3 0 32768 i *> 10.0.5.0/24 12.0.0.3 0 32768 i *> 10.0.6.0/24 12.0.0.3 0 32768 i *> 10.0.7.0/24 12.0.0.3 0 32768 i *> 10.0.8.0/24 12.0.0.3 0 32768 i *> 10.0.9.0/24 12.0.0.3 0 32768 i *> 10.0.10.0/24 12.0.0.3 0 32768 i Total number of prefixes 10 vyos@vyos:~$ 2018-08-05 13:21:16,443 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.4 received-routes | no-more BGP table version is 0, local router ID is 12.0.0.3 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.4 0 0 65002 i *> 10.1.2.0/24 12.0.0.4 0 0 65002 i *> 10.1.3.0/24 12.0.0.4 0 0 65002 i *> 10.1.4.0/24 12.0.0.4 0 0 65002 i *> 10.1.5.0/24 12.0.0.4 0 0 65002 i *> 10.1.6.0/24 12.0.0.4 0 0 65002 i *> 10.1.7.0/24 12.0.0.4 0 0 65002 i *> 10.1.8.0/24 12.0.0.4 0 0 65002 i *> 10.1.9.0/24 12.0.0.4 0 0 65002 i *> 10.1.10.0/24 12.0.0.4 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-08-05 13:21:16,443 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.4 routes | no-more BGP table version is 0, local router ID is 12.0.0.3 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, R Removed Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 10.1.1.0/24 12.0.0.4 0 0 65002 i *> 10.1.2.0/24 12.0.0.4 0 0 65002 i *> 10.1.3.0/24 12.0.0.4 0 0 65002 i *> 10.1.4.0/24 12.0.0.4 0 0 65002 i *> 10.1.5.0/24 12.0.0.4 0 0 65002 i *> 10.1.6.0/24 12.0.0.4 0 0 65002 i *> 10.1.7.0/24 12.0.0.4 0 0 65002 i *> 10.1.8.0/24 12.0.0.4 0 0 65002 i *> 10.1.9.0/24 12.0.0.4 0 0 65002 i *> 10.1.10.0/24 12.0.0.4 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-08-05 13:21:16,443 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish check method. 2018-08-05 13:21:16,443 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test duration :'484.6' 2018-08-05 13:21:16,444 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the reference_vnf 2018-08-05 13:21:16,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:21:16,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:21:17,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:21: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-7ac09722-f612-47fc-89a8-67ab279b9055 x-compute-request-id: req-7ac09722-f612-47fc-89a8-67ab279b9055 Content-Encoding: gzip Content-Length: 1182 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:e1:87:c2", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:87:c2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:07:ac", "version": 4, "addr": "12.0.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/49327200-ce4a-4911-8c4a-f9cf81bea38c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/49327200-ce4a-4911-8c4a-f9cf81bea38c", "rel": "bookmark"}], "image": {"id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "links": [{"href": "http://172.30.9.46:8774/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:12:41.000000", "flavor": {"id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "links": [{"href": "http://172.30.9.46:8774/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "rel": "bookmark"}]}, "id": "49327200-ce4a-4911-8c4a-f9cf81bea38c", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:12:41Z", "hostId": "9c51f594451675c373c3af7dee0ac531f5a01004a950881f1f4281ab", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-05T13:11:56Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ccb8c341-d309-4a38-ae7a-108ea104a9f0"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:5f:9e", "version": 4, "addr": "11.0.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:5f:9e", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:8d:ea", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7d508f91-5bee-48b3-8b31-308ccc988747", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7d508f91-5bee-48b3-8b31-308ccc988747", "rel": "bookmark"}], "image": {"id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "links": [{"href": "http://172.30.9.46:8774/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:12:41.000000", "flavor": {"id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "links": [{"href": "http://172.30.9.46:8774/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "rel": "bookmark"}]}, "id": "7d508f91-5bee-48b3-8b31-308ccc988747", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:12:41Z", "hostId": "9c51f594451675c373c3af7dee0ac531f5a01004a950881f1f4281ab", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-05T13:11:56Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ccb8c341-d309-4a38-ae7a-108ea104a9f0"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_d81e6dbb-361e-4403-84a4-79acd7efcfb4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ce:f5", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ce:f5", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:09:38.000000", "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:09:39Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:21:17,224 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-7ac09722-f612-47fc-89a8-67ab279b9055 2018-08-05 13:21:17,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.779649972916s 2018-08-05 13:21:17,225 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-7ac09722-f612-47fc-89a8-67ab279b9055 2018-08-05 13:21:17,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-05 13:21:17,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/servers/7d508f91-5bee-48b3-8b31-308ccc988747 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:21:17,373 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 13:21: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-66b30e36-599a-40a5-b897-2c738f74cfd9 x-compute-request-id: req-66b30e36-599a-40a5-b897-2c738f74cfd9 Content-Type: application/json 2018-08-05 13:21:17,373 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/7d508f91-5bee-48b3-8b31-308ccc988747 used request id req-66b30e36-599a-40a5-b897-2c738f74cfd9 2018-08-05 13:21:17,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.145093202591s 2018-08-05 13:21:17,374 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/7d508f91-5bee-48b3-8b31-308ccc988747 used request id req-66b30e36-599a-40a5-b897-2c738f74cfd9 2018-08-05 13:21:17,374 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the target_vnf 2018-08-05 13:21:17,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:21:17,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:21:17,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:21: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-380dfe06-d827-4133-9419-ba904da92b2d x-compute-request-id: req-380dfe06-d827-4133-9419-ba904da92b2d Content-Encoding: gzip Content-Length: 1199 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:87:c2", "version": 4, "addr": "11.0.0.6", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e1:87:c2", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:32:07:ac", "version": 4, "addr": "12.0.0.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/49327200-ce4a-4911-8c4a-f9cf81bea38c", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/49327200-ce4a-4911-8c4a-f9cf81bea38c", "rel": "bookmark"}], "image": {"id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "links": [{"href": "http://172.30.9.46:8774/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:12:41.000000", "flavor": {"id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "links": [{"href": "http://172.30.9.46:8774/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "rel": "bookmark"}]}, "id": "49327200-ce4a-4911-8c4a-f9cf81bea38c", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:12:41Z", "hostId": "9c51f594451675c373c3af7dee0ac531f5a01004a950881f1f4281ab", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-08-05T13:11:56Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ccb8c341-d309-4a38-ae7a-108ea104a9f0"}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:5f:9e", "version": 4, "addr": "11.0.0.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:5f:9e", "version": 4, "addr": "172.30.9.209", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a7:8d:ea", "version": 4, "addr": "12.0.0.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7d508f91-5bee-48b3-8b31-308ccc988747", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7d508f91-5bee-48b3-8b31-308ccc988747", "rel": "bookmark"}], "image": {"id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "links": [{"href": "http://172.30.9.46:8774/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:12:41.000000", "flavor": {"id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "links": [{"href": "http://172.30.9.46:8774/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "rel": "bookmark"}]}, "id": "7d508f91-5bee-48b3-8b31-308ccc988747", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:21:17Z", "hostId": "9c51f594451675c373c3af7dee0ac531f5a01004a950881f1f4281ab", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-08-05T13:11:56Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "ccb8c341-d309-4a38-ae7a-108ea104a9f0"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_d81e6dbb-361e-4403-84a4-79acd7efcfb4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ce:f5", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ce:f5", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:09:38.000000", "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:09:39Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:21:17,818 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-380dfe06-d827-4133-9419-ba904da92b2d 2018-08-05 13:21:17,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.443902015686s 2018-08-05 13:21:17,819 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-380dfe06-d827-4133-9419-ba904da92b2d 2018-08-05 13:21:17,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-05 13:21:17,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/servers/49327200-ce4a-4911-8c4a-f9cf81bea38c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:21:17,977 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 13:21: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-c383244a-5466-46a4-8cd2-074fdde725a3 x-compute-request-id: req-c383244a-5466-46a4-8cd2-074fdde725a3 Content-Type: application/json 2018-08-05 13:21:17,977 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/49327200-ce4a-4911-8c4a-f9cf81bea38c used request id req-c383244a-5466-46a4-8cd2-074fdde725a3 2018-08-05 13:21:17,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.154647111893s 2018-08-05 13:21:17,977 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/49327200-ce4a-4911-8c4a-f9cf81bea38c used request id req-c383244a-5466-46a4-8cd2-074fdde725a3 2018-08-05 13:21:18,101 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-05 13:21:18,102 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 15:33 | PASS | +----------------------+------------------+------------------+----------------+ 2018-08-05 13:21:18,107 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-08-05 13:21:18,107 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions 2018-08-05 13:21:18,184 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:21:18,185 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:21:18,185 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:21:18,185 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:21:18,185 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:21:18,185 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:21:18,185 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:21:18,185 - 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": {"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"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "groups": {}, "api_token": "tXW8Y50283dcdb3d446a399af25010880b2ec"}}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T13:10:47.418Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "4488ab69-d090-49aa-b10f-8bb5814cf7f2"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-08-05T13:11:18.726Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "e6b87963-a7a2-4dc4-97f7-489d45d8e640"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-08-05 13:21:18,185 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:21:18,186 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:21:18 GMT 2018-08-05 13:21:18,186 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:21:18,186 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6363 2018-08-05 13:21:18,186 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:21:18,186 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.214:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "uninstall", "parameters": {"ignore_failure": true}} 2018-08-05 13:21:18,354 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:21:18,355 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:21:18,355 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:21:18,355 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:21:18,355 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:21:18,355 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:21:18,355 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:21:18,355 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2018-08-05 13:21:18,355 - 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-05T13:21:18.275Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "64fbe914-482c-42e9-9ac5-acf18faca6df"} 2018-08-05 13:21:18,355 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:21:18,356 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:21:18 GMT 2018-08-05 13:21:18,356 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:21:18,356 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-05 13:21:18,356 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:21:18,356 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:21:18,418 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:21:18,418 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:21:18,418 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:21:18,418 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:21:18,419 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:21:18,419 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:21:18,419 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:21:18,419 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-08-05 13:21:18,419 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:21:18,419 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:21:18 GMT 2018-08-05 13:21:18,419 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:21:18,419 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-08-05 13:21:18,419 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:21:18,420 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/64fbe914-482c-42e9-9ac5-acf18faca6df 2018-08-05 13:21:18,474 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:21:18,474 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:21:18,474 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:21:18,474 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:21:18,475 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:21:18,475 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:21:18,475 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:21:18,475 - 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-05T13:21:18.275Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "64fbe914-482c-42e9-9ac5-acf18faca6df"} 2018-08-05 13:21:18,475 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:21:18,475 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:21:18 GMT 2018-08-05 13:21:18,475 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:21:18,475 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-05 13:21:18,475 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:21:23,480 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:21:23,550 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:21:23,550 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:21:23,551 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:21:23,551 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:21:23,551 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:21:23,551 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:21:23,551 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:21:23,551 - 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-05T13:21:19.070Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:19.070Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "target_vnf_host_0w2i4b", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:20.081Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:20.081Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:20.081Z", "message": "Stopping node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:20.081Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "target_vnf_host_0w2i4b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:20.081Z", "message": "Stopping node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:20.081Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:20.452Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:20.452Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:20.452Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:20.452Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "target_vnf_host_0w2i4b", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:20.452Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:20.452Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:21.668Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance 7d508f91-5bee-48b3-8b31-308ccc988747 could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 7d508f91-5bee-48b3-8b31-308ccc988747 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 7d508f91-5bee-48b3-8b31-308ccc988747 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-05T13:21:21.668Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:22.482Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:22.482Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "target_vnf_host_0w2i4b", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:22.482Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance 49327200-ce4a-4911-8c4a-f9cf81bea38c could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 49327200-ce4a-4911-8c4a-f9cf81bea38c 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 49327200-ce4a-4911-8c4a-f9cf81bea38c could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-05T13:21:22.482Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:22.482Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:22.482Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}], "metadata": {"pagination": {"total": 13, "offset": 0, "size": 50}}} 2018-08-05 13:21:23,551 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:21:23,551 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:21:23 GMT 2018-08-05 13:21:23,551 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:21:23,552 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9903 2018-08-05 13:21:23,552 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:21:23,552 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'uninstall' workflow execution 2018-08-05 13:21:23,552 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-05 13:21:23,553 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-05 13:21:23,553 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-05 13:21:23,553 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-08-05 13:21:23,553 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-05 13:21:23,553 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-08-05 13:21:23,553 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance 7d508f91-5bee-48b3-8b31-308ccc988747 could not be found. [status_code=404] 2018-08-05 13:21:23,554 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-08-05 13:21:23,554 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance 49327200-ce4a-4911-8c4a-f9cf81bea38c could not be found. [status_code=404] 2018-08-05 13:21:23,554 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-08-05 13:21:23,554 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/64fbe914-482c-42e9-9ac5-acf18faca6df 2018-08-05 13:21:23,611 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:21:23,611 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:21:23,611 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:21:23,611 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:21:23,611 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:21:23,611 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:21:23,611 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:21:23,611 - 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-05T13:21:18.275Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "64fbe914-482c-42e9-9ac5-acf18faca6df"} 2018-08-05 13:21:23,612 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:21:23,612 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:21:23 GMT 2018-08-05 13:21:23,612 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:21:23,612 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-05 13:21:23,612 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:21:28,617 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:21:28,680 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:21:28,680 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:21:28,680 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:21:28,681 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:21:28,681 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:21:28,681 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:21:28,681 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:21:28,681 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:23.558Z", "message": "Detaching port 96c33e14-3a06-4bd0-abf9-fa78fd92d001...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:23.558Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "431cfd7f-30c8-40f7-bc94-6e833e97df4b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:24.238Z", "message": "Detaching port a04df298-fd36-4b91-ae9f-2ac0ec253f14...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:24.238Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "cbeaaff2-c968-483a-81df-86e6dec8c6de"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:24.477Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:24.477Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:25.243Z", "message": "Successfully detached port 96c33e14-3a06-4bd0-abf9-fa78fd92d001", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:25.243Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "431cfd7f-30c8-40f7-bc94-6e833e97df4b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:25.243Z", "message": "Successfully detached port a04df298-fd36-4b91-ae9f-2ac0ec253f14", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:25.243Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "cbeaaff2-c968-483a-81df-86e6dec8c6de"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:25.490Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:25.490Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:25.490Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:25.490Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:25.490Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:25.490Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:26.303Z", "message": "Detaching port 9b1e2fb6-8ec5-4375-b8ed-d523067141c5...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:26.303Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "fe9c2bba-1c6b-411f-a7e4-49d6cfe9e103"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:27.257Z", "message": "Detaching port a7116698-ec2d-40a6-9b81-0a0aa42645f6...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:27.257Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "7f77e172-b01e-44b7-977a-155ce5ab3a13"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:27.257Z", "message": "Successfully detached port 9b1e2fb6-8ec5-4375-b8ed-d523067141c5", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:27.257Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "fe9c2bba-1c6b-411f-a7e4-49d6cfe9e103"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:27.257Z", "message": "Successfully detached port a7116698-ec2d-40a6-9b81-0a0aa42645f6", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:27.257Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "7f77e172-b01e-44b7-977a-155ce5ab3a13"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:27.312Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:27.312Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:27.494Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:27.494Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:28.335Z", "message": "deleting server", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:28.335Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "7d7f7683-9296-425b-95c9-67c4ae2b59e8"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:28.500Z", "message": "Deleting node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:28.500Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "target_vnf_host_0w2i4b", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:28.500Z", "message": "Deleting node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:28.500Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:28.500Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:28.500Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "target_vnf_host_0w2i4b", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:28.500Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:28.500Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:28.500Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:28.500Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "target_vnf_host_0w2i4b", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:28.500Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:28.500Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}], "metadata": {"pagination": {"total": 36, "offset": 11, "size": 50}}} 2018-08-05 13:21:28,681 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:21:28,681 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:21:28 GMT 2018-08-05 13:21:28,681 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:21:28,681 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10844 2018-08-05 13:21:28,682 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:21:28,682 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 96c33e14-3a06-4bd0-abf9-fa78fd92d001... 2018-08-05 13:21:28,682 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port a04df298-fd36-4b91-ae9f-2ac0ec253f14... 2018-08-05 13:21:28,683 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-08-05 13:21:28,683 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 96c33e14-3a06-4bd0-abf9-fa78fd92d001 2018-08-05 13:21:28,683 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port a04df298-fd36-4b91-ae9f-2ac0ec253f14 2018-08-05 13:21:28,683 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-08-05 13:21:28,683 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-08-05 13:21:28,683 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-08-05 13:21:28,684 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 9b1e2fb6-8ec5-4375-b8ed-d523067141c5... 2018-08-05 13:21:28,684 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port a7116698-ec2d-40a6-9b81-0a0aa42645f6... 2018-08-05 13:21:28,684 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 9b1e2fb6-8ec5-4375-b8ed-d523067141c5 2018-08-05 13:21:28,684 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port a7116698-ec2d-40a6-9b81-0a0aa42645f6 2018-08-05 13:21:28,684 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-08-05 13:21:28,684 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-08-05 13:21:28,685 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-08-05 13:21:28,685 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-05 13:21:28,685 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-05 13:21:28,686 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-05 13:21:28,686 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-08-05 13:21:28,686 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-05 13:21:28,686 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-08-05 13:21:28,686 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/64fbe914-482c-42e9-9ac5-acf18faca6df 2018-08-05 13:21:28,739 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:21:28,739 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:21:28,740 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:21:28,740 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:21:28,740 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:21:28,740 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:21:28,740 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:21:28,740 - 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-05T13:21:18.275Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "64fbe914-482c-42e9-9ac5-acf18faca6df"} 2018-08-05 13:21:28,740 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:21:28,740 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:21:28 GMT 2018-08-05 13:21:28,740 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:21:28,741 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-05 13:21:28,741 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:21:33,746 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:21:33,811 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:21:33,811 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:21:33,811 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:21:33,811 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:21:33,811 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:21:33,811 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:21:33,811 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:21:33,812 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_0w2i4b", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:29.262Z", "message": "deleting server", "level": "info", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:29.262Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "37b767b3-63b1-4cba-8a6d-7387f461c238"}, {"node_instance_id": "target_vnf_host_0w2i4b", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:29.505Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance 49327200-ce4a-4911-8c4a-f9cf81bea38c could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 49327200-ce4a-4911-8c4a-f9cf81bea38c 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 49327200-ce4a-4911-8c4a-f9cf81bea38c could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-05T13:21:29.505Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "reference_vnf_host_ftcqmb", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:29.505Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance 7d508f91-5bee-48b3-8b31-308ccc988747 could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 7d508f91-5bee-48b3-8b31-308ccc988747 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 7d508f91-5bee-48b3-8b31-308ccc988747 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-08-05T13:21:29.505Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:30.548Z", "message": "Sending task 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:30.548Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "keypair_7suhos", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:30.548Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:30.548Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "reference_vnf_data_plane_port_p5ifzu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:30.548Z", "message": "Stopping node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:30.548Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "reference_vnf_port_ea4xl1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:30.548Z", "message": "Stopping node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:30.548Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "target_vnf_data_plane_port_mwg3f4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:30.548Z", "message": "Stopping node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:30.548Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "target_vnf_port_m2fh45", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:30.548Z", "message": "Stopping node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:30.548Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:30.548Z", "message": "Task started 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:30.548Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "keypair_7suhos", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:31.671Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:31.671Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "reference_vnf_data_plane_port_p5ifzu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:31.671Z", "message": "Deleting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:31.671Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "target_vnf_data_plane_port_mwg3f4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:31.671Z", "message": "Deleting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:31.671Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "reference_vnf_data_plane_port_p5ifzu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:31.671Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:31.671Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "target_vnf_data_plane_port_mwg3f4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:31.671Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:31.671Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "keypair_7suhos", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:31.671Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:31.671Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "reference_vnf_data_plane_port_p5ifzu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:31.671Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:31.671Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "target_vnf_data_plane_port_mwg3f4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:31.671Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:31.671Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "keypair_7suhos", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:31.671Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:31.671Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "keypair_7suhos", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:31.906Z", "message": "deleting keypair", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:31.906Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "385593e9-a4c8-4272-b515-398bef5da795"}, {"node_instance_id": "reference_vnf_data_plane_port_p5ifzu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:32.284Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:32.284Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "6c02f8e2-3d02-44ba-b93b-3ee9e1d21984"}, {"node_instance_id": "target_vnf_data_plane_port_mwg3f4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:32.284Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:32.284Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "d00a2669-ba1c-45c9-a9d6-7904a98f1a26"}, {"node_instance_id": "keypair_7suhos", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:32.284Z", "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-05T13:21:32.284Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "385593e9-a4c8-4272-b515-398bef5da795"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:32.706Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:32.706Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "reference_vnf_port_ea4xl1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:33.617Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:33.617Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "398369d0-2d6f-404d-b021-ce4524f7df5e"}, {"node_instance_id": "reference_vnf_port_ea4xl1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:33.717Z", "message": "Deleting node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:33.717Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "target_vnf_port_m2fh45", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:33.717Z", "message": "Deleting node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:33.717Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "reference_vnf_port_ea4xl1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:33.717Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:33.717Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "target_vnf_port_m2fh45", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:33.717Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:33.717Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "reference_vnf_port_ea4xl1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:33.717Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:33.717Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "target_vnf_port_m2fh45", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:33.717Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:33.717Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:33.717Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:33.717Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "keypair_7suhos", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:33.717Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:33.717Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}], "metadata": {"pagination": {"total": 71, "offset": 32, "size": 50}}} 2018-08-05 13:21:33,812 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:21:33,812 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:21:33 GMT 2018-08-05 13:21:33,812 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:21:33,812 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21044 2018-08-05 13:21:33,812 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:21:33,813 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-08-05 13:21:33,813 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance 49327200-ce4a-4911-8c4a-f9cf81bea38c could not be found. [status_code=404] 2018-08-05 13:21:33,814 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance 7d508f91-5bee-48b3-8b31-308ccc988747 could not be found. [status_code=404] 2018-08-05 13:21:33,814 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2018-08-05 13:21:33,814 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-05 13:21:33,814 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-05 13:21:33,814 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-05 13:21:33,814 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-05 13:21:33,815 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-05 13:21:33,815 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2018-08-05 13:21:33,815 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-05 13:21:33,815 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-05 13:21:33,815 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-05 13:21:33,815 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-08-05 13:21:33,815 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-08-05 13:21:33,816 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-08-05 13:21:33,816 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-08-05 13:21:33,816 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-08-05 13:21:33,816 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-08-05 13:21:33,816 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting keypair 2018-08-05 13:21:33,816 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-08-05 13:21:33,817 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-08-05 13:21:33,817 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting private key file at /etc/cloudify/.ssh/vnf_test_keypair.pem 2018-08-05 13:21:33,817 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-08-05 13:21:33,817 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-08-05 13:21:33,817 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-05 13:21:33,817 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-05 13:21:33,818 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-08-05 13:21:33,818 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-08-05 13:21:33,818 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-08-05 13:21:33,818 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-08-05 13:21:33,818 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-08-05 13:21:33,818 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-08-05 13:21:33,819 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/64fbe914-482c-42e9-9ac5-acf18faca6df 2018-08-05 13:21:33,874 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:21:33,874 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:21:33,874 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:21:33,874 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:21:33,874 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:21:33,875 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:21:33,875 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:21:33,875 - 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-05T13:21:18.275Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "64fbe914-482c-42e9-9ac5-acf18faca6df"} 2018-08-05 13:21:33,875 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:21:33,875 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:21:33 GMT 2018-08-05 13:21:33,875 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:21:33,875 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-05 13:21:33,875 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:21:38,881 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:21:38,954 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:21:38,954 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:21:38,955 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:21:38,955 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:21:38,955 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:21:38,955 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:21:38,955 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:21:38,955 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_port_m2fh45", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:34.291Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:34.291Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "8d9b6135-5e2c-480b-89a6-5af63a084749"}, {"node_instance_id": "data_plane_subnet_2fbt9q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:34.722Z", "message": "Stopping node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:34.722Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "reference_vnf_data_plane_port_p5ifzu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:34.722Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:34.722Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "target_vnf_data_plane_port_mwg3f4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:34.722Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:34.722Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "data_plane_subnet_2fbt9q", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:35.859Z", "message": "Deleting node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:35.859Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "data_plane_subnet_2fbt9q", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:35.859Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:35.859Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "reference_vnf_ip_rfhnfq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:35.859Z", "message": "Stopping node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:35.859Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "data_plane_subnet_2fbt9q", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:35.859Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:35.859Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "reference_vnf_port_ea4xl1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:35.859Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:35.859Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "target_vnf_port_m2fh45", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:35.859Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:35.859Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "data_plane_subnet_2fbt9q", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:36.333Z", "message": "deleting subnet", "level": "info", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:36.333Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "de6e7d43-7b4f-462c-b69e-c544ebac128f"}, {"node_instance_id": "reference_vnf_ip_rfhnfq", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:37.082Z", "message": "Deleting node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:37.082Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "security_group_bzymw2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:37.082Z", "message": "Deleting node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:37.082Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "target_vnf_ip_xkhilu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:37.082Z", "message": "Deleting node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:37.082Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "reference_vnf_ip_rfhnfq", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:37.082Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:37.082Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "target_vnf_ip_xkhilu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:37.082Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:37.082Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:37.082Z", "message": "Sending task 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:37.082Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "management_plane_subnet_sfliav", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:37.082Z", "message": "Stopping node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:37.082Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "security_group_bzymw2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:37.082Z", "message": "Stopping node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:37.082Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "target_vnf_ip_xkhilu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:37.082Z", "message": "Stopping node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:37.082Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "reference_vnf_ip_rfhnfq", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:37.082Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:37.082Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "target_vnf_ip_xkhilu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:37.082Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:37.082Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:37.082Z", "message": "Task started 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:37.082Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "reference_vnf_ip_rfhnfq", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:37.856Z", "message": "deleting floatingip", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:37.856Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "7f29e5cd-0bbb-49f7-9f0a-8f3bc20f57c7"}, {"node_instance_id": "target_vnf_ip_xkhilu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:37.856Z", "message": "deleting floatingip", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:37.856Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "6ecc29b1-b463-4fef-b217-dde0d51575c8"}, {"node_instance_id": "security_group_bzymw2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:38.122Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:38.122Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "security_group_bzymw2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:38.122Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:38.122Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "data_plane_subnet_2fbt9q", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:38.122Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:38.122Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "security_group_bzymw2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:38.315Z", "message": "deleting security_group", "level": "info", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:38.315Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "e9450e90-2fb8-4eb8-b630-3b7f65dbadfa"}], "metadata": {"pagination": {"total": 100, "offset": 65, "size": 50}}} 2018-08-05 13:21:38,955 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:21:38,955 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:21:38 GMT 2018-08-05 13:21:38,955 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:21:38,956 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14538 2018-08-05 13:21:38,956 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:21:38,956 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-08-05 13:21:38,957 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-05 13:21:38,957 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-08-05 13:21:38,957 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-08-05 13:21:38,957 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-05 13:21:38,957 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-08-05 13:21:38,957 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-05 13:21:38,958 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-08-05 13:21:38,958 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-08-05 13:21:38,958 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-08-05 13:21:38,958 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-08-05 13:21:38,958 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-05 13:21:38,958 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-05 13:21:38,958 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-05 13:21:38,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-08-05 13:21:38,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-08-05 13:21:38,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.disconnect_subnet' 2018-08-05 13:21:38,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-05 13:21:38,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-05 13:21:38,959 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-05 13:21:38,960 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-08-05 13:21:38,960 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-08-05 13:21:38,960 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.disconnect_subnet' 2018-08-05 13:21:38,960 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-08-05 13:21:38,960 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-08-05 13:21:38,960 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-08-05 13:21:38,960 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-08-05 13:21:38,961 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-08-05 13:21:38,961 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting security_group 2018-08-05 13:21:38,961 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/64fbe914-482c-42e9-9ac5-acf18faca6df 2018-08-05 13:21:39,012 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:21:39,012 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:21:39,012 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:21:39,012 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:21:39,012 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:21:39,012 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:21:39,013 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:21:39,013 - 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-05T13:21:18.275Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "64fbe914-482c-42e9-9ac5-acf18faca6df"} 2018-08-05 13:21:39,013 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:21:39,013 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:21:39 GMT 2018-08-05 13:21:39,013 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:21:39,013 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-05 13:21:39,013 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:21:44,019 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:21:44,098 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:21:44,098 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:21:44,098 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:21:44,098 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:21:44,098 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:21:44,098 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:21:44,098 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:21:44,098 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "data_plane_network_jp6caf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:39.132Z", "message": "Stopping node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:39.132Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "reference_vnf_ip_rfhnfq", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:39.132Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:39.132Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "security_group_bzymw2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:39.132Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:39.132Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "data_plane_network_jp6caf", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:40.078Z", "message": "deleting network", "level": "info", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:40.078Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "36e9ddc1-eb7e-4909-9e27-11379d90ce3e"}, {"node_instance_id": "data_plane_network_jp6caf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:40.215Z", "message": "Deleting node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:40.215Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "data_plane_network_jp6caf", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:40.215Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:40.215Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "data_plane_network_jp6caf", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:40.215Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:40.215Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "target_vnf_ip_xkhilu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:40.215Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:40.215Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "management_plane_subnet_sfliav", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:41.355Z", "message": "Deleting node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:41.355Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "management_plane_subnet_sfliav", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:41.355Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:41.355Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "management_plane_subnet_sfliav", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:41.355Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:41.355Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:41.355Z", "message": "Task succeeded 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:41.355Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "management_plane_subnet_sfliav", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:41.471Z", "message": "deleting subnet", "level": "info", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:41.471Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "dd40383c-23c8-43a7-97ea-3ffaa50446b7"}, {"node_instance_id": "data_plane_network_jp6caf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:42.359Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:42.359Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "management_plane_subnet_sfliav", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:43.362Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:43.362Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}], "metadata": {"pagination": {"total": 115, "offset": 94, "size": 50}}} 2018-08-05 13:21:44,099 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:21:44,099 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:21:44 GMT 2018-08-05 13:21:44,099 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:21:44,099 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7736 2018-08-05 13:21:44,099 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:21:44,100 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-05 13:21:44,100 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-08-05 13:21:44,100 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-08-05 13:21:44,100 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-08-05 13:21:44,100 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-05 13:21:44,101 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-08-05 13:21:44,101 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-08-05 13:21:44,101 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-08-05 13:21:44,101 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-05 13:21:44,101 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-08-05 13:21:44,101 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-08-05 13:21:44,101 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.disconnect_subnet' 2018-08-05 13:21:44,102 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-08-05 13:21:44,102 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-08-05 13:21:44,102 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-08-05 13:21:44,102 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/64fbe914-482c-42e9-9ac5-acf18faca6df 2018-08-05 13:21:44,159 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:21:44,159 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:21:44,159 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:21:44,159 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:21:44,159 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:21:44,160 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:21:44,160 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:21:44,160 - 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-05T13:21:18.275Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "64fbe914-482c-42e9-9ac5-acf18faca6df"} 2018-08-05 13:21:44,160 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:21:44,160 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:21:44 GMT 2018-08-05 13:21:44,160 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:21:44,160 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-08-05 13:21:44,160 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:21:49,166 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/events 2018-08-05 13:21:49,228 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:21:49,229 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:21:49,229 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:21:49,229 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:21:49,229 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:21:49,229 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:21:49,229 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:21:49,229 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_network_4idiom", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:44.366Z", "message": "Stopping node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:44.366Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "router_o160om", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:44.366Z", "message": "Stopping node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:44.366Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "management_plane_network_4idiom", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:45.318Z", "message": "deleting network", "level": "info", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:45.318Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "2c4e52c0-024b-4918-a462-abc1af0a4069"}, {"node_instance_id": "management_plane_network_4idiom", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:45.384Z", "message": "Deleting node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:45.384Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "router_o160om", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:45.384Z", "message": "Deleting node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:45.384Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "management_plane_network_4idiom", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:45.384Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:45.384Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "router_o160om", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:45.384Z", "message": "Sending task 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:45.384Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "management_plane_network_4idiom", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:45.384Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:45.384Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "router_o160om", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:45.384Z", "message": "Task started 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:45.384Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "router_o160om", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:46.322Z", "message": "deleting router", "level": "info", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:46.322Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "378f7417-41a7-4a8f-a7cd-c4db81bb5193"}, {"node_instance_id": "management_plane_network_4idiom", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:46.659Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:46.659Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "router_o160om", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:47.391Z", "message": "Task succeeded 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:47.391Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "external_network_lc1y38", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:48.398Z", "message": "Deleting node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:48.398Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "external_network_lc1y38", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:48.398Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:48.398Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "external_network_lc1y38", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:48.398Z", "message": "Stopping node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:48.398Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "external_network_lc1y38", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:48.398Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-08-05T13:21:48.398Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df"}, {"node_instance_id": "external_network_lc1y38", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-08-05T13:21:48.954Z", "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-05T13:21:48.954Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "64fbe914-482c-42e9-9ac5-acf18faca6df", "logger": "cd716e6b-3b88-49b8-8aeb-223d618441a2"}], "metadata": {"pagination": {"total": 132, "offset": 109, "size": 50}}} 2018-08-05 13:21:49,230 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:21:49,230 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:21:49 GMT 2018-08-05 13:21:49,230 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:21:49,230 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8517 2018-08-05 13:21:49,230 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:21:49,231 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-05 13:21:49,231 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-05 13:21:49,231 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-08-05 13:21:49,231 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-05 13:21:49,231 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-05 13:21:49,232 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-08-05 13:21:49,232 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.delete' 2018-08-05 13:21:49,232 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-08-05 13:21:49,232 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.delete' 2018-08-05 13:21:49,232 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting router 2018-08-05 13:21:49,232 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-08-05 13:21:49,233 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.delete' 2018-08-05 13:21:49,233 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-08-05 13:21:49,233 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-08-05 13:21:49,233 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-08-05 13:21:49,233 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-08-05 13:21:49,233 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - not deleting network since an external network is being used 2018-08-05 13:21:49,234 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.214:80/api/v3/executions/64fbe914-482c-42e9-9ac5-acf18faca6df 2018-08-05 13:21:49,291 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:21:49,291 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:21:49,291 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:21:49,291 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:21:49,292 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:21:49,292 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:21:49,292 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:21:49,292 - 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-05T13:21:18.275Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "64fbe914-482c-42e9-9ac5-acf18faca6df"} 2018-08-05 13:21:49,292 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:21:49,292 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:21:49 GMT 2018-08-05 13:21:49,292 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:21:49,292 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 372 2018-08-05 13:21:49,292 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:21:49,293 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.214:80/api/v3/deployments/vrouter-opnfv 2018-08-05 13:21:49,586 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:21:49,587 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:21:49,587 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:21:49,587 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:21:49,587 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:21:49,587 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:21:49,587 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:21:49,587 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-05 13:21:49,587 - 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": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "target_vnf_flavor_id": "63e399e5-0ff7-4258-84e9-ccee6e451e81", "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_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "keystone_password": "de0b7e43-2089-4151-92bd-41b3f23cbaf8", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.46: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": "9234e29a-6e0f-459b-aca0-f2c8d053d28b", "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": {"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"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "tenant_name": "default_tenant", "created_at": "2018-08-05T13:10:46.608Z", "updated_at": "2018-08-05T13:10:46.608Z", "created_by": "admin", "policy_triggers": {"cloudify.policies.triggers.execute_workflow": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/triggers/execute_workflow.clj", "parameters": {"workflow_parameters": {"default": {}, "description": "Workflow paramters"}, "force": {"default": false, "description": "Should the workflow be executed even when another execution\nfor the same workflow is currently in progress\n"}, "workflow": {"description": "Workflow name to execute"}, "socket_timeout": {"default": 1000, "description": "Socket timeout when making request to manager REST in ms"}, "allow_custom_parameters": {"default": false, "description": "Should parameters not defined in the workflow parameters\nschema be accepted\n"}, "conn_timeout": {"default": 1000, "description": "Connection timeout when making request to manager REST in ms"}}}}, "private_resource": false, "groups": {}, "workflows": [{"created_at": null, "name": "scale", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}}, {"created_at": null, "name": "heal", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}}, {"created_at": null, "name": "update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}}, {"created_at": null, "name": "execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}}, {"created_at": null, "name": "install", "parameters": {}}, {"created_at": null, "name": "install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}}, {"created_at": null, "name": "uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}}], "scaling_groups": {}, "id": "vrouter-opnfv", "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": "reference_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": "target_vnf", "public_key_path": "~/.ssh/vnf_test_keypair.pem", "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": "management_plane_network"}, "data_plane_network": {"network_name": "data_plane_network"}}}}} 2018-08-05 13:21:49,587 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:21:49,588 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:21:49 GMT 2018-08-05 13:21:49,588 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:21:49,588 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-08-05 13:21:49,588 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:21:49,589 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.214:80/api/v3/blueprints/vrouter-opnfv 2018-08-05 13:21:49,651 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-08-05 13:21:49,652 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-08-05 13:21:49,652 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-08-05 13:21:49,652 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-08-05 13:21:49,652 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-08-05 13:21:49,652 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-08-05 13:21:49,652 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-08-05 13:21:49,652 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-08-05 13:21:49,653 - 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-05T13:10:46.372Z", "updated_at": "2018-08-05T13:10:46.372Z", "created_by": "admin", "private_resource": false, "plan": {"relationships": {"cloudify.openstack.server_connected_to_port": {"name": "cloudify.openstack.server_connected_to_port", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_port"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.port.detach", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_security_group": {"name": "cloudify.openstack.port_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.port.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.depends_on": {"properties": {"connection_type": {"default": "all_to_all"}}, "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "name": "cloudify.relationships.depends_on", "type_hierarchy": ["cloudify.relationships.depends_on"], "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}}, "cloudify.openstack.server_connected_to_keypair": {"name": "cloudify.openstack.server_connected_to_keypair", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_keypair"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.subnet_connected_to_router": {"name": "cloudify.openstack.subnet_connected_to_router", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.subnet_connected_to_router"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.router.connect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.router.disconnect_subnet", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_security_group": {"name": "cloudify.openstack.server_connected_to_security_group", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_security_group"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_security_group", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_subnet": {"name": "cloudify.openstack.port_connected_to_subnet", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_subnet"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.contained_in": {"name": "cloudify.relationships.contained_in", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.port_connected_to_floating_ip": {"name": "cloudify.openstack.port_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.port_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.neutron_plugin.floatingip.connect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.neutron_plugin.floatingip.disconnect_port", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.server_connected_to_floating_ip": {"name": "cloudify.openstack.server_connected_to_floating_ip", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.server_connected_to_floating_ip"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.connect_floatingip", "inputs": {"fixed_ip": {"default": "", "type": "string", "description": "The fixed IP to be associated with the floating IP. If omitted, Openstack will choose which port to associate.\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.disconnect_floatingip", "inputs": {"openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.connected_to": {"name": "cloudify.relationships.connected_to", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.openstack.volume_attached_to_server": {"name": "cloudify.openstack.volume_attached_to_server", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to", "cloudify.openstack.volume_attached_to_server"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "openstack.nova_plugin.server.attach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the attachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the attachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "openstack.nova_plugin.server.detach_volume", "inputs": {"status_attempts": {"default": 10, "type": "integer", "description": "Number of times to check for the detachment's status before failing\n"}, "status_timeout": {"default": 2, "type": "integer", "description": "Interval (in seconds) between subsequent inquiries of the detachment's status\n"}, "openstack_config": {"default": {}}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.connected_to", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_depends_on_volume": {"name": "cloudify.relationships.file_system_depends_on_volume", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.file_system_depends_on_volume"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.depends_on", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/fdisk.sh"}, "device_name": {"default": {"get_attribute": ["TARGET", "device_name"]}}}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}, "cloudify.relationships.file_system_contained_in_compute": {"name": "cloudify.relationships.file_system_contained_in_compute", "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.contained_in", "cloudify.relationships.file_system_contained_in_compute"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "derived_from": "cloudify.relationships.contained_in", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/mount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "script.script_runner.tasks.run", "inputs": {"script_path": {"default": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/fs/unmount.sh"}}, "max_retries": null, "retry_interval": null, "executor": null}}}, "properties": {"connection_type": {"default": "all_to_all"}}}}, "inputs": {"keypair_name": {"default": "vnf_test_keypair", "type": "string"}, "management_plane_network_name": {"default": "management_plane_network", "type": "string"}, "external_network_name": {"type": "string"}, "keystone_user_domain_name": {"type": "string"}, "data_plane_network_name": {"default": "data_plane_network", "type": "string"}, "target_vnf_name": {"default": "target_vnf", "type": "string"}, "reference_vnf_flavor_id": {"type": "string"}, "target_vnf_flavor_id": {"type": "string"}, "reference_vnf_name": {"default": "reference_vnf", "type": "string"}, "target_vnf_data_plane_port_name": {"default": "target_vnf_data_plane_port", "type": "string"}, "reference_vnf_data_plane_port_name": {"default": "reference_vnf_data_plane_port", "type": "string"}, "keystone_username": {"type": "string"}, "security_group_name": {"default": "vnf_test_security_group", "type": "string"}, "reference_vnf_image_id": {"type": "string"}, "keystone_password": {"type": "string"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "region": {"type": "string"}, "reference_vnf_port_name": {"default": "reference_vnf_port", "type": "string"}, "target_vnf_image_id": {"type": "string"}, "management_plane_subnet_name": {"default": "management_plane_subnet", "type": "string"}, "ssh_key_filename": {"default": "~/.ssh/vnf_test_keypair.pem", "type": "string"}, "router_name": {"default": "vnf_test_router", "type": "string"}, "keystone_url": {"type": "string"}, "data_plane_subnet_name": {"default": "data_plane_subnet", "type": "string"}}, "description": "This blueprint is deploy target_vnf reference_vnf management_ network and dataplane_network.\n", "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}, {"distribution_release": null, "install_arguments": null, "name": "agent", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "policy_types": {"cloudify.policies.types.host_failure": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/host_failure.clj", "properties": {"policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": ["service"], "description": "Service names whose events should be taken into consideration"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}, "cloudify.policies.types.ewma_stabilized": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/ewma_stabilized.clj", "properties": {"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"}, "ewma_timeless_r": {"default": 0.5, "description": "r is the ratio between successive events. The smaller it is, the smaller impact on the computed value the most recent event has.\n"}}}, "cloudify.policies.types.threshold": {"source": "https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.0/resources/rest-service/cloudify/policies/threshold.clj", "properties": {"is_node_started_before_workflow": {"default": true, "description": "Before triggering workflow, check if the node state is started"}, "service": {"default": "service", "description": "The service name"}, "upper_bound": {"default": true, "description": "boolean value for describing the semantics of the threshold.\nif 'true': metrics whose value is bigger than the threshold will cause the triggers to be processed.\nif 'false': metrics with values lower than the threshold will do so.\n"}, "stability_time": {"default": 0, "description": "How long a threshold must be breached before the triggers will be processed"}, "policy_operates_on_group": {"default": false, "description": "If the policy should maintain its state for the whole group\nor each node instance individually.\n"}, "threshold": {"description": "The metric threshold value"}, "interval_between_workflows": {"default": 300, "description": "Trigger workflow only if the last workflow was triggered earlier than interval-between-workflows seconds ago.\nif < 0 workflows can run concurrently.\n"}}}}, "outputs": {"vnfs": {"description": "Infomation of vnf.", "value": {"reference_vnf": {"vnf_name": {"get_property": ["reference_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["reference_vnf_ip", "floating_ip_address"]}}, "target_vnf": {"vnf_name": {"get_property": ["target_vnf_host", "resource_id"]}, "public_key_path": {"get_property": ["keypair", "private_key_path"]}, "floating_ip": {"get_attribute": ["target_vnf_ip", "floating_ip_address"]}}}}, "networks": {"description": "Infomation of network.", "value": {"management_plane_network": {"network_name": {"get_property": ["management_plane_network", "resource_id"]}}, "data_plane_network": {"network_name": {"get_property": ["data_plane_network", "resource_id"]}}}}}, "version": {"definitions_name": "cloudify_dsl", "raw": "cloudify_dsl_1_3", "definitions_version": [1, 3]}, "workflow_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "default_workflows", "package_name": null, "distribution_version": null, "package_version": null, "supported_platform": null, "source": null, "install": false, "executor": "central_deployment_agent", "distribution": null}], "groups": {}, "workflows": {"scale": {"operation": "cloudify.plugins.workflows.scale_entity", "parameters": {"scalable_entity_name": {"description": "Which node/group to scale. Note that the parameter specified should denote the node/group name and NOT the node/group instance id.\n"}, "ignore_failure": {"default": false, "type": "boolean"}, "scale_compute": {"default": false, "description": "If a node name is passed as the `scalable_entity_name` parameter and that node is contained (transitively) within a compute node and this property is 'true', operate on the compute node instead of the specified node.\n"}, "delta": {"default": 1, "type": "integer", "description": "How many node/group instances should be added/removed. A positive number denotes increase of instances. A negative number denotes decrease of instances.\n"}}, "plugin": "default_workflows"}, "heal": {"operation": "cloudify.plugins.workflows.auto_heal_reinstall_node_subgraph", "parameters": {"diagnose_value": {"default": "Not provided", "description": "Diagnosed reason of failure"}, "node_instance_id": {"description": "Which node instance has failed"}, "ignore_failure": {"default": true, "type": "boolean"}}, "plugin": "default_workflows"}, "update": {"operation": "cloudify.plugins.workflows.update", "parameters": {"skip_uninstall": {"default": false}, "remove_target_instance_ids": {"default": []}, "added_instance_ids": {"default": []}, "reduce_target_instance_ids": {"default": []}, "ignore_failure": {"default": false, "type": "boolean"}, "reduced_instance_ids": {"default": []}, "modified_entity_ids": {"default": []}, "added_target_instances_ids": {"default": []}, "update_id": {"default": ""}, "skip_install": {"default": false}, "removed_instance_ids": {"default": []}, "extend_target_instance_ids": {"default": []}, "extended_instance_ids": {"default": []}}, "plugin": "default_workflows"}, "execute_operation": {"operation": "cloudify.plugins.workflows.execute_operation", "parameters": {"operation_kwargs": {"default": {}}, "node_ids": {"default": []}, "node_instance_ids": {"default": []}, "run_by_dependency_order": {"default": false}, "operation": {}, "allow_kwargs_override": {"default": null}, "type_names": {"default": []}}, "plugin": "default_workflows"}, "install": {"operation": "cloudify.plugins.workflows.install", "parameters": {}, "plugin": "default_workflows"}, "install_new_agents": {"operation": "cloudify.plugins.workflows.install_new_agents", "parameters": {"node_ids": {"default": []}, "install_agent_timeout": {"default": 300}, "node_instance_ids": {"default": []}, "install": {"default": true}, "validate": {"default": true}, "install_script": {"default": ""}}, "plugin": "default_workflows"}, "uninstall": {"operation": "cloudify.plugins.workflows.uninstall", "parameters": {"ignore_failure": {"default": false, "type": "boolean"}}, "plugin": "default_workflows"}}, "policies": {}, "nodes": [{"relationships": [], "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": {"resource_id": {"get_input": "management_plane_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"}}, "network": {}, "create_if_missing": false, "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.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": "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": "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"}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "management_plane_subnet_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}, "openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "use_external_resource": false, "create_if_missing": false, "resource_id": {"get_input": "data_plane_subnet_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": "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": {"resource_id": {"get_input": "data_plane_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"}}, "network": {}, "create_if_missing": false, "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.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.security_group.delete"}}, "name": "security_group", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.SecurityGroup", "cloudify.openstack.nodes.SecurityGroup"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.security_group.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.security_group.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.security_group.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "security_group", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.SecurityGroup", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "security_group_name"}, "rules": [{"remote_ip_prefix": "0.0.0.0/0", "port": 22}, {"port_range_min": 0, "port_range_max": 0, "protocol": "icmp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "tcp", "remote_ip_prefix": "0.0.0.0/0"}, {"port_range_min": 1, "port_range_max": 65535, "protocol": "udp", "remote_ip_prefix": "0.0.0.0/0"}], "create_if_missing": false, "security_group": {"description": "Security group for vnf test"}, "disable_default_egress_rules": false, "use_external_resource": false, "description": ""}}, {"relationships": [{"source_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "target_operations": {"preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.preconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.relationship_lifecycle.postconfigure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "unlink": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "establish": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}}, "type_hierarchy": ["cloudify.relationships.depends_on", "cloudify.relationships.connected_to"], "target_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "target_id": "external_network", "source_interfaces": {"cloudify.interfaces.relationship_lifecycle": {"preconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "postconfigure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "establish": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "unlink": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "type": "cloudify.relationships.connected_to", "properties": {"connection_type": "all_to_all"}}], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.router.delete"}}, "name": "router", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Router", "cloudify.openstack.nodes.Router"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.router.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.router.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.router.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "router", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Router", "properties": {"openstack_config": {"username": {"get_input": "keystone_username"}, "project_name": {"get_input": "keystone_tenant_name"}, "custom_configuration": {"keystone_client": {"insecure": true}, "cinder_client": {"insecure": true}, "neutron_client": {"insecure": true}, "nova_client": {"insecure": true}}, "user_domain_name": {"get_input": "keystone_user_domain_name"}, "auth_url": {"get_input": "keystone_url"}, "password": {"get_input": "keystone_password"}, "region": {"get_input": "region"}, "project_domain_name": {"get_input": "keystone_project_domain_name"}}, "resource_id": {"get_input": "router_name"}, "create_if_missing": false, "default_to_managers_external_network": true, "router": {}, "external_network": "", "use_external_resource": false}}, {"relationships": [], "operations": {"cloudify.interfaces.validation.creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}, "cloudify.interfaces.lifecycle.create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "cloudify.interfaces.monitoring.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "create": {"inputs": {"args": {}, "openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.create"}, "creation": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.creation_validation"}, "cloudify.interfaces.lifecycle.start": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.monitoring.stop": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.lifecycle.configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "configure": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "cloudify.interfaces.validation.deletion": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "delete": {"inputs": {"openstack_config": {}}, "has_intrinsic_functions": false, "plugin": "openstack", "retry_interval": null, "max_retries": null, "executor": "central_deployment_agent", "operation": "neutron_plugin.network.delete"}}, "name": "external_network", "type_hierarchy": ["cloudify.nodes.Root", "cloudify.nodes.Network", "cloudify.openstack.nodes.Network"], "deployment_plugins_to_install": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "interfaces": {"cloudify.interfaces.lifecycle": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "create": {"implementation": "openstack.neutron_plugin.network.create", "inputs": {"args": {}, "openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "configure": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "delete": {"implementation": "openstack.neutron_plugin.network.delete", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.validation": {"creation": {"implementation": "openstack.neutron_plugin.network.creation_validation", "inputs": {"openstack_config": {}}, "max_retries": null, "retry_interval": null, "executor": null}, "deletion": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}, "cloudify.interfaces.monitoring": {"start": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}, "stop": {"implementation": "", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": null}}}, "capabilities": {"scalable": {"properties": {"min_instances": 0, "planned_instances": 1, "default_instances": 1, "max_instances": -1, "current_instances": 1}}}, "id": "external_network", "instances": {}, "plugins": [{"distribution_release": null, "install_arguments": null, "name": "openstack", "package_name": "cloudify-openstack-plugin", "distribution_version": null, "package_version": "2.0.1", "supported_platform": null, "source": "https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.0.1.zip", "install": true, "executor": "central_deployment_agent", "distribution": null}], "type": "cloudify.openstack.nodes.Network", "properties": {"resource_id": {"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"}}, "network": {}, "create_if_missing": false, "use_external_resource": true}}, {"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-05 13:21:49,654 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-08-05 13:21:49,654 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 05 Aug 2018 13:21:49 GMT 2018-08-05 13:21:49,654 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-08-05 13:21:49,654 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-08-05 13:21:49,654 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-08-05 13:21:49,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-05 13:21:49,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9292/v2/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:21:50,778 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-82f3ef4b-a0a5-4fba-a5ff-98b94f77c319 Date: Sun, 05 Aug 2018 13:21: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-05 13:21:50,778 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b used request id req-82f3ef4b-a0a5-4fba-a5ff-98b94f77c319 2018-08-05 13:21:50,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.11037302017s 2018-08-05 13:21:50,778 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/9234e29a-6e0f-459b-aca0-f2c8d053d28b used request id req-82f3ef4b-a0a5-4fba-a5ff-98b94f77c319 2018-08-05 13:21:50,779 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 13:21:50,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" 2018-08-05 13:21:51,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:21: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-0536c4ed-2673-4fa0-9bc6-657cdd36708d x-compute-request-id: req-0536c4ed-2673-4fa0-9bc6-657cdd36708d Content-Encoding: gzip Content-Length: 455 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "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": "2a112da1-c0c0-494e-a3cd-61821f9f34f9"}, {"name": "vyos_vrouter-flavor_alt_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81", "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": "63e399e5-0ff7-4258-84e9-ccee6e451e81"}, {"name": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "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": "b6e46162-643b-4e42-8dbd-42b8dd598739"}]} 2018-08-05 13:21:51,002 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-0536c4ed-2673-4fa0-9bc6-657cdd36708d 2018-08-05 13:21:51,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.222837924957s 2018-08-05 13:21:51,002 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-0536c4ed-2673-4fa0-9bc6-657cdd36708d 2018-08-05 13:21:51,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 13:21:51,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" 2018-08-05 13:21:51,034 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 13:21:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0c86015e-26db-45a3-bd07-2e23ba6624ce x-compute-request-id: req-0c86015e-26db-45a3-bd07-2e23ba6624ce Content-Length: 0 Content-Type: application/json 2018-08-05 13:21:51,034 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81 used request id req-0c86015e-26db-45a3-bd07-2e23ba6624ce 2018-08-05 13:21:51,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0291140079498s 2018-08-05 13:21:51,034 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/63e399e5-0ff7-4258-84e9-ccee6e451e81 used request id req-0c86015e-26db-45a3-bd07-2e23ba6624ce 2018-08-05 13:21:51,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-05 13:21:51,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/floatingips/040941d1-bf41-4c6b-a402-83cd84da17ea.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:21:52,386 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-60f06d25-1d27-4e77-a01e-68745ef7108c Content-Length: 0 Date: Sun, 05 Aug 2018 13:21:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 13:21:52,386 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/040941d1-bf41-4c6b-a402-83cd84da17ea.json used request id req-60f06d25-1d27-4e77-a01e-68745ef7108c 2018-08-05 13:21:52,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.34928607941s 2018-08-05 13:21:52,387 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/040941d1-bf41-4c6b-a402-83cd84da17ea.json used request id req-60f06d25-1d27-4e77-a01e-68745ef7108c 2018-08-05 13:21:52,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 13:21:52,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:21:52,459 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-36172fbd-30ae-4f08-97c1-3da98b74e4b1 Date: Sun, 05 Aug 2018 13:21:52 GMT RESP BODY: {"floatingips": []} 2018-08-05 13:21:52,459 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-36172fbd-30ae-4f08-97c1-3da98b74e4b1 2018-08-05 13:21:52,459 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0663669109344s 2018-08-05 13:21:52,459 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-36172fbd-30ae-4f08-97c1-3da98b74e4b1 2018-08-05 13:21:52,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-05 13:21:52,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:21:52,593 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 13:21:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-54182d54-0c8b-4156-8a8a-668e8c4d4629 x-compute-request-id: req-54182d54-0c8b-4156-8a8a-668e8c4d4629 Content-Type: application/json 2018-08-05 13:21:52,594 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f used request id req-54182d54-0c8b-4156-8a8a-668e8c4d4629 2018-08-05 13:21:52,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.13364815712s 2018-08-05 13:21:52,594 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f used request id req-54182d54-0c8b-4156-8a8a-668e8c4d4629 2018-08-05 13:21:52,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:21:52,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:21:53,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:21: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-88881a57-e57d-4d0d-964a-a0b5fd61c9d8 x-compute-request-id: req-88881a57-e57d-4d0d-964a-a0b5fd61c9d8 Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_d81e6dbb-361e-4403-84a4-79acd7efcfb4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ce:f5", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:ce:f5", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.46:8774/v2.1/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "self"}, {"href": "http://172.30.9.46:8774/servers/7c53cea4-b4ba-45b3-a05d-156d835af14f", "rel": "bookmark"}], "image": {"id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "links": [{"href": "http://172.30.9.46:8774/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-05T13:09:38.000000", "flavor": {"id": "2a112da1-c0c0-494e-a3cd-61821f9f34f9", "links": [{"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "bookmark"}]}, "id": "7c53cea4-b4ba-45b3-a05d-156d835af14f", "security_groups": [{"name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}], "user_id": "2e5715669f1c4b43828b8dc13f519969", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-05T13:21:52Z", "hostId": "e3dac3d9b6da439564ba07a31826b1ca90ca52fd2308491b4d24df0e", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "name": "vyos_vrouter-vm_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "created": "2018-08-05T13:07:18Z", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-05 13:21:53,560 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-88881a57-e57d-4d0d-964a-a0b5fd61c9d8 2018-08-05 13:21:53,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.965665102005s 2018-08-05 13:21:53,561 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-88881a57-e57d-4d0d-964a-a0b5fd61c9d8 2018-08-05 13:21:53,562 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-05 13:21:55,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-05 13:21:55,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:21:55,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:21:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3be76015-62ad-4ce4-a25f-3105fb3bc863 x-compute-request-id: req-3be76015-62ad-4ce4-a25f-3105fb3bc863 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-05 13:21:55,647 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3be76015-62ad-4ce4-a25f-3105fb3bc863 2018-08-05 13:21:55,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0818390846252s 2018-08-05 13:21:55,648 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/servers/detail used request id req-3be76015-62ad-4ce4-a25f-3105fb3bc863 2018-08-05 13:21:55,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-05 13:21:55,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:21:55,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-28a44255-f80b-426e-9086-6bf00417af4e Date: Sun, 05 Aug 2018 13:21:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:05:45Z", "updated_at": "2018-08-05T13:10:44Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "06b808f2-f3e4-4a59-b2da-32319e2c9856", "remote_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "1f494939-5d09-4c90-b094-0d2c8344340f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "a46dab71-b4a7-4a47-9b7b-4fe49101c05b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T13:10:44Z", "revision_number": 0, "id": "dbc8883a-ad1e-4f25-9483-146034debd9f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:10:44Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:05:45Z", "revision_number": 0, "id": "f5b26ad9-3019-4ab7-b935-df68f51cfe0a", "remote_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "remote_ip_prefix": null, "created_at": "2018-08-05T13:05:45Z", "security_group_id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}], "revision_number": 2, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "9e9235f3-b303-439e-ae11-b7f00280d27e", "name": "default"}, {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:07:14Z", "updated_at": "2018-08-05T13:07:16Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "0e0b7e4e-99fb-4eb7-9051-799d32969a45", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-08-05T13:07:16Z", "revision_number": 0, "id": "1f4918e9-3a76-488e-b193-671602c9b580", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:16Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:14Z", "revision_number": 0, "id": "2c2dc570-e23c-4631-872b-2af373b18a3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:14Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "34f41afc-f881-4162-b053-106b8dc87bbe", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": 443, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "4f03bea5-8410-4985-9c1a-58da2ae97d7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": 80, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-05T13:07:14Z", "revision_number": 0, "id": "5c587956-71a0-4728-87a4-e605e0cfcdd0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:14Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": null, "ethertype": "IPv6", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "b19f1b53-4c1e-495e-90fb-49507c379be8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": 22, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-08-05T13:07:15Z", "revision_number": 0, "id": "b470ec4f-89fb-4e4c-a139-b6be6045628b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-05T13:07:15Z", "security_group_id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7"}], "revision_number": 7, "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "ce90f067-699e-4b81-aab0-efe3aa5efb2e", "name": "vyos_vrouter-sg_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}]} 2018-08-05 13:21:55,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-28a44255-f80b-426e-9086-6bf00417af4e 2018-08-05 13:21:55,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.085645198822s 2018-08-05 13:21:55,737 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/security-groups.json used request id req-28a44255-f80b-426e-9086-6bf00417af4e 2018-08-05 13:21:55,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-05 13:21:55,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/security-groups/ce90f067-699e-4b81-aab0-efe3aa5efb2e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:21:55,927 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-81283574-4af9-4090-b983-95807fe96b95 Content-Length: 0 Date: Sun, 05 Aug 2018 13:21:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 13:21:55,927 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/security-groups/ce90f067-699e-4b81-aab0-efe3aa5efb2e.json used request id req-81283574-4af9-4090-b983-95807fe96b95 2018-08-05 13:21:55,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.186933040619s 2018-08-05 13:21:55,928 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/security-groups/ce90f067-699e-4b81-aab0-efe3aa5efb2e.json used request id req-81283574-4af9-4090-b983-95807fe96b95 2018-08-05 13:21:55,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-05 13:21:55,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/os-keypairs/vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:21:55,975 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 13:21:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-78144874-8c03-498b-8391-2e64b82a4dab x-compute-request-id: req-78144874-8c03-498b-8391-2e64b82a4dab Content-Length: 0 Content-Type: application/json 2018-08-05 13:21:55,976 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/os-keypairs/vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4 used request id req-78144874-8c03-498b-8391-2e64b82a4dab 2018-08-05 13:21:55,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0475761890411s 2018-08-05 13:21:55,976 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/os-keypairs/vyos_vrouter-kp_d81e6dbb-361e-4403-84a4-79acd7efcfb4 used request id req-78144874-8c03-498b-8391-2e64b82a4dab 2018-08-05 13:21:55,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-05 13:21:55,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" -d '{"subnet_id": "539d95c2-889e-4d43-92ac-90f42defaa9b"}' 2018-08-05 13:21:57,973 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-370467de-0711-48df-b37a-3e54a96b9f24 Date: Sun, 05 Aug 2018 13:21:57 GMT RESP BODY: {"network_id": "342508e1-68e5-406e-bdc9-548dd7f76940", "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "subnet_id": "539d95c2-889e-4d43-92ac-90f42defaa9b", "subnet_ids": ["539d95c2-889e-4d43-92ac-90f42defaa9b"], "port_id": "7ac4ba0d-fc9c-4c24-9bd7-66a084738c10", "id": "8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0"} 2018-08-05 13:21:57,973 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0/remove_router_interface.json used request id req-370467de-0711-48df-b37a-3e54a96b9f24 2018-08-05 13:21:57,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.9965159893s 2018-08-05 13:21:57,974 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0/remove_router_interface.json used request id req-370467de-0711-48df-b37a-3e54a96b9f24 returning object 8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0 2018-08-05 13:21:57,974 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-05 13:21:57,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:21:58,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-be850454-0b50-42a5-b7ac-a31bd48ccbf5 Date: Sun, 05 Aug 2018 13:21:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "created_at": "2018-08-05T13:05:46Z", "admin_state_up": true, "updated_at": "2018-08-05T13:21:56Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0", "name": "vyos_vrouter-router_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}]} 2018-08-05 13:21:58,107 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-be850454-0b50-42a5-b7ac-a31bd48ccbf5 2018-08-05 13:21:58,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.132953166962s 2018-08-05 13:21:58,107 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-be850454-0b50-42a5-b7ac-a31bd48ccbf5 2018-08-05 13:21:58,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-05 13:21:58,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/routers/8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:21:59,399 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a9566f07-3148-4dad-a860-313751d3aba2 Content-Length: 0 Date: Sun, 05 Aug 2018 13:21:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 13:21:59,399 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0.json used request id req-a9566f07-3148-4dad-a860-313751d3aba2 2018-08-05 13:21:59,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.29055595398s 2018-08-05 13:21:59,400 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/8225d5aa-48dc-4bc4-a58c-4cbf4b4edee0.json used request id req-a9566f07-3148-4dad-a860-313751d3aba2 2018-08-05 13:21:59,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 13:21:59,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:21:59,449 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-b7504e1f-27e6-449d-98b1-f98d28a54e95 Date: Sun, 05 Aug 2018 13:21:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"342508e1-68e5-406e-bdc9-548dd7f76940","tenant_id":"d1caa7d3da7c4c3d8e87faffa088d1e7","created_at":"2018-08-05T13:05:46Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T13:05:46Z","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":"d1caa7d3da7c4c3d8e87faffa088d1e7","id":"539d95c2-889e-4d43-92ac-90f42defaa9b","subnetpool_id":null,"name":"vyos_vrouter-subnet_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}]} 2018-08-05 13:21:59,449 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-b7504e1f-27e6-449d-98b1-f98d28a54e95 2018-08-05 13:21:59,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0490229129791s 2018-08-05 13:21:59,450 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-b7504e1f-27e6-449d-98b1-f98d28a54e95 2018-08-05 13:21:59,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-05 13:21:59,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/subnets/539d95c2-889e-4d43-92ac-90f42defaa9b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:22:00,711 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b1265970-63b5-4de8-8a4a-d0214fa72276 Date: Sun, 05 Aug 2018 13:22:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 13:22:00,711 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/539d95c2-889e-4d43-92ac-90f42defaa9b.json used request id req-b1265970-63b5-4de8-8a4a-d0214fa72276 2018-08-05 13:22:00,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.25990009308s 2018-08-05 13:22:00,711 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/539d95c2-889e-4d43-92ac-90f42defaa9b.json used request id req-b1265970-63b5-4de8-8a4a-d0214fa72276 2018-08-05 13:22:00,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 13:22:00,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:22:00,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1239 X-Openstack-Request-Id: req-52564988-36f8-4c2d-89ef-3f721fbc03ca Date: Sun, 05 Aug 2018 13:22:00 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"342508e1-68e5-406e-bdc9-548dd7f76940","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"d1caa7d3da7c4c3d8e87faffa088d1e7","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T13:22:00Z","qos_policy_id":null,"name":"vyos_vrouter-net_d81e6dbb-361e-4403-84a4-79acd7efcfb4","admin_state_up":true,"tenant_id":"d1caa7d3da7c4c3d8e87faffa088d1e7","created_at":"2018-08-05T13:05:45Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500}]} 2018-08-05 13:22:00,826 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-52564988-36f8-4c2d-89ef-3f721fbc03ca 2018-08-05 13:22:00,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.114248991013s 2018-08-05 13:22:00,826 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-52564988-36f8-4c2d-89ef-3f721fbc03ca 2018-08-05 13:22:00,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-05 13:22:00,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/networks/342508e1-68e5-406e-bdc9-548dd7f76940.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:22:01,778 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3d4588cf-def8-40a2-8c4a-2d8efac38c3f Date: Sun, 05 Aug 2018 13:22:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 13:22:01,778 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/342508e1-68e5-406e-bdc9-548dd7f76940.json used request id req-3d4588cf-def8-40a2-8c4a-2d8efac38c3f 2018-08-05 13:22:01,778 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.950675010681s 2018-08-05 13:22:01,778 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/342508e1-68e5-406e-bdc9-548dd7f76940.json used request id req-3d4588cf-def8-40a2-8c4a-2d8efac38c3f 2018-08-05 13:22:01,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 13:22:01,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:22:01,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1208 Content-Type: application/json X-Openstack-Request-Id: req-a0c0c615-d933-4f80-89e3-5750d921ae88 Date: Sun, 05 Aug 2018 13:22:01 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/8818f90a-331a-40eb-8dba-ffd5db0091a8/snap", "metadata": {}}], "file": "/v2/images/8818f90a-331a-40eb-8dba-ffd5db0091a8/file", "owner": "d1caa7d3da7c4c3d8e87faffa088d1e7", "id": "8818f90a-331a-40eb-8dba-ffd5db0091a8", "size": 4373348352, "self": "/v2/images/8818f90a-331a-40eb-8dba-ffd5db0091a8", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/8818f90a-331a-40eb-8dba-ffd5db0091a8/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "updated_at": "2018-08-05T13:07:13Z", "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-08-05T13:06:13Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 13:22:01,983 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-a0c0c615-d933-4f80-89e3-5750d921ae88 2018-08-05 13:22:01,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.200654983521s 2018-08-05 13:22:01,984 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-a0c0c615-d933-4f80-89e3-5750d921ae88 2018-08-05 13:22:01,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-05 13:22:01,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9292/v2/images/8818f90a-331a-40eb-8dba-ffd5db0091a8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ea5f1f2a4f38f968e509d07a956d4b2ff71ef96c" 2018-08-05 13:22:02,624 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9357b5b4-c27f-4a02-b493-26cca290f738 Date: Sun, 05 Aug 2018 13:22: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-05 13:22:02,624 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/8818f90a-331a-40eb-8dba-ffd5db0091a8 used request id req-9357b5b4-c27f-4a02-b493-26cca290f738 2018-08-05 13:22:02,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.638938188553s 2018-08-05 13:22:02,625 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/8818f90a-331a-40eb-8dba-ffd5db0091a8 used request id req-9357b5b4-c27f-4a02-b493-26cca290f738 2018-08-05 13:22:02,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 13:22:02,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" 2018-08-05 13:22:02,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:22:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d154a8da-7b51-43a6-9f97-247e691614c7 x-compute-request-id: req-d154a8da-7b51-43a6-9f97-247e691614c7 Content-Encoding: gzip Content-Length: 405 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9", "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": "2a112da1-c0c0-494e-a3cd-61821f9f34f9"}, {"name": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "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": "b6e46162-643b-4e42-8dbd-42b8dd598739"}]} 2018-08-05 13:22:02,656 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-d154a8da-7b51-43a6-9f97-247e691614c7 2018-08-05 13:22:02,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0307290554047s 2018-08-05 13:22:02,656 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-d154a8da-7b51-43a6-9f97-247e691614c7 2018-08-05 13:22:02,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 13:22:02,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" 2018-08-05 13:22:02,689 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 13:22:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4c2ae8c6-cfe9-4d3d-9858-562fec6f5958 x-compute-request-id: req-4c2ae8c6-cfe9-4d3d-9858-562fec6f5958 Content-Length: 0 Content-Type: application/json 2018-08-05 13:22:02,689 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9 used request id req-4c2ae8c6-cfe9-4d3d-9858-562fec6f5958 2018-08-05 13:22:02,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0310180187225s 2018-08-05 13:22:02,690 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/2a112da1-c0c0-494e-a3cd-61821f9f34f9 used request id req-4c2ae8c6-cfe9-4d3d-9858-562fec6f5958 2018-08-05 13:22:02,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 13:22:02,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" 2018-08-05 13:22:02,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:22:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8aa2817c-c2ad-422c-a157-f295e0ba1641 Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "vyos_vrouter-user_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "links": {"self": "http://172.30.9.46:5000/v3/users/2e5715669f1c4b43828b8dc13f519969"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2e5715669f1c4b43828b8dc13f519969", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 13:22:02,806 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-8aa2817c-c2ad-422c-a157-f295e0ba1641 2018-08-05 13:22:02,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.116105079651s 2018-08-05 13:22:02,807 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-8aa2817c-c2ad-422c-a157-f295e0ba1641 2018-08-05 13:22:02,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 13:22:02,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/users/2e5715669f1c4b43828b8dc13f519969 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" 2018-08-05 13:22:02,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:22:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-236a3f39-4693-4aaf-bfdb-4485e074ee3c Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_d81e6dbb-361e-4403-84a4-79acd7efcfb4", "links": {"self": "http://172.30.9.46:5000/v3/users/2e5715669f1c4b43828b8dc13f519969"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "2e5715669f1c4b43828b8dc13f519969", "description": null}} 2018-08-05 13:22:02,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/2e5715669f1c4b43828b8dc13f519969 used request id req-236a3f39-4693-4aaf-bfdb-4485e074ee3c 2018-08-05 13:22:02,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.106745958328s 2018-08-05 13:22:02,920 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/2e5715669f1c4b43828b8dc13f519969 used request id req-236a3f39-4693-4aaf-bfdb-4485e074ee3c 2018-08-05 13:22:02,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-05 13:22:02,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/users/2e5715669f1c4b43828b8dc13f519969 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" 2018-08-05 13:22:03,107 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 13:22:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c9af788b-2603-4254-adb7-507bc116af29 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 13:22:03,107 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/2e5715669f1c4b43828b8dc13f519969 used request id req-c9af788b-2603-4254-adb7-507bc116af29 2018-08-05 13:22:03,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.186969995499s 2018-08-05 13:22:03,108 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/2e5715669f1c4b43828b8dc13f519969 used request id req-c9af788b-2603-4254-adb7-507bc116af29 2018-08-05 13:22:03,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 13:22:03,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" 2018-08-05 13:22:03,207 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:22:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bf2a4640-3897-4889-8aa6-a961ae7187bb Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.46:5000/v3/projects/d1caa7d3da7c4c3d8e87faffa088d1e7"}, "tags": [], "enabled": true, "id": "d1caa7d3da7c4c3d8e87faffa088d1e7", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_d81e6dbb-361e-4403-84a4-79acd7efcfb4"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-05 13:22:03,208 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-bf2a4640-3897-4889-8aa6-a961ae7187bb 2018-08-05 13:22:03,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0938911437988s 2018-08-05 13:22:03,208 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-bf2a4640-3897-4889-8aa6-a961ae7187bb 2018-08-05 13:22:03,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-05 13:22:03,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/projects/d1caa7d3da7c4c3d8e87faffa088d1e7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}72890eda8e68efb56795c85c05b9402a7fc574fc" 2018-08-05 13:22:03,355 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 13:22:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1937b2c9-ead0-4ef4-a615-23a8f79c92dd Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 13:22:03,355 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/d1caa7d3da7c4c3d8e87faffa088d1e7 used request id req-1937b2c9-ead0-4ef4-a615-23a8f79c92dd 2018-08-05 13:22:03,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.142956972122s 2018-08-05 13:22:03,356 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/d1caa7d3da7c4c3d8e87faffa088d1e7 used request id req-1937b2c9-ead0-4ef4-a615-23a8f79c92dd 2018-08-05 13:22:03,382 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-08-05 13:22:03,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 13:22:03,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 13:22:03,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 13:22:03,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 13:22:03,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 13:22:03,409 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 13:22:03,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 13:22:03,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 13:22:03,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 13:22:03,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 13:22:03,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 13:22:03,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 13:22:03,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 13:22:03,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 13:22:03,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 13:22:03,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 13:22:03,410 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 13:22:03,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 13:22:03,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 13:22:03,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 13:22:03,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 13:22:03,411 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 13:22:03,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 13:22:03,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:22:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75dc2530-8036-426f-8c10-af02bc8b46d8 Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 13:22:03,419 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-75dc2530-8036-426f-8c10-af02bc8b46d8 2018-08-05 13:22:03,420 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 13:22:03,807 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}, {"id": "9e5a60d491ca4d10a118f334cf38a9f2", "name": "admin"}], "expires_at": "2018-08-05T14:22:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d5650b30963342b58320b9e3073d7ddf", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/d5650b30963342b58320b9e3073d7ddf", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "813c9868726048c9b912c425af42b961"}, "audit_ids": ["fslZ3I04SMqTaXVQ8-ntUA"], "issued_at": "2018-08-05T13:22:03.000000Z"}} 2018-08-05 13:22:03,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 13:22:03,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" 2018-08-05 13:22:04,076 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-7405d943-bfab-4576-ac1b-76e796ec32e8 Date: Sun, 05 Aug 2018 13:22:04 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","provider:network_type":"flat"}]} 2018-08-05 13:22:04,076 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7405d943-bfab-4576-ac1b-76e796ec32e8 2018-08-05 13:22:04,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.26571393013s 2018-08-05 13:22:04,076 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7405d943-bfab-4576-ac1b-76e796ec32e8 2018-08-05 13:22:04,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 13:22:04,085 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 13:22:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f7f49d0-40e6-4fe0-b229-fe629d78d79f 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.46:5000/v3/", "rel": "self"}]}]}} 2018-08-05 13:22:04,086 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/ used request id req-0f7f49d0-40e6-4fe0-b229-fe629d78d79f 2018-08-05 13:22:04,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 13:22:04,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" 2018-08-05 13:22:04,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d37af7c-d70c-453d-9b66-053c0c44ddde Content-Encoding: gzip Content-Length: 221 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.46:5000/v3/domains/2e9dbdb0714844c8959b763da4d86693"}, "tags": [], "enabled": true, "id": "2e9dbdb0714844c8959b763da4d86693", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.46:5000/v3/domains", "previous": null, "next": null}} 2018-08-05 13:22:04,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-4d37af7c-d70c-453d-9b66-053c0c44ddde 2018-08-05 13:22:04,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0980169773102s 2018-08-05 13:22:04,185 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains used request id req-4d37af7c-d70c-453d-9b66-053c0c44ddde 2018-08-05 13:22:04,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-05 13:22:04,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_498f3612-11b2-4dab-b630-2947caed51a4"}}' 2018-08-05 13:22:04,312 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 13:22:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b71b42f-bc35-4dda-b8b6-8a74dbc535bc 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.46:5000/v3/projects/cc0b0fd91a3b4622ab80d759981507be"}, "tags": [], "enabled": true, "id": "cc0b0fd91a3b4622ab80d759981507be", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_498f3612-11b2-4dab-b630-2947caed51a4"}} 2018-08-05 13:22:04,312 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-6b71b42f-bc35-4dda-b8b6-8a74dbc535bc 2018-08-05 13:22:04,313 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.120608091354s 2018-08-05 13:22:04,313 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/projects used request id req-6b71b42f-bc35-4dda-b8b6-8a74dbc535bc 2018-08-05 13:22:04,313 - 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'cc0b0fd91a3b4622ab80d759981507be', '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_498f3612-11b2-4dab-b630-2947caed51a4'}) 2018-08-05 13:22:04,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-05 13:22:04,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "23a192db-a11e-407a-a27a-b521ebd6ddc0", "email": null, "name": "juju_epc-user_498f3612-11b2-4dab-b630-2947caed51a4"}}' 2018-08-05 13:22:04,690 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 05 Aug 2018 13:22:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0c2c2ce-3f44-4985-8740-1eaa97e34f02 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_498f3612-11b2-4dab-b630-2947caed51a4", "links": {"self": "http://172.30.9.46:5000/v3/users/78a5d78d8716466f9167a07129630210"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "78a5d78d8716466f9167a07129630210", "domain_id": "default", "password_expires_at": null}} 2018-08-05 13:22:04,690 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-d0c2c2ce-3f44-4985-8740-1eaa97e34f02 2018-08-05 13:22:04,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.370929002762s 2018-08-05 13:22:04,690 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.46:5000/v3/users used request id req-d0c2c2ce-3f44-4985-8740-1eaa97e34f02 2018-08-05 13:22:04,691 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'78a5d78d8716466f9167a07129630210', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_498f3612-11b2-4dab-b630-2947caed51a4'}) 2018-08-05 13:22:04,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 13:22:04,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" 2018-08-05 13:22:04,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a52e8df-4079-424e-8d6d-f7e9969a2003 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 13:22:04,713 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-8a52e8df-4079-424e-8d6d-f7e9969a2003 2018-08-05 13:22:04,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0182600021362s 2018-08-05 13:22:04,713 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-8a52e8df-4079-424e-8d6d-f7e9969a2003 2018-08-05 13:22:04,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 13:22:04,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" 2018-08-05 13:22:04,811 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deaf0953-4650-4701-a966-817e5db074fc Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 13:22:04,811 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-deaf0953-4650-4701-a966-817e5db074fc 2018-08-05 13:22:04,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0934660434723s 2018-08-05 13:22:04,812 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-deaf0953-4650-4701-a966-817e5db074fc 2018-08-05 13:22:04,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-05 13:22:04,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" 2018-08-05 13:22:04,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fff755a-ad19-4465-8822-9e78a4dd37b1 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "17cbdd06b68a4af9852c7d544e81bd9c", "links": {"self": "http://172.30.9.46:5000/v3/roles/17cbdd06b68a4af9852c7d544e81bd9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "links": {"self": "http://172.30.9.46:5000/v3/roles/6f5c235bf8f846e2ab7d21fb711e4f6d"}, "name": "member"}, {"domain_id": null, "id": "72709a72c5f544e9af4abfe68e4d619c", "links": {"self": "http://172.30.9.46:5000/v3/roles/72709a72c5f544e9af4abfe68e4d619c"}, "name": "reader"}, {"domain_id": null, "id": "848bfe782d594557afdcf3c418fe86c3", "links": {"self": "http://172.30.9.46:5000/v3/roles/848bfe782d594557afdcf3c418fe86c3"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "9e5a60d491ca4d10a118f334cf38a9f2", "links": {"self": "http://172.30.9.46:5000/v3/roles/9e5a60d491ca4d10a118f334cf38a9f2"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.46:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "c115a587e864434f853cb8b0f4c46aaf", "links": {"self": "http://172.30.9.46:5000/v3/roles/c115a587e864434f853cb8b0f4c46aaf"}, "name": "heat_stack_user"}]} 2018-08-05 13:22:04,906 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-2fff755a-ad19-4465-8822-9e78a4dd37b1 2018-08-05 13:22:04,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0900790691376s 2018-08-05 13:22:04,907 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/roles used request id req-2fff755a-ad19-4465-8822-9e78a4dd37b1 2018-08-05 13:22:04,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-05 13:22:04,915 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" 2018-08-05 13:22:05,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:22:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65bb4b7f-08b8-4d8e-a121-90c6a2dc6835 Content-Encoding: gzip Content-Length: 149 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.46:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-05 13:22:05,003 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-65bb4b7f-08b8-4d8e-a121-90c6a2dc6835 2018-08-05 13:22:05,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0913150310516s 2018-08-05 13:22:05,003 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/domains/default used request id req-65bb4b7f-08b8-4d8e-a121-90c6a2dc6835 2018-08-05 13:22:05,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 13:22:05,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" 2018-08-05 13:22:05,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2e37fc1e-f6da-4b44-8212-27eecefc728b Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "juju_epc-user_498f3612-11b2-4dab-b630-2947caed51a4", "links": {"self": "http://172.30.9.46:5000/v3/users/78a5d78d8716466f9167a07129630210"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "78a5d78d8716466f9167a07129630210", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 13:22:05,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-2e37fc1e-f6da-4b44-8212-27eecefc728b 2018-08-05 13:22:05,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.112932920456s 2018-08-05 13:22:05,118 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-2e37fc1e-f6da-4b44-8212-27eecefc728b 2018-08-05 13:22:05,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 13:22:05,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" 2018-08-05 13:22:05,227 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5fc93a50-f7a0-478f-b86b-156378e49b7e Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.46:5000/v3/projects/cc0b0fd91a3b4622ab80d759981507be"}, "tags": [], "enabled": true, "id": "cc0b0fd91a3b4622ab80d759981507be", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_498f3612-11b2-4dab-b630-2947caed51a4"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-05 13:22:05,228 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-5fc93a50-f7a0-478f-b86b-156378e49b7e 2018-08-05 13:22:05,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0986309051514s 2018-08-05 13:22:05,228 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects?domain_id=default used request id req-5fc93a50-f7a0-478f-b86b-156378e49b7e 2018-08-05 13:22:05,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-05 13:22:05,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46:5000/v3/role_assignments?user.id=78a5d78d8716466f9167a07129630210&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=cc0b0fd91a3b4622ab80d759981507be" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" 2018-08-05 13:22:05,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-51e8400e-ffc7-496d-88f4-77abeecfc9a9 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.46:5000/v3/role_assignments?user.id=78a5d78d8716466f9167a07129630210&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=cc0b0fd91a3b4622ab80d759981507be", "previous": null, "next": null}} 2018-08-05 13:22:05,319 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=78a5d78d8716466f9167a07129630210&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=cc0b0fd91a3b4622ab80d759981507be used request id req-51e8400e-ffc7-496d-88f4-77abeecfc9a9 2018-08-05 13:22:05,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0836999416351s 2018-08-05 13:22:05,320 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/role_assignments?user.id=78a5d78d8716466f9167a07129630210&role.id=6f5c235bf8f846e2ab7d21fb711e4f6d&scope.project.id=cc0b0fd91a3b4622ab80d759981507be used request id req-51e8400e-ffc7-496d-88f4-77abeecfc9a9 2018-08-05 13:22:05,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-05 13:22:05,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:5000/v3/projects/cc0b0fd91a3b4622ab80d759981507be/users/78a5d78d8716466f9167a07129630210/roles/6f5c235bf8f846e2ab7d21fb711e4f6d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" 2018-08-05 13:22:05,452 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 13:22:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-954f2da2-b7d5-4360-be99-06796a017f95 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 13:22:05,453 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/cc0b0fd91a3b4622ab80d759981507be/users/78a5d78d8716466f9167a07129630210/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-954f2da2-b7d5-4360-be99-06796a017f95 2018-08-05 13:22:05,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.129873037338s 2018-08-05 13:22:05,453 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.46:5000/v3/projects/cc0b0fd91a3b4622ab80d759981507be/users/78a5d78d8716466f9167a07129630210/roles/6f5c235bf8f846e2ab7d21fb711e4f6d used request id req-954f2da2-b7d5-4360-be99-06796a017f95 2018-08-05 13:22:05,454 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_498f3612-11b2-4dab-b630-2947caed51a4', 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'cc0b0fd91a3b4622ab80d759981507be', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '23a192db-a11e-407a-a27a-b521ebd6ddc0', 'username': u'juju_epc-user_498f3612-11b2-4dab-b630-2947caed51a4', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.46: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-05 13:22:05,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-05 13:22:05,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-05 13:22:05,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-05 13:22:05,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-05 13:22:05,455 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-05 13:22:05,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-05 13:22:05,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-05 13:22:05,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-05 13:22:05,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-05 13:22:05,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-05 13:22:05,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-05 13:22:05,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-05 13:22:05,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-05 13:22:05,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-05 13:22:05,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-05 13:22:05,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-05 13:22:05,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-05 13:22:05,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-05 13:22:05,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-05 13:22:05,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-05 13:22:05,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-05 13:22:05,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-05 13:22:05,459 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_498f3612-11b2-4dab-b630-2947caed51a4', 'password': '23a192db-a11e-407a-a27a-b521ebd6ddc0', 'project_name': 'juju_epc-project_498f3612-11b2-4dab-b630-2947caed51a4', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.46:5000/v3', 'project_id': 'cc0b0fd91a3b4622ab80d759981507be', 'project_domain_name': 'Default'} 2018-08-05 13:22:05,518 - 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-05 13:22:05,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-05 13:22:05,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5: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.14" 2018-08-05 13:22:05,548 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 05 Aug 2018 13:22:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b6ee2d68-16db-4c88-9643-6ad25a9ddbba 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.5:35357/v3/", "rel": "self"}]}]}} 2018-08-05 13:22:05,548 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.5:35357/ used request id req-b6ee2d68-16db-4c88-9643-6ad25a9ddbba 2018-08-05 13:22:05,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.5: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.14" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" 2018-08-05 13:22:05,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4d71fb5-d37f-4f50-b0f8-8a6670951898 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.5:35357/v3/services/139a62e950cb4f5eba26c38253ebd1c3"}, "enabled": true, "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.5:35357/v3/services/1754f3f0106c49f4af6aaebd88bedab9"}, "enabled": true, "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.5:35357/v3/services/33bc21e79f994848b9321670dacd0042"}, "enabled": true, "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.5:35357/v3/services/369f69bfa97a423182377beb47371862"}, "enabled": true, "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.5:35357/v3/services/3bac9975b3294e2882de4947091c3fa3"}, "enabled": true, "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.5:35357/v3/services/4b23419f4d5946aa9e2ba429a283c70f"}, "enabled": true, "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.5:35357/v3/services/773d76d850d04c4eafce3eb58a4d74ca"}, "enabled": true, "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.5:35357/v3/services/77dad98482d44e58bf8d98b0f42ebfab"}, "enabled": true, "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.5:35357/v3/services/7bbc5945f84940b5a5650bc65f3e9929"}, "enabled": true, "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.5:35357/v3/services/7be3263d84a54a1c921d2ee99f0d4175"}, "enabled": true, "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.5:35357/v3/services/a0a276da436b470d8ab909d4757f3746"}, "enabled": true, "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.5:35357/v3/services/b6e1a757f8db4827a78d436bd1d0e757"}, "enabled": true, "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.5:35357/v3/services/c6421874073646f4b9ebee9bfadf25d7"}, "enabled": true, "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.5:35357/v3/services/cf1888c12b68498e9890470ac60ac247"}, "enabled": true, "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.5:35357/v3/services/fa88321ac2ac455ba9c811f773712360"}, "enabled": true, "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "links": {"self": "http://192.30.9.5:35357/v3/services", "previous": null, "next": null}} 2018-08-05 13:22:05,627 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-c4d71fb5-d37f-4f50-b0f8-8a6670951898 2018-08-05 13:22:05,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.0870718955994s 2018-08-05 13:22:05,628 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.5:35357/v3/services used request id req-c4d71fb5-d37f-4f50-b0f8-8a6670951898 2018-08-05 13:22:05,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-05 13:22:05,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" 2018-08-05 13:22:05,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5afb75a0-5631-40d7-9d74-5e20cbf7db44 Content-Encoding: gzip Content-Length: 1958 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/005c613324dd4ac980779f2bbedfc4ae"}, "url": "http://172.30.9.46:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b6e1a757f8db4827a78d436bd1d0e757", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/0d3626e85152483b97ddb47c82dd5f29"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "773d76d850d04c4eafce3eb58a4d74ca", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/15bc56573ea742fa80fcc962a183703b"}, "url": "http://172.30.9.46:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "139a62e950cb4f5eba26c38253ebd1c3", "id": "15bc56573ea742fa80fcc962a183703b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/1982c7dac814472bbc44c19922470ef6"}, "url": "http://172.30.9.46:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "c6421874073646f4b9ebee9bfadf25d7", "id": "1982c7dac814472bbc44c19922470ef6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/29b2c346f19d4462a0c8cff4c857ee3c"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4b23419f4d5946aa9e2ba429a283c70f", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/2c23cf62298849adb5d5c3bb4773d930"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1754f3f0106c49f4af6aaebd88bedab9", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/2c647ec870504a739c0cd7211ba8e804"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3bac9975b3294e2882de4947091c3fa3", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/2d0675d8fd374899a3bbbe6b1c3257c7"}, "url": "http://192.30.9.5:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4b23419f4d5946aa9e2ba429a283c70f", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/38d4665b94fa4e2c85b9a57d18ac3679"}, "url": "http://192.30.9.5:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3bac9975b3294e2882de4947091c3fa3", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/3e7bfd3639934892b4f66a22414833df"}, "url": "http://172.30.9.46:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "a0a276da436b470d8ab909d4757f3746", "id": "3e7bfd3639934892b4f66a22414833df"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/3fb061d338f440ffb1eb292e9734f217"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7bbc5945f84940b5a5650bc65f3e9929", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/46537490eec2401f980b88c88a8068e4"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b6e1a757f8db4827a78d436bd1d0e757", "id": "46537490eec2401f980b88c88a8068e4"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/4f83dc6540324999adefd721cb1ae3e0"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "c6421874073646f4b9ebee9bfadf25d7", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/5a0c923689e747ef86b597066c2bcc08"}, "url": "http://192.30.9.5:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "773d76d850d04c4eafce3eb58a4d74ca", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/6ae458d3348e44a4bab9d4463e7bdafc"}, "url": "http://172.30.9.46:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3bac9975b3294e2882de4947091c3fa3", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/7111ec8f89534ef99e1aeba4900f2e98"}, "url": "http://192.30.9.5:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7bbc5945f84940b5a5650bc65f3e9929", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/7239a60574f74f74b7d93861cac3b4f5"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7be3263d84a54a1c921d2ee99f0d4175", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/7ca289c55cc44087bf8793b93f624a76"}, "url": "http://12.0.0.37:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "a0a276da436b470d8ab909d4757f3746", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/86fe24881825461c9cf6ddb4ef5b4c77"}, "url": "http://172.30.9.46:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1754f3f0106c49f4af6aaebd88bedab9", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/8a1c098c0d8b4c988926875bc966f4ad"}, "url": "http://172.30.9.46:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cf1888c12b68498e9890470ac60ac247", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/8c9878ffb9b944f4900186073a66e854"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cf1888c12b68498e9890470ac60ac247", "id": "8c9878ffb9b944f4900186073a66e854"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/a1a5a2267a3a4c86aa7fddac27741f92"}, "url": "http://172.30.9.46:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7bbc5945f84940b5a5650bc65f3e9929", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/a263c2c3fb494ec29533873e8162f3bb"}, "url": "http://12.0.0.37:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "a0a276da436b470d8ab909d4757f3746", "id": "a263c2c3fb494ec29533873e8162f3bb"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/aa6245e3c510419399efaab3cffa0dd5"}, "url": "http://192.30.9.5:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "33bc21e79f994848b9321670dacd0042", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/ad09387ee87c4255b2930a12d969fb3f"}, "url": "http://172.30.9.46:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "33bc21e79f994848b9321670dacd0042", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/b60ee8355490488fbcd0185a5529120d"}, "url": "http://172.30.9.46:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4b23419f4d5946aa9e2ba429a283c70f", "id": "b60ee8355490488fbcd0185a5529120d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/c1f950eb1dba4c50b30b56268fa4d0db"}, "url": "http://192.30.9.5:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "33bc21e79f994848b9321670dacd0042", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/c51c2695aadd49e48ade6653e3ef8fc3"}, "url": "http://192.30.9.5:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cf1888c12b68498e9890470ac60ac247", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/ce2e1e4aeed548aa97ffdc78adb8c513"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "369f69bfa97a423182377beb47371862", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/d481e275351f4675a7f99d293797a3aa"}, "url": "http://192.30.9.5:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "369f69bfa97a423182377beb47371862", "id": "d481e275351f4675a7f99d293797a3aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/d7c69ce73749436bbdb78c928043362f"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "139a62e950cb4f5eba26c38253ebd1c3", "id": "d7c69ce73749436bbdb78c928043362f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/d8fe4279623145ffb2fd2a740afc060f"}, "url": "http://192.30.9.5:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1754f3f0106c49f4af6aaebd88bedab9", "id": "d8fe4279623145ffb2fd2a740afc060f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/dac004fba9e946e38ac76e229c1b6005"}, "url": "http://172.30.9.46:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "773d76d850d04c4eafce3eb58a4d74ca", "id": "dac004fba9e946e38ac76e229c1b6005"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/db362858a2194ac38796f6e2b2ccfe8f"}, "url": "http://172.30.9.46:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "369f69bfa97a423182377beb47371862", "id": "db362858a2194ac38796f6e2b2ccfe8f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/e1feb454a0a54f249404ad7fc03a1120"}, "url": "http://172.30.9.46:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7be3263d84a54a1c921d2ee99f0d4175", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/e36a75e0f5f04fd5926c1fb53cd5a924"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "fa88321ac2ac455ba9c811f773712360", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/e67d35dc385e441fb1ede495d909e213"}, "url": "http://172.30.9.46:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "fa88321ac2ac455ba9c811f773712360", "id": "e67d35dc385e441fb1ede495d909e213"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/e8fbeb769fb3409f8b32fb5668755dc3"}, "url": "http://192.30.9.5:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "c6421874073646f4b9ebee9bfadf25d7", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/eabe05b7fd95497aa5f28cffdf7affff"}, "url": "http://192.30.9.5:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "fa88321ac2ac455ba9c811f773712360", "id": "eabe05b7fd95497aa5f28cffdf7affff"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/ed7b86f3f65142c0ae9170332dec53a5"}, "url": "http://192.30.9.5:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7be3263d84a54a1c921d2ee99f0d4175", "id": "ed7b86f3f65142c0ae9170332dec53a5"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/eff4025db9584a4cb5a986cd74f7422f"}, "url": "http://192.30.9.5:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "139a62e950cb4f5eba26c38253ebd1c3", "id": "eff4025db9584a4cb5a986cd74f7422f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.46:5000/v3/endpoints/ffca497293164381a8d1a1a7b6020017"}, "url": "http://192.30.9.5:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b6e1a757f8db4827a78d436bd1d0e757", "id": "ffca497293164381a8d1a1a7b6020017"}], "links": {"self": "http://172.30.9.46:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-05 13:22:05,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/endpoints used request id req-5afb75a0-5631-40d7-9d74-5e20cbf7db44 2018-08-05 13:22:05,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.0971140861511s 2018-08-05 13:22:05,734 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/endpoints used request id req-5afb75a0-5631-40d7-9d74-5e20cbf7db44 2018-08-05 13:22:05,742 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-08-05 13:22:05,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 13:22:05,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:22:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9178ceb-a6b3-4264-bdcd-a5efcddd9fbf Content-Encoding: gzip Content-Length: 196 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.46:5000/v3/", "rel": "self"}]}} 2018-08-05 13:22:05,749 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.46:5000/v3 used request id req-f9178ceb-a6b3-4264-bdcd-a5efcddd9fbf 2018-08-05 13:22:05,749 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.46:5000/v3/auth/tokens 2018-08-05 13:22:06,130 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "72709a72c5f544e9af4abfe68e4d619c", "name": "reader"}, {"id": "6f5c235bf8f846e2ab7d21fb711e4f6d", "name": "member"}], "expires_at": "2018-08-05T14:22:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cc0b0fd91a3b4622ab80d759981507be", "name": "juju_epc-project_498f3612-11b2-4dab-b630-2947caed51a4"}, "catalog": [{"endpoints": [{"url": "http://172.30.9.46:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "15bc56573ea742fa80fcc962a183703b"}, {"url": "http://192.30.9.5:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d7c69ce73749436bbdb78c928043362f"}, {"url": "http://192.30.9.5:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eff4025db9584a4cb5a986cd74f7422f"}], "type": "cloudformation", "id": "139a62e950cb4f5eba26c38253ebd1c3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.5:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c23cf62298849adb5d5c3bb4773d930"}, {"url": "http://172.30.9.46:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "86fe24881825461c9cf6ddb4ef5b4c77"}, {"url": "http://192.30.9.5:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d8fe4279623145ffb2fd2a740afc060f"}], "type": "event", "id": "1754f3f0106c49f4af6aaebd88bedab9", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.5:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "aa6245e3c510419399efaab3cffa0dd5"}, {"url": "http://172.30.9.46:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ad09387ee87c4255b2930a12d969fb3f"}, {"url": "http://192.30.9.5:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c1f950eb1dba4c50b30b56268fa4d0db"}], "type": "identity", "id": "33bc21e79f994848b9321670dacd0042", "name": "keystone"}, {"endpoints": [{"url": "http://192.30.9.5:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ce2e1e4aeed548aa97ffdc78adb8c513"}, {"url": "http://192.30.9.5:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "d481e275351f4675a7f99d293797a3aa"}, {"url": "http://172.30.9.46:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "db362858a2194ac38796f6e2b2ccfe8f"}], "type": "image", "id": "369f69bfa97a423182377beb47371862", "name": "glance"}, {"endpoints": [{"url": "http://192.30.9.5:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2c647ec870504a739c0cd7211ba8e804"}, {"url": "http://192.30.9.5:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "38d4665b94fa4e2c85b9a57d18ac3679"}, {"url": "http://172.30.9.46:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6ae458d3348e44a4bab9d4463e7bdafc"}], "type": "compute", "id": "3bac9975b3294e2882de4947091c3fa3", "name": "nova"}, {"endpoints": [{"url": "http://192.30.9.5:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "29b2c346f19d4462a0c8cff4c857ee3c"}, {"url": "http://192.30.9.5:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2d0675d8fd374899a3bbbe6b1c3257c7"}, {"url": "http://172.30.9.46:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b60ee8355490488fbcd0185a5529120d"}], "type": "network", "id": "4b23419f4d5946aa9e2ba429a283c70f", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.5:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0d3626e85152483b97ddb47c82dd5f29"}, {"url": "http://192.30.9.5:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5a0c923689e747ef86b597066c2bcc08"}, {"url": "http://172.30.9.46:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "dac004fba9e946e38ac76e229c1b6005"}], "type": "alarming", "id": "773d76d850d04c4eafce3eb58a4d74ca", "name": "aodh"}, {"endpoints": [], "type": "metering", "id": "77dad98482d44e58bf8d98b0f42ebfab", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.5:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "3fb061d338f440ffb1eb292e9734f217"}, {"url": "http://192.30.9.5:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7111ec8f89534ef99e1aeba4900f2e98"}, {"url": "http://172.30.9.46:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "a1a5a2267a3a4c86aa7fddac27741f92"}], "type": "metric", "id": "7bbc5945f84940b5a5650bc65f3e9929", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.5:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7239a60574f74f74b7d93861cac3b4f5"}, {"url": "http://172.30.9.46:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e1feb454a0a54f249404ad7fc03a1120"}, {"url": "http://192.30.9.5:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ed7b86f3f65142c0ae9170332dec53a5"}], "type": "placement", "id": "7be3263d84a54a1c921d2ee99f0d4175", "name": "placement"}, {"endpoints": [{"url": "http://172.30.9.46:8080/v1/AUTH_cc0b0fd91a3b4622ab80d759981507be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3e7bfd3639934892b4f66a22414833df"}, {"url": "http://12.0.0.37:8080/v1/AUTH_cc0b0fd91a3b4622ab80d759981507be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "7ca289c55cc44087bf8793b93f624a76"}, {"url": "http://12.0.0.37:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a263c2c3fb494ec29533873e8162f3bb"}], "type": "object-store", "id": "a0a276da436b470d8ab909d4757f3746", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v3/cc0b0fd91a3b4622ab80d759981507be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "005c613324dd4ac980779f2bbedfc4ae"}, {"url": "http://192.30.9.5:8776/v3/cc0b0fd91a3b4622ab80d759981507be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "46537490eec2401f980b88c88a8068e4"}, {"url": "http://192.30.9.5:8776/v3/cc0b0fd91a3b4622ab80d759981507be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ffca497293164381a8d1a1a7b6020017"}], "type": "volumev3", "id": "b6e1a757f8db4827a78d436bd1d0e757", "name": "cinderv3"}, {"endpoints": [{"url": "http://172.30.9.46:8776/v2/cc0b0fd91a3b4622ab80d759981507be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1982c7dac814472bbc44c19922470ef6"}, {"url": "http://192.30.9.5:8776/v2/cc0b0fd91a3b4622ab80d759981507be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4f83dc6540324999adefd721cb1ae3e0"}, {"url": "http://192.30.9.5:8776/v2/cc0b0fd91a3b4622ab80d759981507be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e8fbeb769fb3409f8b32fb5668755dc3"}], "type": "volumev2", "id": "c6421874073646f4b9ebee9bfadf25d7", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.46:8004/v1/cc0b0fd91a3b4622ab80d759981507be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "8a1c098c0d8b4c988926875bc966f4ad"}, {"url": "http://192.30.9.5:8004/v1/cc0b0fd91a3b4622ab80d759981507be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "8c9878ffb9b944f4900186073a66e854"}, {"url": "http://192.30.9.5:8004/v1/cc0b0fd91a3b4622ab80d759981507be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "c51c2695aadd49e48ade6653e3ef8fc3"}], "type": "orchestration", "id": "cf1888c12b68498e9890470ac60ac247", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.5:8776/v1/cc0b0fd91a3b4622ab80d759981507be", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e36a75e0f5f04fd5926c1fb53cd5a924"}, {"url": "http://172.30.9.46:8776/v1/cc0b0fd91a3b4622ab80d759981507be", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "e67d35dc385e441fb1ede495d909e213"}, {"url": "http://192.30.9.5:8776/v1/cc0b0fd91a3b4622ab80d759981507be", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "eabe05b7fd95497aa5f28cffdf7affff"}], "type": "volume", "id": "fa88321ac2ac455ba9c811f773712360", "name": "cinder"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_498f3612-11b2-4dab-b630-2947caed51a4", "id": "78a5d78d8716466f9167a07129630210"}, "audit_ids": ["FcoH-gNzRuaYNyjs_77LcA"], "issued_at": "2018-08-05T13:22:06.000000Z"}} 2018-08-05 13:22:06,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-05 13:22:06,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" -d '{"network": {"name": "juju_epc-net_498f3612-11b2-4dab-b630-2947caed51a4", "admin_state_up": true}}' 2018-08-05 13:22:06,676 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-0fae8a48-fdee-4b85-a4dc-32edd1801fa8 Date: Sun, 05 Aug 2018 13:22:06 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"93cb0bbd-fbd8-4e1a-b310-bc70bfa1454e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"cc0b0fd91a3b4622ab80d759981507be","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T13:22:06Z","is_default":false,"name":"juju_epc-net_498f3612-11b2-4dab-b630-2947caed51a4","qos_policy_id":null,"admin_state_up":true,"tenant_id":"cc0b0fd91a3b4622ab80d759981507be","created_at":"2018-08-05T13:22:06Z","mtu":1450}} 2018-08-05 13:22:06,677 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-0fae8a48-fdee-4b85-a4dc-32edd1801fa8 2018-08-05 13:22:06,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.543171882629s 2018-08-05 13:22:06,677 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-0fae8a48-fdee-4b85-a4dc-32edd1801fa8 2018-08-05 13:22:06,678 - 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-05T13:22:06Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'93cb0bbd-fbd8-4e1a-b310-bc70bfa1454e', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-net_498f3612-11b2-4dab-b630-2947caed51a4', u'admin_state_up': True, u'tenant_id': u'cc0b0fd91a3b4622ab80d759981507be', u'created_at': u'2018-08-05T13:22:06Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'cc0b0fd91a3b4622ab80d759981507be', u'l2_adjacency': True}) 2018-08-05 13:22:06,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 13:22:06,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:22:06,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1229 X-Openstack-Request-Id: req-278521fe-d9c5-4a2f-aa6b-d3b94c8c451f Date: Sun, 05 Aug 2018 13:22:06 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"93cb0bbd-fbd8-4e1a-b310-bc70bfa1454e","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"cc0b0fd91a3b4622ab80d759981507be","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T13:22:06Z","qos_policy_id":null,"name":"juju_epc-net_498f3612-11b2-4dab-b630-2947caed51a4","admin_state_up":true,"tenant_id":"cc0b0fd91a3b4622ab80d759981507be","created_at":"2018-08-05T13:22:06Z","mtu":1450}]} 2018-08-05 13:22:06,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-278521fe-d9c5-4a2f-aa6b-d3b94c8c451f 2018-08-05 13:22:06,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.148446798325s 2018-08-05 13:22:06,827 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-278521fe-d9c5-4a2f-aa6b-d3b94c8c451f 2018-08-05 13:22:06,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-05 13:22:06,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" -d '{"subnet": {"name": "juju_epc-subnet_498f3612-11b2-4dab-b630-2947caed51a4", "enable_dhcp": true, "network_id": "93cb0bbd-fbd8-4e1a-b310-bc70bfa1454e", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-05 13:22:07,755 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-359d06ba-d841-46e7-962a-929077d0a693 Date: Sun, 05 Aug 2018 13:22:07 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"93cb0bbd-fbd8-4e1a-b310-bc70bfa1454e","tenant_id":"cc0b0fd91a3b4622ab80d759981507be","created_at":"2018-08-05T13:22:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T13:22:07Z","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":"cc0b0fd91a3b4622ab80d759981507be","id":"feb83525-da11-487e-89ad-f49e2eaef772","subnetpool_id":null,"name":"juju_epc-subnet_498f3612-11b2-4dab-b630-2947caed51a4"}} 2018-08-05 13:22:07,756 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-359d06ba-d841-46e7-962a-929077d0a693 2018-08-05 13:22:07,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.927133083344s 2018-08-05 13:22:07,756 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-359d06ba-d841-46e7-962a-929077d0a693 2018-08-05 13:22:07,757 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T13:22:07Z', 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'feb83525-da11-487e-89ad-f49e2eaef772', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_498f3612-11b2-4dab-b630-2947caed51a4', u'enable_dhcp': True, u'network_id': u'93cb0bbd-fbd8-4e1a-b310-bc70bfa1454e', u'tenant_id': u'cc0b0fd91a3b4622ab80d759981507be', u'created_at': u'2018-08-05T13:22:07Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'cc0b0fd91a3b4622ab80d759981507be'}) 2018-08-05 13:22:07,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-05 13:22:07,758 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" -d '{"router": {"external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab"}, "name": "juju_epc-router_498f3612-11b2-4dab-b630-2947caed51a4", "admin_state_up": true}}' 2018-08-05 13:22:09,583 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-8a90c7d6-a1a6-48e3-a1dc-069e90be08df Date: Sun, 05 Aug 2018 13:22:09 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "cc0b0fd91a3b4622ab80d759981507be", "created_at": "2018-08-05T13:22:07Z", "admin_state_up": true, "updated_at": "2018-08-05T13:22:09Z", "flavor_id": null, "revision_number": 2, "routes": [], "project_id": "cc0b0fd91a3b4622ab80d759981507be", "id": "a2a2b5f2-a126-4e45-89a4-673d35e5a27f", "name": "juju_epc-router_498f3612-11b2-4dab-b630-2947caed51a4"}} 2018-08-05 13:22:09,584 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-8a90c7d6-a1a6-48e3-a1dc-069e90be08df 2018-08-05 13:22:09,584 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.82633709908s 2018-08-05 13:22:09,584 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-8a90c7d6-a1a6-48e3-a1dc-069e90be08df 2018-08-05 13:22:09,585 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-08-05T13:22:09Z', u'revision_number': 2, u'id': u'a2a2b5f2-a126-4e45-89a4-673d35e5a27f', u'external_gateway_info': {u'network_id': u'3f94cd1d-7f7a-4867-a7e0-03f9caf817ab', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'89972d6a-26a8-4595-baea-47e68ca637c2', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-router_498f3612-11b2-4dab-b630-2947caed51a4', u'admin_state_up': True, u'tenant_id': u'cc0b0fd91a3b4622ab80d759981507be', u'created_at': u'2018-08-05T13:22:07Z', u'flavor_id': None, u'routes': [], u'project_id': u'cc0b0fd91a3b4622ab80d759981507be'}) 2018-08-05 13:22:09,585 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-05 13:22:09,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/a2a2b5f2-a126-4e45-89a4-673d35e5a27f/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" -d '{"subnet_id": "feb83525-da11-487e-89ad-f49e2eaef772"}' 2018-08-05 13:22:12,220 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-eedfd4db-c5e0-4236-83d7-c4f6da6a8eb2 Date: Sun, 05 Aug 2018 13:22:12 GMT RESP BODY: {"network_id": "93cb0bbd-fbd8-4e1a-b310-bc70bfa1454e", "tenant_id": "cc0b0fd91a3b4622ab80d759981507be", "subnet_id": "feb83525-da11-487e-89ad-f49e2eaef772", "subnet_ids": ["feb83525-da11-487e-89ad-f49e2eaef772"], "port_id": "27bf3e98-a5c9-4087-b30e-ae2e9fac1bf1", "id": "a2a2b5f2-a126-4e45-89a4-673d35e5a27f"} 2018-08-05 13:22:12,221 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/a2a2b5f2-a126-4e45-89a4-673d35e5a27f/add_router_interface.json used request id req-eedfd4db-c5e0-4236-83d7-c4f6da6a8eb2 2018-08-05 13:22:12,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.63552117348s 2018-08-05 13:22:12,221 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/a2a2b5f2-a126-4e45-89a4-673d35e5a27f/add_router_interface.json used request id req-eedfd4db-c5e0-4236-83d7-c4f6da6a8eb2 returning object a2a2b5f2-a126-4e45-89a4-673d35e5a27f 2018-08-05 13:22:12,221 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-08-05 13:22:14,110 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:516189fbb544e5f081314c2f1b95fc5a sha256:b9fabb10582ac3ba343db3edbd77499b7be1c113a62f2ca8f58dd0679ae85a20 2018-08-05 13:22:14,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" 2018-08-05 13:22:14,115 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 754 Date: Sun, 05 Aug 2018 13:22:14 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.6", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.46:9292/v2/", "rel": "self"}]}]} 2018-08-05 13:22:14,120 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 13:22:14,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:22:14,339 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-351500ac-a256-4e6b-abc6-71c3f164052d Date: Sun, 05 Aug 2018 13:22:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 13:22:14,339 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-351500ac-a256-4e6b-abc6-71c3f164052d 2018-08-05 13:22:14,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.219457864761s 2018-08-05 13:22:14,340 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-351500ac-a256-4e6b-abc6-71c3f164052d 2018-08-05 13:22:14,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 13:22:14,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" -d '{"owner_specified.shade.md5": "516189fbb544e5f081314c2f1b95fc5a", "owner_specified.shade.sha256": "b9fabb10582ac3ba343db3edbd77499b7be1c113a62f2ca8f58dd0679ae85a20", "owner_specified.shade.object": "images/juju_epc-img_498f3612-11b2-4dab-b630-2947caed51a4", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_498f3612-11b2-4dab-b630-2947caed51a4"}' 2018-08-05 13:22:14,390 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 868 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f9d21065-2ed9-4303-a1c7-2db03b953433 Date: Sun, 05 Aug 2018 13:22:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02/file", "owner": "cc0b0fd91a3b4622ab80d759981507be", "id": "70eda0d2-b70c-411b-beb9-d0d9c84f7f02", "size": null, "self": "/v2/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "b9fabb10582ac3ba343db3edbd77499b7be1c113a62f2ca8f58dd0679ae85a20", "updated_at": "2018-08-05T13:22:14Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_498f3612-11b2-4dab-b630-2947caed51a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "516189fbb544e5f081314c2f1b95fc5a", "name": "juju_epc-img_498f3612-11b2-4dab-b630-2947caed51a4", "checksum": null, "created_at": "2018-08-05T13:22:14Z", "protected": false} 2018-08-05 13:22:14,391 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-f9d21065-2ed9-4303-a1c7-2db03b953433 2018-08-05 13:22:14,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0443770885468s 2018-08-05 13:22:14,391 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-f9d21065-2ed9-4303-a1c7-2db03b953433 returning object 70eda0d2-b70c-411b-beb9-d0d9c84f7f02 2018-08-05 13:22:14,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 13:22:14,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" -d '' 2018-08-05 13:22:18,991 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-31e7e12e-cceb-495a-b380-91ffb3d8ee5a Date: Sun, 05 Aug 2018 13:22:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-05 13:22:18,991 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02/file used request id req-31e7e12e-cceb-495a-b380-91ffb3d8ee5a 2018-08-05 13:22:18,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.59961509705s 2018-08-05 13:22:18,992 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02/file used request id req-31e7e12e-cceb-495a-b380-91ffb3d8ee5a 2018-08-05 13:22:18,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 13:22:19,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:22:19,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-116c25f2-929a-4871-9e17-fa95f8110ba3 Date: Sun, 05 Aug 2018 13:22:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02/snap", "metadata": {}}], "file": "/v2/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02/file", "owner": "cc0b0fd91a3b4622ab80d759981507be", "id": "70eda0d2-b70c-411b-beb9-d0d9c84f7f02", "size": 292618240, "self": "/v2/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "b9fabb10582ac3ba343db3edbd77499b7be1c113a62f2ca8f58dd0679ae85a20", "updated_at": "2018-08-05T13:22:18Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_498f3612-11b2-4dab-b630-2947caed51a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "516189fbb544e5f081314c2f1b95fc5a", "name": "juju_epc-img_498f3612-11b2-4dab-b630-2947caed51a4", "checksum": "516189fbb544e5f081314c2f1b95fc5a", "created_at": "2018-08-05T13:22:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 13:22:19,033 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-116c25f2-929a-4871-9e17-fa95f8110ba3 2018-08-05 13:22:19,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0367178916931s 2018-08-05 13:22:19,033 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-116c25f2-929a-4871-9e17-fa95f8110ba3 2018-08-05 13:22:19,035 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02/snap', u'metadata': Munch({})})], 'file': u'/v2/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02/file', 'owner': u'cc0b0fd91a3b4622ab80d759981507be', 'id': u'70eda0d2-b70c-411b-beb9-d0d9c84f7f02', 'size': 292618240, u'self': u'/v2/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cc0b0fd91a3b4622ab80d759981507be', 'name': 'juju_epc-project_498f3612-11b2-4dab-b630-2947caed51a4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T13:22:18Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-05T13:22:18Z', u'owner_specified.shade.sha256': u'b9fabb10582ac3ba343db3edbd77499b7be1c113a62f2ca8f58dd0679ae85a20', u'owner_specified.shade.object': u'images/juju_epc-img_498f3612-11b2-4dab-b630-2947caed51a4', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'516189fbb544e5f081314c2f1b95fc5a', 'properties': {u'self': u'/v2/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02', u'owner_specified.shade.md5': u'516189fbb544e5f081314c2f1b95fc5a', u'owner_specified.shade.object': u'images/juju_epc-img_498f3612-11b2-4dab-b630-2947caed51a4', u'owner_specified.shade.sha256': u'b9fabb10582ac3ba343db3edbd77499b7be1c113a62f2ca8f58dd0679ae85a20', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_498f3612-11b2-4dab-b630-2947caed51a4', 'created': u'2018-08-05T13:22:14Z', 'checksum': u'516189fbb544e5f081314c2f1b95fc5a', 'created_at': u'2018-08-05T13:22:14Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02', u'owner_specified.shade.md5': u'516189fbb544e5f081314c2f1b95fc5a', u'owner_specified.shade.object': u'images/juju_epc-img_498f3612-11b2-4dab-b630-2947caed51a4', u'owner_specified.shade.sha256': u'b9fabb10582ac3ba343db3edbd77499b7be1c113a62f2ca8f58dd0679ae85a20', u'schema': u'/v2/schemas/image'}}) 2018-08-05 13:22:20,605 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 70eda0d2-b70c-411b-beb9-d0d9c84f7f02 -s xenial -r regionOne -u http://172.30.9.46: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-05 13:22:20,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 13:22:20,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_498f3612-11b2-4dab-b630-2947caed51a4", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-08-05 13:22:20,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:22: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-8935925b-0c3b-4687-ab93-48470ac67c97 x-compute-request-id: req-8935925b-0c3b-4687-ab93-48470ac67c97 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_498f3612-11b2-4dab-b630-2947caed51a4", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/aedb5400-9127-491b-9c08-25598eaf4c17", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/aedb5400-9127-491b-9c08-25598eaf4c17", "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": "aedb5400-9127-491b-9c08-25598eaf4c17"}} 2018-08-05 13:22:20,818 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-8935925b-0c3b-4687-ab93-48470ac67c97 2018-08-05 13:22:20,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.211809873581s 2018-08-05 13:22:20,819 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-8935925b-0c3b-4687-ab93-48470ac67c97 2018-08-05 13:22:20,820 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_498f3612-11b2-4dab-b630-2947caed51a4', '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'd5650b30963342b58320b9e3073d7ddf', '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'aedb5400-9127-491b-9c08-25598eaf4c17', 'swap': 0}) 2018-08-05 13:22:20,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 13:22:20,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/aedb5400-9127-491b-9c08-25598eaf4c17/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" -d '{"extra_specs": {}}' 2018-08-05 13:22:20,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:22: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-9873207f-6a5a-4c97-8996-cf405fa88e27 x-compute-request-id: req-9873207f-6a5a-4c97-8996-cf405fa88e27 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 13:22:20,844 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/aedb5400-9127-491b-9c08-25598eaf4c17/os-extra_specs used request id req-9873207f-6a5a-4c97-8996-cf405fa88e27 2018-08-05 13:22:20,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0232570171356s 2018-08-05 13:22:20,844 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/aedb5400-9127-491b-9c08-25598eaf4c17/os-extra_specs used request id req-9873207f-6a5a-4c97-8996-cf405fa88e27 2018-08-05 13:22:20,844 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-08-05 13:22:20,846 - 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-201 | | 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-05 13:22:20,853 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-08-05 13:22:20,935 - 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-05 13:22:20,935 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-08-05 13:22:21,030 - 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-05 13:22:21,031 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-05 13:22:22,827 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:81360220b4382d4b91eef0ebaf46a661 sha256:c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e 2018-08-05 13:22:22,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 13:22:22,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:22:22,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-34eabd5b-3663-4a1d-9ed3-a9d8240c833a Date: Sun, 05 Aug 2018 13:22:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02/snap", "metadata": {}}], "file": "/v2/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02/file", "owner": "cc0b0fd91a3b4622ab80d759981507be", "id": "70eda0d2-b70c-411b-beb9-d0d9c84f7f02", "size": 292618240, "self": "/v2/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "b9fabb10582ac3ba343db3edbd77499b7be1c113a62f2ca8f58dd0679ae85a20", "updated_at": "2018-08-05T13:22:18Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_498f3612-11b2-4dab-b630-2947caed51a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "516189fbb544e5f081314c2f1b95fc5a", "name": "juju_epc-img_498f3612-11b2-4dab-b630-2947caed51a4", "checksum": "516189fbb544e5f081314c2f1b95fc5a", "created_at": "2018-08-05T13:22:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 13:22:22,862 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-34eabd5b-3663-4a1d-9ed3-a9d8240c833a 2018-08-05 13:22:22,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0327861309052s 2018-08-05 13:22:22,863 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-34eabd5b-3663-4a1d-9ed3-a9d8240c833a 2018-08-05 13:22:22,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-05 13:22:22,872 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" -d '{"owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "owner_specified.shade.object": "images/juju_epc-img_alt_498f3612-11b2-4dab-b630-2947caed51a4", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_498f3612-11b2-4dab-b630-2947caed51a4"}' 2018-08-05 13:22:23,064 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 876 Content-Type: application/json Location: http://172.30.9.46:9292/v2/images/01de332c-b7dd-4999-acd2-deb492d6ef06 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-64f4453a-a939-4f35-819a-5245278ccc4a Date: Sun, 05 Aug 2018 13:22:23 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "locations": [], "file": "/v2/images/01de332c-b7dd-4999-acd2-deb492d6ef06/file", "owner": "cc0b0fd91a3b4622ab80d759981507be", "id": "01de332c-b7dd-4999-acd2-deb492d6ef06", "size": null, "self": "/v2/images/01de332c-b7dd-4999-acd2-deb492d6ef06", "disk_format": "qcow2", "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-05T13:22:22Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_498f3612-11b2-4dab-b630-2947caed51a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "juju_epc-img_alt_498f3612-11b2-4dab-b630-2947caed51a4", "checksum": null, "created_at": "2018-08-05T13:22:22Z", "protected": false} 2018-08-05 13:22:23,064 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-64f4453a-a939-4f35-819a-5245278ccc4a 2018-08-05 13:22:23,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.195199966431s 2018-08-05 13:22:23,065 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.46:9292/v2/images used request id req-64f4453a-a939-4f35-819a-5245278ccc4a returning object 01de332c-b7dd-4999-acd2-deb492d6ef06 2018-08-05 13:22:23,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-05 13:22:23,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9292/v2/images/01de332c-b7dd-4999-acd2-deb492d6ef06/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.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" -d '' 2018-08-05 13:22:26,892 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-91cc5afc-b2c1-4530-a9f9-0ca0f03cb2a0 Date: Sun, 05 Aug 2018 13:22: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-05 13:22:26,892 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/01de332c-b7dd-4999-acd2-deb492d6ef06/file used request id req-91cc5afc-b2c1-4530-a9f9-0ca0f03cb2a0 2018-08-05 13:22:26,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.82678699493s 2018-08-05 13:22:26,892 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.46:9292/v2/images/01de332c-b7dd-4999-acd2-deb492d6ef06/file used request id req-91cc5afc-b2c1-4530-a9f9-0ca0f03cb2a0 2018-08-05 13:22:26,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 13:22:26,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:22:26,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2339 Content-Type: application/json X-Openstack-Request-Id: req-51eee6d3-d680-4646-8c38-9869761d0ddb Date: Sun, 05 Aug 2018 13:22:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/01de332c-b7dd-4999-acd2-deb492d6ef06/snap", "metadata": {}}], "file": "/v2/images/01de332c-b7dd-4999-acd2-deb492d6ef06/file", "owner": "cc0b0fd91a3b4622ab80d759981507be", "id": "01de332c-b7dd-4999-acd2-deb492d6ef06", "size": 263062016, "self": "/v2/images/01de332c-b7dd-4999-acd2-deb492d6ef06", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/01de332c-b7dd-4999-acd2-deb492d6ef06/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "updated_at": "2018-08-05T13:22:26Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_498f3612-11b2-4dab-b630-2947caed51a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "juju_epc-img_alt_498f3612-11b2-4dab-b630-2947caed51a4", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-05T13:22:22Z", "protected": false}, {"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02/snap", "metadata": {}}], "file": "/v2/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02/file", "owner": "cc0b0fd91a3b4622ab80d759981507be", "id": "70eda0d2-b70c-411b-beb9-d0d9c84f7f02", "size": 292618240, "self": "/v2/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "b9fabb10582ac3ba343db3edbd77499b7be1c113a62f2ca8f58dd0679ae85a20", "updated_at": "2018-08-05T13:22:18Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_498f3612-11b2-4dab-b630-2947caed51a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "516189fbb544e5f081314c2f1b95fc5a", "name": "juju_epc-img_498f3612-11b2-4dab-b630-2947caed51a4", "checksum": "516189fbb544e5f081314c2f1b95fc5a", "created_at": "2018-08-05T13:22:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 13:22:26,940 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-51eee6d3-d680-4646-8c38-9869761d0ddb 2018-08-05 13:22:26,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0430829524994s 2018-08-05 13:22:26,940 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-51eee6d3-d680-4646-8c38-9869761d0ddb 2018-08-05 13:22:26,943 - functest.core.singlevm - DEBUG - image: Munch({'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/01de332c-b7dd-4999-acd2-deb492d6ef06/snap', u'metadata': Munch({})})], 'file': u'/v2/images/01de332c-b7dd-4999-acd2-deb492d6ef06/file', 'owner': u'cc0b0fd91a3b4622ab80d759981507be', 'id': u'01de332c-b7dd-4999-acd2-deb492d6ef06', 'size': 263062016, u'self': u'/v2/images/01de332c-b7dd-4999-acd2-deb492d6ef06', 'disk_format': u'qcow2', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'cc0b0fd91a3b4622ab80d759981507be', 'name': 'juju_epc-project_498f3612-11b2-4dab-b630-2947caed51a4', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/01de332c-b7dd-4999-acd2-deb492d6ef06/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-05T13:22:26Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-05T13:22:26Z', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/juju_epc-img_alt_498f3612-11b2-4dab-b630-2947caed51a4', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', 'properties': {u'self': u'/v2/images/01de332c-b7dd-4999-acd2-deb492d6ef06', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'owner_specified.shade.object': u'images/juju_epc-img_alt_498f3612-11b2-4dab-b630-2947caed51a4', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_498f3612-11b2-4dab-b630-2947caed51a4', 'created': u'2018-08-05T13:22:22Z', 'checksum': u'81360220b4382d4b91eef0ebaf46a661', 'created_at': u'2018-08-05T13:22:22Z', 'minDisk': 0, 'is_protected': False, 'metadata': {u'self': u'/v2/images/01de332c-b7dd-4999-acd2-deb492d6ef06', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'owner_specified.shade.object': u'images/juju_epc-img_alt_498f3612-11b2-4dab-b630-2947caed51a4', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'schema': u'/v2/schemas/image'}}) 2018-08-05 13:22:27,097 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 01de332c-b7dd-4999-acd2-deb492d6ef06 -s trusty -r regionOne -u http://172.30.9.46: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-05 13:22:27,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-05 13:22:27,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46: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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_498f3612-11b2-4dab-b630-2947caed51a4", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": null, "swap": 0}}' 2018-08-05 13:22:27,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:22: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-fa37a681-182f-40d6-9eb5-b896ccd4e19b x-compute-request-id: req-fa37a681-182f-40d6-9eb5-b896ccd4e19b Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_alt_498f3612-11b2-4dab-b630-2947caed51a4", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/ce19e21f-7f66-40f8-9692-4565eabb4a79", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/ce19e21f-7f66-40f8-9692-4565eabb4a79", "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": "ce19e21f-7f66-40f8-9692-4565eabb4a79"}} 2018-08-05 13:22:27,148 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-fa37a681-182f-40d6-9eb5-b896ccd4e19b 2018-08-05 13:22:27,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0501611232758s 2018-08-05 13:22:27,149 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors used request id req-fa37a681-182f-40d6-9eb5-b896ccd4e19b 2018-08-05 13:22:27,150 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_498f3612-11b2-4dab-b630-2947caed51a4', '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'd5650b30963342b58320b9e3073d7ddf', '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'ce19e21f-7f66-40f8-9692-4565eabb4a79', 'swap': 0}) 2018-08-05 13:22:27,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-05 13:22:27,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.46:8774/v2.1/flavors/ce19e21f-7f66-40f8-9692-4565eabb4a79/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" -d '{"extra_specs": {}}' 2018-08-05 13:22:27,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:22: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-9b3e87c7-1dea-488c-9455-39e0fe205ada x-compute-request-id: req-9b3e87c7-1dea-488c-9455-39e0fe205ada Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-05 13:22:27,174 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/ce19e21f-7f66-40f8-9692-4565eabb4a79/os-extra_specs used request id req-9b3e87c7-1dea-488c-9455-39e0fe205ada 2018-08-05 13:22:27,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0233540534973s 2018-08-05 13:22:27,174 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.46:8774/v2.1/flavors/ce19e21f-7f66-40f8-9692-4565eabb4a79/os-extra_specs used request id req-9b3e87c7-1dea-488c-9455-39e0fe205ada 2018-08-05 13:22:27,174 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-08-05 13:26:31,302 - 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=93cb0bbd-fbd8-4e1a-b310-bc70bfa1454e --config ssl-hostname-verification=false --config use-floating-ip=true --config use-default-secgroup=true --debug 13:22:27 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 13:22:27 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=93cb0bbd-fbd8-4e1a-b310-bc70bfa1454e", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 13:22:27 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "regionOne" and credential "abot-epc" () 13:22:27 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[external-network: use-floating-ip:true use-default-secgroup:true network:93cb0bbd-fbd8-4e1a-b310-bc70bfa1454e] 13:22:27 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 13:22:27 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[ftp-proxy: agent-stream:released net-bond-reconfigure-delay:17 development:false http-proxy: logforward-enabled:false use-default-secgroup:true apt-mirror: disable-network-management:false no-proxy:127.0.0.1,localhost,::1 proxy-ssh:false https-proxy: enable-os-upgrade:true ssl-hostname-verification:false max-action-results-age:336h image-metadata-url: max-status-history-age:336h use-floating-ip:true update-status-hook-interval:5m transmit-vendor-metrics:true default-series:xenial external-network: apt-http-proxy: max-status-history-size:5G resource-tags: logging-config: automatically-retry-hooks:true agent-metadata-url: ignore-machine-addresses:false provisioner-harvest-mode:destroyed test-mode:false firewall-mode:instance network:93cb0bbd-fbd8-4e1a-b310-bc70bfa1454e name:controller enable-os-refresh-update:true type:openstack image-stream:released apt-no-proxy: max-action-results-size:5G authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCkFN3rvJxxWuO8yuR0h+VWyg820M/ToyawuJ9cN50QlHFxLQv3I6UgOJgdKoyz77Y8XoRj8x5XV3Et2bHw3iVtQde66ApFRyz4zYToCU1Or1Z7ufljQkLO9+6jFyEdggAKxPd/9rhkldljXSXzzx9J/UrbjzvFLLemTkEJEwXcif50eQpFielxlEZ4f0ooxvhc/+Ch313iGYJ/g1GHSvXMOIbQ2zjmSxVtwp/vSQmOOLxORAmENNb8wqgk1aApxzipFQYNbS/CMw7fb5B3yYvHhGpEYx0yp/c8OehhYtGoW2STPm0rSrGAgZFhwRAMBguvs0Oc7QLgsqbwHlb7NHJR juju-client-key apt-https-proxy: apt-ftp-proxy: uuid:5da9767a-7fda-4e3a-8b15-98401e4bff68] 13:22:27 INFO juju.provider.openstack provider.go:144 opening model "controller" 13:22:28 DEBUG goose :1 auth details: &{Token:gAAAAABbZvoUQNVo0Ytlzw4WAmWh66oyNM3mrA-4apyNAvwnKso0cEMecUv2_D5N3OMMzWT0dSrcM5WPhaCvh_qMbU6jEDmhvi-v4ehw2QHzY2_Nn9nPP5LptzgOsIZFRcNs3O9QCTDVJPaB4m4PlDEUEweleoevpobvjEsQtXDzBU351UuD_Xw TenantId:cc0b0fd91a3b4622ab80d759981507be UserId:78a5d78d8716466f9167a07129630210 Domain: RegionServiceURLs:map[regionOne:map[network:http://172.30.9.46:9696 object-store:http://172.30.9.46:8080/v1/AUTH_cc0b0fd91a3b4622ab80d759981507be orchestration:http://172.30.9.46:8004/v1/cc0b0fd91a3b4622ab80d759981507be placement:http://172.30.9.46:8778/placement volume:http://172.30.9.46:8776/v1/cc0b0fd91a3b4622ab80d759981507be event:http://172.30.9.46:8977 identity:http://172.30.9.46:5000 alarming:http://172.30.9.46:8042 volumev2:http://172.30.9.46:8776/v2/cc0b0fd91a3b4622ab80d759981507be cloudformation:http://172.30.9.46:8000/v1 image:http://172.30.9.46:9292 compute:http://172.30.9.46:8774/v2.1 metric:http://172.30.9.46:8041 volumev3:http://172.30.9.46:8776/v3/cc0b0fd91a3b4622ab80d759981507be]]} 13:22:28 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 13:22:28 DEBUG goose :1 performing API version discovery for "http://172.30.9.46:8774/" 13:22:28 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.46:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.46:8774/v2.1/ Rel:self}] Status:CURRENT}] 13:22:28 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 13:22:28 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 13:22:28 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 13:22:28 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 13:22:28 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 13:22:28 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 13:22:28 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 13:22:28 INFO cmd bootstrap.go:233 Loading image metadata 13:22:28 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 13:22:28 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 13:22:28 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 13:22:28 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.46:5000/v3} [trusty win2012hvr2 quantal win2012 win2016nano win10 xenial win2012r2 win8 yakkety win2016 win2016hv win81 precise wily win7 raring centos7 opensuseleap zesty win2012hv utopic vivid win2008r2 genericlinux saucy] [amd64 i386 armhf arm64 ppc64el s390x] released}} 13:22:28 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 13:22:31 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 13:22:32 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.46:5000/v3} not found 13:22:32 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.46:5000/v3} not found 13:22:32 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 13:22:32 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.9 for amd64 13:22:32 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.9 13:22:32 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 13:22:32 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 13:22:32 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.9 13:22:32 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 13:22:32 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 13:22:32 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 13:22:33 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 []} 13:22:36 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 13:22:36 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 13:22:36 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 13:22:36 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:70eda0d2-b70c-411b-beb9-d0d9c84f7f02 Arch:amd64 VirtType:}] 13:22:36 INFO juju.environs.instances image.go:106 find instance - using image with id: 70eda0d2-b70c-411b-beb9-d0d9c84f7f02 13:22:36 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 13:22:36 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 13:22:36 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2487 bytes 13:22:36 DEBUG juju.provider.openstack provider.go:1022 using network id "93cb0bbd-fbd8-4e1a-b310-bc70bfa1454e" 13:22:36 DEBUG goose :1 performing API version discovery for "http://172.30.9.46:9696/" 13:22:36 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.46:9696/v2.0/ Rel:self}] Status:CURRENT}] 13:22:39 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "3bc3a6c7-390d-49a1-b44f-4660b9ff7751" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "3bc3a6c7-390d-49a1-b44f-4660b9ff7751" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "3bc3a6c7-390d-49a1-b44f-4660b9ff7751" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "3bc3a6c7-390d-49a1-b44f-4660b9ff7751" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "3bc3a6c7-390d-49a1-b44f-4660b9ff7751" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "3bc3a6c7-390d-49a1-b44f-4660b9ff7751" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "3bc3a6c7-390d-49a1-b44f-4660b9ff7751" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "3bc3a6c7-390d-49a1-b44f-4660b9ff7751" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "3bc3a6c7-390d-49a1-b44f-4660b9ff7751" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "3bc3a6c7-390d-49a1-b44f-4660b9ff7751" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "3bc3a6c7-390d-49a1-b44f-4660b9ff7751" has status BUILD, wait 10 seconds before retry, attempt 11 13:24:37 INFO juju.provider.openstack provider.go:1189 started instance "3bc3a6c7-390d-49a1-b44f-4660b9ff7751" 13:24:37 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 13:24:39 DEBUG juju.provider.openstack networking.go:216 allocated new public IP: 172.30.9.213 13:24:39 INFO juju.provider.openstack provider.go:1198 allocated public IP 172.30.9.213 - 3bc3a6c7-390d-49a1-b44f-4660b9ff7751 (arch=amd64 mem=2G cores=1) 13:24:40 INFO juju.environs.bootstrap bootstrap.go:606 newest version: 2.2.9 13:24:40 INFO juju.environs.bootstrap bootstrap.go:613 failed to find 2.2.5 tools, will attempt to use 2.2.9 13:24:40 INFO juju.environs.bootstrap bootstrap.go:621 picked bootstrap agent binary version: 2.2.9 13:24:40 INFO juju.environs.bootstrap bootstrap.go:393 Installing Juju agent on bootstrap instance 13:24:43 INFO cmd bootstrap.go:485 Fetching Juju GUI 2.12.3 13:24:43 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false Waiting for address 13:24:44 DEBUG juju.provider.openstack provider.go:414 instance 3bc3a6c7-390d-49a1-b44f-4660b9ff7751 has floating IP address: 172.30.9.213 Attempting to connect to 172.30.9.213:22 Attempting to connect to 192.168.120.3:22 13:24:44 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.120.3 failed: ssh: connect to host 192.168.120.3 port 22: Connection refused 13:24:44 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: ssh: connect to host 172.30.9.213 port 22: Connection refused 13:24:49 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.120.3 failed: ssh: connect to host 192.168.120.3 port 22: Connection refused 13:24:49 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 172.30.9.213 failed: ssh: connect to host 172.30.9.213 port 22: Connection refused 13:24:54 DEBUG juju.provider.openstack provider.go:414 instance 3bc3a6c7-390d-49a1-b44f-4660b9ff7751 has floating IP address: 172.30.9.213 13:24:54 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.120.3 failed: ssh: connect to host 192.168.120.3 port 22: Connection refused 13:24:54 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-4bff68-controller-0 13:26:27 INFO cmd bootstrap.go:423 Bootstrap agent now started 13:26:27 DEBUG juju.provider.openstack provider.go:414 instance 3bc3a6c7-390d-49a1-b44f-4660b9ff7751 has floating IP address: 172.30.9.213 13:26:27 INFO juju.juju api.go:308 API endpoints changed from [] to [172.30.9.213:17070 192.168.120.3:17070] 13:26:27 INFO cmd controller.go:82 Contacting Juju controller at 172.30.9.213 to verify accessibility... 13:26:27 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.213:17070 192.168.120.3:17070] 13:26:29 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" 13:26:29 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" 13:26:30 DEBUG juju.api monitor.go:35 RPC connection died 13:26:30 INFO cmd controller.go:110 Still waiting for API to become available: upgrade in progress (upgrade in progress) 13:26:30 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.213:17070 192.168.120.3:17070] 13:26:30 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" 13:26:30 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" 13:26:30 DEBUG juju.api monitor.go:35 RPC connection died 13:26:30 INFO cmd controller.go:110 Still waiting for API to become available: upgrade in progress (upgrade in progress) 13:26:31 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.213:17070 192.168.120.3:17070] 13:26:31 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" 13:26:31 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" 13:26:31 DEBUG juju.api monitor.go:35 RPC connection died 13:26:31 INFO cmd controller.go:87 Bootstrap complete, "abot-controller" controller now available. 13:26:31 INFO cmd controller.go:88 Controller machines are in the "controller" model. 13:26:31 INFO cmd controller.go:89 Initial model "default" added. 13:26:31 INFO cmd supercommand.go:465 command finished 2018-08-05 13:26:31,302 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-08-05 13:26:31,303 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-08-05 13:26:44,251 - 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-05 13:26:44,251 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-08-05 13:43:12,969 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-08-05 13:42:56.370703Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-08-05 13:43:12,970 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Abot-epc on Openstack 2018-08-05 13:43:12,970 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Checking status of ABot and EPC units ... 2018-08-05 13:43:13,120 - 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.214 80/tcp,5000/tcp ABot ready! EPC relation established, proceed to run tests... mysql/0* unknown idle 1 172.30.9.208 3306/tcp oai-epc/0* active idle 2 172.30.9.201 2152/udp OAI EPC is running and connected to HSS oai-hss/0* active idle 3 172.30.9.203 OAI HSS is running Machine State DNS Inst id Series AZ Message 0 started 172.30.9.214 2a9886e6-0fb0-423e-a68e-c84518cc93e9 xenial nova ACTIVE 1 started 172.30.9.208 b8d7ed5e-b165-4201-b227-1380da0caa43 trusty nova ACTIVE 2 started 172.30.9.201 3c8e0b3e-b0af-4561-b5d4-ac4dda75e122 trusty nova ACTIVE 3 started 172.30.9.203 ff099cd4-8666-48a9-965b-4f4c6eb15a7e 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-05 13:43:13,258 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short abot-epc-basic - abot-epc-basic/0: 172.30.9.214 (agent:idle, workload:active) 80/tcp, 5000/tcp 2018-08-05 13:43:13,259 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - abot-epc-basic workload is active 2018-08-05 13:43:13,400 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short oai-epc - oai-epc/0: 172.30.9.201 (agent:idle, workload:active) 2152/udp 2018-08-05 13:43:13,400 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-epc workload is active 2018-08-05 13:43:13,558 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short oai-hss - oai-hss/0: 172.30.9.203 (agent:idle, workload:active) 2018-08-05 13:43:13,558 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-hss workload is active 2018-08-05 13:43:13,559 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Transferring the feature files to Abot_node ... 2018-08-05 13:43:14,222 - 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-05 13:43:14,222 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Copying the feature files within Abot_node 2018-08-05 13:43:14,719 - 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-998282-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.214 closed. 2018-08-05 13:43:14,720 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Running VNF Test cases.... 2018-08-05 13:43:14,890 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju run-action abot-epc-basic/0 run tagnames=TS_24_301 Action queued with id: d95a28aa-8f6b-4800-83fa-b2af90c64066 2018-08-05 13:52:57,112 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-08-05 13:52:40.499145Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-08-05 13:52:57,112 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Getting results from Abot node.... 2018-08-05 13:52:57,505 - 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-05 13:52:57,506 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Parsing the Test results... 2018-08-05 13:52:57,584 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - {'failures': 22, 'skipped': 0, 'passed': 256} 2018-08-05 13:52:57,584 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Test VNF result: Passed: 256, Failed:22, Skipped: 0 2018-08-05 13:52:57,810 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-05 13:52:57,810 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 30:52 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-05 13:52:58,760 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju debug-log --replay --no-tail machine-0: 13:29:32 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-0: 13:29:32 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-0/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "0", "--debug"} machine-0: 13:29:32 DEBUG juju.agent read agent config, format "2.0" machine-0: 13:29:33 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-0: 13:29:33 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-0: 13:29:33 DEBUG juju.worker start "engine" machine-0: 13:29:33 INFO juju.worker start "engine" machine-0: 13:29:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-0: 13:29:33 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-0" machine-0: 13:29:33 DEBUG juju.worker "engine" started machine-0: 13:29:33 DEBUG juju.worker.introspection stats worker now serving machine-0: 13:29:33 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "agent" manifold worker started machine-0: 13:29:33 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-0: 13:29:33 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-0: 13:29:33 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 13:29:33 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-0: 13:29:33 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 13:29:33 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-0: 13:29:33 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-0: 13:29:33 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-0: 13:29:33 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-0: 13:29:33 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 13:29:33 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-0: 13:29:33 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.apicaller connecting with old password machine-0: 13:29:33 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:33 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-0: 13:29:33 DEBUG juju.api successfully dialed "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-0: 13:29:33 INFO juju.api connection established to "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-0: 13:29:33 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 13:29:33 DEBUG juju.api successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-0: 13:29:34 DEBUG juju.worker.apicaller connected machine-0: 13:29:34 DEBUG juju.worker.apicaller changing password... machine-0: 13:29:34 DEBUG juju.worker.apicaller password changed machine-0: 13:29:34 DEBUG juju.api RPC connection died machine-0: 13:29:34 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-0: 13:29:34 DEBUG juju.worker.apicaller connecting with current password machine-0: 13:29:34 DEBUG juju.api successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-0: 13:29:34 INFO juju.api connection established to "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-0: 13:29:34 DEBUG juju.api successfully dialed "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-0: 13:29:35 DEBUG juju.worker.apicaller connected machine-0: 13:29:35 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 13:29:35 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:35 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:35 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:29:35 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 13:29:35 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-0: 13:29:35 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-0: 13:29:35 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 13:29:35 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-0: 13:29:35 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-0: 13:29:35 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-0: 13:29:35 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-0: 13:29:35 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-0: 13:29:35 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-0: 13:29:35 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-0: 13:29:35 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-0: 13:29:35 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-0: 13:29:35 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-0: 13:29:35 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-0: 13:29:35 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-0: 13:29:35 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 13:29:35 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:29:35 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:29:35 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:29:35 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 13:29:35 INFO juju.worker.upgrader unblocking abort check machine-0: 13:29:35 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-0: 13:29:35 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-0: 13:29:35 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:29:35 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:29:35 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 13:29:35 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-0: 13:29:35 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 13:29:35 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:29:35 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:29:35 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:29:35 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:29:35 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:29:35 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:29:35 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 13:29:35 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:29:35 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:29:35 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:29:35 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:29:35 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:29:35 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 13:29:35 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 13:29:35 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-0: 13:29:35 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 13:29:35 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 13:29:35 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 13:29:35 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 13:29:35 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 13:29:35 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 13:29:35 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-0: 13:29:35 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 13:29:35 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 13:29:35 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 13:29:35 DEBUG juju.worker.logger logger setup machine-0: 13:29:35 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 13:29:35 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 13:29:35 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 13:29:35 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 13:29:35 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-0: 13:29:35 DEBUG juju.worker.dependency "machiner" manifold worker started machine-0: 13:29:35 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 13:29:35 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 13:29:35 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 13:29:35 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 13:29:35 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.213,192.168.120.3,::1,localhost", AutoNoProxy:""} machine-0: 13:29:35 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 13:29:35 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 13:29:35 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 13:29:35 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 13:29:35 DEBUG juju.network including address public:172.30.9.213 for machine machine-0: 13:29:35 DEBUG juju.network including address local-cloud:192.168.120.3 for machine machine-0: 13:29:35 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 13:29:35 DEBUG juju.network including address local-machine:::1 for machine machine-0: 13:29:35 DEBUG juju.network addresses after filtering: [public:172.30.9.213 local-cloud:192.168.120.3 local-machine:127.0.0.1 local-machine:::1] machine-0: 13:29:35 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.213:17070 192.168.120.3:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 13:29:35 DEBUG juju.agent API server address details [["172.30.9.213:17070" "192.168.120.3:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.120.3:17070" "172.30.9.213:17070"] machine-0: 13:29:35 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 13:29:35 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 13:29:35 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 13:29:35 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 13:29:35 DEBUG juju.network including address local-cloud:192.168.120.7 for machine machine-0: 13:29:35 DEBUG juju.network including address local-machine:::1 for machine machine-0: 13:29:35 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.120.7 local-machine:::1] machine-0: 13:29:35 INFO juju.worker.machiner setting addresses for "machine-0" to [local-machine:127.0.0.1 local-cloud:192.168.120.7 local-machine:::1] machine-0: 13:29:35 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-0: 13:29:35 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 13:29:35 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 13:29:35 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 13:29:35 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 13:29:35 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 13:29:35 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 0 machine-0: 13:29:35 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-0: 13:29:35 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 13:29:35 INFO juju.worker.machiner "machine-0" started machine-0: 13:29:35 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 13:29:35 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 13:29:35 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 13:29:35 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 13:29:35 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: 13:29:35 DEBUG juju.worker start "0-container-watcher" machine-0: 13:29:35 DEBUG juju.worker start "stateconverter" machine-0: 13:29:35 INFO juju.worker start "0-container-watcher" machine-0: 13:29:35 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-0: 13:29:35 DEBUG juju.worker "0-container-watcher" started machine-0: 13:29:35 INFO juju.worker start "stateconverter" machine-0: 13:29:35 DEBUG juju.worker "stateconverter" started machine-0: 13:29:35 DEBUG juju.cmd.jujud upgrades done, starting worker "0-container-watcher" machine-0: 13:29:35 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 13:29:35 INFO juju.worker.deployer deploying unit "abot-epc-basic/0" machine-0: 13:29:35 DEBUG juju.service discovered init system "systemd" from local host machine-0: 13:29:36 DEBUG juju.worker.deployer state addresses: ["192.168.120.3:37017"] machine-0: 13:29:36 DEBUG juju.worker.deployer API addresses: ["192.168.120.3:17070" "172.30.9.213:17070"] machine-0: 13:29:36 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: 13:29:36 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully installed machine-0: 13:29:36 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" not running machine-0: 13:29:36 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully started unit-abot-epc-basic-0: 13:29:36 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-abot-epc-basic-0: 13:29:36 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: 13:29:36 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker start "api" unit-abot-epc-basic-0: 13:29:36 INFO juju.worker start "api" unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "agent" manifold worker started unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-abot-epc-basic-0" unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker "api" started unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.introspection stats worker now serving unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.apicaller connecting with old password machine-0: 13:29:36 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:f8:b2:34 192.168.120.0/24 1450 0 ens3 ethernet false false static 192.168.120.7 [] [] []} {2 fa:16:3e:f8:b2:34 1450 0 ens3 ethernet false false manual [] [] []} {3 06:b4:af:b4:3d:f5 1500 0 lxdbr0 bridge false false manual [] [] []} {3 06:b4:af:b4:3d:f5 1500 0 lxdbr0 bridge false false manual [] [] []}] unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.api successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-abot-epc-basic-0: 13:29:36 INFO juju.api connection established to "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-abot-epc-basic-0: 13:29:36 DEBUG juju.api successfully dialed "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:36 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 13:29:36 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:f8:b2:34 192.168.120.0/24 1450 0 ens3 ethernet false false static 192.168.120.7 [] [] []} {2 fa:16:3e:f8:b2:34 1450 0 ens3 ethernet false false manual [] [] []} {3 06:b4:af:b4:3d:f5 1500 0 lxdbr0 bridge false false manual [] [] []} {3 06:b4:af:b4:3d:f5 1500 0 lxdbr0 bridge false false manual [] [] []}] unit-abot-epc-basic-0: 13:29:37 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 13:29:37 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 13:29:37 DEBUG juju.worker.apicaller password changed unit-abot-epc-basic-0: 13:29:37 DEBUG juju.api RPC connection died unit-abot-epc-basic-0: 13:29:37 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 13:29:37 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 13:29:37 DEBUG juju.api successfully dialed "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-abot-epc-basic-0: 13:29:37 INFO juju.api connection established to "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-abot-epc-basic-0: 13:29:37 DEBUG juju.api successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.apicaller connected machine-0: 13:29:38 INFO juju.tools.lxdclient using LXD API version "1.0" unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-abot-epc-basic-0: 13:29:38 INFO juju.worker.migrationminion migration phase is now: NONE unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.213,192.168.120.3,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 13:29:38 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: 13:29:38 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.leadership abot-epc-basic/0 making initial claim for abot-epc-basic leadership unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-abot-epc-basic-0: 13:29:38 DEBUG juju.network no lxc bridge addresses to filter for machine unit-abot-epc-basic-0: 13:29:38 DEBUG juju.network "lxdbr0" has addresses [fe80::4b4:afff:feb4:3df5/64 fe80::1/64] unit-abot-epc-basic-0: 13:29:38 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-abot-epc-basic-0: 13:29:38 DEBUG juju.network including address public:172.30.9.213 for machine unit-abot-epc-basic-0: 13:29:38 DEBUG juju.network including address local-cloud:192.168.120.3 for machine unit-abot-epc-basic-0: 13:29:38 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-abot-epc-basic-0: 13:29:38 DEBUG juju.network including address local-machine:::1 for machine unit-abot-epc-basic-0: 13:29:38 DEBUG juju.network addresses after filtering: [public:172.30.9.213 local-cloud:192.168.120.3 local-machine:127.0.0.1 local-machine:::1] unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.213:17070 192.168.120.3:17070 127.0.0.1:17070 [::1]:17070]] unit-abot-epc-basic-0: 13:29:38 DEBUG juju.agent API server address details [["172.30.9.213:17070" "192.168.120.3:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.120.3:17070" "172.30.9.213:17070"] unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "charm-dir" not running: dependency not available unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "hook-retry-strategy" not running: dependency not available unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.logger logger setup machine-0: 13:29:38 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: 13:29:38 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 13:29:38 INFO juju.worker.upgrader abort check blocked until version event received unit-abot-epc-basic-0: 13:29:38 INFO juju.worker.upgrader unblocking abort check unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-abot-epc-basic-0: 13:29:38 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-abot-epc-basic-0: 13:29:38 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 13:29:38 INFO juju.worker.leadership abot-epc-basic/0 promoted to leadership of abot-epc-basic unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.dependency "uniter" manifold worker started unit-abot-epc-basic-0: 13:29:38 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-abot-epc-basic-0 unit-abot-epc-basic-0: 13:29:38 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-xenial-amd64 unit-abot-epc-basic-0: 13:29:38 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-xenial-amd64/jujud unit-abot-epc-basic-0: 13:29:38 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: 13:29:38 INFO juju.worker.uniter unit "abot-epc-basic/0" started unit-abot-epc-basic-0: 13:29:38 INFO juju.worker.uniter resuming charm install unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.uniter.operation running operation install local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.uniter.operation preparing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 13:29:38 DEBUG juju.worker.uniter juju-run listener running unit-abot-epc-basic-0: 13:29:38 INFO juju.worker.uniter.charm downloading local:xenial/abot-epc-basic-1 from API server unit-abot-epc-basic-0: 13:29:38 INFO juju.downloader downloading from local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 13:29:38 DEBUG httpbakery client do GET https://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/charms?file=%2A&url=local%3Axenial%2Fabot-epc-basic-1 { unit-abot-epc-basic-0: 13:29:38 DEBUG httpbakery } -> error unit-abot-epc-basic-0: 13:29:38 INFO juju.downloader download complete ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 13:29:38 INFO juju.downloader download verified ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 13:29:39 DEBUG juju.worker.uniter.operation executing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 13:29:39 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 13:29:39 DEBUG juju.worker.uniter.charm deploying charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 13:29:39 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 13:29:39 DEBUG juju.worker.uniter.operation committing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 13:29:39 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 13:29:39 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-abot-epc-basic-0: 13:29:39 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-abot-epc-basic-0: 13:29:39 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-abot-epc-basic-0: 13:29:39 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-abot-epc-basic-0: 13:29:39 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-abot-epc-basic-0: 13:29:39 DEBUG juju.worker.uniter.remotestate got service change unit-abot-epc-basic-0: 13:29:39 DEBUG juju.worker.uniter.remotestate got unit change unit-abot-epc-basic-0: 13:29:39 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-abot-epc-basic-0: 13:29:39 INFO juju.worker.uniter.storage initial storage attachments ready unit-abot-epc-basic-0: 13:29:39 INFO juju.worker.uniter found queued "install" hook unit-abot-epc-basic-0: 13:29:39 DEBUG juju.worker.uniter.operation running operation run install hook unit-abot-epc-basic-0: 13:29:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 13:29:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 13:29:39 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 13:29:39 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 13:29:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 13:29:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 13:29:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 13:29:39 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-998282-default-0 unit-abot-epc-basic-0: 13:29:39 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Checking sudo privileges >> unit-abot-epc-basic-0: 13:29:39 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Application Name abot-functest-basic >> unit-abot-epc-basic-0: 13:29:39 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Version 3.1.1 >> unit-abot-epc-basic-0: 13:29:39 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: External Tester none >> unit-abot-epc-basic-0: 13:29:39 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 13:29:39 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 13:29:39 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 13:29:39 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 13:29:40 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 13:29:40 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 13:29:41 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: 13:29:41 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 13:29:41 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: 13:29:41 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install default-jre libasound2-plugins alsa-utils cups-common librsvg2-common gvfs unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libice-doc liblcms2-utils pcscd pulseaudio lm-sensors libsm-doc libxcb-doc unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libxt-doc openjdk-8-demo openjdk-8-source visualvm icedtea-8-plugin unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install fonts-wqy-zenhei fonts-indic unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 13:29:41 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: 13:29:41 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 13:29:41 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: 13:29:41 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install openjdk-8-jre-headless x11-common x11proto-core-dev x11proto-input-dev unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install x11proto-kb-dev xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 97 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install Need to get 68.9 MB of archives. unit-abot-epc-basic-0: 13:29:41 DEBUG unit.abot-epc-basic/0.install After this operation, 395 MB of additional disk space will be used. unit-abot-epc-basic-0: 13:29:41 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: 13:29:42 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: 13:29:42 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: 13:29:42 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: 13:29:43 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: 13:29:43 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11-common all 1:7.7+13ubuntu3 [22.4 kB] unit-abot-epc-basic-0: 13:29:43 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: 13:29:43 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: 13:29:43 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: 13:29:43 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: 13:29:43 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: 13:29:44 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: 13:29:44 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: 13:29:44 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: 13:29:44 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: 13:29:44 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: 13:29:44 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: 13:29:44 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: 13:29:45 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: 13:29:45 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: 13:29:45 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: 13:29:45 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: 13:29:45 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: 13:29:45 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: 13:29:45 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: 13:29:46 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: 13:29:46 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: 13:29:46 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: 13:29:46 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: 13:29:46 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 8u171-b11-0ubuntu0.16.04.1 [27.0 MB] unit-abot-epc-basic-0: 13:29:48 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: 13:29:48 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: 13:29:49 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: 13:29:49 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: 13:29:49 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: 13:29:49 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: 13:29:49 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: 13:29:49 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: 13:29:49 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: 13:29:50 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: 13:29:50 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: 13:29:50 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: 13:29:50 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: 13:29:50 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: 13:29:50 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: 13:29:50 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: 13:29:51 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: 13:29:51 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: 13:29:51 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: 13:29:52 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: 13:29:52 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: 13:29:52 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: 13:29:52 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: 13:29:52 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: 13:29:53 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: 13:29:53 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: 13:29:54 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: 13:29:54 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: 13:29:54 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: 13:29:54 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: 13:29:54 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: 13:29:54 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: 13:29:55 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: 13:29:55 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: 13:29:55 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: 13:29:55 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: 13:29:55 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: 13:29:55 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: 13:29:55 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: 13:29:56 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: 13:29:56 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: 13:29:56 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.1 [20.2 kB] unit-abot-epc-basic-0: 13:29:56 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: 13:29:56 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: 13:29:57 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: 13:29:57 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: 13:29:57 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: 13:29:57 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: 13:29:57 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: 13:29:58 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: 13:29:58 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: 13:29:58 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: 13:29:58 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: 13:29:58 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: 13:29:58 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: 13:29:59 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: 13:29:59 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: 13:29:59 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: 13:29:59 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: 13:29:59 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: 13:30:00 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: 13:30:00 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: 13:30:01 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: 13:30:01 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: 13:30:01 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre amd64 8u171-b11-0ubuntu0.16.04.1 [69.4 kB] unit-abot-epc-basic-0: 13:30:01 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 8u171-b11-0ubuntu0.16.04.1 [8213 kB] unit-abot-epc-basic-0: 13:30:03 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk amd64 8u171-b11-0ubuntu0.16.04.1 [451 kB] unit-abot-epc-basic-0: 13:30:03 DEBUG unit.abot-epc-basic/0.install Extracting templates from packages: 30% Extracting templates from packages: 61% Extracting templates from packages: 92% Extracting templates from packages: 100% unit-abot-epc-basic-0: 13:30:03 DEBUG unit.abot-epc-basic/0.install Fetched 68.9 MB in 22s (3060 kB/s) unit-abot-epc-basic-0: 13:30:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-core. unit-abot-epc-basic-0: 13:30:04 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 ... 54327 files and directories currently installed.) unit-abot-epc-basic-0: 13:30:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-core_2.35-1_all.deb ... unit-abot-epc-basic-0: 13:30:04 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 13:30:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig-config. unit-abot-epc-basic-0: 13:30:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig-config_2.11.94-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 13:30:04 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:30:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1:amd64. unit-abot-epc-basic-0: 13:30:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 13:30:04 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:30:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig. unit-abot-epc-basic-0: 13:30:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 13:30:04 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:30:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasyncns0:amd64. unit-abot-epc-basic-0: 13:30:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasyncns0_0.8-5build1_amd64.deb ... unit-abot-epc-basic-0: 13:30:04 DEBUG unit.abot-epc-basic/0.install Unpacking libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 13:30:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-common. unit-abot-epc-basic-0: 13:30:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-common_1%3a7.7+13ubuntu3_all.deb ... unit-abot-epc-basic-0: 13:30:04 DEBUG unit.abot-epc-basic/0.install Unpacking x11-common (1:7.7+13ubuntu3) ... unit-abot-epc-basic-0: 13:30:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice6:amd64. unit-abot-epc-basic-0: 13:30:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice6_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 13:30:04 DEBUG unit.abot-epc-basic/0.install Unpacking libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 13:30:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-abot-epc-basic-0: 13:30:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8_1.4.2-0ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 13:30:04 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblcms2-2:amd64. unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblcms2-2_2.6-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Unpacking liblcms2-2:amd64 (2.6-3ubuntu2) ... unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libogg0:amd64. unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libogg0_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Unpacking libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm6:amd64. unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Unpacking libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite1:amd64. unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage1:amd64. unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes3:amd64. unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama1:amd64. unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence1:amd64. unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence1_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst6:amd64. unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 13:30:05 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig0:amd64. unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ... unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package java-common. unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../java-common_0.56ubuntu2_all.deb ... unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Unpacking java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-abot-epc-basic-0: 13:30:06 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: 13:30:06 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common3:amd64. unit-abot-epc-basic-0: 13:30:06 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: 13:30:06 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-client3:amd64. unit-abot-epc-basic-0: 13:30:06 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: 13:30:06 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcups2:amd64. unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcups2_2.1.3-4ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Unpacking libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8:amd64. unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcsclite1:amd64. unit-abot-epc-basic-0: 13:30:06 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: 13:30:06 DEBUG unit.abot-epc-basic/0.install Unpacking libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi6:amd64. unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi6_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Unpacking libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender1:amd64. unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender1_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre-headless:amd64. unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre-headless_8u171-b11-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 13:30:06 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre-headless:amd64 (8u171-b11-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:30:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ca-certificates-java. unit-abot-epc-basic-0: 13:30:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ca-certificates-java_20160321ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:30:11 DEBUG unit.abot-epc-basic/0.install Unpacking ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 13:30:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-extra. unit-abot-epc-basic-0: 13:30:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-extra_2.35-1_all.deb ... unit-abot-epc-basic-0: 13:30:11 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 13:30:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hicolor-icon-theme. unit-abot-epc-basic-0: 13:30:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hicolor-icon-theme_0.15-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 13:30:11 DEBUG unit.abot-epc-basic/0.install Unpacking hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:30:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2-data. unit-abot-epc-basic-0: 13:30:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2-data_1.1.0-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:30:11 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 13:30:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2:amd64. unit-abot-epc-basic-0: 13:30:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2_1.1.0-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:30:11 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 13:30:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-data. unit-abot-epc-basic-0: 13:30:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-data_2.18.0-1_all.deb ... unit-abot-epc-basic-0: 13:30:11 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 13:30:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-0:amd64. unit-abot-epc-basic-0: 13:30:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-0_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 13:30:12 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 13:30:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-0:amd64. unit-abot-epc-basic-0: 13:30:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-0_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 13:30:13 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 13:30:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0:amd64. unit-abot-epc-basic-0: 13:30:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:30:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:30:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0:amd64. unit-abot-epc-basic-0: 13:30:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:30:13 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:30:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2:amd64. unit-abot-epc-basic-0: 13:30:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 13:30:13 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 13:30:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdatrie1:amd64. unit-abot-epc-basic-0: 13:30:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ... unit-abot-epc-basic-0: 13:30:13 DEBUG unit.abot-epc-basic/0.install Unpacking libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 13:30:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-amdgpu1:amd64. unit-abot-epc-basic-0: 13:30:13 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: 13:30:13 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 13:30:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpciaccess0:amd64. unit-abot-epc-basic-0: 13:30:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpciaccess0_0.13.4-1_amd64.deb ... unit-abot-epc-basic-0: 13:30:13 DEBUG unit.abot-epc-basic/0.install Unpacking libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 13:30:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-abot-epc-basic-0: 13:30:13 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: 13:30:13 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 13:30:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-abot-epc-basic-0: 13:30:13 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: 13:30:13 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 13:30:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-abot-epc-basic-0: 13:30:14 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: 13:30:14 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 13:30:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libflac8:amd64. unit-abot-epc-basic-0: 13:30:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libflac8_1.3.1-4_amd64.deb ... unit-abot-epc-basic-0: 13:30:14 DEBUG unit.abot-epc-basic/0.install Unpacking libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 13:30:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtiff5:amd64. unit-abot-epc-basic-0: 13:30:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtiff5_4.0.6-1ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 13:30:14 DEBUG unit.abot-epc-basic/0.install Unpacking libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 13:30:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-common. unit-abot-epc-basic-0: 13:30:14 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: 13:30:14 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 13:30:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. unit-abot-epc-basic-0: 13:30:14 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: 13:30:14 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 13:30:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgif7:amd64. unit-abot-epc-basic-0: 13:30:14 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: 13:30:14 DEBUG unit.abot-epc-basic/0.install Unpacking libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 13:30:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-abot-epc-basic-0: 13:30:15 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: 13:30:15 DEBUG unit.abot-epc-basic/0.install Unpacking libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 13:30:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm6.0:amd64. unit-abot-epc-basic-0: 13:30:15 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: 13:30:15 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 13:30:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsensors4:amd64. unit-abot-epc-basic-0: 13:30:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsensors4_1%3a3.4.0-2_amd64.deb ... unit-abot-epc-basic-0: 13:30:16 DEBUG unit.abot-epc-basic/0.install Unpacking libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 13:30:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-abot-epc-basic-0: 13:30:16 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: 13:30:16 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.3-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb1:amd64 (2:1.6.3-1ubuntu2) ... unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present0:amd64. unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-abot-epc-basic-0: 13:30:18 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: 13:30:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphite2-3:amd64. unit-abot-epc-basic-0: 13:30:18 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: 13:30:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-common. unit-abot-epc-basic-0: 13:30:18 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: 13:30:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai-data. unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai-data_0.1.24-2_all.deb ... unit-abot-epc-basic-0: 13:30:18 DEBUG unit.abot-epc-basic/0.install Unpacking libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 13:30:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai0:amd64. unit-abot-epc-basic-0: 13:30:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai0_0.1.24-2_amd64.deb ... unit-abot-epc-basic-0: 13:30:19 DEBUG unit.abot-epc-basic/0.install Unpacking libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 13:30:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango-1.0-0:amd64. unit-abot-epc-basic-0: 13:30:19 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: 13:30:19 DEBUG unit.abot-epc-basic/0.install Unpacking libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 13:30:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz0b:amd64. unit-abot-epc-basic-0: 13:30:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz0b_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 13:30:19 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:30:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoft2-1.0-0:amd64. unit-abot-epc-basic-0: 13:30:19 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: 13:30:19 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 13:30:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangocairo-1.0-0:amd64. unit-abot-epc-basic-0: 13:30:19 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: 13:30:19 DEBUG unit.abot-epc-basic/0.install Unpacking libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 13:30:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor1:amd64. unit-abot-epc-basic-0: 13:30:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcursor1_1%3a1.1.14-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 13:30:19 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:30:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr2:amd64. unit-abot-epc-basic-0: 13:30:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 13:30:20 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 13:30:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-0:amd64. unit-abot-epc-basic-0: 13:30:20 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: 13:30:20 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 13:30:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-bin. unit-abot-epc-basic-0: 13:30:20 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: 13:30:20 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 13:30:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xorg-sgml-doctools. unit-abot-epc-basic-0: 13:30:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xorg-sgml-doctools_1%3a1.11-1_all.deb ... unit-abot-epc-basic-0: 13:30:20 DEBUG unit.abot-epc-basic/0.install Unpacking xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 13:30:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-core-dev. unit-abot-epc-basic-0: 13:30:20 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: 13:30:20 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 13:30:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice-dev:amd64. unit-abot-epc-basic-0: 13:30:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice-dev_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 13:30:21 DEBUG unit.abot-epc-basic/0.install Unpacking libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 13:30:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-abot-epc-basic-0: 13:30:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-abot-epc-basic-0: 13:30:21 DEBUG unit.abot-epc-basic/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 13:30:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbis0a:amd64. unit-abot-epc-basic-0: 13:30:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbis0a_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 13:30:21 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 13:30:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbisenc2:amd64. unit-abot-epc-basic-0: 13:30:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbisenc2_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 13:30:21 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 13:30:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsndfile1:amd64. unit-abot-epc-basic-0: 13:30:21 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: 13:30:21 DEBUG unit.abot-epc-basic/0.install Unpacking libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpulse0:amd64. unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpulse0_1%3a8.0-0ubuntu3.10_amd64.deb ... unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Unpacking libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm-dev:amd64. unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Unpacking libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxau-dev:amd64. unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxau-dev_1%3a1.0.8-1_amd64.deb ... unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdmcp-dev:amd64. unit-abot-epc-basic-0: 13:30:22 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: 13:30:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-input-dev. unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-input-dev_2.3.1-1_all.deb ... unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-kb-dev. unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-kb-dev_1.0.7-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xtrans-dev. unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xtrans-dev_1.3.5-1_all.deb ... unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Unpacking xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb1-dev:amd64. unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb1-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-dev:amd64. unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-dev_2%3a1.6.3-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:30:22 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-dev:amd64 (2:1.6.3-1ubuntu2) ... unit-abot-epc-basic-0: 13:30:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-doc. unit-abot-epc-basic-0: 13:30:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-doc_2%3a1.6.3-1ubuntu2_all.deb ... unit-abot-epc-basic-0: 13:30:23 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-doc (2:1.6.3-1ubuntu2) ... unit-abot-epc-basic-0: 13:30:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt6:amd64. unit-abot-epc-basic-0: 13:30:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt6_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:30:23 DEBUG unit.abot-epc-basic/0.install Unpacking libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 13:30:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt-dev:amd64. unit-abot-epc-basic-0: 13:30:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt-dev_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:30:23 DEBUG unit.abot-epc-basic/0.install Unpacking libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 13:30:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre:amd64. unit-abot-epc-basic-0: 13:30:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre_8u171-b11-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 13:30:23 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre:amd64 (8u171-b11-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:30:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk-headless:amd64. unit-abot-epc-basic-0: 13:30:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk-headless_8u171-b11-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 13:30:23 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk-headless:amd64 (8u171-b11-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:30:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk:amd64. unit-abot-epc-basic-0: 13:30:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk_8u171-b11-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 13:30:25 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk:amd64 (8u171-b11-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:30:25 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 13:30:26 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 13:30:26 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 13:30:26 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 13:30:26 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 13:30:26 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 13:30:27 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 13:30:27 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 13:30:27 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 13:30:27 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 13:30:27 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 13:30:27 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:30:27 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:30:27 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:30:29 DEBUG unit.abot-epc-basic/0.install Regenerating fonts cache... done. unit-abot-epc-basic-0: 13:30:29 DEBUG unit.abot-epc-basic/0.install Setting up libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 13:30:29 DEBUG unit.abot-epc-basic/0.install Setting up x11-common (1:7.7+13ubuntu3) ... unit-abot-epc-basic-0: 13:30:29 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: 13:30:30 DEBUG unit.abot-epc-basic/0.install Setting up libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 13:30:30 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 13:30:30 DEBUG unit.abot-epc-basic/0.install Setting up liblcms2-2:amd64 (2.6-3ubuntu2) ... unit-abot-epc-basic-0: 13:30:30 DEBUG unit.abot-epc-basic/0.install Setting up libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 13:30:30 DEBUG unit.abot-epc-basic/0.install Setting up libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 13:30:30 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 13:30:30 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 13:30:30 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 13:30:30 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 13:30:30 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 13:30:30 DEBUG unit.abot-epc-basic/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 13:30:30 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 13:30:30 DEBUG unit.abot-epc-basic/0.install Setting up libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 13:30:30 DEBUG unit.abot-epc-basic/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 13:30:30 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: 13:30:30 DEBUG unit.abot-epc-basic/0.install Setting up java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 13:30:30 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: 13:30:30 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 13:30:30 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 13:30:30 DEBUG unit.abot-epc-basic/0.install Setting up libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 13:30:31 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 13:30:32 DEBUG unit.abot-epc-basic/0.install Setting up libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 13:30:32 DEBUG unit.abot-epc-basic/0.install Setting up libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 13:30:32 DEBUG unit.abot-epc-basic/0.install Setting up libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 13:30:32 DEBUG unit.abot-epc-basic/0.install Setting up libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 13:30:32 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: 13:30:32 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb1:amd64 (2:1.6.3-1ubuntu2) ... unit-abot-epc-basic-0: 13:30:32 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:30:32 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:30:32 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:30:32 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:30:32 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:30:32 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: 13:30:32 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: 13:30:32 DEBUG unit.abot-epc-basic/0.install Setting up libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:30:32 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 13:30:32 DEBUG unit.abot-epc-basic/0.install Setting up libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 13:30:32 DEBUG unit.abot-epc-basic/0.install Setting up libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 13:30:32 DEBUG unit.abot-epc-basic/0.install Setting up libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 13:30:32 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:30:32 DEBUG unit.abot-epc-basic/0.install Setting up libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 13:30:32 DEBUG unit.abot-epc-basic/0.install Setting up libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 13:30:32 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:30:32 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 13:30:32 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: 13:30:33 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 13:30:33 DEBUG unit.abot-epc-basic/0.install Setting up xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 13:30:33 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 13:30:33 DEBUG unit.abot-epc-basic/0.install Setting up libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 13:30:33 DEBUG unit.abot-epc-basic/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 13:30:33 DEBUG unit.abot-epc-basic/0.install Setting up libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 13:30:33 DEBUG unit.abot-epc-basic/0.install Setting up libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 13:30:33 DEBUG unit.abot-epc-basic/0.install Setting up libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:30:33 DEBUG unit.abot-epc-basic/0.install Setting up libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 13:30:33 DEBUG unit.abot-epc-basic/0.install Setting up libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 13:30:33 DEBUG unit.abot-epc-basic/0.install Setting up libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 13:30:33 DEBUG unit.abot-epc-basic/0.install Setting up libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 13:30:33 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 13:30:33 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 13:30:33 DEBUG unit.abot-epc-basic/0.install Setting up xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 13:30:33 DEBUG unit.abot-epc-basic/0.install Setting up libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:30:33 DEBUG unit.abot-epc-basic/0.install Setting up libx11-dev:amd64 (2:1.6.3-1ubuntu2) ... unit-abot-epc-basic-0: 13:30:33 DEBUG unit.abot-epc-basic/0.install Setting up libx11-doc (2:1.6.3-1ubuntu2) ... unit-abot-epc-basic-0: 13:30:33 DEBUG unit.abot-epc-basic/0.install Setting up libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 13:30:33 DEBUG unit.abot-epc-basic/0.install Setting up libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 13:30:33 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre-headless:amd64 (8u171-b11-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:30:33 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: 13:30:33 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: 13:30:33 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: 13:30:33 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: 13:30:33 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: 13:30:33 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: 13:30:33 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: 13:30:33 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: 13:30:33 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: 13:30:33 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: 13:30:33 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: 13:30:34 DEBUG unit.abot-epc-basic/0.install Setting up ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Sonera_Class_2_Root_CA.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_3.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Certigna.pem unit-abot-epc-basic-0: 13:30:34 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: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Class_2_CA.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Gold_CA_-_G2.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_RootCA2.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:LuxTrust_Global_Root_2.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Taiwan_GRCA.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_3.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Baltimore_CyberTrust_Root.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_2.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:PSCProcert.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_Certification_Authority.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:EC-ACC.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Root_CA.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:ISRG_Root_X1.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:AC_RAIZ_FNMT-RCM.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Network_Solutions_Certificate_Authority.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3_G3.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G2.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureTrust_CA.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Class_2_Primary_CA.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Class_2_CA.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G3.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_1.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_AAA_Services_root.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Secure_Services_root.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_External_Root.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_ACES_CA_X6.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_2_Root_CA.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Deutsche_Telekom_Root_CA_2.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:TeliaSonera_Root_CA_v1.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:ePKI_Root_Certification_Authority.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:EE_Certification_Centre_Root_CA.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Global_Root_CA.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Global_Chambersign_Root.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Root_CA.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Cybertrust_Global_Root.pem unit-abot-epc-basic-0: 13:30:34 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: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R2.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G2.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Low-Value_Services_Root.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G1.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Trusted_Services_root.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Visa_eCommerce_Root.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_1.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Qualified_Certificates_Root.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Autorité_Racine.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_Root_CA_X3.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R2.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G1.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R3.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Public_Services_Root.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_CA.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_2.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:CNNIC_ROOT.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G2.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_3_Root_CA.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_4.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_1_G3.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA_2.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:ACEDICOM_Root.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:XRamp_Global_CA_Root.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Universal_Root_Certification_Authority.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Networking.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2_G3.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Commercial_Root_CA_1.pem unit-abot-epc-basic-0: 13:30:34 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Commercial.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Root_Certification_Authority.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:E-Tugra_Certification_Authority.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Secure_Global_CA.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Izenpe.com.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Trustis_FPS_Root_CA.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:UTN_USERFirst_Hardware_Root_CA.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureSign_RootCA11.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G3.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Trusted_Root_G4.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:SZAFIR_ROOT_CA2.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G3.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:certSIGN_ROOT_CA.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Atos_TrustedRoot_2011.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Hongkong_Post_Root_CA_1.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Global_Chambersign_Root_-_2008.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_Root_CA.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Microsec_e-Szigno_Root_CA_2009.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:CFCA_EV_ROOT.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA_2.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Chambers_of_Commerce_Root_-_2008.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G2.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G2.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G3.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_EV_CA_2.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_EV_RootCA1.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:ACCVRAIZ1.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_CA.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_2.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium_ECC.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:Actalis_Authentication_Root_CA.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Silver_CA_-_G2.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R1.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA_2.pem unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 13:30:35 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre:amd64 (8u171-b11-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:30:35 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: 13:30:35 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk-headless:amd64 (8u171-b11-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:30:35 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: 13:30:35 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: 13:30:35 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: 13:30:35 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: 13:30:35 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: 13:30:35 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: 13:30:35 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: 13:30:35 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: 13:30:35 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: 13:30:35 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: 13:30:35 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: 13:30:35 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: 13:30:35 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: 13:30:35 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: 13:30:36 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: 13:30:36 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: 13:30:36 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: 13:30:36 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: 13:30:36 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: 13:30:37 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: 13:30:37 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: 13:30:37 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: 13:30:38 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: 13:30:39 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: 13:30:40 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: 13:30:40 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: 13:30:40 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: 13:30:40 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk:amd64 (8u171-b11-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:30:40 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: 13:30:40 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: 13:30:40 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 13:30:41 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 13:30:42 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 13:30:43 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 13:30:44 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 13:30:44 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 13:30:44 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 13:30:44 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:30:44 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 13:30:44 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 13:30:45 DEBUG unit.abot-epc-basic/0.install --2018-08-05 13:30:45-- http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.1_all.deb unit-abot-epc-basic-0: 13:30:45 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... connected. unit-abot-epc-basic-0: 13:30:46 DEBUG unit.abot-epc-basic/0.install HTTP request sent, awaiting response... 200 OK unit-abot-epc-basic-0: 13:30:46 DEBUG unit.abot-epc-basic/0.install Length: 47812762 (46M) [application/x-debian-package] unit-abot-epc-basic-0: 13:30:46 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: 13:30:46 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:30:46 DEBUG unit.abot-epc-basic/0.install 0K .......... .......... .......... .......... .......... 0% 92.2K 8m26s unit-abot-epc-basic-0: 13:30:46 DEBUG unit.abot-epc-basic/0.install 50K .......... .......... .......... .......... .......... 0% 181K 6m21s unit-abot-epc-basic-0: 13:30:46 DEBUG unit.abot-epc-basic/0.install 100K .......... .......... .......... .......... .......... 0% 11.1M 4m15s unit-abot-epc-basic-0: 13:30:46 DEBUG unit.abot-epc-basic/0.install 150K .......... .......... .......... .......... .......... 0% 11.9M 3m12s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 200K .......... .......... .......... .......... .......... 0% 190K 3m22s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 250K .......... .......... .......... .......... .......... 0% 11.3M 2m49s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 300K .......... .......... .......... .......... .......... 0% 11.0M 2m25s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 350K .......... .......... .......... .......... .......... 0% 11.1M 2m8s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 400K .......... .......... .......... .......... .......... 0% 198K 2m19s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 450K .......... .......... .......... .......... .......... 1% 11.0M 2m6s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 500K .......... .......... .......... .......... .......... 1% 4.32M 1m55s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 550K .......... .......... .......... .......... .......... 1% 50.1M 1m45s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 600K .......... .......... .......... .......... .......... 1% 23.5M 97s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 650K .......... .......... .......... .......... .......... 1% 15.3M 90s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 700K .......... .......... .......... .......... .......... 1% 11.3M 85s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 750K .......... .......... .......... .......... .......... 1% 11.3M 79s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 800K .......... .......... .......... .......... .......... 1% 6.43M 75s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 850K .......... .......... .......... .......... .......... 1% 211K 83s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 900K .......... .......... .......... .......... .......... 2% 10.6M 79s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 950K .......... .......... .......... .......... .......... 2% 11.7M 75s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 1000K .......... .......... .......... .......... .......... 2% 11.2M 71s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 1050K .......... .......... .......... .......... .......... 2% 11.3M 68s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 1100K .......... .......... .......... .......... .......... 2% 11.2M 65s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 1150K .......... .......... .......... .......... .......... 2% 10.8M 63s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 1200K .......... .......... .......... .......... .......... 2% 11.8M 60s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 1250K .......... .......... .......... .......... .......... 2% 10.8M 58s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 1300K .......... .......... .......... .......... .......... 2% 11.2M 56s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 1350K .......... .......... .......... .......... .......... 2% 11.3M 54s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 1400K .......... .......... .......... .......... .......... 3% 11.1M 52s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 1450K .......... .......... .......... .......... .......... 3% 11.1M 51s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 1500K .......... .......... .......... .......... .......... 3% 11.1M 49s unit-abot-epc-basic-0: 13:30:47 DEBUG unit.abot-epc-basic/0.install 1550K .......... .......... .......... .......... .......... 3% 11.4M 48s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 1600K .......... .......... .......... .......... .......... 3% 167K 54s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 1650K .......... .......... .......... .......... .......... 3% 24.5M 53s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 1700K .......... .......... .......... .......... .......... 3% 86.5M 51s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 1750K .......... .......... .......... .......... .......... 3% 86.6M 50s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 1800K .......... .......... .......... .......... .......... 3% 86.1M 48s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 1850K .......... .......... .......... .......... .......... 4% 93.2M 47s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 1900K .......... .......... .......... .......... .......... 4% 87.9M 46s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 1950K .......... .......... .......... .......... .......... 4% 88.2M 45s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 2000K .......... .......... .......... .......... .......... 4% 83.1M 43s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 2050K .......... .......... .......... .......... .......... 4% 98.9M 42s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 2100K .......... .......... .......... .......... .......... 4% 95.3M 41s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 2150K .......... .......... .......... .......... .......... 4% 100M 40s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 2200K .......... .......... .......... .......... .......... 4% 83.4M 39s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 2250K .......... .......... .......... .......... .......... 4% 102M 39s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 2300K .......... .......... .......... .......... .......... 5% 109M 38s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 2350K .......... .......... .......... .......... .......... 5% 114M 37s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 2400K .......... .......... .......... .......... .......... 5% 221K 40s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 2450K .......... .......... .......... .......... .......... 5% 13.7M 39s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 2500K .......... .......... .......... .......... .......... 5% 19.2M 39s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 2550K .......... .......... .......... .......... .......... 5% 19.9M 38s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 2600K .......... .......... .......... .......... .......... 5% 15.7M 37s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 2650K .......... .......... .......... .......... .......... 5% 17.8M 37s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 2700K .......... .......... .......... .......... .......... 5% 17.1M 36s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 2750K .......... .......... .......... .......... .......... 5% 17.1M 35s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 2800K .......... .......... .......... .......... .......... 6% 16.6M 35s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 2850K .......... .......... .......... .......... .......... 6% 15.7M 34s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 2900K .......... .......... .......... .......... .......... 6% 22.7M 33s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 2950K .......... .......... .......... .......... .......... 6% 20.2M 33s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 3000K .......... .......... .......... .......... .......... 6% 19.2M 32s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 3050K .......... .......... .......... .......... .......... 6% 16.9M 32s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 3100K .......... .......... .......... .......... .......... 6% 21.6M 31s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 3150K .......... .......... .......... .......... .......... 6% 23.9M 31s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 3200K .......... .......... .......... .......... .......... 6% 25.7M 30s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 3250K .......... .......... .......... .......... .......... 7% 76.5M 30s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 3300K .......... .......... .......... .......... .......... 7% 77.3M 29s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 3350K .......... .......... .......... .......... .......... 7% 71.5M 29s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 3400K .......... .......... .......... .......... .......... 7% 11.9M 29s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 3450K .......... .......... .......... .......... .......... 7% 11.2M 28s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 3500K .......... .......... .......... .......... .......... 7% 313K 30s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 3550K .......... .......... .......... .......... .......... 7% 6.60M 29s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 3600K .......... .......... .......... .......... .......... 7% 7.81M 29s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 3650K .......... .......... .......... .......... .......... 7% 937K 29s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 3700K .......... .......... .......... .......... .......... 8% 11.4M 29s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 3750K .......... .......... .......... .......... .......... 8% 11.6M 28s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 3800K .......... .......... .......... .......... .......... 8% 10.9M 28s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 3850K .......... .......... .......... .......... .......... 8% 11.2M 28s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 3900K .......... .......... .......... .......... .......... 8% 11.1M 27s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 3950K .......... .......... .......... .......... .......... 8% 11.0M 27s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 4000K .......... .......... .......... .......... .......... 8% 11.4M 27s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 4050K .......... .......... .......... .......... .......... 8% 11.2M 26s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 4100K .......... .......... .......... .......... .......... 8% 11.3M 26s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 4150K .......... .......... .......... .......... .......... 8% 181K 29s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 4200K .......... .......... .......... .......... .......... 9% 20.3M 28s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 4250K .......... .......... .......... .......... .......... 9% 85.4M 28s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 4300K .......... .......... .......... .......... .......... 9% 76.3M 27s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 4350K .......... .......... .......... .......... .......... 9% 73.4M 27s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 4400K .......... .......... .......... .......... .......... 9% 74.8M 27s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 4450K .......... .......... .......... .......... .......... 9% 76.1M 26s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 4500K .......... .......... .......... .......... .......... 9% 79.7M 26s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 4550K .......... .......... .......... .......... .......... 9% 74.2M 26s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 4600K .......... .......... .......... .......... .......... 9% 81.4M 26s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 4650K .......... .......... .......... .......... .......... 10% 91.7M 25s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 4700K .......... .......... .......... .......... .......... 10% 94.9M 25s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 4750K .......... .......... .......... .......... .......... 10% 80.0M 25s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 4800K .......... .......... .......... .......... .......... 10% 99.1M 24s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 4850K .......... .......... .......... .......... .......... 10% 99.8M 24s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 4900K .......... .......... .......... .......... .......... 10% 99.9M 24s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 4950K .......... .......... .......... .......... .......... 10% 91.8M 24s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 5000K .......... .......... .......... .......... .......... 10% 107M 23s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 5050K .......... .......... .......... .......... .......... 10% 101M 23s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 5100K .......... .......... .......... .......... .......... 11% 106M 23s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 5150K .......... .......... .......... .......... .......... 11% 88.5M 23s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 5200K .......... .......... .......... .......... .......... 11% 108M 22s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 5250K .......... .......... .......... .......... .......... 11% 106M 22s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 5300K .......... .......... .......... .......... .......... 11% 98.6M 22s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 5350K .......... .......... .......... .......... .......... 11% 92.5M 22s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 5400K .......... .......... .......... .......... .......... 11% 105M 21s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 5450K .......... .......... .......... .......... .......... 11% 9.30M 21s unit-abot-epc-basic-0: 13:30:48 DEBUG unit.abot-epc-basic/0.install 5500K .......... .......... .......... .......... .......... 11% 7.90M 21s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 5550K .......... .......... .......... .......... .......... 11% 398K 22s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 5600K .......... .......... .......... .......... .......... 12% 4.90M 22s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 5650K .......... .......... .......... .......... .......... 12% 846K 22s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 5700K .......... .......... .......... .......... .......... 12% 8.34M 22s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 5750K .......... .......... .......... .......... .......... 12% 5.38M 22s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 5800K .......... .......... .......... .......... .......... 12% 8.28M 21s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 5850K .......... .......... .......... .......... .......... 12% 7.78M 21s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 5900K .......... .......... .......... .......... .......... 12% 7.18M 21s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 5950K .......... .......... .......... .......... .......... 12% 10.3M 21s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 6000K .......... .......... .......... .......... .......... 12% 10.1M 21s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 6050K .......... .......... .......... .......... .......... 13% 10.7M 21s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 6100K .......... .......... .......... .......... .......... 13% 11.3M 20s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 6150K .......... .......... .......... .......... .......... 13% 10.9M 20s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 6200K .......... .......... .......... .......... .......... 13% 11.0M 20s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 6250K .......... .......... .......... .......... .......... 13% 11.6M 20s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 6300K .......... .......... .......... .......... .......... 13% 10.6M 20s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 6350K .......... .......... .......... .......... .......... 13% 11.5M 20s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 6400K .......... .......... .......... .......... .......... 13% 403K 20s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 6450K .......... .......... .......... .......... .......... 13% 4.79M 20s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 6500K .......... .......... .......... .......... .......... 14% 898K 20s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 6550K .......... .......... .......... .......... .......... 14% 6.36M 20s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 6600K .......... .......... .......... .......... .......... 14% 5.37M 20s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 6650K .......... .......... .......... .......... .......... 14% 10.3M 20s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 6700K .......... .......... .......... .......... .......... 14% 6.94M 20s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 6750K .......... .......... .......... .......... .......... 14% 6.11M 20s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 6800K .......... .......... .......... .......... .......... 14% 9.11M 19s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 6850K .......... .......... .......... .......... .......... 14% 10.7M 19s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 6900K .......... .......... .......... .......... .......... 14% 10.3M 19s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 6950K .......... .......... .......... .......... .......... 14% 9.03M 19s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 7000K .......... .......... .......... .......... .......... 15% 10.1M 19s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 7050K .......... .......... .......... .......... .......... 15% 9.46M 19s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 7100K .......... .......... .......... .......... .......... 15% 11.0M 19s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 7150K .......... .......... .......... .......... .......... 15% 9.67M 19s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 7200K .......... .......... .......... .......... .......... 15% 18.6M 18s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 7250K .......... .......... .......... .......... .......... 15% 416K 19s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 7300K .......... .......... .......... .......... .......... 15% 4.89M 19s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 7350K .......... .......... .......... .......... .......... 15% 878K 19s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 7400K .......... .......... .......... .......... .......... 15% 7.44M 19s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 7450K .......... .......... .......... .......... .......... 16% 5.78M 19s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 7500K .......... .......... .......... .......... .......... 16% 8.39M 19s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 7550K .......... .......... .......... .......... .......... 16% 5.48M 19s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 7600K .......... .......... .......... .......... .......... 16% 6.16M 18s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 7650K .......... .......... .......... .......... .......... 16% 9.78M 18s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 7700K .......... .......... .......... .......... .......... 16% 10.3M 18s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 7750K .......... .......... .......... .......... .......... 16% 6.67M 18s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 7800K .......... .......... .......... .......... .......... 16% 11.0M 18s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 7850K .......... .......... .......... .......... .......... 16% 11.5M 18s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 7900K .......... .......... .......... .......... .......... 17% 11.1M 18s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 7950K .......... .......... .......... .......... .......... 17% 11.2M 18s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 8000K .......... .......... .......... .......... .......... 17% 11.3M 18s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 8050K .......... .......... .......... .......... .......... 17% 11.3M 17s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 8100K .......... .......... .......... .......... .......... 17% 506K 18s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 8150K .......... .......... .......... .......... .......... 17% 1.70M 18s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 8200K .......... .......... .......... .......... .......... 17% 832K 18s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 8250K .......... .......... .......... .......... .......... 17% 6.86M 18s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 8300K .......... .......... .......... .......... .......... 17% 6.02M 18s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 8350K .......... .......... .......... .......... .......... 17% 6.39M 18s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 8400K .......... .......... .......... .......... .......... 18% 8.07M 18s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 8450K .......... .......... .......... .......... .......... 18% 5.10M 17s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 8500K .......... .......... .......... .......... .......... 18% 7.82M 17s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 8550K .......... .......... .......... .......... .......... 18% 10.2M 17s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 8600K .......... .......... .......... .......... .......... 18% 8.07M 17s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 8650K .......... .......... .......... .......... .......... 18% 6.59M 17s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 8700K .......... .......... .......... .......... .......... 18% 9.77M 17s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 8750K .......... .......... .......... .......... .......... 18% 9.79M 17s unit-abot-epc-basic-0: 13:30:49 DEBUG unit.abot-epc-basic/0.install 8800K .......... .......... .......... .......... .......... 18% 11.3M 17s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 8850K .......... .......... .......... .......... .......... 19% 11.1M 17s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 8900K .......... .......... .......... .......... .......... 19% 11.4M 17s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 8950K .......... .......... .......... .......... .......... 19% 11.1M 16s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 9000K .......... .......... .......... .......... .......... 19% 431K 17s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 9050K .......... .......... .......... .......... .......... 19% 4.43M 17s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 9100K .......... .......... .......... .......... .......... 19% 811K 17s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 9150K .......... .......... .......... .......... .......... 19% 9.45M 17s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 9200K .......... .......... .......... .......... .......... 19% 4.82M 17s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 9250K .......... .......... .......... .......... .......... 19% 7.32M 17s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 9300K .......... .......... .......... .......... .......... 20% 8.00M 17s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 9350K .......... .......... .......... .......... .......... 20% 5.65M 16s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 9400K .......... .......... .......... .......... .......... 20% 7.73M 16s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 9450K .......... .......... .......... .......... .......... 20% 11.2M 16s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 9500K .......... .......... .......... .......... .......... 20% 10.4M 16s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 9550K .......... .......... .......... .......... .......... 20% 8.09M 16s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 9600K .......... .......... .......... .......... .......... 20% 10.8M 16s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 9650K .......... .......... .......... .......... .......... 20% 9.90M 16s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 9700K .......... .......... .......... .......... .......... 20% 11.7M 16s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 9750K .......... .......... .......... .......... .......... 20% 10.7M 16s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 9800K .......... .......... .......... .......... .......... 21% 11.0M 16s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 9850K .......... .......... .......... .......... .......... 21% 11.6M 16s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 9900K .......... .......... .......... .......... .......... 21% 444K 16s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 9950K .......... .......... .......... .......... .......... 21% 5.77M 16s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 10000K .......... .......... .......... .......... .......... 21% 844K 16s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 10050K .......... .......... .......... .......... .......... 21% 10.0M 16s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 10100K .......... .......... .......... .......... .......... 21% 5.28M 16s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 10150K .......... .......... .......... .......... .......... 21% 6.90M 16s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 10200K .......... .......... .......... .......... .......... 21% 8.01M 16s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 10250K .......... .......... .......... .......... .......... 22% 6.09M 16s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 10300K .......... .......... .......... .......... .......... 22% 8.17M 16s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 10350K .......... .......... .......... .......... .......... 22% 8.29M 15s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 10400K .......... .......... .......... .......... .......... 22% 10.9M 15s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 10450K .......... .......... .......... .......... .......... 22% 8.43M 15s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 10500K .......... .......... .......... .......... .......... 22% 10.3M 15s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 10550K .......... .......... .......... .......... .......... 22% 11.0M 15s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 10600K .......... .......... .......... .......... .......... 22% 11.1M 15s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 10650K .......... .......... .......... .......... .......... 22% 10.4M 15s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 10700K .......... .......... .......... .......... .......... 23% 11.0M 15s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 10750K .......... .......... .......... .......... .......... 23% 11.6M 15s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 10800K .......... .......... .......... .......... .......... 23% 442K 15s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 10850K .......... .......... .......... .......... .......... 23% 5.78M 15s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 10900K .......... .......... .......... .......... .......... 23% 843K 15s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 10950K .......... .......... .......... .......... .......... 23% 8.94M 15s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 11000K .......... .......... .......... .......... .......... 23% 5.86M 15s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 11050K .......... .......... .......... .......... .......... 23% 5.75M 15s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 11100K .......... .......... .......... .......... .......... 23% 7.24M 15s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 11150K .......... .......... .......... .......... .......... 23% 6.11M 15s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 11200K .......... .......... .......... .......... .......... 24% 6.85M 15s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 11250K .......... .......... .......... .......... .......... 24% 7.93M 15s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 11300K .......... .......... .......... .......... .......... 24% 11.2M 15s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 11350K .......... .......... .......... .......... .......... 24% 10.6M 15s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 11400K .......... .......... .......... .......... .......... 24% 8.72M 15s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 11450K .......... .......... .......... .......... .......... 24% 9.44M 14s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 11500K .......... .......... .......... .......... .......... 24% 10.6M 14s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 11550K .......... .......... .......... .......... .......... 24% 10.3M 14s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 11600K .......... .......... .......... .......... .......... 24% 10.5M 14s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 11650K .......... .......... .......... .......... .......... 25% 11.4M 14s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 11700K .......... .......... .......... .......... .......... 25% 450K 14s unit-abot-epc-basic-0: 13:30:50 DEBUG unit.abot-epc-basic/0.install 11750K .......... .......... .......... .......... .......... 25% 4.15M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 11800K .......... .......... .......... .......... .......... 25% 825K 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 11850K .......... .......... .......... .......... .......... 25% 5.50M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 11900K .......... .......... .......... .......... .......... 25% 9.66M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 11950K .......... .......... .......... .......... .......... 25% 5.96M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 12000K .......... .......... .......... .......... .......... 25% 6.21M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 12050K .......... .......... .......... .......... .......... 25% 7.58M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 12100K .......... .......... .......... .......... .......... 26% 5.41M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 12150K .......... .......... .......... .......... .......... 26% 7.53M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 12200K .......... .......... .......... .......... .......... 26% 8.48M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 12250K .......... .......... .......... .......... .......... 26% 10.1M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 12300K .......... .......... .......... .......... .......... 26% 9.14M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 12350K .......... .......... .......... .......... .......... 26% 10.4M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 12400K .......... .......... .......... .......... .......... 26% 9.36M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 12450K .......... .......... .......... .......... .......... 26% 10.6M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 12500K .......... .......... .......... .......... .......... 26% 10.5M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 12550K .......... .......... .......... .......... .......... 26% 10.4M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 12600K .......... .......... .......... .......... .......... 27% 85.6K 15s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 12650K .......... .......... .......... .......... .......... 27% 64.0M 15s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 12700K .......... .......... .......... .......... .......... 27% 78.8M 15s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 12750K .......... .......... .......... .......... .......... 27% 80.5M 15s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 12800K .......... .......... .......... .......... .......... 27% 73.3M 15s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 12850K .......... .......... .......... .......... .......... 27% 77.7M 15s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 12900K .......... .......... .......... .......... .......... 27% 86.3M 15s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 12950K .......... .......... .......... .......... .......... 27% 91.0M 15s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 13000K .......... .......... .......... .......... .......... 27% 81.0M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 13050K .......... .......... .......... .......... .......... 28% 95.7M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 13100K .......... .......... .......... .......... .......... 28% 94.1M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 13150K .......... .......... .......... .......... .......... 28% 99.7M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 13200K .......... .......... .......... .......... .......... 28% 81.3M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 13250K .......... .......... .......... .......... .......... 28% 98.1M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 13300K .......... .......... .......... .......... .......... 28% 699K 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 13350K .......... .......... .......... .......... .......... 28% 5.75M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 13400K .......... .......... .......... .......... .......... 28% 700K 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 13450K .......... .......... .......... .......... .......... 28% 66.1M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 13500K .......... .......... .......... .......... .......... 29% 11.3M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 13550K .......... .......... .......... .......... .......... 29% 8.02M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 13600K .......... .......... .......... .......... .......... 29% 74.6M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 13650K .......... .......... .......... .......... .......... 29% 75.6M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 13700K .......... .......... .......... .......... .......... 29% 72.3M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 13750K .......... .......... .......... .......... .......... 29% 70.5M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 13800K .......... .......... .......... .......... .......... 29% 84.8M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 13850K .......... .......... .......... .......... .......... 29% 70.8M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 13900K .......... .......... .......... .......... .......... 29% 88.4M 14s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 13950K .......... .......... .......... .......... .......... 29% 78.0M 13s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 14000K .......... .......... .......... .......... .......... 30% 3.69M 13s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 14050K .......... .......... .......... .......... .......... 30% 3.80M 13s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 14100K .......... .......... .......... .......... .......... 30% 2.98M 13s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 14150K .......... .......... .......... .......... .......... 30% 2.18M 13s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 14200K .......... .......... .......... .......... .......... 30% 1.50M 13s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 14250K .......... .......... .......... .......... .......... 30% 11.2M 13s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 14300K .......... .......... .......... .......... .......... 30% 11.1M 13s unit-abot-epc-basic-0: 13:30:51 DEBUG unit.abot-epc-basic/0.install 14350K .......... .......... .......... .......... .......... 30% 11.2M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 14400K .......... .......... .......... .......... .......... 30% 737K 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 14450K .......... .......... .......... .......... .......... 31% 662K 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 14500K .......... .......... .......... .......... .......... 31% 11.8M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 14550K .......... .......... .......... .......... .......... 31% 10.8M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 14600K .......... .......... .......... .......... .......... 31% 11.3M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 14650K .......... .......... .......... .......... .......... 31% 4.80M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 14700K .......... .......... .......... .......... .......... 31% 3.39M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 14750K .......... .......... .......... .......... .......... 31% 3.72M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 14800K .......... .......... .......... .......... .......... 31% 1.92M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 14850K .......... .......... .......... .......... .......... 31% 1.28M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 14900K .......... .......... .......... .......... .......... 32% 10.7M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 14950K .......... .......... .......... .......... .......... 32% 10.9M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 15000K .......... .......... .......... .......... .......... 32% 11.6M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 15050K .......... .......... .......... .......... .......... 32% 791K 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 15100K .......... .......... .......... .......... .......... 32% 644K 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 15150K .......... .......... .......... .......... .......... 32% 6.27M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 15200K .......... .......... .......... .......... .......... 32% 11.1M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 15250K .......... .......... .......... .......... .......... 32% 10.3M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 15300K .......... .......... .......... .......... .......... 32% 9.62M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 15350K .......... .......... .......... .......... .......... 32% 2.81M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 15400K .......... .......... .......... .......... .......... 33% 4.38M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 15450K .......... .......... .......... .......... .......... 33% 2.62M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 15500K .......... .......... .......... .......... .......... 33% 968K 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 15550K .......... .......... .......... .......... .......... 33% 9.61M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 15600K .......... .......... .......... .......... .......... 33% 11.1M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 15650K .......... .......... .......... .......... .......... 33% 10.9M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 15700K .......... .......... .......... .......... .......... 33% 1.34M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 15750K .......... .......... .......... .......... .......... 33% 1.45M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 15800K .......... .......... .......... .......... .......... 33% 664K 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 15850K .......... .......... .......... .......... .......... 34% 7.02M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 15900K .......... .......... .......... .......... .......... 34% 10.5M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 15950K .......... .......... .......... .......... .......... 34% 11.3M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 16000K .......... .......... .......... .......... .......... 34% 11.1M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 16050K .......... .......... .......... .......... .......... 34% 3.26M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 16100K .......... .......... .......... .......... .......... 34% 4.60M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 16150K .......... .......... .......... .......... .......... 34% 2.19M 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 16200K .......... .......... .......... .......... .......... 34% 1018K 13s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 16250K .......... .......... .......... .......... .......... 34% 8.90M 12s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 16300K .......... .......... .......... .......... .......... 35% 11.4M 12s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 16350K .......... .......... .......... .......... .......... 35% 9.89M 12s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 16400K .......... .......... .......... .......... .......... 35% 1023K 12s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 16450K .......... .......... .......... .......... .......... 35% 2.39M 12s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 16500K .......... .......... .......... .......... .......... 35% 698K 12s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 16550K .......... .......... .......... .......... .......... 35% 7.70M 12s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 16600K .......... .......... .......... .......... .......... 35% 9.87M 12s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 16650K .......... .......... .......... .......... .......... 35% 11.2M 12s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 16700K .......... .......... .......... .......... .......... 35% 11.0M 12s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 16750K .......... .......... .......... .......... .......... 35% 3.84M 12s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 16800K .......... .......... .......... .......... .......... 36% 4.57M 12s unit-abot-epc-basic-0: 13:30:52 DEBUG unit.abot-epc-basic/0.install 16850K .......... .......... .......... .......... .......... 36% 2.10M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 16900K .......... .......... .......... .......... .......... 36% 1005K 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 16950K .......... .......... .......... .......... .......... 36% 8.60M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 17000K .......... .......... .......... .......... .......... 36% 10.9M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 17050K .......... .......... .......... .......... .......... 36% 11.2M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 17100K .......... .......... .......... .......... .......... 36% 1.06M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 17150K .......... .......... .......... .......... .......... 36% 2.30M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 17200K .......... .......... .......... .......... .......... 36% 652K 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 17250K .......... .......... .......... .......... .......... 37% 6.32M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 17300K .......... .......... .......... .......... .......... 37% 9.11M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 17350K .......... .......... .......... .......... .......... 37% 9.32M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 17400K .......... .......... .......... .......... .......... 37% 11.3M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 17450K .......... .......... .......... .......... .......... 37% 4.53M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 17500K .......... .......... .......... .......... .......... 37% 4.67M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 17550K .......... .......... .......... .......... .......... 37% 2.62M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 17600K .......... .......... .......... .......... .......... 37% 992K 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 17650K .......... .......... .......... .......... .......... 37% 5.38M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 17700K .......... .......... .......... .......... .......... 38% 9.18M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 17750K .......... .......... .......... .......... .......... 38% 11.0M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 17800K .......... .......... .......... .......... .......... 38% 11.4M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 17850K .......... .......... .......... .......... .......... 38% 875K 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 17900K .......... .......... .......... .......... .......... 38% 977K 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 17950K .......... .......... .......... .......... .......... 38% 1.35M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 18000K .......... .......... .......... .......... .......... 38% 6.74M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 18050K .......... .......... .......... .......... .......... 38% 8.35M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 18100K .......... .......... .......... .......... .......... 38% 11.4M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 18150K .......... .......... .......... .......... .......... 38% 11.3M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 18200K .......... .......... .......... .......... .......... 39% 5.45M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 18250K .......... .......... .......... .......... .......... 39% 3.81M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 18300K .......... .......... .......... .......... .......... 39% 183K 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 18350K .......... .......... .......... .......... .......... 39% 78.9M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 18400K .......... .......... .......... .......... .......... 39% 87.7M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 18450K .......... .......... .......... .......... .......... 39% 83.2M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 18500K .......... .......... .......... .......... .......... 39% 530K 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 18550K .......... .......... .......... .......... .......... 39% 1.10M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 18600K .......... .......... .......... .......... .......... 39% 87.7M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 18650K .......... .......... .......... .......... .......... 40% 85.6M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 18700K .......... .......... .......... .......... .......... 40% 84.0M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 18750K .......... .......... .......... .......... .......... 40% 75.0M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 18800K .......... .......... .......... .......... .......... 40% 83.4M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 18850K .......... .......... .......... .......... .......... 40% 91.6M 12s unit-abot-epc-basic-0: 13:30:53 DEBUG unit.abot-epc-basic/0.install 18900K .......... .......... .......... .......... .......... 40% 82.2M 12s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 18950K .......... .......... .......... .......... .......... 40% 429K 12s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 19000K .......... .......... .......... .......... .......... 40% 4.38M 12s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 19050K .......... .......... .......... .......... .......... 40% 78.5M 12s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 19100K .......... .......... .......... .......... .......... 41% 73.6M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 19150K .......... .......... .......... .......... .......... 41% 88.3M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 19200K .......... .......... .......... .......... .......... 41% 73.1M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 19250K .......... .......... .......... .......... .......... 41% 89.9M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 19300K .......... .......... .......... .......... .......... 41% 92.7M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 19350K .......... .......... .......... .......... .......... 41% 89.7M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 19400K .......... .......... .......... .......... .......... 41% 23.0M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 19450K .......... .......... .......... .......... .......... 41% 857K 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 19500K .......... .......... .......... .......... .......... 41% 3.53M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 19550K .......... .......... .......... .......... .......... 41% 6.66M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 19600K .......... .......... .......... .......... .......... 42% 3.81M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 19650K .......... .......... .......... .......... .......... 42% 943K 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 19700K .......... .......... .......... .......... .......... 42% 640K 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 19750K .......... .......... .......... .......... .......... 42% 3.54M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 19800K .......... .......... .......... .......... .......... 42% 6.95M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 19850K .......... .......... .......... .......... .......... 42% 8.41M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 19900K .......... .......... .......... .......... .......... 42% 3.02M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 19950K .......... .......... .......... .......... .......... 42% 1.02M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 20000K .......... .......... .......... .......... .......... 42% 3.14M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 20050K .......... .......... .......... .......... .......... 43% 3.49M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 20100K .......... .......... .......... .......... .......... 43% 6.71M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 20150K .......... .......... .......... .......... .......... 43% 1003K 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 20200K .......... .......... .......... .......... .......... 43% 646K 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 20250K .......... .......... .......... .......... .......... 43% 3.58M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 20300K .......... .......... .......... .......... .......... 43% 4.41M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 20350K .......... .......... .......... .......... .......... 43% 5.41M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 20400K .......... .......... .......... .......... .......... 43% 8.59M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 20450K .......... .......... .......... .......... .......... 43% 3.21M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 20500K .......... .......... .......... .......... .......... 44% 928K 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 20550K .......... .......... .......... .......... .......... 44% 3.16M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 20600K .......... .......... .......... .......... .......... 44% 4.30M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 20650K .......... .......... .......... .......... .......... 44% 8.91M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 20700K .......... .......... .......... .......... .......... 44% 975K 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 20750K .......... .......... .......... .......... .......... 44% 637K 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 20800K .......... .......... .......... .......... .......... 44% 3.35M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 20850K .......... .......... .......... .......... .......... 44% 4.97M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 20900K .......... .......... .......... .......... .......... 44% 4.91M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 20950K .......... .......... .......... .......... .......... 44% 8.96M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 21000K .......... .......... .......... .......... .......... 45% 3.45M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 21050K .......... .......... .......... .......... .......... 45% 898K 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 21100K .......... .......... .......... .......... .......... 45% 3.32M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 21150K .......... .......... .......... .......... .......... 45% 4.33M 11s unit-abot-epc-basic-0: 13:30:54 DEBUG unit.abot-epc-basic/0.install 21200K .......... .......... .......... .......... .......... 45% 5.94M 11s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 21250K .......... .......... .......... .......... .......... 45% 1022K 11s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 21300K .......... .......... .......... .......... .......... 45% 643K 11s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 21350K .......... .......... .......... .......... .......... 45% 3.08M 11s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 21400K .......... .......... .......... .......... .......... 45% 4.43M 11s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 21450K .......... .......... .......... .......... .......... 46% 4.39M 11s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 21500K .......... .......... .......... .......... .......... 46% 8.95M 11s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 21550K .......... .......... .......... .......... .......... 46% 3.51M 11s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 21600K .......... .......... .......... .......... .......... 46% 955K 11s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 21650K .......... .......... .......... .......... .......... 46% 3.40M 11s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 21700K .......... .......... .......... .......... .......... 46% 3.93M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 21750K .......... .......... .......... .......... .......... 46% 4.99M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 21800K .......... .......... .......... .......... .......... 46% 1.04M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 21850K .......... .......... .......... .......... .......... 46% 677K 11s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 21900K .......... .......... .......... .......... .......... 47% 2.80M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 21950K .......... .......... .......... .......... .......... 47% 3.83M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 22000K .......... .......... .......... .......... .......... 47% 4.05M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 22050K .......... .......... .......... .......... .......... 47% 7.45M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 22100K .......... .......... .......... .......... .......... 47% 4.47M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 22150K .......... .......... .......... .......... .......... 47% 2.81M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 22200K .......... .......... .......... .......... .......... 47% 1011K 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 22250K .......... .......... .......... .......... .......... 47% 3.58M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 22300K .......... .......... .......... .......... .......... 47% 5.01M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 22350K .......... .......... .......... .......... .......... 47% 1.98M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 22400K .......... .......... .......... .......... .......... 48% 1.58M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 22450K .......... .......... .......... .......... .......... 48% 608K 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 22500K .......... .......... .......... .......... .......... 48% 2.95M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 22550K .......... .......... .......... .......... .......... 48% 5.80M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 22600K .......... .......... .......... .......... .......... 48% 4.40M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 22650K .......... .......... .......... .......... .......... 48% 7.17M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 22700K .......... .......... .......... .......... .......... 48% 3.99M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 22750K .......... .......... .......... .......... .......... 48% 1.02M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 22800K .......... .......... .......... .......... .......... 48% 3.10M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 22850K .......... .......... .......... .......... .......... 49% 3.81M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 22900K .......... .......... .......... .......... .......... 49% 6.13M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 22950K .......... .......... .......... .......... .......... 49% 1.06M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 23000K .......... .......... .......... .......... .......... 49% 713K 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 23050K .......... .......... .......... .......... .......... 49% 2.64M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 23100K .......... .......... .......... .......... .......... 49% 3.14M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 23150K .......... .......... .......... .......... .......... 49% 6.30M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 23200K .......... .......... .......... .......... .......... 49% 4.73M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 23250K .......... .......... .......... .......... .......... 49% 8.04M 10s unit-abot-epc-basic-0: 13:30:55 DEBUG unit.abot-epc-basic/0.install 23300K .......... .......... .......... .......... .......... 50% 3.29M 10s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 23350K .......... .......... .......... .......... .......... 50% 1.02M 10s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 23400K .......... .......... .......... .......... .......... 50% 3.05M 10s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 23450K .......... .......... .......... .......... .......... 50% 4.26M 10s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 23500K .......... .......... .......... .......... .......... 50% 6.59M 10s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 23550K .......... .......... .......... .......... .......... 50% 1.11M 10s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 23600K .......... .......... .......... .......... .......... 50% 659K 10s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 23650K .......... .......... .......... .......... .......... 50% 3.28M 10s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 23700K .......... .......... .......... .......... .......... 50% 2.44M 10s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 23750K .......... .......... .......... .......... .......... 50% 6.40M 10s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 23800K .......... .......... .......... .......... .......... 51% 5.86M 10s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 23850K .......... .......... .......... .......... .......... 51% 7.83M 10s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 23900K .......... .......... .......... .......... .......... 51% 3.19M 10s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 23950K .......... .......... .......... .......... .......... 51% 1.07M 10s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 24000K .......... .......... .......... .......... .......... 51% 2.64M 10s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 24050K .......... .......... .......... .......... .......... 51% 4.88M 10s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 24100K .......... .......... .......... .......... .......... 51% 6.87M 10s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 24150K .......... .......... .......... .......... .......... 51% 1.11M 10s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 24200K .......... .......... .......... .......... .......... 51% 677K 10s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 24250K .......... .......... .......... .......... .......... 52% 2.81M 10s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 24300K .......... .......... .......... .......... .......... 52% 3.03M 10s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 24350K .......... .......... .......... .......... .......... 52% 5.86M 10s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 24400K .......... .......... .......... .......... .......... 52% 5.61M 9s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 24450K .......... .......... .......... .......... .......... 52% 9.52M 9s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 24500K .......... .......... .......... .......... .......... 52% 3.75M 9s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 24550K .......... .......... .......... .......... .......... 52% 1.02M 9s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 24600K .......... .......... .......... .......... .......... 52% 2.51M 9s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 24650K .......... .......... .......... .......... .......... 52% 4.48M 9s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 24700K .......... .......... .......... .......... .......... 53% 7.09M 9s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 24750K .......... .......... .......... .......... .......... 53% 1.09M 9s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 24800K .......... .......... .......... .......... .......... 53% 712K 9s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 24850K .......... .......... .......... .......... .......... 53% 3.24M 9s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 24900K .......... .......... .......... .......... .......... 53% 2.47M 9s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 24950K .......... .......... .......... .......... .......... 53% 8.50M 9s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 25000K .......... .......... .......... .......... .......... 53% 4.32M 9s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 25050K .......... .......... .......... .......... .......... 53% 7.09M 9s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 25100K .......... .......... .......... .......... .......... 53% 4.37M 9s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 25150K .......... .......... .......... .......... .......... 53% 986K 9s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 25200K .......... .......... .......... .......... .......... 54% 2.22M 9s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 25250K .......... .......... .......... .......... .......... 54% 4.28M 9s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 25300K .......... .......... .......... .......... .......... 54% 8.15M 9s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 25350K .......... .......... .......... .......... .......... 54% 1.11M 9s unit-abot-epc-basic-0: 13:30:56 DEBUG unit.abot-epc-basic/0.install 25400K .......... .......... .......... .......... .......... 54% 738K 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 25450K .......... .......... .......... .......... .......... 54% 2.54M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 25500K .......... .......... .......... .......... .......... 54% 2.65M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 25550K .......... .......... .......... .......... .......... 54% 7.01M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 25600K .......... .......... .......... .......... .......... 54% 4.89M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 25650K .......... .......... .......... .......... .......... 55% 7.59M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 25700K .......... .......... .......... .......... .......... 55% 4.81M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 25750K .......... .......... .......... .......... .......... 55% 983K 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 25800K .......... .......... .......... .......... .......... 55% 2.33M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 25850K .......... .......... .......... .......... .......... 55% 3.85M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 25900K .......... .......... .......... .......... .......... 55% 5.88M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 25950K .......... .......... .......... .......... .......... 55% 1.39M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 26000K .......... .......... .......... .......... .......... 55% 1.04M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 26050K .......... .......... .......... .......... .......... 55% 1.16M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 26100K .......... .......... .......... .......... .......... 56% 2.77M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 26150K .......... .......... .......... .......... .......... 56% 4.89M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 26200K .......... .......... .......... .......... .......... 56% 5.54M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 26250K .......... .......... .......... .......... .......... 56% 5.46M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 26300K .......... .......... .......... .......... .......... 56% 5.80M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 26350K .......... .......... .......... .......... .......... 56% 1.09M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 26400K .......... .......... .......... .......... .......... 56% 1.97M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 26450K .......... .......... .......... .......... .......... 56% 3.16M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 26500K .......... .......... .......... .......... .......... 56% 4.45M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 26550K .......... .......... .......... .......... .......... 56% 2.52M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 26600K .......... .......... .......... .......... .......... 57% 1.77M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 26650K .......... .......... .......... .......... .......... 57% 665K 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 26700K .......... .......... .......... .......... .......... 57% 2.82M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 26750K .......... .......... .......... .......... .......... 57% 3.60M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 26800K .......... .......... .......... .......... .......... 57% 7.45M 9s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 26850K .......... .......... .......... .......... .......... 57% 4.54M 8s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 26900K .......... .......... .......... .......... .......... 57% 6.81M 8s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 26950K .......... .......... .......... .......... .......... 57% 1.14M 8s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 27000K .......... .......... .......... .......... .......... 57% 2.57M 8s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 27050K .......... .......... .......... .......... .......... 58% 2.07M 8s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 27100K .......... .......... .......... .......... .......... 58% 4.75M 8s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 27150K .......... .......... .......... .......... .......... 58% 6.69M 8s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 27200K .......... .......... .......... .......... .......... 58% 1.17M 8s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 27250K .......... .......... .......... .......... .......... 58% 783K 8s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 27300K .......... .......... .......... .......... .......... 58% 2.57M 8s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 27350K .......... .......... .......... .......... .......... 58% 2.73M 8s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 27400K .......... .......... .......... .......... .......... 58% 5.95M 8s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 27450K .......... .......... .......... .......... .......... 58% 4.69M 8s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 27500K .......... .......... .......... .......... .......... 59% 4.63M 8s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 27550K .......... .......... .......... .......... .......... 59% 5.91M 8s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 27600K .......... .......... .......... .......... .......... 59% 1.12M 8s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 27650K .......... .......... .......... .......... .......... 59% 2.10M 8s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 27700K .......... .......... .......... .......... .......... 59% 3.50M 8s unit-abot-epc-basic-0: 13:30:57 DEBUG unit.abot-epc-basic/0.install 27750K .......... .......... .......... .......... .......... 59% 5.14M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 27800K .......... .......... .......... .......... .......... 59% 1.51M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 27850K .......... .......... .......... .......... .......... 59% 1.30M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 27900K .......... .......... .......... .......... .......... 59% 967K 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 27950K .......... .......... .......... .......... .......... 59% 2.93M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 28000K .......... .......... .......... .......... .......... 60% 4.29M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 28050K .......... .......... .......... .......... .......... 60% 9.37M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 28100K .......... .......... .......... .......... .......... 60% 3.77M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 28150K .......... .......... .......... .......... .......... 60% 5.32M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 28200K .......... .......... .......... .......... .......... 60% 1.38M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 28250K .......... .......... .......... .......... .......... 60% 1.84M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 28300K .......... .......... .......... .......... .......... 60% 2.62M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 28350K .......... .......... .......... .......... .......... 60% 3.79M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 28400K .......... .......... .......... .......... .......... 60% 7.76M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 28450K .......... .......... .......... .......... .......... 61% 1.13M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 28500K .......... .......... .......... .......... .......... 61% 784K 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 28550K .......... .......... .......... .......... .......... 61% 2.76M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 28600K .......... .......... .......... .......... .......... 61% 3.04M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 28650K .......... .......... .......... .......... .......... 61% 5.64M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 28700K .......... .......... .......... .......... .......... 61% 4.89M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 28750K .......... .......... .......... .......... .......... 61% 4.73M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 28800K .......... .......... .......... .......... .......... 61% 5.83M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 28850K .......... .......... .......... .......... .......... 61% 1.05M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 28900K .......... .......... .......... .......... .......... 62% 2.17M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 28950K .......... .......... .......... .......... .......... 62% 3.62M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 29000K .......... .......... .......... .......... .......... 62% 5.57M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 29050K .......... .......... .......... .......... .......... 62% 1.59M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 29100K .......... .......... .......... .......... .......... 62% 1.28M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 29150K .......... .......... .......... .......... .......... 62% 1.01M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 29200K .......... .......... .......... .......... .......... 62% 3.11M 8s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 29250K .......... .......... .......... .......... .......... 62% 3.93M 7s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 29300K .......... .......... .......... .......... .......... 62% 9.49M 7s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 29350K .......... .......... .......... .......... .......... 62% 3.57M 7s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 29400K .......... .......... .......... .......... .......... 63% 6.73M 7s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 29450K .......... .......... .......... .......... .......... 63% 1.35M 7s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 29500K .......... .......... .......... .......... .......... 63% 1.97M 7s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 29550K .......... .......... .......... .......... .......... 63% 2.57M 7s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 29600K .......... .......... .......... .......... .......... 63% 4.67M 7s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 29650K .......... .......... .......... .......... .......... 63% 7.38M 7s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 29700K .......... .......... .......... .......... .......... 63% 1.24M 7s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 29750K .......... .......... .......... .......... .......... 63% 747K 7s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 29800K .......... .......... .......... .......... .......... 63% 2.68M 7s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 29850K .......... .......... .......... .......... .......... 64% 2.89M 7s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 29900K .......... .......... .......... .......... .......... 64% 4.37M 7s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 29950K .......... .......... .......... .......... .......... 64% 6.21M 7s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 30000K .......... .......... .......... .......... .......... 64% 4.24M 7s unit-abot-epc-basic-0: 13:30:58 DEBUG unit.abot-epc-basic/0.install 30050K .......... .......... .......... .......... .......... 64% 6.24M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 30100K .......... .......... .......... .......... .......... 64% 997K 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 30150K .......... .......... .......... .......... .......... 64% 2.64M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 30200K .......... .......... .......... .......... .......... 64% 3.22M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 30250K .......... .......... .......... .......... .......... 64% 7.26M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 30300K .......... .......... .......... .......... .......... 65% 1.70M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 30350K .......... .......... .......... .......... .......... 65% 1.12M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 30400K .......... .......... .......... .......... .......... 65% 1004K 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 30450K .......... .......... .......... .......... .......... 65% 2.39M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 30500K .......... .......... .......... .......... .......... 65% 3.81M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 30550K .......... .......... .......... .......... .......... 65% 7.79M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 30600K .......... .......... .......... .......... .......... 65% 3.93M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 30650K .......... .......... .......... .......... .......... 65% 5.66M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 30700K .......... .......... .......... .......... .......... 65% 1.33M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 30750K .......... .......... .......... .......... .......... 65% 2.13M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 30800K .......... .......... .......... .......... .......... 66% 2.51M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 30850K .......... .......... .......... .......... .......... 66% 5.69M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 30900K .......... .......... .......... .......... .......... 66% 5.13M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 30950K .......... .......... .......... .......... .......... 66% 1.43M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 31000K .......... .......... .......... .......... .......... 66% 727K 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 31050K .......... .......... .......... .......... .......... 66% 2.64M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 31100K .......... .......... .......... .......... .......... 66% 2.83M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 31150K .......... .......... .......... .......... .......... 66% 4.40M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 31200K .......... .......... .......... .......... .......... 66% 6.16M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 31250K .......... .......... .......... .......... .......... 67% 4.87M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 31300K .......... .......... .......... .......... .......... 67% 6.15M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 31350K .......... .......... .......... .......... .......... 67% 1.02M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 31400K .......... .......... .......... .......... .......... 67% 3.01M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 31450K .......... .......... .......... .......... .......... 67% 4.40M 7s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 31500K .......... .......... .......... .......... .......... 67% 6.76M 6s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 31550K .......... .......... .......... .......... .......... 67% 1.64M 6s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 31600K .......... .......... .......... .......... .......... 67% 1.12M 6s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 31650K .......... .......... .......... .......... .......... 67% 1.05M 6s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 31700K .......... .......... .......... .......... .......... 67% 2.66M 6s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 31750K .......... .......... .......... .......... .......... 68% 4.42M 6s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 31800K .......... .......... .......... .......... .......... 68% 4.78M 6s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 31850K .......... .......... .......... .......... .......... 68% 4.10M 6s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 31900K .......... .......... .......... .......... .......... 68% 6.22M 6s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 31950K .......... .......... .......... .......... .......... 68% 1.35M 6s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 32000K .......... .......... .......... .......... .......... 68% 2.13M 6s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 32050K .......... .......... .......... .......... .......... 68% 2.98M 6s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 32100K .......... .......... .......... .......... .......... 68% 5.46M 6s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 32150K .......... .......... .......... .......... .......... 68% 5.35M 6s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 32200K .......... .......... .......... .......... .......... 69% 1.35M 6s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 32250K .......... .......... .......... .......... .......... 69% 725K 6s unit-abot-epc-basic-0: 13:30:59 DEBUG unit.abot-epc-basic/0.install 32300K .......... .......... .......... .......... .......... 69% 3.94M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 32350K .......... .......... .......... .......... .......... 69% 2.35M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 32400K .......... .......... .......... .......... .......... 69% 4.49M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 32450K .......... .......... .......... .......... .......... 69% 4.43M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 32500K .......... .......... .......... .......... .......... 69% 5.48M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 32550K .......... .......... .......... .......... .......... 69% 4.69M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 32600K .......... .......... .......... .......... .......... 69% 1.03M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 32650K .......... .......... .......... .......... .......... 70% 2.75M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 32700K .......... .......... .......... .......... .......... 70% 4.96M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 32750K .......... .......... .......... .......... .......... 70% 6.62M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 32800K .......... .......... .......... .......... .......... 70% 1.70M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 32850K .......... .......... .......... .......... .......... 70% 1006K 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 32900K .......... .......... .......... .......... .......... 70% 1.04M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 32950K .......... .......... .......... .......... .......... 70% 2.60M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 33000K .......... .......... .......... .......... .......... 70% 4.41M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 33050K .......... .......... .......... .......... .......... 70% 3.96M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 33100K .......... .......... .......... .......... .......... 70% 3.87M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 33150K .......... .......... .......... .......... .......... 71% 4.93M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 33200K .......... .......... .......... .......... .......... 71% 1.43M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 33250K .......... .......... .......... .......... .......... 71% 1.67M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 33300K .......... .......... .......... .......... .......... 71% 4.20M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 33350K .......... .......... .......... .......... .......... 71% 6.54M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 33400K .......... .......... .......... .......... .......... 71% 7.05M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 33450K .......... .......... .......... .......... .......... 71% 1.20M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 33500K .......... .......... .......... .......... .......... 71% 748K 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 33550K .......... .......... .......... .......... .......... 71% 2.68M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 33600K .......... .......... .......... .......... .......... 72% 2.50M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 33650K .......... .......... .......... .......... .......... 72% 4.90M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 33700K .......... .......... .......... .......... .......... 72% 4.24M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 33750K .......... .......... .......... .......... .......... 72% 4.20M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 33800K .......... .......... .......... .......... .......... 72% 5.05M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 33850K .......... .......... .......... .......... .......... 72% 1.05M 6s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 33900K .......... .......... .......... .......... .......... 72% 2.72M 5s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 33950K .......... .......... .......... .......... .......... 72% 4.32M 5s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 34000K .......... .......... .......... .......... .......... 72% 8.05M 5s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 34050K .......... .......... .......... .......... .......... 73% 1.93M 5s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 34100K .......... .......... .......... .......... .......... 73% 990K 5s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 34150K .......... .......... .......... .......... .......... 73% 1014K 5s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 34200K .......... .......... .......... .......... .......... 73% 2.89M 5s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 34250K .......... .......... .......... .......... .......... 73% 4.16M 5s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 34300K .......... .......... .......... .......... .......... 73% 5.48M 5s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 34350K .......... .......... .......... .......... .......... 73% 2.78M 5s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 34400K .......... .......... .......... .......... .......... 73% 7.80M 5s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 34450K .......... .......... .......... .......... .......... 73% 1.50M 5s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 34500K .......... .......... .......... .......... .......... 73% 1.63M 5s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 34550K .......... .......... .......... .......... .......... 74% 3.95M 5s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 34600K .......... .......... .......... .......... .......... 74% 5.04M 5s unit-abot-epc-basic-0: 13:31:00 DEBUG unit.abot-epc-basic/0.install 34650K .......... .......... .......... .......... .......... 74% 10.2M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 34700K .......... .......... .......... .......... .......... 74% 1.13M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 34750K .......... .......... .......... .......... .......... 74% 701K 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 34800K .......... .......... .......... .......... .......... 74% 4.37M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 34850K .......... .......... .......... .......... .......... 74% 2.36M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 34900K .......... .......... .......... .......... .......... 74% 4.79M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 34950K .......... .......... .......... .......... .......... 74% 5.18M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 35000K .......... .......... .......... .......... .......... 75% 3.99M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 35050K .......... .......... .......... .......... .......... 75% 6.19M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 35100K .......... .......... .......... .......... .......... 75% 1.07M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 35150K .......... .......... .......... .......... .......... 75% 2.81M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 35200K .......... .......... .......... .......... .......... 75% 4.21M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 35250K .......... .......... .......... .......... .......... 75% 5.60M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 35300K .......... .......... .......... .......... .......... 75% 2.64M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 35350K .......... .......... .......... .......... .......... 75% 973K 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 35400K .......... .......... .......... .......... .......... 75% 953K 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 35450K .......... .......... .......... .......... .......... 76% 3.62M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 35500K .......... .......... .......... .......... .......... 76% 3.20M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 35550K .......... .......... .......... .......... .......... 76% 6.47M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 35600K .......... .......... .......... .......... .......... 76% 3.50M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 35650K .......... .......... .......... .......... .......... 76% 5.73M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 35700K .......... .......... .......... .......... .......... 76% 1.41M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 35750K .......... .......... .......... .......... .......... 76% 1.61M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 35800K .......... .......... .......... .......... .......... 76% 4.07M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 35850K .......... .......... .......... .......... .......... 76% 4.17M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 35900K .......... .......... .......... .......... .......... 76% 7.23M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 35950K .......... .......... .......... .......... .......... 77% 1.25M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 36000K .......... .......... .......... .......... .......... 77% 773K 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 36050K .......... .......... .......... .......... .......... 77% 2.32M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 36100K .......... .......... .......... .......... .......... 77% 2.47M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 36150K .......... .......... .......... .......... .......... 77% 4.54M 5s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 36200K .......... .......... .......... .......... .......... 77% 5.97M 4s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 36250K .......... .......... .......... .......... .......... 77% 3.49M 4s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 36300K .......... .......... .......... .......... .......... 77% 8.61M 4s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 36350K .......... .......... .......... .......... .......... 77% 1.05M 4s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 36400K .......... .......... .......... .......... .......... 78% 2.43M 4s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 36450K .......... .......... .......... .......... .......... 78% 3.63M 4s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 36500K .......... .......... .......... .......... .......... 78% 6.21M 4s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 36550K .......... .......... .......... .......... .......... 78% 2.23M 4s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 36600K .......... .......... .......... .......... .......... 78% 1.32M 4s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 36650K .......... .......... .......... .......... .......... 78% 865K 4s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 36700K .......... .......... .......... .......... .......... 78% 2.79M 4s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 36750K .......... .......... .......... .......... .......... 78% 3.56M 4s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 36800K .......... .......... .......... .......... .......... 78% 6.27M 4s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 36850K .......... .......... .......... .......... .......... 79% 3.71M 4s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 36900K .......... .......... .......... .......... .......... 79% 3.93M 4s unit-abot-epc-basic-0: 13:31:01 DEBUG unit.abot-epc-basic/0.install 36950K .......... .......... .......... .......... .......... 79% 1.89M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 37000K .......... .......... .......... .......... .......... 79% 1.60M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 37050K .......... .......... .......... .......... .......... 79% 3.79M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 37100K .......... .......... .......... .......... .......... 79% 4.43M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 37150K .......... .......... .......... .......... .......... 79% 4.96M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 37200K .......... .......... .......... .......... .......... 79% 1.35M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 37250K .......... .......... .......... .......... .......... 79% 832K 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 37300K .......... .......... .......... .......... .......... 79% 1.73M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 37350K .......... .......... .......... .......... .......... 80% 2.94M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 37400K .......... .......... .......... .......... .......... 80% 4.17M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 37450K .......... .......... .......... .......... .......... 80% 6.31M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 37500K .......... .......... .......... .......... .......... 80% 3.15M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 37550K .......... .......... .......... .......... .......... 80% 5.24M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 37600K .......... .......... .......... .......... .......... 80% 1.15M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 37650K .......... .......... .......... .......... .......... 80% 2.30M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 37700K .......... .......... .......... .......... .......... 80% 4.56M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 37750K .......... .......... .......... .......... .......... 80% 4.06M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 37800K .......... .......... .......... .......... .......... 81% 6.80M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 37850K .......... .......... .......... .......... .......... 81% 1.37M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 37900K .......... .......... .......... .......... .......... 81% 714K 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 37950K .......... .......... .......... .......... .......... 81% 3.09M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 38000K .......... .......... .......... .......... .......... 81% 2.88M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 38050K .......... .......... .......... .......... .......... 81% 3.92M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 38100K .......... .......... .......... .......... .......... 81% 6.09M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 38150K .......... .......... .......... .......... .......... 81% 3.49M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 38200K .......... .......... .......... .......... .......... 81% 9.11M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 38250K .......... .......... .......... .......... .......... 82% 1.12M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 38300K .......... .......... .......... .......... .......... 82% 3.46M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 38350K .......... .......... .......... .......... .......... 82% 3.90M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 38400K .......... .......... .......... .......... .......... 82% 4.34M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 38450K .......... .......... .......... .......... .......... 82% 1.82M 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 38500K .......... .......... .......... .......... .......... 82% 1013K 4s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 38550K .......... .......... .......... .......... .......... 82% 1.14M 3s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 38600K .......... .......... .......... .......... .......... 82% 2.94M 3s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 38650K .......... .......... .......... .......... .......... 82% 3.35M 3s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 38700K .......... .......... .......... .......... .......... 82% 5.61M 3s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 38750K .......... .......... .......... .......... .......... 83% 7.31M 3s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 38800K .......... .......... .......... .......... .......... 83% 3.53M 3s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 38850K .......... .......... .......... .......... .......... 83% 2.40M 3s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 38900K .......... .......... .......... .......... .......... 83% 1.40M 3s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 38950K .......... .......... .......... .......... .......... 83% 4.05M 3s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 39000K .......... .......... .......... .......... .......... 83% 5.22M 3s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 39050K .......... .......... .......... .......... .......... 83% 3.98M 3s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 39100K .......... .......... .......... .......... .......... 83% 1.48M 3s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 39150K .......... .......... .......... .......... .......... 83% 862K 3s unit-abot-epc-basic-0: 13:31:02 DEBUG unit.abot-epc-basic/0.install 39200K .......... .......... .......... .......... .......... 84% 1.67M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 39250K .......... .......... .......... .......... .......... 84% 2.61M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 39300K .......... .......... .......... .......... .......... 84% 4.08M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 39350K .......... .......... .......... .......... .......... 84% 7.14M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 39400K .......... .......... .......... .......... .......... 84% 4.74M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 39450K .......... .......... .......... .......... .......... 84% 4.87M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 39500K .......... .......... .......... .......... .......... 84% 1.46M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 39550K .......... .......... .......... .......... .......... 84% 1.72M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 39600K .......... .......... .......... .......... .......... 84% 3.87M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 39650K .......... .......... .......... .......... .......... 85% 4.22M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 39700K .......... .......... .......... .......... .......... 85% 4.09M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 39750K .......... .......... .......... .......... .......... 85% 1.50M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 39800K .......... .......... .......... .......... .......... 85% 800K 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 39850K .......... .......... .......... .......... .......... 85% 1.89M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 39900K .......... .......... .......... .......... .......... 85% 3.00M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 39950K .......... .......... .......... .......... .......... 85% 4.34M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 40000K .......... .......... .......... .......... .......... 85% 7.04M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 40050K .......... .......... .......... .......... .......... 85% 5.26M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 40100K .......... .......... .......... .......... .......... 85% 5.01M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 40150K .......... .......... .......... .......... .......... 86% 1.20M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 40200K .......... .......... .......... .......... .......... 86% 2.41M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 40250K .......... .......... .......... .......... .......... 86% 3.40M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 40300K .......... .......... .......... .......... .......... 86% 3.27M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 40350K .......... .......... .......... .......... .......... 86% 5.88M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 40400K .......... .......... .......... .......... .......... 86% 1.57M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 40450K .......... .......... .......... .......... .......... 86% 808K 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 40500K .......... .......... .......... .......... .......... 86% 2.31M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 40550K .......... .......... .......... .......... .......... 86% 3.17M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 40600K .......... .......... .......... .......... .......... 87% 4.64M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 40650K .......... .......... .......... .......... .......... 87% 7.89M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 40700K .......... .......... .......... .......... .......... 87% 5.25M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 40750K .......... .......... .......... .......... .......... 87% 4.80M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 40800K .......... .......... .......... .......... .......... 87% 1.13M 3s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 40850K .......... .......... .......... .......... .......... 87% 2.72M 2s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 40900K .......... .......... .......... .......... .......... 87% 3.48M 2s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 40950K .......... .......... .......... .......... .......... 87% 3.22M 2s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 41000K .......... .......... .......... .......... .......... 87% 4.65M 2s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 41050K .......... .......... .......... .......... .......... 88% 1.79M 2s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 41100K .......... .......... .......... .......... .......... 88% 722K 2s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 41150K .......... .......... .......... .......... .......... 88% 2.15M 2s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 41200K .......... .......... .......... .......... .......... 88% 3.34M 2s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 41250K .......... .......... .......... .......... .......... 88% 5.09M 2s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 41300K .......... .......... .......... .......... .......... 88% 8.00M 2s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 41350K .......... .......... .......... .......... .......... 88% 5.56M 2s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 41400K .......... .......... .......... .......... .......... 88% 5.12M 2s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 41450K .......... .......... .......... .......... .......... 88% 1.16M 2s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 41500K .......... .......... .......... .......... .......... 88% 2.49M 2s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 41550K .......... .......... .......... .......... .......... 89% 3.52M 2s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 41600K .......... .......... .......... .......... .......... 89% 3.48M 2s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 41650K .......... .......... .......... .......... .......... 89% 7.25M 2s unit-abot-epc-basic-0: 13:31:03 DEBUG unit.abot-epc-basic/0.install 41700K .......... .......... .......... .......... .......... 89% 1.43M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 41750K .......... .......... .......... .......... .......... 89% 745K 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 41800K .......... .......... .......... .......... .......... 89% 2.15M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 41850K .......... .......... .......... .......... .......... 89% 3.53M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 41900K .......... .......... .......... .......... .......... 89% 5.37M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 41950K .......... .......... .......... .......... .......... 89% 7.71M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 42000K .......... .......... .......... .......... .......... 90% 5.72M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 42050K .......... .......... .......... .......... .......... 90% 5.46M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 42100K .......... .......... .......... .......... .......... 90% 1.63M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 42150K .......... .......... .......... .......... .......... 90% 1.42M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 42200K .......... .......... .......... .......... .......... 90% 3.54M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 42250K .......... .......... .......... .......... .......... 90% 4.43M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 42300K .......... .......... .......... .......... .......... 90% 5.53M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 42350K .......... .......... .......... .......... .......... 90% 1.62M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 42400K .......... .......... .......... .......... .......... 90% 987K 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 42450K .......... .......... .......... .......... .......... 91% 1.32M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 42500K .......... .......... .......... .......... .......... 91% 3.02M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 42550K .......... .......... .......... .......... .......... 91% 6.59M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 42600K .......... .......... .......... .......... .......... 91% 5.81M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 42650K .......... .......... .......... .......... .......... 91% 10.2M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 42700K .......... .......... .......... .......... .......... 91% 3.95M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 42750K .......... .......... .......... .......... .......... 91% 11.0M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 42800K .......... .......... .......... .......... .......... 91% 894K 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 42850K .......... .......... .......... .......... .......... 91% 4.29M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 42900K .......... .......... .......... .......... .......... 91% 2.98M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 42950K .......... .......... .......... .......... .......... 92% 4.13M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 43000K .......... .......... .......... .......... .......... 92% 2.20M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 43050K .......... .......... .......... .......... .......... 92% 1.70M 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 43100K .......... .......... .......... .......... .......... 92% 841K 2s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 43150K .......... .......... .......... .......... .......... 92% 3.02M 1s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 43200K .......... .......... .......... .......... .......... 92% 3.75M 1s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 43250K .......... .......... .......... .......... .......... 92% 5.21M 1s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 43300K .......... .......... .......... .......... .......... 92% 8.20M 1s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 43350K .......... .......... .......... .......... .......... 92% 6.42M 1s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 43400K .......... .......... .......... .......... .......... 93% 5.81M 1s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 43450K .......... .......... .......... .......... .......... 93% 1.16M 1s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 43500K .......... .......... .......... .......... .......... 93% 2.32M 1s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 43550K .......... .......... .......... .......... .......... 93% 2.78M 1s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 43600K .......... .......... .......... .......... .......... 93% 4.06M 1s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 43650K .......... .......... .......... .......... .......... 93% 7.90M 1s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 43700K .......... .......... .......... .......... .......... 93% 1.60M 1s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 43750K .......... .......... .......... .......... .......... 93% 908K 1s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 43800K .......... .......... .......... .......... .......... 93% 1.27M 1s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 43850K .......... .......... .......... .......... .......... 94% 3.45M 1s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 43900K .......... .......... .......... .......... .......... 94% 6.66M 1s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 43950K .......... .......... .......... .......... .......... 94% 5.44M 1s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 44000K .......... .......... .......... .......... .......... 94% 10.2M 1s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 44050K .......... .......... .......... .......... .......... 94% 5.74M 1s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 44100K .......... .......... .......... .......... .......... 94% 9.36M 1s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 44150K .......... .......... .......... .......... .......... 94% 1.00M 1s unit-abot-epc-basic-0: 13:31:04 DEBUG unit.abot-epc-basic/0.install 44200K .......... .......... .......... .......... .......... 94% 3.11M 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 44250K .......... .......... .......... .......... .......... 94% 3.06M 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 44300K .......... .......... .......... .......... .......... 94% 3.73M 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 44350K .......... .......... .......... .......... .......... 95% 8.83M 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 44400K .......... .......... .......... .......... .......... 95% 1.57M 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 44450K .......... .......... .......... .......... .......... 95% 783K 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 44500K .......... .......... .......... .......... .......... 95% 1.77M 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 44550K .......... .......... .......... .......... .......... 95% 3.02M 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 44600K .......... .......... .......... .......... .......... 95% 7.24M 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 44650K .......... .......... .......... .......... .......... 95% 7.93M 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 44700K .......... .......... .......... .......... .......... 95% 9.55M 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 44750K .......... .......... .......... .......... .......... 95% 6.14M 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 44800K .......... .......... .......... .......... .......... 96% 9.96M 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 44850K .......... .......... .......... .......... .......... 96% 942K 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 44900K .......... .......... .......... .......... .......... 96% 3.90M 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 44950K .......... .......... .......... .......... .......... 96% 2.99M 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 45000K .......... .......... .......... .......... .......... 96% 3.95M 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 45050K .......... .......... .......... .......... .......... 96% 4.05M 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 45100K .......... .......... .......... .......... .......... 96% 1.77M 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 45150K .......... .......... .......... .......... .......... 96% 841K 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 45200K .......... .......... .......... .......... .......... 96% 1.95M 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 45250K .......... .......... .......... .......... .......... 97% 3.00M 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 45300K .......... .......... .......... .......... .......... 97% 7.00M 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 45350K .......... .......... .......... .......... .......... 97% 8.56M 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 45400K .......... .......... .......... .......... .......... 97% 10.3M 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 45450K .......... .......... .......... .......... .......... 97% 7.19M 1s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 45500K .......... .......... .......... .......... .......... 97% 1.55M 0s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 45550K .......... .......... .......... .......... .......... 97% 1.42M 0s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 45600K .......... .......... .......... .......... .......... 97% 5.21M 0s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 45650K .......... .......... .......... .......... .......... 97% 3.04M 0s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 45700K .......... .......... .......... .......... .......... 97% 4.54M 0s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 45750K .......... .......... .......... .......... .......... 98% 1.81M 0s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 45800K .......... .......... .......... .......... .......... 98% 1.46M 0s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 45850K .......... .......... .......... .......... .......... 98% 1.09M 0s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 45900K .......... .......... .......... .......... .......... 98% 2.58M 0s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 45950K .......... .......... .......... .......... .......... 98% 3.14M 0s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 46000K .......... .......... .......... .......... .......... 98% 7.03M 0s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 46050K .......... .......... .......... .......... .......... 98% 9.55M 0s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 46100K .......... .......... .......... .......... .......... 98% 9.52M 0s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 46150K .......... .......... .......... .......... .......... 98% 8.24M 0s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 46200K .......... .......... .......... .......... .......... 99% 1.14M 0s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 46250K .......... .......... .......... .......... .......... 99% 2.01M 0s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 46300K .......... .......... .......... .......... .......... 99% 2.99M 0s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 46350K .......... .......... .......... .......... .......... 99% 3.73M 0s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 46400K .......... .......... .......... .......... .......... 99% 3.73M 0s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 46450K .......... .......... .......... .......... .......... 99% 2.03M 0s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 46500K .......... .......... .......... .......... .......... 99% 1.20M 0s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 46550K .......... .......... .......... .......... .......... 99% 1.06M 0s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 46600K .......... .......... .......... .......... .......... 99% 3.15M 0s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 46650K .......... .......... .......... .......... .. 100% 2.85M=20s unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install 2018-08-05 13:31:05 (2.29 MB/s) - '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' saved [47812762/47812762] unit-abot-epc-basic-0: 13:31:05 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:31:05 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: 13:31:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package abot-epc-basic. unit-abot-epc-basic-0: 13:31:06 DEBUG unit.abot-epc-basic/0.install (Reading database ... 57368 files and directories currently installed.) unit-abot-epc-basic-0: 13:31:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../abot-functest-basic_3.1.1_all.deb ... unit-abot-epc-basic-0: 13:31:06 DEBUG unit.abot-epc-basic/0.install Unpacking abot-epc-basic (3.1.1) ... unit-abot-epc-basic-0: 13:31:08 DEBUG unit.abot-epc-basic/0.install dpkg: dependency problems prevent configuration of abot-epc-basic: unit-abot-epc-basic-0: 13:31:08 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on maven; however: unit-abot-epc-basic-0: 13:31:08 DEBUG unit.abot-epc-basic/0.install Package maven is not installed. unit-abot-epc-basic-0: 13:31:08 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on apache2; however: unit-abot-epc-basic-0: 13:31:08 DEBUG unit.abot-epc-basic/0.install Package apache2 is not installed. unit-abot-epc-basic-0: 13:31:08 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on python-pip; however: unit-abot-epc-basic-0: 13:31:08 DEBUG unit.abot-epc-basic/0.install Package python-pip is not installed. unit-abot-epc-basic-0: 13:31:08 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:31:08 DEBUG unit.abot-epc-basic/0.install dpkg: error processing package abot-epc-basic (--install): unit-abot-epc-basic-0: 13:31:08 DEBUG unit.abot-epc-basic/0.install dependency problems - leaving unconfigured unit-abot-epc-basic-0: 13:31:08 DEBUG unit.abot-epc-basic/0.install Errors were encountered while processing: unit-abot-epc-basic-0: 13:31:08 DEBUG unit.abot-epc-basic/0.install abot-epc-basic unit-abot-epc-basic-0: 13:31:08 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install Correcting dependencies... Done unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install build-essential cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5 junit junit4 unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libxom-java libxpp2-java libxpp3-java linux-libc-dev make manpages-dev maven unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install ant-doc ant-gcj ant-optional-gcj antlr javacc jython libbcel-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libbsf-java libgnumail-java libjdepend-java liboro-java libregexp-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install binutils-doc cpp-doc gcc-5-locales debian-keyring g++-multilib unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install g++-5-multilib gcc-5-doc libstdc++6-5-dbg gcc-multilib autoconf automake unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libtool flex bison gdb gcc-doc gcc-5-multilib libgcc1-dbg libgomp1-dbg unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg junit-doc unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libaopalliance-java-doc libatinject-jsr330-api-java-doc glibc-doc unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libclassworlds-java-doc libcommons-httpclient-java-doc unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libcommons-io-java-doc libcommons-lang-java-doc libcommons-lang3-java-doc unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libavalon-framework-java libcommons-logging-java-doc unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libexcalibur-logkit-java libcommons-net-java-doc libcommons-net2-java-doc unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libdom4j-java-doc libeasymock-java-doc libcglib-java libjaxp1.3-java-gcj unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libjdom1-java-doc jetty libjetty-java-doc libjsoup-java-doc unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libjsr305-java-doc liblog4j1.2-java-doc libobjenesis-java-doc unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libplexus-cipher-java-doc libplexus-classworlds-java-doc unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java-doc libplexus-cli-java-doc unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java-doc libplexus-interactivity-api-java-doc unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libplexus-interpolation-java-doc libplexus-sec-dispatcher-java-doc unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libplexus-utils-java-doc libplexus-utils2-java-doc libqdox2-java-doc testng unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libstdc++-5-doc libwagon-java-doc libxalan2-java-doc libxsltc-java groovy2 unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libequinox-osgi-java libosgi-compendium-java libosgi-core-java libqdox-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libspring-beans-java libspring-context-java libspring-core-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libspring-web-java libxerces2-java-doc libxerces2-java-gcj unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libxml-commons-resolver1.1-java-doc libxom-java-doc make-doc python-doc unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install python-tk python-setuptools-doc python2.7-doc binfmt-support unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install openssl-blacklist unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install build-essential cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5 junit junit4 unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install libxom-java libxpp2-java libxpp3-java linux-libc-dev make manpages-dev maven unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 147 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install 1 not fully installed or removed. unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install Need to get 103 MB of archives. unit-abot-epc-basic-0: 13:31:09 DEBUG unit.abot-epc-basic/0.install After this operation, 255 MB of additional disk space will be used. unit-abot-epc-basic-0: 13:31:09 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: 13:31:10 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libapache-pom-java all 10-2build1 [4022 B] unit-abot-epc-basic-0: 13:31:10 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-parent-java all 39-3 [9380 B] unit-abot-epc-basic-0: 13:31:10 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-logging-java all 1.2-1+build1 [59.5 kB] unit-abot-epc-basic-0: 13:31:10 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhttpcore-java all 4.4.4-1 [573 kB] unit-abot-epc-basic-0: 13:31:11 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhttpclient-java all 4.5.1-1 [694 kB] unit-abot-epc-basic-0: 13:31:11 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libslf4j-java all 1.7.14-3 [124 kB] unit-abot-epc-basic-0: 13:31:11 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-httpclient-java all 3.1-12 [279 kB] unit-abot-epc-basic-0: 13:31:11 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-io-java all 2.4-2 [176 kB] unit-abot-epc-basic-0: 13:31:11 DEBUG unit.abot-epc-basic/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-net2-java all 2.2-2 [194 kB] unit-abot-epc-basic-0: 13:31:12 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsch-java all 0.1.53-1ubuntu1 [267 kB] unit-abot-epc-basic-0: 13:31:12 DEBUG unit.abot-epc-basic/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsoup-java all 1.8.3-1 [298 kB] unit-abot-epc-basic-0: 13:31:12 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatinject-jsr330-api-java all 1.0+ds1-2 [22.7 kB] unit-abot-epc-basic-0: 13:31:12 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: 13:31:12 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: 13:31:13 DEBUG unit.abot-epc-basic/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-classworlds-java all 1.5.0-5 [49.2 kB] unit-abot-epc-basic-0: 13:31:13 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjaxp1.3-java all 1.3.05-2ubuntu3 [450 kB] unit-abot-epc-basic-0: 13:31:13 DEBUG unit.abot-epc-basic/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-commons-resolver1.1-java all 1.2-7build1 [91.6 kB] unit-abot-epc-basic-0: 13:31:13 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: 13:31:13 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: 13:31:13 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: 13:31:14 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-interpolation-java all 1.21-1 [61.3 kB] unit-abot-epc-basic-0: 13:31:14 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-utils-java all 1:1.5.15-4 [210 kB] unit-abot-epc-basic-0: 13:31:14 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: 13:31:15 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-containers-java all 1.0~beta3.0.7-8 [178 kB] unit-abot-epc-basic-0: 13:31:15 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-interactivity-api-java all 1.0-alpha-6-7 [14.2 kB] unit-abot-epc-basic-0: 13:31:15 DEBUG unit.abot-epc-basic/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libwagon-java all 1.0.0-7 [133 kB] unit-abot-epc-basic-0: 13:31:15 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libeclipse-aether-java all 1.0.2-1 [564 kB] unit-abot-epc-basic-0: 13:31:15 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-cli-java all 1.3.1-3ubuntu1 [53.3 kB] unit-abot-epc-basic-0: 13:31:15 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: 13:31:16 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libaopalliance-java all 20070526-5 [9214 B] unit-abot-epc-basic-0: 13:31:16 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libguice-java all 4.0-2 [836 kB] unit-abot-epc-basic-0: 13:31:16 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 junit all 3.8.2-8build1 [106 kB] unit-abot-epc-basic-0: 13:31:16 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-cipher-java all 1.7-1 [14.5 kB] unit-abot-epc-basic-0: 13:31:16 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-classworlds2-java all 2.5.2-1 [46.7 kB] unit-abot-epc-basic-0: 13:31:16 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-utils2-java all 3.0.22-1 [235 kB] unit-abot-epc-basic-0: 13:31:17 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: 13:31:17 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-component-annotations-java all 1.6-2 [6662 B] unit-abot-epc-basic-0: 13:31:17 DEBUG unit.abot-epc-basic/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libasm4-java all 5.0.4-1 [252 kB] unit-abot-epc-basic-0: 13:31:17 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjaxen-java all 1.1.6-1ubuntu1 [206 kB] unit-abot-epc-basic-0: 13:31:18 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: 13:31:18 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: 13:31:18 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: 13:31:18 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: 13:31:19 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: 13:31:19 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: 13:31:19 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: 13:31:19 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: 13:31:20 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: 13:31:20 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: 13:31:20 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: 13:31:20 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: 13:31:21 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: 13:31:21 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: 13:31:21 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: 13:31:21 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: 13:31:22 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: 13:31:22 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: 13:31:22 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: 13:31:22 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: 13:31:23 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: 13:31:23 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: 13:31:23 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: 13:31:23 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: 13:31:24 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: 13:31:24 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: 13:31:24 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: 13:31:24 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: 13:31:25 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: 13:31:25 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: 13:31:26 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: 13:31:26 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: 13:31:26 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: 13:31:27 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] machine-1: 13:31:27 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-1: 13:31:27 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-1/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "1", "--debug"} machine-1: 13:31:27 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 13:31:27 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: 13:31:27 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] machine-1: 13:31:27 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-1: 13:31:27 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-1: 13:31:27 DEBUG juju.worker start "engine" machine-1: 13:31:27 INFO juju.worker start "engine" machine-1: 13:31:27 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "agent" manifold worker started machine-1: 13:31:27 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-1: 13:31:27 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-1" machine-1: 13:31:27 DEBUG juju.worker "engine" started machine-1: 13:31:27 DEBUG juju.worker.introspection stats worker now serving machine-1: 13:31:27 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-1: 13:31:27 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-1: 13:31:27 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-1: 13:31:27 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-1: 13:31:27 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-1: 13:31:27 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-1: 13:31:27 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 13:31:27 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-abot-epc-basic-0: 13:31:27 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] machine-1: 13:31:27 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 13:31:27 DEBUG juju.worker.apicaller connecting with old password machine-1: 13:31:27 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-1: 13:31:27 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-1: 13:31:27 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 13:31:27 DEBUG juju.api successfully dialed "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-1: 13:31:27 INFO juju.api connection established to "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-1: 13:31:27 DEBUG juju.api successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-1: 13:31:27 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:31:27 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 13:31:27 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: 13:31:28 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: 13:31:28 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: 13:31:28 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] machine-1: 13:31:28 DEBUG juju.worker.apicaller connected machine-1: 13:31:28 DEBUG juju.worker.apicaller changing password... machine-1: 13:31:28 DEBUG juju.worker.apicaller password changed machine-1: 13:31:28 DEBUG juju.api RPC connection died machine-1: 13:31:28 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-1: 13:31:28 DEBUG juju.worker.apicaller connecting with current password machine-1: 13:31:28 DEBUG juju.api successfully dialed "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-1: 13:31:28 INFO juju.api connection established to "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-1: 13:31:28 DEBUG juju.api successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-abot-epc-basic-0: 13:31:28 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: 13:31:28 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: 13:31:28 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: 13:31:29 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] machine-1: 13:31:29 DEBUG juju.worker.apicaller connected machine-1: 13:31:29 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 13:31:29 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 13:31:29 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 13:31:29 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-1: 13:31:29 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-1: 13:31:29 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-1: 13:31:29 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-1: 13:31:29 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 13:31:29 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-1: 13:31:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-1: 13:31:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-1: 13:31:29 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-1: 13:31:29 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-1: 13:31:29 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-1: 13:31:29 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-1: 13:31:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-1: 13:31:29 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-1: 13:31:29 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-1: 13:31:29 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-1: 13:31:29 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 13:31:29 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 13:31:29 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-1: 13:31:29 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 13:31:29 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 13:31:29 INFO juju.worker.upgrader unblocking abort check machine-1: 13:31:29 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-1: 13:31:29 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-1: 13:31:29 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:31:29 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:31:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:31:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:31:29 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:31:29 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 13:31:29 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:31:29 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:31:29 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:31:29 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:31:29 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:31:29 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:31:29 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:31:29 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:31:29 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:31:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:31:29 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:31:29 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:31:29 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 13:31:29 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 13:31:29 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 13:31:29 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] machine-1: 13:31:29 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 13:31:29 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 13:31:29 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 13:31:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 13:31:29 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-1: 13:31:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 13:31:29 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 13:31:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 13:31:29 DEBUG juju.worker.logger logger setup machine-1: 13:31:29 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 13:31:29 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 13:31:29 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 13:31:29 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-1: 13:31:29 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-1: 13:31:29 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 13:31:29 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 13:31:29 DEBUG juju.worker.dependency "machiner" manifold worker started machine-1: 13:31:29 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 13:31:29 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 13:31:29 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.213,192.168.120.3,::1,localhost", AutoNoProxy:""} machine-1: 13:31:29 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 13:31:29 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-1: 13:31:29 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 13:31:29 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 13:31:29 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 13:31:29 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 13:31:29 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 13:31:29 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 13:31:29 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 13:31:29 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 13:31:29 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 13:31:29 DEBUG juju.network including address public:172.30.9.213 for machine machine-1: 13:31:29 DEBUG juju.network including address local-cloud:192.168.120.3 for machine machine-1: 13:31:29 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 13:31:29 DEBUG juju.network including address local-machine:::1 for machine machine-1: 13:31:29 DEBUG juju.network addresses after filtering: [public:172.30.9.213 local-cloud:192.168.120.3 local-machine:127.0.0.1 local-machine:::1] machine-1: 13:31:29 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.213:17070 192.168.120.3:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 13:31:29 DEBUG juju.agent API server address details [["172.30.9.213:17070" "192.168.120.3:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.120.3:17070" "172.30.9.213:17070"] machine-1: 13:31:29 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 13:31:29 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 13:31:29 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 13:31:29 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 13:31:29 DEBUG juju.network including address local-cloud:192.168.120.26 for machine machine-1: 13:31:29 DEBUG juju.network including address local-machine:::1 for machine machine-1: 13:31:29 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.120.26 local-machine:::1] machine-1: 13:31:29 INFO juju.worker.machiner setting addresses for "machine-1" to [local-machine:127.0.0.1 local-cloud:192.168.120.26 local-machine:::1] machine-1: 13:31:29 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 13:31:29 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 13:31:29 INFO juju.worker.authenticationworker "machine-1" key updater worker started machine-1: 13:31:29 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 13:31:29 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 13:31:29 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-1: 13:31:29 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 1 machine-1: 13:31:29 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-1: 13:31:29 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 13:31:29 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 13:31:29 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 13:31:29 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 13:31:29 INFO juju.worker.deployer deploying unit "mysql/0" machine-1: 13:31:29 INFO juju.worker.machiner "machine-1" started machine-1: 13:31:29 DEBUG juju.worker start "1-container-watcher" machine-1: 13:31:29 DEBUG juju.worker start "stateconverter" machine-1: 13:31:29 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-1: 13:31:29 INFO juju.worker start "1-container-watcher" machine-1: 13:31:29 DEBUG juju.worker "1-container-watcher" started machine-1: 13:31:29 INFO juju.worker start "stateconverter" machine-1: 13:31:29 DEBUG juju.worker "stateconverter" started machine-1: 13:31:29 DEBUG juju.cmd.jujud upgrades done, starting worker "1-container-watcher" machine-1: 13:31:29 DEBUG juju.service discovered init system "upstart" from local host machine-1: 13:31:29 DEBUG juju.worker.deployer state addresses: ["192.168.120.3:37017"] machine-1: 13:31:29 DEBUG juju.worker.deployer API addresses: ["192.168.120.3:17070" "172.30.9.213:17070"] machine-1: 13:31:29 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-mysql-0 Conf:{Desc:juju unit agent for mysql/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-mysql-0/jujud' unit --data-dir '/var/lib/juju' --unit-name mysql/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-mysql-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-mysql-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name mysql/0 --debug]}}} unit-mysql-0: 13:31:29 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-mysql-0: 13:31:29 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: 13:31:29 DEBUG juju.agent read agent config, format "2.0" unit-mysql-0: 13:31:29 DEBUG juju.worker start "api" unit-mysql-0: 13:31:29 INFO juju.worker start "api" unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "agent" manifold worker started unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-mysql-0" unit-mysql-0: 13:31:29 DEBUG juju.worker "api" started unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.introspection stats worker now serving unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.apicaller connecting with old password unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.api successfully dialed "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-mysql-0: 13:31:29 INFO juju.api connection established to "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.api successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 13:31:29 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:31:29 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: 13:31:29 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] machine-1: 13:31:30 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:9f:18:81 192.168.120.0/24 1450 0 eth0 ethernet false false static 192.168.120.26 [] [] []} {2 fa:16:3e:9f:18:81 1450 0 eth0 ethernet false false manual [] [] []}] unit-mysql-0: 13:31:30 DEBUG juju.worker.apicaller connected unit-mysql-0: 13:31:30 DEBUG juju.worker.apicaller changing password... unit-mysql-0: 13:31:30 DEBUG juju.worker.apicaller password changed unit-mysql-0: 13:31:30 DEBUG juju.api RPC connection died unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-mysql-0: 13:31:30 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 13:31:30 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-mysql-0: 13:31:30 DEBUG juju.api successfully dialed "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-mysql-0: 13:31:30 INFO juju.api connection established to "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-mysql-0: 13:31:30 DEBUG juju.api successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-abot-epc-basic-0: 13:31:30 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: 13:31:30 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: 13:31:30 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-mysql-0: 13:31:30 DEBUG juju.worker.apicaller connected unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-mysql-0: 13:31:30 INFO juju.worker.upgrader abort check blocked until version event received unit-mysql-0: 13:31:30 INFO juju.worker.migrationminion migration phase is now: NONE unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-mysql-0: 13:31:30 INFO juju.worker.upgrader unblocking abort check unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-mysql-0: 13:31:30 DEBUG juju.worker.leadership mysql/0 making initial claim for mysql leadership unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 13:31:30 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-mysql-0: 13:31:30 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 13:31:30 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 13:31:30 DEBUG juju.network no lxc bridge addresses to filter for machine unit-mysql-0: 13:31:30 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 13:31:30 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 13:31:30 DEBUG juju.network including address public:172.30.9.213 for machine unit-mysql-0: 13:31:30 DEBUG juju.network including address local-cloud:192.168.120.3 for machine unit-mysql-0: 13:31:30 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-mysql-0: 13:31:30 DEBUG juju.network including address local-machine:::1 for machine unit-mysql-0: 13:31:30 DEBUG juju.network addresses after filtering: [public:172.30.9.213 local-cloud:192.168.120.3 local-machine:127.0.0.1 local-machine:::1] unit-mysql-0: 13:31:30 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.213:17070 192.168.120.3:17070 127.0.0.1:17070 [::1]:17070]] unit-mysql-0: 13:31:30 DEBUG juju.agent API server address details [["172.30.9.213:17070" "192.168.120.3:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.120.3:17070" "172.30.9.213:17070"] unit-abot-epc-basic-0: 13:31:30 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-mysql-0: 13:31:30 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-mysql-0: 13:31:30 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-mysql-0: 13:31:31 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-mysql-0: 13:31:31 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-mysql-0: 13:31:31 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-mysql-0: 13:31:31 DEBUG juju.worker.logger logger setup unit-mysql-0: 13:31:31 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-mysql-0: 13:31:31 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-mysql-0: 13:31:31 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-mysql-0: 13:31:31 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.213,192.168.120.3,::1,localhost", AutoNoProxy:""} unit-mysql-0: 13:31:31 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 13:31:31 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-mysql-0: 13:31:31 INFO juju.worker.leadership mysql/0 promoted to leadership of mysql unit-mysql-0: 13:31:31 DEBUG juju.worker.dependency "uniter" manifold worker started unit-mysql-0: 13:31:31 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-mysql-0 unit-mysql-0: 13:31:31 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-mysql-0: 13:31:31 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-mysql-0: 13:31:31 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-mysql-0/run.socket unit-mysql-0: 13:31:31 INFO juju.worker.uniter unit "mysql/0" started unit-mysql-0: 13:31:31 INFO juju.worker.uniter resuming charm install unit-mysql-0: 13:31:31 DEBUG juju.worker.uniter.operation running operation install cs:mysql-55 unit-mysql-0: 13:31:31 DEBUG juju.worker.uniter.operation preparing operation "install cs:mysql-55" unit-mysql-0: 13:31:31 DEBUG juju.worker.uniter juju-run listener running unit-mysql-0: 13:31:31 INFO juju.worker.uniter.charm downloading cs:mysql-55 from API server unit-mysql-0: 13:31:31 INFO juju.downloader downloading from cs:mysql-55 unit-mysql-0: 13:31:31 DEBUG httpbakery client do GET https://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/charms?file=%2A&url=cs%3Amysql-55 { unit-mysql-0: 13:31:31 DEBUG httpbakery } -> error unit-mysql-0: 13:31:31 INFO juju.downloader download complete ("cs:mysql-55") unit-mysql-0: 13:31:31 INFO juju.downloader download verified ("cs:mysql-55") unit-abot-epc-basic-0: 13:31:31 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-mysql-0: 13:31:31 DEBUG juju.worker.uniter.operation executing operation "install cs:mysql-55" unit-mysql-0: 13:31:31 DEBUG juju.worker.uniter.charm preparing to deploy charm "cs:mysql-55" unit-mysql-0: 13:31:31 DEBUG juju.worker.uniter.charm deploying charm "cs:mysql-55" unit-abot-epc-basic-0: 13:31:31 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: 13:31:31 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: 13:31:32 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: 13:31:32 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-131.157 [866 kB] unit-abot-epc-basic-0: 13:31:32 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: 13:31:32 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: 13:31:33 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-mysql-0: 13:31:33 DEBUG juju.worker.uniter.charm finishing deploy of charm "cs:mysql-55" unit-mysql-0: 13:31:33 DEBUG juju.worker.uniter.operation committing operation "install cs:mysql-55" unit-mysql-0: 13:31:33 INFO juju.worker.uniter hooks are retried true unit-mysql-0: 13:31:33 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-mysql-0: 13:31:33 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-mysql-0: 13:31:33 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 13:31:33 DEBUG juju.worker.uniter.remotestate got unit change unit-mysql-0: 13:31:33 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-mysql-0: 13:31:33 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-mysql-0: 13:31:33 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-mysql-0: 13:31:33 DEBUG juju.worker.uniter.remotestate got service change unit-mysql-0: 13:31:33 INFO juju.worker.uniter.storage initial storage attachments ready unit-mysql-0: 13:31:33 INFO juju.worker.uniter found queued "install" hook unit-mysql-0: 13:31:33 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 13:31:33 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 13:31:33 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 13:31:33 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 13:31:33 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 13:31:33 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 13:31:33 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 13:31:33 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 13:31:33 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 13:31:33 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 13:31:33 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-mysql-0: 13:31:34 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 13:31:34 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 13:31:34 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 13:31:34 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 13:31:34 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 13:31:34 DEBUG unit.mysql/0.install python-netaddr unit-abot-epc-basic-0: 13:31:34 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-mysql-0: 13:31:34 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 13:31:34 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 13:31:34 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 13:31:34 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: 13:31:34 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: 13:31:34 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-mysql-0: 13:31:34 DEBUG unit.mysql/0.install Fetched 849 kB in 0s (1400 kB/s) unit-abot-epc-basic-0: 13:31:34 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-mysql-0: 13:31:34 DEBUG unit.mysql/0.install Selecting previously unselected package python-netaddr. unit-mysql-0: 13:31:34 DEBUG unit.mysql/0.install (Reading database ... 52372 files and directories currently installed.) unit-mysql-0: 13:31:34 DEBUG unit.mysql/0.install Preparing to unpack .../python-netaddr_0.7.10-1ubuntu1.1_all.deb ... unit-mysql-0: 13:31:34 DEBUG unit.mysql/0.install Unpacking python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 13:31:35 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-mysql-0: 13:31:35 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-mysql-0: 13:31:35 DEBUG unit.mysql/0.install Setting up python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 13:31:35 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: 13:31:35 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: 13:31:35 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-mysql-0: 13:31:35 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 13:31:35 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 13:31:35 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 13:31:35 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 13:31:36 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 13:31:36 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 13:31:36 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-mysql-0: 13:31:36 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 13:31:36 DEBUG unit.mysql/0.install python-netifaces unit-abot-epc-basic-0: 13:31:36 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: 13:31:36 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: 13:31:36 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-mysql-0: 13:31:36 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 13:31:36 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 13:31:36 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 13:31:36 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: 13:31:36 DEBUG unit.mysql/0.install Fetched 11.3 kB in 0s (26.3 kB/s) unit-mysql-0: 13:31:36 DEBUG unit.mysql/0.install Selecting previously unselected package python-netifaces. unit-mysql-0: 13:31:36 DEBUG unit.mysql/0.install (Reading database ... 52412 files and directories currently installed.) unit-mysql-0: 13:31:36 DEBUG unit.mysql/0.install Preparing to unpack .../python-netifaces_0.8-3build1_amd64.deb ... unit-mysql-0: 13:31:36 DEBUG unit.mysql/0.install Unpacking python-netifaces (0.8-3build1) ... unit-mysql-0: 13:31:36 DEBUG unit.mysql/0.install Setting up python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 13:31:37 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: 13:31:37 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: 13:31:37 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-mysql-0: 13:31:37 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 13:31:37 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-mysql-0: 13:31:37 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install python-wheel python3-pkg-resources unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install python3-setuptools unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools-whl python-six-whl unit-mysql-0: 13:31:37 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-abot-epc-basic-0: 13:31:38 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-mysql-0: 13:31:38 DEBUG unit.mysql/0.install 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 13:31:38 DEBUG unit.mysql/0.install Need to get 40.9 MB of archives. unit-mysql-0: 13:31:38 DEBUG unit.mysql/0.install After this operation, 119 MB of additional disk space will be used. unit-mysql-0: 13:31:38 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: 13:31:38 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: 13:31:38 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: 13:31:38 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-mysql-0: 13:31:38 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: 13:31:38 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-mysql-0: 13:31:39 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: 13:31:39 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: 13:31:39 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-mysql-0: 13:31:39 DEBUG unit.mysql/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] unit-abot-epc-basic-0: 13:31:39 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: 13:31:39 DEBUG unit.abot-epc-basic/0.install Get:127 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-xs-perl amd64 0.04-4build1 [11.0 kB] unit-mysql-0: 13:31:39 DEBUG unit.mysql/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] unit-abot-epc-basic-0: 13:31:39 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: 13:31:39 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-mysql-0: 13:31:39 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-abot-epc-basic-0: 13:31:40 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-mysql-0: 13:31:40 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: 13:31:40 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-mysql-0: 13:31:40 DEBUG unit.mysql/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] unit-abot-epc-basic-0: 13:31:40 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-mysql-0: 13:31:40 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-abot-epc-basic-0: 13:31:40 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-mysql-0: 13:31:40 DEBUG unit.mysql/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] unit-abot-epc-basic-0: 13:31:40 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-mysql-0: 13:31:40 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-mysql-0: 13:31:40 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: 13:31:41 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-mysql-0: 13:31:41 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: 13:31:41 DEBUG unit.mysql/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-153.203 [772 kB] unit-mysql-0: 13:31:41 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-mysql-0: 13:31:41 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: 13:31:42 DEBUG unit.mysql/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] unit-mysql-0: 13:31:42 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: 13:31:42 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: 13:31:42 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: 13:31:42 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: 13:31:43 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: 13:31:43 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-mysql-0: 13:31:43 DEBUG unit.mysql/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] unit-abot-epc-basic-0: 13:31:44 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-mysql-0: 13:31:44 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: 13:31:44 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: 13:31:44 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-mysql-0: 13:31:44 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: 13:31:44 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-mysql-0: 13:31:44 DEBUG unit.mysql/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] unit-abot-epc-basic-0: 13:31:44 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-mysql-0: 13:31:44 DEBUG unit.mysql/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] unit-abot-epc-basic-0: 13:31:44 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-mysql-0: 13:31:44 DEBUG unit.mysql/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] unit-abot-epc-basic-0: 13:31:44 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-mysql-0: 13:31:44 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-abot-epc-basic-0: 13:31:45 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-mysql-0: 13:31:45 DEBUG unit.mysql/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] unit-abot-epc-basic-0: 13:31:45 DEBUG unit.abot-epc-basic/0.install Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 python-setuptools all 20.7.0-1 [169 kB] unit-mysql-0: 13:31:45 DEBUG unit.mysql/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] unit-abot-epc-basic-0: 13:31:45 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-mysql-0: 13:31:45 DEBUG unit.mysql/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] unit-abot-epc-basic-0: 13:31:45 DEBUG unit.abot-epc-basic/0.install Get:147 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ssl-cert all 1.0.37 [16.9 kB] unit-mysql-0: 13:31:45 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: 13:31:45 DEBUG unit.mysql/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] unit-abot-epc-basic-0: 13:31:45 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: 13:31:45 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-mysql-0: 13:31:45 DEBUG unit.mysql/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] unit-abot-epc-basic-0: 13:31:45 DEBUG unit.abot-epc-basic/0.install Fetched 103 MB in 36s (2824 kB/s) unit-abot-epc-basic-0: 13:31:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-codec-java. unit-abot-epc-basic-0: 13:31:45 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 ... 57531 files and directories currently installed.) unit-abot-epc-basic-0: 13:31:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-codec-java_1.10-1_all.deb ... unit-abot-epc-basic-0: 13:31:45 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-codec-java (1.10-1) ... unit-mysql-0: 13:31:45 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-abot-epc-basic-0: 13:31:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapache-pom-java. unit-abot-epc-basic-0: 13:31:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapache-pom-java_10-2build1_all.deb ... unit-abot-epc-basic-0: 13:31:46 DEBUG unit.abot-epc-basic/0.install Unpacking libapache-pom-java (10-2build1) ... unit-mysql-0: 13:31:46 DEBUG unit.mysql/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] unit-abot-epc-basic-0: 13:31:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-parent-java. unit-abot-epc-basic-0: 13:31:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-parent-java_39-3_all.deb ... unit-abot-epc-basic-0: 13:31:46 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-parent-java (39-3) ... unit-mysql-0: 13:31:46 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: 13:31:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-logging-java. unit-abot-epc-basic-0: 13:31:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-logging-java_1.2-1+build1_all.deb ... unit-abot-epc-basic-0: 13:31:46 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-logging-java (1.2-1+build1) ... unit-mysql-0: 13:31:46 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: 13:31:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpcore-java. unit-abot-epc-basic-0: 13:31:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpcore-java_4.4.4-1_all.deb ... unit-mysql-0: 13:31:46 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: 13:31:46 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 13:31:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpclient-java. unit-abot-epc-basic-0: 13:31:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpclient-java_4.5.1-1_all.deb ... unit-abot-epc-basic-0: 13:31:46 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpclient-java (4.5.1-1) ... unit-mysql-0: 13:31:46 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: 13:31:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslf4j-java. unit-abot-epc-basic-0: 13:31:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslf4j-java_1.7.14-3_all.deb ... unit-abot-epc-basic-0: 13:31:46 DEBUG unit.abot-epc-basic/0.install Unpacking libslf4j-java (1.7.14-3) ... unit-mysql-0: 13:31:46 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: 13:31:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-httpclient-java. unit-abot-epc-basic-0: 13:31:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-httpclient-java_3.1-12_all.deb ... unit-abot-epc-basic-0: 13:31:46 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-httpclient-java (3.1-12) ... unit-abot-epc-basic-0: 13:31:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-io-java. unit-abot-epc-basic-0: 13:31:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-io-java_2.4-2_all.deb ... unit-abot-epc-basic-0: 13:31:46 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-io-java (2.4-2) ... unit-abot-epc-basic-0: 13:31:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net2-java. unit-abot-epc-basic-0: 13:31:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net2-java_2.2-2_all.deb ... unit-abot-epc-basic-0: 13:31:46 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net2-java (2.2-2) ... unit-mysql-0: 13:31:46 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: 13:31:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsch-java. unit-abot-epc-basic-0: 13:31:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsch-java_0.1.53-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:31:47 DEBUG unit.abot-epc-basic/0.install Unpacking libjsch-java (0.1.53-1ubuntu1) ... unit-abot-epc-basic-0: 13:31:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoup-java. unit-abot-epc-basic-0: 13:31:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoup-java_1.8.3-1_all.deb ... unit-abot-epc-basic-0: 13:31:47 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoup-java (1.8.3-1) ... unit-mysql-0: 13:31:47 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: 13:31:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatinject-jsr330-api-java. unit-abot-epc-basic-0: 13:31:47 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: 13:31:47 DEBUG unit.abot-epc-basic/0.install Unpacking libatinject-jsr330-api-java (1.0+ds1-2) ... unit-mysql-0: 13:31:47 DEBUG unit.mysql/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] unit-abot-epc-basic-0: 13:31:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsr305-java. unit-abot-epc-basic-0: 13:31:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsr305-java_0.1~+svn49-9_all.deb ... unit-abot-epc-basic-0: 13:31:47 DEBUG unit.abot-epc-basic/0.install Unpacking libjsr305-java (0.1~+svn49-9) ... unit-mysql-0: 13:31:47 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: 13:31:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguava-java. unit-abot-epc-basic-0: 13:31:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguava-java_19.0-1_all.deb ... unit-mysql-0: 13:31:47 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: 13:31:47 DEBUG unit.abot-epc-basic/0.install Unpacking libguava-java (19.0-1) ... unit-mysql-0: 13:31:47 DEBUG unit.mysql/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] unit-mysql-0: 13:31:47 DEBUG unit.mysql/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] unit-mysql-0: 13:31:48 DEBUG unit.mysql/0.install Extracting templates from packages: 61% Extracting templates from packages: 100% unit-mysql-0: 13:31:48 DEBUG unit.mysql/0.install Fetched 40.9 MB in 9s (4093 kB/s) unit-mysql-0: 13:31:48 DEBUG unit.mysql/0.install Selecting previously unselected package libasan0:amd64. unit-abot-epc-basic-0: 13:31:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds-java. unit-abot-epc-basic-0: 13:31:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds-java_1.5.0-5_all.deb ... unit-mysql-0: 13:31:48 DEBUG unit.mysql/0.install (Reading database ... 52422 files and directories currently installed.) unit-abot-epc-basic-0: 13:31:48 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds-java (1.5.0-5) ... unit-mysql-0: 13:31:48 DEBUG unit.mysql/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 13:31:48 DEBUG unit.mysql/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:31:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxp1.3-java. unit-abot-epc-basic-0: 13:31:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxp1.3-java_1.3.05-2ubuntu3_all.deb ... unit-abot-epc-basic-0: 13:31:48 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-mysql-0: 13:31:48 DEBUG unit.mysql/0.install Selecting previously unselected package libatomic1:amd64. unit-mysql-0: 13:31:48 DEBUG unit.mysql/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 13:31:48 DEBUG unit.mysql/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:31:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-resolver1.1-java. unit-abot-epc-basic-0: 13:31:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-commons-resolver1.1-java_1.2-7build1_all.deb ... unit-mysql-0: 13:31:48 DEBUG unit.mysql/0.install Selecting previously unselected package libgmp10:amd64. unit-mysql-0: 13:31:48 DEBUG unit.mysql/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:31:48 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-resolver1.1-java (1.2-7build1) ... unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 13:31:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-external-java. unit-abot-epc-basic-0: 13:31:49 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: 13:31:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-external-java (1.4.01-2build1) ... unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Selecting previously unselected package libisl10:amd64. unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 13:31:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxerces2-java. unit-abot-epc-basic-0: 13:31:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxerces2-java_2.11.0-7_all.deb ... unit-abot-epc-basic-0: 13:31:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxerces2-java (2.11.0-7) ... unit-abot-epc-basic-0: 13:31:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxalan2-java. unit-abot-epc-basic-0: 13:31:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxalan2-java_2.7.1-9_all.deb ... unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:31:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxalan2-java (2.7.1-9) ... unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Selecting previously unselected package libgomp1:amd64. unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Selecting previously unselected package libitm1:amd64. unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:31:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interpolation-java. unit-abot-epc-basic-0: 13:31:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interpolation-java_1.21-1_all.deb ... unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Selecting previously unselected package libmpfr4:amd64. unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:31:49 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interpolation-java (1.21-1) ... unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 13:31:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils-java. unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Selecting previously unselected package libquadmath0:amd64. unit-abot-epc-basic-0: 13:31:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils-java_1%3a1.5.15-4_all.deb ... unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:31:49 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils-java (1:1.5.15-4) ... unit-abot-epc-basic-0: 13:31:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxbean-java. unit-abot-epc-basic-0: 13:31:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxbean-java_4.5-1_all.deb ... unit-abot-epc-basic-0: 13:31:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxbean-java (4.5-1) ... unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Selecting previously unselected package libtsan0:amd64. unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Selecting previously unselected package libmpc3:amd64. unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Selecting previously unselected package binutils. unit-abot-epc-basic-0: 13:31:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers-java. unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-mysql-0: 13:31:49 DEBUG unit.mysql/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 13:31:49 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: 13:31:49 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers-java (1.0~beta3.0.7-8) ... unit-abot-epc-basic-0: 13:31:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interactivity-api-java. unit-abot-epc-basic-0: 13:31:49 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: 13:31:49 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-abot-epc-basic-0: 13:31:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon-java. unit-abot-epc-basic-0: 13:31:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon-java_1.0.0-7_all.deb ... unit-abot-epc-basic-0: 13:31:50 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon-java (1.0.0-7) ... unit-mysql-0: 13:31:50 DEBUG unit.mysql/0.install Selecting previously unselected package libc-dev-bin. unit-mysql-0: 13:31:50 DEBUG unit.mysql/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-mysql-0: 13:31:50 DEBUG unit.mysql/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-mysql-0: 13:31:50 DEBUG unit.mysql/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-mysql-0: 13:31:50 DEBUG unit.mysql/0.install Preparing to unpack .../linux-libc-dev_3.13.0-153.203_amd64.deb ... unit-abot-epc-basic-0: 13:31:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeclipse-aether-java. unit-abot-epc-basic-0: 13:31:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeclipse-aether-java_1.0.2-1_all.deb ... unit-mysql-0: 13:31:50 DEBUG unit.mysql/0.install Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... unit-abot-epc-basic-0: 13:31:50 DEBUG unit.abot-epc-basic/0.install Unpacking libeclipse-aether-java (1.0.2-1) ... unit-abot-epc-basic-0: 13:31:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-cli-java. unit-abot-epc-basic-0: 13:31:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-cli-java_1.3.1-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:31:50 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-cli-java (1.3.1-3ubuntu1) ... unit-abot-epc-basic-0: 13:31:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang3-java. unit-abot-epc-basic-0: 13:31:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang3-java_3.4-1_all.deb ... unit-abot-epc-basic-0: 13:31:51 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang3-java (3.4-1) ... unit-mysql-0: 13:31:51 DEBUG unit.mysql/0.install Selecting previously unselected package libc6-dev:amd64. unit-mysql-0: 13:31:51 DEBUG unit.mysql/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-mysql-0: 13:31:51 DEBUG unit.mysql/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:31:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaopalliance-java. unit-abot-epc-basic-0: 13:31:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaopalliance-java_20070526-5_all.deb ... unit-abot-epc-basic-0: 13:31:51 DEBUG unit.abot-epc-basic/0.install Unpacking libaopalliance-java (20070526-5) ... unit-abot-epc-basic-0: 13:31:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguice-java. unit-abot-epc-basic-0: 13:31:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguice-java_4.0-2_all.deb ... unit-abot-epc-basic-0: 13:31:51 DEBUG unit.abot-epc-basic/0.install Unpacking libguice-java (4.0-2) ... unit-mysql-0: 13:31:51 DEBUG unit.mysql/0.install Selecting previously unselected package cpp-4.8. unit-mysql-0: 13:31:51 DEBUG unit.mysql/0.install Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 13:31:51 DEBUG unit.mysql/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:31:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit. unit-abot-epc-basic-0: 13:31:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit_3.8.2-8build1_all.deb ... unit-abot-epc-basic-0: 13:31:51 DEBUG unit.abot-epc-basic/0.install Unpacking junit (3.8.2-8build1) ... unit-abot-epc-basic-0: 13:31:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cipher-java. unit-abot-epc-basic-0: 13:31:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cipher-java_1.7-1_all.deb ... unit-abot-epc-basic-0: 13:31:51 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cipher-java (1.7-1) ... unit-abot-epc-basic-0: 13:31:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds2-java. unit-abot-epc-basic-0: 13:31:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds2-java_2.5.2-1_all.deb ... unit-abot-epc-basic-0: 13:31:52 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds2-java (2.5.2-1) ... unit-abot-epc-basic-0: 13:31:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils2-java. unit-abot-epc-basic-0: 13:31:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils2-java_3.0.22-1_all.deb ... unit-abot-epc-basic-0: 13:31:52 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils2-java (3.0.22-1) ... unit-abot-epc-basic-0: 13:31:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default1.5-java. unit-abot-epc-basic-0: 13:31:52 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: 13:31:52 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default1.5-java (1.6-2) ... unit-mysql-0: 13:31:52 DEBUG unit.mysql/0.install Selecting previously unselected package cpp. unit-mysql-0: 13:31:52 DEBUG unit.mysql/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 13:31:52 DEBUG unit.mysql/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 13:31:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-annotations-java. unit-mysql-0: 13:31:52 DEBUG unit.mysql/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-mysql-0: 13:31:52 DEBUG unit.mysql/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 13:31:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-annotations-java_1.6-2_all.deb ... unit-mysql-0: 13:31:52 DEBUG unit.mysql/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:31:52 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-annotations-java (1.6-2) ... unit-abot-epc-basic-0: 13:31:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasm4-java. unit-abot-epc-basic-0: 13:31:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasm4-java_5.0.4-1_all.deb ... unit-abot-epc-basic-0: 13:31:52 DEBUG unit.abot-epc-basic/0.install Unpacking libasm4-java (5.0.4-1) ... unit-abot-epc-basic-0: 13:31:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxen-java. unit-mysql-0: 13:31:53 DEBUG unit.mysql/0.install Selecting previously unselected package gcc-4.8. unit-mysql-0: 13:31:53 DEBUG unit.mysql/0.install Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 13:31:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxen-java_1.1.6-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:31:53 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxen-java (1.1.6-1ubuntu1) ... unit-mysql-0: 13:31:53 DEBUG unit.mysql/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:31:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjdom1-java. unit-abot-epc-basic-0: 13:31:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjdom1-java_1.1.3-1_all.deb ... unit-abot-epc-basic-0: 13:31:53 DEBUG unit.abot-epc-basic/0.install Unpacking libjdom1-java (1.1.3-1) ... unit-abot-epc-basic-0: 13:31:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclassworlds-java. unit-abot-epc-basic-0: 13:31:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclassworlds-java_1.1-final-5_all.deb ... unit-abot-epc-basic-0: 13:31:53 DEBUG unit.abot-epc-basic/0.install Unpacking libclassworlds-java (1.1-final-5) ... unit-abot-epc-basic-0: 13:31:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang-java. unit-abot-epc-basic-0: 13:31:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang-java_2.6-6ubuntu2_all.deb ... unit-abot-epc-basic-0: 13:31:53 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang-java (2.6-6ubuntu2) ... unit-abot-epc-basic-0: 13:31:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdoxia-core-java. unit-abot-epc-basic-0: 13:31:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdoxia-core-java_1.1.4-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:31:54 DEBUG unit.abot-epc-basic/0.install Unpacking libdoxia-core-java (1.1.4-3ubuntu1) ... unit-abot-epc-basic-0: 13:31:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default-java. unit-abot-epc-basic-0: 13:31:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default-java_1.0-alpha-9-stable-1-7_all.deb ... unit-mysql-0: 13:31:54 DEBUG unit.mysql/0.install Selecting previously unselected package gcc. unit-abot-epc-basic-0: 13:31:54 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-mysql-0: 13:31:54 DEBUG unit.mysql/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 13:31:54 DEBUG unit.mysql/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 13:31:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-ant-factory-java. unit-abot-epc-basic-0: 13:31:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-ant-factory-java_1.0~alpha2.1-3_all.deb ... unit-abot-epc-basic-0: 13:31:54 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-mysql-0: 13:31:54 DEBUG unit.mysql/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-mysql-0: 13:31:54 DEBUG unit.mysql/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 13:31:54 DEBUG unit.mysql/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:31:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-io-java. unit-abot-epc-basic-0: 13:31:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-io-java_1.0~alpha5-2_all.deb ... unit-abot-epc-basic-0: 13:31:54 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-io-java (1.0~alpha5-2) ... unit-abot-epc-basic-0: 13:31:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-archiver-java. unit-abot-epc-basic-0: 13:31:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-archiver-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 13:31:54 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-archiver-java (2.2-1) ... unit-abot-epc-basic-0: 13:31:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbsh-java. unit-abot-epc-basic-0: 13:31:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbsh-java_2.0b4-17ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:31:54 DEBUG unit.abot-epc-basic/0.install Unpacking libbsh-java (2.0b4-17ubuntu1) ... unit-abot-epc-basic-0: 13:31:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-bsh-factory-java. unit-abot-epc-basic-0: 13:31:54 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: 13:31:54 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-abot-epc-basic-0: 13:31:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-sec-dispatcher-java. unit-abot-epc-basic-0: 13:31:54 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: 13:31:54 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-sec-dispatcher-java (1.3.1-6) ... unit-abot-epc-basic-0: 13:31:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven2-core-java. unit-abot-epc-basic-0: 13:31:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven2-core-java_2.2.1-24_all.deb ... unit-abot-epc-basic-0: 13:31:54 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven2-core-java (2.2.1-24) ... unit-mysql-0: 13:31:54 DEBUG unit.mysql/0.install Selecting previously unselected package g++-4.8. unit-mysql-0: 13:31:54 DEBUG unit.mysql/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 13:31:55 DEBUG unit.mysql/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:31:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cli-java. unit-abot-epc-basic-0: 13:31:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cli-java_1.2-5_all.deb ... unit-abot-epc-basic-0: 13:31:55 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cli-java (1.2-5) ... unit-abot-epc-basic-0: 13:31:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqdox2-java. unit-abot-epc-basic-0: 13:31:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqdox2-java_2.0~M3-2_all.deb ... unit-abot-epc-basic-0: 13:31:55 DEBUG unit.abot-epc-basic/0.install Unpacking libqdox2-java (2.0~M3-2) ... unit-abot-epc-basic-0: 13:31:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-metadata-java. unit-abot-epc-basic-0: 13:31:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-metadata-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 13:31:55 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-metadata-java (1.6-2) ... unit-abot-epc-basic-0: 13:31:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers1.5-java. unit-abot-epc-basic-0: 13:31:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers1.5-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 13:31:55 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers1.5-java (1.6-2) ... unit-abot-epc-basic-0: 13:31:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgeronimo-interceptor-3.0-spec-java. unit-abot-epc-basic-0: 13:31:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgeronimo-interceptor-3.0-spec-java_1.0.1-3fakesync1_all.deb ... unit-abot-epc-basic-0: 13:31:55 DEBUG unit.abot-epc-basic/0.install Unpacking libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-abot-epc-basic-0: 13:31:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet3.1-java. unit-abot-epc-basic-0: 13:31:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libservlet3.1-java_8.0.32-1ubuntu1.7_all.deb ... unit-abot-epc-basic-0: 13:31:55 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet3.1-java (8.0.32-1ubuntu1.7) ... unit-abot-epc-basic-0: 13:31:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdi-api-java. unit-mysql-0: 13:31:55 DEBUG unit.mysql/0.install Selecting previously unselected package g++. unit-mysql-0: 13:31:55 DEBUG unit.mysql/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 13:31:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdi-api-java_1.0-2_all.deb ... unit-mysql-0: 13:31:55 DEBUG unit.mysql/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 13:31:55 DEBUG unit.abot-epc-basic/0.install Unpacking libcdi-api-java (1.0-2) ... unit-mysql-0: 13:31:56 DEBUG unit.mysql/0.install Selecting previously unselected package make. unit-mysql-0: 13:31:56 DEBUG unit.mysql/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-mysql-0: 13:31:56 DEBUG unit.mysql/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-abot-epc-basic-0: 13:31:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-inject-java. unit-abot-epc-basic-0: 13:31:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-inject-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 13:31:56 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-inject-java (0.3.2-1) ... unit-mysql-0: 13:31:56 DEBUG unit.mysql/0.install Selecting previously unselected package libdpkg-perl. unit-mysql-0: 13:31:56 DEBUG unit.mysql/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-mysql-0: 13:31:56 DEBUG unit.mysql/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 13:31:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-plexus-java. unit-abot-epc-basic-0: 13:31:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-plexus-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 13:31:56 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-plexus-java (0.3.2-1) ... unit-mysql-0: 13:31:56 DEBUG unit.mysql/0.install Selecting previously unselected package dpkg-dev. unit-mysql-0: 13:31:56 DEBUG unit.mysql/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-mysql-0: 13:31:56 DEBUG unit.mysql/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 13:31:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhamcrest-java. unit-abot-epc-basic-0: 13:31:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhamcrest-java_1.3-5ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:31:56 DEBUG unit.abot-epc-basic/0.install Unpacking libhamcrest-java (1.3-5ubuntu1) ... unit-mysql-0: 13:31:56 DEBUG unit.mysql/0.install Selecting previously unselected package build-essential. unit-mysql-0: 13:31:56 DEBUG unit.mysql/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-mysql-0: 13:31:56 DEBUG unit.mysql/0.install Unpacking build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 13:31:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit4. unit-abot-epc-basic-0: 13:31:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit4_4.12-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:31:56 DEBUG unit.abot-epc-basic/0.install Unpacking junit4 (4.12-4ubuntu1) ... unit-mysql-0: 13:31:57 DEBUG unit.mysql/0.install Selecting previously unselected package libfakeroot:amd64. unit-mysql-0: 13:31:57 DEBUG unit.mysql/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 13:31:57 DEBUG unit.mysql/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 13:31:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net-java. unit-abot-epc-basic-0: 13:31:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net-java_3.4-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 13:31:57 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net-java (3.4-2ubuntu2) ... unit-abot-epc-basic-0: 13:31:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcglib3-java. unit-abot-epc-basic-0: 13:31:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcglib3-java_3.1+dfsg-1_all.deb ... unit-abot-epc-basic-0: 13:31:57 DEBUG unit.abot-epc-basic/0.install Unpacking libcglib3-java (3.1+dfsg-1) ... unit-mysql-0: 13:31:57 DEBUG unit.mysql/0.install Selecting previously unselected package fakeroot. unit-mysql-0: 13:31:57 DEBUG unit.mysql/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 13:31:57 DEBUG unit.mysql/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 13:31:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjenesis-java. unit-abot-epc-basic-0: 13:31:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjenesis-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 13:31:57 DEBUG unit.abot-epc-basic/0.install Unpacking libobjenesis-java (2.2-1) ... unit-abot-epc-basic-0: 13:31:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeasymock-java. unit-mysql-0: 13:31:58 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-abot-epc-basic-0: 13:31:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeasymock-java_3.3.1+ds-3_all.deb ... unit-mysql-0: 13:31:58 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-abot-epc-basic-0: 13:31:58 DEBUG unit.abot-epc-basic/0.install Unpacking libeasymock-java (3.3.1+ds-3) ... unit-mysql-0: 13:31:58 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 13:31:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet2.5-java. unit-abot-epc-basic-0: 13:31:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libservlet2.5-java_6.0.45+dfsg-1_all.deb ... unit-mysql-0: 13:31:58 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-mysql-0: 13:31:58 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-abot-epc-basic-0: 13:31:58 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet2.5-java (6.0.45+dfsg-1) ... unit-mysql-0: 13:31:58 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-mysql-0: 13:31:58 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-mysql-0: 13:31:58 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-abot-epc-basic-0: 13:31:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjetty-java. unit-mysql-0: 13:31:58 DEBUG unit.mysql/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 13:31:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjetty-java_6.1.26-5_all.deb ... unit-abot-epc-basic-0: 13:31:58 DEBUG unit.abot-epc-basic/0.install Unpacking libjetty-java (6.1.26-5) ... unit-mysql-0: 13:31:58 DEBUG unit.mysql/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-mysql-0: 13:31:58 DEBUG unit.mysql/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-mysql-0: 13:31:58 DEBUG unit.mysql/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 13:31:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblog4j1.2-java. unit-abot-epc-basic-0: 13:31:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblog4j1.2-java_1.2.17-7ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:31:58 DEBUG unit.abot-epc-basic/0.install Unpacking liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-mysql-0: 13:31:58 DEBUG unit.mysql/0.install Selecting previously unselected package manpages-dev. unit-mysql-0: 13:31:58 DEBUG unit.mysql/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-mysql-0: 13:31:58 DEBUG unit.mysql/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 13:31:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven-parent-java. unit-abot-epc-basic-0: 13:31:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven-parent-java_21-2_all.deb ... unit-abot-epc-basic-0: 13:31:58 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven-parent-java (21-2) ... unit-abot-epc-basic-0: 13:31:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon2-java. unit-abot-epc-basic-0: 13:31:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon2-java_2.10-3_all.deb ... unit-abot-epc-basic-0: 13:31:58 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon2-java (2.10-3) ... unit-mysql-0: 13:31:59 DEBUG unit.mysql/0.install Selecting previously unselected package python3-pkg-resources. unit-mysql-0: 13:31:59 DEBUG unit.mysql/0.install Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... unit-mysql-0: 13:31:59 DEBUG unit.mysql/0.install Unpacking python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 13:31:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven3-core-java. unit-abot-epc-basic-0: 13:31:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven3-core-java_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 13:31:59 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven3-core-java (3.3.9-3) ... unit-mysql-0: 13:31:59 DEBUG unit.mysql/0.install Selecting previously unselected package python-chardet-whl. unit-mysql-0: 13:31:59 DEBUG unit.mysql/0.install Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... unit-mysql-0: 13:31:59 DEBUG unit.mysql/0.install Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 13:31:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package maven. unit-mysql-0: 13:31:59 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama. unit-mysql-0: 13:31:59 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... unit-abot-epc-basic-0: 13:31:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/maven_3.3.9-3_all.deb ... unit-mysql-0: 13:31:59 DEBUG unit.mysql/0.install Unpacking python-colorama (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 13:31:59 DEBUG unit.abot-epc-basic/0.install Unpacking maven (3.3.9-3) ... unit-mysql-0: 13:31:59 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama-whl. unit-mysql-0: 13:31:59 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... unit-abot-epc-basic-0: 13:31:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapr1:amd64. unit-abot-epc-basic-0: 13:31:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapr1_1.5.2-3_amd64.deb ... unit-mysql-0: 13:31:59 DEBUG unit.mysql/0.install Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 13:31:59 DEBUG unit.abot-epc-basic/0.install Unpacking libapr1:amd64 (1.5.2-3) ... unit-mysql-0: 13:32:00 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib. unit-mysql-0: 13:32:00 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... unit-mysql-0: 13:32:00 DEBUG unit.mysql/0.install Unpacking python-distlib (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 13:32:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1:amd64. unit-abot-epc-basic-0: 13:32:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 13:32:00 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 13:32:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. unit-mysql-0: 13:32:00 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib-whl. unit-abot-epc-basic-0: 13:32:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.4-1build1_amd64.deb ... unit-mysql-0: 13:32:00 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:32:00 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-mysql-0: 13:32:00 DEBUG unit.mysql/0.install Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 13:32:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-ldap:amd64. unit-abot-epc-basic-0: 13:32:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-ldap_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 13:32:00 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 13:32:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblua5.1-0:amd64. unit-abot-epc-basic-0: 13:32:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblua5.1-0_5.1.5-8ubuntu1_amd64.deb ... unit-mysql-0: 13:32:01 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib. unit-mysql-0: 13:32:01 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:32:01 DEBUG unit.abot-epc-basic/0.install Unpacking liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-mysql-0: 13:32:01 DEBUG unit.mysql/0.install Unpacking python-html5lib (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 13:32:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-bin. unit-abot-epc-basic-0: 13:32:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-bin_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 13:32:01 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-bin (2.4.18-2ubuntu3.9) ... unit-mysql-0: 13:32:01 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib-whl. unit-mysql-0: 13:32:01 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 13:32:01 DEBUG unit.mysql/0.install Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... unit-mysql-0: 13:32:01 DEBUG unit.mysql/0.install Selecting previously unselected package python-six-whl. unit-mysql-0: 13:32:01 DEBUG unit.mysql/0.install Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... unit-mysql-0: 13:32:01 DEBUG unit.mysql/0.install Unpacking python-six-whl (1.5.2-1ubuntu1) ... unit-abot-epc-basic-0: 13:32:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-utils. unit-mysql-0: 13:32:02 DEBUG unit.mysql/0.install Selecting previously unselected package python-urllib3-whl. unit-mysql-0: 13:32:02 DEBUG unit.mysql/0.install Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... unit-abot-epc-basic-0: 13:32:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-utils_2.4.18-2ubuntu3.9_amd64.deb ... unit-mysql-0: 13:32:02 DEBUG unit.mysql/0.install Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... unit-abot-epc-basic-0: 13:32:02 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-utils (2.4.18-2ubuntu3.9) ... unit-mysql-0: 13:32:02 DEBUG unit.mysql/0.install Selecting previously unselected package python-requests-whl. unit-mysql-0: 13:32:02 DEBUG unit.mysql/0.install Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... unit-mysql-0: 13:32:02 DEBUG unit.mysql/0.install Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... unit-mysql-0: 13:32:02 DEBUG unit.mysql/0.install Selecting previously unselected package python-setuptools-whl. unit-mysql-0: 13:32:02 DEBUG unit.mysql/0.install Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... unit-mysql-0: 13:32:02 DEBUG unit.mysql/0.install Unpacking python-setuptools-whl (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 13:32:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-data. unit-abot-epc-basic-0: 13:32:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-data_2.4.18-2ubuntu3.9_all.deb ... unit-abot-epc-basic-0: 13:32:02 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-data (2.4.18-2ubuntu3.9) ... unit-mysql-0: 13:32:02 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip-whl. unit-mysql-0: 13:32:02 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 13:32:02 DEBUG unit.mysql/0.install Unpacking python-pip-whl (1.5.4-1ubuntu4) ... unit-mysql-0: 13:32:02 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip. unit-mysql-0: 13:32:02 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 13:32:02 DEBUG unit.mysql/0.install Unpacking python-pip (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 13:32:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2. unit-abot-epc-basic-0: 13:32:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 13:32:02 DEBUG unit.abot-epc-basic/0.install Unpacking apache2 (2.4.18-2ubuntu3.9) ... unit-mysql-0: 13:32:02 DEBUG unit.mysql/0.install Selecting previously unselected package python-wheel. unit-mysql-0: 13:32:02 DEBUG unit.mysql/0.install Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... unit-mysql-0: 13:32:03 DEBUG unit.mysql/0.install Unpacking python-wheel (0.24.0-1~ubuntu1) ... unit-mysql-0: 13:32:03 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:32:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip-whl. unit-abot-epc-basic-0: 13:32:03 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: 13:32:03 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip-whl (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 13:32:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-minimal:amd64. unit-abot-epc-basic-0: 13:32:03 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: 13:32:03 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 13:32:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-minimal. unit-abot-epc-basic-0: 13:32:04 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: 13:32:04 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 13:32:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-minimal. unit-abot-epc-basic-0: 13:32:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-minimal_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 13:32:04 DEBUG unit.abot-epc-basic/0.install Unpacking python-minimal (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 13:32:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-stdlib:amd64. unit-abot-epc-basic-0: 13:32:04 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: 13:32:04 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 13:32:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7. unit-abot-epc-basic-0: 13:32:05 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: 13:32:05 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 13:32:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-stdlib:amd64. unit-abot-epc-basic-0: 13:32:05 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: 13:32:05 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 13:32:05 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-mysql-0: 13:32:05 DEBUG unit.mysql/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 13:32:05 DEBUG unit.mysql/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 13:32:05 DEBUG unit.mysql/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-mysql-0: 13:32:05 DEBUG unit.mysql/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 13:32:05 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-mysql-0: 13:32:05 DEBUG unit.mysql/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 13:32:05 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-mysql-0: 13:32:05 DEBUG unit.mysql/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 13:32:05 DEBUG unit.mysql/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 13:32:05 DEBUG unit.mysql/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 13:32:06 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-mysql-0: 13:32:06 DEBUG unit.mysql/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:32:06 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-mysql-0: 13:32:06 DEBUG unit.mysql/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 13:32:06 DEBUG unit.mysql/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-mysql-0: 13:32:06 DEBUG unit.mysql/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 13:32:06 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-mysql-0: 13:32:06 DEBUG unit.mysql/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-mysql-0: 13:32:06 DEBUG unit.mysql/0.install Setting up linux-libc-dev:amd64 (3.13.0-153.203) ... unit-mysql-0: 13:32:06 DEBUG unit.mysql/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-mysql-0: 13:32:06 DEBUG unit.mysql/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:32:06 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 13:32:06 DEBUG unit.mysql/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 13:32:06 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 13:32:06 DEBUG unit.mysql/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 13:32:07 DEBUG unit.mysql/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:32:07 DEBUG unit.abot-epc-basic/0.install Setting up python-minimal (2.7.12-1~16.04) ... unit-mysql-0: 13:32:07 DEBUG unit.mysql/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 13:32:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python. unit-mysql-0: 13:32:07 DEBUG unit.mysql/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:32:07 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 ... 61174 files and directories currently installed.) unit-abot-epc-basic-0: 13:32:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 13:32:07 DEBUG unit.abot-epc-basic/0.install Unpacking python (2.7.12-1~16.04) ... unit-mysql-0: 13:32:07 DEBUG unit.mysql/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 13:32:07 DEBUG unit.mysql/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-mysql-0: 13:32:07 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-mysql-0: 13:32:07 DEBUG unit.mysql/0.install Setting up make (3.81-8.2ubuntu3) ... unit-mysql-0: 13:32:07 DEBUG unit.mysql/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 13:32:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip. unit-abot-epc-basic-0: 13:32:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip_8.1.1-2ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 13:32:07 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip (8.1.1-2ubuntu0.4) ... unit-mysql-0: 13:32:07 DEBUG unit.mysql/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-mysql-0: 13:32:07 DEBUG unit.mysql/0.install Setting up build-essential (11.6ubuntu6) ... unit-mysql-0: 13:32:08 DEBUG unit.mysql/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 13:32:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpc3:amd64. unit-mysql-0: 13:32:08 DEBUG unit.mysql/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 13:32:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ... unit-abot-epc-basic-0: 13:32:08 DEBUG unit.abot-epc-basic/0.install Unpacking libmpc3:amd64 (1.0.3-1) ... unit-mysql-0: 13:32:08 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-mysql-0: 13:32:08 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-mysql-0: 13:32:08 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-mysql-0: 13:32:08 DEBUG unit.mysql/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 13:32:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant. unit-mysql-0: 13:32:08 DEBUG unit.mysql/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 13:32:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant_1.9.6-1ubuntu1.1_all.deb ... unit-mysql-0: 13:32:08 DEBUG unit.mysql/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 13:32:08 DEBUG unit.abot-epc-basic/0.install Unpacking ant (1.9.6-1ubuntu1.1) ... unit-mysql-0: 13:32:08 DEBUG unit.mysql/0.install Setting up python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 13:32:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant-optional. unit-abot-epc-basic-0: 13:32:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant-optional_1.9.6-1ubuntu1.1_all.deb ... unit-mysql-0: 13:32:08 DEBUG unit.mysql/0.install Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 13:32:08 DEBUG unit.abot-epc-basic/0.install Unpacking ant-optional (1.9.6-1ubuntu1.1) ... unit-mysql-0: 13:32:08 DEBUG unit.mysql/0.install Setting up python-colorama (0.2.5-0.1ubuntu2) ... unit-mysql-0: 13:32:08 DEBUG unit.mysql/0.install Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-mysql-0: 13:32:08 DEBUG unit.mysql/0.install Setting up python-distlib (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 13:32:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package binutils. unit-abot-epc-basic-0: 13:32:09 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: 13:32:09 DEBUG unit.abot-epc-basic/0.install Unpacking binutils (2.26.1-1ubuntu1~16.04.6) ... unit-mysql-0: 13:32:09 DEBUG unit.mysql/0.install Setting up python-distlib-whl (0.1.8-1ubuntu1) ... unit-mysql-0: 13:32:09 DEBUG unit.mysql/0.install Setting up python-html5lib (0.999-3~ubuntu1) ... unit-mysql-0: 13:32:09 DEBUG unit.mysql/0.install Setting up python-html5lib-whl (0.999-3~ubuntu1) ... unit-mysql-0: 13:32:09 DEBUG unit.mysql/0.install Setting up python-six-whl (1.5.2-1ubuntu1) ... unit-mysql-0: 13:32:09 DEBUG unit.mysql/0.install Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... unit-mysql-0: 13:32:09 DEBUG unit.mysql/0.install Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... unit-mysql-0: 13:32:09 DEBUG unit.mysql/0.install Setting up python-setuptools-whl (3.3-1ubuntu2) ... unit-mysql-0: 13:32:09 DEBUG unit.mysql/0.install Setting up python-pip-whl (1.5.4-1ubuntu4) ... unit-mysql-0: 13:32:09 DEBUG unit.mysql/0.install Setting up python-pip (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 13:32:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc-dev-bin. unit-abot-epc-basic-0: 13:32:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc-dev-bin_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 13:32:09 DEBUG unit.abot-epc-basic/0.install Unpacking libc-dev-bin (2.23-0ubuntu10) ... unit-mysql-0: 13:32:09 DEBUG unit.mysql/0.install Setting up python-wheel (0.24.0-1~ubuntu1) ... unit-mysql-0: 13:32:09 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:32:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-abot-epc-basic-0: 13:32:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../linux-libc-dev_4.4.0-131.157_amd64.deb ... unit-abot-epc-basic-0: 13:32:09 DEBUG unit.abot-epc-basic/0.install Unpacking linux-libc-dev:amd64 (4.4.0-131.157) ... unit-mysql-0: 13:32:10 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 13:32:10 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 13:32:10 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 13:32:10 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 13:32:10 DEBUG unit.mysql/0.install python-dnspython unit-mysql-0: 13:32:10 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 13:32:10 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 13:32:10 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 13:32:10 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: 13:32:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dev:amd64. unit-abot-epc-basic-0: 13:32:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dev_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 13:32:10 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dev:amd64 (2.23-0ubuntu10) ... unit-mysql-0: 13:32:11 DEBUG unit.mysql/0.install Fetched 83.1 kB in 0s (101 kB/s) unit-mysql-0: 13:32:11 DEBUG unit.mysql/0.install Selecting previously unselected package python-dnspython. unit-mysql-0: 13:32:11 DEBUG unit.mysql/0.install (Reading database ... 57550 files and directories currently installed.) unit-mysql-0: 13:32:11 DEBUG unit.mysql/0.install Preparing to unpack .../python-dnspython_1.11.1-1build1_all.deb ... unit-mysql-0: 13:32:11 DEBUG unit.mysql/0.install Unpacking python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 13:32:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libisl15:amd64. unit-abot-epc-basic-0: 13:32:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ... unit-abot-epc-basic-0: 13:32:11 DEBUG unit.abot-epc-basic/0.install Unpacking libisl15:amd64 (0.16.1-1) ... unit-mysql-0: 13:32:11 DEBUG unit.mysql/0.install Setting up python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 13:32:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp-5. unit-abot-epc-basic-0: 13:32:11 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: 13:32:11 DEBUG unit.abot-epc-basic/0.install Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 13:32:12 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 13:32:12 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 13:32:12 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 13:32:12 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-mysql-0: 13:32:12 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 13:32:12 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-mysql-0: 13:32:12 DEBUG unit.mysql/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 13:32:12 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-mysql-0: 13:32:12 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 13:32:12 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 13:32:12 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 13:32:13 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 13:32:13 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 13:32:13 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 13:32:13 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 13:32:13 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-mysql-0: 13:32:13 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-abot-epc-basic-0: 13:32:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp. unit-abot-epc-basic-0: 13:32:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:32:13 DEBUG unit.abot-epc-basic/0.install Unpacking cpp (4:5.3.1-1ubuntu1) ... unit-mysql-0: 13:32:13 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-abot-epc-basic-0: 13:32:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcc1-0:amd64. unit-abot-epc-basic-0: 13:32:13 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: 13:32:13 DEBUG unit.abot-epc-basic/0.install Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 13:32:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgomp1:amd64. unit-abot-epc-basic-0: 13:32:13 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: 13:32:13 DEBUG unit.abot-epc-basic/0.install Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 13:32:13 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-abot-epc-basic-0: 13:32:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libitm1:amd64. unit-abot-epc-basic-0: 13:32:13 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: 13:32:13 DEBUG unit.abot-epc-basic/0.install Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 13:32:13 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-mysql-0: 13:32:13 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-mysql-0: 13:32:13 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-mysql-0: 13:32:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-abot-epc-basic-0: 13:32:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatomic1:amd64. unit-abot-epc-basic-0: 13:32:14 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: 13:32:14 DEBUG unit.abot-epc-basic/0.install Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 13:32:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-abot-epc-basic-0: 13:32:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasan2:amd64. unit-abot-epc-basic-0: 13:32:14 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: 13:32:14 DEBUG unit.abot-epc-basic/0.install Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 13:32:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-abot-epc-basic-0: 13:32:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblsan0:amd64. unit-abot-epc-basic-0: 13:32:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 13:32:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-abot-epc-basic-0: 13:32:14 DEBUG unit.abot-epc-basic/0.install Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 13:32:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtsan0:amd64. unit-abot-epc-basic-0: 13:32:14 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: 13:32:14 DEBUG unit.abot-epc-basic/0.install Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 13:32:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-abot-epc-basic-0: 13:32:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libubsan0:amd64. unit-abot-epc-basic-0: 13:32:14 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: 13:32:14 DEBUG unit.abot-epc-basic/0.install Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 13:32:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcilkrts5:amd64. unit-abot-epc-basic-0: 13:32:14 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: 13:32:14 DEBUG unit.abot-epc-basic/0.install Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 13:32:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 13:32:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpx0:amd64. unit-abot-epc-basic-0: 13:32:14 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: 13:32:14 DEBUG unit.abot-epc-basic/0.install Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 13:32:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libquadmath0:amd64. unit-abot-epc-basic-0: 13:32:14 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: 13:32:14 DEBUG unit.abot-epc-basic/0.install Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 13:32:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcc-5-dev:amd64. unit-abot-epc-basic-0: 13:32:14 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: 13:32:14 DEBUG unit.abot-epc-basic/0.install Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 13:32:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-abot-epc-basic-0: 13:32:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc-5. unit-abot-epc-basic-0: 13:32:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-mysql-0: 13:32:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-abot-epc-basic-0: 13:32:15 DEBUG unit.abot-epc-basic/0.install Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 13:32:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-mysql-0: 13:32:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-mysql-0: 13:32:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-mysql-0: 13:32:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-mysql-0: 13:32:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-mysql-0: 13:32:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-mysql-0: 13:32:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-mysql-0: 13:32:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-abot-epc-basic-0: 13:32:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc. unit-abot-epc-basic-0: 13:32:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:32:16 DEBUG unit.abot-epc-basic/0.install Unpacking gcc (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:32:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libstdc++-5-dev:amd64. unit-abot-epc-basic-0: 13:32:16 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: 13:32:16 DEBUG unit.abot-epc-basic/0.install Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 13:32:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-mysql-0: 13:32:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-mysql-0: 13:32:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-mysql-0: 13:32:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-mysql-0: 13:32:17 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-abot-epc-basic-0: 13:32:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++-5. unit-abot-epc-basic-0: 13:32:17 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: 13:32:17 DEBUG unit.abot-epc-basic/0.install Unpacking g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-mysql-0: 13:32:17 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-mysql-0: 13:32:17 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-mysql-0: 13:32:17 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-mysql-0: 13:32:17 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-mysql-0: 13:32:17 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 13:32:18 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-mysql-0: 13:32:18 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-mysql-0: 13:32:18 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-abot-epc-basic-0: 13:32:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++. unit-abot-epc-basic-0: 13:32:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:32:18 DEBUG unit.abot-epc-basic/0.install Unpacking g++ (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:32:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package make. unit-abot-epc-basic-0: 13:32:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/make_4.1-6_amd64.deb ... unit-abot-epc-basic-0: 13:32:18 DEBUG unit.abot-epc-basic/0.install Unpacking make (4.1-6) ... unit-mysql-0: 13:32:18 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 13:32:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdpkg-perl. unit-abot-epc-basic-0: 13:32:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.4_all.deb ... unit-abot-epc-basic-0: 13:32:18 DEBUG unit.abot-epc-basic/0.install Unpacking libdpkg-perl (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 13:32:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dpkg-dev. unit-abot-epc-basic-0: 13:32:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.4_all.deb ... unit-abot-epc-basic-0: 13:32:18 DEBUG unit.abot-epc-basic/0.install Unpacking dpkg-dev (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 13:32:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package build-essential. unit-abot-epc-basic-0: 13:32:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:32:18 DEBUG unit.abot-epc-basic/0.install Unpacking build-essential (12.1ubuntu2) ... unit-abot-epc-basic-0: 13:32:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfakeroot:amd64. unit-abot-epc-basic-0: 13:32:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:32:19 DEBUG unit.abot-epc-basic/0.install Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 13:32:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fakeroot. unit-abot-epc-basic-0: 13:32:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:32:19 DEBUG unit.abot-epc-basic/0.install Unpacking fakeroot (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 13:32:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-abot-epc-basic-0: 13:32:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ... unit-abot-epc-basic-0: 13:32:20 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-perl (1.19.03-1) ... unit-mysql-0: 13:32:20 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 13:32:20 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 13:32:20 INFO unit.mysql/0.juju-log Installing ['debconf-utils', 'python-mysqldb', 'uuid', 'pwgen', 'dnsutils'] with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 13:32:20 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 13:32:20 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 13:32:20 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 13:32:20 DEBUG unit.mysql/0.install dnsutils is already the newest version. unit-mysql-0: 13:32:20 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 13:32:20 DEBUG unit.mysql/0.install libmysqlclient18 libossp-uuid16 mysql-common unit-mysql-0: 13:32:20 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 13:32:20 DEBUG unit.mysql/0.install python-egenix-mxdatetime mysql-server-5.1 mysql-server python-mysqldb-dbg unit-mysql-0: 13:32:20 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 13:32:20 DEBUG unit.mysql/0.install debconf-utils libmysqlclient18 libossp-uuid16 mysql-common pwgen unit-mysql-0: 13:32:20 DEBUG unit.mysql/0.install python-mysqldb uuid unit-abot-epc-basic-0: 13:32:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-abot-epc-basic-0: 13:32:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ... unit-abot-epc-basic-0: 13:32:20 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ... unit-mysql-0: 13:32:21 DEBUG unit.mysql/0.install 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 13:32:21 DEBUG unit.mysql/0.install Need to get 781 kB of archives. unit-mysql-0: 13:32:21 DEBUG unit.mysql/0.install After this operation, 4259 kB of additional disk space will be used. unit-mysql-0: 13:32:21 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: 13:32:21 DEBUG unit.mysql/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-abot-epc-basic-0: 13:32:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-abot-epc-basic-0: 13:32:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ... unit-abot-epc-basic-0: 13:32:21 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 13:32:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp2-java. unit-abot-epc-basic-0: 13:32:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp2-java_2.1.10-7build1_all.deb ... unit-abot-epc-basic-0: 13:32:21 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 13:32:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp3-java. unit-abot-epc-basic-0: 13:32:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp3-java_1.1.4c-2build1_all.deb ... unit-abot-epc-basic-0: 13:32:21 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 13:32:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdom4j-java. unit-abot-epc-basic-0: 13:32:21 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: 13:32:21 DEBUG unit.abot-epc-basic/0.install Unpacking libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-abot-epc-basic-0: 13:32:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-abot-epc-basic-0: 13:32:21 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: 13:32:21 DEBUG unit.abot-epc-basic/0.install Unpacking libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 13:32:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-abot-epc-basic-0: 13:32:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ... unit-abot-epc-basic-0: 13:32:21 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-fcntllock-perl (0.22-3) ... unit-abot-epc-basic-0: 13:32:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7:amd64. unit-abot-epc-basic-0: 13:32:22 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: 13:32:22 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 13:32:22 DEBUG unit.mysql/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main debconf-utils all 1.5.51ubuntu2 [57.4 kB] unit-abot-epc-basic-0: 13:32:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-abot-epc-basic-0: 13:32:22 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: 13:32:22 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 13:32:22 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: 13:32:22 DEBUG unit.mysql/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main pwgen amd64 2.06-1ubuntu4 [17.3 kB] unit-mysql-0: 13:32:22 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: 13:32:22 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: 13:32:22 DEBUG unit.mysql/0.install Fetched 781 kB in 1s (402 kB/s) unit-mysql-0: 13:32:22 DEBUG unit.mysql/0.install Selecting previously unselected package mysql-common. unit-mysql-0: 13:32:22 DEBUG unit.mysql/0.install (Reading database ... 57650 files and directories currently installed.) unit-mysql-0: 13:32:22 DEBUG unit.mysql/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 13:32:22 DEBUG unit.mysql/0.install Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 13:32:22 DEBUG unit.mysql/0.install Selecting previously unselected package libmysqlclient18:amd64. unit-mysql-0: 13:32:22 DEBUG unit.mysql/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 13:32:22 DEBUG unit.mysql/0.install Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 13:32:23 DEBUG unit.mysql/0.install Selecting previously unselected package debconf-utils. unit-mysql-0: 13:32:23 DEBUG unit.mysql/0.install Preparing to unpack .../debconf-utils_1.5.51ubuntu2_all.deb ... unit-mysql-0: 13:32:23 DEBUG unit.mysql/0.install Unpacking debconf-utils (1.5.51ubuntu2) ... unit-mysql-0: 13:32:23 DEBUG unit.mysql/0.install Selecting previously unselected package libossp-uuid16. unit-mysql-0: 13:32:23 DEBUG unit.mysql/0.install Preparing to unpack .../libossp-uuid16_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 13:32:23 DEBUG unit.mysql/0.install Unpacking libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-mysql-0: 13:32:23 DEBUG unit.mysql/0.install Selecting previously unselected package pwgen. unit-mysql-0: 13:32:23 DEBUG unit.mysql/0.install Preparing to unpack .../pwgen_2.06-1ubuntu4_amd64.deb ... unit-mysql-0: 13:32:23 DEBUG unit.mysql/0.install Unpacking pwgen (2.06-1ubuntu4) ... unit-abot-epc-basic-0: 13:32:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-dev:amd64. unit-mysql-0: 13:32:24 DEBUG unit.mysql/0.install Selecting previously unselected package python-mysqldb. unit-mysql-0: 13:32:24 DEBUG unit.mysql/0.install Preparing to unpack .../python-mysqldb_1.2.3-2ubuntu1_amd64.deb ... unit-mysql-0: 13:32:24 DEBUG unit.mysql/0.install Unpacking python-mysqldb (1.2.3-2ubuntu1) ... unit-abot-epc-basic-0: 13:32:24 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: 13:32:24 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 13:32:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-all-dev:amd64. unit-mysql-0: 13:32:24 DEBUG unit.mysql/0.install Selecting previously unselected package uuid. unit-abot-epc-basic-0: 13:32:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-all-dev_2.7.12-1~16.04_amd64.deb ... unit-mysql-0: 13:32:24 DEBUG unit.mysql/0.install Preparing to unpack .../uuid_1.6.2-1.3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:32:24 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-mysql-0: 13:32:24 DEBUG unit.mysql/0.install Unpacking uuid (1.6.2-1.3ubuntu1) ... unit-mysql-0: 13:32:24 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:32:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxom-java. unit-abot-epc-basic-0: 13:32:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxom-java_1.2.10-1_all.deb ... unit-abot-epc-basic-0: 13:32:24 DEBUG unit.abot-epc-basic/0.install Unpacking libxom-java (1.2.10-1) ... unit-abot-epc-basic-0: 13:32:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package manpages-dev. unit-abot-epc-basic-0: 13:32:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../manpages-dev_4.04-2_all.deb ... unit-abot-epc-basic-0: 13:32:24 DEBUG unit.abot-epc-basic/0.install Unpacking manpages-dev (4.04-2) ... unit-mysql-0: 13:32:25 DEBUG unit.mysql/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:32:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all. unit-abot-epc-basic-0: 13:32:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-all_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 13:32:25 DEBUG unit.abot-epc-basic/0.install Unpacking python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 13:32:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-dev. unit-abot-epc-basic-0: 13:32:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-dev_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-mysql-0: 13:32:25 DEBUG unit.mysql/0.install Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:32:25 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 13:32:25 DEBUG unit.mysql/0.install Setting up debconf-utils (1.5.51ubuntu2) ... unit-mysql-0: 13:32:25 DEBUG unit.mysql/0.install Setting up libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 13:32:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-dev. unit-abot-epc-basic-0: 13:32:25 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: 13:32:25 DEBUG unit.abot-epc-basic/0.install Unpacking python-dev (2.7.12-1~16.04) ... unit-mysql-0: 13:32:25 DEBUG unit.mysql/0.install Setting up pwgen (2.06-1ubuntu4) ... unit-mysql-0: 13:32:25 DEBUG unit.mysql/0.install Setting up python-mysqldb (1.2.3-2ubuntu1) ... unit-abot-epc-basic-0: 13:32:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all-dev. unit-abot-epc-basic-0: 13:32:25 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: 13:32:25 DEBUG unit.abot-epc-basic/0.install Unpacking python-all-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 13:32:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pkg-resources. unit-abot-epc-basic-0: 13:32:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 13:32:25 DEBUG unit.abot-epc-basic/0.install Unpacking python-pkg-resources (20.7.0-1) ... unit-mysql-0: 13:32:25 DEBUG unit.mysql/0.install Setting up uuid (1.6.2-1.3ubuntu1) ... unit-mysql-0: 13:32:25 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:32:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-setuptools. unit-abot-epc-basic-0: 13:32:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-setuptools_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 13:32:26 DEBUG unit.abot-epc-basic/0.install Unpacking python-setuptools (20.7.0-1) ... unit-mysql-0: 13:32:27 INFO juju.worker.uniter.operation ran "install" hook unit-mysql-0: 13:32:27 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-mysql-0: 13:32:27 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 13:32:27 DEBUG juju.worker.uniter.operation running operation accept leadership unit-mysql-0: 13:32:27 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-mysql-0: 13:32:27 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-mysql-0: 13:32:27 INFO juju.worker.uniter found queued "leader-elected" hook unit-mysql-0: 13:32:27 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-mysql-0: 13:32:27 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 13:32:27 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 13:32:27 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-mysql-0: 13:32:27 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-mysql-0: 13:32:27 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-mysql-0: 13:32:27 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-mysql-0: 13:32:27 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-mysql-0: 13:32:27 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 13:32:27 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 13:32:27 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-mysql-0: 13:32:27 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 13:32:27 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 13:32:27 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-mysql-0: 13:32:27 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-mysql-0: 13:32:27 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-abot-epc-basic-0: 13:32:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-wheel. unit-abot-epc-basic-0: 13:32:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-wheel_0.29.0-1_all.deb ... unit-abot-epc-basic-0: 13:32:27 DEBUG unit.abot-epc-basic/0.install Unpacking python-wheel (0.29.0-1) ... unit-abot-epc-basic-0: 13:32:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ssl-cert. unit-abot-epc-basic-0: 13:32:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ssl-cert_1.0.37_all.deb ... unit-abot-epc-basic-0: 13:32:27 DEBUG unit.abot-epc-basic/0.install Unpacking ssl-cert (1.0.37) ... unit-mysql-0: 13:32:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 13:32:27 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-mysql-0: 13:32:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 13:32:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 13:32:27 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-mysql-0: 13:32:27 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 13:32:28 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Sources unit-mysql-0: 13:32:28 DEBUG unit.mysql/0.config-changed Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 13:32:28 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Sources unit-mysql-0: 13:32:28 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 13:32:28 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 13:32:28 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 13:32:28 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 13:32:28 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 13:32:28 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 13:32:28 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 13:32:28 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-mysql-0: 13:32:28 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-mysql-0: 13:32:28 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-mysql-0: 13:32:29 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-mysql-0: 13:32:29 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-mysql-0: 13:32:29 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-mysql-0: 13:32:29 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-mysql-0: 13:32:29 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-mysql-0: 13:32:29 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-mysql-0: 13:32:29 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-mysql-0: 13:32:30 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-mysql-0: 13:32:30 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-mysql-0: 13:32:30 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-codec-java (1.10-1) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libapache-pom-java (10-2build1) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-parent-java (39-3) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-logging-java (1.2-1+build1) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libhttpclient-java (4.5.1-1) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libslf4j-java (1.7.14-3) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-httpclient-java (3.1-12) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-io-java (2.4-2) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net2-java (2.2-2) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libjsch-java (0.1.53-1ubuntu1) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libjsoup-java (1.8.3-1) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libatinject-jsr330-api-java (1.0+ds1-2) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libjsr305-java (0.1~+svn49-9) ... unit-mysql-0: 13:32:30 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libguava-java (19.0-1) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds-java (1.5.0-5) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-resolver1.1-java (1.2-7build1) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-external-java (1.4.01-2build1) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libxerces2-java (2.11.0-7) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libxalan2-java (2.7.1-9) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interpolation-java (1.21-1) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils-java (1:1.5.15-4) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libxbean-java (4.5-1) ... unit-mysql-0: 13:32:30 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers-java (1.0~beta3.0.7-8) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libwagon-java (1.0.0-7) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libeclipse-aether-java (1.0.2-1) ... unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-cli-java (1.3.1-3ubuntu1) ... unit-mysql-0: 13:32:30 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-abot-epc-basic-0: 13:32:30 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang3-java (3.4-1) ... unit-mysql-0: 13:32:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libaopalliance-java (20070526-5) ... unit-mysql-0: 13:32:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libguice-java (4.0-2) ... unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up junit (3.8.2-8build1) ... unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cipher-java (1.7-1) ... unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds2-java (2.5.2-1) ... unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils2-java (3.0.22-1) ... unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default1.5-java (1.6-2) ... unit-mysql-0: 13:32:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-annotations-java (1.6-2) ... unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libasm4-java (5.0.4-1) ... unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libjaxen-java (1.1.6-1ubuntu1) ... unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libjdom1-java (1.1.3-1) ... unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libclassworlds-java (1.1-final-5) ... unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang-java (2.6-6ubuntu2) ... unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libdoxia-core-java (1.1.4-3ubuntu1) ... unit-mysql-0: 13:32:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-abot-epc-basic-0: 13:32:31 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: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-io-java (1.0~alpha5-2) ... unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-archiver-java (2.2-1) ... unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libbsh-java (2.0b4-17ubuntu1) ... unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-sec-dispatcher-java (1.3.1-6) ... unit-mysql-0: 13:32:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libmaven2-core-java (2.2.1-24) ... unit-mysql-0: 13:32:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cli-java (1.2-5) ... unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libqdox2-java (2.0~M3-2) ... unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-metadata-java (1.6-2) ... unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers1.5-java (1.6-2) ... unit-mysql-0: 13:32:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libservlet3.1-java (8.0.32-1ubuntu1.7) ... unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libcdi-api-java (1.0-2) ... unit-abot-epc-basic-0: 13:32:31 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-inject-java (0.3.2-1) ... unit-mysql-0: 13:32:32 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-abot-epc-basic-0: 13:32:32 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-plexus-java (0.3.2-1) ... unit-abot-epc-basic-0: 13:32:32 DEBUG unit.abot-epc-basic/0.install Setting up libhamcrest-java (1.3-5ubuntu1) ... unit-abot-epc-basic-0: 13:32:32 DEBUG unit.abot-epc-basic/0.install Setting up junit4 (4.12-4ubuntu1) ... unit-mysql-0: 13:32:32 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-abot-epc-basic-0: 13:32:32 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net-java (3.4-2ubuntu2) ... unit-abot-epc-basic-0: 13:32:32 DEBUG unit.abot-epc-basic/0.install Setting up libcglib3-java (3.1+dfsg-1) ... unit-abot-epc-basic-0: 13:32:32 DEBUG unit.abot-epc-basic/0.install Setting up libobjenesis-java (2.2-1) ... unit-abot-epc-basic-0: 13:32:32 DEBUG unit.abot-epc-basic/0.install Setting up libeasymock-java (3.3.1+ds-3) ... unit-abot-epc-basic-0: 13:32:32 DEBUG unit.abot-epc-basic/0.install Setting up libservlet2.5-java (6.0.45+dfsg-1) ... unit-abot-epc-basic-0: 13:32:32 DEBUG unit.abot-epc-basic/0.install Setting up libjetty-java (6.1.26-5) ... unit-mysql-0: 13:32:32 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-abot-epc-basic-0: 13:32:32 DEBUG unit.abot-epc-basic/0.install Setting up liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-mysql-0: 13:32:32 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-abot-epc-basic-0: 13:32:32 DEBUG unit.abot-epc-basic/0.install Setting up libmaven-parent-java (21-2) ... unit-mysql-0: 13:32:32 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-abot-epc-basic-0: 13:32:32 DEBUG unit.abot-epc-basic/0.install Setting up libwagon2-java (2.10-3) ... unit-abot-epc-basic-0: 13:32:32 DEBUG unit.abot-epc-basic/0.install Setting up libmaven3-core-java (3.3.9-3) ... unit-abot-epc-basic-0: 13:32:32 DEBUG unit.abot-epc-basic/0.install Setting up maven (3.3.9-3) ... unit-mysql-0: 13:32:32 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-abot-epc-basic-0: 13:32:32 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: 13:32:32 DEBUG unit.abot-epc-basic/0.install Setting up libapr1:amd64 (1.5.2-3) ... unit-abot-epc-basic-0: 13:32:32 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1:amd64 (1.5.4-1build1) ... unit-mysql-0: 13:32:32 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 13:32:32 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 13:32:32 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 13:32:32 DEBUG unit.abot-epc-basic/0.install Setting up liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-abot-epc-basic-0: 13:32:32 DEBUG unit.abot-epc-basic/0.install Setting up apache2-bin (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 13:32:32 DEBUG unit.abot-epc-basic/0.install Setting up apache2-utils (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 13:32:32 DEBUG unit.abot-epc-basic/0.install Setting up apache2-data (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 13:32:33 DEBUG unit.abot-epc-basic/0.install Setting up apache2 (2.4.18-2ubuntu3.9) ... unit-mysql-0: 13:32:33 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-mysql-0: 13:32:33 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-mysql-0: 13:32:33 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-mysql-0: 13:32:33 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-mysql-0: 13:32:33 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-mysql-0: 13:32:33 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-mysql-0: 13:32:33 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling module mpm_event. unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling module authz_core. unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling module authz_host. unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling module authn_core. unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling module auth_basic. unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling module access_compat. unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling module authn_file. unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling module authz_user. unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling module alias. unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling module dir. unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling module autoindex. unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling module env. unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling module mime. unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling module negotiation. unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling module setenvif. unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling module filter. unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling module deflate. unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling module status. unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling conf charset. unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling conf localized-error-pages. unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling conf other-vhosts-access-log. unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling conf security. unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling conf serve-cgi-bin. unit-abot-epc-basic-0: 13:32:34 DEBUG unit.abot-epc-basic/0.install Enabling site 000-default. unit-mysql-0: 13:32:35 DEBUG unit.mysql/0.config-changed Reading package lists... unit-mysql-0: 13:32:35 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 13:32:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 13:32:35 INFO unit.mysql/0.juju-log Installing mysql-server with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 13:32:35 DEBUG unit.mysql/0.config-changed Reading package lists... unit-mysql-0: 13:32:36 DEBUG unit.mysql/0.config-changed Building dependency tree... unit-mysql-0: 13:32:36 DEBUG unit.mysql/0.config-changed Reading state information... unit-mysql-0: 13:32:36 DEBUG unit.mysql/0.config-changed The following extra packages will be installed: unit-mysql-0: 13:32:36 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 13:32:36 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server-5.5 unit-mysql-0: 13:32:36 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-mysql-0: 13:32:36 DEBUG unit.mysql/0.config-changed Suggested packages: unit-mysql-0: 13:32:36 DEBUG unit.mysql/0.config-changed libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-mysql-0: 13:32:36 DEBUG unit.mysql/0.config-changed libsql-statement-perl libipc-sharedcache-perl tinyca mailx unit-mysql-0: 13:32:36 DEBUG unit.mysql/0.config-changed The following NEW packages will be installed: unit-mysql-0: 13:32:36 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 13:32:36 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server mysql-server-5.5 unit-mysql-0: 13:32:36 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-abot-epc-basic-0: 13:32:36 DEBUG unit.abot-epc-basic/0.install Setting up python-pip-whl (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 13:32:36 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 13:32:36 DEBUG unit.abot-epc-basic/0.install Setting up python2.7 (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 13:32:36 DEBUG unit.mysql/0.config-changed 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 13:32:36 DEBUG unit.mysql/0.config-changed Need to get 8868 kB of archives. unit-mysql-0: 13:32:36 DEBUG unit.mysql/0.config-changed After this operation, 93.5 MB of additional disk space will be used. unit-mysql-0: 13:32:36 DEBUG unit.mysql/0.config-changed Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-abot-epc-basic-0: 13:32:36 DEBUG unit.abot-epc-basic/0.install Setting up libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 13:32:37 DEBUG unit.abot-epc-basic/0.install Setting up python (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 13:32:37 DEBUG unit.abot-epc-basic/0.install Setting up python-pip (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 13:32:37 DEBUG unit.abot-epc-basic/0.install Setting up abot-epc-basic (3.1.1) ... unit-abot-epc-basic-0: 13:32:37 DEBUG unit.abot-epc-basic/0.install Inside postinstall - configure called unit-abot-epc-basic-0: 13:32:37 DEBUG unit.abot-epc-basic/0.install Current directory : / unit-abot-epc-basic-0: 13:32:37 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-mysql-0: 13:32:37 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: 13:32:37 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: 13:32:37 DEBUG unit.mysql/0.config-changed Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] unit-mysql-0: 13:32:38 DEBUG unit.mysql/0.config-changed Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] unit-mysql-0: 13:32:38 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-mysql-0: 13:32:38 DEBUG unit.mysql/0.config-changed Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1862 kB] unit-mysql-0: 13:32:38 DEBUG unit.mysql/0.config-changed Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] unit-mysql-0: 13:32:38 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-mysql-0: 13:32:39 DEBUG unit.mysql/0.config-changed Preconfiguring packages ... unit-mysql-0: 13:32:39 DEBUG unit.mysql/0.config-changed Fetched 8868 kB in 2s (3085 kB/s) unit-mysql-0: 13:32:39 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbi-perl. unit-mysql-0: 13:32:39 DEBUG unit.mysql/0.config-changed (Reading database ... 57744 files and directories currently installed.) unit-mysql-0: 13:32:39 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-mysql-0: 13:32:39 DEBUG unit.mysql/0.config-changed Unpacking libdbi-perl (1.630-1) ... unit-mysql-0: 13:32:39 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbd-mysql-perl. unit-mysql-0: 13:32:39 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-mysql-0: 13:32:39 DEBUG unit.mysql/0.config-changed Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:32:39 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-mysql-0: 13:32:39 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libterm-readkey-perl. unit-mysql-0: 13:32:39 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-mysql-0: 13:32:39 DEBUG unit.mysql/0.config-changed Unpacking libterm-readkey-perl (2.31-1) ... unit-mysql-0: 13:32:39 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-core-5.5. unit-mysql-0: 13:32:39 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: 13:32:39 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 13:32:39 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-5.5. unit-mysql-0: 13:32:39 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: 13:32:39 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:32:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom unit-abot-epc-basic-0: 13:32:40 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.7 KB/sec) unit-abot-epc-basic-0: 13:32:40 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: 13:32:40 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 KB at 471.6 KB/sec) unit-abot-epc-basic-0: 13:32:40 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: 13:32:40 DEBUG unit.abot-epc-basic/0.install 3/26 KB 6/26 KB 9/26 KB 11/26 KB 14/26 KB 16/26 KB 19/26 KB 22/26 KB 25/26 KB 26/26 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 KB at 953.3 KB/sec) unit-abot-epc-basic-0: 13:32:40 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: 13:32:40 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 KB at 722.6 KB/sec) unit-abot-epc-basic-0: 13:32:40 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: 13:32:40 DEBUG unit.abot-epc-basic/0.install 3/25 KB 6/25 KB 9/25 KB 11/25 KB 14/25 KB 16/25 KB 19/25 KB 22/25 KB 25/25 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 KB at 962.2 KB/sec) unit-abot-epc-basic-0: 13:32:40 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: 13:32:40 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-core-5.5. unit-mysql-0: 13:32:40 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: 13:32:40 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:32:40 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 298.5 KB/sec) unit-abot-epc-basic-0: 13:32:40 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: 13:32:40 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 490.9 KB/sec) unit-abot-epc-basic-0: 13:32:40 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: 13:32:40 DEBUG unit.abot-epc-basic/0.install 3/37 KB 6/37 KB 9/37 KB 11/37 KB 14/37 KB 16/37 KB 19/37 KB 22/37 KB 25/37 KB 27/37 KB 30/37 KB 32/37 KB 35/37 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 KB at 1385.9 KB/sec) unit-abot-epc-basic-0: 13:32:40 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: 13:32:40 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 KB at 682.9 KB/sec) unit-abot-epc-basic-0: 13:32:40 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: 13:32:40 DEBUG unit.abot-epc-basic/0.install 3/33 KB 6/33 KB 9/33 KB 11/33 KB 14/33 KB 16/33 KB 19/33 KB 22/33 KB 25/33 KB 27/33 KB 30/33 KB 32/33 KB 33/33 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.jar (33 KB at 1115.1 KB/sec) unit-abot-epc-basic-0: 13:32:40 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:32:40 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:32:40 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 13:32:40 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:32:40 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:32:40 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: 13:32:40 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: 13:32:40 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 67.8 KB/sec) unit-abot-epc-basic-0: 13:32:40 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: 13:32:40 DEBUG unit.abot-epc-basic/0.install 3/22 KB 6/22 KB 9/22 KB 11/22 KB 14/22 KB 16/22 KB 19/22 KB 22/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 KB at 810.5 KB/sec) unit-abot-epc-basic-0: 13:32:40 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: 13:32:40 DEBUG unit.abot-epc-basic/0.install 3/32 KB 6/32 KB 9/32 KB 11/32 KB 14/32 KB 16/32 KB 19/32 KB 22/32 KB 25/32 KB 27/32 KB 30/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 KB at 879.2 KB/sec) unit-abot-epc-basic-0: 13:32:40 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: 13:32:40 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 200.0 KB/sec) unit-abot-epc-basic-0: 13:32:40 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom unit-abot-epc-basic-0: 13:32:40 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 150.4 KB/sec) unit-abot-epc-basic-0: 13:32:40 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: 13:32:40 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 106.4 KB/sec) unit-abot-epc-basic-0: 13:32:41 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: 13:32:41 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 150.7 KB/sec) unit-abot-epc-basic-0: 13:32:41 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: 13:32:41 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 445.9 KB/sec) unit-abot-epc-basic-0: 13:32:41 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: 13:32:41 DEBUG unit.abot-epc-basic/0.install 3/12 KB 6/12 KB 9/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 566.9 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install 889/889 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 45.7 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom unit-abot-epc-basic-0: 13:32:41 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-components/1.1.14/plexus-components-1.1.14.pom (6 KB at 407.5 KB/sec) unit-abot-epc-basic-0: 13:32:41 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: 13:32:41 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (4 KB at 214.2 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom unit-abot-epc-basic-0: 13:32:41 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 30.0 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install 3/6 KB 4/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (6 KB at 373.5 KB/sec) unit-abot-epc-basic-0: 13:32:41 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: 13:32:41 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 40.6 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install 2/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 372.0 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom unit-abot-epc-basic-0: 13:32:41 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 190.9 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom unit-abot-epc-basic-0: 13:32:41 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 132.5 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (4 KB at 137.7 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom unit-abot-epc-basic-0: 13:32:41 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 83.1 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom unit-abot-epc-basic-0: 13:32:41 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 102.9 KB/sec) unit-abot-epc-basic-0: 13:32:41 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: 13:32:41 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 61.4 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom unit-abot-epc-basic-0: 13:32:41 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 99.1 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom unit-abot-epc-basic-0: 13:32:41 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 640.9 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install 3/41 KB 6/41 KB 9/41 KB 11/41 KB 14/41 KB 16/41 KB 19/41 KB 22/41 KB 25/41 KB 27/41 KB 30/41 KB 32/41 KB 36/41 KB 40/41 KB 41/41 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (41 KB at 1705.6 KB/sec) unit-abot-epc-basic-0: 13:32:41 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: 13:32:41 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 643.7 KB/sec) unit-abot-epc-basic-0: 13:32:41 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: 13:32:41 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/0.4/maven-shared-utils-0.4.pom (4 KB at 179.6 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (7 KB at 388.1 KB/sec) unit-abot-epc-basic-0: 13:32:41 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: 13:32:41 DEBUG unit.abot-epc-basic/0.install 3/32 KB 6/32 KB 9/32 KB 11/32 KB 14/32 KB 16/32 KB 19/32 KB 22/32 KB 25/32 KB 27/32 KB 30/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (32 KB at 1515.3 KB/sec) unit-abot-epc-basic-0: 13:32:41 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: 13:32:41 DEBUG unit.abot-epc-basic/0.install 2/14 KB 5/14 KB 8/14 KB 10/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 568.6 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom unit-abot-epc-basic-0: 13:32:41 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 62.8 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom unit-abot-epc-basic-0: 13:32:41 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 139.6 KB/sec) unit-abot-epc-basic-0: 13:32:41 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: 13:32:41 DEBUG unit.abot-epc-basic/0.install 3/20 KB 5/20 KB 8/20 KB 11/20 KB 13/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 KB at 1050.9 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom unit-abot-epc-basic-0: 13:32:41 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 300.0 KB/sec) unit-abot-epc-basic-0: 13:32:41 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: 13:32:41 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 KB at 779.0 KB/sec) unit-abot-epc-basic-0: 13:32:41 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: 13:32:41 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: 13:32:41 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: 13:32:41 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: 13:32:41 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: 13:32:41 DEBUG unit.abot-epc-basic/0.install 3/153 KB 5/153 KB 8/153 KB 11/153 KB 13/153 KB 16/153 KB 19/153 KB 21/153 KB 24/153 KB 27/153 KB 29/153 KB 32/153 KB 36/153 KB 3/13 KB 40/153 KB 3/48 KB 3/13 KB 36/153 KB 3/48 KB 3/13 KB 36/153 KB 6/13 KB 44/153 KB 3/48 KB 9/13 KB 44/153 KB 3/48 KB 11/13 KB 44/153 KB 3/48 KB 13/13 KB 44/153 KB 3/48 KB 3/13 KB 44/153 KB 3/48 KB 13/13 KB 48/153 KB 3/48 KB 13/13 KB 48/153 KB 5/48 KB 13/13 KB 52/153 KB 8/48 KB 13/13 KB 52/153 KB 11/48 KB 13/13 KB 52/153 KB 13/48 KB 13/13 KB 52/153 KB 5/48 KB 13/13 KB 56/153 KB 13/48 KB 13/13 KB 60/153 KB 13/48 KB 13/13 KB 60/153 KB 16/48 KB 13/13 KB 64/153 KB 16/48 KB 13/13 KB 64/153 KB 19/48 KB 13/13 KB 68/153 KB 19/48 KB 13/13 KB 68/153 KB 21/48 KB 13/13 KB 68/153 KB 24/48 KB 13/13 KB 72/153 KB 24/48 KB 76/153 KB 27/48 KB 80/153 KB 27/48 KB 72/153 KB 27/48 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 268.5 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install 80/153 KB 29/48 KB 84/153 KB 32/48 KB 84/153 KB 36/48 KB 84/153 KB 40/48 KB 84/153 KB 29/48 KB 88/153 KB 44/48 KB 92/153 KB 44/48 KB 3/35 KB 92/153 KB 44/48 KB 5/35 KB 92/153 KB 44/48 KB 8/35 KB 92/153 KB 44/48 KB 11/35 KB 92/153 KB 44/48 KB 13/35 KB 92/153 KB 44/48 KB 96/153 KB 44/48 KB 13/35 KB 96/153 KB 44/48 KB 13/35 KB 3/30 KB 96/153 KB 44/48 KB 13/35 KB 5/30 KB 96/153 KB 44/48 KB 13/35 KB 8/30 KB 96/153 KB 44/48 KB 13/35 KB 11/30 KB 96/153 KB 44/48 KB 13/35 KB 13/30 KB 96/153 KB 44/48 KB 13/35 KB 13/30 KB 96/153 KB 48/48 KB 13/35 KB 13/30 KB 3/50 KB 96/153 KB 48/48 KB 13/35 KB 13/30 KB 3/50 KB 96/153 KB 44/48 KB 13/35 KB 13/30 KB 3/50 KB 96/153 KB 48/48 KB 16/35 KB 13/30 KB 3/50 KB 96/153 KB 48/48 KB 19/35 KB 13/30 KB 3/50 KB 96/153 KB 48/48 KB 21/35 KB 13/30 KB 3/50 KB 96/153 KB 48/48 KB 24/35 KB 13/30 KB 3/50 KB 96/153 KB 48/48 KB 24/35 KB 13/30 KB 6/50 KB 96/153 KB 48/48 KB 27/35 KB 13/30 KB 6/50 KB 96/153 KB 48/48 KB 29/35 KB 13/30 KB 6/50 KB 96/153 KB 48/48 KB 29/35 KB 16/30 KB 6/50 KB 96/153 KB 48/48 KB 29/35 KB 19/30 KB 6/50 KB 96/153 KB 48/48 KB 32/35 KB 19/30 KB 6/50 KB 96/153 KB 48/48 KB 35/35 KB 19/30 KB 6/50 KB 96/153 KB 48/48 KB 35/35 KB 19/30 KB 6/50 KB 96/153 KB 48/48 KB 35/35 KB 21/30 KB 6/50 KB 96/153 KB 48/48 KB 35/35 KB 24/30 KB 6/50 KB 96/153 KB 48/48 KB 35/35 KB 27/30 KB 6/50 KB 96/153 KB 48/48 KB 35/35 KB 29/30 KB 6/50 KB 96/153 KB 48/48 KB 35/35 KB 30/30 KB 6/50 KB 96/153 KB 48/48 KB 35/35 KB 30/30 KB 9/50 KB 96/153 KB 48/48 KB 35/35 KB 30/30 KB 11/50 KB 100/153 KB 48/48 KB 35/35 KB 30/30 KB 11/50 KB 104/153 KB 48/48 KB 35/35 KB 30/30 KB 11/50 KB 108/153 KB 48/48 KB 35/35 KB 30/30 KB 14/50 KB 108/153 KB 48/48 KB 35/35 KB 30/30 KB 14/50 KB 112/153 KB 48/48 KB 35/35 KB 30/30 KB 14/50 KB 116/153 KB 48/48 KB 14/50 KB 120/153 KB 16/50 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 KB at 500.5 KB/sec) unit-abot-epc-basic-0: 13:32:41 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: 13:32:41 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 433.0 KB/sec) unit-abot-epc-basic-0: 13:32:41 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: 13:32:41 DEBUG unit.abot-epc-basic/0.install 124/153 KB 16/50 KB 128/153 KB 16/50 KB 116/153 KB 48/48 KB 16/50 KB 128/153 KB 19/50 KB 128/153 KB 22/50 KB 128/153 KB 25/50 KB 132/153 KB 27/50 KB 136/153 KB 27/50 KB 140/153 KB 27/50 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 674.5 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install 128/153 KB 27/50 KB Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install 140/153 KB 30/50 KB 140/153 KB 32/50 KB 144/153 KB 32/50 KB 148/153 KB 36/50 KB 144/153 KB 36/50 KB 152/153 KB 40/50 KB 152/153 KB 44/50 KB 152/153 KB 44/50 KB 153/153 KB 44/50 KB 153/153 KB 48/50 KB 153/153 KB 50/50 KB 3/190 KB 153/153 KB 50/50 KB 6/190 KB 153/153 KB 50/50 KB 9/190 KB 153/153 KB 50/50 KB 11/190 KB 153/153 KB 50/50 KB 14/190 KB 153/153 KB 50/50 KB 14/190 KB 153/153 KB 50/50 KB 3/37 KB 14/190 KB 153/153 KB 50/50 KB 6/37 KB 14/190 KB 153/153 KB 50/50 KB 9/37 KB 16/190 KB 153/153 KB 3/119 KB 50/50 KB 11/37 KB 16/190 KB 153/153 KB 3/119 KB 50/50 KB 9/37 KB 14/190 KB 153/153 KB 3/119 KB 50/50 KB 9/37 KB 16/190 KB 153/153 KB 6/119 KB 50/50 KB 11/37 KB 16/190 KB 153/153 KB 9/119 KB 50/50 KB 11/37 KB 16/190 KB 153/153 KB 11/119 KB 50/50 KB 11/37 KB 16/190 KB 153/153 KB 11/119 KB 50/50 KB 14/37 KB 19/190 KB 153/153 KB 14/119 KB 50/50 KB 16/37 KB 19/190 KB 153/153 KB 14/119 KB 50/50 KB 14/37 KB 16/190 KB 153/153 KB 14/119 KB 50/50 KB 14/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (50 KB at 571.7 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install 22/190 KB 153/153 KB 16/119 KB 19/37 KB 22/190 KB 153/153 KB 16/119 KB 16/37 KB 22/190 KB 153/153 KB 14/119 KB 16/37 KB 25/190 KB 16/119 KB 19/37 KB 27/190 KB 19/119 KB 22/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 1658.9 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install 30/190 KB 19/119 KB 22/37 KB 25/190 KB 19/119 KB 22/37 KB 25/190 KB 19/119 KB 19/37 KB 30/190 KB 22/119 KB 22/37 KB 30/190 KB 22/119 KB 25/37 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar unit-abot-epc-basic-0: 13:32:41 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-mysql-0: 13:32:41 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-5.5. unit-mysql-0: 13:32:41 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: 13:32:41 DEBUG unit.abot-epc-basic/0.install 32/190 KB 25/119 KB 27/37 KB 36/190 KB 25/119 KB 27/37 KB 40/190 KB 25/119 KB 27/37 KB 30/190 KB 25/119 KB 27/37 KB 30/190 KB 25/119 KB 25/37 KB 40/190 KB 27/119 KB 27/37 KB 40/190 KB 27/119 KB 30/37 KB 40/190 KB 30/119 KB 32/37 KB 40/190 KB 30/119 KB 35/37 KB 40/190 KB 30/119 KB 37/37 KB 40/190 KB 30/119 KB 32/37 KB 40/190 KB 32/119 KB 37/37 KB 40/190 KB 36/119 KB 37/37 KB 44/190 KB 4/86 KB 40/119 KB 37/37 KB 44/190 KB 4/86 KB 36/119 KB 37/37 KB 44/190 KB 36/119 KB 37/37 KB 48/190 KB 4/86 KB 40/119 KB 37/37 KB 52/190 KB 4/86 KB 40/119 KB 37/37 KB 52/190 KB 8/86 KB 44/119 KB 37/37 KB 56/190 KB 8/86 KB 48/119 KB 37/37 KB 52/190 KB 8/86 KB 40/119 KB 37/37 KB 56/190 KB 8/86 KB 48/119 KB 3/66 KB 37/37 KB 56/190 KB 8/86 KB 48/119 KB 6/66 KB 37/37 KB 56/190 KB 12/86 KB 48/119 KB 6/66 KB 37/37 KB 56/190 KB 16/86 KB 48/119 KB 6/66 KB 37/37 KB 56/190 KB 20/86 KB 48/119 KB 9/66 KB 37/37 KB 56/190 KB 24/86 KB 52/119 KB 9/66 KB 56/190 KB 16/86 KB 48/119 KB 9/66 KB 37/37 KB 56/190 KB 16/86 KB 48/119 KB 6/66 KB 37/37 KB 60/190 KB 24/86 KB 52/119 KB 9/66 KB 62/190 KB 24/86 KB 52/119 KB 9/66 KB 66/190 KB 24/86 KB 52/119 KB 9/66 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (37 KB at 342.4 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install 56/190 KB 20/86 KB 52/119 KB 9/66 KB 37/37 KB 66/190 KB 24/86 KB 56/119 KB 11/66 KB 66/190 KB 24/86 KB 60/119 KB 11/66 KB 66/190 KB 24/86 KB 64/119 KB 11/66 KB 66/190 KB 24/86 KB 52/119 KB 11/66 KB 70/190 KB 28/86 KB 64/119 KB 14/66 KB 70/190 KB 28/86 KB 64/119 KB 16/66 KB 70/190 KB 24/86 KB 64/119 KB 11/66 KB 74/190 KB 28/86 KB 64/119 KB 16/66 KB 78/190 KB 28/86 KB 64/119 KB 19/66 KB 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: 13:32:41 DEBUG unit.abot-epc-basic/0.install 78/190 KB 28/86 KB 64/119 KB 19/66 KB 70/190 KB 28/86 KB 64/119 KB 11/66 KB 78/190 KB 32/86 KB 64/119 KB 19/66 KB 78/190 KB 32/86 KB 64/119 KB 22/66 KB 82/190 KB 36/86 KB 64/119 KB 25/66 KB 82/190 KB 36/86 KB 68/119 KB 27/66 KB 82/190 KB 36/86 KB 64/119 KB 22/66 KB 78/190 KB 36/86 KB 64/119 KB 22/66 KB 82/190 KB 36/86 KB 68/119 KB 25/66 KB 82/190 KB 36/86 KB 72/119 KB 27/66 KB 82/190 KB 36/86 KB 76/119 KB 27/66 KB 86/190 KB 3/26 KB 40/86 KB 80/119 KB 30/66 KB 86/190 KB 3/26 KB 40/86 KB 76/119 KB 30/66 KB 86/190 KB 3/26 KB 40/86 KB 76/119 KB 27/66 KB 82/190 KB 3/26 KB 40/86 KB 76/119 KB 27/66 KB 86/190 KB 3/26 KB 44/86 KB 80/119 KB 30/66 KB 90/190 KB 3/26 KB 48/86 KB 80/119 KB 30/66 KB 90/190 KB 3/26 KB 52/86 KB 80/119 KB 32/66 KB 90/190 KB 3/26 KB 56/86 KB 84/119 KB 32/66 KB 82/190 KB 3/26 KB 36/86 KB 76/119 KB 27/66 KB 90/190 KB 6/26 KB 60/86 KB 84/119 KB 32/66 KB 90/190 KB 3/26 KB 52/86 KB 84/119 KB 32/66 KB 90/190 KB 6/26 KB 60/86 KB 88/119 KB 32/66 KB 90/190 KB 3/26 KB 48/86 KB 80/119 KB 32/66 KB 90/190 KB 3/26 KB 44/86 KB 80/119 KB 30/66 KB 94/190 KB 9/26 KB 60/86 KB 88/119 KB 32/66 KB 98/190 KB 9/26 KB 60/86 KB 88/119 KB 32/66 KB 102/190 KB 9/26 KB 60/86 KB 92/119 KB 36/66 KB 90/190 KB 9/26 KB 60/86 KB 88/119 KB 32/66 KB 98/190 KB 9/26 KB 60/86 KB 92/119 KB 36/66 KB 106/190 KB 9/26 KB 60/86 KB 96/119 KB 36/66 KB 98/190 KB 9/26 KB 60/86 KB 88/119 KB 36/66 KB 106/190 KB 11/26 KB 60/86 KB 96/119 KB 40/66 KB 106/190 KB 11/26 KB 60/86 KB 96/119 KB 36/66 KB 90/190 KB 3/26 KB 60/86 KB 84/119 KB 32/66 KB 106/190 KB 11/26 KB 64/86 KB 96/119 KB 44/66 KB 106/190 KB 14/26 KB 68/86 KB 96/119 KB 44/66 KB 106/190 KB 14/26 KB 72/86 KB 100/119 KB 44/66 KB 106/190 KB 9/26 KB 60/86 KB 92/119 KB 36/66 KB 110/190 KB 14/26 KB 76/86 KB 100/119 KB 44/66 KB 114/190 KB 14/26 KB 76/86 KB 100/119 KB 44/66 KB 106/190 KB 14/26 KB 68/86 KB 100/119 KB 44/66 KB 106/190 KB 14/26 KB 68/86 KB 96/119 KB 44/66 KB 106/190 KB 11/26 KB 60/86 KB 96/119 KB 44/66 KB 118/190 KB 14/26 KB 76/86 KB 100/119 KB 48/66 KB 118/190 KB 16/26 KB 76/86 KB 100/119 KB 48/66 KB 118/190 KB 19/26 KB 76/86 KB 100/119 KB 52/66 KB 118/190 KB 22/26 KB 76/86 KB 104/119 KB 52/66 KB 118/190 KB 16/26 KB 76/86 KB 100/119 KB 52/66 KB 118/190 KB 14/26 KB 76/86 KB 100/119 KB 44/66 KB 122/190 KB 22/26 KB 76/86 KB 104/119 KB 52/66 KB 118/190 KB 19/26 KB 76/86 KB 104/119 KB 52/66 KB 122/190 KB 22/26 KB 76/86 KB 108/119 KB 56/66 KB 122/190 KB 22/26 KB 76/86 KB 112/119 KB 56/66 KB 106/190 KB 14/26 KB 76/86 KB 100/119 KB 44/66 KB 122/190 KB 22/26 KB 80/86 KB 112/119 KB 56/66 KB 126/190 KB 25/26 KB 84/86 KB 116/119 KB 56/66 KB 126/190 KB 25/26 KB 86/86 KB 116/119 KB 56/66 KB 122/190 KB 22/26 KB 76/86 KB 104/119 KB 56/66 KB 126/190 KB 25/26 KB 80/86 KB 116/119 KB 56/66 KB 122/190 KB 25/26 KB 80/86 KB 116/119 KB 56/66 KB 122/190 KB 22/26 KB 80/86 KB 116/119 KB 56/66 KB 126/190 KB 26/26 KB 86/86 KB 116/119 KB 60/66 KB 126/190 KB 25/26 KB 86/86 KB 116/119 KB 60/66 KB 126/190 KB 26/26 KB 86/86 KB 116/119 KB 64/66 KB 126/190 KB 26/26 KB 86/86 KB 119/119 KB 64/66 KB 126/190 KB 26/26 KB 86/86 KB 119/119 KB 66/66 KB 130/190 KB 26/26 KB 86/86 KB 119/119 KB 66/66 KB 134/190 KB 26/26 KB 86/86 KB 119/119 KB 66/66 KB 138/190 KB 26/26 KB 86/86 KB 119/119 KB 66/66 KB 142/190 KB 26/26 KB 86/86 KB 119/119 KB 66/66 KB 146/190 KB 26/26 KB 86/86 KB 119/119 KB 66/ unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install 66 KB 150/190 KB 86/86 KB 119/119 KB 154/190 KB 86/86 KB 119/119 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 180.2 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install 158/190 KB 86/86 KB 119/119 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 474.7 KB/sec) unit-abot-epc-basic-0: 13:32:41 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: 13:32:41 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: 13:32:41 DEBUG unit.abot-epc-basic/0.install 162/190 KB 86/86 KB 119/119 KB 166/190 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 598.1 KB/sec) unit-abot-epc-basic-0: 13:32:41 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 826.8 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar unit-abot-epc-basic-0: 13:32:41 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: 13:32:41 DEBUG unit.abot-epc-basic/0.install 170/190 KB 174/190 KB 178/190 KB 178/190 KB 3/324 KB 178/190 KB 5/324 KB 182/190 KB 5/324 KB 186/190 KB 5/324 KB 190/190 KB 5/324 KB 190/190 KB 8/324 KB 190/190 KB 8/324 KB 190/190 KB 8/324 KB 3/79 KB 190/190 KB 8/324 KB 6/79 KB 190/190 KB 11/324 KB 3/228 KB 9/79 KB 3/152 KB 190/190 KB 11/324 KB 3/228 KB 11/79 KB 3/152 KB 190/190 KB 11/324 KB 3/228 KB 6/79 KB 3/152 KB 190/190 KB 8/324 KB 3/228 KB 6/79 KB 3/152 KB 190/190 KB 11/324 KB 3/228 KB 11/79 KB 5/152 KB 190/190 KB 11/324 KB 3/228 KB 11/79 KB 8/152 KB 190/190 KB 11/324 KB 3/228 KB 11/79 KB 11/152 KB 190/190 KB 13/324 KB 3/228 KB 11/79 KB 13/152 KB 190/190 KB 8/324 KB 3/228 KB 6/79 KB 190/190 KB 13/324 KB 6/228 KB 14/79 KB 13/152 KB 190/190 KB 13/324 KB 9/228 KB 14/79 KB 13/152 KB 190/190 KB 13/324 KB 11/228 KB 14/79 KB 13/152 KB 190/190 KB 13/324 KB 3/228 KB 14/79 KB 13/152 KB 190/190 KB 13/324 KB 11/228 KB 16/79 KB 13/152 KB 190/190 KB 13/324 KB 3/228 KB 11/79 KB 11/152 KB 190/190 KB 16/324 KB 14/228 KB 16/79 KB 13/152 KB 190/190 KB 19/324 KB 14/228 KB 16/79 KB 13/152 KB 190/190 KB 21/324 KB 14/228 KB 19/79 KB 16/152 KB 190/190 KB 24/324 KB 14/228 KB 19/79 KB 16/152 KB 190/190 KB 13/324 KB 14/228 KB 16/79 KB 13/152 KB 190/190 KB 19/324 KB 14/228 KB 19/79 KB 16/152 KB 190/190 KB 19/324 KB 14/228 KB 16/79 KB 16/152 KB 190/190 KB 24/324 KB 16/228 KB 19/79 KB 16/152 KB 190/190 KB 24/324 KB 16/228 KB 22/79 KB 16/152 KB 190/190 KB 24/324 KB 19/228 KB 22/79 KB 19/152 KB 190/190 KB 24/324 KB 16/228 KB 22/79 KB 19/152 KB 190/190 KB 24/324 KB 19/228 KB 22/79 KB 21/152 KB 190/190 KB 24/324 KB 19/228 KB 25/79 KB 24/152 KB 190/190 KB 27/324 KB 22/228 KB 25/79 KB 27/152 KB 190/190 KB 24/324 KB 19/228 KB 25/79 KB 21/152 KB 190/190 KB 27/324 KB 22/228 KB 25/79 KB 24/152 KB 190/190 KB 24/324 KB 22/228 KB 25/79 KB 24/152 KB 190/190 KB 27/324 KB 22/228 KB 27/79 KB 27/152 KB 190/190 KB 27/324 KB 25/228 KB 27/79 KB 27/152 KB 190/190 KB 27/324 KB 25/228 KB 30/79 KB 27/152 KB 190/190 KB 29/324 KB 25/228 KB 32/79 KB 29/152 KB 190/190 KB 29/324 KB 25/228 KB 30/79 KB 29/152 KB 190/190 KB 29/324 KB 25/228 KB 30/79 KB 27/152 KB 190/190 KB 29/324 KB 27/228 KB 32/79 KB 29/152 KB 190/190 KB 32/324 KB 27/228 KB 32/79 KB 29/152 KB 190/190 KB 36/324 KB 30/228 KB 32/79 KB 29/152 KB 190/190 KB 40/324 KB 30/228 KB 36/79 KB 32/152 KB 190/190 KB 32/324 KB 30/228 KB 32/79 KB 29/152 KB 190/190 KB 44/324 KB 32/228 KB 36/79 KB 32/152 KB 190/190 KB 36/324 KB 30/228 KB 36/79 KB 32/152 KB 190/190 KB 36/324 KB 30/228 KB 32/79 KB 32/152 KB 190/190 KB 44/324 KB 36/228 KB 36/79 KB 32/152 KB 190/190 KB 44/324 KB 30/228 KB 36/79 KB 32/152 KB 190/190 KB 44/324 KB 36/228 KB 40/79 KB 36/152 KB 190/190 KB 44/324 KB 36/228 KB 40/79 KB 32/152 KB 190/190 KB 44/324 KB 36/228 KB 44/79 KB 36/152 KB 190/190 KB 44/324 KB 36/228 KB 48/79 KB 40/152 KB 190/190 KB 44/324 KB 36/228 KB 44/79 KB 40/152 KB 190/190 KB 48/324 KB 36/228 KB 48/79 KB 40/152 KB 190/190 KB 48/324 KB 40/228 KB 48/79 KB 44/152 KB 190/190 KB 48/324 KB 44/228 KB 48/79 KB 44/152 KB 190/190 KB 52/324 KB 48/228 KB 52/79 KB 44/152 KB 190/190 KB 48/324 KB 40/228 KB 48/79 KB 44/152 KB 190/190 KB 52/324 KB 48/228 KB 52/79 KB 48/152 KB 190/190 KB 52/324 KB 52/228 KB 52/79 KB 48/152 KB 52/324 KB 56/228 KB 52/79 KB 52/152 KB 52/324 KB 60/228 KB 52/79 KB 52/152 KB 190/190 KB 52/324 KB 44/228 KB 52/79 KB 44/152 KB 52/324 KB 60/2 unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install 28 KB 56/79 KB 52/152 KB 190/190 KB 52/324 KB 44/228 KB 48/79 KB 44/152 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 1083.6 KB/sec) unit-abot-epc-basic-0: 13:32:41 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: 13:32:41 DEBUG unit.abot-epc-basic/0.install 56/324 KB 60/228 KB 56/79 KB 52/152 KB 60/324 KB 60/228 KB 56/79 KB 52/152 KB 190/190 KB 52/324 KB 52/228 KB 52/79 KB 52/152 KB 60/324 KB 60/228 KB 60/79 KB 52/152 KB 60/324 KB 60/228 KB 60/79 KB 56/152 KB 64/324 KB 60/228 KB 64/79 KB 60/152 KB 64/324 KB 60/228 KB 64/79 KB 56/152 KB 60/324 KB 60/228 KB 64/79 KB 56/152 KB 64/324 KB 60/228 KB 68/79 KB 60/152 KB 68/324 KB 64/228 KB 72/79 KB 64/152 KB 68/324 KB 64/228 KB 76/79 KB 64/152 KB 68/324 KB 64/228 KB 68/79 KB 64/152 KB 64/324 KB 64/228 KB 68/79 KB 64/152 KB 64/324 KB 60/228 KB 68/79 KB 64/152 KB 68/324 KB 64/228 KB 76/79 KB 68/152 KB 72/324 KB 68/228 KB 76/79 KB 72/152 KB 72/324 KB 68/228 KB 76/79 KB 68/152 KB 76/324 KB 68/228 KB 79/79 KB 72/152 KB 80/324 KB 68/228 KB 79/79 KB 72/152 KB 68/324 KB 68/228 KB 76/79 KB 68/152 KB 80/324 KB 72/228 KB 79/79 KB 76/152 KB 80/324 KB 76/228 KB 79/79 KB 76/152 KB 80/324 KB 80/228 KB 79/79 KB 76/152 KB 80/324 KB 68/228 KB 79/79 KB 76/152 KB 72/324 KB 68/228 KB 79/79 KB 72/152 KB 84/324 KB 3/32 KB 80/228 KB 79/79 KB 76/152 KB 84/324 KB 6/32 KB 80/228 KB 79/79 KB 76/152 KB 84/324 KB 9/32 KB 80/228 KB 79/79 KB 76/152 KB 84/324 KB 11/32 KB 80/228 KB 79/79 KB 76/152 KB 84/324 KB 14/32 KB 80/228 KB 79/79 KB 76/152 KB 84/324 KB 16/32 KB 80/228 KB 79/79 KB 76/152 KB 84/324 KB 19/32 KB 80/228 KB 79/79 KB 76/152 KB 84/324 KB 22/32 KB 80/228 KB 79/79 KB 76/152 KB 84/324 KB 22/32 KB 84/228 KB 79/79 KB 80/152 KB 84/324 KB 25/32 KB 88/228 KB 79/79 KB 80/152 KB 84/324 KB 80/228 KB 79/79 KB 76/152 KB 88/324 KB 25/32 KB 92/228 KB 79/79 KB 80/152 KB 92/324 KB 25/32 KB 92/228 KB 79/79 KB 80/152 KB 96/324 KB 25/32 KB 92/228 KB 79/79 KB 80/152 KB 84/324 KB 25/32 KB 84/228 KB 79/79 KB 80/152 KB 84/324 KB 22/32 KB 80/228 KB 79/79 KB 80/152 KB 96/324 KB 25/32 KB 92/228 KB 79/79 KB 84/152 KB 96/324 KB 27/32 KB 92/228 KB 79/79 KB 88/152 KB 96/324 KB 27/32 KB 92/228 KB 79/79 KB 92/152 KB 96/324 KB 27/32 KB 92/228 KB 79/79 KB 96/152 KB 96/324 KB 27/32 KB 92/228 KB 79/79 KB 100/152 KB 100/324 KB 27/32 KB 92/228 KB 104/152 KB 100/324 KB 27/32 KB 92/228 KB 108/152 KB 96/324 KB 27/32 KB 92/228 KB 79/79 KB 84/152 KB 100/324 KB 30/32 KB 92/228 KB 108/152 KB 100/324 KB 32/32 KB 92/228 KB 108/152 KB 100/324 KB 27/32 KB 92/228 KB 100/152 KB 104/324 KB 32/32 KB 92/228 KB 108/152 KB 108/324 KB 32/32 KB 92/228 KB 108/152 KB 112/324 KB 32/32 KB 92/228 KB 108/152 KB 84/324 KB 25/32 KB 92/228 KB 79/79 KB 80/152 KB 112/324 KB 32/32 KB 96/228 KB 112/152 KB 112/324 KB 32/32 KB 100/228 KB 112/152 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (79 KB at 402.3 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install 112/324 KB 32/32 KB 92/228 KB 112/152 KB 112/324 KB 32/32 KB 104/228 KB 112/152 KB 112/324 KB 32/32 KB 108/228 KB 112/152 KB 112/324 KB 32/32 KB 112/228 KB 112/152 KB 112/324 KB 32/32 KB 116/228 KB 112/152 KB 116/324 KB 32/32 KB 120/228 KB 116/152 KB 116/324 KB 32/32 KB 124/228 KB 116/152 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install 116/324 KB 32/32 KB 116/228 KB 116/152 KB 116/324 KB 32/32 KB 116/228 KB 112/152 KB 120/324 KB 32/32 KB 124/228 KB 120/152 KB 124/324 KB 32/32 KB 124/228 KB 120/152 KB 124/324 KB 32/32 KB 124/228 KB 120/152 KB 124/324 KB 32/32 KB 124/228 KB 124/152 KB 128/324 KB 32/32 KB 124/228 KB 124/152 KB 128/324 KB 32/32 KB 124/228 KB 128/152 KB 128/324 KB 32/32 KB 128/228 KB 128/152 KB 128/324 KB 32/32 KB 128/228 KB 132/152 KB 132/324 KB 132/228 KB 136/152 KB 132/324 KB 132/228 KB 140/152 KB 132/324 KB 132/228 KB 132/152 KB 132/324 KB 128/228 KB 132/152 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 KB at 154.8 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install 136/324 KB 132/228 KB 140/152 KB 136/324 KB 136/228 KB 140/152 KB 140/324 KB 136/228 KB 140/152 KB 144/324 KB 140/228 KB 140/152 KB 140/324 KB 140/228 KB 140/152 KB 144/324 KB 140/228 KB 144/152 KB 144/324 KB 144/228 KB 144/152 KB 144/324 KB 144/228 KB 148/152 KB 148/324 KB 144/228 KB 152/152 KB 4/234 KB 148/324 KB 144/228 KB 152/152 KB 4/234 KB 148/324 KB 144/228 KB 148/152 KB 4/234 KB 148/324 KB 144/228 KB 152/152 KB 8/234 KB 148/324 KB 144/228 KB 152/152 KB 12/234 KB 148/324 KB 144/228 KB 152/152 KB 16/234 KB 148/324 KB 144/228 KB 152/152 KB 20/234 KB 148/324 KB 148/228 KB 152/152 KB 24/234 KB 148/324 KB 148/228 KB 152/152 KB 28/234 KB 148/324 KB 144/228 KB 148/152 KB 152/324 KB 148/228 KB 152/152 KB 28/234 KB 156/324 KB 148/228 KB 152/152 KB 28/234 KB 160/324 KB 148/228 KB 152/152 KB 28/234 KB 148/324 KB 148/228 KB 152/152 KB 20/234 KB 160/324 KB 152/228 KB 152/152 KB 28/234 KB 160/324 KB 156/228 KB 152/152 KB 28/234 KB 160/324 KB 160/228 KB 152/152 KB 28/234 KB 160/324 KB 160/228 KB 152/152 KB 32/234 KB 160/324 KB 164/228 KB 152/152 KB 32/234 KB 164/324 KB 168/228 KB 36/234 KB 164/324 KB 164/228 KB 36/234 KB 168/324 KB 168/228 KB 36/234 KB 172/324 KB 168/228 KB 36/234 KB 176/324 KB 168/228 KB 36/234 KB 176/324 KB 172/228 KB 36/234 KB 176/324 KB 176/228 KB 36/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 702.8 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install 160/324 KB 164/228 KB 152/152 KB 36/234 KB 180/324 KB 180/228 KB 40/234 KB 180/324 KB 180/228 KB 44/234 KB 180/324 KB 180/228 KB 48/234 KB 180/324 KB 180/228 KB 52/234 KB 180/324 KB 180/228 KB 56/234 KB 180/324 KB 180/228 KB 36/234 KB 180/324 KB 176/228 KB 36/234 KB 184/324 KB 180/228 KB 56/234 KB 188/324 KB 180/228 KB 56/234 KB 192/324 KB 184/228 KB 56/234 KB 188/324 KB 184/228 KB 56/234 KB 192/324 KB 188/228 KB 56/234 KB 192/324 KB 192/228 KB 56/234 KB 192/324 KB 192/228 KB 60/234 KB 192/324 KB 192/228 KB 64/234 KB 192/324 KB 196/228 KB 64/234 KB 196/324 KB 200/228 KB 68/234 KB 196/324 KB 204/228 KB 68/234 KB 196/324 KB 196/228 KB 68/234 KB 196/324 KB 196/228 KB 64/234 KB 200/324 KB 204/228 KB 68/234 KB 204/324 KB 204/228 KB 68/234 KB 208/324 KB 204/228 KB 68/234 KB 208/324 KB 204/228 KB 72/234 KB 208/324 KB 208/228 KB 72/234 KB 208/324 KB 208/228 KB 76/234 KB 208/324 KB 208/228 KB 80/234 KB 212/324 KB 208/228 KB 80/234 KB 216/324 KB 212/228 KB 84/234 KB 220/324 KB 212/228 KB 84/234 KB 224/324 KB 212/228 KB 84/234 KB 212/324 KB 212/228 KB 84/234 KB 212/324 KB 212/228 KB 80/234 KB 224/324 KB 216/228 KB 84/234 KB 224/324 KB 220/228 KB 84/234 KB 224/324 KB 224/228 KB 84/234 KB 224/324 KB 224/228 KB 88/234 KB 224/324 KB 224/228 KB 92/234 KB 224/324 KB 224/228 KB 96/234 KB 224/324 KB 228/228 KB 96/234 KB 228/324 KB 228/228 KB 96/234 KB 232/324 KB 228/228 KB 100/234 KB 236/324 KB 228/228 KB 100/234 KB 228/324 KB 228/228 KB 100/234 KB 240/324 KB 228/228 KB 104/234 KB 240/324 KB 228/228 KB 104/234 KB 240/324 KB 228/228 KB 108/234 KB 240/324 KB 228/228 KB 112/234 KB 244/324 KB 228/228 KB 112/234 KB 248/324 KB 228/228 KB 116/234 KB 252/324 KB 228/228 KB 116/234 KB 244/324 KB 228/228 KB 116/234 KB 256/324 KB 228/228 KB 116/234 KB 256/324 KB 228/228 KB 120/234 KB 256/324 KB 228/228 KB 124/234 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (228 KB at 971.4 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install 260/324 KB 128/234 KB 264/324 KB 128/234 KB 268/324 KB 128/234 KB 256/324 KB 228/228 KB 128/234 KB 268/324 KB 132/234 KB 272/324 KB 132/234 KB 272/324 KB 136/234 KB 272/324 KB 140/234 KB 276/324 KB 144/234 KB 276/324 KB 140/234 KB 280/324 KB 144/234 KB 284/324 KB 144/234 KB 288/324 KB 144/234 KB 288/324 KB 148/234 KB 288/324 KB 152/234 KB 288/324 KB 156/234 KB 288/324 KB 160/234 KB 292/324 KB 160/234 KB 296/324 KB 160/234 KB 300/324 KB 160/234 KB 304/324 KB 160/234 KB 304/324 KB 164/234 KB 304/324 KB 168/234 KB 304/324 KB 172/234 KB 304/324 KB 176/234 KB 308/324 KB 176/234 KB 312/324 KB 180/234 KB 316/324 KB 180/234 KB 320/324 KB 180/234 KB 308/324 KB 180/234 KB 320/324 KB 184/234 KB 320/324 KB 188/234 KB 320/324 KB 192/234 KB 324/324 KB 196/234 KB 324/324 KB 200/234 KB 324/324 KB 204/234 KB 324/324 KB 208/234 KB 324/324 KB 192/234 KB 324/324 KB 208/234 KB 324/324 KB 212/234 KB 324/324 KB 216/234 KB 324/324 KB 220/234 KB 324/324 KB 224/234 KB 324/324 KB 228/234 KB 324/324 KB 232/234 KB 324/324 KB 234/234 KB Downloaded: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (324 KB at 1275.4 KB/sec) unit-abot-epc-basic-0: 13:32:41 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (234 KB at 904.5 KB/sec) unit-abot-epc-basic-0: 13:32:42 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: 13:32:42 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall4561598060042828806.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: 13:32:42 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:32:42 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 13:32:42 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:32:42 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.758 s unit-abot-epc-basic-0: 13:32:42 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-08-05T13:32:42+00:00 unit-mysql-0: 13:32:42 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:32:42 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 13:32:42 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:32:42 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-mysql-0: 13:32:43 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libhtml-template-perl. unit-mysql-0: 13:32:43 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-mysql-0: 13:32:43 DEBUG unit.mysql/0.config-changed Unpacking libhtml-template-perl (2.95-1) ... unit-mysql-0: 13:32:43 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server. unit-mysql-0: 13:32:43 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 13:32:43 DEBUG unit.mysql/0.config-changed Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 13:32:43 DEBUG unit.mysql/0.config-changed Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:32:44 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-mysql-0: 13:32:44 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-mysql-0: 13:32:44 DEBUG unit.mysql/0.config-changed Setting up libdbi-perl (1.630-1) ... unit-mysql-0: 13:32:44 DEBUG unit.mysql/0.config-changed Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-mysql-0: 13:32:44 DEBUG unit.mysql/0.config-changed Setting up libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 13:32:44 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:32:44 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:32:44 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 13:32:44 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-mysql-0: 13:32:44 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: 13:32:44 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:32:44 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-mysql-0: 13:32:44 DEBUG unit.mysql/0.config-changed Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 13:32:44 DEBUG unit.mysql/0.config-changed Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 13:32:44 DEBUG unit.mysql/0.config-changed Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:32:44 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: 13:32:44 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall6702841401768313697.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: 13:32:44 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:32:44 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 13:32:44 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:32:44 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.684 s unit-abot-epc-basic-0: 13:32:44 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-08-05T13:32:44+00:00 unit-abot-epc-basic-0: 13:32:44 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 13:32:44 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:32:44 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 13:32:46 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 13:32:46 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:32:46 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:32:46 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 13:32:46 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:32:46 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:32:46 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.5.2:install-file (default-cli) @ standalone-pom --- unit-mysql-0: 13:32:47 DEBUG unit.mysql/0.config-changed 180805 13:32:47 [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: 13:32:47 DEBUG unit.mysql/0.config-changed 180805 13:32:47 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-mysql-0: 13:32:47 DEBUG unit.mysql/0.config-changed 180805 13:32:47 [Note] /usr/sbin/mysqld (mysqld 5.5.61-0ubuntu0.14.04.1) starting as process 11413 ... unit-abot-epc-basic-0: 13:32:47 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: 13:32:47 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall9169348247252297453.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: 13:32:47 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:32:47 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 13:32:47 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:32:47 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.662 s unit-abot-epc-basic-0: 13:32:47 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-08-05T13:32:47+00:00 unit-abot-epc-basic-0: 13:32:47 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 13:32:47 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:32:47 DEBUG unit.abot-epc-basic/0.install abot/ unit-abot-epc-basic-0: 13:32:47 DEBUG unit.abot-epc-basic/0.install abot/server.bat unit-abot-epc-basic-0: 13:32:47 DEBUG unit.abot-epc-basic/0.install abot/nbproject/ unit-abot-epc-basic-0: 13:32:47 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.xml unit-abot-epc-basic-0: 13:32:47 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/ unit-abot-epc-basic-0: 13:32:47 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.properties unit-abot-epc-basic-0: 13:32:47 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.xml unit-abot-epc-basic-0: 13:32:47 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.properties unit-abot-epc-basic-0: 13:32:47 DEBUG unit.abot-epc-basic/0.install abot/bin/ unit-abot-epc-basic-0: 13:32:47 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltoimage unit-abot-epc-basic-0: 13:32:47 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltopdf unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fastnumbers.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/locale.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/__init__.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/py23.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/pathlib.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fake_fastnumbers.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ns_enum.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__init__.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/_version.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/unicode_numbers.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/natsort.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/utils.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__main__.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_unicodefun.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/globals.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_textwrap.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/termui.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/formatting.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_winconsole.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/core.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_bashcomplete.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/exceptions.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/__init__.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/testing.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/parser.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/types.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/utils.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_termui_impl.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/decorators.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_compat.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.c unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/__init__.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_native.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.pyd unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_compat.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_constants.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/meta.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/defaults.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ext.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/optimizer.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/lexer.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/tests.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/filters.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/exceptions.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/__init__.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_stringdefs.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/environment.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/parser.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/runtime.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/loaders.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/compiler.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/visitor.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/bccache.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/utils.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/constants.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/sandbox.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_compat.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/debug.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/nodes.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/__init__.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/json.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/globals.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/views.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/wrappers.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/logging.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ctx.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/config.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/helpers.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__init__.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/testing.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/templating.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/__init__.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/app.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/sessions.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/signals.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/cli.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/exthook.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/debughelpers.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/_compat.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__main__.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/blueprints.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/itsdangerous.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/filesystem.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wrappers.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/posixemulation.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/routing.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/serving.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/useragents.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/http.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/jsrouting.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/fixers.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/wrappers.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/limiter.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/cache.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/__init__.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/lint.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/securecookie.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/atom.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/sessions.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/testtools.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/iterio.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/profiler.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/test.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/exceptions.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/__init__.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wsgi.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/datastructures.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_internal.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/formparser.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/local.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/utils.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/script.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/security.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/testapp.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/urls.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_compat.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_reloader.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/__init__.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/tbtools.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/console.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/less.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/more.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/source.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/jquery.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/debugger.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/console.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/style.css unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ubuntu.ttf unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/FONT_LICENSE unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/repr.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/app.py unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/index.html unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/README.md unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/log/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/log/TestAutomationLog.log unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/dashboard.html unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/config.html unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/main.html unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/firstpage.html unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/artifacts.html unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives.zip unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/appconfig.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/pyService.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/baseController.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/configController.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/featurefileController.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/resizer.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/treeView.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/externalHtml.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/xmlPrettify.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/app.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/routes.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/main.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/r.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ unit-abot-epc-basic-0: 13:32:48 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: 13:32:48 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: 13:32:48 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: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/jqx-all.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-aria.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-animate.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-material.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/.bower.json unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/bower.json unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/LICENSE unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/.bower.json unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/bower.json unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.map unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/LICENSE unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.browserify-bundle.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.webpack-bundle.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint1.0.1.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.ui.tooltip.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js.map unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.min.js unit-abot-epc-basic-0: 13:32:48 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: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ngStorage.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/ unit-abot-epc-basic-0: 13:32:48 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: 13:32:48 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: 13:32:48 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: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.js unit-abot-epc-basic-0: 13:32:48 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: 13:32:48 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: 13:32:48 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: 13:32:48 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: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.css unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/.bower.json unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/karma.conf.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/index.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/bower.json unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/ unit-abot-epc-basic-0: 13:32:48 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: 13:32:48 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: 13:32:48 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: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/LICENSE unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.map unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/ unit-abot-epc-basic-0: 13:32:48 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: 13:32:48 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: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/nanoscroller.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/vkbeautify.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/run_prettify.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/prettify.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery.ui-contextmenu.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/ unit-abot-epc-basic-0: 13:32:48 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: 13:32:48 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: 13:32:48 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: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ unit-abot-epc-basic-0: 13:32:48 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: 13:32:48 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: 13:32:48 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: 13:32:48 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: 13:32:48 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: 13:32:48 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: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/package.json unit-abot-epc-basic-0: 13:32:48 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: 13:32:48 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: 13:32:48 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: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/jquery/ unit-abot-epc-basic-0: 13:32:48 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: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/LICENSE.txt unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/AUTHORS.txt unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/index.html unit-abot-epc-basic-0: 13:32:48 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: 13:32:48 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: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-2.2.3.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/taphold.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/common.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/theme.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.easing.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/bootstrap.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/custom.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jqueryFileTree.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajax.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajaxRequest.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ABOT_logo.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/green_tick.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg2.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/play.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/file.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/plus.jpg unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/pcap.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close_dialog.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/sun1.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/log.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/gray_alert.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/html.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/delete.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg1.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/red_alert.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/download.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder-closed.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/xml.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/minus.jpg unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/cloud.png unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/right_arrow.jpg unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/spinner.gif unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/plus sign.svg unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/X sign.svg unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/close.svg unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/add-button-inside-black-circle.svg unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/config/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/config/epc_config.properties unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/config/configsip.properties unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/config/ims_config.properties unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/config/timer_config.properties unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties_old unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/styles.css unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/font-awesome.css unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/tree-ui.css unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom.css unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_cust.css unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.eot unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfontd41d.eot unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.svg unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.woff unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.ttf unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.eot unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff2 unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.ttf unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_1.css unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/theme.css unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/jqx.base.css unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/angular-material.min.css unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/npm.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/modernizr.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.min.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.js unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.svg unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.eot unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css.map unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css.map unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css.map unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css.map unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/angular.treeview.css unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/ unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.ui.tooltip.css unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.css unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.css unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint1.0.1.css unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.min.css unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.min.css unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install Collecting elasticsearch unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/7a/f9/870969b7479a7d507215ee26c66a246b513145242fe910c1394e0766382d/elasticsearch-6.3.0-py2.py3-none-any.whl (119kB) unit-abot-epc-basic-0: 13:32:48 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 32.5MB/s eta 0:00:01  17% |##### | 20kB 3.9MB/s eta 0:00:01  25% |######## | 30kB 4.5MB/s eta 0:00:01  34% |########## | 40kB 4.1MB/s eta 0:00:01  42% |############# | 51kB 4.2MB/s eta 0:00:01  51% |################ | 61kB 5.0MB/s eta 0:00:01  59% |################### | 71kB 4.8MB/s eta 0:00:01  68% |##################### | 81kB 5.0MB/s eta 0:00:01  76% |######################## | 92kB 5.6MB/s eta 0:00:01  85% |########################### | 102kB 5.5MB/s eta 0:00:01  93% |############################## | 112kB 5.5MB/s eta 0:00:01  100% |################################| 122kB 4.9MB/s unit-abot-epc-basic-0: 13:32:49 DEBUG unit.abot-epc-basic/0.install [?25hCollecting urllib3>=1.21.1 (from elasticsearch) unit-abot-epc-basic-0: 13:32:49 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: 13:32:49 DEBUG unit.abot-epc-basic/0.install [?25l  7% |## | 10kB 39.8MB/s eta 0:00:01  15% |#### | 20kB 17.8MB/s eta 0:00:01  23% |####### | 30kB 23.1MB/s eta 0:00:01  30% |######### | 40kB 9.7MB/s eta 0:00:01  38% |############ | 51kB 9.1MB/s eta 0:00:01  46% |############## | 61kB 10.5MB/s eta 0:00:01  53% |################# | 71kB 9.8MB/s eta 0:00:01  61% |################### | 81kB 8.4MB/s eta 0:00:01  69% |###################### | 92kB 9.3MB/s eta 0:00:01  76% |######################## | 102kB 9.0MB/s eta 0:00:01  84% |########################### | 112kB 9.1MB/s eta 0:00:01  92% |############################# | 122kB 7.7MB/s eta 0:00:01  99% |############################### | 133kB 7.6MB/s eta 0:00:01  100% |################################| 143kB 5.5MB/s unit-abot-epc-basic-0: 13:32:49 DEBUG unit.abot-epc-basic/0.install [?25hInstalling collected packages: urllib3, elasticsearch unit-abot-epc-basic-0: 13:32:49 DEBUG unit.abot-epc-basic/0.install Successfully installed elasticsearch-6.3.0 urllib3-1.23 unit-abot-epc-basic-0: 13:32:49 DEBUG unit.abot-epc-basic/0.install You are using pip version 8.1.1, however version 18.0 is available. unit-abot-epc-basic-0: 13:32:49 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 13:32:49 DEBUG unit.abot-epc-basic/0.install Collecting flask unit-abot-epc-basic-0: 13:32:50 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: 13:32:50 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 32.0MB/s eta 0:00:01  22% |####### | 20kB 3.9MB/s eta 0:00:01  33% |########## | 30kB 4.6MB/s eta 0:00:01  44% |############## | 40kB 4.1MB/s eta 0:00:01  56% |################# | 51kB 4.3MB/s eta 0:00:01  67% |##################### | 61kB 5.1MB/s eta 0:00:01  78% |######################### | 71kB 5.8MB/s eta 0:00:01  89% |############################ | 81kB 5.5MB/s eta 0:00:01  100% |################################| 92kB 4.4MB/s unit-abot-epc-basic-0: 13:32:50 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Jinja2>=2.10 (from flask) unit-abot-epc-basic-0: 13:32:50 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: 13:32:50 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 23.9MB/s eta 0:00:01  16% |##### | 20kB 9.2MB/s eta 0:00:01  24% |####### | 30kB 12.7MB/s eta 0:00:01  32% |########## | 40kB 8.6MB/s eta 0:00:01  40% |############ | 51kB 10.3MB/s eta 0:00:01  48% |############### | 61kB 9.4MB/s eta 0:00:01  56% |################## | 71kB 8.3MB/s eta 0:00:01  64% |#################### | 81kB 9.3MB/s eta 0:00:01  72% |####################### | 92kB 8.1MB/s eta 0:00:01  81% |######################### | 102kB 7.9MB/s eta 0:00:01  89% |############################ | 112kB 8.0MB/s eta 0:00:01  97% |############################### | 122kB 9.0MB/s eta 0:00:01  100% |################################| 133kB 5.4MB/s unit-abot-epc-basic-0: 13:32:50 DEBUG unit.abot-epc-basic/0.install [?25hCollecting itsdangerous>=0.24 (from flask) unit-abot-epc-basic-0: 13:32:50 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: 13:32:50 DEBUG unit.abot-epc-basic/0.install [?25l  22% |####### | 10kB 44.7MB/s eta 0:00:01  44% |############## | 20kB 12.4MB/s eta 0:00:01  66% |##################### | 30kB 16.7MB/s eta 0:00:01  88% |############################ | 40kB 8.4MB/s eta 0:00:01  100% |################################| 51kB 6.5MB/s unit-abot-epc-basic-0: 13:32:50 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Werkzeug>=0.14 (from flask) unit-abot-epc-basic-0: 13:32:50 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: 13:32:50 DEBUG unit.abot-epc-basic/0.install [?25l  3% |# | 10kB 30.5MB/s eta 0:00:01  6% |## | 20kB 18.3MB/s eta 0:00:01  9% |### | 30kB 23.6MB/s eta 0:00:01  12% |#### | 40kB 10.2MB/s eta 0:00:01  15% |##### | 51kB 9.6MB/s eta 0:00:01  19% |###### | 61kB 11.1MB/s eta 0:00:01  22% |####### | 71kB 9.9MB/s eta 0:00:01  25% |######## | 81kB 8.8MB/s eta 0:00:01  28% |######### | 92kB 9.7MB/s eta 0:00:01  31% |########## | 102kB 9.7MB/s eta 0:00:01  34% |########### | 112kB 9.8MB/s eta 0:00:01  38% |############ | 122kB 7.8MB/s eta 0:00:01  41% |############# | 133kB 7.6MB/s eta 0:00:01  44% |############## | 143kB 9.3MB/s eta 0:00:01  47% |############### | 153kB 9.0MB/s eta 0:00:01  50% |################ | 163kB 7.1MB/s eta 0:00:01  53% |################# | 174kB 7.9MB/s eta 0:00:01  57% |################## | 184kB 9.0MB/s eta 0:00:01  60% |################### | 194kB 9.0MB/s eta 0:00:01  63% |#################### | 204kB 8.3MB/s eta 0:00:01  66% |##################### | 215kB 3.5MB/s eta 0:00:01  69% |###################### | 225kB 4.0MB/s eta 0:00:01  72% |####################### | 235kB 3.6MB/s eta 0:00:01  76% |######################## | 245kB 3.2MB/s eta 0:00:01  79% |######################### | 256kB 3.4MB/s eta 0:00:01  82% |########################## | 266kB 3.5MB/s eta 0:00:01  85% |########################### | 276kB 3.5MB/s eta 0:00:01  88% |############################ | 286kB 3.3MB/s eta 0:00:01  91% |############################# | 296kB 3.1MB/s eta 0:00:01  95% |############################## | 307kB 3.3MB/s eta 0:00:01  98% |############################### | 317kB 6.8MB/s eta 0:00:01  100% |################################| 327kB 3.0MB/s unit-abot-epc-basic-0: 13:32:50 DEBUG unit.abot-epc-basic/0.install [?25hCollecting click>=5.1 (from flask) unit-abot-epc-basic-0: 13:32:50 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: 13:32:50 DEBUG unit.abot-epc-basic/0.install [?25l  14% |#### | 10kB 44.9MB/s eta 0:00:01  28% |######### | 20kB 10.5MB/s eta 0:00:01  43% |############# | 30kB 14.4MB/s eta 0:00:01  57% |################## | 40kB 8.5MB/s eta 0:00:01  71% |####################### | 51kB 9.3MB/s eta 0:00:01  86% |########################### | 61kB 10.7MB/s eta 0:00:01  100% |################################| 71kB 6.9MB/s unit-abot-epc-basic-0: 13:32:50 DEBUG unit.abot-epc-basic/0.install [?25hCollecting MarkupSafe>=0.23 (from Jinja2>=2.10->flask) unit-abot-epc-basic-0: 13:32:50 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: 13:32:51 DEBUG unit.abot-epc-basic/0.install Building wheels for collected packages: itsdangerous, MarkupSafe unit-abot-epc-basic-0: 13:32:51 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for itsdangerous ... [?25l- done unit-abot-epc-basic-0: 13:32:51 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/2c/4a/61/5599631c1554768c6290b08c02c72d7317910374ca602ff1e5 unit-abot-epc-basic-0: 13:32:51 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for MarkupSafe ... [?25l- \ done unit-abot-epc-basic-0: 13:32:51 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/33/56/20/ebe49a5c612fffe1c5a632146b16596f9e64676768661e4e46 unit-abot-epc-basic-0: 13:32:51 DEBUG unit.abot-epc-basic/0.install Successfully built itsdangerous MarkupSafe unit-abot-epc-basic-0: 13:32:51 DEBUG unit.abot-epc-basic/0.install Installing collected packages: MarkupSafe, Jinja2, itsdangerous, Werkzeug, click, flask unit-abot-epc-basic-0: 13:32:51 DEBUG unit.abot-epc-basic/0.install Successfully installed Jinja2-2.10 MarkupSafe-1.0 Werkzeug-0.14.1 click-6.7 flask-1.0.2 itsdangerous-0.24 unit-abot-epc-basic-0: 13:32:51 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: 13:32:51 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 13:32:52 DEBUG unit.abot-epc-basic/0.install Collecting bs4 unit-abot-epc-basic-0: 13:32:52 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/10/ed/7e8b97591f6f456174139ec089c769f89a94a1a4025fe967691de971f314/bs4-0.0.1.tar.gz unit-abot-epc-basic-0: 13:32:52 DEBUG unit.abot-epc-basic/0.install Collecting beautifulsoup4 (from bs4) unit-abot-epc-basic-0: 13:32:52 DEBUG unit.abot-epc-basic/0.install Downloading https://files.pythonhosted.org/packages/41/ed/61e49b5e4fe12b5ad111a6400683b18769289019b8685df94eb3484ac26f/beautifulsoup4-4.6.1-py2-none-any.whl (90kB) unit-abot-epc-basic-0: 13:32:52 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 8.8MB/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 4.1MB/s eta 0:00:01  56% |################## | 51kB 4.7MB/s eta 0:00:01  67% |##################### | 61kB 5.5MB/s eta 0:00:01  79% |######################### | 71kB 5.7MB/s eta 0:00:01  90% |############################ | 81kB 5.5MB/s eta 0:00:01  100% |################################| 92kB 4.5MB/s unit-abot-epc-basic-0: 13:32:52 DEBUG unit.abot-epc-basic/0.install [?25hBuilding wheels for collected packages: bs4 unit-abot-epc-basic-0: 13:32:52 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for bs4 ... [?25l- done unit-abot-epc-basic-0: 13:32:52 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/a0/b0/b2/4f80b9456b87abedbc0bf2d52235414c3467d8889be38dd472 unit-abot-epc-basic-0: 13:32:52 DEBUG unit.abot-epc-basic/0.install Successfully built bs4 unit-abot-epc-basic-0: 13:32:52 DEBUG unit.abot-epc-basic/0.install Installing collected packages: beautifulsoup4, bs4 unit-abot-epc-basic-0: 13:32:52 DEBUG unit.abot-epc-basic/0.install Successfully installed beautifulsoup4-4.6.1 bs4-0.0.1 unit-abot-epc-basic-0: 13:32:53 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: 13:32:53 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 13:32:53 DEBUG unit.abot-epc-basic/0.install Running the test with the tags local-commands unit-abot-epc-basic-0: 13:32:53 DEBUG unit.abot-epc-basic/0.install Running the test with the tags @local-commands unit-abot-epc-basic-0: 13:32:53 DEBUG unit.abot-epc-basic/0.install Creating the Target JUnit file... unit-abot-epc-basic-0: 13:32:55 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 13:32:55 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:32:55 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:32:55 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 13:32:55 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:32:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom unit-abot-epc-basic-0: 13:32:56 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (5 KB at 11.3 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 KB at 470.2 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 DEBUG unit.abot-epc-basic/0.install 3/23 KB 6/23 KB 9/23 KB 11/23 KB 14/23 KB 16/23 KB 19/23 KB 22/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 KB at 783.7 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 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/7/apache-7.pom (15 KB at 640.5 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 DEBUG unit.abot-epc-basic/0.install 3/23 KB 6/23 KB 9/23 KB 11/23 KB 14/23 KB 16/23 KB 19/23 KB 22/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 KB at 1058.4 KB/sec) unit-abot-epc-basic-0: 13:32:56 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:32:56 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 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 78.9 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 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 441.7 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 620.0 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (4 KB at 176.3 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 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 264.8 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 453.5 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 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 480.4 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar unit-abot-epc-basic-0: 13:32:56 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 523.3 KB/sec) unit-abot-epc-basic-0: 13:32:56 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 2830.4 KB/sec) unit-abot-epc-basic-0: 13:32:56 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 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: 13:32:56 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 117.1 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2 KB at 78.2 KB/sec) unit-abot-epc-basic-0: 13:32:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom unit-abot-epc-basic-0: 13:32:56 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 186.0 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 DEBUG unit.abot-epc-basic/0.install 2/2 KB 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 98.1 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 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/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9 KB at 486.6 KB/sec) unit-abot-epc-basic-0: 13:32:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom unit-abot-epc-basic-0: 13:32:56 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 84.1 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 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.6/maven-artifact-manager-2.0.6.pom (3 KB at 142.3 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 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 129.0 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 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 81.1 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 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 146.2 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 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 162.8 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 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 818.5 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 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 54.4 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 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 255.7 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 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 392.3 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 DEBUG unit.abot-epc-basic/0.install 3/8 KB 4/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (8 KB at 472.9 KB/sec) unit-abot-epc-basic-0: 13:32:56 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: 13:32:56 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: 13:32:56 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: 13:32:56 DEBUG unit.abot-epc-basic/0.install 3/114 KB 6/114 KB 9/114 KB 11/114 KB 14/114 KB 16/114 KB 19/114 KB 19/114 KB 3/48 KB 22/114 KB 3/48 KB 25/114 KB 3/48 KB 27/114 KB 3/48 KB 30/114 KB 3/48 KB 32/114 KB 6/48 KB 30/114 KB 6/48 KB 32/114 KB 9/48 KB 36/114 KB 9/48 KB 40/114 KB 11/48 KB 36/114 KB 11/48 KB 44/114 KB 14/48 KB 44/114 KB 14/48 KB 48/114 KB 14/48 KB 48/114 KB 16/48 KB 48/114 KB 19/48 KB 48/114 KB 22/48 KB 52/114 KB 22/48 KB 56/114 KB 22/48 KB 60/114 KB 25/48 KB 56/114 KB 25/48 KB 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: 13:32:57 DEBUG unit.abot-epc-basic/0.install 60/114 KB 27/48 KB 64/114 KB 27/48 KB 64/114 KB 30/48 KB 68/114 KB 32/48 KB 68/114 KB 30/48 KB 72/114 KB 32/48 KB 76/114 KB 32/48 KB 80/114 KB 32/48 KB 80/114 KB 36/48 KB 80/114 KB 40/48 KB 80/114 KB 44/48 KB 84/114 KB 48/48 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install 84/114 KB 44/48 KB 88/114 KB 48/48 KB 92/114 KB 48/48 KB 96/114 KB 48/48 KB 100/114 KB 48/48 KB 104/114 KB 48/48 KB 104/114 KB 48/48 KB 3/35 KB 104/114 KB 48/48 KB 4/85 KB 6/35 KB 108/114 KB 48/48 KB 4/85 KB 9/35 KB 104/114 KB 48/48 KB 4/85 KB 3/35 KB 108/114 KB 48/48 KB 4/85 KB 6/35 KB 112/114 KB 48/48 KB 4/85 KB 9/35 KB 114/114 KB 48/48 KB 4/85 KB 9/35 KB 114/114 KB 48/48 KB 8/85 KB 9/35 KB 114/114 KB 48/48 KB 12/85 KB 11/35 KB 114/114 KB 48/48 KB 16/85 KB 11/35 KB 3/29 KB 114/114 KB 48/48 KB 20/85 KB 11/35 KB 3/29 KB 114/114 KB 48/48 KB 24/85 KB 11/35 KB 114/114 KB 48/48 KB 8/85 KB 11/35 KB 3/29 KB 114/114 KB 48/48 KB 24/85 KB 14/35 KB 3/29 KB 114/114 KB 48/48 KB 24/85 KB 16/35 KB 3/29 KB 114/114 KB 48/48 KB 16/85 KB 11/35 KB 6/29 KB 114/114 KB 48/48 KB 24/85 KB 19/35 KB 3/29 KB 114/114 KB 48/48 KB 24/85 KB 19/35 KB 9/29 KB 114/114 KB 48/48 KB 24/85 KB 19/35 KB 9/29 KB 114/114 KB 48/48 KB 28/85 KB 22/35 KB 9/29 KB 114/114 KB 48/48 KB 28/85 KB 19/35 KB 9/29 KB 114/114 KB 48/48 KB 32/85 KB 22/35 KB 9/29 KB 114/114 KB 48/48 KB 36/85 KB 22/35 KB 11/29 KB 114/114 KB 48/48 KB 40/85 KB 25/35 KB 11/29 KB 48/48 KB 44/85 KB 25/35 KB 11/29 KB 114/114 KB 48/48 KB 36/85 KB 25/35 KB 9/29 KB 114/114 KB 48/48 KB 36/85 KB 25/35 KB 14/29 KB 48/48 KB 44/85 KB 25/35 KB 14/29 KB 48/48 KB 44/85 KB 27/35 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 2062.9 KB/sec) unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (48 KB at 940.2 KB/sec) unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install 16/29 KB 44/85 KB 30/35 KB 16/29 KB 44/85 KB 27/35 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install 19/29 KB 44/85 KB 30/35 KB 22/29 KB 44/85 KB 32/35 KB 25/29 KB 48/85 KB 32/35 KB 19/29 KB 44/85 KB 32/35 KB 22/29 KB 48/85 KB 32/35 KB 25/29 KB 4/56 KB 48/85 KB 32/35 KB 27/29 KB 8/56 KB 52/85 KB 35/35 KB 27/29 KB 4/56 KB 52/85 KB 35/35 KB 29/29 KB 12/56 KB 52/85 KB 35/35 KB 3/24 KB 25/29 KB 4/56 KB 52/85 KB 35/35 KB 25/29 KB 4/56 KB 48/85 KB 35/35 KB 29/29 KB 12/56 KB 56/85 KB 35/35 KB 3/24 KB 29/29 KB 12/56 KB 60/85 KB 35/35 KB 3/24 KB 29/29 KB 12/56 KB 64/85 KB 35/35 KB 3/24 KB 27/29 KB 12/56 KB 52/85 KB 35/35 KB 3/24 KB 29/29 KB 12/56 KB 64/85 KB 35/35 KB 6/24 KB 29/29 KB 12/56 KB 68/85 KB 35/35 KB 9/24 KB 29/29 KB 12/56 KB 68/85 KB 35/35 KB 6/24 KB 29/29 KB 12/56 KB 64/85 KB 35/35 KB 6/24 KB 29/29 KB 16/56 KB 72/85 KB 35/35 KB 9/24 KB 29/29 KB 16/56 KB 72/85 KB 35/35 KB 11/24 KB 29/29 KB 12/56 KB 72/85 KB 35/35 KB 11/24 KB 29/29 KB 16/56 KB 76/85 KB 35/35 KB 14/24 KB 16/56 KB 76/85 KB 16/24 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 KB at 455.6 KB/sec) unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 KB at 546.3 KB/sec) unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install 29/29 KB 16/56 KB 76/85 KB 35/35 KB 11/24 KB 20/56 KB 80/85 KB 16/24 KB 20/56 KB 76/85 KB 16/24 KB 24/56 KB 80/85 KB 16/24 KB 28/56 KB 84/85 KB 16/24 KB 28/56 KB 85/85 KB 16/24 KB 28/56 KB 80/85 KB 16/24 KB 32/56 KB 85/85 KB 19/24 KB 28/56 KB 85/85 KB 19/24 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install 32/56 KB 85/85 KB 22/24 KB 32/56 KB 85/85 KB 24/24 KB 36/56 KB 85/85 KB 24/24 KB 40/56 KB 85/85 KB 24/24 KB 44/56 KB 85/85 KB 24/24 KB 48/56 KB 85/85 KB 24/24 KB 52/56 KB 85/85 KB 24/24 KB 56/56 KB 85/85 KB 24/24 KB 56/56 KB 3/86 KB 85/85 KB 24/24 KB 56/56 KB 6/86 KB 85/85 KB 24/24 KB 56/56 KB 9/86 KB 85/85 KB 24/24 KB 56/56 KB 11/86 KB 4/218 KB 24/24 KB 56/56 KB 9/86 KB 4/218 KB 24/24 KB 56/56 KB 14/86 KB 8/218 KB 24/24 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 1429.9 KB/sec) unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install 56/56 KB 14/86 KB 8/218 KB 24/24 KB 56/56 KB 16/86 KB 8/218 KB 56/56 KB 19/86 KB 12/218 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install 56/56 KB 16/86 KB 12/218 KB 56/56 KB 19/86 KB 16/218 KB 56/56 KB 19/86 KB 20/218 KB 56/56 KB 22/86 KB 24/218 KB 56/56 KB 22/86 KB 20/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 KB at 442.6 KB/sec) unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install 56/56 KB 25/86 KB 28/218 KB 56/56 KB 25/86 KB 28/218 KB 3/12 KB 27/86 KB 28/218 KB 6/12 KB 27/86 KB 28/218 KB 3/12 KB 56/56 KB 25/86 KB 28/218 KB 3/12 KB 27/86 KB 32/218 KB 6/12 KB 30/86 KB 32/218 KB 6/12 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 890.1 KB/sec) unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install 30/86 KB 36/218 KB 6/12 KB 32/86 KB 36/218 KB 6/12 KB 36/86 KB 36/218 KB 6/12 KB 40/86 KB 40/218 KB 9/12 KB 44/86 KB 40/218 KB 9/12 KB 36/86 KB 40/218 KB 9/12 KB 36/86 KB 40/218 KB 6/12 KB 44/86 KB 44/218 KB 9/12 KB 44/86 KB 48/218 KB 9/12 KB 44/86 KB 52/218 KB 11/12 KB 48/86 KB 52/218 KB 11/12 KB 44/86 KB 48/218 KB 11/12 KB 48/86 KB 52/218 KB 12/12 KB 52/86 KB 52/218 KB 12/12 KB 52/86 KB 56/218 KB 12/12 KB 52/86 KB 60/218 KB 12/12 KB 52/86 KB 64/218 KB 12/12 KB 56/86 KB 64/218 KB 12/12 KB 60/86 KB 64/218 KB 12/12 KB 64/86 KB 64/218 KB 68/86 KB 64/218 KB 72/86 KB 64/218 KB 76/86 KB 64/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 148.5 KB/sec) unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install 80/86 KB 64/218 KB 84/86 KB 64/218 KB 86/86 KB 64/218 KB 86/86 KB 68/218 KB 86/86 KB 72/218 KB 86/86 KB 76/218 KB 86/86 KB 80/218 KB 86/86 KB 84/218 KB 86/86 KB 88/218 KB 86/86 KB 92/218 KB 86/86 KB 96/218 KB 86/86 KB 100/218 KB 86/86 KB 104/218 KB 86/86 KB 108/218 KB 86/86 KB 112/218 KB 86/86 KB 116/218 KB 86/86 KB 120/218 KB 86/86 KB 124/218 KB 86/86 KB 128/218 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (86 KB at 980.6 KB/sec) unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install 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 1999.5 KB/sec) unit-mysql-0: 13:32:57 DEBUG unit.mysql/0.config-changed mysql start/running, process 11546 unit-abot-epc-basic-0: 13:32:57 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: 13:32:57 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall4745891541859130276.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:32:57 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: 13:32:57 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: 13:32:57 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall6887680926634275961.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: 13:32:57 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install-file (install-external-sctp-impl) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/lib/sctp-impl-1.5.0.FINAL.jar to /root/.m2/repository/org/mobicents/protocols/sctp/sctp-impl/1.5.0.FINAL/sctp-impl-1.5.0.FINAL.jar unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall8072515593648561225.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: 13:32:57 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:32:57 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: 13:32:57 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: 13:32:57 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall5728379005645740746.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:32:57 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: 13:32:57 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: 13:32:57 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall6697121756647214476.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: 13:32:57 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:32:57 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: 13:32:57 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: 13:32:57 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall8374851790211501871.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.307 s unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-08-05T13:32:57+00:00 unit-mysql-0: 13:32:57 DEBUG unit.mysql/0.config-changed Setting up libhtml-template-perl (2.95-1) ... unit-mysql-0: 13:32:57 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 13:32:57 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-mysql-0: 13:32:57 DEBUG unit.mysql/0.config-changed Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 13:32:57 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 13:32:57 INFO unit.mysql/0.juju-log dataset size in bytes: 1677721600 unit-abot-epc-basic-0: 13:32:59 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 13:32:59 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:32:59 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:32:59 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 13:32:59 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:32:59 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: 13:33: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/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8 KB at 15.6 KB/sec) unit-abot-epc-basic-0: 13:33:00 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: 13:33:00 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9 KB at 427.7 KB/sec) unit-abot-epc-basic-0: 13:33:00 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: 13:33:00 DEBUG unit.abot-epc-basic/0.install 3/30 KB 5/30 KB 8/30 KB 11/30 KB 13/30 KB 16/30 KB 19/30 KB 21/30 KB 24/30 KB 27/30 KB 29/30 KB 30/30 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 KB at 854.3 KB/sec) unit-abot-epc-basic-0: 13:33:00 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: 13:33:00 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 578.6 KB/sec) unit-mysql-0: 13:33:00 DEBUG unit.mysql/0.config-changed mysql stop/waiting unit-abot-epc-basic-0: 13:33:00 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: 13:33:00 DEBUG unit.abot-epc-basic/0.install 3/29 KB 6/29 KB 9/29 KB 11/29 KB 14/29 KB 16/29 KB 19/29 KB 22/29 KB 25/29 KB 27/29 KB 29/29 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (29 KB at 1201.1 KB/sec) unit-abot-epc-basic-0: 13:33:00 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: 13:33: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/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.pom (8 KB at 407.4 KB/sec) unit-abot-epc-basic-0: 13:33:00 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: 13:33:00 DEBUG unit.abot-epc-basic/0.install 3/32 KB 5/32 KB 8/32 KB 11/32 KB 13/32 KB 16/32 KB 19/32 KB 21/32 KB 24/32 KB 27/32 KB 29/32 KB 32/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.5.1/maven-compiler-plugin-2.5.1.jar (32 KB at 1024.0 KB/sec) unit-abot-epc-basic-0: 13:33:00 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: 13:33:00 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.pom (6 KB at 217.3 KB/sec) unit-abot-epc-basic-0: 13:33:00 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: 13:33:00 DEBUG unit.abot-epc-basic/0.install 3/19 KB 5/19 KB 8/19 KB 11/19 KB 13/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.19.1/surefire-2.19.1.pom (19 KB at 750.8 KB/sec) unit-abot-epc-basic-0: 13:33:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom unit-abot-epc-basic-0: 13:33:00 DEBUG unit.abot-epc-basic/0.install 3/39 KB 6/39 KB 9/39 KB 11/39 KB 14/39 KB 16/39 KB 19/39 KB 22/39 KB 25/39 KB 27/39 KB 30/39 KB 32/39 KB 35/39 KB 38/39 KB 39/39 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/26/maven-parent-26.pom (39 KB at 1295.1 KB/sec) unit-abot-epc-basic-0: 13:33:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom unit-abot-epc-basic-0: 13:33: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/apache/apache/16/apache-16.pom (16 KB at 716.0 KB/sec) unit-abot-epc-basic-0: 13:33:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar unit-abot-epc-basic-0: 13:33:00 DEBUG unit.abot-epc-basic/0.install 3/38 KB 5/38 KB 8/38 KB 11/38 KB 13/38 KB 16/38 KB 19/38 KB 21/38 KB 24/38 KB 27/38 KB 29/38 KB 32/38 KB 35/38 KB 37/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 986.9 KB/sec) unit-abot-epc-basic-0: 13:33:00 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: 13:33:00 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 299.9 KB/sec) unit-abot-epc-basic-0: 13:33:00 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: 13:33:00 DEBUG unit.abot-epc-basic/0.install 3/34 KB 5/34 KB 8/34 KB 11/34 KB 13/34 KB 16/34 KB 19/34 KB 21/34 KB 24/34 KB 27/34 KB 29/34 KB 32/34 KB 34/34 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 KB at 1006.8 KB/sec) unit-abot-epc-basic-0: 13:33:00 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: 13:33:01 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 36.3 KB/sec) unit-abot-epc-basic-0: 13:33:01 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: 13:33:01 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 224.3 KB/sec) unit-abot-epc-basic-0: 13:33:01 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: 13:33:01 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 351.2 KB/sec) unit-abot-epc-basic-0: 13:33:01 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: 13:33:01 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: 13:33:01 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 266.0 KB/sec) unit-abot-epc-basic-0: 13:33:01 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: 13:33:01 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: 13:33:01 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/info/cukes/gherkin/2.12.2/gherkin-2.12.2.pom (9 KB at 480.8 KB/sec) unit-abot-epc-basic-0: 13:33:01 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/6/oss-parent-6.pom unit-abot-epc-basic-0: 13:33:02 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: 13:33:02 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 314.5 KB/sec) unit-abot-epc-basic-0: 13:33:02 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: 13:33:02 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: 13:33:02 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 257.8 KB/sec) unit-abot-epc-basic-0: 13:33:02 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: 13:33:02 DEBUG unit.mysql/0.config-changed mysql start/running, process 11675 unit-abot-epc-basic-0: 13:33:02 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-mysql-0: 13:33:02 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-abot-epc-basic-0: 13:33:02 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 194.8 KB/sec) unit-abot-epc-basic-0: 13:33:02 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: 13:33:02 INFO juju.worker.uniter.operation ran "config-changed" hook unit-mysql-0: 13:33:02 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-abot-epc-basic-0: 13:33:02 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: 13:33:02 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 856.7 KB/sec) unit-abot-epc-basic-0: 13:33:03 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.pom unit-mysql-0: 13:33:03 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 13:33:03 INFO juju.worker.uniter found queued "start" hook unit-mysql-0: 13:33:03 DEBUG juju.worker.uniter.operation running operation run start hook unit-mysql-0: 13:33:03 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 13:33:03 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 13:33:03 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-mysql-0: 13:33:03 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-mysql-0: 13:33:03 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 13:33:03 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: 13:33:03 DEBUG unit.abot-epc-basic/0.install 3/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 241.9 KB/sec) unit-abot-epc-basic-0: 13:33:03 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: 13:33:03 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: 13:33:03 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 198.9 KB/sec) unit-abot-epc-basic-0: 13:33:03 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: 13:33:03 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: 13:33:03 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.pom (4 KB at 151.2 KB/sec) unit-abot-epc-basic-0: 13:33:03 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: 13:33:03 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: 13:33:03 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 240.3 KB/sec) unit-abot-epc-basic-0: 13:33:03 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: 13:33:04 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: 13:33:04 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom (3 KB at 120.5 KB/sec) unit-abot-epc-basic-0: 13:33:04 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: 13:33:04 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: 13:33:04 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 29.9 KB/sec) unit-abot-epc-basic-0: 13:33:04 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: 13:33:04 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: 13:33:04 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2 KB at 101.4 KB/sec) unit-abot-epc-basic-0: 13:33:04 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: 13:33:04 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: 13:33:04 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 137.4 KB/sec) unit-abot-epc-basic-0: 13:33:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.pom unit-abot-epc-basic-0: 13:33:05 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: 13:33:05 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 68.8 KB/sec) unit-abot-epc-basic-0: 13:33:05 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: 13:33:05 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: 13:33:05 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 506.1 KB/sec) unit-abot-epc-basic-0: 13:33:05 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: 13:33:05 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: 13:33:05 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom (9 KB at 403.2 KB/sec) unit-abot-epc-basic-0: 13:33:05 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: 13:33:05 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: 13:33:06 DEBUG unit.abot-epc-basic/0.install 3/53 KB 5/53 KB 8/53 KB 11/53 KB 13/53 KB 16/53 KB 19/53 KB 21/53 KB 24/53 KB 27/53 KB 29/53 KB 32/53 KB 36/53 KB 40/53 KB 44/53 KB 48/53 KB 52/53 KB 53/53 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom (53 KB at 806.1 KB/sec) unit-abot-epc-basic-0: 13:33:06 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.pom unit-mysql-0: 13:33:06 DEBUG unit.mysql/0.start mysql stop/waiting unit-abot-epc-basic-0: 13:33:06 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: 13:33:06 DEBUG unit.abot-epc-basic/0.install 3/19 KB 3/19 KB 6/19 KB 7/19 KB 10/19 KB 11/19 KB 14/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: 13:33:06 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: 13:33:06 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: 13:33:06 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.pom (11 KB at 628.5 KB/sec) unit-abot-epc-basic-0: 13:33:06 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: 13:33:06 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: 13:33:06 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 175.0 KB/sec) unit-abot-epc-basic-0: 13:33:06 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: 13:33:07 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: 13:33:07 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 205.6 KB/sec) unit-abot-epc-basic-0: 13:33:07 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: 13:33:07 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: 13:33:07 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom (3 KB at 110.5 KB/sec) unit-abot-epc-basic-0: 13:33:07 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: 13:33:07 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: 13:33:07 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 KB at 721.4 KB/sec) unit-abot-epc-basic-0: 13:33:07 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: 13:33:07 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: 13:33:07 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: 13:33:07 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: 13:33:08 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: 13:33:08 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.pom (5 KB at 272.9 KB/sec) unit-abot-epc-basic-0: 13:33:08 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: 13:33:08 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: 13:33:08 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: 13:33:08 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: 13:33:08 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: 13:33:08 DEBUG unit.abot-epc-basic/0.install 363/363 B Downloaded: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 23.6 KB/sec) unit-abot-epc-basic-0: 13:33:08 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: 13:33:08 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: 13:33:08 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom (3 KB at 152.6 KB/sec) unit-abot-epc-basic-0: 13:33:08 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-mysql-0: 13:33:09 DEBUG unit.mysql/0.start mysql start/running, process 11870 unit-mysql-0: 13:33:09 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-mysql-0: 13:33:09 INFO juju.worker.uniter.operation ran "start" hook unit-mysql-0: 13:33:09 DEBUG juju.worker.uniter.operation unit mysql/0 has started but has not yet set status unit-mysql-0: 13:33:09 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-mysql-0: 13:33:09 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 13:33:09 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 13:33:09 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-mysql-0: 13:33:09 INFO juju.worker.uniter.relation joining relation "mysql:cluster" unit-abot-epc-basic-0: 13:33:09 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: 13:33:09 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 105.2 KB/sec) unit-abot-epc-basic-0: 13:33:09 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-mysql-0: 13:33:09 INFO juju.worker.uniter.relation joined relation "mysql:cluster" unit-mysql-0: 13:33:09 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-mysql-0: 13:33:09 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-mysql-0: 13:33:09 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 13:33:09 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: 13:33:09 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 356.3 KB/sec) unit-abot-epc-basic-0: 13:33:09 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: 13:33:09 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: 13:33:09 DEBUG unit.abot-epc-basic/0.install 640/640 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom (640 B at 41.7 KB/sec) unit-abot-epc-basic-0: 13:33:09 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: 13:33:09 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: 13:33: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/1.3.2/commons-io-1.3.2.pom (10 KB at 593.6 KB/sec) unit-abot-epc-basic-0: 13:33:10 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: 13:33:10 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: 13:33:10 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: 13:33:10 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/apache/4/apache-4.pom unit-abot-epc-basic-0: 13:33:10 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: 13:33:10 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 231.0 KB/sec) unit-abot-epc-basic-0: 13:33:10 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: 13:33:10 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: 13:33:10 DEBUG unit.abot-epc-basic/0.install 3/20 KB 5/20 KB 8/20 KB 11/20 KB 13/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (20 KB at 865.2 KB/sec) unit-abot-epc-basic-0: 13:33:10 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: 13:33:10 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: 13:33:11 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 1787.7 KB/sec) unit-abot-epc-basic-0: 13:33:11 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.pom unit-abot-epc-basic-0: 13:33:11 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: 13:33:11 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 110.8 KB/sec) unit-abot-epc-basic-0: 13:33:11 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: 13:33:11 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: 13:33:11 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 422.2 KB/sec) unit-abot-epc-basic-0: 13:33:11 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom unit-abot-epc-basic-0: 13:33:11 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: 13:33:11 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 51.9 KB/sec) unit-abot-epc-basic-0: 13:33:11 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom unit-abot-epc-basic-0: 13:33:12 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: 13:33:12 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (3 KB at 164.1 KB/sec) unit-abot-epc-basic-0: 13:33:12 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: 13:33:12 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: 13:33:12 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 KB at 441.4 KB/sec) unit-abot-epc-basic-0: 13:33:12 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: 13:33:12 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: 13:33:12 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.pom (3 KB at 156.4 KB/sec) unit-abot-epc-basic-0: 13:33:12 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: 13:33:12 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: 13:33:12 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.pom (2 KB at 72.9 KB/sec) unit-abot-epc-basic-0: 13:33:12 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: 13:33:12 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: 13:33:12 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 59.9 KB/sec) unit-abot-epc-basic-0: 13:33:12 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom unit-abot-epc-basic-0: 13:33:13 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: 13:33:13 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom (9 KB at 550.5 KB/sec) unit-abot-epc-basic-0: 13:33:13 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: 13:33:13 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: 13:33:13 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 356.4 KB/sec) unit-abot-epc-basic-0: 13:33:13 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: 13:33:13 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: 13:33:13 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 231.9 KB/sec) unit-abot-epc-basic-0: 13:33:13 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: 13:33:13 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: 13:33:13 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 649.7 KB/sec) unit-abot-epc-basic-0: 13:33:13 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: 13:33:14 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: 13:33:14 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (5 KB at 267.4 KB/sec) unit-abot-epc-basic-0: 13:33:14 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: 13:33:14 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: 13:33:14 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-codec/commons-codec/1.4/commons-codec-1.4.pom (11 KB at 602.8 KB/sec) unit-abot-epc-basic-0: 13:33:14 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: 13:33:14 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: 13:33:14 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 1094.1 KB/sec) unit-abot-epc-basic-0: 13:33:14 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: 13:33:14 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: 13:33:14 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 13/16 KB 16/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom (16 KB at 758.7 KB/sec) unit-abot-epc-basic-0: 13:33:14 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: 13:33:15 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: 13:33:15 DEBUG unit.abot-epc-basic/0.install 3/34 KB 5/34 KB 8/34 KB 11/34 KB 13/34 KB 16/34 KB 19/34 KB 21/34 KB 24/34 KB 27/34 KB 29/34 KB 32/34 KB 34/34 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/21/commons-parent-21.pom (34 KB at 1580.8 KB/sec) unit-abot-epc-basic-0: 13:33:15 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: 13:33:15 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: 13:33:15 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 133.1 KB/sec) unit-abot-epc-basic-0: 13:33:15 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: 13:33:15 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: 13:33:15 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: 13:33:15 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: 13:33:15 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: 13:33:15 DEBUG unit.abot-epc-basic/0.install 3/8 KB 4/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom (8 KB at 458.0 KB/sec) unit-abot-epc-basic-0: 13:33:15 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: 13:33:16 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: 13:33:16 DEBUG unit.abot-epc-basic/0.install 3/20 KB 5/20 KB 8/20 KB 11/20 KB 13/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/27/oss-parent-27.pom (20 KB at 833.9 KB/sec) unit-abot-epc-basic-0: 13:33:16 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: 13:33:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom (9 KB at 398.8 KB/sec) unit-abot-epc-basic-0: 13:33:16 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/5/oss-parent-5.pom unit-abot-epc-basic-0: 13:33:16 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: 13:33:16 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 306.6 KB/sec) unit-abot-epc-basic-0: 13:33:16 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: 13:33:16 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: 13:33:16 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 86.6 KB/sec) unit-abot-epc-basic-0: 13:33:16 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: 13:33:17 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: 13:33:17 DEBUG unit.abot-epc-basic/0.install 1016/1016 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom (1016 B at 58.4 KB/sec) unit-abot-epc-basic-0: 13:33:17 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: 13:33:17 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: 13:33:17 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom (2 KB at 106.8 KB/sec) unit-abot-epc-basic-0: 13:33:17 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: 13:33:17 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: 13:33:17 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 76.7 KB/sec) unit-abot-epc-basic-0: 13:33:17 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: 13:33:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom unit-abot-epc-basic-0: 13:33:17 DEBUG unit.abot-epc-basic/0.install 962/962 B Downloaded: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 72.3 KB/sec) unit-abot-epc-basic-0: 13:33:17 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: 13:33:18 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: 13:33:18 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 120.3 KB/sec) unit-abot-epc-basic-0: 13:33:18 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: 13:33:18 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: 13:33:18 DEBUG unit.abot-epc-basic/0.install 2/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom (6 KB at 230.4 KB/sec) unit-abot-epc-basic-0: 13:33:18 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: 13:33:18 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: 13:33:18 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom (2 KB at 128.9 KB/sec) unit-abot-epc-basic-0: 13:33:18 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: 13:33:18 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: 13:33:18 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.8.8/jackson-core-2.8.8.pom (6 KB at 352.5 KB/sec) unit-abot-epc-basic-0: 13:33:18 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom unit-abot-epc-basic-0: 13:33:19 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: 13:33:19 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 1013.3 KB/sec) unit-abot-epc-basic-0: 13:33:19 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom unit-abot-epc-basic-0: 13:33:19 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: 13:33:19 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 193.6 KB/sec) unit-abot-epc-basic-0: 13:33:19 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: 13:33:19 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: 13:33:19 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: 13:33:19 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: 13:33:19 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: 13:33:19 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.pom (2 KB at 114.6 KB/sec) unit-abot-epc-basic-0: 13:33:19 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: 13:33:20 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: 13:33:20 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 489.4 KB/sec) unit-abot-epc-basic-0: 13:33:20 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: 13:33:20 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: 13:33:20 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.pom (2 KB at 107.7 KB/sec) unit-abot-epc-basic-0: 13:33:20 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: 13:33:20 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: 13:33:20 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/parent/1.2/parent-1.2.pom (9 KB at 365.8 KB/sec) unit-abot-epc-basic-0: 13:33:20 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: 13:33:20 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: 13:33:20 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 187.6 KB/sec) unit-abot-epc-basic-0: 13:33:20 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: 13:33:20 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: 13:33:20 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 720.5 KB/sec) unit-abot-epc-basic-0: 13:33:20 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: 13:33:21 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: 13:33:21 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 320.7 KB/sec) unit-abot-epc-basic-0: 13:33:21 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: 13:33:21 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: 13:33:21 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 KB at 847.8 KB/sec) unit-abot-epc-basic-0: 13:33:21 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: 13:33:21 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: 13:33:21 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 1209.3 KB/sec) unit-abot-epc-basic-0: 13:33:21 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: 13:33:21 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: 13:33:21 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (6 KB at 363.4 KB/sec) unit-abot-epc-basic-0: 13:33:21 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: 13:33:21 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: 13:33:22 DEBUG unit.abot-epc-basic/0.install 3/16 KB 5/16 KB 8/16 KB 11/16 KB 13/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (16 KB at 883.7 KB/sec) unit-abot-epc-basic-0: 13:33:22 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom unit-abot-epc-basic-0: 13:33:22 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: 13:33:22 DEBUG unit.abot-epc-basic/0.install 3/18 KB 6/18 KB 9/18 KB 11/18 KB 14/18 KB 16/18 KB 18/18 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom (18 KB at 746.8 KB/sec) unit-abot-epc-basic-0: 13:33:22 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: 13:33:22 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: 13:33:22 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 328.7 KB/sec) unit-abot-epc-basic-0: 13:33:22 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: 13:33:22 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: 13:33:22 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 333.8 KB/sec) unit-abot-epc-basic-0: 13:33:22 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: 13:33:23 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: 13:33:23 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: 13:33:23 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: 13:33:23 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: 13:33:23 DEBUG unit.abot-epc-basic/0.install 3/39 KB 5/39 KB 8/39 KB 11/39 KB 13/39 KB 16/39 KB 19/39 KB 21/39 KB 24/39 KB 27/39 KB 29/39 KB 32/39 KB 35/39 KB 37/39 KB 39/39 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.3/cucumber-jvm-1.2.3.pom (39 KB at 1268.7 KB/sec) unit-abot-epc-basic-0: 13:33:23 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: 13:33:23 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: 13:33:23 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: 13:33:23 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: 13:33:23 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: 13:33:23 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: 13:33:23 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.pom unit-abot-epc-basic-0: 13:33:24 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.5 KB/sec) unit-abot-epc-basic-0: 13:33:24 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: 13:33:24 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: 13:33:24 DEBUG unit.abot-epc-basic/0.install 3/7 KB 5/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.pom (7 KB at 465.7 KB/sec) unit-abot-epc-basic-0: 13:33:24 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: 13:33:24 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: 13:33:24 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 461.7 KB/sec) unit-abot-epc-basic-0: 13:33:24 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: 13:33:24 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: 13:33:24 DEBUG unit.abot-epc-basic/0.install 1/11 KB 4/11 KB 7/11 KB 9/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 KB at 706.8 KB/sec) unit-abot-epc-basic-0: 13:33:24 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: 13:33:24 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: 13:33:24 DEBUG unit.abot-epc-basic/0.install 3/13 KB 5/13 KB 8/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 KB at 814.1 KB/sec) unit-abot-epc-basic-0: 13:33:24 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: 13:33:25 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: 13:33:25 DEBUG unit.abot-epc-basic/0.install 3/22 KB 6/22 KB 9/22 KB 11/22 KB 14/22 KB 16/22 KB 19/22 KB 22/22 KB 22/22 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 KB at 1070.8 KB/sec) unit-abot-epc-basic-0: 13:33:25 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: 13:33:25 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: 13:33:25 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: 13:33:25 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: 13:33:25 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: 13:33:25 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 8.3 KB/sec) unit-abot-epc-basic-0: 13:33:25 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: 13:33:26 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: 13:33:26 DEBUG unit.abot-epc-basic/0.install 2/16 KB 5/16 KB 6/16 KB 9/16 KB 10/16 KB 13/16 KB 15/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 682.2 KB/sec) unit-abot-epc-basic-0: 13:33:26 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: 13:33:26 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: 13:33:26 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.pom (4 KB at 177.4 KB/sec) unit-abot-epc-basic-0: 13:33:26 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/google/5/google-5.pom unit-abot-epc-basic-0: 13:33:26 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: 13:33:26 DEBUG unit.abot-epc-basic/0.install 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: 13:33:26 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: 13:33:26 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: 13:33:26 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: 13:33:26 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: 13:33:27 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: 13:33:27 DEBUG unit.abot-epc-basic/0.install 2/11 KB 5/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 633.8 KB/sec) unit-abot-epc-basic-0: 13:33:27 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/24/commons-parent-24.pom unit-abot-epc-basic-0: 13:33:27 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: 13:33:27 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 2006.8 KB/sec) unit-abot-epc-basic-0: 13:33:27 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: 13:33:27 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: 13:33:27 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: 13:33:27 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: 13:33:27 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: 13:33:27 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 36.9 KB/sec) unit-abot-epc-basic-0: 13:33:27 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: 13:33:28 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: 13:33:28 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom (6 KB at 382.9 KB/sec) unit-abot-epc-basic-0: 13:33:28 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: 13:33:28 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: 13:33:28 DEBUG unit.abot-epc-basic/0.install 1/10 KB 4/10 KB 7/10 KB 10/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom (10 KB at 610.1 KB/sec) unit-abot-epc-basic-0: 13:33:28 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: 13:33:28 DEBUG unit.abot-epc-basic/0.install 503/503 B Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.20/totallylazy-1.20.pom (503 B at 1.2 KB/sec) unit-abot-epc-basic-0: 13:33:28 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: 13:33:28 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: 13:33:28 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom (6 KB at 360.4 KB/sec) unit-abot-epc-basic-0: 13:33:28 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: 13:33:28 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: 13:33:29 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: 13:33:29 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: 13:33:29 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: 13:33:29 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: 13:33:29 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: 13:33:29 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: 13:33:29 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: 13:33:29 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: 13:33:29 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: 13:33: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.jar unit-abot-epc-basic-0: 13:33:29 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: 13:33:29 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: 13:33:29 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: 13:33:29 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: 13:33:29 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: 13:33:29 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: 13:33:29 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: 13:33:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 13:33:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 13:33:29 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 13:33:30 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: 13:33:30 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: 13:33:30 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.jar unit-abot-epc-basic-0: 13:33:30 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: 13:33:30 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: 13:33:30 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: 13:33:30 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: 13:33:30 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: 13:33:30 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: 13:33:30 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: 13:33:30 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: 13:33:30 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: 13:33:30 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: 13:33:30 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: 13:33:30 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: 13:33:30 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: 13:33:30 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: 13:33:30 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: 13:33:30 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: 13:33:30 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: 13:33:30 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: 13:33:30 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: 13:33:30 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: 13:33:30 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: 13:33:30 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: 13:33:30 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: 13:33:31 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: 13:33:31 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: 13:33:31 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: 13:33:31 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: 13:33:31 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: 13:33:31 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: 13:33:31 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: 13:33:31 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: 13:33:31 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: 13:33:31 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: 13:33:31 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: 13:33:31 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: 13:33:31 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: 13:33:31 DEBUG unit.abot-epc-basic/0.install 4/966 KB 8/966 KB 12/966 KB 14/966 KB 16/966 KB 20/966 KB 22/966 KB 23/966 KB 27/966 KB 28/966 KB 31/966 KB Downloading: http://repo.bodar.com/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar unit-abot-epc-basic-0: 13:33:31 DEBUG unit.abot-epc-basic/0.install 35/966 KB 39/966 KB 43/966 KB 47/966 KB 51/966 KB 55/966 KB 59/966 KB 63/966 KB 67/966 KB 68/966 KB 70/966 KB 71/966 KB 74/966 KB 77/966 KB 78/966 KB 82/966 KB 85/966 KB 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: 13:33:31 DEBUG unit.abot-epc-basic/0.install 89/966 KB 93/966 KB 95/966 KB 99/966 KB 103/966 KB 107/966 KB 111/966 KB 115/966 KB 119/966 KB 123/966 KB 127/966 KB 131/966 KB 135/966 KB 139/966 KB 143/966 KB 147/966 KB 151/966 KB 155/966 KB 159/966 KB 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: 13:33:31 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: 13:33:32 DEBUG unit.abot-epc-basic/0.install 161/966 KB 165/966 KB 169/966 KB 173/966 KB 177/966 KB 181/966 KB 185/966 KB 189/966 KB 193/966 KB 197/966 KB 201/966 KB 205/966 KB 209/966 KB 213/966 KB 217/966 KB 221/966 KB 225/966 KB 229/966 KB 233/966 KB 237/966 KB 241/966 KB 245/966 KB 249/966 KB 253/966 KB 257/966 KB 261/966 KB 265/966 KB 269/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 449/966 KB 453/966 KB 457/966 KB 461/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 641/966 KB 645/966 KB 649/966 KB 653/966 KB 655/966 KB 659/966 KB 663/966 KB 667/966 KB 671/966 KB 675/966 KB 679/966 KB 683/966 KB 687/966 KB 691/966 KB 695/966 KB 699/966 KB 703/966 KB 707/966 KB 711/966 KB 715/966 KB 719/966 KB 723/966 KB 727/966 KB 731/966 KB 735/966 KB 739/966 KB 743/966 KB 747/966 KB 751/966 KB 755/966 KB 759/966 KB 763/966 KB 767/966 KB 771/966 KB 775/966 KB 779/966 KB 783/966 KB 787/966 KB 791/966 KB 795/966 KB 799/966 KB 803/966 KB 807/966 KB 811/966 KB 815/966 KB 819/966 KB 823/966 KB 827/966 KB 831/966 KB 835/966 KB 839/966 KB 843/966 KB 847/966 KB 851/966 KB 855/966 KB 859/966 KB 863/966 KB 867/966 KB 871/966 KB 875/966 KB 879/966 KB 883/966 KB 887/966 KB 891/966 KB 895/966 KB 899/966 KB 903/966 KB 907/966 KB 911/966 KB 915/966 KB 919/966 KB 923/966 KB 927/966 KB 931/966 KB 935/966 KB 939/966 KB 943/966 KB 947/966 KB 951/966 KB 955/966 KB 959/966 KB 963/966 KB 966/966 KB Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.jar (966 KB at 283.4 KB/sec) unit-abot-epc-basic-0: 13:33:32 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: 13:33:32 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: 13:33:32 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: 13:33:32 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: 13:33:32 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: 13:33:32 DEBUG unit.abot-epc-basic/0.install 3/590 KB 6/590 KB 7/590 KB 10/590 KB 11/590 KB 14/590 KB 15/590 KB 18/590 KB 19/590 KB 22/590 KB 23/590 KB 26/590 KB 27/590 KB 30/590 KB 31/590 KB 34/590 KB 35/590 KB 38/590 KB 39/590 KB 42/590 KB 43/590 KB 46/590 KB 47/590 KB 50/590 KB 51/590 KB 54/590 KB 55/590 KB 58/590 KB 59/590 KB 62/590 KB 63/590 KB 66/590 KB 67/590 KB 70/590 KB 71/590 KB 74/590 KB 75/590 KB 78/590 KB 79/590 KB 82/590 KB 83/590 KB 86/590 KB 88/590 KB 91/590 KB 94/590 KB 96/590 KB 99/590 KB 102/590 KB 104/590 KB 107/590 KB 110/590 KB 112/590 KB 115/590 KB 118/590 KB 120/590 KB 123/590 KB 126/590 KB 128/590 KB 131/590 KB 135/590 KB 139/590 KB 143/590 KB 147/590 KB 151/590 KB 155/590 KB 159/590 KB 163/590 KB 167/590 KB 171/590 KB 175/590 KB 179/590 KB 183/590 KB 187/590 KB 191/590 KB 195/590 KB 199/590 KB 203/590 KB 207/590 KB 211/590 KB 215/590 KB 219/590 KB 223/590 KB 227/590 KB 231/590 KB 235/590 KB 239/590 KB 243/590 KB 247/590 KB 251/590 KB 255/590 KB 259/590 KB 263/590 KB 267/590 KB 271/590 KB 275/590 KB 279/590 KB 283/590 KB 287/590 KB 291/590 KB 295/590 KB 299/590 KB 303/590 KB 307/590 KB 311/590 KB 315/590 KB 319/590 KB 323/590 KB 3/240 KB 323/590 KB 6/240 KB 323/590 KB 9/240 KB 323/590 KB 11/240 KB 323/590 KB 11/240 KB 323/590 KB 3/10 KB 11/240 KB 323/590 KB 5/10 KB 11/240 KB 323/590 KB 8/10 KB 11/240 KB 323/590 KB 10/10 KB 11/240 KB 3/1710 KB 323/590 KB 10/10 KB 11/240 KB 3/1710 KB 323/590 KB 10/10 KB 11/240 KB 6/1710 KB 323/590 KB 10/10 KB 11/240 KB 7/1710 KB 323/590 KB 10/10 KB 11/240 KB 10/1710 KB 323/590 KB 10/10 KB 11/240 KB 11/1710 KB 323/590 KB 10/10 KB 11/240 KB 11/1710 KB 327/590 KB 10/10 KB 11/240 KB 11/1710 KB 331/590 KB 10/10 KB 14/240 KB 14/1710 KB 331/590 KB 10/10 KB 3/232 KB 14/240 KB 11/1710 KB 331/590 KB 10/10 KB 3/232 KB 11/240 KB 11/1710 KB 331/590 KB 10/10 KB 3/232 KB 14/240 KB 14/1710 KB 331/590 KB 10/10 KB 5/232 KB 14/240 KB 14/1710 KB 331/590 KB 10/10 KB 8/232 KB 14/240 KB 14/1710 KB 331/590 KB 10/10 KB 11/232 KB 14/240 KB 14/1710 KB 331/590 KB 10/10 KB 13/232 KB 16/240 KB 14/1710 KB 331/590 KB 10/10 KB 13/232 KB 19/240 KB 14/1710 KB 331/590 KB 10/10 KB 13/232 KB 19/240 KB 15/1710 KB 331/590 KB 10/10 KB 13/232 KB 22/240 KB 15/1710 KB 331/590 KB 10/10 KB 13/232 KB 22/240 KB 18/1710 KB 331/590 KB 10/10 KB 13/232 KB 25/240 KB 18/1710 KB 331/590 KB 10/10 KB 13/232 KB 25/240 KB 19/1710 KB 331/590 KB 10/10 KB 13/232 KB 27/240 KB 19/1710 KB 331/590 KB 10/10 KB 13/232 KB 30/240 KB 22/1710 KB 331/590 KB 10/10 KB 13/232 KB 32/240 KB 22/1710 KB 331/590 KB 16/232 KB 27/240 KB 22/1710 KB 331/590 KB 10/10 KB 13/232 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar (10 KB at 110.9 KB/sec) unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 30/240 KB 22/1710 KB 331/590 KB 10/10 KB 16/232 KB 32/240 KB 22/1710 KB 331/590 KB 19/232 KB 32/240 KB 22/1710 KB 331/590 KB 21/232 KB 32/240 KB 22/1710 KB 331/590 KB 24/232 KB 32/240 KB 22/1710 KB 331/590 KB 27/232 KB 32/240 KB 23/1710 KB 331/590 KB 29/232 KB 32/240 KB 23/1710 KB 331/590 KB 32/232 KB 32/240 KB 23/1710 KB 331/590 KB 27/232 KB 36/240 KB 26/1710 KB 331/590 KB 32/232 KB 36/240 KB 27/1710 KB 331/590 KB 32/232 KB 36/240 KB 30/1710 KB 331/590 KB 32/232 KB 36/240 KB 30/1710 KB 331/590 KB 36/232 KB 36/240 KB 31/1710 KB 331/590 KB 40/232 KB 36/240 KB 31/1710 KB 331/590 KB 44/232 KB 36/240 KB 23/1710 KB 331/590 KB 32/232 KB 36/240 KB 31/1710 KB 331/590 KB 36/232 KB 40/240 KB 31/1710 KB 331/590 KB 44/232 KB 44/240 KB 34/1710 KB 331/590 KB 44/232 KB 44/240 KB 34/1710 KB 331/590 KB 44/232 KB 48/240 KB 34/1710 KB 331/590 KB 44/232 KB 48/240 KB 35/1710 KB 331/590 KB 44/232 KB 48/240 KB 38/1710 KB 331/590 KB 44/232 KB 48/240 KB 38/1710 KB 335/590 KB 48/232 KB 48/240 KB 38/1710 KB 335/590 KB 44/232 KB 48/240 KB 38/1710 KB 339/590 KB 48/232 KB 48/240 KB 39/1710 KB 343/590 KB 48/232 KB 52/240 KB 39/1710 KB 347/590 KB 52/232 KB 48/240 KB 39/1710 KB 339/590 KB 48/232 KB 52/240 KB 42/1710 KB 347/590 KB 52/232 KB 52/240 KB 43/1710 KB 347/590 KB 52/232 KB 52/240 KB 39/1710 KB 343/590 KB 52/232 KB 52/240 KB 39/1710 KB 343/590 KB 48/232 KB 56/240 KB 43/1710 KB 347/590 KB 52/232 KB 60/240 KB 43/1710 KB 347/590 KB 52/232 KB 64/240 KB 43/1710 KB 347/590 KB 52/232 KB 64/240 KB 43/1710 KB 347/590 KB 52/232 KB 3/44 KB 64/240 KB 43/1710 KB 347/590 KB 52/232 KB 5/44 KB 64/240 KB 43/1710 KB 347/590 KB 52/232 KB 8/44 KB 64/240 KB 43/1710 KB 347/590 KB 52/232 KB 11/44 KB 64/240 KB 43/1710 KB 347/590 KB 52/232 KB 13/44 KB 64/240 KB 43/1710 KB 347/590 KB 56/232 KB 16/44 KB 64/240 KB 43/1710 KB 347/590 KB 60/232 KB 16/44 KB 64/240 KB 46/1710 KB 347/590 KB 60/232 KB 16/44 KB 64/240 KB 46/1710 KB 347/590 KB 64/232 KB 16/44 KB 64/240 KB 47/1710 KB 351/590 KB 64/232 KB 16/44 KB 64/240 KB 47/1710 KB 347/590 KB 64/232 KB 16/44 KB 64/240 KB 47/1710 KB 355/590 KB 64/232 KB 16/44 KB 64/240 KB 47/1710 KB 359/590 KB 64/232 KB 16/44 KB 64/240 KB 50/1710 KB 363/590 KB 68/232 KB 16/44 KB 64/240 KB 50/1710 KB 359/590 KB 68/232 KB 16/44 KB 64/240 KB 50/1710 KB 363/590 KB 72/232 KB 16/44 KB 64/240 KB 50/1710 KB 359/590 KB 64/232 KB 16/44 KB 64/240 KB 51/1710 KB 363/590 KB 72/232 KB 16/44 KB 64/240 KB 54/1710 KB 363/590 KB 72/232 KB 16/44 KB 64/240 KB 54/1710 KB 363/590 KB 76/232 KB 16/44 KB 64/240 KB 57/1710 KB 363/590 KB 80/232 KB 16/44 KB 64/240 KB 57/1710 KB 363/590 KB 76/232 KB 16/44 KB 64/240 KB 57/1710 KB 367/590 KB 80/232 KB 16/44 KB 64/240 KB 57/1710 KB 371/590 KB 80/232 KB 16/44 KB 68/240 KB 57/1710 KB 375/590 KB 80/232 KB 16/44 KB 64/240 KB 43/1710 KB 371/590 KB 80/232 KB 16/44 KB 68/240 KB 59/1710 KB 375/590 KB 84/232 KB 19/44 KB 68/240 KB 59/1710 KB 375/590 KB 84/232 KB 21/44 KB 68/240 KB 57/1710 KB 371/590 KB 80/232 KB 16/44 KB 72/240 KB 59/1710 KB 375/590 KB 84/232 KB 21/44 KB 76/240 KB 59/1710 KB 375/590 KB 84/232 KB 24/44 KB 80/240 KB 59/1710 KB 375/590 KB 84/232 KB 24/44 KB 84/240 KB 59/1710 KB 375/590 KB 84/232 KB 24/44 KB 88/240 KB 59/1710 KB 375/590 KB 84/232 KB 24/44 KB 92/240 KB 59/1710 KB 375/590 KB 84/232 KB 24/44 KB 96/240 KB 59/1710 KB 375/590 KB 84/232 KB 24/44 KB 68/240 KB 59/1710 KB 375/590 KB 84/232 KB 16/44 KB 96/240 KB unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 59/1710 KB 375/590 KB 88/232 KB 24/44 KB 96/240 KB 59/1710 KB 375/590 KB 92/232 KB 24/44 KB 100/240 KB 59/1710 KB 375/590 KB 96/232 KB 24/44 KB 68/240 KB 59/1710 KB 375/590 KB 80/232 KB 16/44 KB 100/240 KB 62/1710 KB 379/590 KB 96/232 KB 24/44 KB 100/240 KB 65/1710 KB 379/590 KB 96/232 KB 24/44 KB 100/240 KB 67/1710 KB 379/590 KB 96/232 KB 24/44 KB 100/240 KB 59/1710 KB 379/590 KB 96/232 KB 24/44 KB 100/240 KB 70/1710 KB 379/590 KB 96/232 KB 24/44 KB 100/240 KB 73/1710 KB 383/590 KB 96/232 KB 24/44 KB 100/240 KB 75/1710 KB 383/590 KB 100/232 KB 24/44 KB 100/240 KB 59/1710 KB 375/590 KB 92/232 KB 24/44 KB 72/240 KB 59/1710 KB 375/590 KB 84/232 KB 24/44 KB 100/240 KB 75/1710 KB 383/590 KB 100/232 KB 27/44 KB 100/240 KB 75/1710 KB 383/590 KB 100/232 KB 29/44 KB 100/240 KB 75/1710 KB 383/590 KB 100/232 KB 32/44 KB 100/240 KB 75/1710 KB 383/590 KB 100/232 KB 36/44 KB 100/240 KB 75/1710 KB 383/590 KB 100/232 KB 40/44 KB 100/240 KB 75/1710 KB 383/590 KB 100/232 KB 44/44 KB 100/240 KB 75/1710 KB 383/590 KB 100/232 KB 44/44 KB 104/240 KB 75/1710 KB 383/590 KB 100/232 KB 44/44 KB 108/240 KB 75/1710 KB 383/590 KB 100/232 KB 44/44 KB 112/240 KB 75/1710 KB 383/590 KB 100/232 KB 44/44 KB 100/240 KB 73/1710 KB 383/590 KB 100/232 KB 24/44 KB 112/240 KB 75/1710 KB 383/590 KB 104/232 KB 44/44 KB 112/240 KB 75/1710 KB 383/590 KB 108/232 KB 44/44 KB 112/240 KB 78/1710 KB 383/590 KB 112/232 KB 44/44 KB 100/240 KB 70/1710 KB 383/590 KB 96/232 KB 24/44 KB 112/240 KB 78/1710 KB 387/590 KB 112/232 KB 44/44 KB 112/240 KB 78/1710 KB 391/590 KB 112/232 KB 44/44 KB 112/240 KB 78/1710 KB 395/590 KB 112/232 KB 44/44 KB 112/240 KB 78/1710 KB 399/590 KB 112/232 KB 44/44 KB 112/240 KB 78/1710 KB 383/590 KB 108/232 KB 44/44 KB 112/240 KB 81/1710 KB 399/590 KB 112/232 KB 44/44 KB 116/240 KB 81/1710 KB 403/590 KB 116/232 KB 44/44 KB 116/240 KB 81/1710 KB 399/590 KB 116/232 KB 44/44 KB 120/240 KB 81/1710 KB 403/590 KB 116/232 KB 44/44 KB 124/240 KB 83/1710 KB 403/590 KB 116/232 KB 44/44 KB 128/240 KB 83/1710 KB 403/590 KB 116/232 KB 44/44 KB 112/240 KB 81/1710 KB 399/590 KB 116/232 KB 44/44 KB 128/240 KB 83/1710 KB 403/590 KB 120/232 KB 44/44 KB 128/240 KB 83/1710 KB 403/590 KB 124/232 KB 44/44 KB 128/240 KB 83/1710 KB 407/590 KB 128/232 KB 44/44 KB 120/240 KB 83/1710 KB 403/590 KB 116/232 KB 44/44 KB 128/240 KB 86/1710 KB 407/590 KB 128/232 KB 44/44 KB 128/240 KB 83/1710 KB 407/590 KB 124/232 KB 44/44 KB 128/240 KB 86/1710 KB 411/590 KB 128/232 KB 44/44 KB 128/240 KB 89/1710 KB 415/590 KB 128/232 KB 44/44 KB 132/240 KB 89/1710 KB 419/590 KB 128/232 KB 128/240 KB 89/1710 KB 411/590 KB 128/232 KB 44/44 KB 132/240 KB 89/1710 KB 415/590 KB 128/232 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (44 KB at 349.0 KB/sec) unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 132/240 KB 91/1710 KB 419/590 KB 128/232 KB 136/240 KB 94/1710 KB 419/590 KB 128/232 KB 136/240 KB 97/1710 KB 423/590 KB 132/232 KB 136/240 KB 91/1710 KB 419/590 KB 128/232 KB 140/240 KB 97/1710 KB 423/590 KB 132/232 KB 144/240 KB 97/1710 KB 423/590 KB 132/232 KB 136/240 KB 94/1710 KB 423/590 KB 132/232 KB 144/240 KB 97/1710 KB 427/590 KB 132/232 KB 136/240 KB 94/1710 KB 419/590 KB 132/232 KB 144/240 KB 99/1710 KB 427/590 KB 136/232 KB 144/240 KB 99/1710 KB 427/590 KB 140/232 KB 144/240 KB 99/1710 KB 431/590 KB 140/232 KB 144/240 KB 99/1710 KB 435/590 KB 140/232 KB 144/240 KB 99/1710 KB 427/590 KB 132/232 KB 144/240 KB 99/1710 KB 435/590 KB 144/232 KB 144/240 KB 103/1710 KB 435/590 KB 144/232 KB 148/240 KB 107/1710 KB 439/590 KB 148/232 KB 148/240 KB 111/1710 KB 439/590 KB 148/232 KB 148/240 KB 115/1710 KB 439/590 KB 148/232 KB 148/240 KB 103/1710 KB 439/590 KB 148/232 KB 148/240 KB 103/1710 KB 439/590 KB 144/232 KB 148/240 KB 103/1710 KB 435/590 KB 144/232 KB 152/240 KB 115/1710 KB 439/590 KB 148/232 KB 156/240 KB 115/1710 KB 439/590 KB 148/232 KB 160/240 KB 115/1710 KB 439/590 KB 148/232 KB 160/240 KB 115/1710 KB 439/590 KB 152/232 KB 160/240 KB 115/1710 KB 443/590 KB 156/232 KB 160/240 KB 115/1710 KB 443/590 KB 160/232 KB 160/240 KB 115/1710 KB 443/590 KB 164/232 KB 164/240 KB 119/1710 KB 443/590 KB 168/232 KB 160/240 KB 115/1710 KB 443/590 KB 152/232 KB 164/240 KB 119/1710 KB 447/590 KB 168/232 KB 164/240 KB 119/1710 KB 451/590 KB 168/232 KB 164/240 KB 119/1710 KB 3/258 KB 455/590 KB 168/232 KB 164/240 KB 119/1710 KB 3/258 KB 459/590 KB 168/232 KB 164/240 KB 119/1710 KB 3/258 KB 463/590 KB 172/232 KB 164/240 KB 119/1710 KB 443/590 KB 164/232 KB 168/240 KB 119/1710 KB 3/258 KB 463/590 KB 172/232 KB 172/240 KB 119/1710 KB 3/258 KB 463/590 KB 172/232 KB 160/240 KB 119/1710 KB 443/590 KB 164/232 KB 172/240 KB 123/1710 KB 3/258 KB 463/590 KB 172/232 KB 176/240 KB 127/1710 KB 3/258 KB 463/590 KB 172/232 KB 176/240 KB 131/1710 KB 3/258 KB 463/590 KB 172/232 KB 164/240 KB 119/1710 KB 3/258 KB 459/590 KB 172/232 KB 164/240 KB 119/1710 KB 3/258 KB 451/590 KB 168/232 KB 176/240 KB 131/1710 KB 6/258 KB 463/590 KB 172/232 KB 176/240 KB 131/1710 KB 9/258 KB 463/590 KB 172/232 KB 176/240 KB 131/1710 KB 11/258 KB 463/590 KB 172/232 KB 176/240 KB 131/1710 KB 14/258 KB 463/590 KB 172/232 KB 176/240 KB 131/1710 KB 16/258 KB 463/590 KB 172/232 KB 176/240 KB 131/1710 KB 19/258 KB 463/590 KB 172/232 KB 176/240 KB 123/1710 KB 3/258 KB 463/590 KB 172/232 KB 176/240 KB 131/1710 KB 22/258 KB 463/590 KB 172/232 KB 176/240 KB 135/1710 KB 25/258 KB 467/590 KB 176/232 KB 176/240 KB 135/1710 KB 27/258 KB 467/590 KB 176/232 KB 176/240 KB 135/1710 KB 30/258 KB 467/590 KB 176/232 KB 176/240 KB 135/1710 KB 32/258 KB 467/590 KB 176/232 KB 176/240 KB 135/1710 KB 36/258 KB 467/590 KB 176/232 KB 176/240 KB 135/1710 KB 40/258 KB 467/590 KB 176/232 KB 176/240 KB 135/1710 KB 44/258 KB 467/590 KB 176/232 KB 176/240 KB 135/1710 KB 48/258 KB 467/590 KB 176/232 KB 176/240 KB 135/1710 KB 22/258 KB 467/590 KB 176/232 KB 176/240 KB 135/1710 KB 48/258 KB 471/590 KB 176/232 KB 176/240 KB 135/1710 KB 48/258 KB 475/590 KB 176/232 KB 176/240 KB 135/1710 KB 48/258 KB 479/590 KB 176/232 KB 176/240 KB 135/1710 KB 48/258 KB 483/590 KB 176/232 KB 176/240 KB 135/1710 KB 48/258 KB 487/590 KB 176/232 KB 176/240 KB 135/1710 KB 48/258 KB 491/590 KB 176/232 KB 176/240 KB 135/1710 KB 22/258 KB 463/590 KB 176/ unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 232 KB 176/240 KB 139/1710 KB 48/258 KB 491/590 KB 176/232 KB 176/240 KB 143/1710 KB 48/258 KB 491/590 KB 176/232 KB 176/240 KB 147/1710 KB 48/258 KB 491/590 KB 176/232 KB 176/240 KB 151/1710 KB 48/258 KB 491/590 KB 176/232 KB 176/240 KB 155/1710 KB 48/258 KB 491/590 KB 176/232 KB 176/240 KB 159/1710 KB 48/258 KB 491/590 KB 176/232 KB 176/240 KB 163/1710 KB 48/258 KB 491/590 KB 176/232 KB 176/240 KB 131/1710 KB 22/258 KB 463/590 KB 176/232 KB 176/240 KB 163/1710 KB 52/258 KB 491/590 KB 180/232 KB 176/240 KB 163/1710 KB 52/258 KB 491/590 KB 184/232 KB 176/240 KB 163/1710 KB 52/258 KB 491/590 KB 188/232 KB 176/240 KB 163/1710 KB 52/258 KB 491/590 KB 192/232 KB 176/240 KB 163/1710 KB 52/258 KB 491/590 KB 196/232 KB 176/240 KB 163/1710 KB 52/258 KB 491/590 KB 200/232 KB 176/240 KB 163/1710 KB 52/258 KB 491/590 KB 204/232 KB 176/240 KB 167/1710 KB 52/258 KB 495/590 KB 208/232 KB 176/240 KB 163/1710 KB 52/258 KB 491/590 KB 176/232 KB 176/240 KB 167/1710 KB 56/258 KB 495/590 KB 208/232 KB 176/240 KB 167/1710 KB 60/258 KB 495/590 KB 208/232 KB 176/240 KB 167/1710 KB 61/258 KB 495/590 KB 208/232 KB 176/240 KB 167/1710 KB 52/258 KB 495/590 KB 204/232 KB 176/240 KB 163/1710 KB 52/258 KB 495/590 KB 204/232 KB 176/240 KB 167/1710 KB 61/258 KB 499/590 KB 208/232 KB 176/240 KB 167/1710 KB 61/258 KB 503/590 KB 208/232 KB 176/240 KB 171/1710 KB 61/258 KB 503/590 KB 212/232 KB 176/240 KB 171/1710 KB 61/258 KB 503/590 KB 216/232 KB 176/240 KB 171/1710 KB 61/258 KB 503/590 KB 220/232 KB 176/240 KB 171/1710 KB 65/258 KB 507/590 KB 224/232 KB 176/240 KB 171/1710 KB 61/258 KB 503/590 KB 208/232 KB 176/240 KB 175/1710 KB 65/258 KB 507/590 KB 224/232 KB 176/240 KB 179/1710 KB 65/258 KB 507/590 KB 224/232 KB 176/240 KB 183/1710 KB 65/258 KB 507/590 KB 224/232 KB 176/240 KB 187/1710 KB 65/258 KB 507/590 KB 228/232 KB 176/240 KB 171/1710 KB 65/258 KB 507/590 KB 220/232 KB 176/240 KB 171/1710 KB 61/258 KB 507/590 KB 220/232 KB 176/240 KB 191/1710 KB 65/258 KB 511/590 KB 228/232 KB 176/240 KB 191/1710 KB 65/258 KB 515/590 KB 228/232 KB 176/240 KB 191/1710 KB 69/258 KB 515/590 KB 228/232 KB 176/240 KB 191/1710 KB 73/258 KB 515/590 KB 228/232 KB 176/240 KB 191/1710 KB 77/258 KB 519/590 KB 228/232 KB 176/240 KB 183/1710 KB 65/258 KB 507/590 KB 228/232 KB 176/240 KB 191/1710 KB 77/258 KB 519/590 KB 232/232 KB 176/240 KB 191/1710 KB 77/258 KB 519/590 KB 232/232 KB 176/240 KB 191/1710 KB 73/258 KB 519/590 KB 228/232 KB 176/240 KB 191/1710 KB 77/258 KB 523/590 KB 232/232 KB 176/240 KB 191/1710 KB 77/258 KB 523/590 KB 232/232 KB 176/240 KB 195/1710 KB 77/258 KB 523/590 KB 232/232 KB 176/240 KB 195/1710 KB 81/258 KB 527/590 KB 232/232 KB 176/240 KB 199/1710 KB 85/258 KB 527/590 KB 232/232 KB 176/240 KB 199/1710 KB 89/258 KB 527/590 KB 232/232 KB 176/240 KB 195/1710 KB 77/258 KB 527/590 KB 232/232 KB 176/240 KB 199/1710 KB 89/258 KB 531/590 KB 232/232 KB 176/240 KB 199/1710 KB 93/258 KB 531/590 KB 232/232 KB 176/240 KB 199/1710 KB 81/258 KB 527/590 KB 232/232 KB 176/240 KB 203/1710 KB 93/258 KB 531/590 KB 232/232 KB 176/240 KB 207/1710 KB 93/258 KB 535/590 KB 232/232 KB 176/240 KB 211/1710 KB 93/258 KB 535/590 KB 232/232 KB 176/240 KB 203/1710 KB 93/258 KB 535/590 KB 232/232 KB 176/240 KB 211/1710 KB 93/258 KB 539/590 KB 232/232 KB 176/240 KB 211/1710 KB 93/258 KB 543/590 KB 232/232 KB 180/240 KB 215/1710 KB 93/258 KB 543/590 KB 232/232 KB 180/240 KB 211/1710 KB 93/258 KB 543/590 KB 232/232 unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install KB 184/240 KB 215/1710 KB 97/258 KB 547/590 KB 232/232 KB 188/240 KB 215/1710 KB 97/258 KB 547/590 KB 232/232 KB 192/240 KB 215/1710 KB 97/258 KB 547/590 KB 232/232 KB 196/240 KB 215/1710 KB 97/258 KB 547/590 KB 232/232 KB 200/240 KB 215/1710 KB 97/258 KB 547/590 KB 232/232 KB 204/240 KB 215/1710 KB 97/258 KB 547/590 KB 232/232 KB 208/240 KB 215/1710 KB 97/258 KB 547/590 KB 232/232 KB 212/240 KB 215/1710 KB 97/258 KB 547/590 KB 232/232 KB 216/240 KB 215/1710 KB 97/258 KB 547/590 KB 232/232 KB 220/240 KB 215/1710 KB 97/258 KB 547/590 KB 232/232 KB 224/240 KB 215/1710 KB 97/258 KB 547/590 KB 232/232 KB 228/240 KB 215/1710 KB 97/258 KB 547/590 KB 232/232 KB 232/240 KB 215/1710 KB 97/258 KB 547/590 KB 232/232 KB 236/240 KB 215/1710 KB 97/258 KB 547/590 KB 232/232 KB 240/240 KB 215/1710 KB 97/258 KB 547/590 KB 232/232 KB 180/240 KB 215/1710 KB 97/258 KB 547/590 KB 232/232 KB 180/240 KB 215/1710 KB 93/258 KB 547/590 KB 232/232 KB 240/240 KB 219/1710 KB 97/258 KB 551/590 KB 240/240 KB 219/1710 KB 97/258 KB 547/590 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 1348.1 KB/sec) unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 240/240 KB 219/1710 KB 101/258 KB 551/590 KB 240/240 KB 219/1710 KB 105/258 KB 551/590 KB 240/240 KB 219/1710 KB 109/258 KB 551/590 KB 240/240 KB 223/1710 KB 109/258 KB 551/590 KB 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: 13:33:32 DEBUG unit.abot-epc-basic/0.install 240/240 KB 223/1710 KB 109/258 KB 555/590 KB 240/240 KB 227/1710 KB 109/258 KB 559/590 KB 240/240 KB 227/1710 KB 109/258 KB 563/590 KB 240/240 KB 227/1710 KB 109/258 KB 567/590 KB 240/240 KB 227/1710 KB 113/258 KB 571/590 KB 240/240 KB 227/1710 KB 113/258 KB 575/590 KB 240/240 KB 227/1710 KB 113/258 KB 579/590 KB 240/240 KB 227/1710 KB 109/258 KB 555/590 KB 240/240 KB 227/1710 KB 113/258 KB 567/590 KB 240/240 KB 227/1710 KB 117/258 KB 579/590 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar (240 KB at 1352.0 KB/sec) unit-abot-epc-basic-0: 13:33:32 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: 13:33:32 DEBUG unit.abot-epc-basic/0.install 227/1710 KB 121/258 KB 579/590 KB 227/1710 KB 125/258 KB 579/590 KB 231/1710 KB 125/258 KB 579/590 KB 235/1710 KB 125/258 KB 579/590 KB 239/1710 KB 125/258 KB 579/590 KB 243/1710 KB 125/258 KB 579/590 KB 243/1710 KB 125/258 KB 583/590 KB 247/1710 KB 129/258 KB 587/590 KB 247/1710 KB 129/258 KB 590/590 KB 247/1710 KB 129/258 KB 583/590 KB 247/1710 KB 133/258 KB 590/590 KB 247/1710 KB 137/258 KB 590/590 KB 247/1710 KB 141/258 KB 590/590 KB 247/1710 KB 125/258 KB 583/590 KB 251/1710 KB 141/258 KB 590/590 KB 255/1710 KB 141/258 KB 590/590 KB 259/1710 KB 141/258 KB 590/590 KB 259/1710 KB 145/258 KB 590/590 KB 263/1710 KB 149/258 KB 590/590 KB 263/1710 KB 153/258 KB 590/590 KB 263/1710 KB 157/258 KB 590/590 KB 263/1710 KB 145/258 KB 590/590 KB 267/1710 KB 157/258 KB 590/590 KB 271/1710 KB 157/258 KB 590/590 KB 275/1710 KB 157/258 KB 590/590 KB 275/1710 KB 161/258 KB 590/590 KB 275/1710 KB 165/258 KB 590/590 KB 275/1710 KB 169/258 KB 590/590 KB 279/1710 KB 169/258 KB 590/590 KB 279/1710 KB 4/223 KB 169/258 KB 590/590 KB 279/1710 KB 8/223 KB 169/258 KB 590/590 KB 279/1710 KB 12/223 KB 169/258 KB 590/590 KB 279/1710 KB 16/223 KB 169/258 KB 590/590 KB 279/1710 KB 20/223 KB 169/258 KB 590/590 KB 279/1710 KB 24/223 KB 169/258 KB 590/590 KB 279/1710 KB 28/223 KB 169/258 KB 4/208 KB 279/1710 KB 32/223 KB 169/258 KB 4/208 KB 279/1710 KB 24/223 KB 169/258 KB 590/590 KB 4/208 KB 279/1710 KB 32/223 KB 169/258 KB 8/208 KB 279/1710 KB 32/223 KB 169/258 KB 12/208 KB 279/1710 KB 32/223 KB 169/258 KB 16/208 KB 279/1710 KB 32/223 KB 169/258 KB 20/208 KB 279/1710 KB 32/223 KB 169/258 KB 24/208 KB 279/1710 KB 32/223 KB 169/258 KB 28/208 KB 279/1710 KB 32/223 KB 169/258 KB 32/208 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.jar (590 KB at 2978.1 KB/sec) unit-abot-epc-basic-0: 13:33:32 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: 13:33:32 DEBUG unit.abot-epc-basic/0.install 279/1710 KB 32/223 KB 173/258 KB 32/208 KB 283/1710 KB 36/223 KB 177/258 KB 36/208 KB 279/1710 KB 32/223 KB 173/258 KB 36/208 KB 283/1710 KB 36/223 KB 177/258 KB 40/208 KB 283/1710 KB 36/223 KB 177/258 KB 44/208 KB 283/1710 KB 36/223 KB 177/258 KB 48/208 KB 283/1710 KB 36/223 KB 173/258 KB 36/208 KB 283/1710 KB 40/223 KB 177/258 KB 48/208 KB 283/1710 KB 40/223 KB 177/258 KB 52/208 KB 283/1710 KB 40/223 KB 177/258 KB 56/208 KB 283/1710 KB 40/223 KB 177/258 KB 60/208 KB 283/1710 KB 32/223 KB 173/258 KB 36/208 KB 287/1710 KB 44/223 KB 177/258 KB 60/208 KB 291/1710 KB 44/223 KB 177/258 KB 60/208 KB 283/1710 KB 44/223 KB 177/258 KB 60/208 KB 291/1710 KB 44/223 KB 177/258 KB 64/208 KB 291/1710 KB 48/223 KB 177/258 KB 64/208 KB 291/1710 KB 48/223 KB 177/258 KB 68/208 KB 295/1710 KB 52/223 KB 181/258 KB 72/208 KB 295/1710 KB 52/223 KB 181/258 KB 68/208 KB 299/1710 KB 52/223 KB 181/258 KB 72/208 KB 303/1710 KB 52/223 KB 181/258 KB 72/208 KB 307/1710 KB 52/223 KB 181/258 KB 72/208 KB 291/1710 KB 52/223 KB 181/258 KB 68/208 KB 291/1710 KB 48/223 KB 181/258 KB 68/208 KB 307/1710 KB 52/223 KB 185/258 KB 76/208 KB 307/1710 KB 52/223 KB 189/258 KB 76/208 KB 307/1710 KB 56/223 KB 189/258 KB 76/208 KB 307/1710 KB 60/223 KB 189/258 KB 76/208 KB 307/1710 KB 64/223 KB 189/258 KB 76/208 KB 311/1710 KB 68/223 KB 193/258 KB 76/208 KB 311/1710 KB 72/223 KB 193/258 KB 76/208 KB 307/1710 KB 52/223 KB 181/258 KB 76/208 KB 311/1710 KB 72/223 KB 193/258 KB 80/208 KB 311/1710 KB 72/223 KB 193/258 KB 84/208 KB 311/1710 KB 72/223 KB 193/258 KB 88/208 KB 311/1710 KB 72/223 KB 193/258 KB 92/208 KB 311/1710 KB 64/223 KB 193/258 KB 76/208 KB 307/1710 KB 64/223 KB 193/258 KB 76/208 KB 311/1710 KB 76/223 KB 193/258 KB 4/38 KB 92/208 KB 311/1710 KB 76/223 KB 193/258 KB 8/38 KB 92/208 KB 311/1710 KB 76/223 KB 193/258 KB 12/38 KB 92/208 KB 311/1710 KB 76/223 KB 197/258 KB 12/38 KB 92/208 KB 311/1710 KB 76/223 KB 201/258 KB 16/38 KB 92/208 KB 311/1710 KB 76/223 KB 205/258 KB 16/38 KB 92/208 KB 315/1710 KB 76/223 KB 209/258 KB 16/38 KB 92/208 KB 311/1710 KB 76/223 KB 193/258 KB 92/208 KB 315/1710 KB 80/223 KB 213/258 KB 16/38 KB 96/208 KB 315/1710 KB 76/223 KB 209/258 KB 16/38 KB 96/208 KB 315/1710 KB 76/223 KB 205/258 KB 16/38 KB 92/208 KB 311/1710 KB 76/223 KB 197/258 KB 16/38 KB 92/208 KB 319/1710 KB 80/223 KB 213/258 KB 16/38 KB 96/208 KB 323/1710 KB 80/223 KB 213/258 KB 16/38 KB 96/208 KB 323/1710 KB 80/223 KB 213/258 KB 20/38 KB 96/208 KB 327/1710 KB 84/223 KB 213/258 KB 24/38 KB 96/208 KB 327/1710 KB 84/223 KB 213/258 KB 28/38 KB 96/208 KB 327/1710 KB 84/223 KB 213/258 KB 32/38 KB 96/208 KB 327/1710 KB 84/223 KB 213/258 KB 20/38 KB 96/208 KB 331/1710 KB 84/223 KB 213/258 KB 32/38 KB 96/208 KB 335/1710 KB 84/223 KB 213/258 KB 32/38 KB 96/208 KB 323/1710 KB 84/223 KB 213/258 KB 20/38 KB 96/208 KB 339/1710 KB 88/223 KB 213/258 KB 36/38 KB 100/208 KB 339/1710 KB 92/223 KB 213/258 KB 36/38 KB 100/208 KB 335/1710 KB 84/223 KB 213/258 KB 36/38 KB 100/208 KB 335/1710 KB 84/223 KB 213/258 KB 32/38 KB 100/208 KB 327/1710 KB 84/223 KB 213/258 KB 24/38 KB 96/208 KB 339/1710 KB 92/223 KB 217/258 KB 36/38 KB 100/208 KB 339/1710 KB 92/223 KB 221/258 KB 36/38 KB 100/208 KB 339/1710 KB 92/223 KB 221/258 KB 36/38 KB 104/208 KB 339/1710 KB 92/223 KB 221/258 KB 36/38 KB 108/208 KB 339/1710 KB 92/223 KB 221/258 KB 38/38 KB 112/208 KB 339/1710 KB 84/223 KB 213/258 KB 36/38 KB 100/20 unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 8 KB 339/1710 KB 96/223 KB 221/258 KB 38/38 KB 112/208 KB 339/1710 KB 92/223 KB 221/258 KB 38/38 KB 108/208 KB 339/1710 KB 96/223 KB 225/258 KB 38/38 KB 112/208 KB 343/1710 KB 100/223 KB 229/258 KB 38/38 KB 112/208 KB 343/1710 KB 100/223 KB 233/258 KB 38/38 KB 112/208 KB 343/1710 KB 100/223 KB 237/258 KB 38/38 KB 112/208 KB 343/1710 KB 96/223 KB 225/258 KB 38/38 KB 112/208 KB 347/1710 KB 100/223 KB 237/258 KB 38/38 KB 112/208 KB 347/1710 KB 100/223 KB 241/258 KB 38/38 KB 112/208 KB 343/1710 KB 100/223 KB 225/258 KB 38/38 KB 112/208 KB 350/1710 KB 104/223 KB 241/258 KB 38/38 KB 116/208 KB 350/1710 KB 108/223 KB 241/258 KB 38/38 KB 116/208 KB 350/1710 KB 112/223 KB 241/258 KB 38/38 KB 116/208 KB 350/1710 KB 100/223 KB 241/258 KB 38/38 KB 116/208 KB 347/1710 KB 100/223 KB 241/258 KB 38/38 KB 116/208 KB 350/1710 KB 112/223 KB 241/258 KB 38/38 KB 120/208 KB 350/1710 KB 112/223 KB 241/258 KB 38/38 KB 124/208 KB 351/1710 KB 112/223 KB 241/258 KB 38/38 KB 124/208 KB 351/1710 KB 112/223 KB 241/258 KB 38/38 KB 128/208 KB 354/1710 KB 112/223 KB 241/258 KB 38/38 KB 128/208 KB 354/1710 KB 112/223 KB 245/258 KB 38/38 KB 128/208 KB 354/1710 KB 112/223 KB 249/258 KB 38/38 KB 128/208 KB 355/1710 KB 112/223 KB 253/258 KB 38/38 KB 128/208 KB 355/1710 KB 112/223 KB 249/258 KB 38/38 KB 128/208 KB 358/1710 KB 112/223 KB 253/258 KB 38/38 KB 128/208 KB 358/1710 KB 116/223 KB 253/258 KB 38/38 KB 128/208 KB 358/1710 KB 120/223 KB 253/258 KB 38/38 KB 128/208 KB 359/1710 KB 120/223 KB 257/258 KB 38/38 KB 132/208 KB 359/1710 KB 120/223 KB 257/258 KB 38/38 KB 128/208 KB 359/1710 KB 120/223 KB 253/258 KB 38/38 KB 128/208 KB 359/1710 KB 124/223 KB 258/258 KB 38/38 KB 132/208 KB 359/1710 KB 124/223 KB 258/258 KB 38/38 KB 136/208 KB 359/1710 KB 124/223 KB 258/258 KB 38/38 KB 136/208 KB 362/1710 KB 124/223 KB 258/258 KB 38/38 KB 136/208 KB 362/1710 KB 128/223 KB 258/258 KB 38/38 KB 140/208 KB 362/1710 KB 124/223 KB 258/258 KB 38/38 KB 140/208 KB 362/1710 KB 128/223 KB 258/258 KB 38/38 KB 144/208 KB 363/1710 KB 128/223 KB 258/258 KB 38/38 KB 144/208 KB 363/1710 KB 132/223 KB 258/258 KB 38/38 KB 144/208 KB 366/1710 KB 136/223 KB 258/258 KB 148/208 KB 366/1710 KB 140/223 KB 258/258 KB 148/208 KB 366/1710 KB 144/223 KB 258/258 KB 148/208 KB 366/1710 KB 132/223 KB 258/258 KB 148/208 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar (38 KB at 173.4 KB/sec) unit-abot-epc-basic-0: 13:33:32 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: 13:33:32 DEBUG unit.abot-epc-basic/0.install 366/1710 KB 132/223 KB 258/258 KB 38/38 KB 144/208 KB 367/1710 KB 144/223 KB 258/258 KB 152/208 KB 370/1710 KB 144/223 KB 258/258 KB 152/208 KB 371/1710 KB 144/223 KB 258/258 KB 152/208 KB 366/1710 KB 144/223 KB 258/258 KB 152/208 KB 371/1710 KB 144/223 KB 258/258 KB 156/208 KB 371/1710 KB 144/223 KB 258/258 KB 160/208 KB 374/1710 KB 144/223 KB 258/258 KB 160/208 KB 375/1710 KB 144/223 KB 258/258 KB 160/208 KB 378/1710 KB 144/223 KB 258/258 KB 160/208 KB 379/1710 KB 148/223 KB 258/258 KB 164/208 KB 378/1710 KB 148/223 KB 258/258 KB 164/208 KB 379/1710 KB 152/223 KB 258/258 KB 164/208 KB Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar (258 KB at 1150.2 KB/sec) unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 379/1710 KB 156/223 KB 164/208 KB 378/1710 KB 144/223 KB 258/258 KB 164/208 KB 382/1710 KB 160/223 KB 164/208 KB 382/1710 KB 156/223 KB 164/208 KB 383/1710 KB 160/223 KB 168/208 KB 382/1710 KB 160/223 KB 168/208 KB 383/1710 KB 160/223 KB 172/208 KB 383/1710 KB 160/223 KB 176/208 KB 386/1710 KB 160/223 KB 180/208 KB 386/1710 KB 164/223 KB 184/208 KB 386/1710 KB 164/223 KB 188/208 KB 386/1710 KB 164/223 KB 192/208 KB 386/1710 KB 160/223 KB 176/208 KB 387/1710 KB 164/223 KB 192/208 KB 386/1710 KB 164/223 KB 180/208 KB 390/1710 KB 164/223 KB 192/208 KB 390/1710 KB 168/223 KB 192/208 KB 390/1710 KB 168/223 KB 192/208 KB 4/18 KB 390/1710 KB 168/223 KB 192/208 KB 8/18 KB 390/1710 KB 168/223 KB 192/208 KB 12/18 KB 390/1710 KB 168/223 KB 192/208 KB 16/18 KB 390/1710 KB 168/223 KB 192/208 KB 18/18 KB 390/1710 KB 172/223 KB 192/208 KB 18/18 KB 393/1710 KB 176/223 KB 192/208 KB 18/18 KB 393/1710 KB 172/223 KB 192/208 KB 18/18 KB 395/1710 KB 176/223 KB 192/208 KB 18/18 KB 395/1710 KB 180/223 KB 192/208 KB 18/18 KB 398/1710 KB 184/223 KB 196/208 KB 18/18 KB 398/1710 KB 188/223 KB 196/208 KB 18/18 KB 398/1710 KB 192/223 KB 196/208 KB 18/18 KB 398/1710 KB 180/223 KB 196/208 KB 18/18 KB 398/1710 KB 180/223 KB 192/208 KB 18/18 KB 401/1710 KB 192/223 KB 196/208 KB 18/18 KB 401/1710 KB 192/223 KB 200/208 KB 18/18 KB 403/1710 KB 192/223 KB 200/208 KB 18/18 KB 403/1710 KB 192/223 KB 204/208 KB 18/18 KB 403/1710 KB 192/223 KB 208/208 KB 3/531 KB 18/18 KB 403/1710 KB 192/223 KB 204/208 KB 3/531 KB 18/18 KB 403/1710 KB 192/223 KB 208/208 KB 5/531 KB 18/18 KB 403/1710 KB 192/223 KB 208/208 KB 8/531 KB 18/18 KB 403/1710 KB 192/223 KB 208/208 KB 11/531 KB 18/18 KB 403/1710 KB 192/223 KB 208/208 KB 13/531 KB 18/18 KB 403/1710 KB 192/223 KB 208/208 KB 16/531 KB 18/18 KB 406/1710 KB 192/223 KB 208/208 KB 16/531 KB 18/18 KB 406/1710 KB 192/223 KB 208/208 KB 19/531 KB 18/18 KB 406/1710 KB 192/223 KB 208/208 KB 21/531 KB 18/18 KB 406/1710 KB 192/223 KB 208/208 KB 24/531 KB 18/18 KB 409/1710 KB 192/223 KB 208/208 KB 24/531 KB 18/18 KB 409/1710 KB 196/223 KB 208/208 KB 24/531 KB 18/18 KB 411/1710 KB 200/223 KB 208/208 KB 27/531 KB 411/1710 KB 204/223 KB 208/208 KB 27/531 KB 411/1710 KB 208/223 KB 208/208 KB 27/531 KB 411/1710 KB 196/223 KB 208/208 KB 27/531 KB 409/1710 KB 196/223 KB 208/208 KB 27/531 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar (18 KB at 75.4 KB/sec) unit-abot-epc-basic-0: 13:33:32 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: 13:33:32 DEBUG unit.abot-epc-basic/0.install 411/1710 KB 208/223 KB 208/208 KB 29/531 KB 411/1710 KB 208/223 KB 208/208 KB 32/531 KB 414/1710 KB 208/223 KB 208/208 KB 32/531 KB 414/1710 KB 212/223 KB 208/208 KB 32/531 KB 417/1710 KB 216/223 KB 36/531 KB 417/1710 KB 220/223 KB 36/531 KB 417/1710 KB 223/223 KB 36/531 KB 417/1710 KB 212/223 KB 36/531 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar (208 KB at 855.4 KB/sec) unit-abot-epc-basic-0: 13:33:32 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: 13:33:32 DEBUG unit.abot-epc-basic/0.install 414/1710 KB 212/223 KB 208/208 KB 36/531 KB 419/1710 KB 223/223 KB 36/531 KB 422/1710 KB 223/223 KB 36/531 KB 422/1710 KB 223/223 KB 40/531 KB 422/1710 KB 223/223 KB 44/531 KB 422/1710 KB 223/223 KB 48/531 KB 425/1710 KB 223/223 KB 48/531 KB 425/1710 KB 223/223 KB 4/214 KB 48/531 KB 425/1710 KB 223/223 KB 8/214 KB 48/531 KB 425/1710 KB 223/223 KB 12/214 KB 48/531 KB 425/1710 KB 223/223 KB 16/214 KB 48/531 KB 427/1710 KB 223/223 KB 16/214 KB 48/531 KB 427/1710 KB 223/223 KB 16/214 KB 52/531 KB 427/1710 KB 223/223 KB 20/214 KB 52/531 KB 430/1710 KB 223/223 KB 24/214 KB 56/531 KB 430/1710 KB 223/223 KB 28/214 KB 56/531 KB 430/1710 KB 223/223 KB 32/214 KB 56/531 KB 430/1710 KB 223/223 KB 20/214 KB 56/531 KB 430/1710 KB 223/223 KB 20/214 KB 56/531 KB 430/1710 KB 223/223 KB 32/214 KB 60/531 KB 430/1710 KB 223/223 KB 32/214 KB 64/531 KB 433/1710 KB 223/223 KB 32/214 KB 68/531 KB 433/1710 KB 223/223 KB 36/214 KB 72/531 KB 433/1710 KB 223/223 KB 32/214 KB 64/531 KB 435/1710 KB 223/223 KB 36/214 KB 72/531 KB 433/1710 KB 223/223 KB 36/214 KB 68/531 KB 435/1710 KB 223/223 KB 40/214 KB 72/531 KB 435/1710 KB 223/223 KB 44/214 KB 72/531 KB 435/1710 KB 223/223 KB 48/214 KB 72/531 KB 439/1710 KB 223/223 KB 48/214 KB 72/531 KB 443/1710 KB 223/223 KB 52/214 KB 76/531 KB 447/1710 KB 223/223 KB 52/214 KB 76/531 KB 439/1710 KB 223/223 KB 52/214 KB 76/531 KB 439/1710 KB 223/223 KB 48/214 KB 76/531 KB 447/1710 KB 223/223 KB 52/214 KB 80/531 KB 447/1710 KB 223/223 KB 52/214 KB 84/531 KB 451/1710 KB 223/223 KB 56/214 KB 84/531 KB 447/1710 KB 223/223 KB 56/214 KB 84/531 KB 451/1710 KB 223/223 KB 60/214 KB 84/531 KB 451/1710 KB 223/223 KB 64/214 KB 84/531 KB 451/1710 KB 223/223 KB 64/214 KB 88/531 KB 451/1710 KB 64/214 KB 4/1267 KB 92/531 KB 451/1710 KB 64/214 KB 4/1267 KB 96/531 KB 451/1710 KB 64/214 KB 4/1267 KB 100/531 KB 455/1710 KB 68/214 KB 4/1267 KB 104/531 KB 455/1710 KB 68/214 KB 4/1267 KB 108/531 KB 451/1710 KB 223/223 KB 64/214 KB 4/1267 KB 88/531 KB 455/1710 KB 68/214 KB 8/1267 KB 108/531 KB 455/1710 KB 68/214 KB 12/1267 KB 108/531 KB 455/1710 KB 68/214 KB 16/1267 KB 108/531 KB 455/1710 KB 68/214 KB 20/1267 KB 108/531 KB 455/1710 KB 68/214 KB 24/1267 KB 108/531 KB 455/1710 KB 68/214 KB 28/1267 KB 108/531 KB 455/1710 KB 68/214 KB 32/1267 KB 108/531 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: 13:33:32 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: 13:33:32 DEBUG unit.abot-epc-basic/0.install 455/1710 KB 68/214 KB 4/1267 KB 100/531 KB 455/1710 KB 72/214 KB 32/1267 KB 108/531 KB 455/1710 KB 76/214 KB 32/1267 KB 108/531 KB 455/1710 KB 80/214 KB 36/1267 KB 108/531 KB 455/1710 KB 64/214 KB 4/1267 KB 100/531 KB 459/1710 KB 80/214 KB 36/1267 KB 108/531 KB 463/1710 KB 80/214 KB 36/1267 KB 108/531 KB 467/1710 KB 80/214 KB 36/1267 KB 108/531 KB 455/1710 KB 76/214 KB 36/1267 KB 108/531 KB 467/1710 KB 80/214 KB 40/1267 KB 108/531 KB 467/1710 KB 80/214 KB 44/1267 KB 108/531 KB 467/1710 KB 80/214 KB 48/1267 KB 108/531 KB 467/1710 KB 84/214 KB 48/1267 KB 108/531 KB 471/1710 KB 88/214 KB 52/1267 KB 112/531 KB 471/1710 KB 92/214 KB 52/1267 KB 112/531 KB 471/1710 KB 96/214 KB 52/1267 KB 112/531 KB 471/1710 KB 84/214 KB 52/1267 KB 112/531 KB 471/1710 KB 84/214 KB 48/1267 KB 112/531 KB 467/1710 KB 84/214 KB 48/1267 KB 112/531 KB 475/1710 KB 96/214 KB 52/1267 KB 112/531 KB 479/1710 KB 96/214 KB 52/1267 KB 112/531 KB 483/1710 KB 96/214 KB 52/1267 KB 116/531 KB 479/1710 KB 96/214 KB 52/1267 KB 116/531 KB 483/1710 KB 96/214 KB 56/1267 KB 116/531 KB 483/1710 KB 96/214 KB 60/1267 KB 116/531 KB 483/1710 KB 96/214 KB 64/1267 KB 116/531 KB 483/1710 KB 96/214 KB 64/1267 KB 120/531 KB 483/1710 KB 96/214 KB 64/1267 KB 124/531 KB 483/1710 KB 96/214 KB 68/1267 KB 3/109 KB 128/531 KB 483/1710 KB 96/214 KB 68/1267 KB 3/109 KB 132/531 KB 483/1710 KB 96/214 KB 68/1267 KB 3/109 KB 124/531 KB 487/1710 KB 100/214 KB 68/1267 KB 3/109 KB 132/531 KB 487/1710 KB 100/214 KB 68/1267 KB 6/109 KB 132/531 KB 487/1710 KB 100/214 KB 68/1267 KB 8/109 KB 132/531 KB 487/1710 KB 100/214 KB 68/1267 KB 11/109 KB 132/531 KB 487/1710 KB 100/214 KB 68/1267 KB 14/109 KB 132/531 KB 483/1710 KB 96/214 KB 68/1267 KB 124/531 KB 483/1710 KB 100/214 KB 68/1267 KB 3/109 KB 132/531 KB 487/1710 KB 104/214 KB 68/1267 KB 14/109 KB 132/531 KB 487/1710 KB 108/214 KB 68/1267 KB 14/109 KB 132/531 KB 487/1710 KB 100/214 KB 68/1267 KB 3/109 KB 132/531 KB 491/1710 KB 108/214 KB 68/1267 KB 14/109 KB 132/531 KB 495/1710 KB 108/214 KB 68/1267 KB 14/109 KB 132/531 KB 499/1710 KB 108/214 KB 68/1267 KB 14/109 KB 132/531 KB 499/1710 KB 108/214 KB 72/1267 KB 16/109 KB 132/531 KB 499/1710 KB 108/214 KB 72/1267 KB 14/109 KB 132/531 KB 503/1710 KB 112/214 KB 76/1267 KB 16/109 KB 132/531 KB 503/1710 KB 112/214 KB 76/1267 KB 16/109 KB 136/531 KB 503/1710 KB 112/214 KB 80/1267 KB 16/109 KB 140/531 KB 503/1710 KB 112/214 KB 80/1267 KB 19/109 KB 144/531 KB 503/1710 KB 112/214 KB 72/1267 KB 16/109 KB 132/531 KB 507/1710 KB 112/214 KB 80/1267 KB 19/109 KB 144/531 KB 499/1710 KB 112/214 KB 72/1267 KB 16/109 KB 132/531 KB 503/1710 KB 112/214 KB 80/1267 KB 19/109 KB 140/531 KB 503/1710 KB 112/214 KB 80/1267 KB 16/109 KB 136/531 KB 507/1710 KB 112/214 KB 80/1267 KB 22/109 KB 144/531 KB 507/1710 KB 112/214 KB 80/1267 KB 24/109 KB 144/531 KB 507/1710 KB 116/214 KB 84/1267 KB 27/109 KB 144/531 KB 511/1710 KB 116/214 KB 84/1267 KB 30/109 KB 144/531 KB 507/1710 KB 116/214 KB 84/1267 KB 24/109 KB 144/531 KB 511/1710 KB 116/214 KB 88/1267 KB 30/109 KB 148/531 KB 511/1710 KB 116/214 KB 92/1267 KB 30/109 KB 148/531 KB 507/1710 KB 116/214 KB 80/1267 KB 24/109 KB 144/531 KB 511/1710 KB 120/214 KB 92/1267 KB 30/109 KB 148/531 KB 511/1710 KB 124/214 KB 92/1267 KB 30/109 KB 148/531 KB 511/1710 KB 128/214 KB 92/1267 KB 30/109 KB 148/531 KB 511/1710 KB 116/214 KB 84/1267 KB 30/109 KB 148/531 KB 511/1710 KB 128/214 KB 92/1267 KB 30/109 KB 152/531 KB unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 511/1710 KB 128/214 KB 96/1267 KB 32/109 KB 156/531 KB 511/1710 KB 128/214 KB 96/1267 KB 32/109 KB 160/531 KB 511/1710 KB 116/214 KB 84/1267 KB 27/109 KB 144/531 KB 515/1710 KB 128/214 KB 96/1267 KB 32/109 KB 160/531 KB 519/1710 KB 128/214 KB 96/1267 KB 32/109 KB 160/531 KB 523/1710 KB 128/214 KB 96/1267 KB 32/109 KB 160/531 KB 527/1710 KB 128/214 KB 96/1267 KB 32/109 KB 160/531 KB 531/1710 KB 128/214 KB 96/1267 KB 32/109 KB 160/531 KB 511/1710 KB 128/214 KB 96/1267 KB 32/109 KB 152/531 KB 511/1710 KB 128/214 KB 96/1267 KB 30/109 KB 152/531 KB 531/1710 KB 132/214 KB 100/1267 KB 32/109 KB 160/531 KB 531/1710 KB 132/214 KB 96/1267 KB 32/109 KB 160/531 KB 531/1710 KB 132/214 KB 100/1267 KB 35/109 KB 160/531 KB 531/1710 KB 132/214 KB 104/1267 KB 35/109 KB 160/531 KB 531/1710 KB 136/214 KB 108/1267 KB 35/109 KB 160/531 KB 531/1710 KB 136/214 KB 104/1267 KB 35/109 KB 160/531 KB 531/1710 KB 140/214 KB 108/1267 KB 35/109 KB 164/531 KB 531/1710 KB 144/214 KB 108/1267 KB 35/109 KB 164/531 KB 531/1710 KB 148/214 KB 112/1267 KB 39/109 KB 164/531 KB 535/1710 KB 152/214 KB 112/1267 KB 39/109 KB 164/531 KB 535/1710 KB 156/214 KB 112/1267 KB 39/109 KB 164/531 KB 531/1710 KB 136/214 KB 108/1267 KB 35/109 KB 164/531 KB 535/1710 KB 156/214 KB 112/1267 KB 39/109 KB 168/531 KB 535/1710 KB 156/214 KB 112/1267 KB 39/109 KB 172/531 KB 535/1710 KB 156/214 KB 112/1267 KB 39/109 KB 176/531 KB 535/1710 KB 148/214 KB 112/1267 KB 39/109 KB 164/531 KB 531/1710 KB 144/214 KB 112/1267 KB 39/109 KB 164/531 KB 531/1710 KB 144/214 KB 108/1267 KB 39/109 KB 164/531 KB 535/1710 KB 156/214 KB 112/1267 KB 43/109 KB 176/531 KB 535/1710 KB 156/214 KB 112/1267 KB 47/109 KB 176/531 KB 535/1710 KB 156/214 KB 112/1267 KB 51/109 KB 176/531 KB 539/1710 KB 156/214 KB 112/1267 KB 51/109 KB 176/531 KB 543/1710 KB 156/214 KB 112/1267 KB 51/109 KB 176/531 KB 547/1710 KB 156/214 KB 116/1267 KB 55/109 KB 180/531 KB 543/1710 KB 156/214 KB 116/1267 KB 55/109 KB 180/531 KB 547/1710 KB 156/214 KB 120/1267 KB 55/109 KB 180/531 KB 547/1710 KB 156/214 KB 124/1267 KB 55/109 KB 180/531 KB 547/1710 KB 160/214 KB 128/1267 KB 55/109 KB 180/531 KB 547/1710 KB 160/214 KB 132/1267 KB 55/109 KB 180/531 KB 551/1710 KB 160/214 KB 136/1267 KB 55/109 KB 180/531 KB 551/1710 KB 160/214 KB 140/1267 KB 55/109 KB 180/531 KB 543/1710 KB 156/214 KB 112/1267 KB 55/109 KB 180/531 KB 543/1710 KB 156/214 KB 112/1267 KB 55/109 KB 176/531 KB 551/1710 KB 160/214 KB 144/1267 KB 59/109 KB 184/531 KB 551/1710 KB 160/214 KB 144/1267 KB 63/109 KB 184/531 KB 551/1710 KB 160/214 KB 144/1267 KB 67/109 KB 184/531 KB 551/1710 KB 160/214 KB 132/1267 KB 55/109 KB 180/531 KB 547/1710 KB 160/214 KB 124/1267 KB 55/109 KB 180/531 KB 551/1710 KB 160/214 KB 144/1267 KB 59/109 KB 184/531 KB 555/1710 KB 160/214 KB 144/1267 KB 67/109 KB 188/531 KB 555/1710 KB 160/214 KB 144/1267 KB 67/109 KB 192/531 KB 555/1710 KB 164/214 KB 144/1267 KB 67/109 KB 192/531 KB 555/1710 KB 168/214 KB 144/1267 KB 67/109 KB 192/531 KB 555/1710 KB 172/214 KB 144/1267 KB 67/109 KB 192/531 KB 555/1710 KB 176/214 KB 144/1267 KB 67/109 KB 192/531 KB 555/1710 KB 180/214 KB 144/1267 KB 67/109 KB 192/531 KB 555/1710 KB 160/214 KB 144/1267 KB 67/109 KB 192/531 KB 559/1710 KB 180/214 KB 144/1267 KB 71/109 KB 196/531 KB 563/1710 KB 180/214 KB 144/1267 KB 71/109 KB 196/531 KB 555/1710 KB 180/214 KB 144/1267 KB 71/109 KB 196/531 KB 555/1710 KB 180/214 KB 144/1267 KB 71/109 KB 192/531 KB 563/1710 KB 180/ unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 214 KB 144/1267 KB 75/109 KB 196/531 KB 551/1710 KB 180/214 KB 144/1267 KB 67/109 KB 192/531 KB 567/1710 KB 180/214 KB 144/1267 KB 75/109 KB 200/531 KB 571/1710 KB 180/214 KB 148/1267 KB 79/109 KB 200/531 KB 563/1710 KB 180/214 KB 144/1267 KB 75/109 KB 200/531 KB 575/1710 KB 184/214 KB 148/1267 KB 79/109 KB 204/531 KB 575/1710 KB 184/214 KB 148/1267 KB 79/109 KB 208/531 KB 571/1710 KB 184/214 KB 148/1267 KB 79/109 KB 200/531 KB 567/1710 KB 180/214 KB 148/1267 KB 79/109 KB 200/531 KB 567/1710 KB 180/214 KB 144/1267 KB 79/109 KB 200/531 KB 575/1710 KB 184/214 KB 148/1267 KB 83/109 KB 208/531 KB 575/1710 KB 184/214 KB 148/1267 KB 83/109 KB 208/531 KB 575/1710 KB 188/214 KB 152/1267 KB 83/109 KB 208/531 KB 575/1710 KB 188/214 KB 148/1267 KB 83/109 KB 208/531 KB 579/1710 KB 192/214 KB 156/1267 KB 83/109 KB 208/531 KB 579/1710 KB 188/214 KB 152/1267 KB 83/109 KB 208/531 KB 579/1710 KB 192/214 KB 156/1267 KB 83/109 KB 208/531 KB 579/1710 KB 192/214 KB 160/1267 KB 83/109 KB 208/531 KB 583/1710 KB 196/214 KB 164/1267 KB 83/109 KB 208/531 KB 583/1710 KB 196/214 KB 160/1267 KB 83/109 KB 208/531 KB 583/1710 KB 192/214 KB 160/1267 KB 83/109 KB 208/531 KB 583/1710 KB 196/214 KB 164/1267 KB 87/109 KB 212/531 KB 583/1710 KB 196/214 KB 164/1267 KB 87/109 KB 208/531 KB 583/1710 KB 196/214 KB 164/1267 KB 91/109 KB 212/531 KB 583/1710 KB 196/214 KB 164/1267 KB 91/109 KB 216/531 KB 583/1710 KB 196/214 KB 164/1267 KB 95/109 KB 216/531 KB 583/1710 KB 196/214 KB 164/1267 KB 99/109 KB 220/531 KB 583/1710 KB 196/214 KB 164/1267 KB 95/109 KB 220/531 KB 583/1710 KB 196/214 KB 164/1267 KB 99/109 KB 224/531 KB 587/1710 KB 196/214 KB 164/1267 KB 99/109 KB 224/531 KB 587/1710 KB 200/214 KB 168/1267 KB 99/109 KB 224/531 KB 591/1710 KB 204/214 KB 168/1267 KB 99/109 KB 224/531 KB 591/1710 KB 208/214 KB 168/1267 KB 99/109 KB 224/531 KB 591/1710 KB 212/214 KB 168/1267 KB 99/109 KB 224/531 KB 591/1710 KB 214/214 KB 168/1267 KB 103/109 KB 228/531 KB 587/1710 KB 196/214 KB 168/1267 KB 99/109 KB 224/531 KB 591/1710 KB 214/214 KB 172/1267 KB 103/109 KB 228/531 KB 591/1710 KB 214/214 KB 176/1267 KB 103/109 KB 228/531 KB 591/1710 KB 214/214 KB 180/1267 KB 103/109 KB 228/531 KB 591/1710 KB 214/214 KB 184/1267 KB 103/109 KB 228/531 KB 591/1710 KB 214/214 KB 188/1267 KB 103/109 KB 228/531 KB 591/1710 KB 214/214 KB 192/1267 KB 103/109 KB 228/531 KB 591/1710 KB 212/214 KB 168/1267 KB 103/109 KB 228/531 KB 591/1710 KB 212/214 KB 168/1267 KB 103/109 KB 224/531 KB 591/1710 KB 200/214 KB 168/1267 KB 99/109 KB 224/531 KB 595/1710 KB 214/214 KB 192/1267 KB 103/109 KB 228/531 KB 595/1710 KB 214/214 KB 192/1267 KB 107/109 KB 228/531 KB 595/1710 KB 214/214 KB 192/1267 KB 109/109 KB 228/531 KB 599/1710 KB 214/214 KB 192/1267 KB 109/109 KB 232/531 KB 599/1710 KB 214/214 KB 192/1267 KB 109/109 KB 236/531 KB 599/1710 KB 214/214 KB 192/1267 KB 109/109 KB 240/531 KB 599/1710 KB 214/214 KB 192/1267 KB 109/109 KB 228/531 KB 603/1710 KB 214/214 KB 192/1267 KB 109/109 KB 240/531 KB 607/1710 KB 214/214 KB 192/1267 KB 109/109 KB 240/531 KB 611/1710 KB 214/214 KB 192/1267 KB 109/109 KB 240/531 KB 611/1710 KB 214/214 KB 192/1267 KB 109/109 KB 244/531 KB 611/1710 KB 214/214 KB 192/1267 KB 109/109 KB 248/531 KB 611/1710 KB 214/214 KB 192/1267 KB 109/109 KB 252/531 KB 611/1710 KB 214/214 KB 192/1267 KB 109/109 KB 256/531 KB 615/1710 KB 214/214 KB 192/1267 KB 109/109 KB 260/531 KB 615/1710 KB 196/1267 KB 264/531 KB 615/1710 KB 196/1267 KB unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 268/531 KB 615/1710 KB 214/214 KB 192/1267 KB 109/109 KB 256/531 KB 619/1710 KB 196/1267 KB 268/531 KB 615/1710 KB 196/1267 KB 260/531 KB 619/1710 KB 200/1267 KB 268/531 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar (109 KB at 344.5 KB/sec) unit-abot-epc-basic-0: 13:33:32 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: 13:33:32 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar (214 KB at 670.4 KB/sec) unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 623/1710 KB 204/1267 KB 272/531 KB 623/1710 KB 204/1267 KB 268/531 KB 623/1710 KB 200/1267 KB 268/531 KB 627/1710 KB 204/1267 KB 272/531 KB 627/1710 KB 208/1267 KB 272/531 KB 627/1710 KB 212/1267 KB 272/531 KB 631/1710 KB 216/1267 KB 276/531 KB 631/1710 KB 220/1267 KB 276/531 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: 13:33:32 DEBUG unit.abot-epc-basic/0.install 631/1710 KB 212/1267 KB 272/531 KB 635/1710 KB 220/1267 KB 276/531 KB 639/1710 KB 220/1267 KB 276/531 KB 643/1710 KB 220/1267 KB 276/531 KB 647/1710 KB 220/1267 KB 276/531 KB 651/1710 KB 224/1267 KB 276/531 KB 655/1710 KB 224/1267 KB 276/531 KB 659/1710 KB 224/1267 KB 276/531 KB 631/1710 KB 212/1267 KB 276/531 KB 647/1710 KB 224/1267 KB 276/531 KB 659/1710 KB 224/1267 KB 280/531 KB 659/1710 KB 224/1267 KB 284/531 KB 659/1710 KB 224/1267 KB 288/531 KB 659/1710 KB 224/1267 KB 292/531 KB 663/1710 KB 228/1267 KB 296/531 KB 663/1710 KB 228/1267 KB 300/531 KB 663/1710 KB 228/1267 KB 304/531 KB 663/1710 KB 228/1267 KB 292/531 KB 659/1710 KB 228/1267 KB 292/531 KB 663/1710 KB 232/1267 KB 304/531 KB 663/1710 KB 236/1267 KB 304/531 KB 663/1710 KB 240/1267 KB 304/531 KB 663/1710 KB 244/1267 KB 304/531 KB 667/1710 KB 248/1267 KB 308/531 KB 667/1710 KB 252/1267 KB 308/531 KB 667/1710 KB 244/1267 KB 308/531 KB 667/1710 KB 244/1267 KB 304/531 KB 671/1710 KB 252/1267 KB 308/531 KB 675/1710 KB 252/1267 KB 308/531 KB 679/1710 KB 252/1267 KB 308/531 KB 679/1710 KB 256/1267 KB 312/531 KB 679/1710 KB 252/1267 KB 312/531 KB 679/1710 KB 256/1267 KB 316/531 KB 683/1710 KB 256/1267 KB 316/531 KB 686/1710 KB 256/1267 KB 320/531 KB 683/1710 KB 256/1267 KB 320/531 KB 687/1710 KB 3/1044 KB 256/1267 KB 320/531 KB 4/80 KB 687/1710 KB 3/1044 KB 256/1267 KB 320/531 KB 8/80 KB 687/1710 KB 3/1044 KB 256/1267 KB 320/531 KB 12/80 KB 687/1710 KB 3/1044 KB 256/1267 KB 320/531 KB 16/80 KB 687/1710 KB 3/1044 KB 256/1267 KB 320/531 KB 20/80 KB 687/1710 KB 3/1044 KB 256/1267 KB 320/531 KB 24/80 KB 687/1710 KB 3/1044 KB 256/1267 KB 320/531 KB 28/80 KB 687/1710 KB 3/1044 KB 256/1267 KB 320/531 KB 32/80 KB 687/1710 KB 3/1044 KB 256/1267 KB 320/531 KB 36/80 KB 687/1710 KB 3/1044 KB 256/1267 KB 324/531 KB 40/80 KB 687/1710 KB 3/1044 KB 256/1267 KB 320/531 KB 686/1710 KB 3/1044 KB 256/1267 KB 320/531 KB 687/1710 KB 3/1044 KB 260/1267 KB 324/531 KB 40/80 KB 687/1710 KB 6/1044 KB 260/1267 KB 324/531 KB 40/80 KB 687/1710 KB 7/1044 KB 260/1267 KB 324/531 KB 40/80 KB 687/1710 KB 10/1044 KB 260/1267 KB 324/531 KB 40/80 KB 687/1710 KB 11/1044 KB 260/1267 KB 324/531 KB 40/80 KB 687/1710 KB 14/1044 KB 260/1267 KB 324/531 KB 40/80 KB 687/1710 KB 15/1044 KB 260/1267 KB 324/531 KB 40/80 KB 687/1710 KB 18/1044 KB 260/1267 KB 324/531 KB 40/80 KB 687/1710 KB 19/1044 KB 260/1267 KB 324/531 KB 40/80 KB 687/1710 KB 22/1044 KB 260/1267 KB 324/531 KB 40/80 KB 687/1710 KB 23/1044 KB 260/1267 KB 324/531 KB 44/80 KB 690/1710 KB 26/1044 KB 260/1267 KB 324/531 KB 44/80 KB 690/1710 KB 27/1044 KB 260/1267 KB 324/531 KB 44/80 KB 690/1710 KB 30/1044 KB 260/1267 KB 324/531 KB 44/80 KB 690/1710 KB 31/1044 KB 260/1267 KB 324/531 KB 44/80 KB 687/1710 KB 3/1044 KB 260/1267 KB 324/531 KB 40/80 KB 690/1710 KB 31/1044 KB 264/1267 KB 324/531 KB 44/80 KB 690/1710 KB 31/1044 KB 268/1267 KB 324/531 KB 44/80 KB 687/1710 KB 3/1044 KB 256/1267 KB 324/531 KB 36/80 KB 690/1710 KB 23/1044 KB 260/1267 KB 324/531 KB 44/80 KB 687/1710 KB 22/1044 KB 260/1267 KB 324/531 KB 44/80 KB 690/1710 KB 31/1044 KB 268/1267 KB 324/531 KB 48/80 KB 691/1710 KB 31/1044 KB 268/1267 KB 324/531 KB 48/80 KB 691/1710 KB 31/1044 KB 268/1267 KB 328/531 KB 48/80 KB 691/1710 KB 31/1044 KB 272/1267 KB 328/531 KB 48/80 KB 694/1710 KB 31/1044 KB 272/1267 KB 328/531 KB 48/80 KB 694/1710 KB 31/1044 KB 272/1267 KB 332/531 KB 48/80 KB 694/1710 KB 31/1044 KB 272/1267 KB 336/531 KB unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 48/80 KB 694/1710 KB 31/1044 KB 272/1267 KB 340/531 KB 48/80 KB 695/1710 KB 34/1044 KB 276/1267 KB 344/531 KB 52/80 KB 695/1710 KB 34/1044 KB 276/1267 KB 340/531 KB 52/80 KB 695/1710 KB 31/1044 KB 276/1267 KB 340/531 KB 52/80 KB 695/1710 KB 34/1044 KB 276/1267 KB 348/531 KB 56/80 KB 695/1710 KB 34/1044 KB 276/1267 KB 348/531 KB 60/80 KB 695/1710 KB 34/1044 KB 276/1267 KB 348/531 KB 64/80 KB 695/1710 KB 31/1044 KB 276/1267 KB 340/531 KB 48/80 KB 695/1710 KB 31/1044 KB 272/1267 KB 340/531 KB 48/80 KB 698/1710 KB 34/1044 KB 276/1267 KB 348/531 KB 64/80 KB 699/1710 KB 34/1044 KB 276/1267 KB 348/531 KB 64/80 KB 699/1710 KB 34/1044 KB 280/1267 KB 348/531 KB 64/80 KB 699/1710 KB 34/1044 KB 284/1267 KB 348/531 KB 64/80 KB 699/1710 KB 35/1044 KB 288/1267 KB 348/531 KB 64/80 KB 699/1710 KB 35/1044 KB 284/1267 KB 348/531 KB 64/80 KB 702/1710 KB 35/1044 KB 288/1267 KB 348/531 KB 64/80 KB 702/1710 KB 35/1044 KB 292/1267 KB 348/531 KB 64/80 KB 703/1710 KB 38/1044 KB 296/1267 KB 348/531 KB 68/80 KB 703/1710 KB 38/1044 KB 300/1267 KB 348/531 KB 68/80 KB 703/1710 KB 38/1044 KB 304/1267 KB 348/531 KB 68/80 KB 703/1710 KB 38/1044 KB 292/1267 KB 348/531 KB 68/80 KB 703/1710 KB 38/1044 KB 292/1267 KB 348/531 KB 64/80 KB 702/1710 KB 38/1044 KB 292/1267 KB 348/531 KB 64/80 KB 695/1710 KB 35/1044 KB 292/1267 KB 348/531 KB 64/80 KB 703/1710 KB 38/1044 KB 304/1267 KB 352/531 KB 68/80 KB 703/1710 KB 39/1044 KB 304/1267 KB 352/531 KB 68/80 KB 706/1710 KB 39/1044 KB 304/1267 KB 352/531 KB 68/80 KB 706/1710 KB 39/1044 KB 304/1267 KB 356/531 KB 68/80 KB 707/1710 KB 42/1044 KB 304/1267 KB 356/531 KB 72/80 KB 707/1710 KB 42/1044 KB 304/1267 KB 356/531 KB 68/80 KB 707/1710 KB 39/1044 KB 304/1267 KB 356/531 KB 68/80 KB 707/1710 KB 42/1044 KB 304/1267 KB 356/531 KB 76/80 KB 707/1710 KB 42/1044 KB 304/1267 KB 356/531 KB 80/80 KB 707/1710 KB 43/1044 KB 304/1267 KB 356/531 KB 80/80 KB 707/1710 KB 43/1044 KB 304/1267 KB 360/531 KB 80/80 KB 710/1710 KB 43/1044 KB 304/1267 KB 360/531 KB 80/80 KB 710/1710 KB 46/1044 KB 304/1267 KB 360/531 KB 80/80 KB 710/1710 KB 47/1044 KB 304/1267 KB 364/531 KB 80/80 KB 711/1710 KB 50/1044 KB 308/1267 KB 364/531 KB 80/80 KB 710/1710 KB 46/1044 KB 304/1267 KB 364/531 KB 80/80 KB 711/1710 KB 50/1044 KB 308/1267 KB 368/531 KB 80/80 KB 711/1710 KB 50/1044 KB 308/1267 KB 372/531 KB 80/80 KB 711/1710 KB 51/1044 KB 308/1267 KB 376/531 KB 80/80 KB 711/1710 KB 51/1044 KB 308/1267 KB 380/531 KB 80/80 KB 711/1710 KB 51/1044 KB 308/1267 KB 384/531 KB 80/80 KB 711/1710 KB 47/1044 KB 308/1267 KB 364/531 KB 80/80 KB 711/1710 KB 47/1044 KB 304/1267 KB 364/531 KB 80/80 KB 714/1710 KB 51/1044 KB 308/1267 KB 384/531 KB 80/80 KB 715/1710 KB 51/1044 KB 308/1267 KB 384/531 KB 80/80 KB 711/1710 KB 51/1044 KB 308/1267 KB 372/531 KB 80/80 KB 718/1710 KB 51/1044 KB 308/1267 KB 384/531 KB 80/80 KB 718/1710 KB 51/1044 KB 312/1267 KB 384/531 KB 80/80 KB 718/1710 KB 51/1044 KB 316/1267 KB 384/531 KB 80/80 KB 719/1710 KB 54/1044 KB 320/1267 KB 384/531 KB 80/80 KB 719/1710 KB 54/1044 KB 316/1267 KB 384/531 KB 80/80 KB 718/1710 KB 54/1044 KB 316/1267 KB 384/531 KB 80/80 KB 719/1710 KB 55/1044 KB 320/1267 KB 384/531 KB 80/80 KB 722/1710 KB 55/1044 KB 320/1267 KB 384/531 KB 80/80 KB 722/1710 KB 55/1044 KB 324/1267 KB 384/531 KB 80/80 KB 723/1710 KB 58/1044 KB 328/1267 KB 388/531 KB 80/80 KB 723/1710 KB 58/1044 KB 332/1267 KB 388/531 KB 80/80 KB 723/1710 KB 58/1044 KB 336/1267 KB 388/531 KB 8 unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 0/80 KB 723/1710 KB 58/1044 KB 324/1267 KB 388/531 KB 80/80 KB 723/1710 KB 58/1044 KB 336/1267 KB 392/531 KB 80/80 KB 723/1710 KB 58/1044 KB 336/1267 KB 396/531 KB 80/80 KB 723/1710 KB 58/1044 KB 324/1267 KB 384/531 KB 80/80 KB 722/1710 KB 58/1044 KB 324/1267 KB 384/531 KB 80/80 KB 723/1710 KB 59/1044 KB 336/1267 KB 396/531 KB 80/80 KB 726/1710 KB 59/1044 KB 336/1267 KB 396/531 KB 80/80 KB 726/1710 KB 62/1044 KB 336/1267 KB 396/531 KB 80/80 KB 727/1710 KB 62/1044 KB 336/1267 KB 396/531 KB 80/80 KB 727/1710 KB 63/1044 KB 336/1267 KB 396/531 KB 80/80 KB 730/1710 KB 63/1044 KB 336/1267 KB 396/531 KB 80/80 KB 731/1710 KB 63/1044 KB 336/1267 KB 396/531 KB 80/80 KB 731/1710 KB 66/1044 KB 336/1267 KB 396/531 KB 80/80 KB 731/1710 KB 66/1044 KB 336/1267 KB 400/531 KB 80/80 KB 731/1710 KB 67/1044 KB 336/1267 KB 400/531 KB 80/80 KB 734/1710 KB 70/1044 KB 340/1267 KB 404/531 KB 734/1710 KB 67/1044 KB 340/1267 KB 404/531 KB 734/1710 KB 70/1044 KB 344/1267 KB 404/531 KB 734/1710 KB 71/1044 KB 348/1267 KB 404/531 KB 734/1710 KB 67/1044 KB 336/1267 KB 404/531 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar (80 KB at 217.1 KB/sec) unit-abot-epc-basic-0: 13:33: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.jar unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 734/1710 KB 67/1044 KB 336/1267 KB 400/531 KB 735/1710 KB 71/1044 KB 348/1267 KB 404/531 KB 734/1710 KB 71/1044 KB 344/1267 KB 404/531 KB 738/1710 KB 71/1044 KB 348/1267 KB 404/531 KB 738/1710 KB 71/1044 KB 352/1267 KB 404/531 KB 738/1710 KB 74/1044 KB 352/1267 KB 404/531 KB 739/1710 KB 74/1044 KB 352/1267 KB 408/531 KB 738/1710 KB 74/1044 KB 352/1267 KB 408/531 KB 739/1710 KB 75/1044 KB 352/1267 KB 412/531 KB 739/1710 KB 75/1044 KB 352/1267 KB 416/531 KB 739/1710 KB 75/1044 KB 352/1267 KB 408/531 KB 742/1710 KB 75/1044 KB 352/1267 KB 416/531 KB 742/1710 KB 78/1044 KB 352/1267 KB 416/531 KB 742/1710 KB 79/1044 KB 352/1267 KB 416/531 KB 743/1710 KB 82/1044 KB 352/1267 KB 416/531 KB 743/1710 KB 83/1044 KB 356/1267 KB 420/531 KB 743/1710 KB 79/1044 KB 352/1267 KB 416/531 KB 746/1710 KB 83/1044 KB 356/1267 KB 420/531 KB 743/1710 KB 82/1044 KB 356/1267 KB 420/531 KB 743/1710 KB 82/1044 KB 356/1267 KB 416/531 KB 746/1710 KB 83/1044 KB 360/1267 KB 420/531 KB 746/1710 KB 83/1044 KB 364/1267 KB 420/531 KB 747/1710 KB 83/1044 KB 368/1267 KB 424/531 KB 747/1710 KB 83/1044 KB 364/1267 KB 424/531 KB 747/1710 KB 83/1044 KB 364/1267 KB 420/531 KB 747/1710 KB 83/1044 KB 368/1267 KB 428/531 KB 747/1710 KB 86/1044 KB 368/1267 KB 432/531 KB 747/1710 KB 86/1044 KB 368/1267 KB 428/531 KB 750/1710 KB 86/1044 KB 368/1267 KB 432/531 KB 750/1710 KB 86/1044 KB 372/1267 KB 432/531 KB 751/1710 KB 87/1044 KB 376/1267 KB 436/531 KB 4/61 KB 751/1710 KB 87/1044 KB 380/1267 KB 436/531 KB 4/61 KB 751/1710 KB 87/1044 KB 384/1267 KB 436/531 KB 4/61 KB 751/1710 KB 87/1044 KB 372/1267 KB 436/531 KB 4/61 KB 750/1710 KB 86/1044 KB 372/1267 KB 432/531 KB 4/61 KB 751/1710 KB 87/1044 KB 384/1267 KB 436/531 KB 8/61 KB 751/1710 KB 87/1044 KB 384/1267 KB 436/531 KB 12/61 KB 751/1710 KB 87/1044 KB 384/1267 KB 436/531 KB 16/61 KB 754/1710 KB 87/1044 KB 384/1267 KB 436/531 KB 16/61 KB 754/1710 KB 87/1044 KB 384/1267 KB 436/531 KB 20/61 KB 755/1710 KB 87/1044 KB 388/1267 KB 436/531 KB 24/61 KB 755/1710 KB 87/1044 KB 388/1267 KB 436/531 KB 28/61 KB 755/1710 KB 87/1044 KB 388/1267 KB 436/531 KB 32/61 KB 750/1710 KB 87/1044 KB 372/1267 KB 436/531 KB 4/61 KB 750/1710 KB 87/1044 KB 372/1267 KB 432/531 KB 4/61 KB 755/1710 KB 90/1044 KB 388/1267 KB 436/531 KB 32/61 KB 755/1710 KB 91/1044 KB 388/1267 KB 436/531 KB 32/61 KB 755/1710 KB 91/1044 KB 388/1267 KB 440/531 KB 32/61 KB 755/1710 KB 94/1044 KB 388/1267 KB 444/531 KB 32/61 KB 755/1710 KB 94/1044 KB 388/1267 KB 448/531 KB 32/61 KB 755/1710 KB 94/1044 KB 388/1267 KB 452/531 KB 32/61 KB 755/1710 KB 94/1044 KB 388/1267 KB 456/531 KB 36/61 KB 755/1710 KB 94/1044 KB 388/1267 KB 460/531 KB 36/61 KB 755/1710 KB 87/1044 KB 388/1267 KB 436/531 KB 20/61 KB 755/1710 KB 87/1044 KB 384/1267 KB 436/531 KB 20/61 KB 758/1710 KB 94/1044 KB 388/1267 KB 460/531 KB 36/61 KB 759/1710 KB 94/1044 KB 388/1267 KB 460/531 KB 36/61 KB 762/1710 KB 94/1044 KB 388/1267 KB 460/531 KB 36/61 KB 762/1710 KB 94/1044 KB 392/1267 KB 460/531 KB 36/61 KB 763/1710 KB 94/1044 KB 396/1267 KB 460/531 KB 36/61 KB 763/1710 KB 94/1044 KB 400/1267 KB 460/531 KB 36/61 KB 755/1710 KB 94/1044 KB 388/1267 KB 452/531 KB 36/61 KB 755/1710 KB 94/1044 KB 388/1267 KB 440/531 KB 32/61 KB 763/1710 KB 95/1044 KB 400/1267 KB 460/531 KB 36/61 KB 763/1710 KB 98/1044 KB 400/1267 KB 460/531 KB 36/61 KB 763/1710 KB 99/1044 KB 400/1267 KB 460/531 KB 36/61 KB 763/1710 KB 102/1044 KB 400/1267 KB 460/531 KB 36/61 KB unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 763/1710 KB 94/1044 KB 392/1267 KB 460/531 KB 36/61 KB 763/1710 KB 103/1044 KB 400/1267 KB 460/531 KB 36/61 KB 766/1710 KB 103/1044 KB 400/1267 KB 460/531 KB 36/61 KB 766/1710 KB 106/1044 KB 400/1267 KB 460/531 KB 36/61 KB 766/1710 KB 106/1044 KB 400/1267 KB 464/531 KB 36/61 KB 767/1710 KB 106/1044 KB 400/1267 KB 464/531 KB 40/61 KB 766/1710 KB 106/1044 KB 400/1267 KB 464/531 KB 40/61 KB 767/1710 KB 106/1044 KB 400/1267 KB 464/531 KB 44/61 KB 767/1710 KB 107/1044 KB 400/1267 KB 464/531 KB 48/61 KB 770/1710 KB 107/1044 KB 400/1267 KB 464/531 KB 52/61 KB 770/1710 KB 107/1044 KB 404/1267 KB 468/531 KB 56/61 KB 767/1710 KB 107/1044 KB 400/1267 KB 464/531 KB 44/61 KB 770/1710 KB 110/1044 KB 404/1267 KB 468/531 KB 56/61 KB 770/1710 KB 111/1044 KB 404/1267 KB 468/531 KB 56/61 KB 770/1710 KB 107/1044 KB 404/1267 KB 468/531 KB 52/61 KB 770/1710 KB 107/1044 KB 404/1267 KB 464/531 KB 52/61 KB 770/1710 KB 107/1044 KB 400/1267 KB 464/531 KB 48/61 KB 771/1710 KB 111/1044 KB 404/1267 KB 468/531 KB 56/61 KB 771/1710 KB 111/1044 KB 408/1267 KB 468/531 KB 56/61 KB 774/1710 KB 111/1044 KB 412/1267 KB 468/531 KB 56/61 KB 774/1710 KB 111/1044 KB 408/1267 KB 468/531 KB 56/61 KB 775/1710 KB 114/1044 KB 412/1267 KB 472/531 KB 56/61 KB 774/1710 KB 114/1044 KB 412/1267 KB 472/531 KB 56/61 KB 775/1710 KB 115/1044 KB 416/1267 KB 472/531 KB 56/61 KB 775/1710 KB 114/1044 KB 416/1267 KB 472/531 KB 56/61 KB 774/1710 KB 111/1044 KB 412/1267 KB 472/531 KB 56/61 KB 775/1710 KB 115/1044 KB 416/1267 KB 476/531 KB 60/61 KB 775/1710 KB 115/1044 KB 416/1267 KB 480/531 KB 60/61 KB 775/1710 KB 115/1044 KB 416/1267 KB 472/531 KB 60/61 KB 775/1710 KB 115/1044 KB 416/1267 KB 480/531 KB 61/61 KB 778/1710 KB 115/1044 KB 416/1267 KB 480/531 KB 61/61 KB 778/1710 KB 118/1044 KB 416/1267 KB 480/531 KB 61/61 KB 779/1710 KB 118/1044 KB 416/1267 KB 480/531 KB 61/61 KB 779/1710 KB 118/1044 KB 416/1267 KB 484/531 KB 61/61 KB 783/1710 KB 119/1044 KB 420/1267 KB 488/531 KB 61/61 KB 783/1710 KB 119/1044 KB 420/1267 KB 492/531 KB 61/61 KB 783/1710 KB 119/1044 KB 420/1267 KB 484/531 KB 61/61 KB 779/1710 KB 119/1044 KB 420/1267 KB 484/531 KB 61/61 KB 779/1710 KB 119/1044 KB 416/1267 KB 484/531 KB 61/61 KB 783/1710 KB 122/1044 KB 420/1267 KB 492/531 KB 61/61 KB 783/1710 KB 122/1044 KB 424/1267 KB 492/531 KB 61/61 KB 783/1710 KB 122/1044 KB 428/1267 KB 492/531 KB 61/61 KB 787/1710 KB 123/1044 KB 428/1267 KB 492/531 KB 61/61 KB 783/1710 KB 123/1044 KB 428/1267 KB 492/531 KB 61/61 KB 787/1710 KB 123/1044 KB 428/1267 KB 496/531 KB 61/61 KB 791/1710 KB 123/1044 KB 432/1267 KB 496/531 KB 61/61 KB 787/1710 KB 123/1044 KB 432/1267 KB 496/531 KB 61/61 KB 791/1710 KB 126/1044 KB 432/1267 KB 496/531 KB 61/61 KB 791/1710 KB 126/1044 KB 432/1267 KB 500/531 KB 61/61 KB 794/1710 KB 127/1044 KB 436/1267 KB 504/531 KB 61/61 KB 794/1710 KB 127/1044 KB 436/1267 KB 508/531 KB 61/61 KB 794/1710 KB 127/1044 KB 436/1267 KB 512/531 KB 61/61 KB 794/1710 KB 127/1044 KB 436/1267 KB 500/531 KB 61/61 KB 794/1710 KB 127/1044 KB 432/1267 KB 500/531 KB 61/61 KB 794/1710 KB 126/1044 KB 432/1267 KB 500/531 KB 61/61 KB 794/1710 KB 130/1044 KB 436/1267 KB 512/531 KB 61/61 KB 797/1710 KB 130/1044 KB 436/1267 KB 512/531 KB 61/61 KB 797/1710 KB 131/1044 KB 436/1267 KB 512/531 KB 61/61 KB 797/1710 KB 131/1044 KB 440/1267 KB 512/531 KB 61/61 KB 799/1710 KB 134/1044 KB 444/1267 KB 512/531 KB 799/1710 KB 134/1044 KB 448/1267 KB 512/531 KB unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 799/1710 KB 131/1044 KB 440/1267 KB 512/531 KB 61/61 KB 799/1710 KB 134/1044 KB 440/1267 KB 512/531 KB 61/61 KB 802/1710 KB 134/1044 KB 448/1267 KB 512/531 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (61 KB at 152.9 KB/sec) unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 802/1710 KB 135/1044 KB 448/1267 KB 512/531 KB 805/1710 KB 135/1044 KB 448/1267 KB 512/531 KB 808/1710 KB 135/1044 KB 448/1267 KB 512/531 KB 810/1710 KB 138/1044 KB 452/1267 KB 516/531 KB Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 808/1710 KB 138/1044 KB 452/1267 KB 516/531 KB 810/1710 KB 138/1044 KB 456/1267 KB 516/531 KB 808/1710 KB 138/1044 KB 448/1267 KB 516/531 KB 808/1710 KB 138/1044 KB 448/1267 KB 512/531 KB 813/1710 KB 139/1044 KB 456/1267 KB 516/531 KB 813/1710 KB 139/1044 KB 456/1267 KB 520/531 KB 813/1710 KB 139/1044 KB 456/1267 KB 524/531 KB 813/1710 KB 142/1044 KB 456/1267 KB 528/531 KB 813/1710 KB 138/1044 KB 456/1267 KB 516/531 KB 813/1710 KB 142/1044 KB 460/1267 KB 528/531 KB 813/1710 KB 142/1044 KB 456/1267 KB 524/531 KB 813/1710 KB 143/1044 KB 464/1267 KB 528/531 KB 815/1710 KB 143/1044 KB 464/1267 KB 528/531 KB 813/1710 KB 142/1044 KB 464/1267 KB 528/531 KB 815/1710 KB 143/1044 KB 464/1267 KB 531/531 KB 815/1710 KB 146/1044 KB 464/1267 KB 531/531 KB 818/1710 KB 146/1044 KB 468/1267 KB 531/531 KB 818/1710 KB 147/1044 KB 472/1267 KB 531/531 KB 818/1710 KB 146/1044 KB 464/1267 KB 531/531 KB 818/1710 KB 147/1044 KB 468/1267 KB 531/531 KB 821/1710 KB 147/1044 KB 472/1267 KB 531/531 KB 821/1710 KB 150/1044 KB 472/1267 KB 531/531 KB 821/1710 KB 151/1044 KB 472/1267 KB 531/531 KB 824/1710 KB 151/1044 KB 472/1267 KB 531/531 KB 826/1710 KB 151/1044 KB 472/1267 KB 531/531 KB 826/1710 KB 154/1044 KB 476/1267 KB 531/531 KB 826/1710 KB 154/1044 KB 480/1267 KB 531/531 KB 826/1710 KB 154/1044 KB 472/1267 KB 531/531 KB 826/1710 KB 155/1044 KB 480/1267 KB 531/531 KB 826/1710 KB 155/1044 KB 480/1267 KB 4/1063 KB 531/531 KB 826/1710 KB 155/1044 KB 480/1267 KB 8/1063 KB 531/531 KB 826/1710 KB 155/1044 KB 480/1267 KB 12/1063 KB 531/531 KB 826/1710 KB 155/1044 KB 480/1267 KB 16/1063 KB 531/531 KB 826/1710 KB 158/1044 KB 480/1267 KB 16/1063 KB 531/531 KB 826/1710 KB 158/1044 KB 484/1267 KB 16/1063 KB 531/531 KB 830/1710 KB 159/1044 KB 488/1267 KB 20/1063 KB 531/531 KB 830/1710 KB 159/1044 KB 492/1267 KB 20/1063 KB 531/531 KB 830/1710 KB 159/1044 KB 496/1267 KB 20/1063 KB 531/531 KB 830/1710 KB 159/1044 KB 484/1267 KB 20/1063 KB 531/531 KB 830/1710 KB 159/1044 KB 484/1267 KB 16/1063 KB 531/531 KB 826/1710 KB 159/1044 KB 484/1267 KB 16/1063 KB 531/531 KB 834/1710 KB 159/1044 KB 496/1267 KB 20/1063 KB 531/531 KB 838/1710 KB 162/1044 KB 496/1267 KB 20/1063 KB 531/531 KB 838/1710 KB 159/1044 KB 496/1267 KB 20/1063 KB 531/531 KB 842/1710 KB 162/1044 KB 496/1267 KB 20/1063 KB 531/531 KB 842/1710 KB 163/1044 KB 496/1267 KB 20/1063 KB 531/531 KB 842/1710 KB 163/1044 KB 496/1267 KB 24/1063 KB 531/531 KB 842/1710 KB 163/1044 KB 500/1267 KB 24/1063 KB 531/531 KB 842/1710 KB 166/1044 KB 504/1267 KB 28/1063 KB 846/1710 KB 166/1044 KB 508/1267 KB 28/1063 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar (531 KB at 1281.0 KB/sec) unit-abot-epc-basic-0: 13:33:32 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: 13:33:32 DEBUG unit.abot-epc-basic/0.install 842/1710 KB 166/1044 KB 500/1267 KB 28/1063 KB 531/531 KB 846/1710 KB 166/1044 KB 508/1267 KB 32/1063 KB 842/1710 KB 166/1044 KB 500/1267 KB 24/1063 KB 531/531 KB 846/1710 KB 167/1044 KB 508/1267 KB 32/1063 KB 846/1710 KB 166/1044 KB 504/1267 KB 28/1063 KB 850/1710 KB 170/1044 KB 512/1267 KB 32/1063 KB 854/1710 KB 170/1044 KB 512/1267 KB 32/1063 KB 858/1710 KB 170/1044 KB 512/1267 KB 32/1063 KB 846/1710 KB 170/1044 KB 512/1267 KB 32/1063 KB 858/1710 KB 170/1044 KB 516/1267 KB 32/1063 KB 858/1710 KB 170/1044 KB 520/1267 KB 32/1063 KB 862/1710 KB 170/1044 KB 524/1267 KB 32/1063 KB 862/1710 KB 170/1044 KB 528/1267 KB 32/1063 KB 862/1710 KB 170/1044 KB 532/1267 KB 32/1063 KB 862/1710 KB 170/1044 KB 536/1267 KB 32/1063 KB 846/1710 KB 170/1044 KB 508/1267 KB 32/1063 KB 862/1710 KB 171/1044 KB 536/1267 KB 32/1063 KB 862/1710 KB 174/1044 KB 536/1267 KB 32/1063 KB 862/1710 KB 175/1044 KB 536/1267 KB 32/1063 KB 862/1710 KB 178/1044 KB 536/1267 KB 32/1063 KB 862/1710 KB 179/1044 KB 536/1267 KB 32/1063 KB 862/1710 KB 182/1044 KB 536/1267 KB 32/1063 KB 862/1710 KB 183/1044 KB 536/1267 KB 32/1063 KB 862/1710 KB 186/1044 KB 536/1267 KB 32/1063 KB 862/1710 KB 187/1044 KB 536/1267 KB 32/1063 KB 862/1710 KB 190/1044 KB 536/1267 KB 32/1063 KB 862/1710 KB 170/1044 KB 520/1267 KB 32/1063 KB 866/1710 KB 190/1044 KB 540/1267 KB 32/1063 KB 870/1710 KB 190/1044 KB 540/1267 KB 32/1063 KB 874/1710 KB 190/1044 KB 540/1267 KB 32/1063 KB 878/1710 KB 190/1044 KB 540/1267 KB 32/1063 KB 862/1710 KB 190/1044 KB 540/1267 KB 32/1063 KB 878/1710 KB 191/1044 KB 544/1267 KB 32/1063 KB 878/1710 KB 191/1044 KB 540/1267 KB 32/1063 KB 878/1710 KB 191/1044 KB 544/1267 KB 4/713 KB 32/1063 KB 878/1710 KB 191/1044 KB 544/1267 KB 8/713 KB 32/1063 KB 878/1710 KB 191/1044 KB 544/1267 KB 12/713 KB 32/1063 KB 878/1710 KB 191/1044 KB 544/1267 KB 16/713 KB 32/1063 KB 882/1710 KB 191/1044 KB 544/1267 KB 16/713 KB 32/1063 KB 886/1710 KB 194/1044 KB 544/1267 KB 16/713 KB 32/1063 KB 882/1710 KB 194/1044 KB 544/1267 KB 16/713 KB 32/1063 KB 890/1710 KB 194/1044 KB 544/1267 KB 20/713 KB 32/1063 KB 890/1710 KB 194/1044 KB 544/1267 KB 24/713 KB 32/1063 KB 890/1710 KB 194/1044 KB 544/1267 KB 28/713 KB 32/1063 KB 890/1710 KB 195/1044 KB 544/1267 KB 32/713 KB 32/1063 KB 890/1710 KB 195/1044 KB 544/1267 KB 28/713 KB 32/1063 KB 890/1710 KB 195/1044 KB 544/1267 KB 32/713 KB 32/1063 KB 890/1710 KB 195/1044 KB 548/1267 KB 32/713 KB 32/1063 KB 890/1710 KB 198/1044 KB 548/1267 KB 32/713 KB 32/1063 KB 890/1710 KB 198/1044 KB 552/1267 KB 32/713 KB 32/1063 KB 890/1710 KB 198/1044 KB 556/1267 KB 32/713 KB 32/1063 KB 890/1710 KB 199/1044 KB 560/1267 KB 32/713 KB 32/1063 KB 890/1710 KB 199/1044 KB 556/1267 KB 32/713 KB 32/1063 KB 890/1710 KB 199/1044 KB 560/1267 KB 36/713 KB 32/1063 KB 890/1710 KB 202/1044 KB 560/1267 KB 40/713 KB 32/1063 KB 890/1710 KB 202/1044 KB 560/1267 KB 36/713 KB 32/1063 KB 894/1710 KB 202/1044 KB 560/1267 KB 40/713 KB 32/1063 KB 894/1710 KB 203/1044 KB 560/1267 KB 40/713 KB 32/1063 KB 898/1710 KB 203/1044 KB 560/1267 KB 44/713 KB 32/1063 KB 898/1710 KB 203/1044 KB 560/1267 KB 48/713 KB 32/1063 KB 898/1710 KB 203/1044 KB 560/1267 KB 40/713 KB 32/1063 KB 902/1710 KB 206/1044 KB 560/1267 KB 48/713 KB 32/1063 KB 906/1710 KB 206/1044 KB 560/1267 KB 48/713 KB 32/1063 KB 910/1710 KB 206/1044 KB 560/1267 KB 48/713 KB 32/1063 KB 914/1710 KB 206/1044 KB 564/1267 KB 52/713 KB 32/1063 KB 918/1710 KB 206/1044 KB 564/1267 KB 52/713 KB 32/106 unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 3 KB 922/1710 KB 206/1044 KB 564/1267 KB 52/713 KB 32/1063 KB 898/1710 KB 206/1044 KB 560/1267 KB 48/713 KB 32/1063 KB 922/1710 KB 207/1044 KB 564/1267 KB 52/713 KB 32/1063 KB 910/1710 KB 206/1044 KB 564/1267 KB 52/713 KB 32/1063 KB 922/1710 KB 207/1044 KB 568/1267 KB 52/713 KB 32/1063 KB 922/1710 KB 210/1044 KB 572/1267 KB 52/713 KB 32/1063 KB 922/1710 KB 210/1044 KB 576/1267 KB 52/713 KB 32/1063 KB 910/1710 KB 206/1044 KB 560/1267 KB 52/713 KB 32/1063 KB 922/1710 KB 210/1044 KB 568/1267 KB 52/713 KB 32/1063 KB 922/1710 KB 211/1044 KB 576/1267 KB 52/713 KB 32/1063 KB 922/1710 KB 211/1044 KB 576/1267 KB 56/713 KB 32/1063 KB 922/1710 KB 211/1044 KB 576/1267 KB 60/713 KB 32/1063 KB 922/1710 KB 214/1044 KB 576/1267 KB 64/713 KB 32/1063 KB 922/1710 KB 214/1044 KB 576/1267 KB 60/713 KB 32/1063 KB 926/1710 KB 214/1044 KB 576/1267 KB 64/713 KB 32/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 36/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 40/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 44/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 48/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 52/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 56/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 60/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 64/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 68/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 72/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 76/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 80/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 84/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 88/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 92/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 96/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 100/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 104/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 108/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 112/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 116/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 120/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 124/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 128/1063 KB 930/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 128/1063 KB 934/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 128/1063 KB 938/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 128/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 68/713 KB 32/1063 KB 926/1710 KB 215/1044 KB 580/1267 KB 64/713 KB 32/1063 KB 926/1710 KB 215/1044 KB 576/1267 KB 64/713 KB 32/1063 KB 938/1710 KB 218/1044 KB 580/1267 KB 72/713 KB 128/1063 KB 938/1710 KB 218/1044 KB 584/1267 KB 72/713 KB 128/1063 KB 938/1710 KB 219/1044 KB 584/1267 KB 72/713 KB 128/1063 KB 938/1710 KB 219/1044 KB 588/1267 KB 72/713 KB 128/1063 KB 938/1710 KB 219/1044 KB 592/1267 KB 72/713 KB 128/1063 KB 938/1710 KB 219/1044 KB 592/1267 KB 72/713 KB 128/1063 KB 938/1710 KB 222/1044 KB 592/1267 KB 72/713 KB 128/1063 KB 938/1710 KB 222/1044 KB 592/1267 KB 76/713 KB 128/1063 KB 938/1710 KB 222/1044 KB 592/1267 KB 80/713 KB 128/1063 KB 938/1710 KB 223/1044 KB 592/1267 KB 84/713 KB 128/1063 KB 942/1710 KB 223/1044 KB 596/1267 KB 88/713 KB 132/1063 KB 942/1710 KB 223/1044 KB 596/1267 KB 92/713 KB 132/1063 KB 938/1710 KB 223/1044 KB 592/1267 KB 80/713 KB 128/1063 KB 942/1710 KB 226/1044 KB 596/1267 KB 92/713 KB 132/1063 KB 942/1710 KB 227/1044 KB 596/1267 KB 92/713 KB unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 132/1063 KB 942/1710 KB 223/1044 KB 596/1267 KB 84/713 KB 132/1063 KB 942/1710 KB 227/1044 KB 600/1267 KB 92/713 KB 132/1063 KB 942/1710 KB 223/1044 KB 592/1267 KB 84/713 KB 132/1063 KB 938/1710 KB 223/1044 KB 592/1267 KB 84/713 KB 132/1063 KB 942/1710 KB 230/1044 KB 600/1267 KB 92/713 KB 136/1063 KB 942/1710 KB 230/1044 KB 600/1267 KB 92/713 KB 140/1063 KB 942/1710 KB 230/1044 KB 600/1267 KB 92/713 KB 144/1063 KB 942/1710 KB 230/1044 KB 600/1267 KB 92/713 KB 132/1063 KB 942/1710 KB 230/1044 KB 604/1267 KB 92/713 KB 144/1063 KB 946/1710 KB 230/1044 KB 604/1267 KB 92/713 KB 144/1063 KB 950/1710 KB 230/1044 KB 608/1267 KB 92/713 KB 144/1063 KB 954/1710 KB 230/1044 KB 608/1267 KB 92/713 KB 144/1063 KB 946/1710 KB 230/1044 KB 608/1267 KB 92/713 KB 144/1063 KB 954/1710 KB 233/1044 KB 608/1267 KB 96/713 KB 144/1063 KB 954/1710 KB 230/1044 KB 608/1267 KB 96/713 KB 144/1063 KB 954/1710 KB 233/1044 KB 612/1267 KB 96/713 KB 144/1063 KB 958/1710 KB 235/1044 KB 616/1267 KB 100/713 KB 148/1063 KB 958/1710 KB 235/1044 KB 620/1267 KB 100/713 KB 148/1063 KB 958/1710 KB 235/1044 KB 612/1267 KB 100/713 KB 148/1063 KB 954/1710 KB 235/1044 KB 612/1267 KB 100/713 KB 148/1063 KB 954/1710 KB 235/1044 KB 612/1267 KB 96/713 KB 148/1063 KB 954/1710 KB 235/1044 KB 612/1267 KB 96/713 KB 144/1063 KB 958/1710 KB 235/1044 KB 620/1267 KB 100/713 KB 152/1063 KB 958/1710 KB 238/1044 KB 620/1267 KB 100/713 KB 156/1063 KB 958/1710 KB 238/1044 KB 620/1267 KB 100/713 KB 160/1063 KB 958/1710 KB 238/1044 KB 620/1267 KB 100/713 KB 152/1063 KB 958/1710 KB 238/1044 KB 620/1267 KB 104/713 KB 160/1063 KB 962/1710 KB 241/1044 KB 620/1267 KB 104/713 KB 160/1063 KB 958/1710 KB 241/1044 KB 620/1267 KB 104/713 KB 160/1063 KB 966/1710 KB 241/1044 KB 620/1267 KB 108/713 KB 160/1063 KB 970/1710 KB 243/1044 KB 624/1267 KB 108/713 KB 160/1063 KB 962/1710 KB 241/1044 KB 620/1267 KB 108/713 KB 160/1063 KB 970/1710 KB 243/1044 KB 624/1267 KB 112/713 KB 160/1063 KB 966/1710 KB 243/1044 KB 624/1267 KB 108/713 KB 160/1063 KB 966/1710 KB 241/1044 KB 624/1267 KB 108/713 KB 160/1063 KB 970/1710 KB 243/1044 KB 624/1267 KB 116/713 KB 160/1063 KB 974/1710 KB 246/1044 KB 628/1267 KB 120/713 KB 164/1063 KB 974/1710 KB 246/1044 KB 628/1267 KB 124/713 KB 164/1063 KB 974/1710 KB 246/1044 KB 628/1267 KB 116/713 KB 164/1063 KB 970/1710 KB 243/1044 KB 624/1267 KB 116/713 KB 164/1063 KB 974/1710 KB 246/1044 KB 628/1267 KB 124/713 KB 168/1063 KB 974/1710 KB 249/1044 KB 628/1267 KB 124/713 KB 172/1063 KB 974/1710 KB 243/1044 KB 628/1267 KB 116/713 KB 164/1063 KB 974/1710 KB 243/1044 KB 624/1267 KB 116/713 KB 164/1063 KB 974/1710 KB 249/1044 KB 628/1267 KB 124/713 KB 168/1063 KB 978/1710 KB 249/1044 KB 628/1267 KB 124/713 KB 172/1063 KB 982/1710 KB 249/1044 KB 632/1267 KB 124/713 KB 172/1063 KB 986/1710 KB 251/1044 KB 632/1267 KB 124/713 KB 176/1063 KB 978/1710 KB 249/1044 KB 632/1267 KB 124/713 KB 172/1063 KB 982/1710 KB 251/1044 KB 632/1267 KB 124/713 KB 176/1063 KB 982/1710 KB 251/1044 KB 632/1267 KB 124/713 KB 172/1063 KB 986/1710 KB 251/1044 KB 636/1267 KB 124/713 KB 176/1063 KB 986/1710 KB 254/1044 KB 636/1267 KB 128/713 KB 180/1063 KB 990/1710 KB 254/1044 KB 640/1267 KB 128/713 KB 184/1063 KB 986/1710 KB 251/1044 KB 636/1267 KB 128/713 KB 176/1063 KB 986/1710 KB 254/1044 KB 636/1267 KB 128/713 KB 176/1063 KB 990/1710 KB 257/1044 KB 640/1267 KB 128/713 KB 184/1063 KB 990/1710 KB 257/1044 KB 640/1267 KB 132/713 KB 184/1063 KB 990/1710 KB 259/1044 KB 640/1267 unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install KB 136/713 KB 188/1063 KB 990/1710 KB 254/1044 KB 640/1267 KB 128/713 KB 180/1063 KB 994/1710 KB 259/1044 KB 640/1267 KB 136/713 KB 188/1063 KB 986/1710 KB 254/1044 KB 640/1267 KB 128/713 KB 180/1063 KB 994/1710 KB 259/1044 KB 644/1267 KB 136/713 KB 188/1063 KB 990/1710 KB 259/1044 KB 640/1267 KB 132/713 KB 188/1063 KB 990/1710 KB 259/1044 KB 640/1267 KB 132/713 KB 184/1063 KB 994/1710 KB 259/1044 KB 644/1267 KB 136/713 KB 192/1063 KB 994/1710 KB 262/1044 KB 644/1267 KB 136/713 KB 192/1063 KB 998/1710 KB 262/1044 KB 644/1267 KB 136/713 KB 192/1063 KB 998/1710 KB 262/1044 KB 648/1267 KB 140/713 KB 192/1063 KB 998/1710 KB 262/1044 KB 652/1267 KB 140/713 KB 192/1063 KB 998/1710 KB 262/1044 KB 644/1267 KB 140/713 KB 192/1063 KB 1002/1710 KB 265/1044 KB 652/1267 KB 144/713 KB 196/1063 KB 1002/1710 KB 265/1044 KB 656/1267 KB 144/713 KB 196/1063 KB 1002/1710 KB 265/1044 KB 656/1267 KB 148/713 KB 196/1063 KB 1002/1710 KB 265/1044 KB 660/1267 KB 152/713 KB 196/1063 KB 1002/1710 KB 265/1044 KB 660/1267 KB 156/713 KB 196/1063 KB 1002/1710 KB 265/1044 KB 652/1267 KB 140/713 KB 196/1063 KB 1002/1710 KB 265/1044 KB 652/1267 KB 140/713 KB 192/1063 KB 998/1710 KB 265/1044 KB 652/1267 KB 140/713 KB 192/1063 KB 1002/1710 KB 267/1044 KB 660/1267 KB 156/713 KB 196/1063 KB 1006/1710 KB 267/1044 KB 660/1267 KB 156/713 KB 196/1063 KB 1010/1710 KB 270/1044 KB 660/1267 KB 156/713 KB 200/1063 KB 1014/1710 KB 270/1044 KB 660/1267 KB 156/713 KB 200/1063 KB 1002/1710 KB 265/1044 KB 660/1267 KB 148/713 KB 196/1063 KB 1006/1710 KB 270/1044 KB 660/1267 KB 156/713 KB 200/1063 KB 1006/1710 KB 270/1044 KB 660/1267 KB 156/713 KB 196/1063 KB 1014/1710 KB 273/1044 KB 660/1267 KB 156/713 KB 200/1063 KB 1014/1710 KB 273/1044 KB 660/1267 KB 156/713 KB 204/1063 KB 1014/1710 KB 273/1044 KB 660/1267 KB 156/713 KB 208/1063 KB 1014/1710 KB 275/1044 KB 664/1267 KB 156/713 KB 208/1063 KB 1014/1710 KB 275/1044 KB 668/1267 KB 156/713 KB 208/1063 KB 1018/1710 KB 275/1044 KB 672/1267 KB 156/713 KB 208/1063 KB 1014/1710 KB 275/1044 KB 660/1267 KB 156/713 KB 208/1063 KB 1018/1710 KB 275/1044 KB 672/1267 KB 160/713 KB 208/1063 KB 1018/1710 KB 275/1044 KB 668/1267 KB 156/713 KB 208/1063 KB 1018/1710 KB 275/1044 KB 676/1267 KB 160/713 KB 208/1063 KB 1022/1710 KB 279/1044 KB 680/1267 KB 164/713 KB 212/1063 KB 1022/1710 KB 279/1044 KB 676/1267 KB 164/713 KB 212/1063 KB 1022/1710 KB 279/1044 KB 676/1267 KB 164/713 KB 208/1063 KB 1022/1710 KB 283/1044 KB 680/1267 KB 164/713 KB 212/1063 KB 1022/1710 KB 275/1044 KB 676/1267 KB 164/713 KB 208/1063 KB 1022/1710 KB 275/1044 KB 676/1267 KB 160/713 KB 208/1063 KB 1022/1710 KB 283/1044 KB 680/1267 KB 164/713 KB 216/1063 KB 1022/1710 KB 283/1044 KB 680/1267 KB 164/713 KB 220/1063 KB 1022/1710 KB 287/1044 KB 680/1267 KB 168/713 KB 220/1063 KB 1022/1710 KB 287/1044 KB 680/1267 KB 164/713 KB 220/1063 KB 1026/1710 KB 287/1044 KB 684/1267 KB 168/713 KB 220/1063 KB 1026/1710 KB 287/1044 KB 680/1267 KB 168/713 KB 220/1063 KB 1030/1710 KB 291/1044 KB 684/1267 KB 168/713 KB 220/1063 KB 1034/1710 KB 291/1044 KB 688/1267 KB 168/713 KB 224/1063 KB 1026/1710 KB 291/1044 KB 684/1267 KB 168/713 KB 220/1063 KB 1034/1710 KB 291/1044 KB 688/1267 KB 172/713 KB 224/1063 KB 1030/1710 KB 291/1044 KB 688/1267 KB 168/713 KB 224/1063 KB 1030/1710 KB 291/1044 KB 684/1267 KB 168/713 KB 224/1063 KB 1034/1710 KB 291/1044 KB 688/1267 KB 176/713 KB 224/1063 KB 1034/1710 KB 291/1044 KB 692/1267 KB 180/713 KB 224/1063 KB 1038/1710 KB 295/1044 KB unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 692/1267 KB 184/713 KB 228/1063 KB 1034/1710 KB 291/1044 KB 692/1267 KB 176/713 KB 224/1063 KB 1038/1710 KB 295/1044 KB 696/1267 KB 184/713 KB 228/1063 KB 1038/1710 KB 295/1044 KB 700/1267 KB 184/713 KB 228/1063 KB 1038/1710 KB 295/1044 KB 704/1267 KB 184/713 KB 228/1063 KB 1038/1710 KB 295/1044 KB 692/1267 KB 180/713 KB 228/1063 KB 1038/1710 KB 299/1044 KB 704/1267 KB 184/713 KB 228/1063 KB 1038/1710 KB 303/1044 KB 704/1267 KB 184/713 KB 228/1063 KB 1038/1710 KB 307/1044 KB 704/1267 KB 184/713 KB 228/1063 KB 1038/1710 KB 291/1044 KB 692/1267 KB 180/713 KB 228/1063 KB 1034/1710 KB 291/1044 KB 692/1267 KB 180/713 KB 228/1063 KB 1038/1710 KB 307/1044 KB 704/1267 KB 184/713 KB 232/1063 KB 1038/1710 KB 307/1044 KB 704/1267 KB 184/713 KB 236/1063 KB 1042/1710 KB 307/1044 KB 704/1267 KB 184/713 KB 236/1063 KB 1046/1710 KB 307/1044 KB 704/1267 KB 184/713 KB 240/1063 KB 1050/1710 KB 307/1044 KB 704/1267 KB 188/713 KB 240/1063 KB 1054/1710 KB 307/1044 KB 704/1267 KB 188/713 KB 240/1063 KB 1058/1710 KB 311/1044 KB 708/1267 KB 188/713 KB 240/1063 KB 1062/1710 KB 311/1044 KB 708/1267 KB 188/713 KB 240/1063 KB 1063/1710 KB 311/1044 KB 708/1267 KB 188/713 KB 240/1063 KB 1042/1710 KB 307/1044 KB 704/1267 KB 184/713 KB 240/1063 KB 1054/1710 KB 311/1044 KB 704/1267 KB 188/713 KB 240/1063 KB 1063/1710 KB 315/1044 KB 708/1267 KB 188/713 KB 244/1063 KB 1054/1710 KB 311/1044 KB 708/1267 KB 188/713 KB 240/1063 KB 1046/1710 KB 307/1044 KB 704/1267 KB 188/713 KB 240/1063 KB 1063/1710 KB 315/1044 KB 708/1267 KB 192/713 KB 244/1063 KB 1063/1710 KB 315/1044 KB 708/1267 KB 196/713 KB 244/1063 KB 1063/1710 KB 319/1044 KB 712/1267 KB 196/713 KB 244/1063 KB 1063/1710 KB 319/1044 KB 708/1267 KB 196/713 KB 244/1063 KB 1063/1710 KB 311/1044 KB 708/1267 KB 188/713 KB 244/1063 KB 1063/1710 KB 319/1044 KB 712/1267 KB 196/713 KB 248/1063 KB 1063/1710 KB 319/1044 KB 712/1267 KB 196/713 KB 252/1063 KB 1063/1710 KB 323/1044 KB 716/1267 KB 200/713 KB 256/1063 KB 1063/1710 KB 323/1044 KB 716/1267 KB 200/713 KB 252/1063 KB 1063/1710 KB 323/1044 KB 716/1267 KB 204/713 KB 256/1063 KB 1063/1710 KB 323/1044 KB 716/1267 KB 208/713 KB 256/1063 KB 1063/1710 KB 323/1044 KB 716/1267 KB 196/713 KB 252/1063 KB 1063/1710 KB 319/1044 KB 716/1267 KB 196/713 KB 252/1063 KB 1067/1710 KB 323/1044 KB 720/1267 KB 208/713 KB 256/1063 KB 1067/1710 KB 323/1044 KB 720/1267 KB 208/713 KB 260/1063 KB 1067/1710 KB 327/1044 KB 724/1267 KB 212/713 KB 264/1063 KB 1067/1710 KB 327/1044 KB 724/1267 KB 212/713 KB 268/1063 KB 1067/1710 KB 327/1044 KB 724/1267 KB 212/713 KB 272/1063 KB 1067/1710 KB 323/1044 KB 716/1267 KB 208/713 KB 256/1063 KB 1071/1710 KB 327/1044 KB 724/1267 KB 212/713 KB 272/1063 KB 1074/1710 KB 327/1044 KB 724/1267 KB 212/713 KB 272/1063 KB 1067/1710 KB 327/1044 KB 724/1267 KB 212/713 KB 260/1063 KB 1067/1710 KB 327/1044 KB 720/1267 KB 212/713 KB 260/1063 KB 1074/1710 KB 331/1044 KB 724/1267 KB 212/713 KB 272/1063 KB 1074/1710 KB 331/1044 KB 728/1267 KB 212/713 KB 272/1063 KB 1067/1710 KB 323/1044 KB 720/1267 KB 212/713 KB 260/1063 KB 1074/1710 KB 335/1044 KB 728/1267 KB 216/713 KB 272/1063 KB 1075/1710 KB 335/1044 KB 728/1267 KB 220/713 KB 272/1063 KB 1075/1710 KB 335/1044 KB 728/1267 KB 216/713 KB 272/1063 KB 1075/1710 KB 335/1044 KB 732/1267 KB 220/713 KB 272/1063 KB 1074/1710 KB 335/1044 KB 728/1267 KB 212/713 KB 272/1063 KB 1075/1710 KB 339/1044 KB 732/1267 KB 220/713 KB 272/1063 KB 1078/1710 KB 339/1044 KB 736/1267 KB 224/713 KB 272/1063 KB 1079/1 unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 710 KB 339/1044 KB 736/1267 KB 224/713 KB 272/1063 KB 1075/1710 KB 339/1044 KB 736/1267 KB 224/713 KB 272/1063 KB 1075/1710 KB 339/1044 KB 732/1267 KB 224/713 KB 272/1063 KB 1079/1710 KB 343/1044 KB 736/1267 KB 228/713 KB 272/1063 KB 1082/1710 KB 343/1044 KB 740/1267 KB 232/713 KB 276/1063 KB 1082/1710 KB 343/1044 KB 740/1267 KB 236/713 KB 276/1063 KB 1079/1710 KB 343/1044 KB 736/1267 KB 224/713 KB 272/1063 KB 1082/1710 KB 343/1044 KB 740/1267 KB 228/713 KB 276/1063 KB 1082/1710 KB 343/1044 KB 740/1267 KB 236/713 KB 280/1063 KB 1082/1710 KB 343/1044 KB 740/1267 KB 236/713 KB 284/1063 KB 1082/1710 KB 343/1044 KB 740/1267 KB 228/713 KB 272/1063 KB 1082/1710 KB 343/1044 KB 736/1267 KB 228/713 KB 272/1063 KB 1083/1710 KB 343/1044 KB 740/1267 KB 236/713 KB 284/1063 KB 1083/1710 KB 347/1044 KB 740/1267 KB 236/713 KB 284/1063 KB 1086/1710 KB 347/1044 KB 744/1267 KB 236/713 KB 288/1063 KB 1083/1710 KB 347/1044 KB 744/1267 KB 236/713 KB 288/1063 KB 1083/1710 KB 347/1044 KB 744/1267 KB 236/713 KB 284/1063 KB 1086/1710 KB 351/1044 KB 748/1267 KB 236/713 KB 288/1063 KB 1086/1710 KB 351/1044 KB 744/1267 KB 236/713 KB 288/1063 KB 1087/1710 KB 355/1044 KB 748/1267 KB 236/713 KB 288/1063 KB 1087/1710 KB 359/1044 KB 752/1267 KB 240/713 KB 288/1063 KB 1087/1710 KB 363/1044 KB 752/1267 KB 240/713 KB 288/1063 KB 1087/1710 KB 367/1044 KB 752/1267 KB 240/713 KB 288/1063 KB 1087/1710 KB 351/1044 KB 748/1267 KB 236/713 KB 288/1063 KB 1087/1710 KB 355/1044 KB 752/1267 KB 240/713 KB 288/1063 KB 1087/1710 KB 355/1044 KB 752/1267 KB 236/713 KB 288/1063 KB 1087/1710 KB 367/1044 KB 756/1267 KB 240/713 KB 288/1063 KB 1090/1710 KB 367/1044 KB 760/1267 KB 244/713 KB 288/1063 KB 1090/1710 KB 367/1044 KB 764/1267 KB 244/713 KB 288/1063 KB 1090/1710 KB 367/1044 KB 756/1267 KB 244/713 KB 288/1063 KB 1090/1710 KB 367/1044 KB 756/1267 KB 240/713 KB 288/1063 KB 1091/1710 KB 371/1044 KB 764/1267 KB 244/713 KB 288/1063 KB 1094/1710 KB 371/1044 KB 764/1267 KB 244/713 KB 288/1063 KB 1094/1710 KB 371/1044 KB 764/1267 KB 248/713 KB 288/1063 KB 1095/1710 KB 371/1044 KB 764/1267 KB 252/713 KB 288/1063 KB 1095/1710 KB 371/1044 KB 764/1267 KB 256/713 KB 288/1063 KB 1090/1710 KB 371/1044 KB 764/1267 KB 244/713 KB 288/1063 KB 1095/1710 KB 371/1044 KB 768/1267 KB 256/713 KB 288/1063 KB 1095/1710 KB 371/1044 KB 764/1267 KB 248/713 KB 288/1063 KB 1098/1710 KB 371/1044 KB 768/1267 KB 256/713 KB 288/1063 KB 1099/1710 KB 371/1044 KB 768/1267 KB 256/713 KB 288/1063 KB 1102/1710 KB 371/1044 KB 768/1267 KB 256/713 KB 288/1063 KB 1103/1710 KB 375/1044 KB 772/1267 KB 256/713 KB 288/1063 KB 1106/1710 KB 375/1044 KB 772/1267 KB 260/713 KB 288/1063 KB 1102/1710 KB 375/1044 KB 772/1267 KB 256/713 KB 288/1063 KB 1102/1710 KB 371/1044 KB 772/1267 KB 256/713 KB 288/1063 KB 1103/1710 KB 375/1044 KB 772/1267 KB 260/713 KB 288/1063 KB 1106/1710 KB 375/1044 KB 772/1267 KB 264/713 KB 288/1063 KB 1106/1710 KB 379/1044 KB 776/1267 KB 264/713 KB 288/1063 KB 1106/1710 KB 379/1044 KB 772/1267 KB 264/713 KB 288/1063 KB 1107/1710 KB 379/1044 KB 776/1267 KB 268/713 KB 288/1063 KB 1106/1710 KB 379/1044 KB 776/1267 KB 268/713 KB 288/1063 KB 1107/1710 KB 379/1044 KB 780/1267 KB 268/713 KB 288/1063 KB 1107/1710 KB 383/1044 KB 784/1267 KB 272/713 KB 288/1063 KB 1107/1710 KB 383/1044 KB 780/1267 KB 272/713 KB 288/1063 KB 1107/1710 KB 383/1044 KB 780/1267 KB 268/713 KB 288/1063 KB 1110/1710 KB 387/1044 KB 784/1267 KB 272/713 KB 288/1063 KB 1110/1710 KB 383/1044 KB 784/1267 KB 272/713 KB unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 288/1063 KB 1111/1710 KB 387/1044 KB 784/1267 KB 272/713 KB 288/1063 KB 1114/1710 KB 391/1044 KB 784/1267 KB 272/713 KB 292/1063 KB 1115/1710 KB 391/1044 KB 788/1267 KB 276/713 KB 292/1063 KB 1111/1710 KB 391/1044 KB 784/1267 KB 272/713 KB 292/1063 KB 1115/1710 KB 391/1044 KB 788/1267 KB 276/713 KB 296/1063 KB 1115/1710 KB 391/1044 KB 788/1267 KB 276/713 KB 300/1063 KB 1111/1710 KB 391/1044 KB 784/1267 KB 272/713 KB 288/1063 KB 1118/1710 KB 391/1044 KB 788/1267 KB 276/713 KB 300/1063 KB 1114/1710 KB 391/1044 KB 788/1267 KB 276/713 KB 292/1063 KB 1119/1710 KB 395/1044 KB 788/1267 KB 280/713 KB 304/1063 KB 1119/1710 KB 395/1044 KB 788/1267 KB 284/713 KB 304/1063 KB 1114/1710 KB 391/1044 KB 788/1267 KB 272/713 KB 292/1063 KB 1119/1710 KB 395/1044 KB 792/1267 KB 284/713 KB 304/1063 KB 1119/1710 KB 395/1044 KB 796/1267 KB 284/713 KB 304/1063 KB 1119/1710 KB 395/1044 KB 800/1267 KB 284/713 KB 304/1063 KB 1119/1710 KB 395/1044 KB 788/1267 KB 280/713 KB 304/1063 KB 1118/1710 KB 395/1044 KB 788/1267 KB 276/713 KB 304/1063 KB 1118/1710 KB 391/1044 KB 788/1267 KB 276/713 KB 304/1063 KB 1119/1710 KB 399/1044 KB 800/1267 KB 284/713 KB 304/1063 KB 1119/1710 KB 403/1044 KB 800/1267 KB 284/713 KB 304/1063 KB 1119/1710 KB 403/1044 KB 800/1267 KB 284/713 KB 308/1063 KB 1122/1710 KB 407/1044 KB 804/1267 KB 288/713 KB 312/1063 KB 1122/1710 KB 407/1044 KB 804/1267 KB 288/713 KB 316/1063 KB 1122/1710 KB 407/1044 KB 804/1267 KB 288/713 KB 320/1063 KB 1122/1710 KB 407/1044 KB 804/1267 KB 288/713 KB 308/1063 KB 1122/1710 KB 411/1044 KB 804/1267 KB 288/713 KB 320/1063 KB 1122/1710 KB 403/1044 KB 804/1267 KB 288/713 KB 308/1063 KB 1122/1710 KB 403/1044 KB 800/1267 KB 288/713 KB 308/1063 KB 1119/1710 KB 403/1044 KB 800/1267 KB 288/713 KB 308/1063 KB 1123/1710 KB 411/1044 KB 804/1267 KB 288/713 KB 320/1063 KB 1126/1710 KB 411/1044 KB 804/1267 KB 292/713 KB 320/1063 KB 1127/1710 KB 411/1044 KB 804/1267 KB 292/713 KB 320/1063 KB 1123/1710 KB 411/1044 KB 804/1267 KB 292/713 KB 320/1063 KB 1127/1710 KB 411/1044 KB 808/1267 KB 292/713 KB 320/1063 KB 1130/1710 KB 411/1044 KB 808/1267 KB 296/713 KB 320/1063 KB 1127/1710 KB 411/1044 KB 808/1267 KB 296/713 KB 320/1063 KB 1130/1710 KB 415/1044 KB 808/1267 KB 296/713 KB 320/1063 KB 1130/1710 KB 415/1044 KB 812/1267 KB 300/713 KB 320/1063 KB 1131/1710 KB 419/1044 KB 812/1267 KB 300/713 KB 320/1063 KB 1130/1710 KB 415/1044 KB 812/1267 KB 296/713 KB 320/1063 KB 1131/1710 KB 419/1044 KB 816/1267 KB 304/713 KB 320/1063 KB 1131/1710 KB 419/1044 KB 812/1267 KB 304/713 KB 320/1063 KB 1131/1710 KB 415/1044 KB 812/1267 KB 300/713 KB 320/1063 KB 1131/1710 KB 419/1044 KB 816/1267 KB 308/713 KB 320/1063 KB 1134/1710 KB 423/1044 KB 820/1267 KB 312/713 KB 324/1063 KB 1134/1710 KB 423/1044 KB 820/1267 KB 316/713 KB 324/1063 KB 1134/1710 KB 423/1044 KB 820/1267 KB 320/713 KB 324/1063 KB 1134/1710 KB 423/1044 KB 820/1267 KB 308/713 KB 324/1063 KB 1134/1710 KB 423/1044 KB 820/1267 KB 320/713 KB 328/1063 KB 1134/1710 KB 423/1044 KB 820/1267 KB 320/713 KB 332/1063 KB 1134/1710 KB 423/1044 KB 820/1267 KB 320/713 KB 336/1063 KB 1134/1710 KB 423/1044 KB 820/1267 KB 308/713 KB 320/1063 KB 1134/1710 KB 419/1044 KB 820/1267 KB 308/713 KB 320/1063 KB 1134/1710 KB 419/1044 KB 816/1267 KB 308/713 KB 320/1063 KB 1135/1710 KB 423/1044 KB 820/1267 KB 320/713 KB 336/1063 KB 1138/1710 KB 423/1044 KB 820/1267 KB 320/713 KB 336/1063 KB 1139/1710 KB 423/1044 KB 820/1267 KB 320/713 KB 336/1063 KB 1142/1710 KB 427/1044 KB 824/ unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install 1267 KB 320/713 KB 340/1063 KB 1143/1710 KB 427/1044 KB 824/1267 KB 320/713 KB 340/1063 KB 1139/1710 KB 427/1044 KB 820/1267 KB 320/713 KB 336/1063 KB 1143/1710 KB 431/1044 KB 824/1267 KB 320/713 KB 340/1063 KB 1143/1710 KB 435/1044 KB 824/1267 KB 320/713 KB 340/1063 KB 1143/1710 KB 439/1044 KB 824/1267 KB 320/713 KB 340/1063 KB 1146/1710 KB 443/1044 KB 824/1267 KB 324/713 KB 340/1063 KB 1146/1710 KB 447/1044 KB 824/1267 KB 324/713 KB 340/1063 KB 1139/1710 KB 427/1044 KB 824/1267 KB 320/713 KB 340/1063 KB 1139/1710 KB 427/1044 KB 824/1267 KB 320/713 KB 336/1063 KB 1146/1710 KB 451/1044 KB 828/1267 KB 324/713 KB 340/1063 KB 1146/1710 KB 451/1044 KB 832/1267 KB 324/713 KB 340/1063 KB 1146/1710 KB 451/1044 KB 836/1267 KB 324/713 KB 340/1063 KB 1146/1710 KB 439/1044 KB 824/1267 KB 324/713 KB 340/1063 KB 1147/1710 KB 451/1044 KB 836/1267 KB 324/713 KB 344/1063 KB 1143/1710 KB 439/1044 KB 824/1267 KB 324/713 KB 340/1063 KB 1146/1710 KB 451/1044 KB 836/1267 KB 324/713 KB 344/1063 KB 1147/1710 KB 451/1044 KB 836/1267 KB 324/713 KB 348/1063 KB 1147/1710 KB 451/1044 KB 836/1267 KB 328/713 KB 352/1063 KB 1150/1710 KB 451/1044 KB 840/1267 KB 328/713 KB 352/1063 KB 1147/1710 KB 451/1044 KB 840/1267 KB 328/713 KB 352/1063 KB 1150/1710 KB 451/1044 KB 844/1267 KB 328/713 KB 352/1063 KB 1147/1710 KB 451/1044 KB 836/1267 KB 328/713 KB 348/1063 KB 1151/1710 KB 451/1044 KB 844/1267 KB 332/713 KB 352/1063 KB 1151/1710 KB 451/1044 KB 844/1267 KB 336/713 KB 352/1063 KB 1146/1710 KB 451/1044 KB 824/1267 KB 324/713 KB 340/1063 KB 1151/1710 KB 451/1044 KB 844/1267 KB 328/713 KB 352/1063 KB 1151/1710 KB 451/1044 KB 848/1267 KB 336/713 KB 352/1063 KB 1151/1710 KB 451/1044 KB 852/1267 KB 336/713 KB 352/1063 KB 1154/1710 KB 455/1044 KB 856/1267 KB 340/713 KB 356/1063 KB 1154/1710 KB 455/1044 KB 860/1267 KB 340/713 KB 356/1063 KB 1154/1710 KB 455/1044 KB 864/1267 KB 340/713 KB 356/1063 KB 1154/1710 KB 455/1044 KB 852/1267 KB 340/713 KB 356/1063 KB 1154/1710 KB 455/1044 KB 852/1267 KB 336/713 KB 356/1063 KB 1157/1710 KB 455/1044 KB 864/1267 KB 340/713 KB 356/1063 KB 1159/1710 KB 455/1044 KB 864/1267 KB 340/713 KB 356/1063 KB 1151/1710 KB 455/1044 KB 852/1267 KB 336/713 KB 356/1063 KB 1151/1710 KB 451/1044 KB 852/1267 KB 336/713 KB 356/1063 KB 1159/1710 KB 455/1044 KB 864/1267 KB 344/713 KB 360/1063 KB 1159/1710 KB 455/1044 KB 864/1267 KB 344/713 KB 364/1063 KB 1159/1710 KB 455/1044 KB 864/1267 KB 344/713 KB 368/1063 KB 1159/1710 KB 455/1044 KB 864/1267 KB 344/713 KB 356/1063 KB 1159/1710 KB 459/1044 KB 864/1267 KB 348/713 KB 368/1063 KB 1159/1710 KB 459/1044 KB 864/1267 KB 344/713 KB 368/1063 KB 1162/1710 KB 463/1044 KB 864/1267 KB 348/713 KB 368/1063 KB 1162/1710 KB 459/1044 KB 864/1267 KB 348/713 KB 368/1063 KB 1162/1710 KB 463/1044 KB 864/1267 KB 352/713 KB 368/1063 KB 1162/1710 KB 467/1044 KB 864/1267 KB 352/713 KB 368/1063 KB 1165/1710 KB 467/1044 KB 864/1267 KB 352/713 KB 368/1063 KB 1167/1710 KB 467/1044 KB 864/1267 KB 356/713 KB 372/1063 KB 1170/1710 KB 471/1044 KB 868/1267 KB 356/713 KB 372/1063 KB 1165/1710 KB 467/1044 KB 864/1267 KB 356/713 KB 372/1063 KB 1165/1710 KB 467/1044 KB 864/1267 KB 352/713 KB 372/1063 KB 1170/1710 KB 471/1044 KB 868/1267 KB 356/713 KB 376/1063 KB 1170/1710 KB 471/1044 KB 868/1267 KB 356/713 KB 380/1063 KB 1170/1710 KB 471/1044 KB 868/1267 KB 356/713 KB 384/1063 KB 1167/1710 KB 471/1044 KB 868/1267 KB 356/713 KB 372/1063 KB 1170/1710 KB 471/1044 KB 872/1267 KB 360/713 KB 384/1063 KB 1170/1710 K unit-abot-epc-basic-0: 13:33:32 DEBUG unit.abot-epc-basic/0.install B 471/1044 KB 876/1267 KB 360/713 KB 384/1063 KB 1173/1710 KB 471/1044 KB 880/1267 KB 360/713 KB 384/1063 KB 1167/1710 KB 471/1044 KB 864/1267 KB 356/713 KB 372/1063 KB 1173/1710 KB 475/1044 KB 880/1267 KB 360/713 KB 388/1063 KB 1173/1710 KB 479/1044 KB 880/1267 KB 360/713 KB 388/1063 KB 1173/1710 KB 483/1044 KB 880/1267 KB 360/713 KB 388/1063 KB 1173/1710 KB 487/1044 KB 880/1267 KB 360/713 KB 388/1063 KB 1173/1710 KB 491/1044 KB 884/1267 KB 360/713 KB 388/1063 KB 1173/1710 KB 495/1044 KB 884/1267 KB 360/713 KB 388/1063 KB 1173/1710 KB 499/1044 KB 884/1267 KB 360/713 KB 388/1063 KB 1173/1710 KB 471/1044 KB 880/1267 KB 360/713 KB 388/1063 KB 1173/1710 KB 471/1044 KB 876/1267 KB 360/713 KB 384/1063 KB 1170/1710 KB 471/1044 KB 868/1267 KB 360/713 KB 384/1063 KB 1173/1710 KB 499/1044 KB 884/1267 KB 364/713 KB 388/1063 KB 1173/1710 KB 499/1044 KB 884/1267 KB 368/713 KB 388/1063 KB 1175/1710 KB 499/1044 KB 884/1267 KB 368/713 KB 388/1063 KB 1178/1710 KB 499/1044 KB 884/1267 KB 368/713 KB 388/1063 KB 1178/1710 KB 499/1044 KB 884/1267 KB 372/713 KB 388/1063 KB 1173/1710 KB 487/1044 KB 884/1267 KB 360/713 KB 388/1063 KB 1181/1710 KB 499/1044 KB 888/1267 KB 372/713 KB 392/1063 KB 1181/1710 KB 499/1044 KB 892/1267 KB 376/713 KB 392/1063 KB 1181/1710 KB 499/1044 KB 896/1267 KB 376/713 KB 392/1063 KB 1181/1710 KB 499/1044 KB 884/1267 KB 372/713 KB 392/1063 KB 1181/1710 KB 499/1044 KB 884/1267 KB 372/713 KB 388/1063 KB 1181/1710 KB 499/1044 KB 896/1267 KB 376/713 KB 396/1063 KB 1181/1710 KB 499/1044 KB 888/1267 KB 376/713 KB 392/1063 KB 1181/1710 KB 499/1044 KB 896/1267 KB 380/713 KB 396/1063 KB 1183/1710 KB 499/1044 KB 896/1267 KB 380/713 KB 400/1063 KB 1183/1710 KB 499/1044 KB 896/1267 KB 380/713 KB 396/1063 KB 1183/1710 KB 499/1044 KB 896/1267 KB 384/713 KB 400/1063 KB 1186/1710 KB 499/1044 KB 896/1267 KB 384/713 KB 400/1063 KB 1186/1710 KB 499/1044 KB 900/1267 KB 384/713 KB 400/1063 KB 1189/1710 KB 503/1044 KB 904/1267 KB 388/713 KB 404/1063 KB 1189/1710 KB 503/1044 KB 908/1267 KB 388/713 KB 404/1063 KB 1189/1710 KB 503/1044 KB 912/1267 KB 388/713 KB 404/1063 KB 1189/1710 KB 503/1044 KB 900/1267 KB 388/713 KB 404/1063 KB 1189/1710 KB 499/1044 KB 900/1267 KB 388/713 KB 404/1063 KB 1189/1710 KB 499/1044 KB 900/1267 KB 384/713 KB 404/1063 KB 1191/1710 KB 503/1044 KB 912/1267 KB 388/713 KB 404/1063 KB 1186/1710 KB 499/1044 KB 900/1267 KB 384/713 KB 404/1063 KB 1191/1710 KB 503/1044 KB 912/1267 KB 388/713 KB 408/1063 KB 1194/1710 KB 503/1044 KB 912/1267 KB 388/713 KB 408/1063 KB 1194/1710 KB 503/1044 KB 912/1267 KB 392/713 KB 412/1063 KB 1194/1710 KB 503/1044 KB 912/1267 KB 396/713 KB 412/1063 KB 1194/1710 KB 507/1044 KB 912/1267 KB 400/713 KB 412/1063 KB 1194/1710 KB 503/1044 KB 912/1267 KB 388/713 KB 412/1063 KB 1197/1710 KB 507/1044 KB 912/1267 KB 400/713 KB 416/1063 KB 1197/1710 KB 507/1044 KB 912/1267 KB 400/713 KB 412/1063 KB 1194/1710 KB 507/1044 KB 912/1267 KB 396/713 KB 412/1063 KB 1197/1710 KB 511/1044 KB 912/1267 KB 400/713 KB 416/1063 KB 1197/1710 KB 515/1044 KB 912/1267 KB 400/713 KB 416/1063 KB 1197/1710 KB 519/1044 KB 912/1267 KB 400/713 KB 416/1063 KB 1199/1710 KB 523/1044 KB 916/1267 KB 404/713 KB 420/1063 KB 1199/1710 KB 527/1044 KB 916/1267 KB 404/713 KB 420/1063 KB 1199/1710 KB 519/1044 KB 916/1267 KB 404/713 KB 420/1063 KB 1199/1710 KB 519/1044 KB 916/1267 KB 400/713 KB 420/1063 KB 1199/1710 KB 519/1044 KB 912/1267 KB 400/713 KB 420/1063 KB 1199/1710 KB 519/1044 KB 912/1267 KB 400/713 KB 416/ unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 1063 KB 1203/1710 KB 527/1044 KB 916/1267 KB 404/713 KB 420/1063 KB 1203/1710 KB 527/1044 KB 920/1267 KB 408/713 KB 424/1063 KB 1203/1710 KB 527/1044 KB 920/1267 KB 404/713 KB 424/1063 KB 1203/1710 KB 527/1044 KB 920/1267 KB 404/713 KB 420/1063 KB 1203/1710 KB 527/1044 KB 920/1267 KB 408/713 KB 428/1063 KB 1203/1710 KB 527/1044 KB 924/1267 KB 408/713 KB 432/1063 KB 1203/1710 KB 527/1044 KB 924/1267 KB 408/713 KB 428/1063 KB 1203/1710 KB 527/1044 KB 928/1267 KB 412/713 KB 432/1063 KB 1203/1710 KB 527/1044 KB 924/1267 KB 412/713 KB 432/1063 KB 1207/1710 KB 527/1044 KB 928/1267 KB 412/713 KB 432/1063 KB 1207/1710 KB 527/1044 KB 928/1267 KB 416/713 KB 432/1063 KB 1207/1710 KB 527/1044 KB 928/1267 KB 420/713 KB 432/1063 KB 1211/1710 KB 531/1044 KB 932/1267 KB 424/713 KB 436/1063 KB 1211/1710 KB 531/1044 KB 932/1267 KB 428/713 KB 436/1063 KB 1211/1710 KB 531/1044 KB 932/1267 KB 432/713 KB 436/1063 KB 1211/1710 KB 531/1044 KB 932/1267 KB 420/713 KB 436/1063 KB 1211/1710 KB 531/1044 KB 928/1267 KB 420/713 KB 436/1063 KB 1211/1710 KB 527/1044 KB 928/1267 KB 420/713 KB 432/1063 KB 1215/1710 KB 531/1044 KB 932/1267 KB 432/713 KB 436/1063 KB 1211/1710 KB 531/1044 KB 928/1267 KB 420/713 KB 432/1063 KB 1215/1710 KB 535/1044 KB 932/1267 KB 432/713 KB 436/1063 KB 1219/1710 KB 535/1044 KB 932/1267 KB 432/713 KB 436/1063 KB 1223/1710 KB 539/1044 KB 936/1267 KB 432/713 KB 440/1063 KB 1227/1710 KB 539/1044 KB 936/1267 KB 432/713 KB 440/1063 KB 1231/1710 KB 539/1044 KB 936/1267 KB 432/713 KB 440/1063 KB 1219/1710 KB 539/1044 KB 936/1267 KB 432/713 KB 440/1063 KB 1219/1710 KB 535/1044 KB 936/1267 KB 432/713 KB 440/1063 KB 1219/1710 KB 535/1044 KB 932/1267 KB 432/713 KB 440/1063 KB 1231/1710 KB 539/1044 KB 936/1267 KB 432/713 KB 444/1063 KB 1231/1710 KB 539/1044 KB 936/1267 KB 432/713 KB 448/1063 KB 1231/1710 KB 539/1044 KB 940/1267 KB 432/713 KB 448/1063 KB 1231/1710 KB 543/1044 KB 944/1267 KB 432/713 KB 448/1063 KB 1231/1710 KB 539/1044 KB 944/1267 KB 432/713 KB 448/1063 KB 1231/1710 KB 547/1044 KB 944/1267 KB 432/713 KB 448/1063 KB 1231/1710 KB 550/1044 KB 944/1267 KB 432/713 KB 452/1063 KB 1235/1710 KB 551/1044 KB 948/1267 KB 436/713 KB 452/1063 KB 1231/1710 KB 547/1044 KB 944/1267 KB 432/713 KB 452/1063 KB 1235/1710 KB 551/1044 KB 948/1267 KB 436/713 KB 456/1063 KB 1235/1710 KB 550/1044 KB 948/1267 KB 436/713 KB 452/1063 KB 1235/1710 KB 554/1044 KB 948/1267 KB 436/713 KB 456/1063 KB 1235/1710 KB 550/1044 KB 948/1267 KB 432/713 KB 452/1063 KB 1239/1710 KB 554/1044 KB 948/1267 KB 440/713 KB 460/1063 KB 1231/1710 KB 550/1044 KB 948/1267 KB 432/713 KB 452/1063 KB 1239/1710 KB 555/1044 KB 952/1267 KB 440/713 KB 460/1063 KB 1239/1710 KB 555/1044 KB 956/1267 KB 440/713 KB 460/1063 KB 1239/1710 KB 555/1044 KB 948/1267 KB 440/713 KB 460/1063 KB 1235/1710 KB 554/1044 KB 948/1267 KB 440/713 KB 460/1063 KB 1235/1710 KB 554/1044 KB 948/1267 KB 436/713 KB 460/1063 KB 1243/1710 KB 555/1044 KB 956/1267 KB 444/713 KB 460/1063 KB 1243/1710 KB 555/1044 KB 956/1267 KB 448/713 KB 464/1063 KB 1243/1710 KB 555/1044 KB 956/1267 KB 440/713 KB 460/1063 KB 1243/1710 KB 555/1044 KB 956/1267 KB 444/713 KB 464/1063 KB 1243/1710 KB 555/1044 KB 960/1267 KB 448/713 KB 464/1063 KB 1247/1710 KB 555/1044 KB 960/1267 KB 448/713 KB 464/1063 KB 1247/1710 KB 558/1044 KB 960/1267 KB 448/713 KB 464/1063 KB 1247/1710 KB 559/1044 KB 964/1267 KB 448/713 KB 464/1063 KB 1251/1710 KB 562/1044 KB 964/1267 KB 452/713 KB 468/1063 KB 1247/1710 KB 558/1044 KB 964/1267 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install KB 448/713 KB 464/1063 KB 1251/1710 KB 562/1044 KB 968/1267 KB 452/713 KB 468/1063 KB 1251/1710 KB 563/1044 KB 972/1267 KB 452/713 KB 468/1063 KB 1251/1710 KB 563/1044 KB 976/1267 KB 452/713 KB 468/1063 KB 1251/1710 KB 559/1044 KB 964/1267 KB 452/713 KB 468/1063 KB 1251/1710 KB 563/1044 KB 976/1267 KB 452/713 KB 472/1063 KB 1251/1710 KB 559/1044 KB 964/1267 KB 452/713 KB 464/1063 KB 1247/1710 KB 559/1044 KB 964/1267 KB 452/713 KB 464/1063 KB 1251/1710 KB 563/1044 KB 976/1267 KB 452/713 KB 476/1063 KB 1251/1710 KB 563/1044 KB 976/1267 KB 456/713 KB 480/1063 KB 1251/1710 KB 563/1044 KB 968/1267 KB 452/713 KB 468/1063 KB 1255/1710 KB 563/1044 KB 976/1267 KB 456/713 KB 480/1063 KB 1259/1710 KB 563/1044 KB 976/1267 KB 456/713 KB 480/1063 KB 1263/1710 KB 566/1044 KB 976/1267 KB 456/713 KB 480/1063 KB 1267/1710 KB 566/1044 KB 976/1267 KB 456/713 KB 480/1063 KB 1271/1710 KB 566/1044 KB 980/1267 KB 456/713 KB 484/1063 KB 1275/1710 KB 566/1044 KB 980/1267 KB 456/713 KB 484/1063 KB 1279/1710 KB 566/1044 KB 980/1267 KB 456/713 KB 484/1063 KB 1251/1710 KB 563/1044 KB 976/1267 KB 456/713 KB 476/1063 KB 1279/1710 KB 566/1044 KB 980/1267 KB 460/713 KB 484/1063 KB 1279/1710 KB 566/1044 KB 980/1267 KB 464/713 KB 484/1063 KB 1279/1710 KB 566/1044 KB 980/1267 KB 468/713 KB 484/1063 KB 1279/1710 KB 566/1044 KB 980/1267 KB 472/713 KB 484/1063 KB 1279/1710 KB 566/1044 KB 980/1267 KB 476/713 KB 484/1063 KB 1279/1710 KB 566/1044 KB 980/1267 KB 480/713 KB 484/1063 KB 1267/1710 KB 566/1044 KB 980/1267 KB 456/713 KB 484/1063 KB 1267/1710 KB 566/1044 KB 976/1267 KB 456/713 KB 484/1063 KB 1259/1710 KB 566/1044 KB 976/1267 KB 456/713 KB 480/1063 KB 1279/1710 KB 567/1044 KB 980/1267 KB 480/713 KB 484/1063 KB 1279/1710 KB 570/1044 KB 980/1267 KB 480/713 KB 484/1063 KB 1279/1710 KB 571/1044 KB 980/1267 KB 480/713 KB 484/1063 KB 1279/1710 KB 571/1044 KB 980/1267 KB 480/713 KB 488/1063 KB 1279/1710 KB 574/1044 KB 980/1267 KB 480/713 KB 492/1063 KB 1279/1710 KB 574/1044 KB 984/1267 KB 480/713 KB 492/1063 KB 1279/1710 KB 574/1044 KB 984/1267 KB 480/713 KB 492/1063 KB 1279/1710 KB 574/1044 KB 988/1267 KB 480/713 KB 492/1063 KB 1279/1710 KB 574/1044 KB 992/1267 KB 480/713 KB 496/1063 KB 1279/1710 KB 574/1044 KB 988/1267 KB 480/713 KB 496/1063 KB 1279/1710 KB 575/1044 KB 992/1267 KB 480/713 KB 496/1063 KB 1279/1710 KB 575/1044 KB 996/1267 KB 480/713 KB 496/1063 KB 1283/1710 KB 578/1044 KB 1000/1267 KB 484/713 KB 500/1063 KB 1283/1710 KB 578/1044 KB 1004/1267 KB 484/713 KB 500/1063 KB 1283/1710 KB 578/1044 KB 1008/1267 KB 484/713 KB 500/1063 KB 1279/1710 KB 578/1044 KB 996/1267 KB 480/713 KB 496/1063 KB 1283/1710 KB 579/1044 KB 1008/1267 KB 484/713 KB 500/1063 KB 1283/1710 KB 582/1044 KB 1008/1267 KB 484/713 KB 500/1063 KB 1283/1710 KB 578/1044 KB 996/1267 KB 484/713 KB 500/1063 KB 1283/1710 KB 582/1044 KB 1008/1267 KB 484/713 KB 504/1063 KB 1283/1710 KB 578/1044 KB 996/1267 KB 484/713 KB 496/1063 KB 1279/1710 KB 578/1044 KB 996/1267 KB 484/713 KB 496/1063 KB 1283/1710 KB 583/1044 KB 1008/1267 KB 488/713 KB 504/1063 KB 1283/1710 KB 583/1044 KB 1008/1267 KB 484/713 KB 504/1063 KB 1287/1710 KB 583/1044 KB 1008/1267 KB 488/713 KB 508/1063 KB 1287/1710 KB 583/1044 KB 1008/1267 KB 488/713 KB 504/1063 KB 1291/1710 KB 583/1044 KB 1008/1267 KB 488/713 KB 508/1063 KB 1291/1710 KB 586/1044 KB 1008/1267 KB 488/713 KB 512/1063 KB 1291/1710 KB 583/1044 KB 1008/1267 KB 488/713 KB 512/1063 KB 1291/1710 KB 586/1044 KB 1008/1267 KB 492/713 KB 512/1063 KB 12 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 91/1710 KB 586/1044 KB 1008/1267 KB 496/713 KB 512/1063 KB 1295/1710 KB 587/1044 KB 1008/1267 KB 500/713 KB 512/1063 KB 1295/1710 KB 587/1044 KB 1012/1267 KB 504/713 KB 516/1063 KB 1295/1710 KB 587/1044 KB 1012/1267 KB 508/713 KB 516/1063 KB 1295/1710 KB 587/1044 KB 1012/1267 KB 512/713 KB 516/1063 KB 1295/1710 KB 587/1044 KB 1008/1267 KB 496/713 KB 512/1063 KB 1295/1710 KB 586/1044 KB 1008/1267 KB 496/713 KB 512/1063 KB 1295/1710 KB 590/1044 KB 1012/1267 KB 512/713 KB 516/1063 KB 1299/1710 KB 590/1044 KB 1012/1267 KB 512/713 KB 516/1063 KB 1295/1710 KB 587/1044 KB 1012/1267 KB 500/713 KB 516/1063 KB 1295/1710 KB 587/1044 KB 1012/1267 KB 500/713 KB 512/1063 KB 1299/1710 KB 591/1044 KB 1012/1267 KB 512/713 KB 516/1063 KB 1299/1710 KB 591/1044 KB 1016/1267 KB 512/713 KB 520/1063 KB 1299/1710 KB 591/1044 KB 1016/1267 KB 512/713 KB 516/1063 KB 1299/1710 KB 591/1044 KB 1016/1267 KB 512/713 KB 524/1063 KB 1303/1710 KB 594/1044 KB 1020/1267 KB 512/713 KB 524/1063 KB 1307/1710 KB 594/1044 KB 1020/1267 KB 512/713 KB 524/1063 KB 1311/1710 KB 594/1044 KB 1020/1267 KB 512/713 KB 528/1063 KB 1299/1710 KB 594/1044 KB 1020/1267 KB 512/713 KB 524/1063 KB 1299/1710 KB 594/1044 KB 1016/1267 KB 512/713 KB 524/1063 KB 1311/1710 KB 595/1044 KB 1020/1267 KB 512/713 KB 528/1063 KB 1307/1710 KB 594/1044 KB 1020/1267 KB 512/713 KB 528/1063 KB 1311/1710 KB 595/1044 KB 1024/1267 KB 512/713 KB 528/1063 KB 1311/1710 KB 598/1044 KB 1024/1267 KB 512/713 KB 528/1063 KB 1311/1710 KB 599/1044 KB 1024/1267 KB 516/713 KB 528/1063 KB 1311/1710 KB 602/1044 KB 1024/1267 KB 516/713 KB 532/1063 KB 1315/1710 KB 603/1044 KB 1024/1267 KB 516/713 KB 532/1063 KB 1311/1710 KB 598/1044 KB 1024/1267 KB 516/713 KB 528/1063 KB 1315/1710 KB 603/1044 KB 1028/1267 KB 520/713 KB 532/1063 KB 1315/1710 KB 603/1044 KB 1028/1267 KB 524/713 KB 532/1063 KB 1315/1710 KB 603/1044 KB 1028/1267 KB 528/713 KB 532/1063 KB 1315/1710 KB 603/1044 KB 1028/1267 KB 516/713 KB 532/1063 KB 1315/1710 KB 603/1044 KB 1032/1267 KB 528/713 KB 532/1063 KB 1315/1710 KB 603/1044 KB 1036/1267 KB 528/713 KB 532/1063 KB 1315/1710 KB 602/1044 KB 1024/1267 KB 516/713 KB 532/1063 KB 1311/1710 KB 599/1044 KB 1024/1267 KB 516/713 KB 532/1063 KB 1315/1710 KB 603/1044 KB 1036/1267 KB 528/713 KB 536/1063 KB 1315/1710 KB 603/1044 KB 1036/1267 KB 528/713 KB 540/1063 KB 1315/1710 KB 603/1044 KB 1036/1267 KB 528/713 KB 544/1063 KB 1319/1710 KB 603/1044 KB 1040/1267 KB 528/713 KB 544/1063 KB 1319/1710 KB 603/1044 KB 1036/1267 KB 528/713 KB 544/1063 KB 1323/1710 KB 603/1044 KB 1040/1267 KB 528/713 KB 544/1063 KB 1327/1710 KB 603/1044 KB 1044/1267 KB 528/713 KB 544/1063 KB 1331/1710 KB 607/1044 KB 1044/1267 KB 532/713 KB 544/1063 KB 1335/1710 KB 607/1044 KB 1044/1267 KB 532/713 KB 548/1063 KB 1339/1710 KB 607/1044 KB 1044/1267 KB 532/713 KB 548/1063 KB 1343/1710 KB 607/1044 KB 1044/1267 KB 532/713 KB 548/1063 KB 1323/1710 KB 603/1044 KB 1044/1267 KB 528/713 KB 544/1063 KB 1331/1710 KB 607/1044 KB 1044/1267 KB 532/713 KB 548/1063 KB 1327/1710 KB 607/1044 KB 1044/1267 KB 532/713 KB 544/1063 KB 1327/1710 KB 607/1044 KB 1044/1267 KB 528/713 KB 544/1063 KB 1343/1710 KB 611/1044 KB 1044/1267 KB 532/713 KB 548/1063 KB 1343/1710 KB 615/1044 KB 1044/1267 KB 532/713 KB 548/1063 KB 1343/1710 KB 618/1044 KB 1044/1267 KB 532/713 KB 548/1063 KB 1343/1710 KB 618/1044 KB 1044/1267 KB 536/713 KB 552/1063 KB 1343/1710 KB 618/1044 KB 1048/1267 KB 536/713 KB 556/1063 KB 1343/1710 KB 618/1044 KB 1044/1267 KB 536/713 KB 548/1063 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install KB 1343/1710 KB 621/1044 KB 1048/1267 KB 540/713 KB 556/1063 KB 1343/1710 KB 621/1044 KB 1048/1267 KB 544/713 KB 556/1063 KB 1343/1710 KB 621/1044 KB 1048/1267 KB 536/713 KB 556/1063 KB 1343/1710 KB 618/1044 KB 1048/1267 KB 536/713 KB 552/1063 KB 1343/1710 KB 621/1044 KB 1052/1267 KB 544/713 KB 560/1063 KB 1343/1710 KB 621/1044 KB 1056/1267 KB 544/713 KB 560/1063 KB 1343/1710 KB 621/1044 KB 1048/1267 KB 544/713 KB 560/1063 KB 1343/1710 KB 623/1044 KB 1056/1267 KB 544/713 KB 560/1063 KB 1343/1710 KB 626/1044 KB 1060/1267 KB 544/713 KB 560/1063 KB 1347/1710 KB 629/1044 KB 1060/1267 KB 548/713 KB 564/1063 KB 1347/1710 KB 631/1044 KB 1060/1267 KB 548/713 KB 564/1063 KB 1343/1710 KB 623/1044 KB 1060/1267 KB 544/713 KB 560/1063 KB 1347/1710 KB 626/1044 KB 1060/1267 KB 548/713 KB 564/1063 KB 1343/1710 KB 626/1044 KB 1060/1267 KB 548/713 KB 564/1063 KB 1343/1710 KB 626/1044 KB 1060/1267 KB 548/713 KB 560/1063 KB 1347/1710 KB 631/1044 KB 1060/1267 KB 548/713 KB 568/1063 KB 1347/1710 KB 631/1044 KB 1060/1267 KB 552/713 KB 572/1063 KB 1347/1710 KB 631/1044 KB 1060/1267 KB 552/713 KB 568/1063 KB 1347/1710 KB 631/1044 KB 1060/1267 KB 556/713 KB 572/1063 KB 1351/1710 KB 631/1044 KB 1064/1267 KB 556/713 KB 572/1063 KB 1351/1710 KB 631/1044 KB 1060/1267 KB 556/713 KB 572/1063 KB 1355/1710 KB 631/1044 KB 1064/1267 KB 560/713 KB 576/1063 KB 1351/1710 KB 631/1044 KB 1064/1267 KB 556/713 KB 576/1063 KB 1351/1710 KB 631/1044 KB 1064/1267 KB 560/713 KB 576/1063 KB 1355/1710 KB 634/1044 KB 1068/1267 KB 560/713 KB 576/1063 KB 1355/1710 KB 631/1044 KB 1068/1267 KB 560/713 KB 576/1063 KB 1355/1710 KB 634/1044 KB 1072/1267 KB 560/713 KB 576/1063 KB 1359/1710 KB 634/1044 KB 1076/1267 KB 564/713 KB 576/1063 KB 1359/1710 KB 637/1044 KB 1080/1267 KB 564/713 KB 580/1063 KB 1359/1710 KB 637/1044 KB 1084/1267 KB 564/713 KB 580/1063 KB 1359/1710 KB 634/1044 KB 1072/1267 KB 564/713 KB 576/1063 KB 1359/1710 KB 634/1044 KB 1072/1267 KB 560/713 KB 576/1063 KB 1363/1710 KB 637/1044 KB 1084/1267 KB 564/713 KB 580/1063 KB 1359/1710 KB 637/1044 KB 1076/1267 KB 564/713 KB 580/1063 KB 1359/1710 KB 637/1044 KB 1076/1267 KB 564/713 KB 576/1063 KB 1363/1710 KB 639/1044 KB 1084/1267 KB 568/713 KB 580/1063 KB 1363/1710 KB 642/1044 KB 1084/1267 KB 568/713 KB 580/1063 KB 1363/1710 KB 637/1044 KB 1084/1267 KB 568/713 KB 580/1063 KB 1363/1710 KB 642/1044 KB 1084/1267 KB 568/713 KB 584/1063 KB 1363/1710 KB 642/1044 KB 1084/1267 KB 572/713 KB 584/1063 KB 1363/1710 KB 642/1044 KB 1084/1267 KB 572/713 KB 588/1063 KB 1363/1710 KB 642/1044 KB 1084/1267 KB 572/713 KB 592/1063 KB 1367/1710 KB 645/1044 KB 1084/1267 KB 576/713 KB 592/1063 KB 1363/1710 KB 645/1044 KB 1084/1267 KB 576/713 KB 592/1063 KB 1363/1710 KB 642/1044 KB 1084/1267 KB 576/713 KB 592/1063 KB 1367/1710 KB 645/1044 KB 1088/1267 KB 576/713 KB 592/1063 KB 1367/1710 KB 645/1044 KB 1092/1267 KB 576/713 KB 596/1063 KB 1371/1710 KB 647/1044 KB 1096/1267 KB 580/713 KB 596/1063 KB 1371/1710 KB 647/1044 KB 1100/1267 KB 580/713 KB 596/1063 KB 1367/1710 KB 645/1044 KB 1088/1267 KB 576/713 KB 596/1063 KB 1371/1710 KB 647/1044 KB 1092/1267 KB 580/713 KB 596/1063 KB 1371/1710 KB 647/1044 KB 1092/1267 KB 576/713 KB 596/1063 KB 1371/1710 KB 645/1044 KB 1092/1267 KB 576/713 KB 596/1063 KB 1375/1710 KB 647/1044 KB 1100/1267 KB 580/713 KB 596/1063 KB 1379/1710 KB 647/1044 KB 1100/1267 KB 580/713 KB 596/1063 KB 1383/1710 KB 650/1044 KB 1100/1267 KB 584/713 KB 600/1063 KB 1379/1710 KB 650/1044 KB 1100/1267 KB 584/713 KB 6 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 00/1063 KB 1383/1710 KB 650/1044 KB 1104/1267 KB 584/713 KB 604/1063 KB 1379/1710 KB 650/1044 KB 1100/1267 KB 584/713 KB 596/1063 KB 1379/1710 KB 650/1044 KB 1100/1267 KB 580/713 KB 596/1063 KB 1383/1710 KB 654/1044 KB 1104/1267 KB 584/713 KB 604/1063 KB 1383/1710 KB 650/1044 KB 1104/1267 KB 584/713 KB 600/1063 KB 1387/1710 KB 654/1044 KB 1104/1267 KB 588/713 KB 608/1063 KB 1391/1710 KB 654/1044 KB 1104/1267 KB 588/713 KB 608/1063 KB 1383/1710 KB 654/1044 KB 1104/1267 KB 588/713 KB 608/1063 KB 1383/1710 KB 654/1044 KB 1104/1267 KB 588/713 KB 604/1063 KB 1391/1710 KB 658/1044 KB 1104/1267 KB 592/713 KB 608/1063 KB 1391/1710 KB 658/1044 KB 1104/1267 KB 596/713 KB 608/1063 KB 1395/1710 KB 658/1044 KB 1108/1267 KB 600/713 KB 612/1063 KB 1395/1710 KB 658/1044 KB 1108/1267 KB 604/713 KB 612/1063 KB 1395/1710 KB 658/1044 KB 1108/1267 KB 608/713 KB 612/1063 KB 1391/1710 KB 658/1044 KB 1104/1267 KB 588/713 KB 608/1063 KB 1395/1710 KB 662/1044 KB 1108/1267 KB 608/713 KB 612/1063 KB 1395/1710 KB 666/1044 KB 1108/1267 KB 608/713 KB 612/1063 KB 1395/1710 KB 658/1044 KB 1108/1267 KB 596/713 KB 612/1063 KB 1395/1710 KB 666/1044 KB 1108/1267 KB 608/713 KB 616/1063 KB 1395/1710 KB 666/1044 KB 1108/1267 KB 608/713 KB 620/1063 KB 1395/1710 KB 670/1044 KB 1108/1267 KB 608/713 KB 624/1063 KB 1395/1710 KB 658/1044 KB 1108/1267 KB 596/713 KB 608/1063 KB 1395/1710 KB 670/1044 KB 1112/1267 KB 608/713 KB 624/1063 KB 1395/1710 KB 670/1044 KB 1116/1267 KB 608/713 KB 624/1063 KB 1395/1710 KB 670/1044 KB 1120/1267 KB 608/713 KB 624/1063 KB 1395/1710 KB 658/1044 KB 1104/1267 KB 596/713 KB 608/1063 KB 1399/1710 KB 670/1044 KB 1120/1267 KB 608/713 KB 624/1063 KB 1403/1710 KB 670/1044 KB 1120/1267 KB 608/713 KB 624/1063 KB 1407/1710 KB 670/1044 KB 1120/1267 KB 608/713 KB 624/1063 KB 1411/1710 KB 670/1044 KB 1124/1267 KB 608/713 KB 624/1063 KB 1415/1710 KB 670/1044 KB 1124/1267 KB 612/713 KB 628/1063 KB 1395/1710 KB 670/1044 KB 1108/1267 KB 608/713 KB 620/1063 KB 1415/1710 KB 674/1044 KB 1124/1267 KB 612/713 KB 628/1063 KB 1415/1710 KB 678/1044 KB 1124/1267 KB 612/713 KB 628/1063 KB 1411/1710 KB 670/1044 KB 1124/1267 KB 612/713 KB 628/1063 KB 1411/1710 KB 670/1044 KB 1124/1267 KB 612/713 KB 624/1063 KB 1407/1710 KB 670/1044 KB 1124/1267 KB 608/713 KB 624/1063 KB 1415/1710 KB 682/1044 KB 1124/1267 KB 612/713 KB 628/1063 KB 1415/1710 KB 682/1044 KB 1124/1267 KB 612/713 KB 632/1063 KB 1415/1710 KB 682/1044 KB 1128/1267 KB 616/713 KB 636/1063 KB 1415/1710 KB 682/1044 KB 1128/1267 KB 616/713 KB 640/1063 KB 1415/1710 KB 682/1044 KB 1128/1267 KB 616/713 KB 632/1063 KB 1415/1710 KB 682/1044 KB 1124/1267 KB 616/713 KB 632/1063 KB 1415/1710 KB 682/1044 KB 1128/1267 KB 620/713 KB 640/1063 KB 1415/1710 KB 682/1044 KB 1132/1267 KB 624/713 KB 640/1063 KB 1415/1710 KB 682/1044 KB 1132/1267 KB 620/713 KB 640/1063 KB 1415/1710 KB 682/1044 KB 1136/1267 KB 624/713 KB 640/1063 KB 1415/1710 KB 682/1044 KB 1140/1267 KB 624/713 KB 640/1063 KB 1419/1710 KB 686/1044 KB 1144/1267 KB 628/713 KB 644/1063 KB 1419/1710 KB 686/1044 KB 1148/1267 KB 628/713 KB 644/1063 KB 1419/1710 KB 686/1044 KB 1140/1267 KB 628/713 KB 644/1063 KB 1419/1710 KB 690/1044 KB 1148/1267 KB 628/713 KB 644/1063 KB 1419/1710 KB 694/1044 KB 1148/1267 KB 628/713 KB 644/1063 KB 1419/1710 KB 682/1044 KB 1140/1267 KB 628/713 KB 644/1063 KB 1419/1710 KB 682/1044 KB 1140/1267 KB 628/713 KB 640/1063 KB 1419/1710 KB 682/1044 KB 1140/1267 KB 624/713 KB 640/1063 KB 1423/1710 KB 694/1044 KB 1148/1267 KB 628/71 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 3 KB 644/1063 KB 1427/1710 KB 694/1044 KB 1148/1267 KB 628/713 KB 644/1063 KB 1427/1710 KB 698/1044 KB 1152/1267 KB 632/713 KB 648/1063 KB 1427/1710 KB 698/1044 KB 1148/1267 KB 632/713 KB 648/1063 KB 1427/1710 KB 694/1044 KB 1148/1267 KB 632/713 KB 648/1063 KB 1427/1710 KB 694/1044 KB 1148/1267 KB 628/713 KB 648/1063 KB 1431/1710 KB 698/1044 KB 1152/1267 KB 636/713 KB 648/1063 KB 1431/1710 KB 698/1044 KB 1152/1267 KB 640/713 KB 652/1063 KB 1431/1710 KB 702/1044 KB 1152/1267 KB 640/713 KB 652/1063 KB 1431/1710 KB 706/1044 KB 1156/1267 KB 644/713 KB 652/1063 KB 1431/1710 KB 710/1044 KB 1156/1267 KB 644/713 KB 652/1063 KB 1431/1710 KB 698/1044 KB 1152/1267 KB 632/713 KB 648/1063 KB 1435/1710 KB 710/1044 KB 1156/1267 KB 644/713 KB 652/1063 KB 1439/1710 KB 710/1044 KB 1156/1267 KB 644/713 KB 652/1063 KB 1443/1710 KB 710/1044 KB 1156/1267 KB 644/713 KB 652/1063 KB 1431/1710 KB 702/1044 KB 1156/1267 KB 644/713 KB 652/1063 KB 1443/1710 KB 710/1044 KB 1160/1267 KB 644/713 KB 652/1063 KB 1431/1710 KB 702/1044 KB 1152/1267 KB 644/713 KB 652/1063 KB 1431/1710 KB 698/1044 KB 1152/1267 KB 636/713 KB 652/1063 KB 1443/1710 KB 714/1044 KB 1160/1267 KB 644/713 KB 656/1063 KB 1443/1710 KB 714/1044 KB 1160/1267 KB 644/713 KB 660/1063 KB 1443/1710 KB 714/1044 KB 1160/1267 KB 644/713 KB 664/1063 KB 1443/1710 KB 714/1044 KB 1160/1267 KB 648/713 KB 668/1063 KB 1447/1710 KB 714/1044 KB 1160/1267 KB 648/713 KB 672/1063 KB 1443/1710 KB 714/1044 KB 1160/1267 KB 644/713 KB 652/1063 KB 1447/1710 KB 714/1044 KB 1164/1267 KB 648/713 KB 672/1063 KB 1447/1710 KB 714/1044 KB 1168/1267 KB 648/713 KB 672/1063 KB 1447/1710 KB 714/1044 KB 1172/1267 KB 648/713 KB 672/1063 KB 1447/1710 KB 718/1044 KB 1176/1267 KB 648/713 KB 676/1063 KB 1447/1710 KB 718/1044 KB 1180/1267 KB 648/713 KB 676/1063 KB 1447/1710 KB 714/1044 KB 1160/1267 KB 648/713 KB 668/1063 KB 1443/1710 KB 714/1044 KB 1160/1267 KB 648/713 KB 664/1063 KB 1447/1710 KB 718/1044 KB 1180/1267 KB 652/713 KB 676/1063 KB 1447/1710 KB 718/1044 KB 1180/1267 KB 656/713 KB 676/1063 KB 1447/1710 KB 718/1044 KB 1180/1267 KB 660/713 KB 676/1063 KB 1447/1710 KB 718/1044 KB 1172/1267 KB 648/713 KB 676/1063 KB 1450/1710 KB 718/1044 KB 1180/1267 KB 660/713 KB 680/1063 KB 1450/1710 KB 718/1044 KB 1180/1267 KB 664/713 KB 684/1063 KB 1447/1710 KB 718/1044 KB 1172/1267 KB 648/713 KB 672/1063 KB 1450/1710 KB 722/1044 KB 1180/1267 KB 664/713 KB 684/1063 KB 1450/1710 KB 718/1044 KB 1180/1267 KB 664/713 KB 680/1063 KB 1450/1710 KB 718/1044 KB 1180/1267 KB 660/713 KB 676/1063 KB 1451/1710 KB 722/1044 KB 1180/1267 KB 664/713 KB 684/1063 KB 1454/1710 KB 722/1044 KB 1180/1267 KB 664/713 KB 684/1063 KB 1455/1710 KB 722/1044 KB 1180/1267 KB 664/713 KB 684/1063 KB 1455/1710 KB 726/1044 KB 1180/1267 KB 664/713 KB 684/1063 KB 1455/1710 KB 726/1044 KB 1180/1267 KB 668/713 KB 684/1063 KB 1455/1710 KB 726/1044 KB 1180/1267 KB 672/713 KB 684/1063 KB 1458/1710 KB 730/1044 KB 1180/1267 KB 672/713 KB 688/1063 KB 1458/1710 KB 726/1044 KB 1180/1267 KB 672/713 KB 688/1063 KB 1458/1710 KB 726/1044 KB 1180/1267 KB 672/713 KB 684/1063 KB 1459/1710 KB 730/1044 KB 1180/1267 KB 672/713 KB 688/1063 KB 1462/1710 KB 730/1044 KB 1184/1267 KB 672/713 KB 692/1063 KB 1463/1710 KB 734/1044 KB 1184/1267 KB 676/713 KB 692/1063 KB 1459/1710 KB 730/1044 KB 1184/1267 KB 672/713 KB 692/1063 KB 1459/1710 KB 730/1044 KB 1184/1267 KB 672/713 KB 688/1063 KB 1463/1710 KB 734/1044 KB 1188/1267 KB 676/713 KB 692/1063 KB 1462/1710 KB 734/1044 KB 1184/1267 KB unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 676/713 KB 692/1063 KB 1463/1710 KB 738/1044 KB 1188/1267 KB 676/713 KB 696/1063 KB 1462/1710 KB 730/1044 KB 1184/1267 KB 676/713 KB 692/1063 KB 1466/1710 KB 742/1044 KB 1188/1267 KB 680/713 KB 696/1063 KB 1466/1710 KB 742/1044 KB 1188/1267 KB 684/713 KB 696/1063 KB 1466/1710 KB 738/1044 KB 1188/1267 KB 676/713 KB 696/1063 KB 1463/1710 KB 734/1044 KB 1188/1267 KB 676/713 KB 696/1063 KB 1466/1710 KB 742/1044 KB 1192/1267 KB 684/713 KB 700/1063 KB 1466/1710 KB 742/1044 KB 1192/1267 KB 684/713 KB 704/1063 KB 1466/1710 KB 742/1044 KB 1188/1267 KB 676/713 KB 696/1063 KB 1466/1710 KB 742/1044 KB 1192/1267 KB 684/713 KB 696/1063 KB 1467/1710 KB 742/1044 KB 1192/1267 KB 688/713 KB 704/1063 KB 1467/1710 KB 742/1044 KB 1192/1267 KB 684/713 KB 704/1063 KB 1467/1710 KB 746/1044 KB 1196/1267 KB 692/713 KB 704/1063 KB 1470/1710 KB 746/1044 KB 1196/1267 KB 696/713 KB 708/1063 KB 1470/1710 KB 746/1044 KB 1196/1267 KB 700/713 KB 708/1063 KB 1470/1710 KB 746/1044 KB 1196/1267 KB 704/713 KB 708/1063 KB 1467/1710 KB 746/1044 KB 1196/1267 KB 688/713 KB 704/1063 KB 1467/1710 KB 742/1044 KB 1196/1267 KB 688/713 KB 704/1063 KB 1470/1710 KB 746/1044 KB 1200/1267 KB 704/713 KB 708/1063 KB 1470/1710 KB 750/1044 KB 1200/1267 KB 704/713 KB 708/1063 KB 1470/1710 KB 754/1044 KB 1204/1267 KB 704/713 KB 708/1063 KB 1470/1710 KB 758/1044 KB 1204/1267 KB 704/713 KB 708/1063 KB 1470/1710 KB 762/1044 KB 1204/1267 KB 704/713 KB 708/1063 KB 1470/1710 KB 746/1044 KB 1196/1267 KB 692/713 KB 708/1063 KB 1470/1710 KB 762/1044 KB 1204/1267 KB 704/713 KB 712/1063 KB 1470/1710 KB 746/1044 KB 1196/1267 KB 692/713 KB 704/1063 KB 1471/1710 KB 762/1044 KB 1204/1267 KB 704/713 KB 712/1063 KB 1474/1710 KB 762/1044 KB 1204/1267 KB 704/713 KB 712/1063 KB 1475/1710 KB 762/1044 KB 1204/1267 KB 704/713 KB 712/1063 KB 1470/1710 KB 750/1044 KB 1204/1267 KB 704/713 KB 708/1063 KB 1475/1710 KB 762/1044 KB 1208/1267 KB 704/713 KB 716/1063 KB 1475/1710 KB 762/1044 KB 1204/1267 KB 704/713 KB 716/1063 KB 1478/1710 KB 762/1044 KB 1208/1267 KB 704/713 KB 720/1063 KB 1478/1710 KB 762/1044 KB 1208/1267 KB 704/713 KB 716/1063 KB 1479/1710 KB 762/1044 KB 1212/1267 KB 704/713 KB 720/1063 KB 1478/1710 KB 762/1044 KB 1212/1267 KB 704/713 KB 720/1063 KB 1479/1710 KB 762/1044 KB 1216/1267 KB 704/713 KB 720/1063 KB 1479/1710 KB 766/1044 KB 1216/1267 KB 704/713 KB 720/1063 KB 1482/1710 KB 770/1044 KB 1220/1267 KB 708/713 KB 724/1063 KB 1482/1710 KB 766/1044 KB 1220/1267 KB 708/713 KB 724/1063 KB 1482/1710 KB 766/1044 KB 1220/1267 KB 708/713 KB 720/1063 KB 1482/1710 KB 770/1044 KB 1220/1267 KB 712/713 KB 724/1063 KB 1482/1710 KB 770/1044 KB 1220/1267 KB 713/713 KB 724/1063 KB 1482/1710 KB 766/1044 KB 1216/1267 KB 704/713 KB 720/1063 KB 1483/1710 KB 770/1044 KB 1220/1267 KB 713/713 KB 724/1063 KB 1486/1710 KB 770/1044 KB 1220/1267 KB 713/713 KB 724/1063 KB 1487/1710 KB 770/1044 KB 1220/1267 KB 713/713 KB 728/1063 KB 1482/1710 KB 766/1044 KB 1220/1267 KB 704/713 KB 720/1063 KB 1486/1710 KB 770/1044 KB 1220/1267 KB 713/713 KB 728/1063 KB 1487/1710 KB 770/1044 KB 1220/1267 KB 713/713 KB 732/1063 KB 1487/1710 KB 770/1044 KB 1224/1267 KB 713/713 KB 732/1063 KB 1487/1710 KB 774/1044 KB 1224/1267 KB 713/713 KB 736/1063 KB 1487/1710 KB 774/1044 KB 1224/1267 KB 713/713 KB 732/1063 KB 1487/1710 KB 778/1044 KB 1224/1267 KB 713/713 KB 736/1063 KB 1490/1710 KB 778/1044 KB 1228/1267 KB 713/713 KB 736/1063 KB 1490/1710 KB 778/1044 KB 1228/1267 KB 713/713 KB 740/1063 KB 1491/1710 KB 782/1044 KB 1228/ unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 1267 KB 713/713 KB 744/1063 KB 1491/1710 KB 782/1044 KB 1228/1267 KB 713/713 KB 748/1063 KB 1491/1710 KB 782/1044 KB 1228/1267 KB 713/713 KB 752/1063 KB 1487/1710 KB 778/1044 KB 1228/1267 KB 713/713 KB 736/1063 KB 1491/1710 KB 782/1044 KB 1232/1267 KB 713/713 KB 752/1063 KB 1491/1710 KB 782/1044 KB 1236/1267 KB 713/713 KB 752/1063 KB 1491/1710 KB 782/1044 KB 1240/1267 KB 713/713 KB 752/1063 KB 1491/1710 KB 782/1044 KB 1244/1267 KB 713/713 KB 752/1063 KB 1491/1710 KB 782/1044 KB 1248/1267 KB 713/713 KB 752/1063 KB 1491/1710 KB 782/1044 KB 1228/1267 KB 713/713 KB 740/1063 KB 1491/1710 KB 778/1044 KB 1228/1267 KB 713/713 KB 740/1063 KB 1494/1710 KB 782/1044 KB 1248/1267 KB 713/713 KB 752/1063 KB 1495/1710 KB 782/1044 KB 1248/1267 KB 713/713 KB 752/1063 KB 1495/1710 KB 786/1044 KB 1248/1267 KB 713/713 KB 752/1063 KB 1495/1710 KB 790/1044 KB 1248/1267 KB 713/713 KB 752/1063 KB 1498/1710 KB 794/1044 KB 1248/1267 KB 713/713 KB 752/1063 KB 1498/1710 KB 790/1044 KB 1248/1267 KB 713/713 KB 752/1063 KB 1499/1710 KB 794/1044 KB 1248/1267 KB 713/713 KB 752/1063 KB 1502/1710 KB 794/1044 KB 1248/1267 KB 713/713 KB 752/1063 KB 1502/1710 KB 794/1044 KB 1248/1267 KB 713/713 KB 756/1063 KB 1503/1710 KB 798/1044 KB 1252/1267 KB 713/713 KB 760/1063 KB 1503/1710 KB 798/1044 KB 1252/1267 KB 713/713 KB 764/1063 KB 1503/1710 KB 798/1044 KB 1252/1267 KB 713/713 KB 768/1063 KB 1503/1710 KB 798/1044 KB 1252/1267 KB 713/713 KB 756/1063 KB 1503/1710 KB 798/1044 KB 1248/1267 KB 713/713 KB 756/1063 KB 1503/1710 KB 794/1044 KB 1248/1267 KB 713/713 KB 756/1063 KB 1506/1710 KB 798/1044 KB 1252/1267 KB 713/713 KB 768/1063 KB 1507/1710 KB 798/1044 KB 1252/1267 KB 713/713 KB 768/1063 KB 1507/1710 KB 802/1044 KB 1252/1267 KB 713/713 KB 768/1063 KB 1510/1710 KB 802/1044 KB 1252/1267 KB 713/713 KB 768/1063 KB 1510/1710 KB 806/1044 KB 1256/1267 KB 713/713 KB 772/1063 KB 1510/1710 KB 806/1044 KB 1260/1267 KB 713/713 KB 772/1063 KB 1511/1710 KB 806/1044 KB 1260/1267 KB 713/713 KB 772/1063 KB 1514/1710 KB 806/1044 KB 1264/1267 KB 772/1063 KB 1515/1710 KB 806/1044 KB 1264/1267 KB 772/1063 KB 1510/1710 KB 806/1044 KB 1256/1267 KB 713/713 KB 772/1063 KB 1510/1710 KB 806/1044 KB 1252/1267 KB 713/713 KB 768/1063 KB 1515/1710 KB 810/1044 KB 1264/1267 KB 772/1063 KB 1511/1710 KB 806/1044 KB 1264/1267 KB 772/1063 KB 1515/1710 KB 814/1044 KB 1264/1267 KB 772/1063 KB 1518/1710 KB 818/1044 KB 1267/1267 KB 776/1063 KB 1518/1710 KB 822/1044 KB 1267/1267 KB 776/1063 KB 1518/1710 KB 826/1044 KB 1267/1267 KB 776/1063 KB 1518/1710 KB 814/1044 KB 1267/1267 KB 776/1063 KB 1518/1710 KB 826/1044 KB 1267/1267 KB 780/1063 KB 1518/1710 KB 826/1044 KB 1267/1267 KB 784/1063 KB 1518/1710 KB 814/1044 KB 1267/1267 KB 772/1063 KB 1515/1710 KB 814/1044 KB 1267/1267 KB 772/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 1110.5 KB/sec) unit-abot-epc-basic-0: 13:33: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.jar unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 1519/1710 KB 830/1044 KB 1267/1267 KB 788/1063 KB 1518/1710 KB 830/1044 KB 1267/1267 KB 788/1063 KB 1522/1710 KB 830/1044 KB 1267/1267 KB 792/1063 KB 1522/1710 KB 830/1044 KB 1267/1267 KB 796/1063 KB 1522/1710 KB 830/1044 KB 1267/1267 KB 800/1063 KB 1518/1710 KB 830/1044 KB 1267/1267 KB 784/1063 KB 1522/1710 KB 830/1044 KB 1267/1267 KB 788/1063 KB 1523/1710 KB 830/1044 KB 1267/1267 KB 800/1063 KB 1526/1710 KB 830/1044 KB 1267/1267 KB 800/1063 KB 1527/1710 KB 830/1044 KB 1267/1267 KB 800/1063 KB 1530/1710 KB 830/1044 KB 1267/1267 KB 800/1063 KB 1530/1710 KB 834/1044 KB 1267/1267 KB 800/1063 KB 1530/1710 KB 838/1044 KB 1267/1267 KB 800/1063 KB 1530/1710 KB 842/1044 KB 1267/1267 KB 800/1063 KB 1533/1710 KB 842/1044 KB 1267/1267 KB 800/1063 KB 1535/1710 KB 842/1044 KB 1267/1267 KB 800/1063 KB 1538/1710 KB 842/1044 KB 1267/1267 KB 800/1063 KB 1538/1710 KB 842/1044 KB 1267/1267 KB 804/1063 KB 1538/1710 KB 842/1044 KB 1267/1267 KB 808/1063 KB 1538/1710 KB 842/1044 KB 1267/1267 KB 812/1063 KB 1541/1710 KB 842/1044 KB 816/1063 KB 1541/1710 KB 842/1044 KB 812/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 1927.7 KB/sec) unit-abot-epc-basic-0: 13:33:33 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 1543/1710 KB 842/1044 KB 816/1063 KB 1546/1710 KB 846/1044 KB 820/1063 KB 1543/1710 KB 846/1044 KB 820/1063 KB 1546/1710 KB 850/1044 KB 820/1063 KB 1546/1710 KB 854/1044 KB 820/1063 KB 1549/1710 KB 858/1044 KB 820/1063 KB 1543/1710 KB 842/1044 KB 820/1063 KB 1546/1710 KB 858/1044 KB 820/1063 KB 1549/1710 KB 858/1044 KB 820/1063 KB 4/257 KB 1549/1710 KB 858/1044 KB 820/1063 KB 8/257 KB 1549/1710 KB 858/1044 KB 820/1063 KB 12/257 KB 1549/1710 KB 858/1044 KB 820/1063 KB 16/257 KB 1549/1710 KB 858/1044 KB 820/1063 KB 20/257 KB 1549/1710 KB 858/1044 KB 820/1063 KB 24/257 KB 1549/1710 KB 858/1044 KB 820/1063 KB 28/257 KB 1549/1710 KB 858/1044 KB 820/1063 KB 32/257 KB 1551/1710 KB 858/1044 KB 824/1063 KB 32/257 KB 1549/1710 KB 858/1044 KB 824/1063 KB 32/257 KB 1551/1710 KB 858/1044 KB 828/1063 KB 32/257 KB 1551/1710 KB 858/1044 KB 832/1063 KB 32/257 KB 1554/1710 KB 858/1044 KB 836/1063 KB 32/257 KB 1554/1710 KB 858/1044 KB 840/1063 KB 36/257 KB 1554/1710 KB 858/1044 KB 844/1063 KB 36/257 KB 1554/1710 KB 858/1044 KB 848/1063 KB 36/257 KB 1554/1710 KB 858/1044 KB 832/1063 KB 32/257 KB 1557/1710 KB 858/1044 KB 848/1063 KB 36/257 KB 1554/1710 KB 858/1044 KB 836/1063 KB 36/257 KB 1559/1710 KB 858/1044 KB 848/1063 KB 36/257 KB 1559/1710 KB 858/1044 KB 848/1063 KB 40/257 KB 1559/1710 KB 858/1044 KB 848/1063 KB 44/257 KB 1562/1710 KB 858/1044 KB 848/1063 KB 44/257 KB 1562/1710 KB 858/1044 KB 848/1063 KB 48/257 KB 1565/1710 KB 858/1044 KB 848/1063 KB 48/257 KB 1567/1710 KB 858/1044 KB 848/1063 KB 48/257 KB 1570/1710 KB 858/1044 KB 848/1063 KB 52/257 KB 1567/1710 KB 858/1044 KB 848/1063 KB 52/257 KB 1573/1710 KB 858/1044 KB 4/549 KB 848/1063 KB 56/257 KB 1573/1710 KB 858/1044 KB 4/549 KB 848/1063 KB 52/257 KB 1570/1710 KB 858/1044 KB 4/549 KB 848/1063 KB 52/257 KB 1573/1710 KB 858/1044 KB 8/549 KB 852/1063 KB 56/257 KB 1573/1710 KB 858/1044 KB 12/549 KB 852/1063 KB 56/257 KB 1573/1710 KB 858/1044 KB 16/549 KB 852/1063 KB 56/257 KB 1573/1710 KB 858/1044 KB 4/549 KB 852/1063 KB 56/257 KB 1573/1710 KB 858/1044 KB 20/549 KB 856/1063 KB 56/257 KB 1573/1710 KB 858/1044 KB 24/549 KB 856/1063 KB 56/257 KB 1573/1710 KB 858/1044 KB 24/549 KB 856/1063 KB 60/257 KB 1573/1710 KB 858/1044 KB 24/549 KB 856/1063 KB 64/257 KB 1573/1710 KB 858/1044 KB 24/549 KB 856/1063 KB 56/257 KB 1575/1710 KB 858/1044 KB 28/549 KB 860/1063 KB 64/257 KB 1575/1710 KB 858/1044 KB 28/549 KB 864/1063 KB 64/257 KB 1575/1710 KB 862/1044 KB 28/549 KB 868/1063 KB 64/257 KB 1575/1710 KB 862/1044 KB 28/549 KB 872/1063 KB 68/257 KB 1575/1710 KB 858/1044 KB 28/549 KB 856/1063 KB 64/257 KB 1573/1710 KB 858/1044 KB 28/549 KB 856/1063 KB 64/257 KB 1575/1710 KB 862/1044 KB 32/549 KB 876/1063 KB 68/257 KB 1575/1710 KB 862/1044 KB 36/549 KB 876/1063 KB 68/257 KB 1579/1710 KB 862/1044 KB 40/549 KB 876/1063 KB 68/257 KB 1579/1710 KB 862/1044 KB 44/549 KB 876/1063 KB 68/257 KB 1575/1710 KB 862/1044 KB 28/549 KB 868/1063 KB 68/257 KB 1575/1710 KB 862/1044 KB 28/549 KB 864/1063 KB 64/257 KB 1579/1710 KB 866/1044 KB 44/549 KB 876/1063 KB 68/257 KB 1579/1710 KB 870/1044 KB 44/549 KB 876/1063 KB 68/257 KB 1579/1710 KB 874/1044 KB 44/549 KB 876/1063 KB 68/257 KB 1579/1710 KB 878/1044 KB 44/549 KB 876/1063 KB 68/257 KB 1579/1710 KB 882/1044 KB 44/549 KB 876/1063 KB 68/257 KB 1579/1710 KB 886/1044 KB 44/549 KB 876/1063 KB 68/257 KB 1579/1710 KB 887/1044 KB 44/549 KB 876/1063 KB 68/257 KB 1579/1710 KB 891/1044 KB 44/549 KB 876/1063 KB 68/257 KB 1579/17 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 10 KB 895/1044 KB 44/549 KB 876/1063 KB 68/257 KB 1579/1710 KB 898/1044 KB 44/549 KB 876/1063 KB 68/257 KB 1579/1710 KB 862/1044 KB 36/549 KB 876/1063 KB 68/257 KB 1579/1710 KB 899/1044 KB 44/549 KB 876/1063 KB 72/257 KB 1583/1710 KB 899/1044 KB 44/549 KB 876/1063 KB 72/257 KB 1587/1710 KB 899/1044 KB 44/549 KB 876/1063 KB 72/257 KB 1591/1710 KB 902/1044 KB 48/549 KB 876/1063 KB 72/257 KB 1579/1710 KB 898/1044 KB 44/549 KB 876/1063 KB 72/257 KB 1591/1710 KB 902/1044 KB 48/549 KB 876/1063 KB 76/257 KB 1587/1710 KB 902/1044 KB 48/549 KB 876/1063 KB 72/257 KB 1587/1710 KB 902/1044 KB 44/549 KB 876/1063 KB 72/257 KB 1575/1710 KB 899/1044 KB 44/549 KB 876/1063 KB 72/257 KB 1591/1710 KB 903/1044 KB 48/549 KB 880/1063 KB 76/257 KB 1591/1710 KB 903/1044 KB 48/549 KB 880/1063 KB 80/257 KB 1591/1710 KB 902/1044 KB 48/549 KB 880/1063 KB 76/257 KB 1591/1710 KB 903/1044 KB 52/549 KB 880/1063 KB 80/257 KB 1595/1710 KB 906/1044 KB 56/549 KB 884/1063 KB 84/257 KB 1595/1710 KB 906/1044 KB 60/549 KB 884/1063 KB 84/257 KB 1595/1710 KB 906/1044 KB 64/549 KB 884/1063 KB 84/257 KB 1595/1710 KB 906/1044 KB 52/549 KB 884/1063 KB 84/257 KB 1595/1710 KB 906/1044 KB 52/549 KB 880/1063 KB 84/257 KB 1595/1710 KB 906/1044 KB 64/549 KB 888/1063 KB 84/257 KB 1595/1710 KB 906/1044 KB 52/549 KB 880/1063 KB 80/257 KB 1591/1710 KB 906/1044 KB 52/549 KB 880/1063 KB 80/257 KB 1595/1710 KB 907/1044 KB 64/549 KB 888/1063 KB 88/257 KB 1595/1710 KB 910/1044 KB 64/549 KB 888/1063 KB 88/257 KB 1595/1710 KB 910/1044 KB 64/549 KB 892/1063 KB 88/257 KB 1595/1710 KB 906/1044 KB 64/549 KB 888/1063 KB 88/257 KB 1599/1710 KB 911/1044 KB 64/549 KB 896/1063 KB 88/257 KB 1599/1710 KB 911/1044 KB 64/549 KB 892/1063 KB 88/257 KB 1595/1710 KB 911/1044 KB 64/549 KB 892/1063 KB 88/257 KB 1599/1710 KB 911/1044 KB 64/549 KB 896/1063 KB 92/257 KB 1603/1710 KB 911/1044 KB 64/549 KB 896/1063 KB 92/257 KB 1607/1710 KB 914/1044 KB 64/549 KB 896/1063 KB 96/257 KB 1611/1710 KB 914/1044 KB 64/549 KB 896/1063 KB 96/257 KB 1615/1710 KB 914/1044 KB 68/549 KB 900/1063 KB 96/257 KB 1619/1710 KB 914/1044 KB 68/549 KB 900/1063 KB 96/257 KB 1603/1710 KB 914/1044 KB 64/549 KB 896/1063 KB 96/257 KB 1603/1710 KB 911/1044 KB 64/549 KB 896/1063 KB 96/257 KB 1619/1710 KB 914/1044 KB 68/549 KB 900/1063 KB 100/257 KB 1611/1710 KB 914/1044 KB 68/549 KB 900/1063 KB 96/257 KB 1611/1710 KB 914/1044 KB 64/549 KB 900/1063 KB 96/257 KB 1619/1710 KB 915/1044 KB 68/549 KB 900/1063 KB 100/257 KB 1619/1710 KB 918/1044 KB 68/549 KB 900/1063 KB 100/257 KB 1619/1710 KB 919/1044 KB 68/549 KB 900/1063 KB 100/257 KB 1619/1710 KB 919/1044 KB 72/549 KB 904/1063 KB 100/257 KB 1619/1710 KB 919/1044 KB 68/549 KB 904/1063 KB 100/257 KB 1619/1710 KB 919/1044 KB 76/549 KB 904/1063 KB 100/257 KB 1619/1710 KB 919/1044 KB 80/549 KB 908/1063 KB 104/257 KB 1619/1710 KB 919/1044 KB 76/549 KB 908/1063 KB 104/257 KB 1619/1710 KB 919/1044 KB 76/549 KB 908/1063 KB 100/257 KB 1619/1710 KB 922/1044 KB 80/549 KB 908/1063 KB 104/257 KB 1619/1710 KB 922/1044 KB 80/549 KB 908/1063 KB 108/257 KB 1619/1710 KB 922/1044 KB 80/549 KB 912/1063 KB 112/257 KB 1623/1710 KB 923/1044 KB 80/549 KB 912/1063 KB 116/257 KB 1623/1710 KB 923/1044 KB 84/549 KB 912/1063 KB 120/257 KB 1623/1710 KB 923/1044 KB 84/549 KB 912/1063 KB 124/257 KB 1619/1710 KB 922/1044 KB 80/549 KB 912/1063 KB 108/257 KB 1623/1710 KB 923/1044 KB 84/549 KB 916/1063 KB 124/257 KB 1623/1710 KB 923/1044 KB 84/549 KB 920/1063 KB 124/257 KB 1623 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install /1710 KB 923/1044 KB 84/549 KB 924/1063 KB 124/257 KB 1623/1710 KB 923/1044 KB 84/549 KB 928/1063 KB 124/257 KB 1623/1710 KB 923/1044 KB 84/549 KB 912/1063 KB 116/257 KB 1623/1710 KB 923/1044 KB 80/549 KB 912/1063 KB 112/257 KB 1619/1710 KB 923/1044 KB 80/549 KB 912/1063 KB 112/257 KB 1627/1710 KB 923/1044 KB 84/549 KB 928/1063 KB 124/257 KB 1627/1710 KB 926/1044 KB 88/549 KB 928/1063 KB 124/257 KB 1627/1710 KB 926/1044 KB 84/549 KB 928/1063 KB 124/257 KB 1627/1710 KB 927/1044 KB 88/549 KB 928/1063 KB 124/257 KB 1627/1710 KB 930/1044 KB 88/549 KB 928/1063 KB 124/257 KB 1631/1710 KB 930/1044 KB 88/549 KB 928/1063 KB 124/257 KB 1631/1710 KB 931/1044 KB 92/549 KB 928/1063 KB 124/257 KB 1635/1710 KB 931/1044 KB 92/549 KB 928/1063 KB 124/257 KB 1631/1710 KB 930/1044 KB 92/549 KB 928/1063 KB 124/257 KB 1635/1710 KB 931/1044 KB 96/549 KB 928/1063 KB 128/257 KB 1635/1710 KB 931/1044 KB 92/549 KB 928/1063 KB 128/257 KB 1635/1710 KB 934/1044 KB 96/549 KB 928/1063 KB 128/257 KB 1639/1710 KB 934/1044 KB 96/549 KB 928/1063 KB 128/257 KB 1639/1710 KB 934/1044 KB 96/549 KB 928/1063 KB 132/257 KB 1643/1710 KB 935/1044 KB 100/549 KB 932/1063 KB 136/257 KB 1643/1710 KB 935/1044 KB 100/549 KB 932/1063 KB 132/257 KB 1639/1710 KB 935/1044 KB 96/549 KB 928/1063 KB 132/257 KB 1643/1710 KB 938/1044 KB 100/549 KB 932/1063 KB 140/257 KB 1643/1710 KB 939/1044 KB 100/549 KB 932/1063 KB 140/257 KB 1643/1710 KB 935/1044 KB 96/549 KB 932/1063 KB 132/257 KB 1643/1710 KB 939/1044 KB 100/549 KB 936/1063 KB 140/257 KB 1643/1710 KB 935/1044 KB 96/549 KB 928/1063 KB 132/257 KB 1647/1710 KB 942/1044 KB 104/549 KB 940/1063 KB 140/257 KB 1643/1710 KB 942/1044 KB 104/549 KB 936/1063 KB 140/257 KB 1643/1710 KB 942/1044 KB 100/549 KB 936/1063 KB 140/257 KB 1647/1710 KB 942/1044 KB 108/549 KB 940/1063 KB 140/257 KB 1643/1710 KB 935/1044 KB 100/549 KB 944/1063 KB 140/257 KB 1647/1710 KB 942/1044 KB 104/549 KB 936/1063 KB 140/257 KB 1647/1710 KB 942/1044 KB 108/549 KB 944/1063 KB 140/257 KB 1647/1710 KB 943/1044 KB 108/549 KB 944/1063 KB 140/257 KB 1651/1710 KB 946/1044 KB 112/549 KB 944/1063 KB 144/257 KB 1651/1710 KB 947/1044 KB 112/549 KB 944/1063 KB 144/257 KB 1651/1710 KB 950/1044 KB 112/549 KB 944/1063 KB 144/257 KB 1651/1710 KB 951/1044 KB 112/549 KB 948/1063 KB 144/257 KB 1651/1710 KB 943/1044 KB 112/549 KB 944/1063 KB 144/257 KB 1647/1710 KB 943/1044 KB 112/549 KB 944/1063 KB 144/257 KB 1655/1710 KB 951/1044 KB 112/549 KB 948/1063 KB 144/257 KB 1659/1710 KB 951/1044 KB 112/549 KB 948/1063 KB 144/257 KB 1663/1710 KB 954/1044 KB 116/549 KB 948/1063 KB 144/257 KB 1667/1710 KB 954/1044 KB 116/549 KB 948/1063 KB 144/257 KB 1671/1710 KB 954/1044 KB 116/549 KB 948/1063 KB 144/257 KB 1651/1710 KB 951/1044 KB 112/549 KB 948/1063 KB 144/257 KB 1651/1710 KB 946/1044 KB 112/549 KB 944/1063 KB 144/257 KB 1671/1710 KB 954/1044 KB 116/549 KB 948/1063 KB 148/257 KB 1671/1710 KB 954/1044 KB 116/549 KB 948/1063 KB 152/257 KB 1659/1710 KB 954/1044 KB 116/549 KB 948/1063 KB 144/257 KB 1659/1710 KB 951/1044 KB 116/549 KB 948/1063 KB 144/257 KB 1671/1710 KB 954/1044 KB 120/549 KB 952/1063 KB 156/257 KB 1671/1710 KB 954/1044 KB 124/549 KB 952/1063 KB 156/257 KB 1671/1710 KB 954/1044 KB 116/549 KB 952/1063 KB 156/257 KB 1671/1710 KB 954/1044 KB 116/549 KB 952/1063 KB 152/257 KB 1671/1710 KB 954/1044 KB 128/549 KB 956/1063 KB 156/257 KB 1671/1710 KB 954/1044 KB 128/549 KB 960/1063 KB 156/257 KB 1671/1710 KB 955/1044 KB 128/549 KB 960/1063 KB 160/25 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 7 KB 1671/1710 KB 955/1044 KB 128/549 KB 960/1063 KB 156/257 KB 1671/1710 KB 954/1044 KB 128/549 KB 952/1063 KB 156/257 KB 1671/1710 KB 955/1044 KB 128/549 KB 960/1063 KB 164/257 KB 1675/1710 KB 958/1044 KB 132/549 KB 964/1063 KB 168/257 KB 1675/1710 KB 958/1044 KB 132/549 KB 964/1063 KB 172/257 KB 1675/1710 KB 958/1044 KB 132/549 KB 964/1063 KB 176/257 KB 1675/1710 KB 958/1044 KB 132/549 KB 964/1063 KB 164/257 KB 1675/1710 KB 958/1044 KB 132/549 KB 968/1063 KB 176/257 KB 1675/1710 KB 958/1044 KB 132/549 KB 972/1063 KB 176/257 KB 1675/1710 KB 958/1044 KB 132/549 KB 960/1063 KB 164/257 KB 1675/1710 KB 958/1044 KB 128/549 KB 960/1063 KB 164/257 KB 1671/1710 KB 958/1044 KB 128/549 KB 960/1063 KB 164/257 KB 1675/1710 KB 959/1044 KB 132/549 KB 972/1063 KB 176/257 KB 1675/1710 KB 962/1044 KB 132/549 KB 972/1063 KB 176/257 KB 1675/1710 KB 963/1044 KB 132/549 KB 972/1063 KB 176/257 KB 1675/1710 KB 963/1044 KB 136/549 KB 972/1063 KB 176/257 KB 1679/1710 KB 963/1044 KB 140/549 KB 972/1063 KB 176/257 KB 1679/1710 KB 966/1044 KB 144/549 KB 976/1063 KB 176/257 KB 1679/1710 KB 963/1044 KB 136/549 KB 972/1063 KB 176/257 KB 1679/1710 KB 966/1044 KB 140/549 KB 976/1063 KB 176/257 KB 1679/1710 KB 966/1044 KB 140/549 KB 972/1063 KB 176/257 KB 1683/1710 KB 966/1044 KB 144/549 KB 976/1063 KB 176/257 KB 1687/1710 KB 966/1044 KB 144/549 KB 976/1063 KB 176/257 KB 1691/1710 KB 967/1044 KB 144/549 KB 976/1063 KB 176/257 KB 1695/1710 KB 967/1044 KB 148/549 KB 980/1063 KB 180/257 KB 1699/1710 KB 967/1044 KB 148/549 KB 980/1063 KB 180/257 KB 1703/1710 KB 967/1044 KB 148/549 KB 980/1063 KB 180/257 KB 1687/1710 KB 967/1044 KB 144/549 KB 976/1063 KB 176/257 KB 1703/1710 KB 970/1044 KB 148/549 KB 980/1063 KB 180/257 KB 1703/1710 KB 971/1044 KB 148/549 KB 980/1063 KB 180/257 KB 1691/1710 KB 967/1044 KB 148/549 KB 980/1063 KB 180/257 KB 1703/1710 KB 971/1044 KB 152/549 KB 980/1063 KB 180/257 KB 1703/1710 KB 974/1044 KB 156/549 KB 980/1063 KB 180/257 KB 1691/1710 KB 967/1044 KB 144/549 KB 980/1063 KB 180/257 KB 1691/1710 KB 967/1044 KB 144/549 KB 976/1063 KB 180/257 KB 1703/1710 KB 974/1044 KB 156/549 KB 980/1063 KB 184/257 KB 1703/1710 KB 974/1044 KB 156/549 KB 984/1063 KB 184/257 KB 1703/1710 KB 974/1044 KB 152/549 KB 980/1063 KB 180/257 KB 1703/1710 KB 974/1044 KB 156/549 KB 984/1063 KB 188/257 KB 1703/1710 KB 974/1044 KB 156/549 KB 988/1063 KB 188/257 KB 1703/1710 KB 974/1044 KB 156/549 KB 992/1063 KB 192/257 KB 1703/1710 KB 974/1044 KB 156/549 KB 988/1063 KB 192/257 KB 1703/1710 KB 975/1044 KB 160/549 KB 992/1063 KB 192/257 KB 1703/1710 KB 974/1044 KB 160/549 KB 992/1063 KB 192/257 KB 1703/1710 KB 978/1044 KB 160/549 KB 992/1063 KB 192/257 KB 1707/1710 KB 981/1044 KB 164/549 KB 992/1063 KB 196/257 KB 1707/1710 KB 983/1044 KB 164/549 KB 992/1063 KB 196/257 KB 1703/1710 KB 978/1044 KB 160/549 KB 992/1063 KB 196/257 KB 1707/1710 KB 983/1044 KB 164/549 KB 996/1063 KB 200/257 KB 1707/1710 KB 983/1044 KB 164/549 KB 996/1063 KB 204/257 KB 1707/1710 KB 978/1044 KB 164/549 KB 992/1063 KB 196/257 KB 1707/1710 KB 978/1044 KB 160/549 KB 992/1063 KB 196/257 KB 1710/1710 KB 986/1044 KB 164/549 KB 996/1063 KB 204/257 KB 1710/1710 KB 986/1044 KB 168/549 KB 996/1063 KB 204/257 KB 1710/1710 KB 986/1044 KB 172/549 KB 996/1063 KB 204/257 KB 1707/1710 KB 986/1044 KB 164/549 KB 996/1063 KB 204/257 KB 1707/1710 KB 983/1044 KB 164/549 KB 996/1063 KB 196/257 KB 1710/1710 KB 986/1044 KB 172/549 KB 1000/1063 KB 208/257 KB 1710/1710 KB 986/1044 KB unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 172/549 KB 1004/1063 KB 208/257 KB 1710/1710 KB 986/1044 KB 172/549 KB 1008/1063 KB 208/257 KB 1710/1710 KB 986/1044 KB 172/549 KB 1012/1063 KB 208/257 KB 1710/1710 KB 989/1044 KB 176/549 KB 1016/1063 KB 208/257 KB 1710/1710 KB 989/1044 KB 176/549 KB 1020/1063 KB 208/257 KB 1710/1710 KB 989/1044 KB 176/549 KB 1024/1063 KB 208/257 KB 1710/1710 KB 986/1044 KB 172/549 KB 996/1063 KB 208/257 KB 1710/1710 KB 989/1044 KB 176/549 KB 1012/1063 KB 208/257 KB 1710/1710 KB 986/1044 KB 176/549 KB 1012/1063 KB 208/257 KB 1710/1710 KB 989/1044 KB 180/549 KB 1024/1063 KB 208/257 KB 1710/1710 KB 991/1044 KB 184/549 KB 1024/1063 KB 212/257 KB 1710/1710 KB 991/1044 KB 188/549 KB 1024/1063 KB 212/257 KB 1710/1710 KB 991/1044 KB 192/549 KB 1024/1063 KB 212/257 KB 1710/1710 KB 991/1044 KB 180/549 KB 1024/1063 KB 212/257 KB 1710/1710 KB 991/1044 KB 180/549 KB 1024/1063 KB 208/257 KB 1710/1710 KB 994/1044 KB 192/549 KB 1024/1063 KB 212/257 KB 1710/1710 KB 997/1044 KB 192/549 KB 1024/1063 KB 212/257 KB 1710/1710 KB 997/1044 KB 192/549 KB 1024/1063 KB 216/257 KB 1710/1710 KB 997/1044 KB 192/549 KB 1024/1063 KB 220/257 KB 1710/1710 KB 999/1044 KB 192/549 KB 1024/1063 KB 224/257 KB 1710/1710 KB 999/1044 KB 192/549 KB 1024/1063 KB 220/257 KB 1710/1710 KB 999/1044 KB 196/549 KB 1024/1063 KB 224/257 KB 1710/1710 KB 1002/1044 KB 200/549 KB 1028/1063 KB 228/257 KB 1710/1710 KB 1002/1044 KB 204/549 KB 1028/1063 KB 228/257 KB 1710/1710 KB 1002/1044 KB 208/549 KB 1028/1063 KB 228/257 KB 1710/1710 KB 1002/1044 KB 196/549 KB 1028/1063 KB 228/257 KB 1710/1710 KB 1002/1044 KB 196/549 KB 1028/1063 KB 224/257 KB 1710/1710 KB 1002/1044 KB 196/549 KB 1024/1063 KB 224/257 KB 1710/1710 KB 1005/1044 KB 208/549 KB 1028/1063 KB 228/257 KB 1710/1710 KB 1005/1044 KB 208/549 KB 1032/1063 KB 228/257 KB 1710/1710 KB 1005/1044 KB 208/549 KB 1036/1063 KB 228/257 KB 1710/1710 KB 1007/1044 KB 208/549 KB 1036/1063 KB 228/257 KB 1710/1710 KB 1007/1044 KB 208/549 KB 1036/1063 KB 232/257 KB 1710/1710 KB 1007/1044 KB 208/549 KB 1040/1063 KB 236/257 KB 1710/1710 KB 1007/1044 KB 208/549 KB 1040/1063 KB 240/257 KB 1710/1710 KB 1007/1044 KB 208/549 KB 1040/1063 KB 232/257 KB 1710/1710 KB 1010/1044 KB 208/549 KB 1040/1063 KB 240/257 KB 1710/1710 KB 1010/1044 KB 212/549 KB 1040/1063 KB 240/257 KB 1710/1710 KB 1013/1044 KB 216/549 KB 1044/1063 KB 244/257 KB 1710/1710 KB 1013/1044 KB 220/549 KB 1044/1063 KB 244/257 KB 1710/1710 KB 1013/1044 KB 224/549 KB 1044/1063 KB 244/257 KB 1710/1710 KB 1013/1044 KB 212/549 KB 1044/1063 KB 244/257 KB 1710/1710 KB 1013/1044 KB 212/549 KB 1044/1063 KB 240/257 KB 1710/1710 KB 1013/1044 KB 212/549 KB 1040/1063 KB 240/257 KB 1710/1710 KB 1015/1044 KB 224/549 KB 1044/1063 KB 244/257 KB 1710/1710 KB 1018/1044 KB 224/549 KB 1044/1063 KB 244/257 KB 1710/1710 KB 1018/1044 KB 224/549 KB 1048/1063 KB 244/257 KB 1710/1710 KB 1018/1044 KB 224/549 KB 1048/1063 KB 248/257 KB 1710/1710 KB 1018/1044 KB 224/549 KB 1052/1063 KB 248/257 KB 1710/1710 KB 1018/1044 KB 224/549 KB 1056/1063 KB 248/257 KB 1710/1710 KB 1021/1044 KB 224/549 KB 1056/1063 KB 252/257 KB 1710/1710 KB 1018/1044 KB 224/549 KB 1056/1063 KB 252/257 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar (1710 KB at 2332.7 KB/sec) unit-abot-epc-basic-0: 13:33: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.jar unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 1021/1044 KB 224/549 KB 1056/1063 KB 256/257 KB 1021/1044 KB 224/549 KB 1060/1063 KB 256/257 KB 1023/1044 KB 228/549 KB 1063/1063 KB 257/257 KB 1023/1044 KB 228/549 KB 1060/1063 KB 257/257 KB 1023/1044 KB 224/549 KB 1060/1063 KB 257/257 KB 1023/1044 KB 224/549 KB 1060/1063 KB 256/257 KB 1027/1044 KB 232/549 KB 1063/1063 KB 257/257 KB 1031/1044 KB 232/549 KB 1063/1063 KB 257/257 KB 1035/1044 KB 232/549 KB 1063/1063 KB 257/257 KB 1039/1044 KB 232/549 KB 1063/1063 KB 257/257 KB 1027/1044 KB 232/549 KB 1063/1063 KB 257/257 KB 1039/1044 KB 236/549 KB 1063/1063 KB 257/257 KB 1039/1044 KB 240/549 KB 1063/1063 KB 257/257 KB 1039/1044 KB 244/549 KB 1063/1063 KB 257/257 KB 1043/1044 KB 248/549 KB 1063/1063 KB 257/257 KB 1043/1044 KB 252/549 KB 1063/1063 KB 257/257 KB 1043/1044 KB 256/549 KB 1063/1063 KB 257/257 KB 1043/1044 KB 244/549 KB 1063/1063 KB 257/257 KB 1044/1044 KB 256/549 KB 1063/1063 KB 257/257 KB 1044/1044 KB 260/549 KB 1063/1063 KB 257/257 KB 1044/1044 KB 264/549 KB 1063/1063 KB 257/257 KB 1044/1044 KB 268/549 KB 1063/1063 KB 257/257 KB 1044/1044 KB 272/549 KB 1063/1063 KB 257/257 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 1435.3 KB/sec) unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 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 345.8 KB/sec) unit-abot-epc-basic-0: 13:33:33 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 1044/1044 KB 4/358 KB 272/549 KB 8/358 KB 276/549 KB 12/358 KB 276/549 KB 3/5 KB 16/358 KB 276/549 KB 3/5 KB 4/358 KB 276/549 KB 16/358 KB 280/549 KB 3/5 KB 16/358 KB 284/549 KB 3/5 KB 16/358 KB 288/549 KB 3/5 KB 8/358 KB 276/549 KB 3/5 KB 16/358 KB 288/549 KB 3/5 KB 16/358 KB 288/549 KB 5/5 KB 20/358 KB 288/549 KB 5/5 KB 24/358 KB 292/549 KB 5/5 KB 28/358 KB 292/549 KB 5/5 KB 32/358 KB 292/549 KB 5/5 KB 20/358 KB 292/549 KB 5/5 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 1395.6 KB/sec) unit-abot-epc-basic-0: 13:33:33 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 32/358 KB 296/549 KB 5/5 KB 32/358 KB 300/549 KB 5/5 KB 32/358 KB 304/549 KB 5/5 KB 32/358 KB 308/549 KB 5/5 KB 36/358 KB 312/549 KB 5/5 KB 36/358 KB 316/549 KB 5/5 KB 36/358 KB 320/549 KB 5/5 KB 36/358 KB 308/549 KB 5/5 KB 40/358 KB 320/549 KB 5/5 KB 44/358 KB 320/549 KB 5/5 KB 48/358 KB 320/549 KB 5/5 KB 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 48/358 KB 324/549 KB 5/5 KB 52/358 KB 328/549 KB 52/358 KB 332/549 KB 52/358 KB 336/549 KB 52/358 KB 324/549 KB Downloaded: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (5 KB at 5.8 KB/sec) unit-abot-epc-basic-0: 13:33:33 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 56/358 KB 336/549 KB 60/358 KB 336/549 KB 64/358 KB 336/549 KB 68/358 KB 336/549 KB 4/404 KB 72/358 KB 340/549 KB 4/404 KB 68/358 KB 340/549 KB 4/404 KB 76/358 KB 344/549 KB 4/404 KB 76/358 KB 348/549 KB 4/404 KB 68/358 KB 336/549 KB 8/404 KB 76/358 KB 348/549 KB 12/404 KB 76/358 KB 348/549 KB 16/404 KB 76/358 KB 348/549 KB 20/404 KB 76/358 KB 348/549 KB 24/404 KB 76/358 KB 348/549 KB 4/404 KB 76/358 KB 340/549 KB 24/404 KB 76/358 KB 352/549 KB 28/404 KB 76/358 KB 356/549 KB 3/86 KB 28/404 KB 80/358 KB 360/549 KB 3/86 KB 28/404 KB 80/358 KB 364/549 KB 3/86 KB 28/404 KB 76/358 KB 352/549 KB 3/86 KB 24/404 KB 76/358 KB 352/549 KB 3/86 KB 28/404 KB 80/358 KB 364/549 KB 6/86 KB 28/404 KB 80/358 KB 364/549 KB 9/86 KB 28/404 KB 80/358 KB 356/549 KB 3/86 KB 32/404 KB 80/358 KB 364/549 KB 9/86 KB 32/404 KB 80/358 KB 364/549 KB 11/86 KB 32/404 KB 84/358 KB 364/549 KB 11/86 KB 36/404 KB 88/358 KB 364/549 KB 14/86 KB 36/404 KB 92/358 KB 364/549 KB 14/86 KB 36/404 KB 96/358 KB 364/549 KB 14/86 KB 36/404 KB 84/358 KB 364/549 KB 14/86 KB 32/404 KB 84/358 KB 364/549 KB 14/86 KB 36/404 KB 96/358 KB 364/549 KB 16/86 KB 36/404 KB 96/358 KB 364/549 KB 19/86 KB 40/404 KB 96/358 KB 364/549 KB 19/86 KB 44/404 KB 96/358 KB 364/549 KB 19/86 KB 48/404 KB 96/358 KB 368/549 KB 22/86 KB 44/404 KB 96/358 KB 368/549 KB 22/86 KB 44/404 KB 96/358 KB 364/549 KB 22/86 KB 48/404 KB 96/358 KB 372/549 KB 22/86 KB 52/404 KB 100/358 KB 376/549 KB 25/86 KB 52/404 KB 100/358 KB 380/549 KB 25/86 KB 52/404 KB 100/358 KB 384/549 KB 25/86 KB 52/404 KB 100/358 KB 372/549 KB 25/86 KB 48/404 KB 100/358 KB 372/549 KB 25/86 KB 48/404 KB 96/358 KB 372/549 KB 25/86 KB 52/404 KB 100/358 KB 384/549 KB 27/86 KB 52/404 KB 104/358 KB 384/549 KB 27/86 KB 52/404 KB 108/358 KB 384/549 KB 27/86 KB 52/404 KB 108/358 KB 384/549 KB 30/86 KB 56/404 KB 108/358 KB 384/549 KB 30/86 KB 56/404 KB 112/358 KB 384/549 KB 32/86 KB 56/404 KB 112/358 KB 384/549 KB 30/86 KB 60/404 KB 112/358 KB 384/549 KB 32/86 KB 60/404 KB 4/587 KB 112/358 KB 384/549 KB 32/86 KB 60/404 KB 8/587 KB 112/358 KB 384/549 KB 32/86 KB 60/404 KB 12/587 KB 112/358 KB 384/549 KB 32/86 KB 60/404 KB 16/587 KB 112/358 KB 384/549 KB 32/86 KB 64/404 KB 16/587 KB 112/358 KB 388/549 KB 32/86 KB 64/404 KB 20/587 KB 116/358 KB 392/549 KB 36/86 KB 64/404 KB 20/587 KB 116/358 KB 396/549 KB 36/86 KB 64/404 KB 20/587 KB 116/358 KB 400/549 KB 36/86 KB 64/404 KB 20/587 KB 116/358 KB 388/549 KB 36/86 KB 64/404 KB 20/587 KB 112/358 KB 388/549 KB 36/86 KB 64/404 KB 24/587 KB 116/358 KB 400/549 KB 36/86 KB 64/404 KB 28/587 KB 116/358 KB 400/549 KB 36/86 KB 64/404 KB 32/587 KB 116/358 KB 400/549 KB 36/86 KB 64/404 KB 16/587 KB 112/358 KB 388/549 KB 36/86 KB 64/404 KB 16/587 KB 112/358 KB 384/549 KB 32/86 KB 68/404 KB 32/587 KB 116/358 KB 400/549 KB 36/86 KB 68/404 KB 32/587 KB 120/358 KB 400/549 KB 40/86 KB 68/404 KB 32/587 KB 120/358 KB 400/549 KB 36/86 KB 72/404 KB 32/587 KB 120/358 KB 400/549 KB 40/86 KB 76/404 KB 36/587 KB 124/358 KB 400/549 KB 40/86 KB 72/404 KB 36/587 KB 124/358 KB 400/549 KB 40/86 KB 76/404 KB 40/587 KB 124/358 KB 400/549 KB 44/86 KB 76/404 KB 44/587 KB 124/358 KB 400/549 KB 44/86 KB 76/404 KB 48/587 KB 124/358 KB 400/549 KB 44/86 KB 72/404 KB 32/587 KB 124/358 KB 400/549 KB 40/86 KB 76/404 KB 48/587 KB 128/358 KB 400/549 KB 44/86 KB 76/404 KB 52/587 KB 128/358 KB 400/549 KB 44/86 KB 80/4 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 04 KB 56/587 KB 132/358 KB 404/549 KB 44/86 KB 80/404 KB 60/587 KB 132/358 KB 404/549 KB 44/86 KB 80/404 KB 64/587 KB 132/358 KB 404/549 KB 44/86 KB 76/404 KB 36/587 KB 124/358 KB 400/549 KB 44/86 KB 80/404 KB 64/587 KB 132/358 KB 404/549 KB 48/86 KB 80/404 KB 64/587 KB 132/358 KB 404/549 KB 52/86 KB 80/404 KB 64/587 KB 132/358 KB 404/549 KB 56/86 KB 80/404 KB 64/587 KB 132/358 KB 404/549 KB 60/86 KB 80/404 KB 64/587 KB 132/358 KB 404/549 KB 64/86 KB 80/404 KB 52/587 KB 132/358 KB 404/549 KB 44/86 KB 80/404 KB 64/587 KB 132/358 KB 408/549 KB 64/86 KB 80/404 KB 64/587 KB 132/358 KB 412/549 KB 64/86 KB 80/404 KB 64/587 KB 132/358 KB 416/549 KB 64/86 KB 80/404 KB 52/587 KB 132/358 KB 400/549 KB 44/86 KB 80/404 KB 64/587 KB 136/358 KB 416/549 KB 64/86 KB 80/404 KB 52/587 KB 128/358 KB 400/549 KB 44/86 KB 84/404 KB 64/587 KB 136/358 KB 416/549 KB 64/86 KB 88/404 KB 64/587 KB 136/358 KB 416/549 KB 64/86 KB 88/404 KB 64/587 KB 140/358 KB 416/549 KB 64/86 KB 88/404 KB 64/587 KB 144/358 KB 416/549 KB 64/86 KB 92/404 KB 64/587 KB 144/358 KB 420/549 KB 68/86 KB 92/404 KB 68/587 KB 148/358 KB 420/549 KB 72/86 KB 92/404 KB 64/587 KB 144/358 KB 420/549 KB 64/86 KB 92/404 KB 68/587 KB 148/358 KB 424/549 KB 72/86 KB 92/404 KB 64/587 KB 144/358 KB 416/549 KB 64/86 KB 96/404 KB 68/587 KB 148/358 KB 424/549 KB 72/86 KB 100/404 KB 68/587 KB 148/358 KB 424/549 KB 72/86 KB 92/404 KB 68/587 KB 148/358 KB 420/549 KB 68/86 KB 92/404 KB 68/587 KB 144/358 KB 420/549 KB 68/86 KB 100/404 KB 72/587 KB 148/358 KB 428/549 KB 72/86 KB 100/404 KB 76/587 KB 148/358 KB 428/549 KB 72/86 KB 100/404 KB 80/587 KB 148/358 KB 428/549 KB 72/86 KB 100/404 KB 68/587 KB 148/358 KB 428/549 KB 72/86 KB 100/404 KB 80/587 KB 148/358 KB 432/549 KB 72/86 KB 100/404 KB 80/587 KB 152/358 KB 432/549 KB 76/86 KB 100/404 KB 80/587 KB 152/358 KB 432/549 KB 72/86 KB 104/404 KB 80/587 KB 156/358 KB 432/549 KB 76/86 KB 104/404 KB 80/587 KB 152/358 KB 432/549 KB 76/86 KB 108/404 KB 80/587 KB 156/358 KB 432/549 KB 80/86 KB 112/404 KB 80/587 KB 160/358 KB 432/549 KB 80/86 KB 116/404 KB 80/587 KB 160/358 KB 432/549 KB 80/86 KB 120/404 KB 84/587 KB 160/358 KB 436/549 KB 80/86 KB 124/404 KB 84/587 KB 160/358 KB 436/549 KB 80/86 KB 104/404 KB 80/587 KB 156/358 KB 432/549 KB 80/86 KB 124/404 KB 84/587 KB 160/358 KB 436/549 KB 84/86 KB 124/404 KB 84/587 KB 160/358 KB 436/549 KB 86/86 KB 116/404 KB 84/587 KB 160/358 KB 436/549 KB 80/86 KB 116/404 KB 84/587 KB 160/358 KB 432/549 KB 80/86 KB 108/404 KB 80/587 KB 160/358 KB 432/549 KB 80/86 KB 124/404 KB 84/587 KB 164/358 KB 436/549 KB 86/86 KB 124/404 KB 88/587 KB 168/358 KB 440/549 KB 86/86 KB 124/404 KB 88/587 KB 164/358 KB 440/549 KB 86/86 KB 124/404 KB 88/587 KB 168/358 KB 444/549 KB 86/86 KB 124/404 KB 88/587 KB 168/358 KB 448/549 KB 86/86 KB 124/404 KB 88/587 KB 164/358 KB 436/549 KB 86/86 KB 124/404 KB 92/587 KB 168/358 KB 448/549 KB 86/86 KB 124/404 KB 96/587 KB 168/358 KB 448/549 KB 86/86 KB 124/404 KB 100/587 KB 168/358 KB 448/549 KB 86/86 KB 128/404 KB 104/587 KB 172/358 KB 452/549 KB 86/86 KB 128/404 KB 108/587 KB 172/358 KB 452/549 KB 86/86 KB 128/404 KB 100/587 KB 172/358 KB 452/549 KB 86/86 KB 124/404 KB 100/587 KB 172/358 KB 448/549 KB 86/86 KB 128/404 KB 108/587 KB 176/358 KB 452/549 KB 86/86 KB 132/404 KB 108/587 KB 176/358 KB 452/549 KB 86/86 KB 136/404 KB 112/587 KB 180/358 KB 452/549 KB 86/86 KB 140/404 KB 112/587 KB unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 180/358 KB 452/549 KB 86/86 KB 124/404 KB 100/587 KB 172/358 KB 452/549 KB 86/86 KB 140/404 KB 112/587 KB 180/358 KB 456/549 KB 86/86 KB 140/404 KB 112/587 KB 180/358 KB 460/549 KB 86/86 KB 132/404 KB 112/587 KB 180/358 KB 452/549 KB 86/86 KB 140/404 KB 112/587 KB 180/358 KB 464/549 KB 86/86 KB 132/404 KB 108/587 KB 180/358 KB 452/549 KB 86/86 KB 140/404 KB 112/587 KB 184/358 KB 464/549 KB 86/86 KB 140/404 KB 112/587 KB 188/358 KB 464/549 KB 86/86 KB 144/404 KB 112/587 KB 192/358 KB 468/549 KB 86/86 KB 144/404 KB 112/587 KB 188/358 KB 464/549 KB 86/86 KB 144/404 KB 116/587 KB 192/358 KB 468/549 KB 86/86 KB 148/404 KB 120/587 KB 196/358 KB 468/549 KB 144/404 KB 112/587 KB 188/358 KB 468/549 KB 86/86 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar (86 KB at 107.3 KB/sec) unit-abot-epc-basic-0: 13:33:33 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 148/404 KB 120/587 KB 196/358 KB 472/549 KB 148/404 KB 124/587 KB 196/358 KB 476/549 KB 148/404 KB 124/587 KB 196/358 KB 480/549 KB 148/404 KB 116/587 KB 196/358 KB 468/549 KB 86/86 KB 148/404 KB 116/587 KB 192/358 KB 468/549 KB 86/86 KB 148/404 KB 124/587 KB 196/358 KB 472/549 KB 148/404 KB 128/587 KB 196/358 KB 480/549 KB 152/404 KB 128/587 KB 196/358 KB 480/549 KB 156/404 KB 128/587 KB 196/358 KB 480/549 KB 160/404 KB 128/587 KB 200/358 KB 480/549 KB 156/404 KB 128/587 KB 200/358 KB 480/549 KB 160/404 KB 128/587 KB 204/358 KB 480/549 KB 160/404 KB 128/587 KB 208/358 KB 480/549 KB 160/404 KB 128/587 KB 212/358 KB 484/549 KB 164/404 KB 132/587 KB 216/358 KB 484/549 KB 164/404 KB 132/587 KB 220/358 KB 484/549 KB 164/404 KB 132/587 KB 224/358 KB 484/549 KB 160/404 KB 128/587 KB 208/358 KB 484/549 KB 164/404 KB 132/587 KB 224/358 KB 488/549 KB 164/404 KB 132/587 KB 224/358 KB 492/549 KB 164/404 KB 132/587 KB 212/358 KB 484/549 KB 160/404 KB 132/587 KB 212/358 KB 484/549 KB 164/404 KB 136/587 KB 224/358 KB 492/549 KB 164/404 KB 140/587 KB 224/358 KB 492/549 KB 164/404 KB 144/587 KB 224/358 KB 492/549 KB 168/404 KB 144/587 KB 224/358 KB 492/549 KB 168/404 KB 144/587 KB 224/358 KB 492/549 KB 3/894 KB 172/404 KB 144/587 KB 224/358 KB 492/549 KB 3/894 KB 176/404 KB 144/587 KB 224/358 KB 496/549 KB 3/894 KB 172/404 KB 144/587 KB 224/358 KB 496/549 KB 3/894 KB 176/404 KB 144/587 KB 224/358 KB 496/549 KB 6/894 KB 176/404 KB 144/587 KB 224/358 KB 496/549 KB 9/894 KB 176/404 KB 148/587 KB 228/358 KB 496/549 KB 11/894 KB 176/404 KB 148/587 KB 228/358 KB 496/549 KB 14/894 KB 180/404 KB 148/587 KB 228/358 KB 500/549 KB 16/894 KB 176/404 KB 148/587 KB 228/358 KB 496/549 KB 9/894 KB 176/404 KB 148/587 KB 224/358 KB 496/549 KB 9/894 KB 180/404 KB 152/587 KB 228/358 KB 500/549 KB 16/894 KB 180/404 KB 156/587 KB 228/358 KB 500/549 KB 16/894 KB 180/404 KB 160/587 KB 228/358 KB 500/549 KB 16/894 KB 180/404 KB 148/587 KB 228/358 KB 500/549 KB 14/894 KB 180/404 KB 148/587 KB 228/358 KB 500/549 KB 14/894 KB 184/404 KB 160/587 KB 228/358 KB 504/549 KB 16/894 KB 188/404 KB 160/587 KB 228/358 KB 504/549 KB 16/894 KB 184/404 KB 160/587 KB 228/358 KB 504/549 KB 16/894 KB 188/404 KB 160/587 KB 232/358 KB 508/549 KB 16/894 KB 188/404 KB 160/587 KB 232/358 KB 512/549 KB 16/894 KB 188/404 KB 160/587 KB 232/358 KB 504/549 KB 16/894 KB 192/404 KB 160/587 KB 236/358 KB 512/549 KB 16/894 KB 192/404 KB 160/587 KB 232/358 KB 512/549 KB 16/894 KB 192/404 KB 160/587 KB 236/358 KB 512/549 KB 19/894 KB 192/404 KB 164/587 KB 236/358 KB 512/549 KB 19/894 KB 196/404 KB 168/587 KB 240/358 KB 516/549 KB 22/894 KB 196/404 KB 172/587 KB 240/358 KB 516/549 KB 22/894 KB 196/404 KB 164/587 KB 240/358 KB 516/549 KB 22/894 KB 196/404 KB 164/587 KB 240/358 KB 512/549 KB 22/894 KB 192/404 KB 164/587 KB 240/358 KB 512/549 KB 22/894 KB 192/404 KB 164/587 KB 240/358 KB 512/549 KB 19/894 KB 196/404 KB 172/587 KB 240/358 KB 516/549 KB 25/894 KB 196/404 KB 172/587 KB 244/358 KB 516/549 KB 25/894 KB 200/404 KB 176/587 KB 248/358 KB 520/549 KB 27/894 KB 200/404 KB 176/587 KB 244/358 KB 520/549 KB 27/894 KB 200/404 KB 176/587 KB 244/358 KB 520/549 KB 25/894 KB 200/404 KB 176/587 KB 244/358 KB 516/549 KB 25/894 KB 196/404 KB 176/587 KB 244/358 KB 516/549 KB 25/894 KB 204/404 KB 176/587 KB 248/358 KB 520/549 KB 27/894 KB 204/404 KB 176/587 KB 248/358 KB 524/549 KB 27/894 KB 204/404 KB 176/587 KB 248/358 KB unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 528/549 KB 27/894 KB 208/404 KB 176/587 KB 248/358 KB 532/549 KB 30/894 KB 208/404 KB 180/587 KB 252/358 KB 536/549 KB 30/894 KB 208/404 KB 180/587 KB 252/358 KB 540/549 KB 30/894 KB 208/404 KB 176/587 KB 248/358 KB 528/549 KB 27/894 KB 208/404 KB 176/587 KB 248/358 KB 528/549 KB 30/894 KB 208/404 KB 180/587 KB 252/358 KB 540/549 KB 32/894 KB 208/404 KB 180/587 KB 252/358 KB 540/549 KB 36/894 KB 212/404 KB 180/587 KB 252/358 KB 544/549 KB 40/894 KB 212/404 KB 180/587 KB 252/358 KB 544/549 KB 44/894 KB 212/404 KB 180/587 KB 252/358 KB 544/549 KB 48/894 KB 208/404 KB 180/587 KB 252/358 KB 532/549 KB 30/894 KB 208/404 KB 176/587 KB 252/358 KB 532/549 KB 30/894 KB 212/404 KB 180/587 KB 256/358 KB 544/549 KB 48/894 KB 212/404 KB 180/587 KB 260/358 KB 544/549 KB 48/894 KB 212/404 KB 180/587 KB 252/358 KB 544/549 KB 36/894 KB 212/404 KB 180/587 KB 252/358 KB 540/549 KB 36/894 KB 212/404 KB 184/587 KB 260/358 KB 544/549 KB 48/894 KB 212/404 KB 188/587 KB 260/358 KB 544/549 KB 48/894 KB 212/404 KB 192/587 KB 260/358 KB 544/549 KB 48/894 KB 216/404 KB 192/587 KB 260/358 KB 544/549 KB 48/894 KB 220/404 KB 192/587 KB 260/358 KB 544/549 KB 48/894 KB 220/404 KB 196/587 KB 264/358 KB 544/549 KB 48/894 KB 224/404 KB 200/587 KB 264/358 KB 548/549 KB 52/894 KB 224/404 KB 204/587 KB 264/358 KB 548/549 KB 52/894 KB 224/404 KB 208/587 KB 264/358 KB 548/549 KB 52/894 KB 220/404 KB 192/587 KB 264/358 KB 544/549 KB 48/894 KB 224/404 KB 208/587 KB 268/358 KB 548/549 KB 52/894 KB 224/404 KB 208/587 KB 272/358 KB 548/549 KB 52/894 KB 224/404 KB 208/587 KB 276/358 KB 548/549 KB 52/894 KB 224/404 KB 208/587 KB 280/358 KB 548/549 KB 52/894 KB 224/404 KB 208/587 KB 284/358 KB 548/549 KB 52/894 KB 224/404 KB 208/587 KB 288/358 KB 548/549 KB 52/894 KB 224/404 KB 196/587 KB 264/358 KB 548/549 KB 52/894 KB 224/404 KB 208/587 KB 288/358 KB 548/549 KB 56/894 KB 224/404 KB 208/587 KB 288/358 KB 548/549 KB 60/894 KB 224/404 KB 208/587 KB 288/358 KB 548/549 KB 64/894 KB 224/404 KB 196/587 KB 264/358 KB 548/549 KB 48/894 KB 224/404 KB 196/587 KB 264/358 KB 544/549 KB 48/894 KB 224/404 KB 208/587 KB 288/358 KB 549/549 KB 64/894 KB 228/404 KB 208/587 KB 288/358 KB 549/549 KB 64/894 KB 232/404 KB 208/587 KB 288/358 KB 549/549 KB 64/894 KB 236/404 KB 208/587 KB 288/358 KB 549/549 KB 64/894 KB 240/404 KB 208/587 KB 288/358 KB 549/549 KB 64/894 KB 244/404 KB 208/587 KB 288/358 KB 549/549 KB 64/894 KB 248/404 KB 212/587 KB 292/358 KB 549/549 KB 68/894 KB 252/404 KB 212/587 KB 292/358 KB 549/549 KB 68/894 KB 256/404 KB 212/587 KB 292/358 KB 549/549 KB 68/894 KB 244/404 KB 212/587 KB 292/358 KB 549/549 KB 68/894 KB 244/404 KB 212/587 KB 288/358 KB 549/549 KB 68/894 KB 256/404 KB 216/587 KB 292/358 KB 549/549 KB 68/894 KB 256/404 KB 220/587 KB 292/358 KB 549/549 KB 68/894 KB 256/404 KB 224/587 KB 292/358 KB 549/549 KB 68/894 KB 244/404 KB 208/587 KB 288/358 KB 549/549 KB 68/894 KB 256/404 KB 224/587 KB 296/358 KB 549/549 KB 72/894 KB 256/404 KB 224/587 KB 296/358 KB 549/549 KB 76/894 KB 256/404 KB 224/587 KB 296/358 KB 549/549 KB 80/894 KB 256/404 KB 224/587 KB 296/358 KB 549/549 KB 84/894 KB 260/404 KB 228/587 KB 296/358 KB 549/549 KB 88/894 KB 256/404 KB 224/587 KB 296/358 KB 549/549 KB 68/894 KB 260/404 KB 228/587 KB 300/358 KB 549/549 KB 88/894 KB 260/404 KB 228/587 KB 304/358 KB 549/549 KB 88/894 KB 260/404 KB 228/587 KB 308/358 KB 549/549 KB 88/894 KB 260/404 KB 228/587 KB 296/358 KB 5 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 49/549 KB 84/894 KB 256/404 KB 228/587 KB 296/358 KB 549/549 KB 84/894 KB 264/404 KB 232/587 KB 308/358 KB 88/894 KB 264/404 KB 236/587 KB 308/358 KB 88/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.2.2.RELEASE/spring-test-4.2.2.RELEASE.jar (549 KB at 655.4 KB/sec) unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 264/404 KB 228/587 KB 308/358 KB 549/549 KB 88/894 KB 268/404 KB 236/587 KB 308/358 KB 88/894 KB 272/404 KB 236/587 KB 308/358 KB 88/894 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 272/404 KB 240/587 KB 308/358 KB 88/894 KB 272/404 KB 240/587 KB 312/358 KB 88/894 KB 272/404 KB 240/587 KB 316/358 KB 88/894 KB 272/404 KB 240/587 KB 320/358 KB 92/894 KB 272/404 KB 240/587 KB 324/358 KB 92/894 KB 276/404 KB 244/587 KB 328/358 KB 92/894 KB 276/404 KB 244/587 KB 332/358 KB 92/894 KB 276/404 KB 244/587 KB 336/358 KB 92/894 KB 272/404 KB 240/587 KB 316/358 KB 92/894 KB 276/404 KB 244/587 KB 336/358 KB 96/894 KB 276/404 KB 244/587 KB 336/358 KB 100/894 KB 276/404 KB 244/587 KB 336/358 KB 104/894 KB 276/404 KB 244/587 KB 324/358 KB 92/894 KB 276/404 KB 240/587 KB 324/358 KB 92/894 KB 280/404 KB 244/587 KB 336/358 KB 104/894 KB 280/404 KB 248/587 KB 336/358 KB 104/894 KB 284/404 KB 248/587 KB 336/358 KB 104/894 KB 288/404 KB 248/587 KB 336/358 KB 104/894 KB 288/404 KB 252/587 KB 336/358 KB 104/894 KB 288/404 KB 256/587 KB 336/358 KB 104/894 KB 288/404 KB 256/587 KB 336/358 KB 108/894 KB 288/404 KB 256/587 KB 336/358 KB 112/894 KB 288/404 KB 256/587 KB 336/358 KB 116/894 KB 292/404 KB 260/587 KB 340/358 KB 120/894 KB 292/404 KB 260/587 KB 340/358 KB 124/894 KB 292/404 KB 3/26 KB 260/587 KB 340/358 KB 124/894 KB 292/404 KB 4/26 KB 260/587 KB 340/358 KB 124/894 KB 292/404 KB 7/26 KB 260/587 KB 340/358 KB 124/894 KB 292/404 KB 260/587 KB 340/358 KB 116/894 KB 296/404 KB 7/26 KB 260/587 KB 340/358 KB 124/894 KB 288/404 KB 260/587 KB 340/358 KB 116/894 KB 288/404 KB 256/587 KB 340/358 KB 116/894 KB 296/404 KB 8/26 KB 260/587 KB 340/358 KB 124/894 KB 296/404 KB 8/26 KB 260/587 KB 344/358 KB 124/894 KB 300/404 KB 8/26 KB 264/587 KB 348/358 KB 124/894 KB 300/404 KB 8/26 KB 264/587 KB 344/358 KB 124/894 KB 296/404 KB 8/26 KB 264/587 KB 344/358 KB 124/894 KB 304/404 KB 11/26 KB 264/587 KB 348/358 KB 124/894 KB 300/404 KB 11/26 KB 264/587 KB 348/358 KB 124/894 KB 304/404 KB 11/26 KB 268/587 KB 352/358 KB 124/894 KB 304/404 KB 11/26 KB 268/587 KB 348/358 KB 124/894 KB 304/404 KB 11/26 KB 272/587 KB 352/358 KB 124/894 KB 304/404 KB 12/26 KB 272/587 KB 352/358 KB 124/894 KB 304/404 KB 12/26 KB 272/587 KB 352/358 KB 128/894 KB 304/404 KB 12/26 KB 272/587 KB 352/358 KB 132/894 KB 308/404 KB 15/26 KB 276/587 KB 356/358 KB 136/894 KB 308/404 KB 15/26 KB 276/587 KB 356/358 KB 140/894 KB 308/404 KB 15/26 KB 276/587 KB 356/358 KB 132/894 KB 312/404 KB 15/26 KB 276/587 KB 356/358 KB 140/894 KB 304/404 KB 15/26 KB 276/587 KB 356/358 KB 132/894 KB 312/404 KB 15/26 KB 280/587 KB 356/358 KB 140/894 KB 304/404 KB 15/26 KB 272/587 KB 356/358 KB 132/894 KB 304/404 KB 15/26 KB 272/587 KB 352/358 KB 132/894 KB 316/404 KB 16/26 KB 280/587 KB 356/358 KB 140/894 KB 316/404 KB 19/26 KB 280/587 KB 358/358 KB 140/894 KB 316/404 KB 15/26 KB 280/587 KB 356/358 KB 140/894 KB 316/404 KB 20/26 KB 280/587 KB 358/358 KB 140/894 KB 316/404 KB 16/26 KB 280/587 KB 358/358 KB 140/894 KB 320/404 KB 20/26 KB 284/587 KB 358/358 KB 140/894 KB 316/404 KB 20/26 KB 284/587 KB 358/358 KB 140/894 KB 320/404 KB 23/26 KB 284/587 KB 358/358 KB 140/894 KB 320/404 KB 23/26 KB 288/587 KB 358/358 KB 140/894 KB 320/404 KB 23/26 KB 288/587 KB 358/358 KB 144/894 KB 320/404 KB 23/26 KB 288/587 KB 358/358 KB 148/894 KB 324/404 KB 26/26 KB 292/587 KB 358/358 KB 152/894 KB 324/404 KB 26/26 KB 292/587 KB 358/358 KB 148/894 KB 324/404 KB 26/26 KB 288/587 KB 358/358 KB 148/894 KB 320/404 KB 26/26 KB 288/587 KB 358/358 KB 148/894 KB 324/404 KB 26/26 KB 292/587 KB 358/358 KB 152/894 KB 328/404 K unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install B 26/26 KB 292/587 KB 358/358 KB 152/894 KB 328/404 KB 26/26 KB 296/587 KB 358/358 KB 152/894 KB 332/404 KB 26/26 KB 300/587 KB 358/358 KB 152/894 KB 332/404 KB 26/26 KB 304/587 KB 358/358 KB 152/894 KB 332/404 KB 26/26 KB 296/587 KB 358/358 KB 152/894 KB 336/404 KB 26/26 KB 304/587 KB 358/358 KB 152/894 KB 336/404 KB 26/26 KB 304/587 KB 358/358 KB 156/894 KB 336/404 KB 26/26 KB 304/587 KB 358/358 KB 160/894 KB 340/404 KB 26/26 KB 308/587 KB 358/358 KB 164/894 KB 340/404 KB 26/26 KB 308/587 KB 358/358 KB 168/894 KB 340/404 KB 26/26 KB 308/587 KB 172/894 KB 340/404 KB 26/26 KB 308/587 KB 358/358 KB 160/894 KB 340/404 KB 26/26 KB 304/587 KB 358/358 KB 160/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.2.2.RELEASE/spring-aop-4.2.2.RELEASE.jar (358 KB at 416.7 KB/sec) unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 344/404 KB 26/26 KB 308/587 KB 172/894 KB 344/404 KB 26/26 KB 312/587 KB 172/894 KB 344/404 KB 26/26 KB 316/587 KB 172/894 KB 348/404 KB 26/26 KB 316/587 KB 172/894 KB 352/404 KB 316/587 KB 172/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 KB at 29.4 KB/sec) unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 352/404 KB 320/587 KB 172/894 KB Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 352/404 KB 324/587 KB 172/894 KB 356/404 KB 328/587 KB 176/894 KB 356/404 KB 332/587 KB 176/894 KB 356/404 KB 324/587 KB 176/894 KB 360/404 KB 332/587 KB 176/894 KB 364/404 KB 332/587 KB 176/894 KB 368/404 KB 332/587 KB 176/894 KB 352/404 KB 324/587 KB 176/894 KB 368/404 KB 336/587 KB 180/894 KB 368/404 KB 336/587 KB 184/894 KB 368/404 KB 336/587 KB 188/894 KB 368/404 KB 336/587 KB 192/894 KB 368/404 KB 336/587 KB 196/894 KB 372/404 KB 336/587 KB 200/894 KB 372/404 KB 336/587 KB 204/894 KB 372/404 KB 336/587 KB 208/894 KB 368/404 KB 336/587 KB 176/894 KB 372/404 KB 340/587 KB 208/894 KB 372/404 KB 344/587 KB 208/894 KB 372/404 KB 348/587 KB 208/894 KB 372/404 KB 352/587 KB 208/894 KB 372/404 KB 336/587 KB 196/894 KB 376/404 KB 352/587 KB 208/894 KB 380/404 KB 352/587 KB 208/894 KB 384/404 KB 352/587 KB 208/894 KB 384/404 KB 352/587 KB 212/894 KB 4/79 KB 388/404 KB 356/587 KB 216/894 KB 4/79 KB 388/404 KB 356/587 KB 220/894 KB 4/79 KB 388/404 KB 356/587 KB 212/894 KB 4/79 KB 384/404 KB 356/587 KB 212/894 KB 4/79 KB 384/404 KB 352/587 KB 212/894 KB 8/79 KB 388/404 KB 356/587 KB 220/894 KB 12/79 KB 388/404 KB 356/587 KB 220/894 KB 16/79 KB 388/404 KB 356/587 KB 220/894 KB 20/79 KB 388/404 KB 356/587 KB 220/894 KB 24/79 KB 388/404 KB 356/587 KB 220/894 KB 28/79 KB 388/404 KB 356/587 KB 220/894 KB 32/79 KB 388/404 KB 356/587 KB 220/894 KB 36/79 KB 388/404 KB 356/587 KB 220/894 KB 36/79 KB 392/404 KB 360/587 KB 220/894 KB 36/79 KB 396/404 KB 360/587 KB 220/894 KB 36/79 KB 400/404 KB 360/587 KB 220/894 KB 36/79 KB 388/404 KB 360/587 KB 220/894 KB 40/79 KB 400/404 KB 364/587 KB 224/894 KB 40/79 KB 400/404 KB 368/587 KB 224/894 KB 40/79 KB 400/404 KB 360/587 KB 224/894 KB 40/79 KB 400/404 KB 360/587 KB 220/894 KB 44/79 KB 400/404 KB 368/587 KB 224/894 KB 48/79 KB 400/404 KB 368/587 KB 224/894 KB 48/79 KB 404/404 KB 372/587 KB 3/1822 KB 224/894 KB 48/79 KB 400/404 KB 372/587 KB 3/1822 KB 224/894 KB 48/79 KB 404/404 KB 372/587 KB 5/1822 KB 224/894 KB 48/79 KB 404/404 KB 372/587 KB 8/1822 KB 224/894 KB 48/79 KB 404/404 KB 372/587 KB 11/1822 KB 224/894 KB 48/79 KB 404/404 KB 372/587 KB 13/1822 KB 224/894 KB 48/79 KB 404/404 KB 372/587 KB 16/1822 KB 224/894 KB 48/79 KB 404/404 KB 372/587 KB 19/1822 KB 224/894 KB 48/79 KB 404/404 KB 372/587 KB 21/1822 KB 224/894 KB 48/79 KB 404/404 KB 372/587 KB 24/1822 KB 224/894 KB 48/79 KB 404/404 KB 372/587 KB 27/1822 KB 224/894 KB 48/79 KB 404/404 KB 372/587 KB 29/1822 KB 224/894 KB 48/79 KB 404/404 KB 372/587 KB 29/1822 KB 228/894 KB 52/79 KB 404/404 KB 372/587 KB 32/1822 KB 232/894 KB 48/79 KB 400/404 KB 372/587 KB 224/894 KB 52/79 KB 404/404 KB 376/587 KB 32/1822 KB 232/894 KB 52/79 KB 404/404 KB 372/587 KB 32/1822 KB 228/894 KB 48/79 KB 404/404 KB 372/587 KB 32/1822 KB 228/894 KB 52/79 KB 404/404 KB 380/587 KB 36/1822 KB 236/894 KB 56/79 KB 404/404 KB 380/587 KB 40/1822 KB 236/894 KB 52/79 KB 404/404 KB 380/587 KB 32/1822 KB 236/894 KB 52/79 KB 404/404 KB 376/587 KB 32/1822 KB 236/894 KB 56/79 KB 404/404 KB 380/587 KB 44/1822 KB 240/894 KB 56/79 KB 404/404 KB 380/587 KB 36/1822 KB 236/894 KB 60/79 KB 404/404 KB 384/587 KB 44/1822 KB 240/894 KB 64/79 KB 404/404 KB 384/587 KB 44/1822 KB 240/894 KB 56/79 KB 404/404 KB 384/587 KB 44/1822 KB 240/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar (4 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 04 KB at 456.0 KB/sec) unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 68/79 KB 388/587 KB 44/1822 KB 244/894 KB 64/79 KB 388/587 KB 44/1822 KB 244/894 KB 68/79 KB 388/587 KB 44/1822 KB 248/894 KB 68/79 KB 388/587 KB 44/1822 KB 252/894 KB 64/79 KB 388/587 KB 44/1822 KB 240/894 KB 56/79 KB 404/404 KB 380/587 KB 44/1822 KB 240/894 KB 72/79 KB 388/587 KB 48/1822 KB 252/894 KB 72/79 KB 388/587 KB 52/1822 KB 252/894 KB 72/79 KB 392/587 KB 56/1822 KB 256/894 KB 72/79 KB 392/587 KB 60/1822 KB 256/894 KB 72/79 KB 392/587 KB 64/1822 KB 256/894 KB 72/79 KB 388/587 KB 44/1822 KB 252/894 KB Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 72/79 KB 392/587 KB 52/1822 KB 256/894 KB 72/79 KB 392/587 KB 52/1822 KB 252/894 KB 76/79 KB 396/587 KB 64/1822 KB 256/894 KB 76/79 KB 400/587 KB 64/1822 KB 256/894 KB 76/79 KB 404/587 KB 64/1822 KB 256/894 KB 76/79 KB 408/587 KB 68/1822 KB 260/894 KB 76/79 KB 412/587 KB 68/1822 KB 260/894 KB 76/79 KB 392/587 KB 64/1822 KB 256/894 KB 79/79 KB 412/587 KB 68/1822 KB 260/894 KB 76/79 KB 404/587 KB 68/1822 KB 260/894 KB 76/79 KB 404/587 KB 64/1822 KB 260/894 KB 79/79 KB 412/587 KB 68/1822 KB 264/894 KB 79/79 KB 412/587 KB 68/1822 KB 268/894 KB 79/79 KB 412/587 KB 68/1822 KB 269/894 KB 79/79 KB 412/587 KB 68/1822 KB 273/894 KB 79/79 KB 416/587 KB 72/1822 KB 277/894 KB 79/79 KB 416/587 KB 72/1822 KB 281/894 KB 79/79 KB 416/587 KB 72/1822 KB 285/894 KB 79/79 KB 416/587 KB 72/1822 KB 273/894 KB 79/79 KB 416/587 KB 68/1822 KB 273/894 KB 79/79 KB 416/587 KB 76/1822 KB 285/894 KB 79/79 KB 416/587 KB 80/1822 KB 285/894 KB 79/79 KB 420/587 KB 80/1822 KB 285/894 KB 79/79 KB 424/587 KB 80/1822 KB 285/894 KB 79/79 KB 428/587 KB 80/1822 KB 289/894 KB 79/79 KB 432/587 KB 80/1822 KB 289/894 KB 79/79 KB 436/587 KB 84/1822 KB 289/894 KB 79/79 KB 440/587 KB 84/1822 KB 289/894 KB 79/79 KB 444/587 KB 84/1822 KB 289/894 KB 79/79 KB 424/587 KB 80/1822 KB 289/894 KB 79/79 KB 432/587 KB 84/1822 KB 289/894 KB 79/79 KB 444/587 KB 88/1822 KB 289/894 KB 79/79 KB 444/587 KB 92/1822 KB 289/894 KB 79/79 KB 444/587 KB 96/1822 KB 289/894 KB 79/79 KB 444/587 KB 96/1822 KB 293/894 KB 79/79 KB 444/587 KB 96/1822 KB 297/894 KB 79/79 KB 444/587 KB 96/1822 KB 301/894 KB 79/79 KB 444/587 KB 100/1822 KB 301/894 KB 448/587 KB 3/115 KB 104/1822 KB 301/894 KB 79/79 KB 448/587 KB 3/115 KB 100/1822 KB 301/894 KB 448/587 KB 6/115 KB 104/1822 KB 301/894 KB 448/587 KB 9/115 KB 104/1822 KB 301/894 KB 448/587 KB 11/115 KB 104/1822 KB 301/894 KB 448/587 KB 14/115 KB 104/1822 KB 301/894 KB 448/587 KB 16/115 KB 104/1822 KB 301/894 KB 448/587 KB 19/115 KB 104/1822 KB 301/894 KB 448/587 KB 22/115 KB 104/1822 KB 301/894 KB 448/587 KB 25/115 KB 104/1822 KB 301/894 KB 79/79 KB 448/587 KB 100/1822 KB 301/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar (79 KB at 88.0 KB/sec) unit-abot-epc-basic-0: 13:33:33 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 448/587 KB 27/115 KB 104/1822 KB 301/894 KB 448/587 KB 30/115 KB 104/1822 KB 301/894 KB 448/587 KB 32/115 KB 108/1822 KB 305/894 KB 448/587 KB 36/115 KB 108/1822 KB 305/894 KB 452/587 KB 40/115 KB 108/1822 KB 305/894 KB 452/587 KB 44/115 KB 108/1822 KB 305/894 KB 452/587 KB 48/115 KB 108/1822 KB 305/894 KB 448/587 KB 30/115 KB 108/1822 KB 305/894 KB 448/587 KB 30/115 KB 108/1822 KB 301/894 KB 452/587 KB 48/115 KB 112/1822 KB 305/894 KB 452/587 KB 48/115 KB 116/1822 KB 309/894 KB 452/587 KB 48/115 KB 120/1822 KB 309/894 KB 452/587 KB 36/115 KB 108/1822 KB 305/894 KB 452/587 KB 48/115 KB 112/1822 KB 309/894 KB 452/587 KB 48/115 KB 120/1822 KB 313/894 KB 452/587 KB 48/115 KB 120/1822 KB 317/894 KB 456/587 KB 48/115 KB 120/1822 KB 317/894 KB 460/587 KB 48/115 KB 120/1822 KB 317/894 KB 464/587 KB 48/115 KB 120/1822 KB 317/894 KB 464/587 KB 48/115 KB 120/1822 KB 321/894 KB 468/587 KB 48/115 KB 124/1822 KB 325/894 KB 468/587 KB 48/115 KB 124/1822 KB 329/894 KB 468/587 KB 48/115 KB 124/1822 KB 333/894 KB 468/587 KB 48/115 KB 124/1822 KB 321/894 KB 472/587 KB 48/115 KB 124/1822 KB 333/894 KB 476/587 KB 48/115 KB 124/1822 KB 333/894 KB 480/587 KB 48/115 KB 124/1822 KB 333/894 KB 484/587 KB 48/115 KB 124/1822 KB 333/894 KB 488/587 KB 52/115 KB 124/1822 KB 337/894 KB 492/587 KB 52/115 KB 124/1822 KB 337/894 KB 496/587 KB 52/115 KB 124/1822 KB 337/894 KB 464/587 KB 48/115 KB 124/1822 KB 321/894 KB 496/587 KB 4/206 KB 52/115 KB 128/1822 KB 337/894 KB 496/587 KB 4/206 KB 52/115 KB 124/1822 KB 337/894 KB 496/587 KB 8/206 KB 52/115 KB 128/1822 KB 337/894 KB 496/587 KB 12/206 KB 52/115 KB 128/1822 KB 337/894 KB 496/587 KB 16/206 KB 52/115 KB 128/1822 KB 337/894 KB 496/587 KB 20/206 KB 52/115 KB 128/1822 KB 337/894 KB 496/587 KB 24/206 KB 52/115 KB 128/1822 KB 337/894 KB 496/587 KB 28/206 KB 52/115 KB 128/1822 KB 337/894 KB 496/587 KB 32/206 KB 52/115 KB 128/1822 KB 337/894 KB 496/587 KB 32/206 KB 52/115 KB 132/1822 KB 337/894 KB 496/587 KB 32/206 KB 52/115 KB 136/1822 KB 337/894 KB 484/587 KB 52/115 KB 124/1822 KB 337/894 KB 484/587 KB 52/115 KB 124/1822 KB 333/894 KB 496/587 KB 36/206 KB 56/115 KB 136/1822 KB 337/894 KB 496/587 KB 36/206 KB 60/115 KB 136/1822 KB 337/894 KB 496/587 KB 36/206 KB 62/115 KB 136/1822 KB 337/894 KB 496/587 KB 36/206 KB 62/115 KB 136/1822 KB 341/894 KB 496/587 KB 36/206 KB 62/115 KB 140/1822 KB 345/894 KB 496/587 KB 36/206 KB 62/115 KB 140/1822 KB 349/894 KB 496/587 KB 36/206 KB 52/115 KB 136/1822 KB 337/894 KB 496/587 KB 40/206 KB 62/115 KB 140/1822 KB 349/894 KB 496/587 KB 44/206 KB 62/115 KB 140/1822 KB 349/894 KB 496/587 KB 36/206 KB 62/115 KB 140/1822 KB 341/894 KB 496/587 KB 44/206 KB 62/115 KB 144/1822 KB 349/894 KB 496/587 KB 44/206 KB 62/115 KB 144/1822 KB 353/894 KB 500/587 KB 48/206 KB 66/115 KB 148/1822 KB 357/894 KB 500/587 KB 48/206 KB 66/115 KB 148/1822 KB 361/894 KB 500/587 KB 48/206 KB 66/115 KB 148/1822 KB 353/894 KB 496/587 KB 48/206 KB 66/115 KB 148/1822 KB 353/894 KB 496/587 KB 48/206 KB 66/115 KB 144/1822 KB 353/894 KB 496/587 KB 44/206 KB 66/115 KB 144/1822 KB 353/894 KB 500/587 KB 48/206 KB 70/115 KB 148/1822 KB 361/894 KB 500/587 KB 48/206 KB 74/115 KB 148/1822 KB 361/894 KB 500/587 KB 48/206 KB 78/115 KB 148/1822 KB 361/894 KB 500/587 KB 48/206 KB 78/115 KB 152/1822 KB 361/894 KB 500/587 KB 48/206 KB 78/115 KB 156/1822 KB 361/894 KB 500/587 KB 48/206 KB 78/115 KB 160/1822 KB 361/894 KB 504/587 KB 48/206 KB unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 78/115 KB 160/1822 KB 361/894 KB 508/587 KB 48/206 KB 78/115 KB 160/1822 KB 361/894 KB 512/587 KB 52/206 KB 82/115 KB 160/1822 KB 365/894 KB 516/587 KB 52/206 KB 82/115 KB 160/1822 KB 365/894 KB 520/587 KB 52/206 KB 82/115 KB 160/1822 KB 365/894 KB 524/587 KB 52/206 KB 82/115 KB 160/1822 KB 365/894 KB 528/587 KB 52/206 KB 82/115 KB 160/1822 KB 365/894 KB 508/587 KB 52/206 KB 82/115 KB 160/1822 KB 365/894 KB 528/587 KB 52/206 KB 82/115 KB 160/1822 KB 369/894 KB 528/587 KB 52/206 KB 82/115 KB 160/1822 KB 373/894 KB 528/587 KB 52/206 KB 82/115 KB 160/1822 KB 377/894 KB 528/587 KB 52/206 KB 82/115 KB 160/1822 KB 381/894 KB 528/587 KB 52/206 KB 82/115 KB 160/1822 KB 385/894 KB 532/587 KB 52/206 KB 82/115 KB 160/1822 KB 389/894 KB 532/587 KB 52/206 KB 82/115 KB 160/1822 KB 393/894 KB 532/587 KB 52/206 KB 82/115 KB 160/1822 KB 397/894 KB 508/587 KB 52/206 KB 82/115 KB 160/1822 KB 361/894 KB 532/587 KB 52/206 KB 86/115 KB 160/1822 KB 397/894 KB 532/587 KB 52/206 KB 90/115 KB 160/1822 KB 397/894 KB 532/587 KB 52/206 KB 94/115 KB 160/1822 KB 397/894 KB 532/587 KB 52/206 KB 98/115 KB 160/1822 KB 397/894 KB 508/587 KB 52/206 KB 78/115 KB 160/1822 KB 361/894 KB 532/587 KB 56/206 KB 98/115 KB 160/1822 KB 397/894 KB 532/587 KB 60/206 KB 98/115 KB 160/1822 KB 397/894 KB 532/587 KB 64/206 KB 98/115 KB 160/1822 KB 397/894 KB 532/587 KB 68/206 KB 98/115 KB 160/1822 KB 397/894 KB 532/587 KB 72/206 KB 98/115 KB 160/1822 KB 397/894 KB 532/587 KB 76/206 KB 98/115 KB 160/1822 KB 397/894 KB 532/587 KB 80/206 KB 98/115 KB 160/1822 KB 397/894 KB 532/587 KB 80/206 KB 102/115 KB 160/1822 KB 397/894 KB 532/587 KB 80/206 KB 106/115 KB 160/1822 KB 397/894 KB 532/587 KB 80/206 KB 110/115 KB 160/1822 KB 397/894 KB 532/587 KB 52/206 KB 82/115 KB 160/1822 KB 385/894 KB 536/587 KB 80/206 KB 110/115 KB 160/1822 KB 397/894 KB 540/587 KB 80/206 KB 110/115 KB 160/1822 KB 397/894 KB 540/587 KB 84/206 KB 114/115 KB 160/1822 KB 397/894 KB 540/587 KB 84/206 KB 115/115 KB 160/1822 KB 397/894 KB 540/587 KB 84/206 KB 110/115 KB 160/1822 KB 397/894 KB 544/587 KB 84/206 KB 115/115 KB 160/1822 KB 397/894 KB 544/587 KB 88/206 KB 115/115 KB 160/1822 KB 401/894 KB 548/587 KB 88/206 KB 115/115 KB 160/1822 KB 405/894 KB 548/587 KB 88/206 KB 115/115 KB 160/1822 KB 409/894 KB 548/587 KB 88/206 KB 115/115 KB 160/1822 KB 413/894 KB 548/587 KB 88/206 KB 115/115 KB 160/1822 KB 401/894 KB 544/587 KB 88/206 KB 115/115 KB 160/1822 KB 401/894 KB 548/587 KB 92/206 KB 115/115 KB 160/1822 KB 413/894 KB 548/587 KB 96/206 KB 115/115 KB 160/1822 KB 413/894 KB 548/587 KB 100/206 KB 115/115 KB 160/1822 KB 413/894 KB 552/587 KB 100/206 KB 115/115 KB 160/1822 KB 413/894 KB 556/587 KB 100/206 KB 115/115 KB 160/1822 KB 413/894 KB 556/587 KB 104/206 KB 115/115 KB 160/1822 KB 413/894 KB 560/587 KB 108/206 KB 115/115 KB 160/1822 KB 413/894 KB 560/587 KB 104/206 KB 115/115 KB 160/1822 KB 413/894 KB 560/587 KB 112/206 KB 115/115 KB 160/1822 KB 417/894 KB 560/587 KB 116/206 KB 115/115 KB 160/1822 KB 417/894 KB 564/587 KB 120/206 KB 115/115 KB 160/1822 KB 417/894 KB 564/587 KB 116/206 KB 115/115 KB 160/1822 KB 417/894 KB 560/587 KB 108/206 KB 115/115 KB 160/1822 KB 417/894 KB 564/587 KB 120/206 KB 115/115 KB 160/1822 KB 421/894 KB 564/587 KB 120/206 KB 115/115 KB 160/1822 KB 425/894 KB 564/587 KB 120/206 KB 115/115 KB 160/1822 KB 429/894 KB 568/587 KB 120/206 KB 115/115 KB 160/1822 KB 429/894 KB 572/587 KB 120/206 KB 115/115 KB 16 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 0/1822 KB 429/894 KB 576/587 KB 120/206 KB 115/115 KB 160/1822 KB 429/894 KB 576/587 KB 124/206 KB 115/115 KB 160/1822 KB 429/894 KB 576/587 KB 128/206 KB 115/115 KB 160/1822 KB 429/894 KB 580/587 KB 128/206 KB 115/115 KB 160/1822 KB 429/894 KB 584/587 KB 128/206 KB 164/1822 KB 433/894 KB 587/587 KB 128/206 KB 164/1822 KB 433/894 KB 580/587 KB 128/206 KB 164/1822 KB 433/894 KB 580/587 KB 128/206 KB 115/115 KB 164/1822 KB 429/894 KB 587/587 KB 128/206 KB 168/1822 KB 433/894 KB 587/587 KB 128/206 KB 172/1822 KB 433/894 KB 587/587 KB 128/206 KB 176/1822 KB 433/894 KB 587/587 KB 128/206 KB 180/1822 KB 433/894 KB 587/587 KB 128/206 KB 184/1822 KB 433/894 KB 587/587 KB 128/206 KB 188/1822 KB 433/894 KB 587/587 KB 128/206 KB 192/1822 KB 433/894 KB 587/587 KB 128/206 KB 196/1822 KB 433/894 KB 587/587 KB 128/206 KB 200/1822 KB 433/894 KB 587/587 KB 128/206 KB 204/1822 KB 433/894 KB 587/587 KB 128/206 KB 208/1822 KB 433/894 KB 587/587 KB 128/206 KB 212/1822 KB 433/894 KB 587/587 KB 128/206 KB 216/1822 KB 433/894 KB 587/587 KB 128/206 KB 220/1822 KB 433/894 KB 587/587 KB 128/206 KB 224/1822 KB 433/894 KB 587/587 KB 128/206 KB 228/1822 KB 433/894 KB 587/587 KB 128/206 KB 232/1822 KB 433/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar (115 KB at 120.8 KB/sec) unit-abot-epc-basic-0: 13:33:33 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 587/587 KB 128/206 KB 236/1822 KB 433/894 KB 587/587 KB 128/206 KB 240/1822 KB 433/894 KB 587/587 KB 128/206 KB 244/1822 KB 433/894 KB 587/587 KB 132/206 KB 248/1822 KB 437/894 KB 587/587 KB 132/206 KB 244/1822 KB 437/894 KB 587/587 KB 136/206 KB 248/1822 KB 437/894 KB 587/587 KB 140/206 KB 248/1822 KB 437/894 KB 587/587 KB 144/206 KB 248/1822 KB 437/894 KB 587/587 KB 128/206 KB 244/1822 KB 437/894 KB 587/587 KB 144/206 KB 248/1822 KB 441/894 KB 587/587 KB 144/206 KB 248/1822 KB 445/894 KB 587/587 KB 144/206 KB 248/1822 KB 449/894 KB 587/587 KB 148/206 KB 252/1822 KB 453/894 KB 587/587 KB 148/206 KB 252/1822 KB 457/894 KB 587/587 KB 148/206 KB 252/1822 KB 461/894 KB 587/587 KB 148/206 KB 252/1822 KB 449/894 KB 587/587 KB 144/206 KB 252/1822 KB 449/894 KB 587/587 KB 148/206 KB 256/1822 KB 461/894 KB 587/587 KB 148/206 KB 260/1822 KB 461/894 KB 587/587 KB 152/206 KB 264/1822 KB 461/894 KB 587/587 KB 152/206 KB 260/1822 KB 461/894 KB 587/587 KB 156/206 KB 264/1822 KB 461/894 KB 587/587 KB 160/206 KB 264/1822 KB 461/894 KB 587/587 KB 160/206 KB 264/1822 KB 465/894 KB 587/587 KB 160/206 KB 268/1822 KB 469/894 KB 587/587 KB 160/206 KB 268/1822 KB 473/894 KB 587/587 KB 160/206 KB 268/1822 KB 465/894 KB 587/587 KB 164/206 KB 272/1822 KB 473/894 KB 587/587 KB 164/206 KB 268/1822 KB 473/894 KB 587/587 KB 168/206 KB 272/1822 KB 473/894 KB 587/587 KB 168/206 KB 272/1822 KB 477/894 KB 587/587 KB 172/206 KB 272/1822 KB 481/894 KB 587/587 KB 172/206 KB 276/1822 KB 485/894 KB 587/587 KB 172/206 KB 276/1822 KB 489/894 KB 587/587 KB 172/206 KB 276/1822 KB 481/894 KB 587/587 KB 172/206 KB 272/1822 KB 477/894 KB 587/587 KB 176/206 KB 276/1822 KB 493/894 KB 587/587 KB 176/206 KB 280/1822 KB 493/894 KB 587/587 KB 180/206 KB 280/1822 KB 493/894 KB 587/587 KB 184/206 KB 284/1822 KB 493/894 KB Downloaded: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-core/1.2.1/pcap4j-core-1.2.1.jar (587 KB at 614.3 KB/sec) unit-abot-epc-basic-0: 13:33:33 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 587/587 KB 180/206 KB 284/1822 KB 493/894 KB 184/206 KB 288/1822 KB 493/894 KB 587/587 KB 184/206 KB 284/1822 KB 493/894 KB 188/206 KB 288/1822 KB 493/894 KB 192/206 KB 288/1822 KB 493/894 KB 196/206 KB 288/1822 KB 493/894 KB 200/206 KB 292/1822 KB 497/894 KB 204/206 KB 292/1822 KB 497/894 KB 206/206 KB 292/1822 KB 497/894 KB 196/206 KB 292/1822 KB 497/894 KB 196/206 KB 292/1822 KB 493/894 KB 206/206 KB 296/1822 KB 497/894 KB 206/206 KB 300/1822 KB 497/894 KB 206/206 KB 304/1822 KB 497/894 KB 206/206 KB 304/1822 KB 501/894 KB 206/206 KB 304/1822 KB 505/894 KB 206/206 KB 304/1822 KB 509/894 KB 4/314 KB 206/206 KB 304/1822 KB 509/894 KB 8/314 KB 206/206 KB 304/1822 KB 509/894 KB 12/314 KB 206/206 KB 304/1822 KB 509/894 KB 16/314 KB 206/206 KB 304/1822 KB 509/894 KB 16/314 KB 206/206 KB 304/1822 KB 509/894 KB 3/57 KB 16/314 KB 206/206 KB 304/1822 KB 509/894 KB 6/57 KB 20/314 KB 206/206 KB 304/1822 KB 509/894 KB 6/57 KB 24/314 KB 206/206 KB 304/1822 KB 509/894 KB 6/57 KB 28/314 KB 206/206 KB 304/1822 KB 509/894 KB 6/57 KB 32/314 KB 206/206 KB 304/1822 KB 509/894 KB 6/57 KB 32/314 KB 206/206 KB 304/1822 KB 509/894 KB 9/57 KB 32/314 KB 206/206 KB 304/1822 KB 509/894 KB 11/57 KB 32/314 KB 206/206 KB 304/1822 KB 509/894 KB 14/57 KB 32/314 KB 206/206 KB 304/1822 KB 509/894 KB 16/57 KB 32/314 KB 206/206 KB 304/1822 KB 509/894 KB 19/57 KB 36/314 KB 206/206 KB 308/1822 KB 509/894 KB 22/57 KB 36/314 KB 206/206 KB 308/1822 KB 509/894 KB 25/57 KB 36/314 KB 206/206 KB 308/1822 KB 513/894 KB 27/57 KB 36/314 KB 206/206 KB 308/1822 KB 509/894 KB 19/57 KB 36/314 KB 206/206 KB 304/1822 KB 509/894 KB 19/57 KB 40/314 KB 206/206 KB 308/1822 KB 513/894 KB 27/57 KB 44/314 KB 206/206 KB 308/1822 KB 513/894 KB 27/57 KB 48/314 KB 206/206 KB 308/1822 KB 513/894 KB 27/57 KB 52/314 KB 206/206 KB 308/1822 KB 513/894 KB 27/57 KB 56/314 KB 206/206 KB 308/1822 KB 513/894 KB 27/57 KB 60/314 KB 206/206 KB 308/1822 KB 513/894 KB 27/57 KB 64/314 KB 206/206 KB 308/1822 KB 513/894 KB 27/57 KB 64/314 KB 206/206 KB 312/1822 KB 513/894 KB 27/57 KB 36/314 KB 206/206 KB 308/1822 KB 513/894 KB 25/57 KB 64/314 KB 206/206 KB 312/1822 KB 517/894 KB 27/57 KB 64/314 KB 206/206 KB 312/1822 KB 521/894 KB 27/57 KB 64/314 KB 206/206 KB 316/1822 KB 521/894 KB 27/57 KB 64/314 KB 206/206 KB 320/1822 KB 521/894 KB 27/57 KB 64/314 KB 206/206 KB 320/1822 KB 525/894 KB 27/57 KB 64/314 KB 206/206 KB 324/1822 KB 525/894 KB 27/57 KB 68/314 KB 206/206 KB 328/1822 KB 529/894 KB 30/57 KB 68/314 KB 206/206 KB 332/1822 KB 529/894 KB 30/57 KB 68/314 KB 206/206 KB 324/1822 KB 529/894 KB 30/57 KB 68/314 KB 206/206 KB 324/1822 KB 525/894 KB 30/57 KB 64/314 KB 206/206 KB 324/1822 KB 525/894 KB 30/57 KB 72/314 KB 206/206 KB 336/1822 KB 529/894 KB 30/57 KB 76/314 KB 206/206 KB 336/1822 KB 529/894 KB 30/57 KB 80/314 KB 336/1822 KB 529/894 KB 32/57 KB 76/314 KB 336/1822 KB 529/894 KB 32/57 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar (206 KB at 212.1 KB/sec) unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 80/314 KB 336/1822 KB 533/894 KB 32/57 KB 80/314 KB 336/1822 KB 537/894 KB 32/57 KB 80/314 KB 336/1822 KB 541/894 KB 32/57 KB 80/314 KB 336/1822 KB 545/894 KB 32/57 KB 84/314 KB 336/1822 KB 549/894 KB 36/57 KB 84/314 KB 336/1822 KB 553/894 KB 36/57 KB 84/314 KB 336/1822 KB 557/894 KB 36/57 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 84/314 KB 336/1822 KB 545/894 KB 36/57 KB 88/314 KB 336/1822 KB 557/894 KB 36/57 KB 92/314 KB 336/1822 KB 557/894 KB 36/57 KB 80/314 KB 336/1822 KB 545/894 KB 36/57 KB 68/314 KB 206/206 KB 336/1822 KB 541/894 KB 32/57 KB 92/314 KB 336/1822 KB 557/894 KB 40/57 KB 92/314 KB 336/1822 KB 557/894 KB 44/57 KB 92/314 KB 336/1822 KB 557/894 KB 48/57 KB 92/314 KB 340/1822 KB 557/894 KB 48/57 KB 96/314 KB 340/1822 KB 557/894 KB 48/57 KB 96/314 KB 344/1822 KB 557/894 KB 48/57 KB 96/314 KB 348/1822 KB 557/894 KB 48/57 KB 96/314 KB 352/1822 KB 557/894 KB 52/57 KB 96/314 KB 348/1822 KB 557/894 KB 52/57 KB 96/314 KB 352/1822 KB 557/894 KB 56/57 KB 96/314 KB 352/1822 KB 557/894 KB 57/57 KB 100/314 KB 352/1822 KB 557/894 KB 57/57 KB 104/314 KB 356/1822 KB 561/894 KB 57/57 KB 108/314 KB 356/1822 KB 561/894 KB 57/57 KB 112/314 KB 356/1822 KB 561/894 KB 57/57 KB 100/314 KB 356/1822 KB 561/894 KB 57/57 KB 100/314 KB 352/1822 KB 561/894 KB 57/57 KB 112/314 KB 356/1822 KB 565/894 KB 57/57 KB 112/314 KB 356/1822 KB 569/894 KB 57/57 KB 112/314 KB 360/1822 KB 573/894 KB 57/57 KB 112/314 KB 360/1822 KB 569/894 KB 57/57 KB 112/314 KB 364/1822 KB 573/894 KB 57/57 KB 112/314 KB 368/1822 KB 573/894 KB 57/57 KB 116/314 KB 368/1822 KB 573/894 KB 57/57 KB 116/314 KB 372/1822 KB 577/894 KB 57/57 KB 4/263 KB 120/314 KB 372/1822 KB 581/894 KB 57/57 KB 4/263 KB 120/314 KB 372/1822 KB 585/894 KB 57/57 KB 4/263 KB 116/314 KB 372/1822 KB 573/894 KB 57/57 KB 4/263 KB 116/314 KB 368/1822 KB 573/894 KB 57/57 KB 4/263 KB 120/314 KB 372/1822 KB 589/894 KB 57/57 KB 8/263 KB 120/314 KB 372/1822 KB 589/894 KB 57/57 KB 12/263 KB 120/314 KB 372/1822 KB 589/894 KB 57/57 KB 16/263 KB 120/314 KB 372/1822 KB 589/894 KB 57/57 KB 20/263 KB 120/314 KB 372/1822 KB 589/894 KB 24/263 KB 120/314 KB 372/1822 KB 589/894 KB 28/263 KB 120/314 KB 372/1822 KB 577/894 KB 57/57 KB 4/263 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar (57 KB at 57.7 KB/sec) unit-abot-epc-basic-0: 13:33:33 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 124/314 KB 372/1822 KB 589/894 KB 32/263 KB 128/314 KB 372/1822 KB 589/894 KB 32/263 KB 128/314 KB 376/1822 KB 589/894 KB 32/263 KB 128/314 KB 380/1822 KB 589/894 KB 32/263 KB 128/314 KB 384/1822 KB 589/894 KB 32/263 KB 120/314 KB 372/1822 KB 589/894 KB 57/57 KB 4/263 KB 120/314 KB 372/1822 KB 589/894 KB 32/263 KB 128/314 KB 384/1822 KB 589/894 KB 36/263 KB 132/314 KB 4/99 KB 388/1822 KB 593/894 KB 40/263 KB 132/314 KB 4/99 KB 388/1822 KB 593/894 KB 44/263 KB 132/314 KB 4/99 KB 388/1822 KB 593/894 KB 48/263 KB 132/314 KB 4/99 KB 388/1822 KB 593/894 KB 52/263 KB 132/314 KB 4/99 KB 388/1822 KB 593/894 KB 56/263 KB 132/314 KB 4/99 KB 388/1822 KB 593/894 KB 36/263 KB 132/314 KB 388/1822 KB 593/894 KB 36/263 KB 136/314 KB 4/99 KB 388/1822 KB 593/894 KB 56/263 KB 140/314 KB 4/99 KB 388/1822 KB 593/894 KB 56/263 KB 128/314 KB 388/1822 KB 593/894 KB 36/263 KB 128/314 KB 384/1822 KB 593/894 KB 36/263 KB 140/314 KB 4/99 KB 388/1822 KB 597/894 KB 56/263 KB 140/314 KB 4/99 KB 388/1822 KB 601/894 KB 56/263 KB 140/314 KB 4/99 KB 388/1822 KB 605/894 KB 56/263 KB 140/314 KB 4/99 KB 392/1822 KB 605/894 KB 56/263 KB 144/314 KB 4/99 KB 392/1822 KB 605/894 KB 56/263 KB 144/314 KB 4/99 KB 396/1822 KB 605/894 KB 56/263 KB 144/314 KB 4/99 KB 400/1822 KB 605/894 KB 56/263 KB 144/314 KB 4/99 KB 404/1822 KB 605/894 KB 56/263 KB 148/314 KB 8/99 KB 408/1822 KB 609/894 KB 60/263 KB 148/314 KB 8/99 KB 412/1822 KB 609/894 KB 60/263 KB 148/314 KB 8/99 KB 416/1822 KB 609/894 KB 60/263 KB 148/314 KB 8/99 KB 404/1822 KB 609/894 KB 60/263 KB 148/314 KB 4/99 KB 404/1822 KB 609/894 KB 60/263 KB 148/314 KB 8/99 KB 416/1822 KB 609/894 KB 64/263 KB 148/314 KB 4/99 KB 404/1822 KB 609/894 KB 56/263 KB 144/314 KB 4/99 KB 404/1822 KB 609/894 KB 56/263 KB 148/314 KB 12/99 KB 416/1822 KB 613/894 KB 64/263 KB 152/314 KB 12/99 KB 416/1822 KB 617/894 KB 64/263 KB 156/314 KB 12/99 KB 416/1822 KB 617/894 KB 64/263 KB 160/314 KB 12/99 KB 416/1822 KB 617/894 KB 64/263 KB 148/314 KB 12/99 KB 416/1822 KB 609/894 KB 64/263 KB 160/314 KB 16/99 KB 416/1822 KB 617/894 KB 64/263 KB 160/314 KB 20/99 KB 416/1822 KB 617/894 KB 64/263 KB 164/314 KB 24/99 KB 420/1822 KB 617/894 KB 68/263 KB 164/314 KB 28/99 KB 420/1822 KB 617/894 KB 68/263 KB 148/314 KB 12/99 KB 416/1822 KB 617/894 KB 64/263 KB 164/314 KB 28/99 KB 420/1822 KB 621/894 KB 68/263 KB 164/314 KB 28/99 KB 420/1822 KB 625/894 KB 68/263 KB 164/314 KB 28/99 KB 420/1822 KB 629/894 KB 68/263 KB 164/314 KB 20/99 KB 420/1822 KB 617/894 KB 68/263 KB 164/314 KB 28/99 KB 420/1822 KB 629/894 KB 72/263 KB 164/314 KB 28/99 KB 420/1822 KB 629/894 KB 76/263 KB 164/314 KB 28/99 KB 420/1822 KB 629/894 KB 80/263 KB 164/314 KB 20/99 KB 420/1822 KB 617/894 KB 64/263 KB 164/314 KB 20/99 KB 416/1822 KB 617/894 KB 64/263 KB 168/314 KB 28/99 KB 420/1822 KB 633/894 KB 80/263 KB 168/314 KB 28/99 KB 424/1822 KB 633/894 KB 80/263 KB 164/314 KB 28/99 KB 420/1822 KB 633/894 KB 80/263 KB 172/314 KB 28/99 KB 428/1822 KB 633/894 KB 80/263 KB 172/314 KB 32/99 KB 432/1822 KB 637/894 KB 80/263 KB 172/314 KB 28/99 KB 424/1822 KB 633/894 KB 80/263 KB 176/314 KB 32/99 KB 432/1822 KB 637/894 KB 80/263 KB 172/314 KB 32/99 KB 428/1822 KB 637/894 KB 80/263 KB 172/314 KB 28/99 KB 428/1822 KB 637/894 KB 80/263 KB 176/314 KB 32/99 KB 432/1822 KB 637/894 KB 84/263 KB 180/314 KB 36/99 KB 436/1822 KB 641/894 KB 88/263 KB 180/314 KB 36/99 KB 436/1822 KB 641/894 KB 84/263 KB 184/314 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install KB 36/99 KB 436/1822 KB 641/894 KB 92/263 KB 188/314 KB 36/99 KB 436/1822 KB 641/894 KB 92/263 KB 176/314 KB 36/99 KB 436/1822 KB 641/894 KB 84/263 KB 176/314 KB 36/99 KB 432/1822 KB 641/894 KB 84/263 KB 176/314 KB 36/99 KB 432/1822 KB 637/894 KB 84/263 KB 188/314 KB 40/99 KB 436/1822 KB 641/894 KB 92/263 KB 188/314 KB 44/99 KB 436/1822 KB 645/894 KB 92/263 KB 180/314 KB 36/99 KB 436/1822 KB 641/894 KB 92/263 KB 188/314 KB 44/99 KB 440/1822 KB 645/894 KB 92/263 KB 188/314 KB 40/99 KB 436/1822 KB 645/894 KB 92/263 KB 188/314 KB 44/99 KB 440/1822 KB 645/894 KB 96/263 KB 188/314 KB 44/99 KB 444/1822 KB 649/894 KB 96/263 KB 188/314 KB 48/99 KB 448/1822 KB 649/894 KB 96/263 KB 188/314 KB 44/99 KB 440/1822 KB 649/894 KB 96/263 KB 192/314 KB 48/99 KB 448/1822 KB 653/894 KB 96/263 KB 192/314 KB 48/99 KB 448/1822 KB 649/894 KB 96/263 KB 188/314 KB 48/99 KB 444/1822 KB 649/894 KB 96/263 KB 192/314 KB 48/99 KB 448/1822 KB 657/894 KB 96/263 KB 196/314 KB 52/99 KB 452/1822 KB 661/894 KB 100/263 KB 196/314 KB 52/99 KB 452/1822 KB 665/894 KB 100/263 KB 196/314 KB 52/99 KB 452/1822 KB 669/894 KB 100/263 KB 196/314 KB 52/99 KB 452/1822 KB 657/894 KB 100/263 KB 196/314 KB 48/99 KB 452/1822 KB 657/894 KB 100/263 KB 196/314 KB 48/99 KB 448/1822 KB 657/894 KB 96/263 KB 196/314 KB 48/99 KB 452/1822 KB 657/894 KB 96/263 KB 196/314 KB 56/99 KB 452/1822 KB 669/894 KB 104/263 KB 196/314 KB 56/99 KB 452/1822 KB 669/894 KB 100/263 KB 200/314 KB 56/99 KB 456/1822 KB 669/894 KB 104/263 KB 196/314 KB 56/99 KB 456/1822 KB 669/894 KB 104/263 KB 200/314 KB 56/99 KB 456/1822 KB 669/894 KB 108/263 KB 204/314 KB 60/99 KB 460/1822 KB 669/894 KB 112/263 KB 204/314 KB 60/99 KB 460/1822 KB 669/894 KB 108/263 KB 204/314 KB 60/99 KB 456/1822 KB 669/894 KB 108/263 KB 200/314 KB 60/99 KB 456/1822 KB 669/894 KB 108/263 KB 204/314 KB 64/99 KB 460/1822 KB 669/894 KB 112/263 KB 208/314 KB 64/99 KB 464/1822 KB 669/894 KB 112/263 KB 204/314 KB 64/99 KB 464/1822 KB 669/894 KB 112/263 KB 208/314 KB 64/99 KB 464/1822 KB 669/894 KB 116/263 KB 212/314 KB 68/99 KB 468/1822 KB 673/894 KB 120/263 KB 212/314 KB 68/99 KB 468/1822 KB 673/894 KB 124/263 KB 212/314 KB 68/99 KB 468/1822 KB 673/894 KB 128/263 KB 212/314 KB 68/99 KB 468/1822 KB 673/894 KB 116/263 KB 212/314 KB 68/99 KB 468/1822 KB 669/894 KB 116/263 KB 212/314 KB 68/99 KB 468/1822 KB 677/894 KB 128/263 KB 212/314 KB 64/99 KB 468/1822 KB 669/894 KB 116/263 KB 212/314 KB 64/99 KB 464/1822 KB 669/894 KB 116/263 KB 212/314 KB 72/99 KB 468/1822 KB 677/894 KB 128/263 KB 216/314 KB 72/99 KB 468/1822 KB 677/894 KB 128/263 KB 216/314 KB 76/99 KB 472/1822 KB 681/894 KB 128/263 KB 216/314 KB 76/99 KB 468/1822 KB 681/894 KB 128/263 KB 216/314 KB 76/99 KB 468/1822 KB 677/894 KB 128/263 KB 220/314 KB 76/99 KB 472/1822 KB 681/894 KB 128/263 KB 220/314 KB 76/99 KB 476/1822 KB 685/894 KB 128/263 KB 220/314 KB 76/99 KB 476/1822 KB 681/894 KB 128/263 KB 220/314 KB 80/99 KB 480/1822 KB 685/894 KB 128/263 KB 224/314 KB 80/99 KB 484/1822 KB 685/894 KB 128/263 KB 224/314 KB 80/99 KB 488/1822 KB 689/894 KB 132/263 KB 224/314 KB 80/99 KB 492/1822 KB 689/894 KB 132/263 KB 224/314 KB 80/99 KB 496/1822 KB 689/894 KB 132/263 KB 220/314 KB 80/99 KB 476/1822 KB 685/894 KB 128/263 KB 224/314 KB 80/99 KB 480/1822 KB 685/894 KB 128/263 KB 228/314 KB 80/99 KB 496/1822 KB 689/894 KB 132/263 KB 232/314 KB 84/99 KB 496/1822 KB 689/894 KB 132/263 KB 236/314 KB 84/99 KB 496/ unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 1822 KB 689/894 KB 132/263 KB 240/314 KB 84/99 KB 496/1822 KB 689/894 KB 132/263 KB 224/314 KB 80/99 KB 484/1822 KB 689/894 KB 132/263 KB 224/314 KB 80/99 KB 484/1822 KB 685/894 KB 132/263 KB 240/314 KB 84/99 KB 496/1822 KB 689/894 KB 136/263 KB 240/314 KB 84/99 KB 496/1822 KB 689/894 KB 140/263 KB 228/314 KB 84/99 KB 496/1822 KB 689/894 KB 132/263 KB 240/314 KB 84/99 KB 496/1822 KB 693/894 KB 140/263 KB 240/314 KB 84/99 KB 496/1822 KB 693/894 KB 144/263 KB 240/314 KB 88/99 KB 496/1822 KB 697/894 KB 144/263 KB 240/314 KB 88/99 KB 496/1822 KB 701/894 KB 144/263 KB 240/314 KB 88/99 KB 496/1822 KB 693/894 KB 144/263 KB 240/314 KB 92/99 KB 496/1822 KB 701/894 KB 144/263 KB 240/314 KB 96/99 KB 496/1822 KB 701/894 KB 144/263 KB 240/314 KB 96/99 KB 496/1822 KB 701/894 KB 148/263 KB 244/314 KB 99/99 KB 500/1822 KB 705/894 KB 152/263 KB 244/314 KB 99/99 KB 500/1822 KB 705/894 KB 156/263 KB 244/314 KB 99/99 KB 500/1822 KB 705/894 KB 160/263 KB 244/314 KB 99/99 KB 500/1822 KB 705/894 KB 148/263 KB 244/314 KB 99/99 KB 496/1822 KB 705/894 KB 148/263 KB 244/314 KB 99/99 KB 496/1822 KB 701/894 KB 148/263 KB 244/314 KB 96/99 KB 496/1822 KB 701/894 KB 148/263 KB 248/314 KB 99/99 KB 500/1822 KB 705/894 KB 160/263 KB 252/314 KB 99/99 KB 504/1822 KB 709/894 KB 160/263 KB 256/314 KB 99/99 KB 504/1822 KB 709/894 KB 160/263 KB 248/314 KB 99/99 KB 504/1822 KB 709/894 KB 160/263 KB 248/314 KB 99/99 KB 500/1822 KB 709/894 KB 160/263 KB 256/314 KB 99/99 KB 504/1822 KB 713/894 KB 160/263 KB 256/314 KB 99/99 KB 508/1822 KB 713/894 KB 160/263 KB 256/314 KB 99/99 KB 508/1822 KB 717/894 KB 160/263 KB 256/314 KB 99/99 KB 512/1822 KB 717/894 KB 160/263 KB 260/314 KB 99/99 KB 512/1822 KB 717/894 KB 160/263 KB 264/314 KB 99/99 KB 516/1822 KB 721/894 KB 164/263 KB 268/314 KB 99/99 KB 516/1822 KB 721/894 KB 164/263 KB 272/314 KB 99/99 KB 516/1822 KB 721/894 KB 164/263 KB 260/314 KB 99/99 KB 516/1822 KB 721/894 KB 164/263 KB 260/314 KB 99/99 KB 512/1822 KB 721/894 KB 164/263 KB 260/314 KB 99/99 KB 512/1822 KB 717/894 KB 164/263 KB 272/314 KB 99/99 KB 516/1822 KB 721/894 KB 168/263 KB 272/314 KB 99/99 KB 516/1822 KB 721/894 KB 172/263 KB 272/314 KB 99/99 KB 516/1822 KB 725/894 KB 176/263 KB 272/314 KB 99/99 KB 516/1822 KB 725/894 KB 172/263 KB 272/314 KB 99/99 KB 516/1822 KB 729/894 KB 176/263 KB 272/314 KB 99/99 KB 520/1822 KB 729/894 KB 176/263 KB 272/314 KB 99/99 KB 524/1822 KB 733/894 KB 176/263 KB 272/314 KB 99/99 KB 520/1822 KB 733/894 KB 176/263 KB 276/314 KB 99/99 KB 528/1822 KB 733/894 KB 176/263 KB 280/314 KB 99/99 KB 528/1822 KB 737/894 KB 180/263 KB 284/314 KB 99/99 KB 528/1822 KB 737/894 KB 180/263 KB 288/314 KB 99/99 KB 528/1822 KB 737/894 KB 180/263 KB 276/314 KB 99/99 KB 528/1822 KB 737/894 KB 180/263 KB 288/314 KB 528/1822 KB 737/894 KB 184/263 KB 288/314 KB 528/1822 KB 737/894 KB 188/263 KB 276/314 KB 99/99 KB 528/1822 KB 737/894 KB 176/263 KB 272/314 KB 99/99 KB 528/1822 KB 733/894 KB 176/263 KB 288/314 KB 532/1822 KB 737/894 KB 188/263 KB Downloaded: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.jar (99 KB at 96.1 KB/sec) unit-abot-epc-basic-0: 13:33:33 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 288/314 KB 532/1822 KB 741/894 KB 188/263 KB 288/314 KB 532/1822 KB 745/894 KB 192/263 KB 288/314 KB 536/1822 KB 749/894 KB 192/263 KB 292/314 KB 536/1822 KB 753/894 KB 192/263 KB 292/314 KB 536/1822 KB 757/894 KB 192/263 KB 292/314 KB 536/1822 KB 761/894 KB 192/263 KB 292/314 KB 536/1822 KB 765/894 KB 192/263 KB 288/314 KB 532/1822 KB 741/894 KB 192/263 KB 292/314 KB 536/1822 KB 765/894 KB 196/263 KB 292/314 KB 536/1822 KB 765/894 KB 200/263 KB 292/314 KB 536/1822 KB 765/894 KB 204/263 KB 292/314 KB 536/1822 KB 765/894 KB 208/263 KB 292/314 KB 536/1822 KB 749/894 KB 192/263 KB 288/314 KB 536/1822 KB 745/894 KB 192/263 KB 292/314 KB 540/1822 KB 765/894 KB 208/263 KB 292/314 KB 544/1822 KB 765/894 KB 208/263 KB 292/314 KB 548/1822 KB 765/894 KB 208/263 KB 296/314 KB 548/1822 KB 765/894 KB 208/263 KB 300/314 KB 548/1822 KB 765/894 KB 208/263 KB 304/314 KB 548/1822 KB 765/894 KB 208/263 KB 304/314 KB 552/1822 KB 765/894 KB 208/263 KB 304/314 KB 556/1822 KB 765/894 KB 208/263 KB 304/314 KB 560/1822 KB 765/894 KB 208/263 KB 304/314 KB 564/1822 KB 769/894 KB 208/263 KB 308/314 KB 568/1822 KB 769/894 KB 212/263 KB 304/314 KB 560/1822 KB 769/894 KB 208/263 KB 308/314 KB 564/1822 KB 769/894 KB 212/263 KB 308/314 KB 568/1822 KB 769/894 KB 4/276 KB 216/263 KB 308/314 KB 564/1822 KB 769/894 KB 208/263 KB 312/314 KB 568/1822 KB 773/894 KB 4/276 KB 216/263 KB 314/314 KB 568/1822 KB 773/894 KB 4/276 KB 216/263 KB 308/314 KB 568/1822 KB 773/894 KB 4/276 KB 216/263 KB 308/314 KB 568/1822 KB 769/894 KB 4/276 KB 212/263 KB 314/314 KB 568/1822 KB 773/894 KB 8/276 KB 220/263 KB 314/314 KB 568/1822 KB 777/894 KB 8/276 KB 220/263 KB 314/314 KB 568/1822 KB 781/894 KB 12/276 KB 220/263 KB 314/314 KB 568/1822 KB 773/894 KB 4/276 KB 220/263 KB 314/314 KB 568/1822 KB 781/894 KB 12/276 KB 224/263 KB 314/314 KB 568/1822 KB 777/894 KB 12/276 KB 220/263 KB 314/314 KB 568/1822 KB 781/894 KB 16/276 KB 224/263 KB 314/314 KB 572/1822 KB 781/894 KB 16/276 KB 224/263 KB 314/314 KB 576/1822 KB 781/894 KB 16/276 KB 224/263 KB 314/314 KB 580/1822 KB 785/894 KB 16/276 KB 224/263 KB 314/314 KB 584/1822 KB 785/894 KB 20/276 KB 228/263 KB 314/314 KB 588/1822 KB 785/894 KB 20/276 KB 228/263 KB 314/314 KB 576/1822 KB 785/894 KB 16/276 KB 224/263 KB 314/314 KB 580/1822 KB 785/894 KB 20/276 KB 228/263 KB 314/314 KB 592/1822 KB 785/894 KB 20/276 KB 232/263 KB 314/314 KB 580/1822 KB 785/894 KB 20/276 KB 224/263 KB 314/314 KB 592/1822 KB 789/894 KB 20/276 KB 232/263 KB 314/314 KB 592/1822 KB 793/894 KB 20/276 KB 236/263 KB 314/314 KB 592/1822 KB 789/894 KB 20/276 KB 236/263 KB 314/314 KB 592/1822 KB 793/894 KB 24/276 KB 236/263 KB 314/314 KB 592/1822 KB 793/894 KB 24/276 KB 240/263 KB 314/314 KB 592/1822 KB 797/894 KB 28/276 KB 240/263 KB 314/314 KB 592/1822 KB 797/894 KB 24/276 KB 240/263 KB 314/314 KB 592/1822 KB 797/894 KB 28/276 KB 240/263 KB 314/314 KB 592/1822 KB 797/894 KB 32/276 KB 240/263 KB 314/314 KB 596/1822 KB 797/894 KB 32/276 KB 240/263 KB 314/314 KB 600/1822 KB 801/894 KB 36/276 KB 244/263 KB 314/314 KB 604/1822 KB 801/894 KB 36/276 KB 244/263 KB 314/314 KB 608/1822 KB 801/894 KB 36/276 KB 244/263 KB 314/314 KB 596/1822 KB 801/894 KB 36/276 KB 244/263 KB 314/314 KB 608/1822 KB 805/894 KB 36/276 KB 244/263 KB 314/314 KB 596/1822 KB 797/894 KB 36/276 KB 244/263 KB 314/314 KB 608/1822 KB 805/894 KB 36/276 KB 248/263 KB 314/314 KB 608/1822 KB 805/894 KB 36/276 KB 252/263 KB 314/314 KB 596/1 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 822 KB 797/894 KB 36/276 KB 240/263 KB 314/314 KB 608/1822 KB 805/894 KB 40/276 KB 252/263 KB 314/314 KB 608/1822 KB 809/894 KB 44/276 KB 256/263 KB 314/314 KB 608/1822 KB 809/894 KB 48/276 KB 256/263 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar (314 KB at 298.6 KB/sec) unit-abot-epc-basic-0: 13:33:33 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 314/314 KB 608/1822 KB 809/894 KB 40/276 KB 256/263 KB 314/314 KB 608/1822 KB 809/894 KB 40/276 KB 252/263 KB 608/1822 KB 813/894 KB 48/276 KB 256/263 KB 608/1822 KB 813/894 KB 48/276 KB 260/263 KB 612/1822 KB 817/894 KB 48/276 KB 263/263 KB 612/1822 KB 817/894 KB 52/276 KB 263/263 KB 612/1822 KB 817/894 KB 56/276 KB 263/263 KB 612/1822 KB 817/894 KB 60/276 KB 263/263 KB 612/1822 KB 817/894 KB 64/276 KB 263/263 KB 612/1822 KB 817/894 KB 48/276 KB 260/263 KB 612/1822 KB 813/894 KB 48/276 KB 260/263 KB 616/1822 KB 817/894 KB 64/276 KB 263/263 KB 620/1822 KB 817/894 KB 64/276 KB 263/263 KB 620/1822 KB 821/894 KB 64/276 KB 263/263 KB 624/1822 KB 821/894 KB 64/276 KB 263/263 KB 624/1822 KB 825/894 KB 64/276 KB 263/263 KB 624/1822 KB 829/894 KB 64/276 KB 263/263 KB 624/1822 KB 829/894 KB 68/276 KB 263/263 KB 628/1822 KB 833/894 KB 72/276 KB 263/263 KB 628/1822 KB 833/894 KB 76/276 KB 263/263 KB 628/1822 KB 833/894 KB 80/276 KB 263/263 KB 628/1822 KB 833/894 KB 68/276 KB 263/263 KB 632/1822 KB 833/894 KB 80/276 KB 263/263 KB 624/1822 KB 833/894 KB 68/276 KB 263/263 KB 636/1822 KB 833/894 KB 80/276 KB 263/263 KB 636/1822 KB 837/894 KB 80/276 KB 263/263 KB 640/1822 KB 837/894 KB 80/276 KB 263/263 KB 640/1822 KB 841/894 KB 80/276 KB 263/263 KB 640/1822 KB 845/894 KB 80/276 KB 263/263 KB 4/54 KB 640/1822 KB 845/894 KB 80/276 KB 263/263 KB 8/54 KB 640/1822 KB 845/894 KB 80/276 KB 263/263 KB 12/54 KB 640/1822 KB 845/894 KB 80/276 KB 263/263 KB 16/54 KB 640/1822 KB 845/894 KB 80/276 KB 263/263 KB 16/54 KB 640/1822 KB 849/894 KB 80/276 KB 263/263 KB 20/54 KB 644/1822 KB 853/894 KB 84/276 KB 20/54 KB 644/1822 KB 857/894 KB 84/276 KB 20/54 KB 644/1822 KB 861/894 KB 84/276 KB 20/54 KB 644/1822 KB 849/894 KB 84/276 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.4 KB/sec) unit-abot-epc-basic-0: 13:33:33 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 20/54 KB 648/1822 KB 861/894 KB 84/276 KB 20/54 KB 652/1822 KB 861/894 KB 84/276 KB 20/54 KB 656/1822 KB 861/894 KB 84/276 KB 20/54 KB 640/1822 KB 849/894 KB 84/276 KB 263/263 KB 20/54 KB 640/1822 KB 849/894 KB 80/276 KB 263/263 KB 24/54 KB 656/1822 KB 861/894 KB 84/276 KB 28/54 KB 656/1822 KB 861/894 KB 84/276 KB 32/54 KB 656/1822 KB 861/894 KB 84/276 KB 36/54 KB 656/1822 KB 861/894 KB 84/276 KB 40/54 KB 656/1822 KB 861/894 KB 88/276 KB 44/54 KB 656/1822 KB 861/894 KB 88/276 KB 48/54 KB 656/1822 KB 861/894 KB 88/276 KB 52/54 KB 656/1822 KB 861/894 KB 88/276 KB 54/54 KB 660/1822 KB 865/894 KB 88/276 KB 36/54 KB 656/1822 KB 861/894 KB 88/276 KB 54/54 KB 660/1822 KB 865/894 KB 92/276 KB 54/54 KB 660/1822 KB 865/894 KB 96/276 KB 54/54 KB 660/1822 KB 865/894 KB 100/276 KB 54/54 KB 660/1822 KB 865/894 KB 104/276 KB 54/54 KB 660/1822 KB 865/894 KB 108/276 KB 54/54 KB 660/1822 KB 865/894 KB 112/276 KB 52/54 KB 660/1822 KB 865/894 KB 88/276 KB 54/54 KB 660/1822 KB 869/894 KB 112/276 KB 54/54 KB 660/1822 KB 873/894 KB 112/276 KB 54/54 KB 660/1822 KB 877/894 KB 112/276 KB 52/54 KB 660/1822 KB 861/894 KB 88/276 KB 54/54 KB 664/1822 KB 877/894 KB 112/276 KB 54/54 KB 668/1822 KB 877/894 KB 112/276 KB 54/54 KB 672/1822 KB 877/894 KB 112/276 KB 54/54 KB 676/1822 KB 877/894 KB 112/276 KB 3/748 KB 54/54 KB 680/1822 KB 881/894 KB 116/276 KB 3/748 KB 54/54 KB 684/1822 KB 881/894 KB 116/276 KB 3/748 KB 54/54 KB 676/1822 KB 881/894 KB 116/276 KB 3/748 KB 54/54 KB 676/1822 KB 877/894 KB 112/276 KB 6/748 KB 54/54 KB 684/1822 KB 881/894 KB 116/276 KB 9/748 KB 54/54 KB 684/1822 KB 881/894 KB 116/276 KB 11/748 KB 54/54 KB 684/1822 KB 881/894 KB 116/276 KB 14/748 KB 54/54 KB 684/1822 KB 881/894 KB 116/276 KB 16/748 KB 54/54 KB 684/1822 KB 881/894 KB 116/276 KB 19/748 KB 54/54 KB 684/1822 KB 881/894 KB 116/276 KB 3/748 KB 54/54 KB 676/1822 KB 881/894 KB 112/276 KB 22/748 KB 54/54 KB 684/1822 KB 881/894 KB 116/276 KB 22/748 KB 54/54 KB 688/1822 KB 885/894 KB 116/276 KB 22/748 KB 54/54 KB 684/1822 KB 885/894 KB 116/276 KB 22/748 KB 54/54 KB 688/1822 KB 885/894 KB 120/276 KB 22/748 KB 54/54 KB 688/1822 KB 889/894 KB 120/276 KB 25/748 KB 54/54 KB 688/1822 KB 893/894 KB 124/276 KB 22/748 KB 54/54 KB 688/1822 KB 889/894 KB 124/276 KB 25/748 KB 54/54 KB 688/1822 KB 893/894 KB 128/276 KB 22/748 KB 54/54 KB 688/1822 KB 893/894 KB 124/276 KB 25/748 KB 54/54 KB 688/1822 KB 894/894 KB 128/276 KB 27/748 KB 54/54 KB 692/1822 KB 894/894 KB 132/276 KB 27/748 KB 54/54 KB 696/1822 KB 894/894 KB 132/276 KB 27/748 KB 54/54 KB 700/1822 KB 894/894 KB 132/276 KB 27/748 KB 54/54 KB 688/1822 KB 894/894 KB 132/276 KB 27/748 KB 54/54 KB 700/1822 KB 894/894 KB 136/276 KB 27/748 KB 54/54 KB 688/1822 KB 894/894 KB 128/276 KB 30/748 KB 54/54 KB 704/1822 KB 894/894 KB 136/276 KB Downloaded: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar (54 KB at 49.8 KB/sec) unit-abot-epc-basic-0: 13:33:33 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 32/748 KB 704/1822 KB 894/894 KB 136/276 KB 27/748 KB 54/54 KB 704/1822 KB 894/894 KB 136/276 KB 32/748 KB 704/1822 KB 894/894 KB 140/276 KB 32/748 KB 704/1822 KB 894/894 KB 144/276 KB 32/748 KB 704/1822 KB 894/894 KB 148/276 KB 36/748 KB 708/1822 KB 894/894 KB 152/276 KB 36/748 KB 708/1822 KB 894/894 KB 156/276 KB 36/748 KB 708/1822 KB 894/894 KB 160/276 KB 36/748 KB 708/1822 KB 894/894 KB 148/276 KB 36/748 KB 704/1822 KB 894/894 KB 148/276 KB 40/748 KB 708/1822 KB 894/894 KB 160/276 KB 44/748 KB 708/1822 KB 894/894 KB 160/276 KB 44/748 KB 712/1822 KB 894/894 KB 160/276 KB 48/748 KB 712/1822 KB 894/894 KB 160/276 KB 48/748 KB 716/1822 KB 894/894 KB 160/276 KB Downloaded: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (894 KB at 824.7 KB/sec) unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 48/748 KB 720/1822 KB 160/276 KB 48/748 KB 720/1822 KB 164/276 KB 52/748 KB 724/1822 KB 3/223 KB 168/276 KB 52/748 KB 724/1822 KB 3/223 KB 164/276 KB 56/748 KB 724/1822 KB 3/223 KB 172/276 KB 60/748 KB 724/1822 KB 3/223 KB 172/276 KB 64/748 KB 724/1822 KB 3/223 KB 172/276 KB 48/748 KB 724/1822 KB 3/223 KB 164/276 KB 64/748 KB 724/1822 KB 6/223 KB 172/276 KB 64/748 KB 724/1822 KB 9/223 KB 172/276 KB 64/748 KB 724/1822 KB 11/223 KB 172/276 KB 64/748 KB 724/1822 KB 14/223 KB 172/276 KB 48/748 KB 724/1822 KB 164/276 KB 64/748 KB 728/1822 KB 14/223 KB 172/276 KB 64/748 KB 728/1822 KB 16/223 KB 172/276 KB 52/748 KB 724/1822 KB 3/223 KB 172/276 KB 64/748 KB 728/1822 KB 16/223 KB 176/276 KB 64/748 KB 732/1822 KB 19/223 KB 176/276 KB 64/748 KB 732/1822 KB 16/223 KB 176/276 KB 64/748 KB 736/1822 KB 19/223 KB 176/276 KB 64/748 KB 736/1822 KB 19/223 KB 180/276 KB 68/748 KB 740/1822 KB 22/223 KB 184/276 KB 68/748 KB 740/1822 KB 22/223 KB 180/276 KB 64/748 KB 736/1822 KB 22/223 KB 180/276 KB 68/748 KB 740/1822 KB 25/223 KB 188/276 KB 68/748 KB 736/1822 KB 22/223 KB 180/276 KB 68/748 KB 740/1822 KB 25/223 KB 188/276 KB 3/27 KB 68/748 KB 740/1822 KB 25/223 KB 188/276 KB 6/27 KB 68/748 KB 740/1822 KB 25/223 KB 188/276 KB 9/27 KB 72/748 KB 740/1822 KB 27/223 KB 188/276 KB 9/27 KB 76/748 KB 744/1822 KB 27/223 KB 188/276 KB 9/27 KB 72/748 KB 744/1822 KB 27/223 KB 188/276 KB 9/27 KB 76/748 KB 744/1822 KB 27/223 KB 188/276 KB 9/27 KB 68/748 KB 740/1822 KB 22/223 KB 188/276 KB 76/748 KB 744/1822 KB 27/223 KB 192/276 KB 9/27 KB 80/748 KB 748/1822 KB 30/223 KB 192/276 KB 11/27 KB 80/748 KB 748/1822 KB 27/223 KB 192/276 KB 11/27 KB 80/748 KB 744/1822 KB 27/223 KB 192/276 KB 11/27 KB 76/748 KB 744/1822 KB 27/223 KB 192/276 KB 11/27 KB 80/748 KB 752/1822 KB 30/223 KB 192/276 KB 11/27 KB 84/748 KB 752/1822 KB 30/223 KB 192/276 KB 11/27 KB 88/748 KB 756/1822 KB 32/223 KB 196/276 KB 14/27 KB 92/748 KB 756/1822 KB 32/223 KB 196/276 KB 14/27 KB 84/748 KB 756/1822 KB 32/223 KB 196/276 KB 14/27 KB 84/748 KB 756/1822 KB 32/223 KB 192/276 KB 14/27 KB 84/748 KB 752/1822 KB 30/223 KB 192/276 KB 14/27 KB 92/748 KB 756/1822 KB 32/223 KB 196/276 KB 16/27 KB 92/748 KB 756/1822 KB 32/223 KB 196/276 KB 19/27 KB 92/748 KB 756/1822 KB 32/223 KB 200/276 KB 19/27 KB 92/748 KB 756/1822 KB 32/223 KB 204/276 KB 19/27 KB 92/748 KB 756/1822 KB 32/223 KB 208/276 KB 22/27 KB 84/748 KB 756/1822 KB 30/223 KB 192/276 KB 14/27 KB 96/748 KB 760/1822 KB 32/223 KB 208/276 KB 22/27 KB 96/748 KB 764/1822 KB 32/223 KB 208/276 KB 22/27 KB 96/748 KB 768/1822 KB 32/223 KB 208/276 KB 22/27 KB 96/748 KB 772/1822 KB 36/223 KB 208/276 KB 22/27 KB 96/748 KB 776/1822 KB 36/223 KB 212/276 KB 22/27 KB 96/748 KB 780/1822 KB 36/223 KB 212/276 KB 22/27 KB 96/748 KB 756/1822 KB 32/223 KB 208/276 KB 22/27 KB 92/748 KB 756/1822 KB 32/223 KB 204/276 KB 22/27 KB 96/748 KB 780/1822 KB 36/223 KB 212/276 KB 25/27 KB 100/748 KB 780/1822 KB 36/223 KB 212/276 KB 25/27 KB 96/748 KB 772/1822 KB 36/223 KB 212/276 KB 22/27 KB 96/748 KB 768/1822 KB 36/223 KB 208/276 KB 22/27 KB 100/748 KB 780/1822 KB 40/223 KB 212/276 KB 27/27 KB 100/748 KB 780/1822 KB 44/223 KB 212/276 KB 27/27 KB 100/748 KB 780/1822 KB 48/223 KB 212/276 KB 27/27 KB 100/748 KB 780/1822 KB 36/223 KB 212/276 KB 27/27 KB 100/748 KB 780/1822 KB 48/223 KB 216/276 KB 27/27 KB 100/748 KB 780/1822 KB 48/223 KB 220/276 KB 27/27 KB 104/748 KB 780 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install /1822 KB 48/223 KB 220/276 KB 27/27 KB 108/748 KB 780/1822 KB 48/223 KB 224/276 KB 27/27 KB 112/748 KB 780/1822 KB 48/223 KB 224/276 KB 27/27 KB 104/748 KB 780/1822 KB 48/223 KB 224/276 KB 27/27 KB 112/748 KB 784/1822 KB 52/223 KB 224/276 KB 27/27 KB 112/748 KB 784/1822 KB 48/223 KB 224/276 KB 27/27 KB 112/748 KB 784/1822 KB 56/223 KB 224/276 KB 27/27 KB 112/748 KB 784/1822 KB 60/223 KB 224/276 KB 27/27 KB 112/748 KB 788/1822 KB 64/223 KB 224/276 KB 27/27 KB 112/748 KB 788/1822 KB 68/223 KB 224/276 KB 27/27 KB 116/748 KB 788/1822 KB 72/223 KB 228/276 KB 27/27 KB 116/748 KB 788/1822 KB 76/223 KB 228/276 KB 27/27 KB 116/748 KB 788/1822 KB 80/223 KB 228/276 KB 27/27 KB 112/748 KB 788/1822 KB 60/223 KB 224/276 KB 27/27 KB 116/748 KB 788/1822 KB 68/223 KB 228/276 KB 27/27 KB 112/748 KB 788/1822 KB 68/223 KB 228/276 KB 27/27 KB 116/748 KB 788/1822 KB 80/223 KB 232/276 KB 27/27 KB 116/748 KB 788/1822 KB 80/223 KB 236/276 KB 27/27 KB 120/748 KB 788/1822 KB 80/223 KB 240/276 KB 27/27 KB 120/748 KB 788/1822 KB 80/223 KB 236/276 KB 27/27 KB 120/748 KB 792/1822 KB 80/223 KB 240/276 KB 27/27 KB 124/748 KB 792/1822 KB 80/223 KB 240/276 KB 27/27 KB 124/748 KB 796/1822 KB 80/223 KB 240/276 KB 27/27 KB 124/748 KB 800/1822 KB 80/223 KB 240/276 KB 27/27 KB 128/748 KB 804/1822 KB 80/223 KB 244/276 KB 27/27 KB 128/748 KB 808/1822 KB 84/223 KB 244/276 KB 128/748 KB 800/1822 KB 80/223 KB 244/276 KB 27/27 KB 128/748 KB 800/1822 KB 80/223 KB 240/276 KB 27/27 KB 132/748 KB 808/1822 KB 84/223 KB 244/276 KB 128/748 KB 804/1822 KB 84/223 KB 244/276 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.8 KB/sec) unit-abot-epc-basic-0: 13:33:33 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 132/748 KB 808/1822 KB 84/223 KB 248/276 KB 132/748 KB 808/1822 KB 84/223 KB 252/276 KB 132/748 KB 808/1822 KB 84/223 KB 256/276 KB 136/748 KB 808/1822 KB 84/223 KB 256/276 KB 140/748 KB 812/1822 KB 88/223 KB 256/276 KB 136/748 KB 812/1822 KB 88/223 KB 256/276 KB 136/748 KB 812/1822 KB 84/223 KB 256/276 KB 140/748 KB 812/1822 KB 92/223 KB 260/276 KB 140/748 KB 816/1822 KB 96/223 KB 260/276 KB 144/748 KB 816/1822 KB 96/223 KB 260/276 KB 148/748 KB 816/1822 KB 96/223 KB 260/276 KB 152/748 KB 816/1822 KB 100/223 KB 260/276 KB 156/748 KB 816/1822 KB 100/223 KB 260/276 KB 140/748 KB 812/1822 KB 88/223 KB 260/276 KB 156/748 KB 816/1822 KB 100/223 KB 264/276 KB 156/748 KB 816/1822 KB 100/223 KB 268/276 KB 156/748 KB 816/1822 KB 100/223 KB 272/276 KB 148/748 KB 816/1822 KB 100/223 KB 260/276 KB 140/748 KB 816/1822 KB 92/223 KB 260/276 KB 156/748 KB 820/1822 KB 100/223 KB 272/276 KB 156/748 KB 824/1822 KB 100/223 KB 272/276 KB 156/748 KB 824/1822 KB 104/223 KB 272/276 KB 156/748 KB 824/1822 KB 108/223 KB 272/276 KB 156/748 KB 828/1822 KB 112/223 KB 276/276 KB 156/748 KB 828/1822 KB 108/223 KB 276/276 KB 156/748 KB 828/1822 KB 108/223 KB 272/276 KB 160/748 KB 832/1822 KB 112/223 KB 276/276 KB 160/748 KB 828/1822 KB 112/223 KB 276/276 KB 160/748 KB 832/1822 KB 112/223 KB 276/276 KB 164/748 KB 832/1822 KB 112/223 KB 276/276 KB 168/748 KB 836/1822 KB 116/223 KB 276/276 KB 164/748 KB 836/1822 KB 116/223 KB 276/276 KB 164/748 KB 832/1822 KB 116/223 KB 276/276 KB 172/748 KB 836/1822 KB 120/223 KB 276/276 KB 172/748 KB 840/1822 KB 120/223 KB 276/276 KB 172/748 KB 844/1822 KB 120/223 KB 276/276 KB 172/748 KB 848/1822 KB 124/223 KB 276/276 KB 172/748 KB 844/1822 KB 124/223 KB 276/276 KB 172/748 KB 844/1822 KB 120/223 KB 276/276 KB 176/748 KB 848/1822 KB 124/223 KB 276/276 KB 176/748 KB 848/1822 KB 128/223 KB 276/276 KB 180/748 KB 848/1822 KB 128/223 KB 276/276 KB 3/178 KB 184/748 KB 852/1822 KB 132/223 KB 276/276 KB 3/178 KB 180/748 KB 852/1822 KB 132/223 KB 276/276 KB 3/178 KB 180/748 KB 848/1822 KB 128/223 KB 276/276 KB 5/178 KB 188/748 KB 852/1822 KB 132/223 KB 276/276 KB 8/178 KB 188/748 KB 852/1822 KB 132/223 KB 276/276 KB 11/178 KB 188/748 KB 852/1822 KB 132/223 KB 276/276 KB 13/178 KB 188/748 KB 852/1822 KB 132/223 KB 276/276 KB 16/178 KB 188/748 KB 852/1822 KB 132/223 KB 276/276 KB 19/178 KB 188/748 KB 852/1822 KB 132/223 KB 276/276 KB 21/178 KB 188/748 KB 852/1822 KB 132/223 KB 276/276 KB 24/178 KB 188/748 KB 852/1822 KB 132/223 KB 276/276 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 245.3 KB/sec) unit-abot-epc-basic-0: 13:33:33 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 27/178 KB 188/748 KB 852/1822 KB 136/223 KB 27/178 KB 188/748 KB 852/1822 KB 140/223 KB 27/178 KB 188/748 KB 852/1822 KB 144/223 KB 3/178 KB 180/748 KB 852/1822 KB 128/223 KB 276/276 KB 27/178 KB 188/748 KB 856/1822 KB 144/223 KB 27/178 KB 188/748 KB 860/1822 KB 144/223 KB 27/178 KB 188/748 KB 864/1822 KB 144/223 KB 3/178 KB 188/748 KB 852/1822 KB 136/223 KB 27/178 KB 192/748 KB 864/1822 KB 144/223 KB 27/178 KB 188/748 KB 852/1822 KB 132/223 KB 29/178 KB 192/748 KB 864/1822 KB 144/223 KB 32/178 KB 192/748 KB 864/1822 KB 144/223 KB 36/178 KB 192/748 KB 864/1822 KB 144/223 KB 40/178 KB 192/748 KB 864/1822 KB 144/223 KB 44/178 KB 192/748 KB 864/1822 KB 144/223 KB 48/178 KB 196/748 KB 864/1822 KB 144/223 KB 52/178 KB 196/748 KB 868/1822 KB 144/223 KB 56/178 KB 196/748 KB 868/1822 KB 148/223 KB 60/178 KB 196/748 KB 868/1822 KB 148/223 KB 60/178 KB 196/748 KB 868/1822 KB 148/223 KB 4/23 KB 44/178 KB 196/748 KB 864/1822 KB 144/223 KB 64/178 KB 200/748 KB 868/1822 KB 148/223 KB 4/23 KB 64/178 KB 204/748 KB 868/1822 KB 148/223 KB 4/23 KB 64/178 KB 208/748 KB 868/1822 KB 148/223 KB 4/23 KB 64/178 KB 212/748 KB 868/1822 KB 148/223 KB 4/23 KB 64/178 KB 196/748 KB 868/1822 KB 148/223 KB 4/23 KB 52/178 KB 196/748 KB 868/1822 KB 148/223 KB 48/178 KB 196/748 KB 868/1822 KB 144/223 KB 64/178 KB 212/748 KB 872/1822 KB 148/223 KB 8/23 KB 64/178 KB 212/748 KB 876/1822 KB 148/223 KB 8/23 KB 64/178 KB 212/748 KB 880/1822 KB 148/223 KB 8/23 KB 64/178 KB 212/748 KB 884/1822 KB 152/223 KB 8/23 KB 64/178 KB 212/748 KB 888/1822 KB 152/223 KB 8/23 KB 64/178 KB 212/748 KB 892/1822 KB 152/223 KB 8/23 KB 64/178 KB 216/748 KB 896/1822 KB 152/223 KB 8/23 KB 64/178 KB 212/748 KB 868/1822 KB 148/223 KB 8/23 KB 64/178 KB 216/748 KB 896/1822 KB 152/223 KB 12/23 KB 64/178 KB 216/748 KB 896/1822 KB 152/223 KB 16/23 KB 64/178 KB 216/748 KB 892/1822 KB 152/223 KB 8/23 KB 64/178 KB 212/748 KB 880/1822 KB 152/223 KB 8/23 KB 64/178 KB 216/748 KB 896/1822 KB 156/223 KB 16/23 KB 64/178 KB 216/748 KB 896/1822 KB 160/223 KB 16/23 KB 64/178 KB 216/748 KB 896/1822 KB 164/223 KB 16/23 KB 64/178 KB 216/748 KB 896/1822 KB 168/223 KB 16/23 KB 64/178 KB 220/748 KB 896/1822 KB 168/223 KB 16/23 KB 64/178 KB 220/748 KB 896/1822 KB 172/223 KB 16/23 KB 64/178 KB 220/748 KB 896/1822 KB 176/223 KB 20/23 KB 68/178 KB 224/748 KB 900/1822 KB 176/223 KB 23/23 KB 68/178 KB 224/748 KB 900/1822 KB 176/223 KB 20/23 KB 64/178 KB 220/748 KB 896/1822 KB 176/223 KB 16/23 KB 68/178 KB 224/748 KB 896/1822 KB 176/223 KB 20/23 KB 64/178 KB 224/748 KB 896/1822 KB 176/223 KB 20/23 KB 72/178 KB 224/748 KB 900/1822 KB 176/223 KB 23/23 KB 76/178 KB 224/748 KB 900/1822 KB 176/223 KB 23/23 KB 80/178 KB 228/748 KB 900/1822 KB 180/223 KB 23/23 KB 84/178 KB 228/748 KB 900/1822 KB 180/223 KB 23/23 KB 88/178 KB 228/748 KB 904/1822 KB 180/223 KB 23/23 KB 92/178 KB 228/748 KB 904/1822 KB 180/223 KB 23/23 KB 76/178 KB 228/748 KB 900/1822 KB 180/223 KB 23/23 KB 76/178 KB 224/748 KB 900/1822 KB 180/223 KB 23/23 KB 84/178 KB 228/748 KB 904/1822 KB 180/223 KB 23/23 KB 92/178 KB 228/748 KB 908/1822 KB 180/223 KB 23/23 KB 92/178 KB 228/748 KB 912/1822 KB 180/223 KB 23/23 KB 92/178 KB 232/748 KB 912/1822 KB 184/223 KB 23/23 KB 92/178 KB 232/748 KB 912/1822 KB 180/223 KB 23/23 KB 92/178 KB 232/748 KB 912/1822 KB 188/223 KB 23/23 KB 92/178 KB 236/748 KB 912/1822 KB 188/223 KB 23/23 KB 92/178 KB 236/748 KB 912/1822 KB 19 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 2/223 KB 23/23 KB 92/178 KB 240/748 KB 916/1822 KB 192/223 KB 23/23 KB 96/178 KB 240/748 KB 920/1822 KB 196/223 KB 23/23 KB 96/178 KB 240/748 KB 924/1822 KB 196/223 KB 23/23 KB 96/178 KB 240/748 KB 928/1822 KB 196/223 KB 23/23 KB 92/178 KB 240/748 KB 912/1822 KB 192/223 KB 23/23 KB 96/178 KB 244/748 KB 928/1822 KB 196/223 KB 23/23 KB 96/178 KB 248/748 KB 928/1822 KB 196/223 KB 23/23 KB 96/178 KB 252/748 KB 928/1822 KB 196/223 KB 23/23 KB 96/178 KB 256/748 KB 928/1822 KB 196/223 KB 96/178 KB 240/748 KB 916/1822 KB 196/223 KB 23/23 KB 96/178 KB 240/748 KB 916/1822 KB 192/223 KB 23/23 KB 100/178 KB 256/748 KB 928/1822 KB 196/223 KB 100/178 KB 256/748 KB 928/1822 KB 200/223 KB 100/178 KB 256/748 KB 928/1822 KB 204/223 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.9 KB/sec) unit-abot-epc-basic-0: 13:33:33 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 104/178 KB 256/748 KB 928/1822 KB 208/223 KB 100/178 KB 256/748 KB 928/1822 KB 208/223 KB 108/178 KB 256/748 KB 928/1822 KB 208/223 KB 108/178 KB 256/748 KB 928/1822 KB 212/223 KB 112/178 KB 260/748 KB 932/1822 KB 216/223 KB 112/178 KB 260/748 KB 932/1822 KB 220/223 KB 112/178 KB 260/748 KB 932/1822 KB 223/223 KB 112/178 KB 260/748 KB 932/1822 KB 212/223 KB 112/178 KB 256/748 KB 932/1822 KB 212/223 KB 112/178 KB 256/748 KB 928/1822 KB 212/223 KB 112/178 KB 260/748 KB 936/1822 KB 223/223 KB 112/178 KB 260/748 KB 940/1822 KB 223/223 KB 112/178 KB 260/748 KB 944/1822 KB 223/223 KB 112/178 KB 264/748 KB 944/1822 KB 223/223 KB 112/178 KB 268/748 KB 944/1822 KB 223/223 KB 112/178 KB 271/748 KB 944/1822 KB 223/223 KB 116/178 KB 275/748 KB 944/1822 KB 223/223 KB 116/178 KB 279/748 KB 948/1822 KB 223/223 KB 116/178 KB 283/748 KB 948/1822 KB 223/223 KB 116/178 KB 287/748 KB 948/1822 KB 223/223 KB 116/178 KB 271/748 KB 944/1822 KB 223/223 KB 120/178 KB 287/748 KB 948/1822 KB 223/223 KB 124/178 KB 287/748 KB 948/1822 KB 223/223 KB 128/178 KB 287/748 KB 948/1822 KB 223/223 KB 116/178 KB 275/748 KB 948/1822 KB 223/223 KB 128/178 KB 287/748 KB 952/1822 KB 223/223 KB 128/178 KB 287/748 KB 956/1822 KB 223/223 KB 128/178 KB 287/748 KB 960/1822 KB 223/223 KB 128/178 KB 287/748 KB 964/1822 KB 223/223 KB 132/178 KB 291/748 KB 3/55 KB 968/1822 KB 223/223 KB 132/178 KB 291/748 KB 3/55 KB 972/1822 KB 132/178 KB 291/748 KB 3/55 KB 964/1822 KB 223/223 KB 132/178 KB 287/748 KB 3/55 KB 964/1822 KB 223/223 KB 136/178 KB 291/748 KB 3/55 KB 972/1822 KB 140/178 KB 291/748 KB 3/55 KB 972/1822 KB 144/178 KB 291/748 KB 3/55 KB 972/1822 KB 148/178 KB 291/748 KB 3/55 KB 972/1822 KB 128/178 KB 287/748 KB 3/55 KB 964/1822 KB 223/223 KB 148/178 KB 295/748 KB 3/55 KB 976/1822 KB 148/178 KB 295/748 KB 3/55 KB 972/1822 KB 148/178 KB 299/748 KB 3/55 KB 976/1822 KB 148/178 KB 303/748 KB 3/55 KB 976/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 191.4 KB/sec) unit-abot-epc-basic-0: 13:33:33 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 148/178 KB 303/748 KB 6/55 KB 976/1822 KB 148/178 KB 303/748 KB 9/55 KB 976/1822 KB 152/178 KB 307/748 KB 11/55 KB 980/1822 KB 152/178 KB 307/748 KB 14/55 KB 980/1822 KB 152/178 KB 307/748 KB 9/55 KB 980/1822 KB 152/178 KB 311/748 KB 14/55 KB 980/1822 KB 152/178 KB 315/748 KB 14/55 KB 980/1822 KB 152/178 KB 319/748 KB 14/55 KB 980/1822 KB 152/178 KB 303/748 KB 9/55 KB 980/1822 KB 156/178 KB 319/748 KB 16/55 KB 980/1822 KB 160/178 KB 319/748 KB 16/55 KB 980/1822 KB 148/178 KB 303/748 KB 9/55 KB 980/1822 KB 160/178 KB 319/748 KB 16/55 KB 984/1822 KB 160/178 KB 319/748 KB 16/55 KB 988/1822 KB 160/178 KB 319/748 KB 16/55 KB 992/1822 KB 152/178 KB 319/748 KB 16/55 KB 980/1822 KB 164/178 KB 319/748 KB 16/55 KB 992/1822 KB 168/178 KB 319/748 KB 16/55 KB 992/1822 KB 172/178 KB 319/748 KB 19/55 KB 996/1822 KB 176/178 KB 319/748 KB 19/55 KB 996/1822 KB 176/178 KB 323/748 KB 19/55 KB 996/1822 KB 168/178 KB 319/748 KB 19/55 KB 996/1822 KB 168/178 KB 319/748 KB 19/55 KB 992/1822 KB 178/178 KB 323/748 KB 22/55 KB 996/1822 KB 178/178 KB 323/748 KB 25/55 KB 996/1822 KB 178/178 KB 323/748 KB 19/55 KB 996/1822 KB 178/178 KB 327/748 KB 25/55 KB 1000/1822 KB 178/178 KB 323/748 KB 25/55 KB 1000/1822 KB 178/178 KB 331/748 KB 25/55 KB 1004/1822 KB 178/178 KB 331/748 KB 25/55 KB 1008/1822 KB 4/1210 KB 178/178 KB 331/748 KB 25/55 KB 1004/1822 KB 4/1210 KB 178/178 KB 331/748 KB 27/55 KB 1008/1822 KB 4/1210 KB 178/178 KB 331/748 KB 27/55 KB 1008/1822 KB 4/1210 KB 178/178 KB 335/748 KB 27/55 KB 1008/1822 KB 4/1210 KB 178/178 KB 335/748 KB 27/55 KB 1008/1822 KB 8/1210 KB 178/178 KB 335/748 KB 30/55 KB 1008/1822 KB 8/1210 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 149.8 KB/sec) unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 335/748 KB 32/55 KB 1012/1822 KB 12/1210 KB 335/748 KB 32/55 KB 1008/1822 KB 12/1210 KB 335/748 KB 36/55 KB 1012/1822 KB 12/1210 KB 335/748 KB 30/55 KB 1008/1822 KB 12/1210 KB 335/748 KB 36/55 KB 1016/1822 KB 16/1210 KB 335/748 KB 36/55 KB 1016/1822 KB 20/1210 KB 335/748 KB 36/55 KB 1016/1822 KB 24/1210 KB 335/748 KB 36/55 KB 1016/1822 KB 12/1210 KB 335/748 KB 40/55 KB 1020/1822 KB 24/1210 KB 335/748 KB 40/55 KB 1024/1822 KB 24/1210 KB 335/748 KB 40/55 KB 1016/1822 KB 24/1210 KB 335/748 KB 44/55 KB 1024/1822 KB 24/1210 KB 335/748 KB 48/55 KB 1024/1822 KB 28/1210 KB 335/748 KB 52/55 KB 1024/1822 KB 28/1210 KB 335/748 KB 55/55 KB 1028/1822 KB 28/1210 KB 335/748 KB 44/55 KB 1024/1822 KB 28/1210 KB 335/748 KB 55/55 KB 1028/1822 KB 32/1210 KB 335/748 KB 55/55 KB 1028/1822 KB 36/1210 KB 335/748 KB 55/55 KB 1028/1822 KB 40/1210 KB 335/748 KB 55/55 KB 1028/1822 KB 44/1210 KB 335/748 KB 55/55 KB 1028/1822 KB 48/1210 KB 335/748 KB 52/55 KB 1028/1822 KB 28/1210 KB 335/748 KB 55/55 KB 1032/1822 KB 48/1210 KB 335/748 KB 55/55 KB 1036/1822 KB 48/1210 KB 335/748 KB 55/55 KB 1040/1822 KB 48/1210 KB 335/748 KB 55/55 KB 1044/1822 KB 48/1210 KB 335/748 KB 55/55 KB 1048/1822 KB 52/1210 KB 335/748 KB 55/55 KB 1052/1822 KB 52/1210 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 335/748 KB 55/55 KB 1044/1822 KB 52/1210 KB 335/748 KB 55/55 KB 1056/1822 KB 56/1210 KB 335/748 KB 55/55 KB 1056/1822 KB 60/1210 KB 335/748 KB 55/55 KB 1056/1822 KB 64/1210 KB 335/748 KB 55/55 KB 1056/1822 KB 68/1210 KB 339/748 KB 1056/1822 KB 72/1210 KB 339/748 KB 1056/1822 KB 76/1210 KB 339/748 KB 1056/1822 KB 80/1210 KB 335/748 KB 55/55 KB 1056/1822 KB 56/1210 KB 339/748 KB 1056/1822 KB 68/1210 KB 343/748 KB 1056/1822 KB 80/1210 KB 347/748 KB 1056/1822 KB 80/1210 KB 351/748 KB 1056/1822 KB 80/1210 KB 355/748 KB 1056/1822 KB 80/1210 KB 359/748 KB 1056/1822 KB 80/1210 KB 363/748 KB 1056/1822 KB 80/1210 KB 367/748 KB 1056/1822 KB 80/1210 KB 371/748 KB 1056/1822 KB 80/1210 KB 375/748 KB 1056/1822 KB 80/1210 KB 379/748 KB 1056/1822 KB 80/1210 KB 383/748 KB 1056/1822 KB 80/1210 KB 387/748 KB 1056/1822 KB 80/1210 KB 391/748 KB 1060/1822 KB 80/1210 KB 395/748 KB 1060/1822 KB 80/1210 KB 399/748 KB 1060/1822 KB 80/1210 KB 403/748 KB 1060/1822 KB 80/1210 KB 407/748 KB 1060/1822 KB 84/1210 KB 411/748 KB 1060/1822 KB 84/1210 KB 415/748 KB 1060/1822 KB 84/1210 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 45.0 KB/sec) unit-abot-epc-basic-0: 13:33:33 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 415/748 KB 1060/1822 KB 84/1210 KB 4/471 KB 415/748 KB 1060/1822 KB 84/1210 KB 8/471 KB 415/748 KB 1060/1822 KB 84/1210 KB 12/471 KB 415/748 KB 1060/1822 KB 84/1210 KB 16/471 KB 415/748 KB 1060/1822 KB 84/1210 KB 20/471 KB 415/748 KB 1060/1822 KB 84/1210 KB 24/471 KB 415/748 KB 1060/1822 KB 84/1210 KB 28/471 KB 415/748 KB 1060/1822 KB 84/1210 KB 32/471 KB 415/748 KB 1060/1822 KB 84/1210 KB 36/471 KB 419/748 KB 1060/1822 KB 84/1210 KB 40/471 KB 419/748 KB 1060/1822 KB 84/1210 KB 44/471 KB 403/748 KB 1060/1822 KB 84/1210 KB 419/748 KB 1060/1822 KB 88/1210 KB 44/471 KB 419/748 KB 1060/1822 KB 92/1210 KB 44/471 KB 419/748 KB 1060/1822 KB 96/1210 KB 44/471 KB 387/748 KB 1060/1822 KB 80/1210 KB 419/748 KB 1064/1822 KB 96/1210 KB 44/471 KB 419/748 KB 1068/1822 KB 96/1210 KB 44/471 KB 419/748 KB 1072/1822 KB 96/1210 KB 44/471 KB 419/748 KB 1076/1822 KB 96/1210 KB 44/471 KB 419/748 KB 1080/1822 KB 96/1210 KB 44/471 KB 419/748 KB 1084/1822 KB 96/1210 KB 44/471 KB 419/748 KB 1088/1822 KB 96/1210 KB 44/471 KB 419/748 KB 1092/1822 KB 96/1210 KB 44/471 KB 419/748 KB 1096/1822 KB 100/1210 KB 44/471 KB 419/748 KB 1100/1822 KB 100/1210 KB 44/471 KB 419/748 KB 1104/1822 KB 100/1210 KB 48/471 KB 419/748 KB 1108/1822 KB 100/1210 KB 48/471 KB 419/748 KB 1112/1822 KB 100/1210 KB 48/471 KB 419/748 KB 1116/1822 KB 100/1210 KB 48/471 KB 419/748 KB 1120/1822 KB 100/1210 KB 48/471 KB 419/748 KB 1124/1822 KB 100/1210 KB 48/471 KB 419/748 KB 1060/1822 KB 84/1210 KB 36/471 KB 423/748 KB 1124/1822 KB 100/1210 KB 48/471 KB 427/748 KB 1124/1822 KB 100/1210 KB 48/471 KB 431/748 KB 1124/1822 KB 100/1210 KB 48/471 KB 431/748 KB 1124/1822 KB 100/1210 KB 3/93 KB 48/471 KB 431/748 KB 1124/1822 KB 100/1210 KB 5/93 KB 48/471 KB 431/748 KB 1124/1822 KB 100/1210 KB 8/93 KB 48/471 KB 431/748 KB 1124/1822 KB 100/1210 KB 11/93 KB 48/471 KB 431/748 KB 1124/1822 KB 100/1210 KB 13/93 KB 48/471 KB 431/748 KB 1124/1822 KB 100/1210 KB 16/93 KB 48/471 KB 431/748 KB 1124/1822 KB 100/1210 KB 19/93 KB 48/471 KB 435/748 KB 1124/1822 KB 100/1210 KB 21/93 KB 48/471 KB 419/748 KB 1100/1822 KB 100/1210 KB 48/471 KB 435/748 KB 1124/1822 KB 100/1210 KB 21/93 KB 52/471 KB 435/748 KB 1124/1822 KB 100/1210 KB 21/93 KB 56/471 KB 435/748 KB 1124/1822 KB 100/1210 KB 21/93 KB 60/471 KB 435/748 KB 1124/1822 KB 100/1210 KB 24/93 KB 64/471 KB 435/748 KB 1124/1822 KB 100/1210 KB 24/93 KB 68/471 KB 435/748 KB 1128/1822 KB 100/1210 KB 24/93 KB 72/471 KB 419/748 KB 1092/1822 KB 100/1210 KB 44/471 KB 435/748 KB 1128/1822 KB 104/1210 KB 24/93 KB 72/471 KB 435/748 KB 1128/1822 KB 108/1210 KB 24/93 KB 72/471 KB 435/748 KB 1128/1822 KB 112/1210 KB 24/93 KB 72/471 KB 435/748 KB 1128/1822 KB 116/1210 KB 24/93 KB 72/471 KB 435/748 KB 1128/1822 KB 120/1210 KB 24/93 KB 72/471 KB 435/748 KB 1128/1822 KB 124/1210 KB 24/93 KB 72/471 KB 435/748 KB 1128/1822 KB 128/1210 KB 24/93 KB 72/471 KB 435/748 KB 1128/1822 KB 132/1210 KB 24/93 KB 72/471 KB 435/748 KB 1128/1822 KB 136/1210 KB 24/93 KB 76/471 KB 435/748 KB 1128/1822 KB 140/1210 KB 24/93 KB 76/471 KB 435/748 KB 1128/1822 KB 144/1210 KB 24/93 KB 76/471 KB 435/748 KB 1128/1822 KB 148/1210 KB 24/93 KB 76/471 KB 435/748 KB 1128/1822 KB 152/1210 KB 24/93 KB 76/471 KB 435/748 KB 1128/1822 KB 156/1210 KB 24/93 KB 76/471 KB 435/748 KB 1128/1822 KB 160/1210 KB 24/93 KB 76/471 KB 435/748 KB 1128/1822 KB 164/1210 KB 24/93 KB 76/471 KB 435/748 KB 1128/1822 KB 100/1210 KB 24/93 KB 68/471 KB 435/748 KB 1 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 132/1822 KB 164/1210 KB 24/93 KB 76/471 KB 435/748 KB 1136/1822 KB 164/1210 KB 24/93 KB 76/471 KB 435/748 KB 1140/1822 KB 164/1210 KB 24/93 KB 76/471 KB 435/748 KB 1124/1822 KB 100/1210 KB 24/93 KB 60/471 KB 435/748 KB 1140/1822 KB 164/1210 KB 27/93 KB 76/471 KB 435/748 KB 1140/1822 KB 164/1210 KB 29/93 KB 76/471 KB 435/748 KB 1140/1822 KB 164/1210 KB 32/93 KB 76/471 KB 435/748 KB 1140/1822 KB 164/1210 KB 36/93 KB 76/471 KB 435/748 KB 1140/1822 KB 164/1210 KB 40/93 KB 76/471 KB 435/748 KB 1140/1822 KB 164/1210 KB 44/93 KB 76/471 KB 435/748 KB 1124/1822 KB 100/1210 KB 19/93 KB 48/471 KB 439/748 KB 1140/1822 KB 164/1210 KB 44/93 KB 76/471 KB 443/748 KB 1140/1822 KB 164/1210 KB 44/93 KB 76/471 KB 447/748 KB 1140/1822 KB 164/1210 KB 44/93 KB 76/471 KB 451/748 KB 1140/1822 KB 164/1210 KB 44/93 KB 76/471 KB 455/748 KB 1140/1822 KB 164/1210 KB 44/93 KB 76/471 KB 459/748 KB 1140/1822 KB 164/1210 KB 44/93 KB 76/471 KB 463/748 KB 1140/1822 KB 164/1210 KB 44/93 KB 76/471 KB 467/748 KB 1140/1822 KB 164/1210 KB 44/93 KB 76/471 KB 471/748 KB 1140/1822 KB 164/1210 KB 48/93 KB 76/471 KB 475/748 KB 1140/1822 KB 164/1210 KB 48/93 KB 76/471 KB 479/748 KB 1140/1822 KB 164/1210 KB 48/93 KB 76/471 KB 483/748 KB 1144/1822 KB 164/1210 KB 48/93 KB 76/471 KB 487/748 KB 1144/1822 KB 164/1210 KB 48/93 KB 76/471 KB 491/748 KB 1144/1822 KB 164/1210 KB 48/93 KB 76/471 KB 435/748 KB 1128/1822 KB 132/1210 KB 24/93 KB 76/471 KB 491/748 KB 1144/1822 KB 164/1210 KB 48/93 KB 80/471 KB 491/748 KB 1144/1822 KB 164/1210 KB 48/93 KB 84/471 KB 491/748 KB 1144/1822 KB 164/1210 KB 48/93 KB 88/471 KB 491/748 KB 1144/1822 KB 164/1210 KB 48/93 KB 92/471 KB 491/748 KB 1144/1822 KB 164/1210 KB 48/93 KB 96/471 KB 491/748 KB 1144/1822 KB 164/1210 KB 48/93 KB 100/471 KB 495/748 KB 1144/1822 KB 164/1210 KB 48/93 KB 104/471 KB 495/748 KB 1144/1822 KB 164/1210 KB 48/93 KB 108/471 KB 495/748 KB 1144/1822 KB 164/1210 KB 48/93 KB 112/471 KB 495/748 KB 1144/1822 KB 164/1210 KB 48/93 KB 116/471 KB 479/748 KB 1144/1822 KB 164/1210 KB 48/93 KB 76/471 KB 495/748 KB 1148/1822 KB 168/1210 KB 48/93 KB 116/471 KB 495/748 KB 1152/1822 KB 168/1210 KB 48/93 KB 116/471 KB 495/748 KB 1156/1822 KB 168/1210 KB 48/93 KB 116/471 KB 495/748 KB 1160/1822 KB 168/1210 KB 48/93 KB 116/471 KB 495/748 KB 1164/1822 KB 168/1210 KB 48/93 KB 116/471 KB 495/748 KB 1168/1822 KB 168/1210 KB 48/93 KB 116/471 KB 467/748 KB 1140/1822 KB 164/1210 KB 48/93 KB 76/471 KB 495/748 KB 1168/1822 KB 168/1210 KB 52/93 KB 116/471 KB 495/748 KB 1168/1822 KB 168/1210 KB 56/93 KB 116/471 KB 495/748 KB 1168/1822 KB 168/1210 KB 60/93 KB 116/471 KB 495/748 KB 1168/1822 KB 168/1210 KB 64/93 KB 116/471 KB 495/748 KB 1168/1822 KB 168/1210 KB 68/93 KB 116/471 KB 495/748 KB 1168/1822 KB 168/1210 KB 72/93 KB 116/471 KB 495/748 KB 1172/1822 KB 168/1210 KB 76/93 KB 116/471 KB 495/748 KB 1172/1822 KB 168/1210 KB 80/93 KB 116/471 KB 495/748 KB 1144/1822 KB 168/1210 KB 48/93 KB 116/471 KB 495/748 KB 1172/1822 KB 172/1210 KB 80/93 KB 116/471 KB 495/748 KB 1172/1822 KB 176/1210 KB 80/93 KB 116/471 KB 495/748 KB 1172/1822 KB 180/1210 KB 84/93 KB 116/471 KB 495/748 KB 1172/1822 KB 184/1210 KB 84/93 KB 120/471 KB 495/748 KB 1172/1822 KB 188/1210 KB 84/93 KB 120/471 KB 495/748 KB 1172/1822 KB 192/1210 KB 84/93 KB 120/471 KB 495/748 KB 1172/1822 KB 196/1210 KB 84/93 KB 120/471 KB 495/748 KB 1144/1822 KB 164/1210 KB 48/93 KB 100/471 KB 499/748 KB 1172/1822 KB 196/1210 KB 84/93 KB 120 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install /471 KB 503/748 KB 1172/1822 KB 196/1210 KB 84/93 KB 120/471 KB 507/748 KB 1172/1822 KB 196/1210 KB 84/93 KB 120/471 KB 511/748 KB 1172/1822 KB 196/1210 KB 84/93 KB 120/471 KB 515/748 KB 1172/1822 KB 196/1210 KB 84/93 KB 120/471 KB 519/748 KB 1172/1822 KB 196/1210 KB 84/93 KB 120/471 KB 523/748 KB 1172/1822 KB 196/1210 KB 84/93 KB 120/471 KB 527/748 KB 1172/1822 KB 196/1210 KB 84/93 KB 120/471 KB 531/748 KB 1172/1822 KB 196/1210 KB 84/93 KB 120/471 KB 535/748 KB 1172/1822 KB 200/1210 KB 84/93 KB 120/471 KB 539/748 KB 1172/1822 KB 200/1210 KB 84/93 KB 120/471 KB 543/748 KB 1172/1822 KB 200/1210 KB 84/93 KB 120/471 KB 547/748 KB 1172/1822 KB 200/1210 KB 84/93 KB 120/471 KB 495/748 KB 1172/1822 KB 180/1210 KB 84/93 KB 120/471 KB 547/748 KB 1172/1822 KB 200/1210 KB 84/93 KB 124/471 KB 547/748 KB 1172/1822 KB 200/1210 KB 84/93 KB 128/471 KB 547/748 KB 1172/1822 KB 200/1210 KB 84/93 KB 132/471 KB 547/748 KB 1172/1822 KB 200/1210 KB 84/93 KB 136/471 KB 547/748 KB 1172/1822 KB 200/1210 KB 84/93 KB 140/471 KB 547/748 KB 1172/1822 KB 200/1210 KB 84/93 KB 144/471 KB 547/748 KB 1172/1822 KB 200/1210 KB 84/93 KB 148/471 KB 547/748 KB 1172/1822 KB 200/1210 KB 84/93 KB 152/471 KB 547/748 KB 1172/1822 KB 200/1210 KB 84/93 KB 156/471 KB 495/748 KB 1172/1822 KB 176/1210 KB 84/93 KB 116/471 KB 547/748 KB 1172/1822 KB 200/1210 KB 88/93 KB 156/471 KB 547/748 KB 1172/1822 KB 200/1210 KB 92/93 KB 156/471 KB 547/748 KB 1172/1822 KB 200/1210 KB 93/93 KB 156/471 KB 495/748 KB 1172/1822 KB 168/1210 KB 72/93 KB 116/471 KB 547/748 KB 1176/1822 KB 200/1210 KB 93/93 KB 156/471 KB 547/748 KB 1180/1822 KB 200/1210 KB 93/93 KB 156/471 KB 547/748 KB 1184/1822 KB 200/1210 KB 93/93 KB 156/471 KB 547/748 KB 1188/1822 KB 200/1210 KB 93/93 KB 156/471 KB 547/748 KB 1192/1822 KB 200/1210 KB 93/93 KB 156/471 KB 547/748 KB 1196/1822 KB 200/1210 KB 93/93 KB 156/471 KB 547/748 KB 1200/1822 KB 200/1210 KB 93/93 KB 156/471 KB 547/748 KB 1204/1822 KB 200/1210 KB 93/93 KB 156/471 KB 547/748 KB 1208/1822 KB 200/1210 KB 93/93 KB 160/471 KB 547/748 KB 1212/1822 KB 200/1210 KB 93/93 KB 160/471 KB 547/748 KB 1216/1822 KB 200/1210 KB 93/93 KB 160/471 KB 551/748 KB 1220/1822 KB 200/1210 KB 93/93 KB 160/471 KB 551/748 KB 1224/1822 KB 200/1210 KB 93/93 KB 160/471 KB 551/748 KB 1228/1822 KB 200/1210 KB 93/93 KB 160/471 KB 531/748 KB 1172/1822 KB 200/1210 KB 84/93 KB 120/471 KB 551/748 KB 1228/1822 KB 204/1210 KB 93/93 KB 160/471 KB 551/748 KB 1228/1822 KB 208/1210 KB 93/93 KB 160/471 KB 551/748 KB 1228/1822 KB 212/1210 KB 93/93 KB 160/471 KB 551/748 KB 1228/1822 KB 216/1210 KB 93/93 KB 160/471 KB 551/748 KB 1228/1822 KB 220/1210 KB 93/93 KB 160/471 KB 551/748 KB 1228/1822 KB 224/1210 KB 93/93 KB 160/471 KB 551/748 KB 1228/1822 KB 228/1210 KB 93/93 KB 160/471 KB 551/748 KB 1228/1822 KB 232/1210 KB 93/93 KB 160/471 KB 551/748 KB 1232/1822 KB 236/1210 KB 93/93 KB 160/471 KB 551/748 KB 1232/1822 KB 240/1210 KB 93/93 KB 160/471 KB 551/748 KB 1232/1822 KB 244/1210 KB 93/93 KB 160/471 KB 551/748 KB 1216/1822 KB 200/1210 KB 93/93 KB 160/471 KB 547/748 KB 1204/1822 KB 200/1210 KB 93/93 KB 160/471 KB 551/748 KB 1232/1822 KB 244/1210 KB 93/93 KB 164/471 KB 555/748 KB 1232/1822 KB 244/1210 KB 93/93 KB 168/471 KB 555/748 KB 1232/1822 KB 244/1210 KB 93/93 KB 172/471 KB 555/748 KB 1232/1822 KB 244/1210 KB 93/93 KB 176/471 KB 555/748 KB 1232/1822 KB 244/1210 KB 93/93 KB 180/471 KB 555/748 KB 1232/1822 KB 244/1210 KB 93/93 KB 184/471 KB unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 555/748 KB 1232/1822 KB 244/1210 KB 93/93 KB 188/471 KB 555/748 KB 1232/1822 KB 244/1210 KB 93/93 KB 192/471 KB 555/748 KB 1232/1822 KB 244/1210 KB 93/93 KB 196/471 KB 555/748 KB 1232/1822 KB 248/1210 KB 93/93 KB 200/471 KB 555/748 KB 1232/1822 KB 248/1210 KB 93/93 KB 204/471 KB 551/748 KB 1232/1822 KB 232/1210 KB 93/93 KB 160/471 KB 555/748 KB 1236/1822 KB 248/1210 KB 93/93 KB 204/471 KB 555/748 KB 1240/1822 KB 248/1210 KB 93/93 KB 204/471 KB 555/748 KB 1244/1822 KB 248/1210 KB 93/93 KB 204/471 KB 555/748 KB 1248/1822 KB 248/1210 KB 93/93 KB 204/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 73.3 KB/sec) unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 555/748 KB 1232/1822 KB 248/1210 KB 93/93 KB 196/471 KB 555/748 KB 1232/1822 KB 244/1210 KB 93/93 KB 164/471 KB 559/748 KB 1248/1822 KB 248/1210 KB 204/471 KB 563/748 KB 1248/1822 KB 248/1210 KB 204/471 KB 567/748 KB 1248/1822 KB 248/1210 KB 204/471 KB 571/748 KB 1248/1822 KB 248/1210 KB 204/471 KB 575/748 KB 1248/1822 KB 248/1210 KB 204/471 KB 579/748 KB 1248/1822 KB 248/1210 KB 204/471 KB 583/748 KB 1248/1822 KB 248/1210 KB 204/471 KB 587/748 KB 1248/1822 KB 248/1210 KB 204/471 KB 591/748 KB 1248/1822 KB 252/1210 KB 204/471 KB 595/748 KB 1248/1822 KB 252/1210 KB 204/471 KB 599/748 KB 1252/1822 KB 252/1210 KB 204/471 KB 603/748 KB 1252/1822 KB 252/1210 KB 208/471 KB 607/748 KB 1252/1822 KB 252/1210 KB 208/471 KB 611/748 KB 1252/1822 KB 252/1210 KB 208/471 KB 615/748 KB 1252/1822 KB 252/1210 KB 208/471 KB 619/748 KB 1252/1822 KB 252/1210 KB 208/471 KB 587/748 KB 1248/1822 KB 252/1210 KB 204/471 KB 619/748 KB 1252/1822 KB 256/1210 KB 208/471 KB 619/748 KB 1252/1822 KB 260/1210 KB 208/471 KB 619/748 KB 1252/1822 KB 264/1210 KB 208/471 KB 619/748 KB 1252/1822 KB 268/1210 KB 208/471 KB 619/748 KB 1252/1822 KB 271/1210 KB 208/471 KB 619/748 KB 1252/1822 KB 275/1210 KB 208/471 KB 623/748 KB 1252/1822 KB 279/1210 KB 208/471 KB 623/748 KB 1252/1822 KB 283/1210 KB 208/471 KB 623/748 KB 1252/1822 KB 287/1210 KB 208/471 KB 599/748 KB 1252/1822 KB 252/1210 KB 208/471 KB 623/748 KB 1252/1822 KB 287/1210 KB 212/471 KB 623/748 KB 1252/1822 KB 287/1210 KB 216/471 KB 623/748 KB 1252/1822 KB 287/1210 KB 220/471 KB 623/748 KB 1252/1822 KB 287/1210 KB 224/471 KB 623/748 KB 1252/1822 KB 287/1210 KB 228/471 KB 595/748 KB 1252/1822 KB 252/1210 KB 204/471 KB 623/748 KB 1256/1822 KB 287/1210 KB 228/471 KB 623/748 KB 1260/1822 KB 287/1210 KB 228/471 KB 623/748 KB 1264/1822 KB 287/1210 KB 228/471 KB 623/748 KB 1268/1822 KB 287/1210 KB 228/471 KB 623/748 KB 1272/1822 KB 287/1210 KB 228/471 KB 623/748 KB 1276/1822 KB 287/1210 KB 228/471 KB 623/748 KB 4/53 KB 1280/1822 KB 287/1210 KB 228/471 KB 623/748 KB 4/53 KB 1284/1822 KB 287/1210 KB 228/471 KB 623/748 KB 4/53 KB 1288/1822 KB 291/1210 KB 232/471 KB 623/748 KB 4/53 KB 1292/1822 KB 291/1210 KB 232/471 KB 623/748 KB 4/53 KB 1296/1822 KB 291/1210 KB 232/471 KB 623/748 KB 4/53 KB 1300/1822 KB 291/1210 KB 232/471 KB 623/748 KB 1252/1822 KB 275/1210 KB 208/471 KB 627/748 KB 4/53 KB 1300/1822 KB 291/1210 KB 232/471 KB 631/748 KB 4/53 KB 1300/1822 KB 291/1210 KB 232/471 KB 635/748 KB 4/53 KB 1300/1822 KB 291/1210 KB 232/471 KB 639/748 KB 4/53 KB 1300/1822 KB 291/1210 KB 232/471 KB 643/748 KB 4/53 KB 1300/1822 KB 291/1210 KB 232/471 KB 647/748 KB 4/53 KB 1304/1822 KB 291/1210 KB 232/471 KB 651/748 KB 4/53 KB 1304/1822 KB 291/1210 KB 232/471 KB 655/748 KB 4/53 KB 1304/1822 KB 291/1210 KB 232/471 KB 659/748 KB 4/53 KB 1304/1822 KB 291/1210 KB 232/471 KB 623/748 KB 4/53 KB 1284/1822 KB 291/1210 KB 232/471 KB 659/748 KB 4/53 KB 1304/1822 KB 295/1210 KB 232/471 KB 659/748 KB 4/53 KB 1304/1822 KB 299/1210 KB 232/471 KB 659/748 KB 4/53 KB 1304/1822 KB 303/1210 KB 232/471 KB 659/748 KB 4/53 KB 1304/1822 KB 307/1210 KB 232/471 KB 659/748 KB 4/53 KB 1304/1822 KB 311/1210 KB 232/471 KB 659/748 KB 4/53 KB 1304/1822 KB 315/1210 KB 232/471 KB 623/748 KB 4/53 KB 1284/1822 KB 287/1210 KB 232/471 KB 623/748 KB 4/53 KB 1276/1822 KB 287/1210 KB 228/471 KB 659/748 KB 8/53 KB 1304/1822 KB 315/1210 KB 232/471 KB 659/748 KB 12/53 KB 1304/1822 KB 315/1210 KB 232/471 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install KB 659/748 KB 16/53 KB 1304/1822 KB 315/1210 KB 232/471 KB 659/748 KB 20/53 KB 1304/1822 KB 315/1210 KB 232/471 KB 659/748 KB 24/53 KB 1304/1822 KB 315/1210 KB 232/471 KB 659/748 KB 28/53 KB 1304/1822 KB 315/1210 KB 232/471 KB 659/748 KB 32/53 KB 1304/1822 KB 315/1210 KB 232/471 KB 659/748 KB 36/53 KB 1304/1822 KB 315/1210 KB 232/471 KB 659/748 KB 40/53 KB 1304/1822 KB 315/1210 KB 236/471 KB 659/748 KB 44/53 KB 1304/1822 KB 315/1210 KB 236/471 KB 659/748 KB 48/53 KB 1304/1822 KB 315/1210 KB 236/471 KB 659/748 KB 52/53 KB 1304/1822 KB 315/1210 KB 236/471 KB 659/748 KB 53/53 KB 1304/1822 KB 315/1210 KB 236/471 KB 643/748 KB 4/53 KB 1304/1822 KB 291/1210 KB 232/471 KB 659/748 KB 53/53 KB 1308/1822 KB 315/1210 KB 236/471 KB 659/748 KB 53/53 KB 1312/1822 KB 315/1210 KB 236/471 KB 659/748 KB 53/53 KB 1316/1822 KB 315/1210 KB 236/471 KB 659/748 KB 36/53 KB 1304/1822 KB 315/1210 KB 236/471 KB 663/748 KB 53/53 KB 1316/1822 KB 319/1210 KB 240/471 KB 663/748 KB 53/53 KB 1316/1822 KB 319/1210 KB 244/471 KB 663/748 KB 53/53 KB 1316/1822 KB 319/1210 KB 248/471 KB 663/748 KB 53/53 KB 1316/1822 KB 319/1210 KB 252/471 KB 663/748 KB 53/53 KB 1316/1822 KB 319/1210 KB 256/471 KB 663/748 KB 53/53 KB 1316/1822 KB 319/1210 KB 260/471 KB 663/748 KB 53/53 KB 1316/1822 KB 319/1210 KB 264/471 KB 663/748 KB 53/53 KB 1316/1822 KB 319/1210 KB 268/471 KB 663/748 KB 53/53 KB 1316/1822 KB 319/1210 KB 272/471 KB 663/748 KB 53/53 KB 1320/1822 KB 319/1210 KB 276/471 KB 663/748 KB 53/53 KB 1320/1822 KB 319/1210 KB 280/471 KB 663/748 KB 53/53 KB 1320/1822 KB 319/1210 KB 284/471 KB 663/748 KB 53/53 KB 1320/1822 KB 319/1210 KB 288/471 KB 663/748 KB 53/53 KB 1320/1822 KB 319/1210 KB 292/471 KB 663/748 KB 53/53 KB 1320/1822 KB 319/1210 KB 296/471 KB 663/748 KB 53/53 KB 1316/1822 KB 319/1210 KB 236/471 KB 667/748 KB 53/53 KB 1320/1822 KB 319/1210 KB 296/471 KB 671/748 KB 53/53 KB 1320/1822 KB 319/1210 KB 296/471 KB 675/748 KB 53/53 KB 1320/1822 KB 319/1210 KB 296/471 KB 679/748 KB 53/53 KB 1320/1822 KB 319/1210 KB 296/471 KB 683/748 KB 53/53 KB 1320/1822 KB 319/1210 KB 296/471 KB 687/748 KB 53/53 KB 1320/1822 KB 319/1210 KB 296/471 KB 691/748 KB 53/53 KB 1320/1822 KB 319/1210 KB 296/471 KB 659/748 KB 53/53 KB 1316/1822 KB 319/1210 KB 236/471 KB 691/748 KB 53/53 KB 1320/1822 KB 323/1210 KB 300/471 KB 691/748 KB 1320/1822 KB 327/1210 KB 300/471 KB 691/748 KB 1320/1822 KB 331/1210 KB 300/471 KB 691/748 KB 1320/1822 KB 335/1210 KB 300/471 KB 691/748 KB 1320/1822 KB 339/1210 KB 300/471 KB 691/748 KB 1320/1822 KB 343/1210 KB 300/471 KB 691/748 KB 1320/1822 KB 347/1210 KB 300/471 KB 691/748 KB 1320/1822 KB 351/1210 KB 300/471 KB 691/748 KB 1320/1822 KB 355/1210 KB 300/471 KB 695/748 KB 1320/1822 KB 359/1210 KB 300/471 KB 695/748 KB 1320/1822 KB 363/1210 KB 300/471 KB 695/748 KB 1320/1822 KB 367/1210 KB 300/471 KB 695/748 KB 1320/1822 KB 371/1210 KB 300/471 KB 695/748 KB 1320/1822 KB 375/1210 KB 300/471 KB 691/748 KB 53/53 KB 1320/1822 KB 319/1210 KB 300/471 KB 663/748 KB 53/53 KB 1320/1822 KB 319/1210 KB 272/471 KB 695/748 KB 1324/1822 KB 375/1210 KB 300/471 KB 695/748 KB 1328/1822 KB 375/1210 KB 300/471 KB 695/748 KB 1332/1822 KB 375/1210 KB 300/471 KB 695/748 KB 1336/1822 KB 375/1210 KB 300/471 KB 695/748 KB 1340/1822 KB 375/1210 KB 300/471 KB 695/748 KB 1344/1822 KB 375/1210 KB 300/471 KB 695/748 KB 1348/1822 KB 375/1210 KB 300/471 KB 695/748 KB 1352/1822 KB 375/1210 KB 300/471 KB 695/748 KB 1356/1822 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install KB 375/1210 KB 304/471 KB 695/748 KB 1360/1822 KB 375/1210 KB 304/471 KB 695/748 KB 1364/1822 KB 375/1210 KB 304/471 KB 695/748 KB 1368/1822 KB 375/1210 KB 304/471 KB 695/748 KB 1372/1822 KB 375/1210 KB 304/471 KB 695/748 KB 1376/1822 KB 375/1210 KB 304/471 KB 695/748 KB 1380/1822 KB 375/1210 KB 304/471 KB 695/748 KB 1384/1822 KB 379/1210 KB 304/471 KB 695/748 KB 1320/1822 KB 355/1210 KB 300/471 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar (53 KB at 41.1 KB/sec) unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 699/748 KB 1384/1822 KB 379/1210 KB 304/471 KB 703/748 KB 1384/1822 KB 379/1210 KB 304/471 KB 707/748 KB 1384/1822 KB 379/1210 KB 304/471 KB 711/748 KB 1384/1822 KB 379/1210 KB 304/471 KB 715/748 KB 1384/1822 KB 379/1210 KB 304/471 KB 719/748 KB 1384/1822 KB 379/1210 KB 304/471 KB 723/748 KB 1384/1822 KB 379/1210 KB 304/471 KB 727/748 KB 1388/1822 KB 379/1210 KB 304/471 KB 731/748 KB 1388/1822 KB 379/1210 KB 304/471 KB 735/748 KB 1388/1822 KB 379/1210 KB 304/471 KB 739/748 KB 1388/1822 KB 379/1210 KB 304/471 KB 743/748 KB 1388/1822 KB 379/1210 KB 304/471 KB 747/748 KB 1388/1822 KB 379/1210 KB 304/471 KB 748/748 KB 1388/1822 KB 379/1210 KB 304/471 KB 695/748 KB 1380/1822 KB 379/1210 KB 304/471 KB 695/748 KB 1352/1822 KB 375/1210 KB 304/471 KB 748/748 KB 1388/1822 KB 379/1210 KB 308/471 KB 748/748 KB 1388/1822 KB 379/1210 KB 312/471 KB 748/748 KB 1388/1822 KB 379/1210 KB 316/471 KB 748/748 KB 1388/1822 KB 379/1210 KB 320/471 KB 748/748 KB 1388/1822 KB 379/1210 KB 324/471 KB 748/748 KB 1388/1822 KB 379/1210 KB 328/471 KB 748/748 KB 1388/1822 KB 379/1210 KB 332/471 KB 748/748 KB 1388/1822 KB 383/1210 KB 336/471 KB 748/748 KB 1388/1822 KB 383/1210 KB 340/471 KB 748/748 KB 1388/1822 KB 383/1210 KB 344/471 KB 748/748 KB 1388/1822 KB 383/1210 KB 348/471 KB 748/748 KB 1388/1822 KB 383/1210 KB 352/471 KB 748/748 KB 1388/1822 KB 383/1210 KB 356/471 KB 723/748 KB 1388/1822 KB 379/1210 KB 304/471 KB 748/748 KB 1392/1822 KB 383/1210 KB 356/471 KB 748/748 KB 1388/1822 KB 383/1210 KB 332/471 KB 4/276 KB 748/748 KB 1392/1822 KB 387/1210 KB 356/471 KB 4/276 KB 748/748 KB 1392/1822 KB 383/1210 KB 356/471 KB 8/276 KB 748/748 KB 1396/1822 KB 387/1210 KB 356/471 KB 12/276 KB 748/748 KB 1396/1822 KB 387/1210 KB 356/471 KB 16/276 KB 748/748 KB 1396/1822 KB 387/1210 KB 356/471 KB 20/276 KB 748/748 KB 1396/1822 KB 387/1210 KB 356/471 KB 24/276 KB 748/748 KB 1396/1822 KB 387/1210 KB 356/471 KB 28/276 KB 748/748 KB 1396/1822 KB 387/1210 KB 356/471 KB 32/276 KB 748/748 KB 1396/1822 KB 387/1210 KB 356/471 KB 32/276 KB 748/748 KB 1396/1822 KB 391/1210 KB 356/471 KB 36/276 KB 748/748 KB 1396/1822 KB 395/1210 KB 356/471 KB 36/276 KB 748/748 KB 1396/1822 KB 399/1210 KB 356/471 KB 36/276 KB 748/748 KB 1396/1822 KB 403/1210 KB 356/471 KB 36/276 KB 748/748 KB 1396/1822 KB 407/1210 KB 356/471 KB 36/276 KB 748/748 KB 1396/1822 KB 411/1210 KB 360/471 KB 36/276 KB 748/748 KB 1396/1822 KB 415/1210 KB 360/471 KB 36/276 KB 748/748 KB 1396/1822 KB 419/1210 KB 360/471 KB 4/276 KB 748/748 KB 1396/1822 KB 387/1210 KB 356/471 KB 36/276 KB 1400/1822 KB 419/1210 KB 360/471 KB 36/276 KB 1404/1822 KB 419/1210 KB 360/471 KB 36/276 KB 1408/1822 KB 419/1210 KB 360/471 KB 36/276 KB 1412/1822 KB 419/1210 KB 360/471 KB 36/276 KB 1416/1822 KB 419/1210 KB 360/471 KB 36/276 KB 1420/1822 KB 419/1210 KB 360/471 KB 36/276 KB 1424/1822 KB 419/1210 KB 360/471 KB 36/276 KB 1428/1822 KB 419/1210 KB 360/471 KB 36/276 KB 1432/1822 KB 423/1210 KB 360/471 KB 36/276 KB 1436/1822 KB 423/1210 KB 360/471 KB 36/276 KB 1440/1822 KB 423/1210 KB 360/471 KB 36/276 KB 1444/1822 KB 423/1210 KB 360/471 KB 36/276 KB 1448/1822 KB 423/1210 KB 360/471 KB 36/276 KB 1452/1822 KB 423/1210 KB 360/471 KB 36/276 KB 1456/1822 KB 423/1210 KB 360/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 572.5 KB/sec) unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 36/276 KB 748/748 KB 1396/1822 KB 407/1210 KB 360/471 KB 36/276 KB 1456/1822 KB 423/1210 KB 364/471 KB 36/276 KB 1456/1822 KB 423/1210 KB 368/471 KB 36/276 KB 1456/1822 KB 423/1210 KB 372/471 KB 36/276 KB 748/748 KB 1396/1822 KB 391/1210 KB 356/471 KB 40/276 KB 1456/1822 KB 423/1210 KB 372/471 KB 44/276 KB 1456/1822 KB 423/1210 KB 372/471 KB 48/276 KB 1456/1822 KB 423/1210 KB 372/471 KB 52/276 KB 1456/1822 KB 423/1210 KB 372/471 KB 56/276 KB 1456/1822 KB 423/1210 KB 372/471 KB 60/276 KB 1456/1822 KB 423/1210 KB 372/471 KB 64/276 KB 1456/1822 KB 423/1210 KB 372/471 KB 68/276 KB 1456/1822 KB 423/1210 KB 372/471 KB 72/276 KB 1456/1822 KB 423/1210 KB 376/471 KB 76/276 KB 1456/1822 KB 423/1210 KB 376/471 KB 80/276 KB 1456/1822 KB 423/1210 KB 376/471 KB 84/276 KB 1456/1822 KB 423/1210 KB 376/471 KB 88/276 KB 1456/1822 KB 423/1210 KB 376/471 KB 92/276 KB 1456/1822 KB 423/1210 KB 376/471 KB 96/276 KB 1456/1822 KB 423/1210 KB 376/471 KB 100/276 KB 1456/1822 KB 423/1210 KB 376/471 KB 36/276 KB 1428/1822 KB 423/1210 KB 360/471 KB 100/276 KB 1460/1822 KB 427/1210 KB 376/471 KB 100/276 KB 1460/1822 KB 431/1210 KB 376/471 KB 100/276 KB 1460/1822 KB 435/1210 KB 376/471 KB 100/276 KB 1460/1822 KB 439/1210 KB 376/471 KB 100/276 KB 1460/1822 KB 443/1210 KB 376/471 KB 100/276 KB 1460/1822 KB 447/1210 KB 376/471 KB 100/276 KB 1460/1822 KB 451/1210 KB 376/471 KB 100/276 KB 1460/1822 KB 455/1210 KB 376/471 KB 104/276 KB 1460/1822 KB 459/1210 KB 376/471 KB 104/276 KB 1460/1822 KB 463/1210 KB 376/471 KB 104/276 KB 1460/1822 KB 467/1210 KB 376/471 KB 104/276 KB 1460/1822 KB 471/1210 KB 376/471 KB 104/276 KB 1460/1822 KB 475/1210 KB 376/471 KB 104/276 KB 1460/1822 KB 479/1210 KB 376/471 KB 104/276 KB 1460/1822 KB 483/1210 KB 376/471 KB 100/276 KB 1460/1822 KB 423/1210 KB 376/471 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 68/276 KB 1456/1822 KB 423/1210 KB 376/471 KB 104/276 KB 1460/1822 KB 483/1210 KB 380/471 KB 104/276 KB 1460/1822 KB 483/1210 KB 384/471 KB 104/276 KB 1460/1822 KB 483/1210 KB 388/471 KB 104/276 KB 1460/1822 KB 483/1210 KB 392/471 KB 104/276 KB 1460/1822 KB 483/1210 KB 396/471 KB 104/276 KB 1460/1822 KB 483/1210 KB 400/471 KB 104/276 KB 1460/1822 KB 483/1210 KB 404/471 KB 104/276 KB 1460/1822 KB 483/1210 KB 408/471 KB 104/276 KB 1460/1822 KB 483/1210 KB 412/471 KB 104/276 KB 1460/1822 KB 483/1210 KB 416/471 KB 104/276 KB 1460/1822 KB 483/1210 KB 420/471 KB 104/276 KB 1464/1822 KB 483/1210 KB 424/471 KB 104/276 KB 1464/1822 KB 483/1210 KB 428/471 KB 104/276 KB 1464/1822 KB 483/1210 KB 432/471 KB 104/276 KB 1464/1822 KB 483/1210 KB 436/471 KB 104/276 KB 1460/1822 KB 455/1210 KB 376/471 KB 108/276 KB 1464/1822 KB 483/1210 KB 436/471 KB 112/276 KB 1464/1822 KB 483/1210 KB 436/471 KB 116/276 KB 1464/1822 KB 483/1210 KB 436/471 KB 120/276 KB 1464/1822 KB 483/1210 KB 436/471 KB 124/276 KB 1464/1822 KB 483/1210 KB 436/471 KB 128/276 KB 1464/1822 KB 483/1210 KB 436/471 KB 132/276 KB 1464/1822 KB 483/1210 KB 436/471 KB 136/276 KB 1464/1822 KB 483/1210 KB 440/471 KB 140/276 KB 1464/1822 KB 483/1210 KB 440/471 KB 144/276 KB 1464/1822 KB 483/1210 KB 440/471 KB 148/276 KB 1464/1822 KB 483/1210 KB 440/471 KB 104/276 KB 1464/1822 KB 483/1210 KB 420/471 KB 148/276 KB 1468/1822 KB 487/1210 KB 440/471 KB 148/276 KB 1472/1822 KB 487/1210 KB 440/471 KB 148/276 KB 1476/1822 KB 487/1210 KB 440/471 KB 148/276 KB 1480/1822 KB 487/1210 KB 440/471 KB 148/276 KB 1484/1822 KB 487/1210 KB 440/471 KB 148/276 KB 1488/1822 KB 487/1210 KB 440/471 KB 148/276 KB 4/577 KB 1488/1822 KB 487/1210 KB 440/471 KB 148/276 KB 8/577 KB 1488/1822 KB 487/1210 KB 440/471 KB 148/276 KB 12/577 KB 1488/1822 KB 487/1210 KB 440/471 KB 148/276 KB 16/577 KB 1488/1822 KB 487/1210 KB 440/471 KB 148/276 KB 16/577 KB 1492/1822 KB 487/1210 KB 440/471 KB 148/276 KB 16/577 KB 1496/1822 KB 487/1210 KB 440/471 KB 152/276 KB 16/577 KB 1500/1822 KB 487/1210 KB 440/471 KB 152/276 KB 16/577 KB 1504/1822 KB 487/1210 KB 440/471 KB 148/276 KB 1464/1822 KB 487/1210 KB 440/471 KB 152/276 KB 16/577 KB 1504/1822 KB 491/1210 KB 440/471 KB 152/276 KB 20/577 KB 1504/1822 KB 495/1210 KB 440/471 KB 152/276 KB 20/577 KB 1504/1822 KB 499/1210 KB 440/471 KB 152/276 KB 20/577 KB 1504/1822 KB 503/1210 KB 440/471 KB 152/276 KB 20/577 KB 1504/1822 KB 507/1210 KB 440/471 KB 152/276 KB 20/577 KB 1508/1822 KB 511/1210 KB 440/471 KB 152/276 KB 20/577 KB 1508/1822 KB 515/1210 KB 440/471 KB 132/276 KB 1464/1822 KB 483/1210 KB 440/471 KB 152/276 KB 20/577 KB 1508/1822 KB 515/1210 KB 444/471 KB 152/276 KB 20/577 KB 1508/1822 KB 515/1210 KB 448/471 KB 152/276 KB 20/577 KB 1508/1822 KB 515/1210 KB 452/471 KB 152/276 KB 20/577 KB 1508/1822 KB 515/1210 KB 456/471 KB 152/276 KB 20/577 KB 1508/1822 KB 515/1210 KB 460/471 KB 152/276 KB 20/577 KB 1508/1822 KB 515/1210 KB 464/471 KB 152/276 KB 20/577 KB 1508/1822 KB 515/1210 KB 468/471 KB 152/276 KB 20/577 KB 1508/1822 KB 515/1210 KB 471/471 KB 152/276 KB 20/577 KB 1508/1822 KB 507/1210 KB 440/471 KB 152/276 KB 20/577 KB 1504/1822 KB 491/1210 KB 440/471 KB 152/276 KB 24/577 KB 1508/1822 KB 515/1210 KB 471/471 KB 152/276 KB 28/577 KB 1508/1822 KB 515/1210 KB 471/471 KB 152/276 KB 32/577 KB 1508/1822 KB 515/1210 KB 471/471 KB 152/276 KB 36/577 KB 1508/1822 KB 515/1210 KB 471/471 KB 152/276 KB 40/577 KB 1508/1822 KB 515/1210 KB 4 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 71/471 KB 152/276 KB 44/577 KB 1508/1822 KB 515/1210 KB 471/471 KB 152/276 KB 48/577 KB 1508/1822 KB 515/1210 KB 471/471 KB 152/276 KB 52/577 KB 1508/1822 KB 515/1210 KB 471/471 KB 152/276 KB 56/577 KB 1508/1822 KB 515/1210 KB 471/471 KB 152/276 KB 60/577 KB 1512/1822 KB 515/1210 KB 471/471 KB 152/276 KB 64/577 KB 1512/1822 KB 515/1210 KB 471/471 KB 152/276 KB 16/577 KB 1496/1822 KB 487/1210 KB 440/471 KB 156/276 KB 64/577 KB 1512/1822 KB 515/1210 KB 471/471 KB 160/276 KB 64/577 KB 1512/1822 KB 515/1210 KB 471/471 KB 164/276 KB 64/577 KB 1512/1822 KB 515/1210 KB 471/471 KB 152/276 KB 56/577 KB 1512/1822 KB 515/1210 KB 471/471 KB 164/276 KB 64/577 KB 1516/1822 KB 515/1210 KB 471/471 KB 164/276 KB 64/577 KB 1520/1822 KB 515/1210 KB 471/471 KB 168/276 KB 68/577 KB 1520/1822 KB 519/1210 KB 471/471 KB 168/276 KB 68/577 KB 1524/1822 KB 523/1210 KB 471/471 KB 168/276 KB 68/577 KB 1524/1822 KB 527/1210 KB 471/471 KB 168/276 KB 68/577 KB 1524/1822 KB 531/1210 KB 471/471 KB 168/276 KB 68/577 KB 1524/1822 KB 535/1210 KB 471/471 KB 168/276 KB 68/577 KB 1524/1822 KB 539/1210 KB 471/471 KB 168/276 KB 68/577 KB 1524/1822 KB 543/1210 KB 471/471 KB 168/276 KB 68/577 KB 1524/1822 KB 547/1210 KB 471/471 KB 168/276 KB 68/577 KB 1524/1822 KB 551/1210 KB 471/471 KB 168/276 KB 68/577 KB 1524/1822 KB 555/1210 KB 471/471 KB 168/276 KB 68/577 KB 1524/1822 KB 559/1210 KB 471/471 KB 168/276 KB 68/577 KB 1520/1822 KB 515/1210 KB 471/471 KB 168/276 KB 72/577 KB 1524/1822 KB 559/1210 KB 471/471 KB 168/276 KB 76/577 KB 1524/1822 KB 559/1210 KB 471/471 KB 168/276 KB 80/577 KB 1524/1822 KB 559/1210 KB 471/471 KB 168/276 KB 84/577 KB 1524/1822 KB 559/1210 KB 471/471 KB 168/276 KB 64/577 KB 1520/1822 KB 515/1210 KB 471/471 KB 172/276 KB 84/577 KB 1524/1822 KB 559/1210 KB 471/471 KB 176/276 KB 84/577 KB 1524/1822 KB 559/1210 KB 471/471 KB 180/276 KB 84/577 KB 1524/1822 KB 559/1210 KB 471/471 KB 184/276 KB 84/577 KB 1524/1822 KB 559/1210 KB 471/471 KB 188/276 KB 84/577 KB 1524/1822 KB 559/1210 KB 471/471 KB 192/276 KB 84/577 KB 1524/1822 KB 559/1210 KB 471/471 KB 168/276 KB 68/577 KB 1524/1822 KB 519/1210 KB 471/471 KB 192/276 KB 84/577 KB 1528/1822 KB 559/1210 KB 471/471 KB 192/276 KB 84/577 KB 1532/1822 KB 559/1210 KB 471/471 KB 192/276 KB 84/577 KB 1536/1822 KB 559/1210 KB 471/471 KB 192/276 KB 84/577 KB 1540/1822 KB 559/1210 KB 471/471 KB 196/276 KB 84/577 KB 1544/1822 KB 559/1210 KB 471/471 KB 196/276 KB 88/577 KB 1548/1822 KB 559/1210 KB 471/471 KB 196/276 KB 88/577 KB 1552/1822 KB 559/1210 KB 471/471 KB 196/276 KB 88/577 KB 1556/1822 KB 559/1210 KB 471/471 KB 196/276 KB 88/577 KB 1560/1822 KB 559/1210 KB 196/276 KB 84/577 KB 1540/1822 KB 559/1210 KB 471/471 KB 200/276 KB 88/577 KB 1560/1822 KB 559/1210 KB 204/276 KB 88/577 KB 1560/1822 KB 559/1210 KB 208/276 KB 88/577 KB 1560/1822 KB 559/1210 KB 212/276 KB 88/577 KB 1560/1822 KB 559/1210 KB 216/276 KB 88/577 KB 1564/1822 KB 563/1210 KB 220/276 KB 88/577 KB 1564/1822 KB 563/1210 KB Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar (471 KB at 349.9 KB/sec) unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 196/276 KB 88/577 KB 1544/1822 KB 559/1210 KB 471/471 KB 220/276 KB 92/577 KB 1564/1822 KB 563/1210 KB 220/276 KB 96/577 KB 1564/1822 KB 563/1210 KB 220/276 KB 100/577 KB 1564/1822 KB 563/1210 KB 220/276 KB 104/577 KB 1564/1822 KB 563/1210 KB 220/276 KB 108/577 KB 1564/1822 KB 563/1210 KB 220/276 KB 112/577 KB 1564/1822 KB 563/1210 KB 220/276 KB 116/577 KB 1564/1822 KB 563/1210 KB 224/276 KB 120/577 KB 1564/1822 KB 563/1210 KB 224/276 KB 124/577 KB 1564/1822 KB 563/1210 KB 224/276 KB 128/577 KB 1564/1822 KB 563/1210 KB 224/276 KB 132/577 KB 1564/1822 KB 563/1210 KB 212/276 KB 88/577 KB 1564/1822 KB 563/1210 KB 224/276 KB 132/577 KB 1568/1822 KB 563/1210 KB 224/276 KB 132/577 KB 1572/1822 KB 563/1210 KB 224/276 KB 132/577 KB 1576/1822 KB 563/1210 KB 224/276 KB 132/577 KB 1580/1822 KB 563/1210 KB 224/276 KB 132/577 KB 1584/1822 KB 563/1210 KB 224/276 KB 132/577 KB 1588/1822 KB 563/1210 KB 224/276 KB 132/577 KB 1592/1822 KB 563/1210 KB 224/276 KB 132/577 KB 1596/1822 KB 563/1210 KB 224/276 KB 136/577 KB 1600/1822 KB 563/1210 KB 212/276 KB 88/577 KB 1560/1822 KB 563/1210 KB 224/276 KB 136/577 KB 1600/1822 KB 567/1210 KB 224/276 KB 136/577 KB 1600/1822 KB 571/1210 KB 224/276 KB 136/577 KB 1600/1822 KB 575/1210 KB 224/276 KB 136/577 KB 1600/1822 KB 579/1210 KB 224/276 KB 136/577 KB 1600/1822 KB 583/1210 KB 224/276 KB 136/577 KB 1600/1822 KB 587/1210 KB 224/276 KB 136/577 KB 1600/1822 KB 591/1210 KB 224/276 KB 136/577 KB 1600/1822 KB 595/1210 KB 224/276 KB 136/577 KB 1604/1822 KB 599/1210 KB 224/276 KB 136/577 KB 1604/1822 KB 603/1210 KB 224/276 KB 136/577 KB 1604/1822 KB 607/1210 KB 224/276 KB 136/577 KB 1604/1822 KB 611/1210 KB 224/276 KB 136/577 KB 1604/1822 KB 615/1210 KB 224/276 KB 136/577 KB 1604/1822 KB 619/1210 KB 224/276 KB 136/577 KB 1604/1822 KB 623/1210 KB 224/276 KB 136/577 KB 1596/1822 KB 563/1210 KB 224/276 KB 136/577 KB 4/37 KB 1604/1822 KB 623/1210 KB 224/276 KB 136/577 KB 8/37 KB 1604/1822 KB 623/1210 KB 224/276 KB 136/577 KB 12/37 KB 1604/1822 KB 623/1210 KB 224/276 KB 136/577 KB 16/37 KB 1604/1822 KB 623/1210 KB 224/276 KB 136/577 KB 20/37 KB 1604/1822 KB 623/1210 KB 224/276 KB 136/577 KB 24/37 KB 1604/1822 KB 623/1210 KB 224/276 KB 136/577 KB 28/37 KB 1604/1822 KB 623/1210 KB 224/276 KB 136/577 KB 32/37 KB 1604/1822 KB 623/1210 KB 224/276 KB 136/577 KB 36/37 KB 1604/1822 KB 623/1210 KB 224/276 KB 116/577 KB 1564/1822 KB 563/1210 KB 228/276 KB 140/577 KB 36/37 KB 1604/1822 KB 623/1210 KB 232/276 KB 140/577 KB 36/37 KB 1604/1822 KB 623/1210 KB 236/276 KB 140/577 KB 36/37 KB 1604/1822 KB 623/1210 KB 240/276 KB 140/577 KB 36/37 KB 1604/1822 KB 623/1210 KB 244/276 KB 140/577 KB 36/37 KB 1604/1822 KB 623/1210 KB 248/276 KB 140/577 KB 37/37 KB 1604/1822 KB 623/1210 KB 252/276 KB 140/577 KB 37/37 KB 1604/1822 KB 623/1210 KB 256/276 KB 140/577 KB 37/37 KB 1604/1822 KB 623/1210 KB 260/276 KB 140/577 KB 37/37 KB 1604/1822 KB 623/1210 KB 264/276 KB 140/577 KB 37/37 KB 1604/1822 KB 623/1210 KB 268/276 KB 140/577 KB 37/37 KB 1604/1822 KB 623/1210 KB 272/276 KB 140/577 KB 37/37 KB 1604/1822 KB 623/1210 KB 276/276 KB 140/577 KB 37/37 KB 1604/1822 KB 623/1210 KB 276/276 KB 140/577 KB 37/37 KB 1604/1822 KB 623/1210 KB 224/276 KB 140/577 KB 36/37 KB 1604/1822 KB 623/1210 KB 276/276 KB 144/577 KB 37/37 KB 1604/1822 KB 623/1210 KB 224/276 KB 136/577 KB 1604/1822 KB 595/1210 KB 276/276 KB 144/577 KB 37/37 KB 1608/1822 KB 623/1210 KB 276/276 KB 144/577 KB 37/37 KB 1612/1822 KB unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 623/1210 KB 276/276 KB 148/577 KB 37/37 KB 1616/1822 KB 623/1210 KB 276/276 KB 148/577 KB 37/37 KB 1620/1822 KB 623/1210 KB 276/276 KB 148/577 KB 37/37 KB 1624/1822 KB 623/1210 KB 276/276 KB 148/577 KB 37/37 KB 1628/1822 KB 623/1210 KB 276/276 KB 148/577 KB 37/37 KB 1632/1822 KB 623/1210 KB 276/276 KB 148/577 KB 37/37 KB 1636/1822 KB 623/1210 KB 244/276 KB 140/577 KB 37/37 KB 1604/1822 KB 623/1210 KB 276/276 KB 148/577 KB 37/37 KB 1636/1822 KB 627/1210 KB 276/276 KB 148/577 KB 37/37 KB 1636/1822 KB 631/1210 KB 276/276 KB 148/577 KB 37/37 KB 1636/1822 KB 635/1210 KB 276/276 KB 148/577 KB 37/37 KB 1636/1822 KB 639/1210 KB 276/276 KB 148/577 KB 37/37 KB 1640/1822 KB 643/1210 KB 276/276 KB 148/577 KB 37/37 KB 1612/1822 KB 623/1210 KB 276/276 KB 152/577 KB 37/37 KB 1640/1822 KB 643/1210 KB 276/276 KB 156/577 KB 37/37 KB 1640/1822 KB 643/1210 KB 276/276 KB 160/577 KB 37/37 KB 1640/1822 KB 643/1210 KB 276/276 KB 164/577 KB 37/37 KB 1640/1822 KB 643/1210 KB 276/276 KB 168/577 KB 37/37 KB 1640/1822 KB 643/1210 KB 276/276 KB 172/577 KB 37/37 KB 1640/1822 KB 643/1210 KB 276/276 KB 176/577 KB 37/37 KB 1640/1822 KB 643/1210 KB 276/276 KB 180/577 KB 37/37 KB 1640/1822 KB 643/1210 KB 276/276 KB 184/577 KB 37/37 KB 1640/1822 KB 643/1210 KB 276/276 KB 188/577 KB 37/37 KB 1640/1822 KB 643/1210 KB 276/276 KB 192/577 KB 37/37 KB 1640/1822 KB 647/1210 KB 276/276 KB 196/577 KB 37/37 KB 1640/1822 KB 647/1210 KB 200/577 KB 37/37 KB 1640/1822 KB 647/1210 KB 204/577 KB 37/37 KB 1640/1822 KB 647/1210 KB 208/577 KB 37/37 KB 1640/1822 KB 647/1210 KB 276/276 KB 148/577 KB 37/37 KB 1640/1822 KB 639/1210 KB 208/577 KB 37/37 KB 1644/1822 KB 647/1210 KB 208/577 KB 37/37 KB 1648/1822 KB 647/1210 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (276 KB at 202.2 KB/sec) unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 276/276 KB 188/577 KB 37/37 KB 1640/1822 KB 647/1210 KB 208/577 KB 37/37 KB 1648/1822 KB 651/1210 KB 208/577 KB 37/37 KB 1648/1822 KB 655/1210 KB 208/577 KB 37/37 KB 1652/1822 KB 659/1210 KB 208/577 KB 37/37 KB 1652/1822 KB 663/1210 KB 208/577 KB 37/37 KB 1652/1822 KB 667/1210 KB 208/577 KB 37/37 KB 1652/1822 KB 671/1210 KB 208/577 KB 1652/1822 KB 675/1210 KB 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 212/577 KB 1652/1822 KB 675/1210 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar (37 KB at 26.6 KB/sec) unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 208/577 KB 37/37 KB 1652/1822 KB 655/1210 KB 212/577 KB 1656/1822 KB 675/1210 KB 212/577 KB 1660/1822 KB 675/1210 KB 212/577 KB 1664/1822 KB 675/1210 KB 212/577 KB 1668/1822 KB 675/1210 KB 212/577 KB 1672/1822 KB 675/1210 KB 212/577 KB 1676/1822 KB 675/1210 KB 212/577 KB 1680/1822 KB 675/1210 KB 212/577 KB 1684/1822 KB 675/1210 KB 216/577 KB 1688/1822 KB 679/1210 KB 216/577 KB 1692/1822 KB 679/1210 KB 216/577 KB 1696/1822 KB 679/1210 KB 216/577 KB 1700/1822 KB 679/1210 KB 216/577 KB 1704/1822 KB 679/1210 KB 216/577 KB 1708/1822 KB 679/1210 KB 216/577 KB 1712/1822 KB 679/1210 KB 216/577 KB 1684/1822 KB 679/1210 KB 216/577 KB 1712/1822 KB 683/1210 KB 216/577 KB 1712/1822 KB 687/1210 KB 216/577 KB 1684/1822 KB 675/1210 KB 220/577 KB 1712/1822 KB 687/1210 KB 224/577 KB 1712/1822 KB 687/1210 KB 228/577 KB 1712/1822 KB 687/1210 KB 232/577 KB 1712/1822 KB 687/1210 KB 236/577 KB 1712/1822 KB 691/1210 KB 240/577 KB 1712/1822 KB 691/1210 KB 244/577 KB 1712/1822 KB 691/1210 KB 248/577 KB 1712/1822 KB 691/1210 KB 252/577 KB 1712/1822 KB 691/1210 KB 256/577 KB 1712/1822 KB 691/1210 KB 260/577 KB 1716/1822 KB 691/1210 KB 264/577 KB 1716/1822 KB 691/1210 KB 268/577 KB 1716/1822 KB 691/1210 KB 232/577 KB 1712/1822 KB 691/1210 KB 268/577 KB 1716/1822 KB 695/1210 KB 268/577 KB 1716/1822 KB 699/1210 KB 268/577 KB 1716/1822 KB 703/1210 KB 268/577 KB 1716/1822 KB 707/1210 KB 268/577 KB 1716/1822 KB 711/1210 KB 268/577 KB 1716/1822 KB 715/1210 KB 268/577 KB 1716/1822 KB 719/1210 KB 256/577 KB 1716/1822 KB 691/1210 KB 268/577 KB 1720/1822 KB 719/1210 KB 268/577 KB 1724/1822 KB 719/1210 KB 268/577 KB 1728/1822 KB 719/1210 KB 268/577 KB 1732/1822 KB 719/1210 KB 269/577 KB 4/167 KB 1736/1822 KB 723/1210 KB 269/577 KB 4/167 KB 1740/1822 KB 723/1210 KB 269/577 KB 4/167 KB 1744/1822 KB 723/1210 KB 269/577 KB 4/167 KB 1748/1822 KB 723/1210 KB 269/577 KB 4/167 KB 1752/1822 KB 723/1210 KB 269/577 KB 4/167 KB 1756/1822 KB 723/1210 KB 268/577 KB 4/167 KB 1732/1822 KB 719/1210 KB 269/577 KB 8/167 KB 1756/1822 KB 723/1210 KB 269/577 KB 12/167 KB 1756/1822 KB 723/1210 KB 269/577 KB 16/167 KB 1756/1822 KB 723/1210 KB 269/577 KB 20/167 KB 1756/1822 KB 723/1210 KB 269/577 KB 24/167 KB 1756/1822 KB 723/1210 KB 269/577 KB 28/167 KB 1756/1822 KB 723/1210 KB 269/577 KB 32/167 KB 1756/1822 KB 723/1210 KB 269/577 KB 36/167 KB 1756/1822 KB 723/1210 KB 269/577 KB 40/167 KB 1756/1822 KB 723/1210 KB 269/577 KB 44/167 KB 1756/1822 KB 723/1210 KB 269/577 KB 48/167 KB 1756/1822 KB 723/1210 KB 269/577 KB 52/167 KB 1756/1822 KB 723/1210 KB 269/577 KB 56/167 KB 1756/1822 KB 723/1210 KB 269/577 KB 60/167 KB 1756/1822 KB 723/1210 KB 269/577 KB 64/167 KB 1756/1822 KB 723/1210 KB 269/577 KB 68/167 KB 1756/1822 KB 723/1210 KB 269/577 KB 4/167 KB 1732/1822 KB 723/1210 KB 269/577 KB 68/167 KB 1756/1822 KB 727/1210 KB 269/577 KB 68/167 KB 1756/1822 KB 731/1210 KB 269/577 KB 68/167 KB 1756/1822 KB 735/1210 KB 269/577 KB 68/167 KB 1756/1822 KB 739/1210 KB 269/577 KB 72/167 KB 1756/1822 KB 743/1210 KB 269/577 KB 4/167 KB 1732/1822 KB 719/1210 KB 273/577 KB 72/167 KB 1756/1822 KB 747/1210 KB 277/577 KB 72/167 KB 1756/1822 KB 747/1210 KB 281/577 KB 72/167 KB 1756/1822 KB 747/1210 KB 285/577 KB 72/167 KB 1756/1822 KB 747/1210 KB 289/577 KB 72/167 KB 1756/1822 KB 747/1210 KB 293/577 KB 72/167 KB 1756/1822 KB 747/1210 KB 297/577 KB 72/167 KB 1760/1822 KB 747/1210 KB 301/577 KB 72/167 KB 1760/1822 KB 747/1210 KB 305/577 KB 72/167 KB 17 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 60/1822 KB 747/1210 KB 309/577 KB 72/167 KB 1760/1822 KB 747/1210 KB 313/577 KB 72/167 KB 1760/1822 KB 747/1210 KB 317/577 KB 72/167 KB 1760/1822 KB 747/1210 KB 269/577 KB 72/167 KB 1756/1822 KB 739/1210 KB 317/577 KB 76/167 KB 1760/1822 KB 747/1210 KB 317/577 KB 80/167 KB 1760/1822 KB 747/1210 KB 317/577 KB 84/167 KB 1760/1822 KB 747/1210 KB 317/577 KB 88/167 KB 1760/1822 KB 747/1210 KB 317/577 KB 92/167 KB 1760/1822 KB 747/1210 KB 317/577 KB 96/167 KB 1760/1822 KB 747/1210 KB 317/577 KB 100/167 KB 1760/1822 KB 747/1210 KB 321/577 KB 104/167 KB 1760/1822 KB 747/1210 KB 321/577 KB 108/167 KB 1760/1822 KB 747/1210 KB 321/577 KB 112/167 KB 1760/1822 KB 747/1210 KB 321/577 KB 116/167 KB 1760/1822 KB 747/1210 KB 293/577 KB 72/167 KB 1760/1822 KB 747/1210 KB 289/577 KB 72/167 KB 1756/1822 KB 747/1210 KB 3/1192 KB 321/577 KB 116/167 KB 1760/1822 KB 747/1210 KB 5/1192 KB 321/577 KB 116/167 KB 1760/1822 KB 747/1210 KB 8/1192 KB 321/577 KB 116/167 KB 1760/1822 KB 747/1210 KB 11/1192 KB 321/577 KB 116/167 KB 1760/1822 KB 747/1210 KB 13/1192 KB 321/577 KB 116/167 KB 1760/1822 KB 747/1210 KB 16/1192 KB 321/577 KB 116/167 KB 1760/1822 KB 747/1210 KB 19/1192 KB 321/577 KB 116/167 KB 1760/1822 KB 747/1210 KB 21/1192 KB 321/577 KB 116/167 KB 1760/1822 KB 747/1210 KB 24/1192 KB 321/577 KB 116/167 KB 1760/1822 KB 747/1210 KB 27/1192 KB 321/577 KB 116/167 KB 1760/1822 KB 747/1210 KB 29/1192 KB 321/577 KB 116/167 KB 1760/1822 KB 751/1210 KB 32/1192 KB 321/577 KB 116/167 KB 1760/1822 KB 751/1210 KB 36/1192 KB 321/577 KB 116/167 KB 1760/1822 KB 751/1210 KB 40/1192 KB 321/577 KB 116/167 KB 1764/1822 KB 751/1210 KB 44/1192 KB 321/577 KB 116/167 KB 1764/1822 KB 751/1210 KB 48/1192 KB 321/577 KB 116/167 KB 1764/1822 KB 751/1210 KB 321/577 KB 100/167 KB 1760/1822 KB 747/1210 KB 48/1192 KB 325/577 KB 116/167 KB 1764/1822 KB 751/1210 KB 48/1192 KB 329/577 KB 116/167 KB 1764/1822 KB 751/1210 KB 48/1192 KB 333/577 KB 116/167 KB 1764/1822 KB 751/1210 KB 48/1192 KB 337/577 KB 116/167 KB 1764/1822 KB 751/1210 KB 36/1192 KB 321/577 KB 116/167 KB 1764/1822 KB 751/1210 KB 48/1192 KB 337/577 KB 120/167 KB 1768/1822 KB 751/1210 KB 48/1192 KB 337/577 KB 120/167 KB 1772/1822 KB 751/1210 KB 48/1192 KB 337/577 KB 120/167 KB 1776/1822 KB 751/1210 KB 48/1192 KB 337/577 KB 120/167 KB 1780/1822 KB 751/1210 KB 27/1192 KB 321/577 KB 116/167 KB 1760/1822 KB 751/1210 KB 52/1192 KB 337/577 KB 120/167 KB 1780/1822 KB 755/1210 KB 52/1192 KB 337/577 KB 120/167 KB 1780/1822 KB 759/1210 KB 52/1192 KB 337/577 KB 120/167 KB 1780/1822 KB 763/1210 KB 52/1192 KB 337/577 KB 120/167 KB 1780/1822 KB 767/1210 KB 52/1192 KB 337/577 KB 120/167 KB 1780/1822 KB 771/1210 KB 52/1192 KB 337/577 KB 120/167 KB 1780/1822 KB 775/1210 KB 52/1192 KB 337/577 KB 120/167 KB 1780/1822 KB 779/1210 KB 52/1192 KB 337/577 KB 120/167 KB 1780/1822 KB 783/1210 KB 52/1192 KB 337/577 KB 120/167 KB 1780/1822 KB 787/1210 KB 52/1192 KB 337/577 KB 120/167 KB 1784/1822 KB 791/1210 KB 52/1192 KB 337/577 KB 120/167 KB 1784/1822 KB 795/1210 KB 52/1192 KB 337/577 KB 120/167 KB 1784/1822 KB 799/1210 KB 52/1192 KB 337/577 KB 120/167 KB 1784/1822 KB 803/1210 KB 52/1192 KB 341/577 KB 120/167 KB 1784/1822 KB 807/1210 KB 52/1192 KB 341/577 KB 120/167 KB 1784/1822 KB 811/1210 KB 52/1192 KB 341/577 KB 120/167 KB 1784/1822 KB 815/1210 KB 52/1192 KB 341/577 KB 120/167 KB 1784/1822 KB 819/1210 KB 52/1192 KB 337/577 KB 120/167 KB 1780/1822 KB 751/1210 KB 56/1192 KB 341/577 KB 120/167 KB unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 1784/1822 KB 819/1210 KB 60/1192 KB 341/577 KB 120/167 KB 1784/1822 KB 819/1210 KB 64/1192 KB 341/577 KB 120/167 KB 1784/1822 KB 819/1210 KB 68/1192 KB 341/577 KB 120/167 KB 1784/1822 KB 819/1210 KB 72/1192 KB 341/577 KB 120/167 KB 1784/1822 KB 819/1210 KB 76/1192 KB 341/577 KB 120/167 KB 1784/1822 KB 819/1210 KB 80/1192 KB 341/577 KB 120/167 KB 1784/1822 KB 819/1210 KB 84/1192 KB 341/577 KB 120/167 KB 1784/1822 KB 819/1210 KB 48/1192 KB 337/577 KB 120/167 KB 1764/1822 KB 751/1210 KB 84/1192 KB 341/577 KB 124/167 KB 1784/1822 KB 819/1210 KB 84/1192 KB 341/577 KB 128/167 KB 1784/1822 KB 819/1210 KB 84/1192 KB 341/577 KB 132/167 KB 1784/1822 KB 819/1210 KB 84/1192 KB 341/577 KB 136/167 KB 1784/1822 KB 819/1210 KB 84/1192 KB 341/577 KB 140/167 KB 1784/1822 KB 819/1210 KB 84/1192 KB 341/577 KB 144/167 KB 1784/1822 KB 819/1210 KB 84/1192 KB 341/577 KB 148/167 KB 1784/1822 KB 819/1210 KB 88/1192 KB 341/577 KB 152/167 KB 1784/1822 KB 819/1210 KB 88/1192 KB 341/577 KB 156/167 KB 1784/1822 KB 819/1210 KB 88/1192 KB 341/577 KB 160/167 KB 1784/1822 KB 819/1210 KB 88/1192 KB 341/577 KB 164/167 KB 1784/1822 KB 823/1210 KB 88/1192 KB 341/577 KB 167/167 KB 1784/1822 KB 823/1210 KB 52/1192 KB 341/577 KB 120/167 KB 1784/1822 KB 803/1210 KB 88/1192 KB 345/577 KB 167/167 KB 1784/1822 KB 823/1210 KB 88/1192 KB 349/577 KB 167/167 KB 1784/1822 KB 823/1210 KB 88/1192 KB 353/577 KB 167/167 KB 1784/1822 KB 823/1210 KB 52/1192 KB 337/577 KB 120/167 KB 1784/1822 KB 787/1210 KB 88/1192 KB 353/577 KB 167/167 KB 1788/1822 KB 823/1210 KB 88/1192 KB 353/577 KB 167/167 KB 1792/1822 KB 823/1210 KB 88/1192 KB 353/577 KB 167/167 KB 1796/1822 KB 823/1210 KB 88/1192 KB 353/577 KB 167/167 KB 1800/1822 KB 823/1210 KB 88/1192 KB 353/577 KB 167/167 KB 1804/1822 KB 823/1210 KB 88/1192 KB 353/577 KB 167/167 KB 1808/1822 KB 823/1210 KB 88/1192 KB 353/577 KB 167/167 KB 1812/1822 KB 823/1210 KB 88/1192 KB 353/577 KB 167/167 KB 1816/1822 KB 823/1210 KB 88/1192 KB 353/577 KB 167/167 KB 1820/1822 KB 823/1210 KB 88/1192 KB 353/577 KB 167/167 KB 1822/1822 KB 823/1210 KB 88/1192 KB 341/577 KB 160/167 KB 1784/1822 KB 823/1210 KB 88/1192 KB 357/577 KB 167/167 KB 1822/1822 KB 827/1210 KB 88/1192 KB 357/577 KB 167/167 KB 1822/1822 KB 831/1210 KB 88/1192 KB 341/577 KB 148/167 KB 1784/1822 KB 819/1210 KB 92/1192 KB 357/577 KB 167/167 KB 1822/1822 KB 831/1210 KB 96/1192 KB 357/577 KB 167/167 KB 1822/1822 KB 831/1210 KB 100/1192 KB 357/577 KB 167/167 KB 1822/1822 KB 831/1210 KB 104/1192 KB 357/577 KB 167/167 KB 1822/1822 KB 835/1210 KB 108/1192 KB 357/577 KB 167/167 KB 1822/1822 KB 835/1210 KB 112/1192 KB 357/577 KB 167/167 KB 1822/1822 KB 835/1210 KB 88/1192 KB 357/577 KB 167/167 KB 1822/1822 KB 823/1210 KB 112/1192 KB 361/577 KB 167/167 KB 1822/1822 KB 835/1210 KB 112/1192 KB 365/577 KB 167/167 KB 1822/1822 KB 835/1210 KB 100/1192 KB 357/577 KB 167/167 KB 1822/1822 KB 835/1210 KB 112/1192 KB 365/577 KB 167/167 KB 1822/1822 KB 839/1210 KB 112/1192 KB 365/577 KB 167/167 KB 1822/1822 KB 843/1210 KB 112/1192 KB 365/577 KB 167/167 KB 1822/1822 KB 847/1210 KB 112/1192 KB 365/577 KB 167/167 KB 1822/1822 KB 851/1210 KB 116/1192 KB 369/577 KB 167/167 KB 855/1210 KB 116/1192 KB 369/577 KB 167/167 KB 859/1210 KB 116/1192 KB 369/577 KB 167/167 KB 863/1210 KB 116/1192 KB 369/577 KB 167/167 KB 867/1210 KB 116/1192 KB 369/577 KB 871/1210 KB 116/1192 KB 369/577 KB 875/1210 KB 116/1192 KB 369/577 KB 879/1210 KB 116/1192 KB 369/577 KB 883/1210 KB unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 116/1192 KB 369/577 KB 167/167 KB 851/1210 KB 120/1192 KB 369/577 KB 883/1210 KB 124/1192 KB 369/577 KB 883/1210 KB 128/1192 KB 369/577 KB 883/1210 KB 132/1192 KB 369/577 KB 883/1210 KB 136/1192 KB 369/577 KB 883/1210 KB 140/1192 KB 369/577 KB 883/1210 KB 144/1192 KB 369/577 KB 883/1210 KB 148/1192 KB 369/577 KB 883/1210 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar (1822 KB at 1279.0 KB/sec) unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 112/1192 KB 369/577 KB 167/167 KB 1822/1822 KB 851/1210 KB 148/1192 KB 373/577 KB 883/1210 KB 148/1192 KB 377/577 KB 883/1210 KB 148/1192 KB 381/577 KB 883/1210 KB 148/1192 KB 385/577 KB 883/1210 KB 148/1192 KB 389/577 KB 883/1210 KB 148/1192 KB 393/577 KB 883/1210 KB 148/1192 KB 397/577 KB 883/1210 KB 148/1192 KB 401/577 KB 883/1210 KB 148/1192 KB 405/577 KB 883/1210 KB 148/1192 KB 409/577 KB 883/1210 KB 148/1192 KB 413/577 KB 883/1210 KB 148/1192 KB 417/577 KB 883/1210 KB 148/1192 KB 421/577 KB 883/1210 KB 148/1192 KB 425/577 KB 883/1210 KB 148/1192 KB 429/577 KB 883/1210 KB 148/1192 KB 433/577 KB 883/1210 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar (167 KB at 116.7 KB/sec) unit-abot-epc-basic-0: 13:33:33 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 152/1192 KB 433/577 KB 887/1210 KB 152/1192 KB 433/577 KB 891/1210 KB 152/1192 KB 433/577 KB 895/1210 KB 152/1192 KB 433/577 KB 899/1210 KB 152/1192 KB 437/577 KB 903/1210 KB 152/1192 KB 437/577 KB 907/1210 KB 152/1192 KB 437/577 KB 911/1210 KB 152/1192 KB 437/577 KB 915/1210 KB 152/1192 KB 433/577 KB 883/1210 KB 156/1192 KB 437/577 KB 915/1210 KB Downloading: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 160/1192 KB 437/577 KB 915/1210 KB 164/1192 KB 437/577 KB 915/1210 KB 168/1192 KB 437/577 KB 915/1210 KB 172/1192 KB 437/577 KB 915/1210 KB 176/1192 KB 437/577 KB 915/1210 KB 180/1192 KB 437/577 KB 915/1210 KB 184/1192 KB 437/577 KB 919/1210 KB 188/1192 KB 437/577 KB 919/1210 KB 192/1192 KB 437/577 KB 919/1210 KB 196/1192 KB 437/577 KB 919/1210 KB 152/1192 KB 437/577 KB 899/1210 KB 196/1192 KB 3/562 KB 441/577 KB 919/1210 KB 196/1192 KB 3/562 KB 445/577 KB 919/1210 KB 196/1192 KB 3/562 KB 437/577 KB 919/1210 KB 196/1192 KB 6/562 KB 445/577 KB 919/1210 KB 196/1192 KB 9/562 KB 445/577 KB 919/1210 KB 196/1192 KB 11/562 KB 445/577 KB 919/1210 KB 196/1192 KB 14/562 KB 445/577 KB 919/1210 KB 196/1192 KB 16/562 KB 445/577 KB 919/1210 KB 196/1192 KB 19/562 KB 445/577 KB 919/1210 KB 196/1192 KB 22/562 KB 445/577 KB 919/1210 KB 196/1192 KB 25/562 KB 445/577 KB 919/1210 KB 196/1192 KB 27/562 KB 449/577 KB 919/1210 KB 4/439 KB 196/1192 KB 30/562 KB 449/577 KB 919/1210 KB 4/439 KB 196/1192 KB 32/562 KB 449/577 KB 919/1210 KB 4/439 KB 196/1192 KB 36/562 KB 449/577 KB 919/1210 KB 4/439 KB 180/1192 KB 437/577 KB 919/1210 KB 200/1192 KB 36/562 KB 449/577 KB 923/1210 KB 4/439 KB 200/1192 KB 36/562 KB 449/577 KB 927/1210 KB 4/439 KB 200/1192 KB 36/562 KB 449/577 KB 931/1210 KB 4/439 KB 200/1192 KB 36/562 KB 449/577 KB 935/1210 KB 4/439 KB 200/1192 KB 40/562 KB 449/577 KB 939/1210 KB 4/439 KB 200/1192 KB 40/562 KB 449/577 KB 943/1210 KB 4/439 KB 200/1192 KB 40/562 KB 449/577 KB 947/1210 KB 4/439 KB 200/1192 KB 40/562 KB 449/577 KB 951/1210 KB 4/439 KB 200/1192 KB 40/562 KB 449/577 KB 955/1210 KB 4/439 KB 200/1192 KB 40/562 KB 449/577 KB 959/1210 KB 4/439 KB 200/1192 KB 40/562 KB 449/577 KB 963/1210 KB 4/439 KB 200/1192 KB 36/562 KB 449/577 KB 919/1210 KB 4/439 KB 204/1192 KB 40/562 KB 449/577 KB 963/1210 KB 4/439 KB 208/1192 KB 40/562 KB 449/577 KB 963/1210 KB 4/439 KB 196/1192 KB 25/562 KB 449/577 KB 919/1210 KB 4/439 KB 208/1192 KB 40/562 KB 453/577 KB 963/1210 KB 4/439 KB 196/1192 KB 25/562 KB 445/577 KB 919/1210 KB 4/439 KB 208/1192 KB 40/562 KB 453/577 KB 963/1210 KB 8/439 KB 208/1192 KB 40/562 KB 453/577 KB 963/1210 KB 12/439 KB 208/1192 KB 40/562 KB 453/577 KB 963/1210 KB 16/439 KB 208/1192 KB 40/562 KB 453/577 KB 963/1210 KB 20/439 KB 208/1192 KB 40/562 KB 453/577 KB 963/1210 KB 24/439 KB 208/1192 KB 40/562 KB 453/577 KB 963/1210 KB 28/439 KB 208/1192 KB 40/562 KB 453/577 KB 963/1210 KB 32/439 KB 208/1192 KB 40/562 KB 453/577 KB 963/1210 KB 36/439 KB 208/1192 KB 40/562 KB 457/577 KB 963/1210 KB 40/439 KB 208/1192 KB 40/562 KB 457/577 KB 963/1210 KB 44/439 KB 208/1192 KB 40/562 KB 457/577 KB 963/1210 KB 48/439 KB 208/1192 KB 40/562 KB 457/577 KB 963/1210 KB 52/439 KB 208/1192 KB 40/562 KB 457/577 KB 963/1210 KB 56/439 KB 208/1192 KB 40/562 KB 457/577 KB 963/1210 KB 60/439 KB 208/1192 KB 40/562 KB 457/577 KB 963/1210 KB 64/439 KB 208/1192 KB 40/562 KB 457/577 KB 963/1210 KB 68/439 KB 212/1192 KB 40/562 KB 457/577 KB 963/1210 KB 72/439 KB 212/1192 KB 40/562 KB 457/577 KB 963/1210 KB 76/439 KB 212/1192 KB 40/562 KB 457/577 KB 963/1210 KB 80/439 KB 212/1192 KB 40/562 KB 457/577 KB 963/1210 KB 84/439 KB 200/1192 KB 40/562 KB 449/577 KB 935/1210 KB 4/439 KB 212/1192 KB 44/562 KB 457/577 KB 963/1210 KB 84/439 KB 212/1192 KB 48/562 KB 457/577 KB 963/1210 KB 84/439 KB 212/1192 KB 52/562 KB 457/577 KB 963/1210 KB 84/439 KB 212/1192 KB 56/562 KB 457/577 KB 963/1210 KB 84/ unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 439 KB 212/1192 KB 60/562 KB 457/577 KB 963/1210 KB 84/439 KB 212/1192 KB 64/562 KB 457/577 KB 963/1210 KB 84/439 KB 212/1192 KB 68/562 KB 457/577 KB 963/1210 KB 84/439 KB 212/1192 KB 72/562 KB 457/577 KB 963/1210 KB 84/439 KB 212/1192 KB 76/562 KB 457/577 KB 963/1210 KB 88/439 KB 212/1192 KB 80/562 KB 457/577 KB 963/1210 KB 88/439 KB 212/1192 KB 84/562 KB 457/577 KB 967/1210 KB 88/439 KB 212/1192 KB 88/562 KB 457/577 KB 967/1210 KB 88/439 KB 212/1192 KB 40/562 KB 457/577 KB 963/1210 KB 68/439 KB 208/1192 KB 40/562 KB 457/577 KB 963/1210 KB 36/439 KB 212/1192 KB 88/562 KB 461/577 KB 967/1210 KB 88/439 KB 212/1192 KB 88/562 KB 465/577 KB 967/1210 KB 88/439 KB 212/1192 KB 88/562 KB 469/577 KB 967/1210 KB 88/439 KB 212/1192 KB 88/562 KB 473/577 KB 967/1210 KB 88/439 KB 212/1192 KB 88/562 KB 477/577 KB 967/1210 KB 88/439 KB 212/1192 KB 88/562 KB 481/577 KB 967/1210 KB 88/439 KB 212/1192 KB 88/562 KB 485/577 KB 967/1210 KB 88/439 KB 212/1192 KB 88/562 KB 489/577 KB 967/1210 KB 88/439 KB 212/1192 KB 88/562 KB 493/577 KB 967/1210 KB 88/439 KB 212/1192 KB 88/562 KB 497/577 KB 967/1210 KB 88/439 KB 216/1192 KB 88/562 KB 501/577 KB 967/1210 KB 88/439 KB 216/1192 KB 88/562 KB 505/577 KB 967/1210 KB 88/439 KB 216/1192 KB 88/562 KB 509/577 KB 967/1210 KB 88/439 KB 216/1192 KB 88/562 KB 513/577 KB 967/1210 KB 88/439 KB 216/1192 KB 88/562 KB 517/577 KB 967/1210 KB 88/439 KB 216/1192 KB 88/562 KB 521/577 KB 967/1210 KB 88/439 KB 216/1192 KB 88/562 KB 525/577 KB 967/1210 KB 88/439 KB 216/1192 KB 88/562 KB 529/577 KB 967/1210 KB 88/439 KB 216/1192 KB 92/562 KB 533/577 KB 967/1210 KB 88/439 KB 216/1192 KB 92/562 KB 537/577 KB 967/1210 KB 88/439 KB 216/1192 KB 92/562 KB 541/577 KB 967/1210 KB 88/439 KB 216/1192 KB 92/562 KB 545/577 KB 967/1210 KB 88/439 KB 212/1192 KB 80/562 KB 457/577 KB 967/1210 KB 88/439 KB 216/1192 KB 92/562 KB 545/577 KB 971/1210 KB 88/439 KB 216/1192 KB 92/562 KB 545/577 KB 975/1210 KB 88/439 KB 216/1192 KB 92/562 KB 545/577 KB 979/1210 KB 88/439 KB 216/1192 KB 92/562 KB 545/577 KB 983/1210 KB 88/439 KB 216/1192 KB 92/562 KB 545/577 KB 987/1210 KB 88/439 KB 216/1192 KB 92/562 KB 545/577 KB 991/1210 KB 88/439 KB 216/1192 KB 92/562 KB 545/577 KB 995/1210 KB 88/439 KB 212/1192 KB 72/562 KB 457/577 KB 963/1210 KB 88/439 KB 216/1192 KB 92/562 KB 545/577 KB 995/1210 KB 92/439 KB 216/1192 KB 92/562 KB 545/577 KB 995/1210 KB 96/439 KB 216/1192 KB 92/562 KB 545/577 KB 995/1210 KB 100/439 KB 216/1192 KB 92/562 KB 545/577 KB 995/1210 KB 104/439 KB 216/1192 KB 92/562 KB 545/577 KB 995/1210 KB 108/439 KB 216/1192 KB 92/562 KB 545/577 KB 995/1210 KB 112/439 KB 216/1192 KB 92/562 KB 545/577 KB 995/1210 KB 116/439 KB 216/1192 KB 92/562 KB 545/577 KB 995/1210 KB 120/439 KB 216/1192 KB 92/562 KB 545/577 KB 995/1210 KB 124/439 KB 216/1192 KB 92/562 KB 545/577 KB 995/1210 KB 128/439 KB 216/1192 KB 92/562 KB 545/577 KB 995/1210 KB 132/439 KB 216/1192 KB 92/562 KB 529/577 KB 967/1210 KB 88/439 KB 216/1192 KB 88/562 KB 497/577 KB 967/1210 KB 88/439 KB 220/1192 KB 92/562 KB 549/577 KB 999/1210 KB 132/439 KB 224/1192 KB 92/562 KB 549/577 KB 999/1210 KB 132/439 KB 228/1192 KB 92/562 KB 549/577 KB 999/1210 KB 132/439 KB 232/1192 KB 92/562 KB 549/577 KB 999/1210 KB 132/439 KB 236/1192 KB 92/562 KB 549/577 KB 999/1210 KB 132/439 KB 240/1192 KB 92/562 KB 549/577 KB 999/1210 KB 132/439 KB 244/1192 KB 92/562 KB 549/577 KB 999/1210 KB 132/439 KB 248/1192 KB 96/562 KB 549/577 KB 999/1 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 210 KB 132/439 KB 252/1192 KB 96/562 KB 549/577 KB 999/1210 KB 132/439 KB 256/1192 KB 96/562 KB 549/577 KB 999/1210 KB 132/439 KB 260/1192 KB 96/562 KB 549/577 KB 999/1210 KB 132/439 KB 264/1192 KB 96/562 KB 549/577 KB 999/1210 KB 132/439 KB 268/1192 KB 96/562 KB 549/577 KB 999/1210 KB 132/439 KB 272/1192 KB 96/562 KB 549/577 KB 999/1210 KB 132/439 KB 276/1192 KB 96/562 KB 549/577 KB 999/1210 KB 132/439 KB 280/1192 KB 96/562 KB 549/577 KB 999/1210 KB 136/439 KB 284/1192 KB 96/562 KB 549/577 KB 999/1210 KB 136/439 KB 288/1192 KB 96/562 KB 549/577 KB 999/1210 KB 136/439 KB 292/1192 KB 96/562 KB 549/577 KB 999/1210 KB 136/439 KB 296/1192 KB 96/562 KB 549/577 KB 999/1210 KB 136/439 KB 300/1192 KB 96/562 KB 549/577 KB 999/1210 KB 136/439 KB 304/1192 KB 96/562 KB 549/577 KB 999/1210 KB 136/439 KB 216/1192 KB 92/562 KB 549/577 KB 999/1210 KB 132/439 KB 304/1192 KB 96/562 KB 553/577 KB 999/1210 KB 136/439 KB 304/1192 KB 96/562 KB 557/577 KB 999/1210 KB 136/439 KB 304/1192 KB 96/562 KB 561/577 KB 999/1210 KB 136/439 KB 304/1192 KB 96/562 KB 565/577 KB 999/1210 KB 136/439 KB 304/1192 KB 96/562 KB 569/577 KB 999/1210 KB 136/439 KB 304/1192 KB 96/562 KB 573/577 KB 999/1210 KB 136/439 KB 304/1192 KB 96/562 KB 577/577 KB 999/1210 KB 136/439 KB 216/1192 KB 92/562 KB 545/577 KB 999/1210 KB 132/439 KB 304/1192 KB 96/562 KB 577/577 KB 1003/1210 KB 136/439 KB 304/1192 KB 96/562 KB 577/577 KB 1007/1210 KB 136/439 KB 304/1192 KB 96/562 KB 577/577 KB 1011/1210 KB 136/439 KB 304/1192 KB 96/562 KB 577/577 KB 1015/1210 KB 136/439 KB 304/1192 KB 96/562 KB 577/577 KB 1019/1210 KB 136/439 KB 304/1192 KB 96/562 KB 577/577 KB 1023/1210 KB 136/439 KB 304/1192 KB 96/562 KB 577/577 KB 1027/1210 KB 136/439 KB 304/1192 KB 96/562 KB 577/577 KB 1031/1210 KB 136/439 KB 304/1192 KB 96/562 KB 577/577 KB 1035/1210 KB 136/439 KB 308/1192 KB 96/562 KB 577/577 KB 1039/1210 KB 136/439 KB 308/1192 KB 96/562 KB 577/577 KB 1043/1210 KB 136/439 KB 276/1192 KB 96/562 KB 549/577 KB 999/1210 KB 136/439 KB 244/1192 KB 96/562 KB 549/577 KB 999/1210 KB 132/439 KB 308/1192 KB 100/562 KB 577/577 KB 1043/1210 KB 136/439 KB 308/1192 KB 104/562 KB 577/577 KB 1043/1210 KB 136/439 KB 308/1192 KB 108/562 KB 577/577 KB 1043/1210 KB 136/439 KB 308/1192 KB 112/562 KB 577/577 KB 1043/1210 KB 136/439 KB 308/1192 KB 116/562 KB 577/577 KB 1043/1210 KB 136/439 KB 308/1192 KB 120/562 KB 577/577 KB 1043/1210 KB 136/439 KB 308/1192 KB 124/562 KB 577/577 KB 1043/1210 KB 136/439 KB 308/1192 KB 128/562 KB 577/577 KB 1043/1210 KB 140/439 KB 308/1192 KB 132/562 KB 577/577 KB 1043/1210 KB 140/439 KB 308/1192 KB 136/562 KB 577/577 KB 1043/1210 KB 140/439 KB 308/1192 KB 140/562 KB 577/577 KB 1043/1210 KB 140/439 KB 308/1192 KB 144/562 KB 577/577 KB 1043/1210 KB 140/439 KB 308/1192 KB 148/562 KB 577/577 KB 1043/1210 KB 140/439 KB 308/1192 KB 152/562 KB 577/577 KB 1043/1210 KB 140/439 KB 308/1192 KB 156/562 KB 577/577 KB 1043/1210 KB 140/439 KB 308/1192 KB 160/562 KB 577/577 KB 1043/1210 KB 140/439 KB 308/1192 KB 164/562 KB 577/577 KB 1043/1210 KB 140/439 KB 308/1192 KB 168/562 KB 577/577 KB 1047/1210 KB 140/439 KB 308/1192 KB 172/562 KB 577/577 KB 1047/1210 KB 140/439 KB 308/1192 KB 176/562 KB 577/577 KB 1047/1210 KB 140/439 KB 308/1192 KB 180/562 KB 577/577 KB 1047/1210 KB 140/439 KB 308/1192 KB 184/562 KB 577/577 KB 1047/1210 KB 140/439 KB 308/1192 KB 96/562 KB 577/577 KB 1035/1210 KB 136/439 KB 312/1192 KB 184/562 KB 577/577 KB 1047/1210 KB 140/439 K unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install B 316/1192 KB 184/562 KB 577/577 KB 1047/1210 KB 140/439 KB 320/1192 KB 184/562 KB 577/577 KB 1047/1210 KB 140/439 KB 324/1192 KB 184/562 KB 577/577 KB 1047/1210 KB 140/439 KB 304/1192 KB 96/562 KB 577/577 KB 1027/1210 KB 136/439 KB 308/1192 KB 164/562 KB 577/577 KB 1047/1210 KB 140/439 KB 308/1192 KB 124/562 KB 577/577 KB 1043/1210 KB 140/439 KB 324/1192 KB 184/562 KB 577/577 KB 1047/1210 KB 144/439 KB 324/1192 KB 184/562 KB 577/577 KB 1047/1210 KB 148/439 KB 324/1192 KB 184/562 KB 577/577 KB 1047/1210 KB 152/439 KB 324/1192 KB 184/562 KB 577/577 KB 1047/1210 KB 156/439 KB 324/1192 KB 184/562 KB 577/577 KB 1047/1210 KB 160/439 KB 324/1192 KB 184/562 KB 577/577 KB 1047/1210 KB 164/439 KB 324/1192 KB 184/562 KB 577/577 KB 1047/1210 KB 168/439 KB 324/1192 KB 184/562 KB 577/577 KB 1047/1210 KB 172/439 KB 324/1192 KB 184/562 KB 577/577 KB 1047/1210 KB 176/439 KB 324/1192 KB 184/562 KB 577/577 KB 1047/1210 KB 180/439 KB 324/1192 KB 184/562 KB 577/577 KB 1051/1210 KB 184/439 KB 324/1192 KB 184/562 KB 577/577 KB 1051/1210 KB 188/439 KB 324/1192 KB 184/562 KB 577/577 KB 1051/1210 KB 192/439 KB 324/1192 KB 184/562 KB 577/577 KB 1051/1210 KB 180/439 KB 324/1192 KB 184/562 KB 577/577 KB 1055/1210 KB 192/439 KB 324/1192 KB 184/562 KB 577/577 KB 1059/1210 KB 192/439 KB 328/1192 KB 184/562 KB 577/577 KB 1063/1210 KB 192/439 KB 328/1192 KB 184/562 KB 577/577 KB 1067/1210 KB 192/439 KB 328/1192 KB 184/562 KB 577/577 KB 1071/1210 KB 196/439 KB 328/1192 KB 184/562 KB 577/577 KB 1075/1210 KB 196/439 KB 328/1192 KB 188/562 KB 577/577 KB 1079/1210 KB 196/439 KB 328/1192 KB 188/562 KB 577/577 KB 1083/1210 KB 196/439 KB 328/1192 KB 188/562 KB 577/577 KB 1087/1210 KB 196/439 KB 328/1192 KB 188/562 KB 577/577 KB 1091/1210 KB 196/439 KB 328/1192 KB 184/562 KB 577/577 KB 1059/1210 KB 192/439 KB 332/1192 KB 188/562 KB 577/577 KB 1091/1210 KB 196/439 KB 336/1192 KB 188/562 KB 577/577 KB 1091/1210 KB 196/439 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (577 KB at 390.4 KB/sec) unit-abot-epc-basic-0: 13:33:33 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: 13:33:33 DEBUG unit.abot-epc-basic/0.install 328/1192 KB 188/562 KB 577/577 KB 1075/1210 KB 196/439 KB 340/1192 KB 192/562 KB 1091/1210 KB 196/439 KB 340/1192 KB 196/562 KB 1091/1210 KB 196/439 KB 340/1192 KB 200/562 KB 1091/1210 KB 196/439 KB 340/1192 KB 204/562 KB 1091/1210 KB 196/439 KB 340/1192 KB 208/562 KB 1091/1210 KB 196/439 KB 340/1192 KB 212/562 KB 1091/1210 KB 196/439 KB 328/1192 KB 184/562 KB 577/577 KB 1067/1210 KB 196/439 KB 340/1192 KB 212/562 KB 1095/1210 KB 200/439 KB 340/1192 KB 212/562 KB 1095/1210 KB 204/439 KB 340/1192 KB 212/562 KB 1095/1210 KB 208/439 KB 340/1192 KB 212/562 KB 1095/1210 KB 212/439 KB 340/1192 KB 212/562 KB 1095/1210 KB 216/439 KB 340/1192 KB 212/562 KB 1095/1210 KB 220/439 KB 340/1192 KB 212/562 KB 1095/1210 KB 224/439 KB 340/1192 KB 212/562 KB 1095/1210 KB 228/439 KB 340/1192 KB 216/562 KB 1095/1210 KB 232/439 KB 340/1192 KB 3/256 KB 216/562 KB 1095/1210 KB 236/439 KB 340/1192 KB 212/562 KB 1095/1210 KB 196/439 KB 340/1192 KB 3/256 KB 216/562 KB 1099/1210 KB 236/439 KB 340/1192 KB 3/256 KB 216/562 KB 1103/1210 KB 236/439 KB 340/1192 KB 3/256 KB 216/562 KB 1107/1210 KB 236/439 KB 340/1192 KB 188/562 KB 1091/1210 KB 196/439 KB 344/1192 KB 3/256 KB 216/562 KB 1107/1210 KB 236/439 KB 348/1192 KB 3/256 KB 216/562 KB 1107/1210 KB 236/439 KB 352/1192 KB 3/256 KB 216/562 KB 1107/1210 KB 236/439 KB 356/1192 KB 3/256 KB 216/562 KB 1107/1210 KB 236/439 KB 360/1192 KB 3/256 KB 216/562 KB 1107/1210 KB 236/439 KB 364/1192 KB 3/256 KB 216/562 KB 1107/1210 KB 236/439 KB 368/1192 KB 3/256 KB 216/562 KB 1107/1210 KB 236/439 KB 372/1192 KB 3/256 KB 216/562 KB 1107/1210 KB 236/439 KB 376/1192 KB 3/256 KB 216/562 KB 1107/1210 KB 236/439 KB 380/1192 KB 3/256 KB 216/562 KB 1107/1210 KB 236/439 KB 384/1192 KB 3/256 KB 216/562 KB 1111/1210 KB 236/439 KB 388/1192 KB 3/256 KB 216/562 KB 1111/1210 KB 236/439 KB 340/1192 KB 3/256 KB 216/562 KB 1095/1210 KB 232/439 KB 388/1192 KB 5/256 KB 216/562 KB 1111/1210 KB 236/439 KB 388/1192 KB 8/256 KB 216/562 KB 1111/1210 KB 236/439 KB 388/1192 KB 11/256 KB 216/562 KB 1111/1210 KB 236/439 KB 388/1192 KB 13/256 KB 216/562 KB 1111/1210 KB 236/439 KB 388/1192 KB 16/256 KB 216/562 KB 1111/1210 KB 236/439 KB 388/1192 KB 19/256 KB 216/562 KB 1111/1210 KB 236/439 KB 388/1192 KB 21/256 KB 216/562 KB 1111/1210 KB 236/439 KB 388/1192 KB 24/256 KB 216/562 KB 1111/1210 KB 236/439 KB 388/1192 KB 27/256 KB 216/562 KB 1111/1210 KB 236/439 KB 392/1192 KB 29/256 KB 216/562 KB 1111/1210 KB 236/439 KB 340/1192 KB 216/562 KB 1095/1210 KB 228/439 KB 392/1192 KB 29/256 KB 220/562 KB 1111/1210 KB 236/439 KB 392/1192 KB 29/256 KB 224/562 KB 1111/1210 KB 236/439 KB 392/1192 KB 29/256 KB 228/562 KB 1111/1210 KB 236/439 KB 392/1192 KB 29/256 KB 232/562 KB 1111/1210 KB 236/439 KB 392/1192 KB 29/256 KB 236/562 KB 1111/1210 KB 236/439 KB 392/1192 KB 29/256 KB 240/562 KB 1111/1210 KB 236/439 KB 392/1192 KB 29/256 KB 244/562 KB 1111/1210 KB 236/439 KB 392/1192 KB 32/256 KB 248/562 KB 1111/1210 KB 236/439 KB 392/1192 KB 32/256 KB 252/562 KB 1111/1210 KB 236/439 KB 392/1192 KB 32/256 KB 256/562 KB 1111/1210 KB 236/439 KB 392/1192 KB 32/256 KB 260/562 KB 1111/1210 KB 236/439 KB 392/1192 KB 32/256 KB 264/562 KB 1111/1210 KB 236/439 KB 392/1192 KB 32/256 KB 268/562 KB 1111/1210 KB 236/439 KB 392/1192 KB 32/256 KB 269/562 KB 1111/1210 KB 236/439 KB 392/1192 KB 27/256 KB 216/562 KB 1111/1210 KB 236/439 KB 396/1192 KB 32/256 KB 269/562 KB 1111/1210 KB 236/439 KB 400/1192 KB 32/256 KB 269/56 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 2 KB 1111/1210 KB 236/439 KB 404/1192 KB 32/256 KB 269/562 KB 1111/1210 KB 236/439 KB 380/1192 KB 3/256 KB 216/562 KB 1111/1210 KB 236/439 KB 404/1192 KB 32/256 KB 269/562 KB 1115/1210 KB 236/439 KB 404/1192 KB 32/256 KB 269/562 KB 1119/1210 KB 236/439 KB 404/1192 KB 32/256 KB 269/562 KB 1123/1210 KB 236/439 KB 404/1192 KB 32/256 KB 269/562 KB 1127/1210 KB 236/439 KB 404/1192 KB 32/256 KB 269/562 KB 1131/1210 KB 236/439 KB 404/1192 KB 32/256 KB 269/562 KB 1135/1210 KB 236/439 KB 404/1192 KB 32/256 KB 269/562 KB 1139/1210 KB 236/439 KB 408/1192 KB 32/256 KB 269/562 KB 1143/1210 KB 236/439 KB 408/1192 KB 32/256 KB 269/562 KB 1147/1210 KB 236/439 KB 408/1192 KB 32/256 KB 269/562 KB 1151/1210 KB 236/439 KB 408/1192 KB 32/256 KB 269/562 KB 1155/1210 KB 236/439 KB 408/1192 KB 32/256 KB 273/562 KB 1159/1210 KB 236/439 KB 392/1192 KB 32/256 KB 244/562 KB 1111/1210 KB 236/439 KB 408/1192 KB 36/256 KB 273/562 KB 1159/1210 KB 236/439 KB 408/1192 KB 40/256 KB 273/562 KB 1159/1210 KB 236/439 KB 408/1192 KB 44/256 KB 273/562 KB 1159/1210 KB 236/439 KB 408/1192 KB 48/256 KB 273/562 KB 1159/1210 KB 236/439 KB 408/1192 KB 52/256 KB 273/562 KB 1159/1210 KB 236/439 KB 408/1192 KB 56/256 KB 273/562 KB 1159/1210 KB 236/439 KB 408/1192 KB 60/256 KB 273/562 KB 1163/1210 KB 236/439 KB 408/1192 KB 64/256 KB 273/562 KB 1163/1210 KB 236/439 KB 408/1192 KB 68/256 KB 273/562 KB 1163/1210 KB 236/439 KB 408/1192 KB 72/256 KB 273/562 KB 1163/1210 KB 236/439 KB 408/1192 KB 76/256 KB 273/562 KB 1163/1210 KB 236/439 KB 408/1192 KB 80/256 KB 273/562 KB 1163/1210 KB 236/439 KB 408/1192 KB 84/256 KB 273/562 KB 1163/1210 KB 236/439 KB 408/1192 KB 88/256 KB 273/562 KB 1163/1210 KB 236/439 KB 408/1192 KB 32/256 KB 273/562 KB 1155/1210 KB 236/439 KB 408/1192 KB 88/256 KB 277/562 KB 1163/1210 KB 236/439 KB 408/1192 KB 88/256 KB 281/562 KB 1163/1210 KB 236/439 KB 408/1192 KB 88/256 KB 285/562 KB 1163/1210 KB 236/439 KB 408/1192 KB 88/256 KB 289/562 KB 1163/1210 KB 236/439 KB 408/1192 KB 32/256 KB 269/562 KB 1139/1210 KB 236/439 KB 412/1192 KB 88/256 KB 289/562 KB 1163/1210 KB 236/439 KB 416/1192 KB 88/256 KB 289/562 KB 1163/1210 KB 236/439 KB 420/1192 KB 88/256 KB 289/562 KB 1163/1210 KB 236/439 KB 424/1192 KB 88/256 KB 289/562 KB 1163/1210 KB 236/439 KB 428/1192 KB 88/256 KB 289/562 KB 1163/1210 KB 236/439 KB 432/1192 KB 88/256 KB 289/562 KB 1163/1210 KB 236/439 KB 436/1192 KB 88/256 KB 289/562 KB 1163/1210 KB 236/439 KB 440/1192 KB 88/256 KB 289/562 KB 1163/1210 KB 236/439 KB 444/1192 KB 88/256 KB 289/562 KB 1163/1210 KB 236/439 KB 448/1192 KB 88/256 KB 289/562 KB 1163/1210 KB 236/439 KB 452/1192 KB 88/256 KB 289/562 KB 1163/1210 KB 236/439 KB 456/1192 KB 88/256 KB 293/562 KB 1163/1210 KB 236/439 KB 460/1192 KB 88/256 KB 293/562 KB 1163/1210 KB 236/439 KB 460/1192 KB 92/256 KB 293/562 KB 1163/1210 KB 236/439 KB 408/1192 KB 56/256 KB 273/562 KB 1163/1210 KB 236/439 KB 464/1192 KB 92/256 KB 293/562 KB 1167/1210 KB 236/439 KB 464/1192 KB 92/256 KB 293/562 KB 1171/1210 KB 236/439 KB 464/1192 KB 92/256 KB 293/562 KB 1175/1210 KB 236/439 KB 464/1192 KB 92/256 KB 293/562 KB 1179/1210 KB 236/439 KB 464/1192 KB 92/256 KB 293/562 KB 1183/1210 KB 236/439 KB 464/1192 KB 92/256 KB 293/562 KB 1187/1210 KB 236/439 KB 464/1192 KB 92/256 KB 293/562 KB 1191/1210 KB 236/439 KB 464/1192 KB 92/256 KB 293/562 KB 1195/1210 KB 236/439 KB 464/1192 KB 92/256 KB 293/562 KB 1199/1210 KB 236/439 KB 464/1192 KB 96/256 KB 293/562 KB 1203/1210 unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install KB 236/439 KB 464/1192 KB 96/256 KB 293/562 KB 1207/1210 KB 236/439 KB 464/1192 KB 96/256 KB 293/562 KB 1210/1210 KB 236/439 KB 464/1192 KB 92/256 KB 293/562 KB 1163/1210 KB 236/439 KB 468/1192 KB 96/256 KB 293/562 KB 1210/1210 KB 236/439 KB 452/1192 KB 88/256 KB 293/562 KB 1163/1210 KB 236/439 KB 468/1192 KB 96/256 KB 297/562 KB 1210/1210 KB 236/439 KB 468/1192 KB 96/256 KB 301/562 KB 1210/1210 KB 236/439 KB 468/1192 KB 96/256 KB 305/562 KB 1210/1210 KB 236/439 KB 464/1192 KB 96/256 KB 293/562 KB 1199/1210 KB 236/439 KB 468/1192 KB 100/256 KB 305/562 KB 1210/1210 KB 236/439 KB 472/1192 KB 104/256 KB 309/562 KB 1210/1210 KB 236/439 KB 472/1192 KB 108/256 KB 309/562 KB 1210/1210 KB 236/439 KB 472/1192 KB 112/256 KB 309/562 KB 1210/1210 KB 240/439 KB 472/1192 KB 100/256 KB 309/562 KB 1210/1210 KB 236/439 KB 476/1192 KB 112/256 KB 309/562 KB 1210/1210 KB 240/439 KB 480/1192 KB 112/256 KB 309/562 KB 1210/1210 KB 240/439 KB 484/1192 KB 112/256 KB 309/562 KB 1210/1210 KB 240/439 KB 488/1192 KB 116/256 KB 309/562 KB 1210/1210 KB 240/439 KB 492/1192 KB 116/256 KB 309/562 KB 1210/1210 KB 240/439 KB 496/1192 KB 116/256 KB 309/562 KB 1210/1210 KB 240/439 KB 468/1192 KB 100/256 KB 309/562 KB 1210/1210 KB 236/439 KB 496/1192 KB 116/256 KB 313/562 KB 1210/1210 KB 240/439 KB 496/1192 KB 116/256 KB 317/562 KB 1210/1210 KB 240/439 KB 496/1192 KB 116/256 KB 321/562 KB 1210/1210 KB 240/439 KB 496/1192 KB 116/256 KB 325/562 KB 1210/1210 KB 240/439 KB 496/1192 KB 116/256 KB 329/562 KB 1210/1210 KB 240/439 KB 496/1192 KB 116/256 KB 333/562 KB 1210/1210 KB 240/439 KB 484/1192 KB 116/256 KB 309/562 KB 1210/1210 KB 240/439 KB 496/1192 KB 120/256 KB 333/562 KB 1210/1210 KB 240/439 KB 496/1192 KB 124/256 KB 333/562 KB 1210/1210 KB 240/439 KB 500/1192 KB 128/256 KB 333/562 KB 1210/1210 KB 240/439 KB 500/1192 KB 132/256 KB 333/562 KB 1210/1210 KB 240/439 KB 472/1192 KB 108/256 KB 309/562 KB 1210/1210 KB 240/439 KB 500/1192 KB 132/256 KB 337/562 KB 244/439 KB 500/1192 KB 132/256 KB 337/562 KB 248/439 KB 500/1192 KB 132/256 KB 337/562 KB 252/439 KB 500/1192 KB 132/256 KB 337/562 KB 256/439 KB 500/1192 KB 132/256 KB 337/562 KB 260/439 KB 500/1192 KB 132/256 KB 337/562 KB 264/439 KB 500/1192 KB 132/256 KB 337/562 KB 268/439 KB 500/1192 KB 132/256 KB 337/562 KB 270/439 KB 500/1192 KB 136/256 KB 337/562 KB 274/439 KB 500/1192 KB 136/256 KB 337/562 KB 278/439 KB 500/1192 KB 136/256 KB 337/562 KB 282/439 KB 500/1192 KB 136/256 KB 337/562 KB 286/439 KB 500/1192 KB 136/256 KB 337/562 KB 290/439 KB 500/1192 KB 136/256 KB 337/562 KB 294/439 KB 500/1192 KB 136/256 KB 337/562 KB 298/439 KB 500/1192 KB 136/256 KB 337/562 KB 302/439 KB 500/1192 KB 136/256 KB 337/562 KB 306/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 792.1 KB/sec) unit-abot-epc-basic-0: 13:33:33 DEBUG unit.abot-epc-basic/0.install 500/1192 KB 132/256 KB 337/562 KB 1210/1210 KB 240/439 KB 500/1192 KB 136/256 KB 341/562 KB 306/439 KB 500/1192 KB 136/256 KB 345/562 KB 306/439 KB 500/1192 KB 136/256 KB 349/562 KB 306/439 KB 500/1192 KB 136/256 KB 353/562 KB 306/439 KB 500/1192 KB 136/256 KB 357/562 KB 306/439 KB 500/1192 KB 136/256 KB 361/562 KB 306/439 KB 500/1192 KB 136/256 KB 365/562 KB 306/439 KB 500/1192 KB 124/256 KB 333/562 KB 1210/1210 KB 240/439 KB 504/1192 KB 136/256 KB 365/562 KB 306/439 KB 508/1192 KB 136/256 KB 365/562 KB 306/439 KB 512/1192 KB 136/256 KB 365/562 KB 306/439 KB 516/1192 KB 136/256 KB 365/562 KB 306/439 KB 520/1192 KB 136/256 KB 369/562 KB 306/439 KB 524/1192 KB 136/256 KB 369/562 KB 306/439 KB 528/1192 KB 136/256 KB 369/562 KB 306/439 KB 532/1192 KB 136/256 KB 369/562 KB 306/439 KB 500/1192 KB 136/256 KB 337/562 KB 270/439 KB 532/1192 KB 140/256 KB 369/562 KB 306/439 KB 532/1192 KB 144/256 KB 369/562 KB 306/439 KB 532/1192 KB 148/256 KB 369/562 KB 306/439 KB 532/1192 KB 152/256 KB 369/562 KB 306/439 KB 532/1192 KB 156/256 KB 369/562 KB 306/439 KB 532/1192 KB 160/256 KB 369/562 KB 306/439 KB 532/1192 KB 164/256 KB 369/562 KB 306/439 KB 532/1192 KB 168/256 KB 369/562 KB 306/439 KB 536/1192 KB 172/256 KB 369/562 KB 306/439 KB 536/1192 KB 176/256 KB 369/562 KB 306/439 KB 536/1192 KB 180/256 KB 369/562 KB 306/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: 13:33:34 DEBUG unit.abot-epc-basic/0.install 516/1192 KB 136/256 KB 369/562 KB 306/439 KB 536/1192 KB 180/256 KB 373/562 KB 310/439 KB 536/1192 KB 180/256 KB 377/562 KB 310/439 KB 536/1192 KB 180/256 KB 381/562 KB 310/439 KB 536/1192 KB 180/256 KB 385/562 KB 310/439 KB 536/1192 KB 180/256 KB 389/562 KB 310/439 KB 536/1192 KB 180/256 KB 393/562 KB 310/439 KB 536/1192 KB 180/256 KB 369/562 KB 310/439 KB 536/1192 KB 180/256 KB 393/562 KB 314/439 KB 536/1192 KB 180/256 KB 393/562 KB 318/439 KB 536/1192 KB 180/256 KB 397/562 KB 322/439 KB 536/1192 KB 184/256 KB 397/562 KB 326/439 KB 536/1192 KB 184/256 KB 397/562 KB 330/439 KB 536/1192 KB 184/256 KB 397/562 KB 334/439 KB 536/1192 KB 184/256 KB 397/562 KB 338/439 KB 536/1192 KB 168/256 KB 369/562 KB 306/439 KB 540/1192 KB 184/256 KB 397/562 KB 338/439 KB 544/1192 KB 184/256 KB 397/562 KB 338/439 KB 548/1192 KB 184/256 KB 397/562 KB 338/439 KB 552/1192 KB 184/256 KB 397/562 KB 338/439 KB 556/1192 KB 184/256 KB 397/562 KB 338/439 KB 560/1192 KB 184/256 KB 397/562 KB 338/439 KB 564/1192 KB 184/256 KB 397/562 KB 338/439 KB 568/1192 KB 184/256 KB 397/562 KB 338/439 KB 572/1192 KB 184/256 KB 397/562 KB 338/439 KB 576/1192 KB 184/256 KB 397/562 KB 338/439 KB 580/1192 KB 184/256 KB 397/562 KB 338/439 KB 536/1192 KB 184/256 KB 397/562 KB 322/439 KB 580/1192 KB 188/256 KB 397/562 KB 342/439 KB 580/1192 KB 192/256 KB 397/562 KB 342/439 KB 580/1192 KB 196/256 KB 397/562 KB 342/439 KB 580/1192 KB 200/256 KB 397/562 KB 342/439 KB 580/1192 KB 204/256 KB 397/562 KB 342/439 KB 580/1192 KB 208/256 KB 397/562 KB 342/439 KB 580/1192 KB 212/256 KB 397/562 KB 342/439 KB 536/1192 KB 180/256 KB 397/562 KB 318/439 KB 580/1192 KB 212/256 KB 401/562 KB 342/439 KB 580/1192 KB 212/256 KB 405/562 KB 342/439 KB 580/1192 KB 212/256 KB 409/562 KB 342/439 KB 580/1192 KB 212/256 KB 413/562 KB 342/439 KB 580/1192 KB 212/256 KB 417/562 KB 342/439 KB 580/1192 KB 212/256 KB 421/562 KB 342/439 KB 580/1192 KB 212/256 KB 425/562 KB 342/439 KB 580/1192 KB 212/256 KB 429/562 KB 4/140 KB 342/439 KB 580/1192 KB 212/256 KB 433/562 KB 4/140 KB 342/439 KB 584/1192 KB 216/256 KB 437/562 KB 4/140 KB 342/439 KB 584/1192 KB 216/256 KB 441/562 KB 4/140 KB 342/439 KB 584/1192 KB 216/256 KB 445/562 KB 4/140 KB 342/439 KB 584/1192 KB 216/256 KB 449/562 KB 4/140 KB 342/439 KB 580/1192 KB 184/256 KB 397/562 KB 342/439 KB 584/1192 KB 216/256 KB 449/562 KB 4/140 KB 346/439 KB 584/1192 KB 216/256 KB 449/562 KB 4/140 KB 350/439 KB 584/1192 KB 216/256 KB 449/562 KB 4/140 KB 354/439 KB 584/1192 KB 216/256 KB 449/562 KB 4/140 KB 358/439 KB 584/1192 KB 216/256 KB 449/562 KB 4/140 KB 362/439 KB 584/1192 KB 216/256 KB 449/562 KB 4/140 KB 366/439 KB 584/1192 KB 216/256 KB 449/562 KB 4/140 KB 370/439 KB 584/1192 KB 216/256 KB 453/562 KB 4/140 KB 374/439 KB 584/1192 KB 216/256 KB 453/562 KB 4/140 KB 378/439 KB 584/1192 KB 216/256 KB 453/562 KB 4/140 KB 382/439 KB 584/1192 KB 216/256 KB 453/562 KB 4/140 KB 386/439 KB 584/1192 KB 216/256 KB 433/562 KB 4/140 KB 342/439 KB 588/1192 KB 216/256 KB 453/562 KB 4/140 KB 386/439 KB 592/1192 KB 216/256 KB 453/562 KB 4/140 KB 386/439 KB 596/1192 KB 216/256 KB 453/562 KB 4/140 KB 386/439 KB 600/1192 KB 216/256 KB 453/562 KB 4/140 KB 386/439 KB 604/1192 KB 216/256 KB 453/562 KB 4/140 KB 386/439 KB 608/1192 KB 216/256 KB 453/562 KB 4/140 KB 386/439 KB 580/1192 KB 216/256 KB 433/562 KB 4/140 KB 342/439 KB 608/1192 KB 220/256 KB 453/562 KB 4/140 KB 386/439 KB 580/1192 KB 212/256 KB 425 unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install /562 KB 4/140 KB 342/439 KB 608/1192 KB 220/256 KB 453/562 KB 8/140 KB 386/439 KB 608/1192 KB 220/256 KB 453/562 KB 12/140 KB 386/439 KB 608/1192 KB 220/256 KB 453/562 KB 16/140 KB 386/439 KB 608/1192 KB 220/256 KB 453/562 KB 20/140 KB 386/439 KB 608/1192 KB 220/256 KB 453/562 KB 24/140 KB 386/439 KB 608/1192 KB 220/256 KB 453/562 KB 28/140 KB 386/439 KB 608/1192 KB 220/256 KB 453/562 KB 32/140 KB 386/439 KB 608/1192 KB 220/256 KB 453/562 KB 36/140 KB 386/439 KB 608/1192 KB 224/256 KB 453/562 KB 40/140 KB 386/439 KB 608/1192 KB 224/256 KB 453/562 KB 44/140 KB 386/439 KB 608/1192 KB 224/256 KB 453/562 KB 48/140 KB 386/439 KB 608/1192 KB 224/256 KB 453/562 KB 52/140 KB 386/439 KB 608/1192 KB 224/256 KB 453/562 KB 56/140 KB 386/439 KB 608/1192 KB 224/256 KB 453/562 KB 60/140 KB 386/439 KB 608/1192 KB 224/256 KB 453/562 KB 64/140 KB 386/439 KB 608/1192 KB 224/256 KB 453/562 KB 68/140 KB 386/439 KB 612/1192 KB 224/256 KB 453/562 KB 72/140 KB 386/439 KB 612/1192 KB 224/256 KB 453/562 KB 76/140 KB 386/439 KB 612/1192 KB 224/256 KB 453/562 KB 80/140 KB 386/439 KB 612/1192 KB 224/256 KB 453/562 KB 84/140 KB 386/439 KB 612/1192 KB 224/256 KB 453/562 KB 88/140 KB 390/439 KB 612/1192 KB 224/256 KB 453/562 KB 92/140 KB 390/439 KB 612/1192 KB 224/256 KB 453/562 KB 96/140 KB 390/439 KB 584/1192 KB 216/256 KB 453/562 KB 4/140 KB 370/439 KB 612/1192 KB 224/256 KB 457/562 KB 96/140 KB 390/439 KB 612/1192 KB 224/256 KB 461/562 KB 96/140 KB 390/439 KB 612/1192 KB 224/256 KB 465/562 KB 96/140 KB 390/439 KB 612/1192 KB 224/256 KB 469/562 KB 96/140 KB 390/439 KB 612/1192 KB 224/256 KB 473/562 KB 96/140 KB 390/439 KB 612/1192 KB 224/256 KB 477/562 KB 96/140 KB 390/439 KB 612/1192 KB 224/256 KB 481/562 KB 96/140 KB 390/439 KB 612/1192 KB 224/256 KB 485/562 KB 96/140 KB 390/439 KB 612/1192 KB 224/256 KB 489/562 KB 96/140 KB 390/439 KB 612/1192 KB 224/256 KB 493/562 KB 100/140 KB 390/439 KB 612/1192 KB 224/256 KB 497/562 KB 100/140 KB 390/439 KB 612/1192 KB 224/256 KB 453/562 KB 84/140 KB 390/439 KB 612/1192 KB 224/256 KB 497/562 KB 100/140 KB 394/439 KB 612/1192 KB 224/256 KB 497/562 KB 100/140 KB 398/439 KB 612/1192 KB 224/256 KB 497/562 KB 100/140 KB 402/439 KB 612/1192 KB 224/256 KB 497/562 KB 100/140 KB 406/439 KB 612/1192 KB 224/256 KB 497/562 KB 100/140 KB 410/439 KB 612/1192 KB 224/256 KB 497/562 KB 100/140 KB 414/439 KB 612/1192 KB 224/256 KB 453/562 KB 68/140 KB 386/439 KB 608/1192 KB 224/256 KB 453/562 KB 36/140 KB 386/439 KB 612/1192 KB 228/256 KB 497/562 KB 100/140 KB 414/439 KB 612/1192 KB 232/256 KB 497/562 KB 100/140 KB 414/439 KB 612/1192 KB 236/256 KB 497/562 KB 100/140 KB 414/439 KB 612/1192 KB 240/256 KB 497/562 KB 100/140 KB 414/439 KB 612/1192 KB 244/256 KB 497/562 KB 100/140 KB 414/439 KB 612/1192 KB 248/256 KB 497/562 KB 100/140 KB 414/439 KB 612/1192 KB 252/256 KB 497/562 KB 100/140 KB 414/439 KB 612/1192 KB 256/256 KB 497/562 KB 100/140 KB 414/439 KB 612/1192 KB 256/256 KB 497/562 KB 100/140 KB 414/439 KB 616/1192 KB 256/256 KB 497/562 KB 100/140 KB 418/439 KB 616/1192 KB 256/256 KB 497/562 KB 100/140 KB 422/439 KB 612/1192 KB 224/256 KB 489/562 KB 100/140 KB 390/439 KB 616/1192 KB 256/256 KB 501/562 KB 104/140 KB 422/439 KB 616/1192 KB 256/256 KB 501/562 KB 108/140 KB 422/439 KB 616/1192 KB 256/256 KB 501/562 KB 112/140 KB 422/439 KB 616/1192 KB 256/256 KB 501/562 KB 116/140 KB 422/439 KB 616/1192 KB 256/256 KB 501/562 KB 120/140 KB 426/439 KB 616/1192 KB unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install 256/256 KB 501/562 KB 124/140 KB 426/439 KB 616/1192 KB 256/256 KB 501/562 KB 128/140 KB 426/439 KB 616/1192 KB 256/256 KB 501/562 KB 132/140 KB 426/439 KB 616/1192 KB 256/256 KB 501/562 KB 136/140 KB 426/439 KB 616/1192 KB 256/256 KB 501/562 KB 140/140 KB 426/439 KB 616/1192 KB 256/256 KB 501/562 KB 140/140 KB 426/439 KB 616/1192 KB 256/256 KB 501/562 KB 100/140 KB 422/439 KB 616/1192 KB 256/256 KB 497/562 KB 100/140 KB 414/439 KB 620/1192 KB 256/256 KB 501/562 KB 140/140 KB 426/439 KB 624/1192 KB 256/256 KB 501/562 KB 140/140 KB 426/439 KB 628/1192 KB 256/256 KB 501/562 KB 140/140 KB 426/439 KB 632/1192 KB 256/256 KB 501/562 KB 140/140 KB 426/439 KB 636/1192 KB 256/256 KB 501/562 KB 140/140 KB 426/439 KB 640/1192 KB 256/256 KB 501/562 KB 140/140 KB 426/439 KB 644/1192 KB 256/256 KB 501/562 KB 140/140 KB 426/439 KB 648/1192 KB 256/256 KB 501/562 KB 140/140 KB 426/439 KB 652/1192 KB 256/256 KB 501/562 KB 140/140 KB 426/439 KB 656/1192 KB 256/256 KB 501/562 KB 140/140 KB 426/439 KB 616/1192 KB 256/256 KB 501/562 KB 116/140 KB 426/439 KB 656/1192 KB 256/256 KB 505/562 KB 140/140 KB 430/439 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (256 KB at 162.8 KB/sec) unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install 656/1192 KB 256/256 KB 505/562 KB 140/140 KB 426/439 KB 656/1192 KB 509/562 KB 140/140 KB 430/439 KB 656/1192 KB 513/562 KB 140/140 KB 430/439 KB 660/1192 KB 517/562 KB 140/140 KB 434/439 KB 660/1192 KB 521/562 KB 140/140 KB 434/439 KB 660/1192 KB 525/562 KB 140/140 KB 434/439 KB 660/1192 KB 529/562 KB 140/140 KB 434/439 KB 660/1192 KB 533/562 KB 140/140 KB 434/439 KB 660/1192 KB 537/562 KB 140/140 KB 434/439 KB 660/1192 KB 541/562 KB 140/140 KB 434/439 KB 660/1192 KB 545/562 KB 140/140 KB 434/439 KB 660/1192 KB 513/562 KB 140/140 KB 434/439 KB 664/1192 KB 545/562 KB 434/439 KB 668/1192 KB 545/562 KB 434/439 KB 672/1192 KB 545/562 KB 434/439 KB 676/1192 KB 545/562 KB 434/439 KB 680/1192 KB 545/562 KB 434/439 KB 684/1192 KB 545/562 KB 434/439 KB 688/1192 KB 545/562 KB 434/439 KB 656/1192 KB 513/562 KB 140/140 KB 434/439 KB 688/1192 KB 545/562 KB 438/439 KB 688/1192 KB 545/562 KB 439/439 KB Downloaded: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar (140 KB at 88.9 KB/sec) unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install 692/1192 KB 549/562 KB 439/439 KB 692/1192 KB 553/562 KB 439/439 KB 692/1192 KB 557/562 KB 439/439 KB 692/1192 KB 561/562 KB 439/439 KB 692/1192 KB 562/562 KB 439/439 KB 692/1192 KB 545/562 KB 439/439 KB 696/1192 KB 562/562 KB 439/439 KB 700/1192 KB 562/562 KB 439/439 KB 704/1192 KB 562/562 KB 439/439 KB 708/1192 KB 562/562 KB 439/439 KB 712/1192 KB 562/562 KB 439/439 KB 716/1192 KB 562/562 KB 439/439 KB 720/1192 KB 562/562 KB 439/439 KB 724/1192 KB 562/562 KB 439/439 KB 728/1192 KB 562/562 KB 439/439 KB 732/1192 KB 562/562 KB 439/439 KB 736/1192 KB 562/562 KB 439/439 KB 740/1192 KB 562/562 KB 439/439 KB 744/1192 KB 562/562 KB 439/439 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (439 KB at 277.7 KB/sec) unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install 748/1192 KB 562/562 KB 752/1192 KB 562/562 KB 756/1192 KB 562/562 KB 760/1192 KB 562/562 KB 764/1192 KB 562/562 KB 768/1192 KB 562/562 KB 772/1192 KB 562/562 KB 776/1192 KB 562/562 KB 780/1192 KB 562/562 KB 784/1192 KB 562/562 KB 788/1192 KB 562/562 KB 792/1192 KB 562/562 KB 796/1192 KB 562/562 KB 800/1192 KB 562/562 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (562 KB at 354.5 KB/sec) unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install 804/1192 KB 808/1192 KB 812/1192 KB 816/1192 KB 816/1192 KB 3/37 KB 816/1192 KB 6/37 KB 816/1192 KB 9/37 KB 820/1192 KB 9/37 KB 820/1192 KB 11/37 KB 820/1192 KB 14/37 KB 820/1192 KB 16/37 KB 824/1192 KB 16/37 KB 828/1192 KB 16/37 KB 832/1192 KB 16/37 KB 832/1192 KB 19/37 KB 832/1192 KB 22/37 KB 832/1192 KB 25/37 KB 836/1192 KB 25/37 KB 840/1192 KB 25/37 KB 840/1192 KB 27/37 KB 840/1192 KB 30/37 KB 840/1192 KB 32/37 KB 844/1192 KB 32/37 KB 844/1192 KB 35/37 KB 3/46 KB 844/1192 KB 37/37 KB 3/46 KB 844/1192 KB 32/37 KB 3/46 KB 844/1192 KB 37/37 KB 5/46 KB 844/1192 KB 37/37 KB 8/46 KB 844/1192 KB 37/37 KB 11/46 KB 844/1192 KB 37/37 KB 13/46 KB 844/1192 KB 37/37 KB 16/46 KB 844/1192 KB 37/37 KB 19/46 KB 844/1192 KB 37/37 KB 21/46 KB 844/1192 KB 37/37 KB 4/1461 KB 24/46 KB 844/1192 KB 37/37 KB 4/1461 KB 27/46 KB 844/1192 KB 37/37 KB 4/1461 KB 29/46 KB 844/1192 KB 3/1118 KB 37/37 KB 4/1461 KB 32/46 KB 844/1192 KB 37/37 KB 4/1461 KB 21/46 KB 844/1192 KB 3/1118 KB 37/37 KB 8/1461 KB 32/46 KB 844/1192 KB 3/1118 KB 37/37 KB 12/1461 KB 32/46 KB 844/1192 KB 3/1118 KB 37/37 KB 4/1461 KB 29/46 KB 844/1192 KB 5/1118 KB 37/37 KB 16/1461 KB 32/46 KB 844/1192 KB 8/1118 KB 37/37 KB 16/1461 KB 32/46 KB 844/1192 KB 11/1118 KB 37/37 KB 16/1461 KB 32/46 KB 844/1192 KB 13/1118 KB 37/37 KB 16/1461 KB 32/46 KB 844/1192 KB 16/1118 KB 37/37 KB 16/1461 KB 32/46 KB 844/1192 KB 19/1118 KB 37/37 KB 16/1461 KB 32/46 KB 844/1192 KB 21/1118 KB 37/37 KB 16/1461 KB 32/46 KB 844/1192 KB 24/1118 KB 37/37 KB 16/1461 KB 32/46 KB 844/1192 KB 27/1118 KB 37/37 KB 16/1461 KB 32/46 KB 844/1192 KB 29/1118 KB 37/37 KB 16/1461 KB 32/46 KB 844/1192 KB 32/1118 KB 37/37 KB 16/1461 KB 32/46 KB 844/1192 KB 16/1118 KB 37/37 KB 16/1461 KB 32/46 KB 844/1192 KB 32/1118 KB 37/37 KB 20/1461 KB 32/46 KB 844/1192 KB 32/1118 KB 37/37 KB 24/1461 KB 32/46 KB 844/1192 KB 32/1118 KB 37/37 KB 28/1461 KB 32/46 KB 844/1192 KB 32/1118 KB 37/37 KB 32/1461 KB 32/46 KB 844/1192 KB 32/1118 KB 37/37 KB 36/1461 KB 32/46 KB 844/1192 KB 36/1118 KB 37/37 KB 40/1461 KB 36/46 KB 844/1192 KB 36/1118 KB 37/37 KB 44/1461 KB 36/46 KB 844/1192 KB 36/1118 KB 37/37 KB 48/1461 KB 36/46 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar (37 KB at 23.0 KB/sec) unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install 844/1192 KB 32/1118 KB 37/37 KB 36/1461 KB 36/46 KB 844/1192 KB 36/1118 KB 48/1461 KB 40/46 KB 844/1192 KB 36/1118 KB 52/1461 KB 44/46 KB 844/1192 KB 36/1118 KB 52/1461 KB 46/46 KB 844/1192 KB 36/1118 KB 37/37 KB 36/1461 KB 36/46 KB 844/1192 KB 40/1118 KB 52/1461 KB 46/46 KB 844/1192 KB 44/1118 KB 52/1461 KB 46/46 KB 844/1192 KB 48/1118 KB 52/1461 KB 46/46 KB 844/1192 KB 52/1118 KB 52/1461 KB 46/46 KB 844/1192 KB 56/1118 KB 52/1461 KB 46/46 KB 844/1192 KB 60/1118 KB 52/1461 KB 46/46 KB 844/1192 KB 64/1118 KB 52/1461 KB 46/46 KB 844/1192 KB 68/1118 KB 52/1461 KB 46/46 KB 848/1192 KB 72/1118 KB 52/1461 KB 46/46 KB 848/1192 KB 76/1118 KB 52/1461 KB 46/46 KB 848/1192 KB 80/1118 KB 52/1461 KB 46/46 KB 844/1192 KB 36/1118 KB 52/1461 KB 40/46 KB 848/1192 KB 80/1118 KB 56/1461 KB 46/46 KB 848/1192 KB 80/1118 KB 60/1461 KB 46/46 KB 848/1192 KB 80/1118 KB 64/1461 KB 46/46 KB 848/1192 KB 80/1118 KB 68/1461 KB 46/46 KB 848/1192 KB 80/1118 KB 72/1461 KB 46/46 KB 848/1192 KB 80/1118 KB 76/1461 KB 46/46 KB 848/1192 KB 80/1118 KB 80/1461 KB 46/46 KB 848/1192 KB 80/1118 KB 84/1461 KB 46/46 KB 848/1192 KB 84/1118 KB 88/1461 KB 46/46 KB 848/1192 KB 84/1118 KB 3/287 KB 92/1461 KB 848/1192 KB 84/1118 KB 3/287 KB 96/1461 KB 848/1192 KB 84/1118 KB 3/287 KB 100/1461 KB 848/1192 KB 68/1118 KB 52/1461 KB 46/46 KB 852/1192 KB 84/1118 KB 3/287 KB 100/1461 KB 856/1192 KB 84/1118 KB 3/287 KB 100/1461 KB 860/1192 KB 84/1118 KB 3/287 KB 100/1461 KB 864/1192 KB 84/1118 KB 3/287 KB 100/1461 KB 868/1192 KB 84/1118 KB 3/287 KB 100/1461 KB 848/1192 KB 84/1118 KB 3/287 KB 88/1461 KB 46/46 KB 868/1192 KB 84/1118 KB 5/287 KB 100/1461 KB 868/1192 KB 84/1118 KB 8/287 KB 100/1461 KB 868/1192 KB 84/1118 KB 11/287 KB 100/1461 KB 868/1192 KB 84/1118 KB 13/287 KB 100/1461 KB 868/1192 KB 84/1118 KB 16/287 KB 100/1461 KB 868/1192 KB 84/1118 KB 19/287 KB 100/1461 KB 868/1192 KB 84/1118 KB 21/287 KB 100/1461 KB 868/1192 KB 84/1118 KB 24/287 KB 100/1461 KB 868/1192 KB 84/1118 KB 27/287 KB 100/1461 KB 868/1192 KB 84/1118 KB 29/287 KB 100/1461 KB 868/1192 KB 84/1118 KB 32/287 KB 100/1461 KB 848/1192 KB 84/1118 KB 84/1461 KB 46/46 KB 868/1192 KB 88/1118 KB 32/287 KB 100/1461 KB 868/1192 KB 92/1118 KB 36/287 KB 100/1461 KB 868/1192 KB 96/1118 KB 36/287 KB 100/1461 KB 868/1192 KB 100/1118 KB 36/287 KB 100/1461 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar (46 KB at 28.1 KB/sec) unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install 872/1192 KB 100/1118 KB 36/287 KB 104/1461 KB 872/1192 KB 100/1118 KB 36/287 KB 108/1461 KB 872/1192 KB 100/1118 KB 36/287 KB 112/1461 KB 872/1192 KB 100/1118 KB 36/287 KB 116/1461 KB 872/1192 KB 104/1118 KB 36/287 KB 120/1461 KB 872/1192 KB 104/1118 KB 36/287 KB 124/1461 KB 872/1192 KB 104/1118 KB 36/287 KB 128/1461 KB 872/1192 KB 104/1118 KB 36/287 KB 132/1461 KB 872/1192 KB 100/1118 KB 36/287 KB 100/1461 KB 876/1192 KB 104/1118 KB 36/287 KB 132/1461 KB 880/1192 KB 104/1118 KB 36/287 KB 132/1461 KB 884/1192 KB 104/1118 KB 36/287 KB 132/1461 KB 888/1192 KB 104/1118 KB 36/287 KB 132/1461 KB 892/1192 KB 104/1118 KB 36/287 KB 132/1461 KB 896/1192 KB 104/1118 KB 36/287 KB 132/1461 KB 900/1192 KB 104/1118 KB 36/287 KB 132/1461 KB 868/1192 KB 88/1118 KB 36/287 KB 100/1461 KB 900/1192 KB 104/1118 KB 40/287 KB 136/1461 KB 900/1192 KB 104/1118 KB 44/287 KB 136/1461 KB 900/1192 KB 104/1118 KB 48/287 KB 136/1461 KB 900/1192 KB 104/1118 KB 52/287 KB 136/1461 KB 900/1192 KB 104/1118 KB 56/287 KB 136/1461 KB 900/1192 KB 104/1118 KB 60/287 KB 136/1461 KB 900/1192 KB 104/1118 KB 64/287 KB 136/1461 KB 900/1192 KB 104/1118 KB 68/287 KB 136/1461 KB 900/1192 KB 104/1118 KB 72/287 KB 136/1461 KB 900/1192 KB 104/1118 KB 76/287 KB 136/1461 KB 900/1192 KB 104/1118 KB 80/287 KB 136/1461 KB 900/1192 KB 104/1118 KB 84/287 KB 136/1461 KB 904/1192 KB 104/1118 KB 88/287 KB 136/1461 KB 904/1192 KB 104/1118 KB 92/287 KB 136/1461 KB 904/1192 KB 104/1118 KB 96/287 KB 136/1461 KB 904/1192 KB 104/1118 KB 100/287 KB 136/1461 KB 900/1192 KB 104/1118 KB 36/287 KB 136/1461 KB 904/1192 KB 104/1118 KB 100/287 KB 140/1461 KB 872/1192 KB 104/1118 KB 36/287 KB 116/1461 KB 904/1192 KB 108/1118 KB 100/287 KB 140/1461 KB 904/1192 KB 112/1118 KB 100/287 KB 140/1461 KB 904/1192 KB 116/1118 KB 100/287 KB 140/1461 KB 904/1192 KB 120/1118 KB 100/287 KB 140/1461 KB 904/1192 KB 124/1118 KB 100/287 KB 140/1461 KB 904/1192 KB 128/1118 KB 100/287 KB 140/1461 KB 904/1192 KB 132/1118 KB 100/287 KB 140/1461 KB 904/1192 KB 136/1118 KB 100/287 KB 144/1461 KB 904/1192 KB 140/1118 KB 100/287 KB 144/1461 KB 904/1192 KB 144/1118 KB 100/287 KB 144/1461 KB 904/1192 KB 148/1118 KB 100/287 KB 144/1461 KB 904/1192 KB 152/1118 KB 100/287 KB 144/1461 KB 904/1192 KB 156/1118 KB 100/287 KB 144/1461 KB 904/1192 KB 160/1118 KB 100/287 KB 144/1461 KB 904/1192 KB 164/1118 KB 100/287 KB 144/1461 KB 904/1192 KB 104/1118 KB 84/287 KB 136/1461 KB 908/1192 KB 164/1118 KB 104/287 KB 144/1461 KB 912/1192 KB 164/1118 KB 104/287 KB 144/1461 KB 916/1192 KB 164/1118 KB 104/287 KB 144/1461 KB 920/1192 KB 164/1118 KB 104/287 KB 144/1461 KB 924/1192 KB 164/1118 KB 104/287 KB 144/1461 KB 928/1192 KB 164/1118 KB 104/287 KB 144/1461 KB 932/1192 KB 164/1118 KB 104/287 KB 144/1461 KB 936/1192 KB 164/1118 KB 104/287 KB 144/1461 KB 940/1192 KB 168/1118 KB 104/287 KB 144/1461 KB 944/1192 KB 168/1118 KB 104/287 KB 144/1461 KB 948/1192 KB 168/1118 KB 104/287 KB 144/1461 KB 952/1192 KB 168/1118 KB 104/287 KB 144/1461 KB 956/1192 KB 168/1118 KB 104/287 KB 144/1461 KB 960/1192 KB 168/1118 KB 104/287 KB 144/1461 KB 904/1192 KB 164/1118 KB 104/287 KB 144/1461 KB 960/1192 KB 168/1118 KB 108/287 KB 144/1461 KB 904/1192 KB 132/1118 KB 100/287 KB 144/1461 KB 960/1192 KB 168/1118 KB 108/287 KB 148/1461 KB 960/1192 KB 168/1118 KB 108/287 KB 152/1461 KB 960/1192 KB 168/1118 KB 108/287 KB 156/1461 KB 960/1192 KB 168/1118 KB 108/287 KB 160/1461 KB 960/1192 KB 168/1118 KB 108/287 KB 164 unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install /1461 KB 960/1192 KB 168/1118 KB 108/287 KB 168/1461 KB 960/1192 KB 168/1118 KB 112/287 KB 172/1461 KB 960/1192 KB 168/1118 KB 112/287 KB 176/1461 KB 960/1192 KB 168/1118 KB 112/287 KB 180/1461 KB 960/1192 KB 168/1118 KB 112/287 KB 184/1461 KB 960/1192 KB 168/1118 KB 112/287 KB 188/1461 KB 960/1192 KB 168/1118 KB 112/287 KB 192/1461 KB 960/1192 KB 168/1118 KB 112/287 KB 196/1461 KB 964/1192 KB 168/1118 KB 112/287 KB 200/1461 KB 964/1192 KB 168/1118 KB 112/287 KB 204/1461 KB 936/1192 KB 168/1118 KB 104/287 KB 144/1461 KB 964/1192 KB 172/1118 KB 112/287 KB 204/1461 KB 964/1192 KB 176/1118 KB 112/287 KB 204/1461 KB 964/1192 KB 180/1118 KB 112/287 KB 204/1461 KB 964/1192 KB 184/1118 KB 112/287 KB 204/1461 KB 964/1192 KB 188/1118 KB 112/287 KB 204/1461 KB 964/1192 KB 192/1118 KB 112/287 KB 204/1461 KB 964/1192 KB 196/1118 KB 112/287 KB 204/1461 KB 964/1192 KB 200/1118 KB 112/287 KB 208/1461 KB 964/1192 KB 204/1118 KB 112/287 KB 208/1461 KB 964/1192 KB 208/1118 KB 112/287 KB 208/1461 KB 964/1192 KB 212/1118 KB 112/287 KB 208/1461 KB 964/1192 KB 216/1118 KB 112/287 KB 208/1461 KB 964/1192 KB 220/1118 KB 112/287 KB 208/1461 KB 964/1192 KB 224/1118 KB 112/287 KB 208/1461 KB 964/1192 KB 228/1118 KB 112/287 KB 208/1461 KB 964/1192 KB 168/1118 KB 112/287 KB 196/1461 KB 960/1192 KB 168/1118 KB 112/287 KB 168/1461 KB 964/1192 KB 228/1118 KB 116/287 KB 208/1461 KB 964/1192 KB 228/1118 KB 120/287 KB 208/1461 KB 964/1192 KB 228/1118 KB 124/287 KB 208/1461 KB 964/1192 KB 228/1118 KB 128/287 KB 208/1461 KB 964/1192 KB 228/1118 KB 132/287 KB 208/1461 KB 964/1192 KB 228/1118 KB 136/287 KB 208/1461 KB 964/1192 KB 228/1118 KB 140/287 KB 208/1461 KB 964/1192 KB 228/1118 KB 144/287 KB 208/1461 KB 964/1192 KB 228/1118 KB 148/287 KB 208/1461 KB 968/1192 KB 228/1118 KB 152/287 KB 208/1461 KB 968/1192 KB 228/1118 KB 156/287 KB 208/1461 KB 968/1192 KB 228/1118 KB 160/287 KB 208/1461 KB 968/1192 KB 228/1118 KB 164/287 KB 208/1461 KB 968/1192 KB 228/1118 KB 168/287 KB 208/1461 KB 968/1192 KB 228/1118 KB 172/287 KB 208/1461 KB 968/1192 KB 228/1118 KB 176/287 KB 208/1461 KB 968/1192 KB 228/1118 KB 180/287 KB 208/1461 KB 964/1192 KB 196/1118 KB 112/287 KB 208/1461 KB 968/1192 KB 232/1118 KB 180/287 KB 212/1461 KB 968/1192 KB 232/1118 KB 180/287 KB 216/1461 KB 968/1192 KB 232/1118 KB 180/287 KB 220/1461 KB 968/1192 KB 232/1118 KB 180/287 KB 224/1461 KB 968/1192 KB 232/1118 KB 180/287 KB 228/1461 KB 968/1192 KB 232/1118 KB 180/287 KB 232/1461 KB 968/1192 KB 232/1118 KB 180/287 KB 236/1461 KB 968/1192 KB 232/1118 KB 180/287 KB 240/1461 KB 968/1192 KB 232/1118 KB 180/287 KB 244/1461 KB 968/1192 KB 232/1118 KB 184/287 KB 248/1461 KB 968/1192 KB 232/1118 KB 184/287 KB 252/1461 KB 968/1192 KB 232/1118 KB 184/287 KB 256/1461 KB 968/1192 KB 232/1118 KB 184/287 KB 260/1461 KB 968/1192 KB 232/1118 KB 184/287 KB 264/1461 KB 968/1192 KB 232/1118 KB 184/287 KB 268/1461 KB 968/1192 KB 232/1118 KB 184/287 KB 272/1461 KB 968/1192 KB 232/1118 KB 180/287 KB 208/1461 KB 968/1192 KB 228/1118 KB 148/287 KB 208/1461 KB 972/1192 KB 232/1118 KB 184/287 KB 272/1461 KB 976/1192 KB 232/1118 KB 184/287 KB 272/1461 KB 980/1192 KB 232/1118 KB 184/287 KB 272/1461 KB 984/1192 KB 236/1118 KB 184/287 KB 272/1461 KB 968/1192 KB 232/1118 KB 184/287 KB 244/1461 KB 984/1192 KB 240/1118 KB 188/287 KB 272/1461 KB 984/1192 KB 240/1118 KB 192/287 KB 272/1461 KB 984/1192 KB 240/1118 KB 196/287 KB 272/1461 KB 984/1192 KB 240/1118 KB 196/287 KB 272/1461 KB unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install 988/1192 KB 240/1118 KB 196/287 KB 272/1461 KB 992/1192 KB 240/1118 KB 196/287 KB 272/1461 KB 996/1192 KB 240/1118 KB 196/287 KB 272/1461 KB 1000/1192 KB 240/1118 KB 196/287 KB 272/1461 KB 1004/1192 KB 240/1118 KB 196/287 KB 272/1461 KB 1008/1192 KB 240/1118 KB 196/287 KB 272/1461 KB 1012/1192 KB 240/1118 KB 196/287 KB 272/1461 KB 1016/1192 KB 240/1118 KB 196/287 KB 272/1461 KB 1020/1192 KB 240/1118 KB 200/287 KB 272/1461 KB 1024/1192 KB 240/1118 KB 200/287 KB 272/1461 KB 1028/1192 KB 240/1118 KB 200/287 KB 272/1461 KB 1032/1192 KB 240/1118 KB 200/287 KB 276/1461 KB 1036/1192 KB 240/1118 KB 200/287 KB 276/1461 KB 984/1192 KB 240/1118 KB 196/287 KB 272/1461 KB 1036/1192 KB 244/1118 KB 200/287 KB 276/1461 KB 1036/1192 KB 248/1118 KB 200/287 KB 276/1461 KB 1036/1192 KB 252/1118 KB 200/287 KB 276/1461 KB 1036/1192 KB 256/1118 KB 200/287 KB 276/1461 KB 1036/1192 KB 260/1118 KB 200/287 KB 276/1461 KB 1036/1192 KB 264/1118 KB 200/287 KB 276/1461 KB 1036/1192 KB 268/1118 KB 200/287 KB 276/1461 KB 1040/1192 KB 272/1118 KB 200/287 KB 276/1461 KB 1028/1192 KB 240/1118 KB 200/287 KB 276/1461 KB 1040/1192 KB 272/1118 KB 200/287 KB 280/1461 KB 1040/1192 KB 272/1118 KB 200/287 KB 284/1461 KB 1040/1192 KB 276/1118 KB 200/287 KB 288/1461 KB 1016/1192 KB 240/1118 KB 200/287 KB 272/1461 KB 1040/1192 KB 276/1118 KB 204/287 KB 288/1461 KB 1040/1192 KB 276/1118 KB 208/287 KB 288/1461 KB 1040/1192 KB 276/1118 KB 212/287 KB 288/1461 KB 1040/1192 KB 276/1118 KB 216/287 KB 288/1461 KB 1040/1192 KB 276/1118 KB 220/287 KB 288/1461 KB 1040/1192 KB 276/1118 KB 224/287 KB 288/1461 KB 1040/1192 KB 276/1118 KB 228/287 KB 288/1461 KB 1040/1192 KB 276/1118 KB 232/287 KB 292/1461 KB 1040/1192 KB 276/1118 KB 236/287 KB 292/1461 KB 1040/1192 KB 276/1118 KB 240/287 KB 292/1461 KB 1040/1192 KB 276/1118 KB 244/287 KB 292/1461 KB 1040/1192 KB 276/1118 KB 248/287 KB 292/1461 KB 1040/1192 KB 276/1118 KB 252/287 KB 292/1461 KB 1040/1192 KB 276/1118 KB 256/287 KB 292/1461 KB 1040/1192 KB 276/1118 KB 260/287 KB 292/1461 KB 1040/1192 KB 276/1118 KB 200/287 KB 284/1461 KB 1040/1192 KB 280/1118 KB 260/287 KB 292/1461 KB 1040/1192 KB 284/1118 KB 260/287 KB 292/1461 KB 1040/1192 KB 288/1118 KB 260/287 KB 292/1461 KB 1040/1192 KB 292/1118 KB 260/287 KB 292/1461 KB 1040/1192 KB 268/1118 KB 200/287 KB 276/1461 KB 1044/1192 KB 292/1118 KB 260/287 KB 292/1461 KB 1048/1192 KB 292/1118 KB 260/287 KB 292/1461 KB 1052/1192 KB 292/1118 KB 260/287 KB 292/1461 KB 1056/1192 KB 292/1118 KB 260/287 KB 292/1461 KB 1060/1192 KB 292/1118 KB 260/287 KB 292/1461 KB 1064/1192 KB 292/1118 KB 260/287 KB 292/1461 KB 1068/1192 KB 292/1118 KB 260/287 KB 292/1461 KB 1072/1192 KB 296/1118 KB 260/287 KB 292/1461 KB 1076/1192 KB 296/1118 KB 260/287 KB 292/1461 KB 1080/1192 KB 296/1118 KB 260/287 KB 292/1461 KB 1084/1192 KB 296/1118 KB 260/287 KB 292/1461 KB 1088/1192 KB 296/1118 KB 264/287 KB 292/1461 KB 1040/1192 KB 276/1118 KB 228/287 KB 292/1461 KB 1088/1192 KB 296/1118 KB 264/287 KB 296/1461 KB 1088/1192 KB 296/1118 KB 264/287 KB 300/1461 KB 1088/1192 KB 296/1118 KB 264/287 KB 304/1461 KB 1088/1192 KB 296/1118 KB 264/287 KB 308/1461 KB 1088/1192 KB 296/1118 KB 264/287 KB 312/1461 KB 1088/1192 KB 296/1118 KB 264/287 KB 316/1461 KB 1088/1192 KB 296/1118 KB 264/287 KB 320/1461 KB 1088/1192 KB 296/1118 KB 264/287 KB 324/1461 KB 1092/1192 KB 296/1118 KB 264/287 KB 328/1461 KB 1092/1192 KB 296/1118 KB 264/287 KB 332/1461 KB 1092/1192 KB 296/1118 KB 264/287 KB 336/146 unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install 1 KB 1092/1192 KB 296/1118 KB 264/287 KB 340/1461 KB 1092/1192 KB 296/1118 KB 264/287 KB 344/1461 KB 1092/1192 KB 296/1118 KB 264/287 KB 348/1461 KB 1092/1192 KB 296/1118 KB 264/287 KB 352/1461 KB 1084/1192 KB 296/1118 KB 264/287 KB 292/1461 KB 1092/1192 KB 296/1118 KB 268/287 KB 352/1461 KB 1092/1192 KB 296/1118 KB 272/287 KB 352/1461 KB 1092/1192 KB 296/1118 KB 276/287 KB 352/1461 KB 1068/1192 KB 296/1118 KB 260/287 KB 292/1461 KB 1092/1192 KB 300/1118 KB 276/287 KB 352/1461 KB 1092/1192 KB 304/1118 KB 276/287 KB 352/1461 KB 1092/1192 KB 308/1118 KB 276/287 KB 352/1461 KB 1092/1192 KB 312/1118 KB 276/287 KB 352/1461 KB 1092/1192 KB 316/1118 KB 276/287 KB 352/1461 KB 1092/1192 KB 320/1118 KB 276/287 KB 352/1461 KB 1092/1192 KB 324/1118 KB 276/287 KB 352/1461 KB 1092/1192 KB 328/1118 KB 280/287 KB 352/1461 KB 1092/1192 KB 332/1118 KB 280/287 KB 352/1461 KB 1092/1192 KB 336/1118 KB 280/287 KB 352/1461 KB 1092/1192 KB 340/1118 KB 280/287 KB 352/1461 KB 1092/1192 KB 344/1118 KB 280/287 KB 356/1461 KB 1092/1192 KB 348/1118 KB 280/287 KB 356/1461 KB 1092/1192 KB 352/1118 KB 280/287 KB 356/1461 KB 1092/1192 KB 356/1118 KB 280/287 KB 356/1461 KB 1092/1192 KB 296/1118 KB 264/287 KB 324/1461 KB 1096/1192 KB 356/1118 KB 280/287 KB 356/1461 KB 1100/1192 KB 356/1118 KB 280/287 KB 356/1461 KB 1104/1192 KB 356/1118 KB 280/287 KB 356/1461 KB 1108/1192 KB 356/1118 KB 280/287 KB 356/1461 KB 1112/1192 KB 356/1118 KB 280/287 KB 356/1461 KB 1116/1192 KB 356/1118 KB 280/287 KB 356/1461 KB 1120/1192 KB 356/1118 KB 280/287 KB 356/1461 KB 1124/1192 KB 356/1118 KB 280/287 KB 356/1461 KB 1128/1192 KB 356/1118 KB 280/287 KB 356/1461 KB 1132/1192 KB 356/1118 KB 280/287 KB 356/1461 KB 1136/1192 KB 356/1118 KB 280/287 KB 356/1461 KB 1140/1192 KB 360/1118 KB 280/287 KB 356/1461 KB 1144/1192 KB 360/1118 KB 280/287 KB 356/1461 KB 1148/1192 KB 360/1118 KB 280/287 KB 356/1461 KB 1152/1192 KB 360/1118 KB 280/287 KB 356/1461 KB 1156/1192 KB 360/1118 KB 280/287 KB 356/1461 KB 1092/1192 KB 340/1118 KB 280/287 KB 356/1461 KB 1156/1192 KB 360/1118 KB 280/287 KB 360/1461 KB 1156/1192 KB 360/1118 KB 280/287 KB 364/1461 KB 1092/1192 KB 324/1118 KB 280/287 KB 352/1461 KB 1156/1192 KB 360/1118 KB 284/287 KB 364/1461 KB 1156/1192 KB 360/1118 KB 287/287 KB 364/1461 KB 1156/1192 KB 360/1118 KB 287/287 KB 368/1461 KB 1156/1192 KB 360/1118 KB 287/287 KB 372/1461 KB 1156/1192 KB 360/1118 KB 287/287 KB 376/1461 KB 1156/1192 KB 360/1118 KB 287/287 KB 380/1461 KB 1156/1192 KB 360/1118 KB 287/287 KB 384/1461 KB 1156/1192 KB 360/1118 KB 287/287 KB 388/1461 KB 1156/1192 KB 360/1118 KB 287/287 KB 392/1461 KB 1160/1192 KB 360/1118 KB 287/287 KB 396/1461 KB 1136/1192 KB 360/1118 KB 280/287 KB 356/1461 KB 1160/1192 KB 364/1118 KB 287/287 KB 396/1461 KB 1160/1192 KB 368/1118 KB 287/287 KB 396/1461 KB 1160/1192 KB 372/1118 KB 287/287 KB 396/1461 KB 1160/1192 KB 376/1118 KB 287/287 KB 396/1461 KB 1160/1192 KB 380/1118 KB 287/287 KB 396/1461 KB 1160/1192 KB 384/1118 KB 287/287 KB 396/1461 KB 1160/1192 KB 388/1118 KB 287/287 KB 396/1461 KB 1160/1192 KB 392/1118 KB 287/287 KB 400/1461 KB 1160/1192 KB 396/1118 KB 287/287 KB 400/1461 KB 1160/1192 KB 400/1118 KB 287/287 KB 400/1461 KB 1160/1192 KB 404/1118 KB 287/287 KB 400/1461 KB 1160/1192 KB 408/1118 KB 400/1461 KB 1160/1192 KB 412/1118 KB 400/1461 KB 1160/1192 KB 416/1118 KB 400/1461 KB 1160/1192 KB 420/1118 KB 400/1461 KB 1160/1192 KB 360/1118 KB 287/287 KB 392/1461 KB 1164/1192 KB 420/1118 unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install KB 400/1461 KB 1168/1192 KB 420/1118 KB 400/1461 KB 1172/1192 KB 420/1118 KB 400/1461 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar (287 KB at 170.2 KB/sec) unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install 1160/1192 KB 388/1118 KB 287/287 KB 400/1461 KB 1172/1192 KB 420/1118 KB 404/1461 KB 1172/1192 KB 420/1118 KB 408/1461 KB 1172/1192 KB 420/1118 KB 412/1461 KB 1176/1192 KB 420/1118 KB 416/1461 KB 1176/1192 KB 420/1118 KB 420/1461 KB 1176/1192 KB 420/1118 KB 424/1461 KB 1176/1192 KB 420/1118 KB 428/1461 KB 1176/1192 KB 420/1118 KB 432/1461 KB 1176/1192 KB 420/1118 KB 436/1461 KB 1176/1192 KB 424/1118 KB 440/1461 KB 1176/1192 KB 424/1118 KB 444/1461 KB 1176/1192 KB 420/1118 KB 412/1461 KB 1180/1192 KB 424/1118 KB 444/1461 KB 1184/1192 KB 424/1118 KB 444/1461 KB 1188/1192 KB 424/1118 KB 444/1461 KB 1192/1192 KB 424/1118 KB 444/1461 KB 1192/1192 KB 424/1118 KB 444/1461 KB 1176/1192 KB 424/1118 KB 436/1461 KB 1192/1192 KB 428/1118 KB 444/1461 KB 1192/1192 KB 432/1118 KB 444/1461 KB 1192/1192 KB 436/1118 KB 444/1461 KB 1192/1192 KB 440/1118 KB 448/1461 KB 1192/1192 KB 444/1118 KB 448/1461 KB 1192/1192 KB 448/1118 KB 448/1461 KB 1192/1192 KB 452/1118 KB 448/1461 KB 1192/1192 KB 456/1118 KB 448/1461 KB 1192/1192 KB 460/1118 KB 448/1461 KB 1192/1192 KB 464/1118 KB 448/1461 KB 1192/1192 KB 468/1118 KB 448/1461 KB 1192/1192 KB 436/1118 KB 448/1461 KB 1192/1192 KB 468/1118 KB 452/1461 KB 1192/1192 KB 468/1118 KB 456/1461 KB 1192/1192 KB 468/1118 KB 460/1461 KB 1192/1192 KB 468/1118 KB 464/1461 KB 1192/1192 KB 468/1118 KB 468/1461 KB 1192/1192 KB 468/1118 KB 472/1461 KB 1192/1192 KB 468/1118 KB 476/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 703.0 KB/sec) unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install 468/1118 KB 480/1461 KB 468/1118 KB 484/1461 KB 472/1118 KB 488/1461 KB 472/1118 KB 492/1461 KB 472/1118 KB 496/1461 KB 472/1118 KB 484/1461 KB 476/1118 KB 496/1461 KB 480/1118 KB 496/1461 KB 484/1118 KB 496/1461 KB 488/1118 KB 496/1461 KB 492/1118 KB 496/1461 KB 496/1118 KB 500/1461 KB 500/1118 KB 500/1461 KB 504/1118 KB 500/1461 KB 508/1118 KB 500/1461 KB 512/1118 KB 500/1461 KB 516/1118 KB 500/1461 KB 520/1118 KB 500/1461 KB 524/1118 KB 500/1461 KB 528/1118 KB 500/1461 KB 532/1118 KB 500/1461 KB 492/1118 KB 500/1461 KB 532/1118 KB 504/1461 KB 532/1118 KB 508/1461 KB 532/1118 KB 512/1461 KB 532/1118 KB 516/1461 KB 532/1118 KB 520/1461 KB 532/1118 KB 524/1461 KB 532/1118 KB 528/1461 KB 532/1118 KB 532/1461 KB 532/1118 KB 536/1461 KB 532/1118 KB 540/1461 KB 532/1118 KB 544/1461 KB 532/1118 KB 548/1461 KB 536/1118 KB 552/1461 KB 536/1118 KB 556/1461 KB 536/1118 KB 560/1461 KB 536/1118 KB 548/1461 KB 540/1118 KB 560/1461 KB 544/1118 KB 560/1461 KB 548/1118 KB 560/1461 KB 552/1118 KB 560/1461 KB 556/1118 KB 560/1461 KB 560/1118 KB 564/1461 KB 564/1118 KB 564/1461 KB 568/1118 KB 564/1461 KB 572/1118 KB 564/1461 KB 576/1118 KB 564/1461 KB 580/1118 KB 564/1461 KB 584/1118 KB 564/1461 KB 588/1118 KB 564/1461 KB 592/1118 KB 564/1461 KB 596/1118 KB 564/1461 KB 556/1118 KB 564/1461 KB 596/1118 KB 568/1461 KB 596/1118 KB 572/1461 KB 596/1118 KB 576/1461 KB 596/1118 KB 580/1461 KB 596/1118 KB 584/1461 KB 596/1118 KB 588/1461 KB 596/1118 KB 592/1461 KB 596/1118 KB 596/1461 KB 596/1118 KB 600/1461 KB 596/1118 KB 604/1461 KB 596/1118 KB 608/1461 KB 596/1118 KB 612/1461 KB 600/1118 KB 616/1461 KB 600/1118 KB 620/1461 KB 600/1118 KB 624/1461 KB 600/1118 KB 612/1461 KB 604/1118 KB 624/1461 KB 608/1118 KB 624/1461 KB 612/1118 KB 624/1461 KB 616/1118 KB 624/1461 KB 620/1118 KB 624/1461 KB 624/1118 KB 624/1461 KB 628/1118 KB 624/1461 KB 632/1118 KB 628/1461 KB 636/1118 KB 628/1461 KB 640/1118 KB 628/1461 KB 628/1118 KB 628/1461 KB 640/1118 KB 632/1461 KB 640/1118 KB 636/1461 KB 640/1118 KB 640/1461 KB 640/1118 KB 644/1461 KB 644/1118 KB 648/1461 KB 644/1118 KB 652/1461 KB 644/1118 KB 656/1461 KB 644/1118 KB 660/1461 KB 644/1118 KB 664/1461 KB 644/1118 KB 668/1461 KB 644/1118 KB 672/1461 KB 644/1118 KB 676/1461 KB 644/1118 KB 680/1461 KB 644/1118 KB 684/1461 KB 644/1118 KB 644/1461 KB 648/1118 KB 684/1461 KB 652/1118 KB 684/1461 KB 656/1118 KB 684/1461 KB 660/1118 KB 684/1461 KB 664/1118 KB 684/1461 KB 668/1118 KB 684/1461 KB 672/1118 KB 684/1461 KB 676/1118 KB 684/1461 KB 680/1118 KB 688/1461 KB 684/1118 KB 688/1461 KB 688/1118 KB 688/1461 KB 692/1118 KB 688/1461 KB 696/1118 KB 688/1461 KB 700/1118 KB 688/1461 KB 704/1118 KB 688/1461 KB 708/1118 KB 688/1461 KB 712/1118 KB 688/1461 KB 676/1118 KB 688/1461 KB 712/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 716/1118 KB 716/1461 KB 716/1118 KB 720/1461 KB 716/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 712/1461 KB 720/1118 KB 744/1461 KB 724/1118 KB 744/1461 KB 728/1118 KB 744/1461 KB 732/1118 KB 744/1461 KB 736/1118 KB 744/1461 KB 740/1118 KB 744/1461 KB 744/1118 KB 744/1461 KB 748/1118 KB 744/1461 KB 752/1118 KB 748/1461 KB 756/1118 KB 748/1461 KB 760/1118 KB 748/1461 KB 764/1118 KB 748/146 unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install 1 KB 768/1118 KB 748/1461 KB 772/1118 KB 748/1461 KB 776/1118 KB 748/1461 KB 748/1118 KB 748/1461 KB 776/1118 KB 752/1461 KB 776/1118 KB 756/1461 KB 776/1118 KB 760/1461 KB 776/1118 KB 764/1461 KB 776/1118 KB 768/1461 KB 776/1118 KB 772/1461 KB 776/1118 KB 776/1461 KB 780/1118 KB 780/1461 KB 780/1118 KB 784/1461 KB 780/1118 KB 776/1461 KB 784/1118 KB 784/1461 KB 788/1118 KB 784/1461 KB 792/1118 KB 788/1461 KB 796/1118 KB 788/1461 KB 800/1118 KB 788/1461 KB 804/1118 KB 788/1461 KB 808/1118 KB 788/1461 KB 812/1118 KB 788/1461 KB 816/1118 KB 788/1461 KB 820/1118 KB 788/1461 KB 788/1118 KB 788/1461 KB 820/1118 KB 792/1461 KB 820/1118 KB 796/1461 KB 820/1118 KB 800/1461 KB 820/1118 KB 804/1461 KB 820/1118 KB 808/1461 KB 820/1118 KB 812/1461 KB 820/1118 KB 816/1461 KB 820/1118 KB 820/1461 KB 824/1118 KB 824/1461 KB 824/1118 KB 828/1461 KB 824/1118 KB 832/1461 KB 824/1118 KB 836/1461 KB 824/1118 KB 840/1461 KB 824/1118 KB 844/1461 KB 824/1118 KB 848/1461 KB 824/1118 KB 852/1461 KB 824/1118 KB 820/1461 KB 828/1118 KB 852/1461 KB 832/1118 KB 852/1461 KB 836/1118 KB 852/1461 KB 840/1118 KB 852/1461 KB 844/1118 KB 852/1461 KB 848/1118 KB 852/1461 KB 852/1118 KB 852/1461 KB 856/1118 KB 856/1461 KB 860/1118 KB 856/1461 KB 864/1118 KB 856/1461 KB 868/1118 KB 856/1461 KB 872/1118 KB 856/1461 KB 876/1118 KB 856/1461 KB 880/1118 KB 856/1461 KB 884/1118 KB 856/1461 KB 888/1118 KB 856/1461 KB 852/1118 KB 856/1461 KB 888/1118 KB 860/1461 KB 888/1118 KB 864/1461 KB 888/1118 KB 868/1461 KB 888/1118 KB 872/1461 KB 888/1118 KB 876/1461 KB 888/1118 KB 880/1461 KB 888/1118 KB 884/1461 KB 888/1118 KB 888/1461 KB 892/1118 KB 892/1461 KB 892/1118 KB 896/1461 KB 892/1118 KB 900/1461 KB 892/1118 KB 904/1461 KB 892/1118 KB 908/1461 KB 892/1118 KB 912/1461 KB 892/1118 KB 916/1461 KB 892/1118 KB 888/1461 KB 896/1118 KB 916/1461 KB 900/1118 KB 916/1461 KB 904/1118 KB 916/1461 KB 908/1118 KB 916/1461 KB 912/1118 KB 916/1461 KB 916/1118 KB 916/1461 KB 920/1118 KB 916/1461 KB 924/1118 KB 920/1461 KB 928/1118 KB 920/1461 KB 932/1118 KB 920/1461 KB 936/1118 KB 920/1461 KB 940/1118 KB 920/1461 KB 944/1118 KB 920/1461 KB 948/1118 KB 920/1461 KB 952/1118 KB 920/1461 KB 956/1118 KB 920/1461 KB 920/1118 KB 920/1461 KB 956/1118 KB 924/1461 KB 956/1118 KB 928/1461 KB 956/1118 KB 932/1461 KB 956/1118 KB 936/1461 KB 956/1118 KB 940/1461 KB 956/1118 KB 944/1461 KB 956/1118 KB 948/1461 KB 956/1118 KB 952/1461 KB 960/1118 KB 956/1461 KB 960/1118 KB 960/1461 KB 960/1118 KB 964/1461 KB 960/1118 KB 968/1461 KB 960/1118 KB 972/1461 KB 960/1118 KB 976/1461 KB 960/1118 KB 980/1461 KB 960/1118 KB 952/1461 KB 964/1118 KB 980/1461 KB 968/1118 KB 980/1461 KB 972/1118 KB 980/1461 KB 976/1118 KB 980/1461 KB 980/1118 KB 980/1461 KB 984/1118 KB 980/1461 KB 988/1118 KB 980/1461 KB 992/1118 KB 984/1461 KB 996/1118 KB 984/1461 KB 1000/1118 KB 984/1461 KB 1004/1118 KB 984/1461 KB 1008/1118 KB 984/1461 KB 1012/1118 KB 984/1461 KB 1016/1118 KB 984/1461 KB 1020/1118 KB 984/1461 KB 1024/1118 KB 984/1461 KB 988/1118 KB 984/1461 KB 1024/1118 KB 988/1461 KB 1024/1118 KB 992/1461 KB 1024/1118 KB 996/1461 KB 1024/1118 KB 1000/1461 KB 1024/1118 KB 1004/1461 KB 1024/1118 KB 1008/1461 KB 1024/1118 KB 1012/1461 KB 1028/1118 KB 1016/1461 KB 1028/1118 KB 1020/1461 KB 1028/1118 KB 1024/1461 KB 1028/1118 KB 1028/1461 KB 1028/1118 KB 1032/1461 KB 1028/1118 KB 1036/1461 KB 1028/1118 KB 1040/1461 KB 1028/1118 KB 1044/1461 unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install KB 1028/1118 KB 1048/1461 KB 1028/1118 KB 1052/1461 KB 1028/1118 KB 1056/1461 KB 1028/1118 KB 1060/1461 KB 1028/1118 KB 1012/1461 KB 1032/1118 KB 1060/1461 KB 1036/1118 KB 1060/1461 KB 1040/1118 KB 1060/1461 KB 1044/1118 KB 1060/1461 KB 1048/1118 KB 1060/1461 KB 1052/1118 KB 1060/1461 KB 1056/1118 KB 1060/1461 KB 1060/1118 KB 1060/1461 KB 1064/1118 KB 1060/1461 KB 1068/1118 KB 1060/1461 KB 1072/1118 KB 1064/1461 KB 1076/1118 KB 1064/1461 KB 1080/1118 KB 1064/1461 KB 1084/1118 KB 1064/1461 KB 1088/1118 KB 1064/1461 KB 1092/1118 KB 1064/1461 KB 1096/1118 KB 1064/1461 KB 1100/1118 KB 1064/1461 KB 1104/1118 KB 1064/1461 KB 1068/1118 KB 1064/1461 KB 1104/1118 KB 1068/1461 KB 1104/1118 KB 1072/1461 KB 1104/1118 KB 1076/1461 KB 1104/1118 KB 1080/1461 KB 1104/1118 KB 1084/1461 KB 1104/1118 KB 1088/1461 KB 1104/1118 KB 1092/1461 KB 1104/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 1096/1461 KB 1112/1118 KB 1108/1461 KB 1116/1118 KB 1108/1461 KB 1118/1118 KB 1108/1461 KB 1118/1118 KB 1112/1461 KB 1118/1118 KB 1116/1461 KB 1118/1118 KB 1120/1461 KB 1118/1118 KB 1124/1461 KB 1118/1118 KB 1128/1461 KB 1118/1118 KB 1132/1461 KB 1118/1118 KB 1136/1461 KB 1118/1118 KB 1140/1461 KB 1118/1118 KB 1144/1461 KB 1118/1118 KB 1148/1461 KB 1118/1118 KB 1152/1461 KB 1118/1118 KB 1156/1461 KB 1118/1118 KB 1160/1461 KB 1118/1118 KB 1164/1461 KB 1118/1118 KB 1168/1461 KB 1118/1118 KB 1172/1461 KB 1118/1118 KB 1176/1461 KB 1118/1118 KB 1180/1461 KB 1118/1118 KB 1184/1461 KB 1118/1118 KB 1188/1461 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar (1118 KB at 627.2 KB/sec) unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install 1192/1461 KB 1196/1461 KB 1200/1461 KB 1204/1461 KB 1208/1461 KB 1212/1461 KB 1216/1461 KB 1220/1461 KB 1224/1461 KB 1228/1461 KB 1232/1461 KB 1236/1461 KB 1240/1461 KB 1244/1461 KB 1248/1461 KB 1252/1461 KB 1256/1461 KB 1260/1461 KB 1264/1461 KB 1268/1461 KB 1272/1461 KB 1276/1461 KB 1280/1461 KB 1284/1461 KB 1288/1461 KB 1292/1461 KB 1296/1461 KB 1300/1461 KB 1304/1461 KB 1308/1461 KB 1312/1461 KB 1316/1461 KB 1320/1461 KB 1324/1461 KB 1328/1461 KB 1332/1461 KB 1336/1461 KB 1340/1461 KB 1344/1461 KB 1348/1461 KB 1352/1461 KB 1356/1461 KB 1360/1461 KB 1364/1461 KB 1368/1461 KB 1372/1461 KB 1376/1461 KB 1380/1461 KB 1384/1461 KB 1388/1461 KB 1392/1461 KB 1396/1461 KB 1400/1461 KB 1404/1461 KB 1408/1461 KB 1412/1461 KB 1416/1461 KB 1420/1461 KB 1424/1461 KB 1428/1461 KB 1432/1461 KB 1436/1461 KB 1440/1461 KB 1444/1461 KB 1448/1461 KB 1452/1461 KB 1456/1461 KB 1460/1461 KB 1461/1461 KB Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar (1461 KB at 804.5 KB/sec) unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 DEBUG unit.abot-epc-basic/0.install 3/7 KB 4/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (7 KB at 409.6 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (2 KB at 98.2 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (2 KB at 100.6 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (2 KB at 100.4 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 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 17.3 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 DEBUG unit.abot-epc-basic/0.install 1/4 KB 4/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (4 KB at 293.9 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (2 KB at 97.9 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 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: 13:33:34 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: 13:33:34 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 115.9 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7 KB at 494.6 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 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 61.2 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (4 KB at 154.6 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 DEBUG unit.abot-epc-basic/0.install 3/6 KB 4/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (6 KB at 332.5 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 653.7 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 DEBUG unit.abot-epc-basic/0.install 889/889 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 72.3 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (3 KB at 215.1 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 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: 13:33:34 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: 13:33:34 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5 KB at 409.6 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8 KB at 605.7 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 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 72.4 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 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 213.9 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 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 1006.6 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 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: 13:33:34 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: 13:33:34 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: 13:33:34 DEBUG unit.abot-epc-basic/0.install 3/149 KB 6/149 KB 9/149 KB 11/149 KB 14/149 KB 16/149 KB 19/149 KB 22/149 KB 25/149 KB 27/149 KB 4/10 KB 27/149 KB 8/10 KB 27/149 KB 10/10 KB 27/149 KB 2/21 KB 8/10 KB 27/149 KB 2/21 KB 10/10 KB 27/149 KB 6/21 KB 10/10 KB 27/149 KB 10/21 KB 10/10 KB 27/149 KB 14/21 KB 10/10 KB 27/149 KB 18/21 KB 10/10 KB 27/149 KB 21/21 KB 10/10 KB 30/149 KB 21/21 KB 10/10 KB 32/149 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 539.3 KB/sec) unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 KB at 921.3 KB/sec) unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install 3/6 KB 32/149 KB 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: 13:33:34 DEBUG unit.abot-epc-basic/0.install 3/6 KB 36/149 KB 3/6 KB 40/149 KB 6/6 KB 44/149 KB 6/6 KB 48/149 KB 6/6 KB 52/149 KB 6/6 KB 56/149 KB 6/6 KB 60/149 KB 6/6 KB 64/149 KB 6/6 KB 40/149 KB 6/6 KB 64/149 KB 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: 13:33:34 DEBUG unit.abot-epc-basic/0.install 6/6 KB 68/149 KB 6/6 KB 72/149 KB 6/6 KB 76/149 KB 6/6 KB 80/149 KB 6/6 KB 84/149 KB 6/6 KB 88/149 KB 6/6 KB 92/149 KB 6/6 KB 96/149 KB 6/6 KB 100/149 KB 6/6 KB 104/149 KB 6/6 KB 108/149 KB 6/6 KB 112/149 KB 6/6 KB 112/149 KB 3/30 KB 6/6 KB 112/149 KB 6/30 KB 6/6 KB 2/37 KB 112/149 KB 6/30 KB 6/6 KB 2/37 KB 112/149 KB 9/30 KB 6/6 KB 6/37 KB 112/149 KB 9/30 KB 10/37 KB 112/149 KB 11/30 KB 14/37 KB 112/149 KB 11/30 KB 18/37 KB 112/149 KB 11/30 KB 6/6 KB 6/37 KB 112/149 KB 11/30 KB 18/37 KB 112/149 KB 14/30 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 199.9 KB/sec) unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install 18/37 KB 112/149 KB 16/30 KB 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: 13:33:34 DEBUG unit.abot-epc-basic/0.install 18/37 KB 112/149 KB 19/30 KB 18/37 KB 112/149 KB 22/30 KB 18/37 KB 112/149 KB 25/30 KB 4/14 KB 18/37 KB 112/149 KB 27/30 KB 4/14 KB 18/37 KB 112/149 KB 22/30 KB 4/14 KB 22/37 KB 112/149 KB 27/30 KB 6/14 KB 22/37 KB 112/149 KB 27/30 KB 4/14 KB 22/37 KB 112/149 KB 27/30 KB 9/14 KB 26/37 KB 112/149 KB 27/30 KB 9/14 KB 30/37 KB 112/149 KB 27/30 KB 9/14 KB 30/37 KB 112/149 KB 30/30 KB 9/14 KB 34/37 KB 112/149 KB 30/30 KB 9/14 KB 34/37 KB 112/149 KB 30/30 KB 12/14 KB 37/37 KB 112/149 KB 30/30 KB 12/14 KB 37/37 KB 112/149 KB 30/30 KB 14/14 KB 37/37 KB 116/149 KB 30/30 KB 14/14 KB 37/37 KB 120/149 KB 30/30 KB 14/14 KB 37/37 KB 124/149 KB 30/30 KB 14/14 KB 37/37 KB 128/149 KB 30/30 KB 14/14 KB 3/14 KB 37/37 KB 132/149 KB 30/30 KB 14/14 KB 3/14 KB 37/37 KB 128/149 KB 30/30 KB 14/14 KB 6/14 KB 37/37 KB 132/149 KB 14/14 KB 9/14 KB 37/37 KB 132/149 KB 14/14 KB 11/14 KB 37/37 KB 132/149 KB 14/14 KB 14/14 KB 37/37 KB 132/149 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 700.3 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 DEBUG unit.abot-epc-basic/0.install 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 302.1 KB/sec) unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 KB at 857.3 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 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: 13:33:34 DEBUG unit.abot-epc-basic/0.install 14/14 KB 136/149 KB 14/14 KB 140/149 KB 14/14 KB 144/149 KB 14/14 KB 148/149 KB 14/14 KB 149/149 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (14 KB at 278.6 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 DEBUG unit.abot-epc-basic/0.install 149/149 KB 3/43 KB 3/37 KB 149/149 KB 5/43 KB 3/11 KB 3/37 KB 8/43 KB 3/11 KB 3/37 KB 149/149 KB 3/43 KB 3/11 KB 6/37 KB 8/43 KB 3/11 KB 9/37 KB 8/43 KB 3/11 KB 11/37 KB 8/43 KB 3/11 KB 14/37 KB 11/43 KB 3/11 KB 16/37 KB 11/43 KB 3/11 KB 19/37 KB 11/43 KB 3/11 KB 149/149 KB 3/43 KB 3/11 KB 19/37 KB 11/43 KB 6/11 KB 19/37 KB 11/43 KB 9/11 KB 11/37 KB 11/43 KB 3/11 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 2350.2 KB/sec) unit-abot-epc-basic-0: 13:33:34 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: 13:33:34 DEBUG unit.abot-epc-basic/0.install 19/37 KB 3/60 KB 11/43 KB 9/11 KB 19/37 KB 6/60 KB 11/43 KB 9/11 KB 19/37 KB 9/60 KB 11/43 KB 9/11 KB 19/37 KB 11/60 KB 11/43 KB 9/11 KB 19/37 KB 14/60 KB 11/43 KB 9/11 KB 19/37 KB 16/60 KB 11/43 KB 9/11 KB 19/37 KB 19/60 KB 11/43 KB 9/11 KB 19/37 KB 22/60 KB 11/43 KB 9/11 KB 19/37 KB 25/60 KB 11/43 KB 9/11 KB 19/37 KB 27/60 KB 11/43 KB 9/11 KB 19/37 KB 30/60 KB 11/43 KB 9/11 KB 19/37 KB 32/60 KB 11/43 KB 9/11 KB 19/37 KB 36/60 KB 11/43 KB 9/11 KB 19/37 KB 40/60 KB 11/43 KB 9/11 KB 19/37 KB 44/60 KB 11/43 KB 9/11 KB 19/37 KB 48/60 KB 11/43 KB 9/11 KB 22/37 KB 48/60 KB 11/43 KB 9/11 KB 25/37 KB 48/60 KB 2/7 KB 13/43 KB 11/11 KB 27/37 KB 48/60 KB 2/7 KB 13/43 KB 11/11 KB 30/37 KB 48/60 KB 2/7 KB 13/43 KB 11/11 KB 32/37 KB 48/60 KB 2/7 KB 13/43 KB 11/11 KB 35/37 KB 48/60 KB 2/7 KB 13/43 KB 11/11 KB 37/37 KB 48/60 KB 2/7 KB 13/43 KB 11/11 KB 22/37 KB 48/60 KB 2/7 KB 13/43 KB 11/11 KB 37/37 KB 48/60 KB 4/7 KB 13/43 KB 11/11 KB 37/37 KB 48/60 KB 7/7 KB 13/43 KB 11/11 KB 22/37 KB 48/60 KB 13/43 KB 11/11 KB 22/37 KB 48/60 KB 13/43 KB 9/11 KB 37/37 KB 48/60 KB 7/7 KB 16/43 KB 11/11 KB 37/37 KB 48/60 KB 7/7 KB 19/43 KB 11/11 KB 37/37 KB 48/60 KB 7/7 KB 21/43 KB 11/11 KB 37/37 KB 48/60 KB 7/7 KB 24/43 KB 11/11 KB 37/37 KB 48/60 KB 7/7 KB 27/43 KB 11/11 KB 37/37 KB 48/60 KB 7/7 KB 29/43 KB 11/11 KB 37/37 KB 48/60 KB 7/7 KB 32/43 KB 11/11 KB 37/37 KB 48/60 KB 7/7 KB 36/43 KB 11/11 KB 37/37 KB 48/60 KB 7/7 KB 40/43 KB 11/11 KB 37/37 KB 48/60 KB 7/7 KB 43/43 KB 11/11 KB 37/37 KB 52/60 KB 7/7 KB 43/43 KB 11/11 KB 37/37 KB 56/60 KB 7/7 KB 43/43 KB 11/11 KB 37/37 KB 60/60 KB 7/7 KB 43/43 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 91.1 KB/sec) unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (11 KB at 137.0 KB/sec) unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (37 KB at 499.6 KB/sec) unit-abot-epc-basic-0: 13:33:34 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 561.3 KB/sec) unit-abot-epc-basic-0: 13:33:34 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 795.0 KB/sec) unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install [INFO] Copying 1 resource unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (2 KB at 76.8 KB/sec) unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 KB at 1420.3 KB/sec) unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install 3/24 KB 6/24 KB 9/24 KB 11/24 KB 14/24 KB 16/24 KB 19/24 KB 22/24 KB 24/24 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 KB at 1386.3 KB/sec) unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (2 KB at 105.4 KB/sec) unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (3 KB at 118.0 KB/sec) unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom unit-abot-epc-basic-0: 13:33:35 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 584.8 KB/sec) unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install 1/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (3 KB at 95.7 KB/sec) unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (4 KB at 191.7 KB/sec) unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2 KB at 112.8 KB/sec) unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom unit-abot-epc-basic-0: 13:33:35 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 143.0 KB/sec) unit-abot-epc-basic-0: 13:33:35 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: 13:33:35 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 142.8 KB/sec) unit-abot-epc-basic-0: 13:33:35 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: 13:33:35 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: 13:33:35 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: 13:33:35 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (3 KB at 189.0 KB/sec) unit-abot-epc-basic-0: 13:33:35 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: 13:33:35 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 155.1 KB/sec) unit-abot-epc-basic-0: 13:33:35 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: 13:33:35 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 137.5 KB/sec) unit-abot-epc-basic-0: 13:33:35 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: 13:33:35 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 126.6 KB/sec) unit-abot-epc-basic-0: 13:33:35 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: 13:33:35 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 66.0 KB/sec) unit-abot-epc-basic-0: 13:33:35 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: 13:33:35 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (4 KB at 238.1 KB/sec) unit-abot-epc-basic-0: 13:33:35 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: 13:33:35 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 60.5 KB/sec) unit-abot-epc-basic-0: 13:33:35 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: 13:33:35 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 220.6 KB/sec) unit-abot-epc-basic-0: 13:33:35 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: 13:33:35 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.20/plexus-components-1.1.20.pom (3 KB at 210.4 KB/sec) unit-abot-epc-basic-0: 13:33:35 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: 13:33:35 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 KB at 1298.5 KB/sec) unit-abot-epc-basic-0: 13:33:35 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: 13:33:35 DEBUG unit.abot-epc-basic/0.install 692/692 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.pom (692 B at 39.8 KB/sec) unit-abot-epc-basic-0: 13:33:35 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: 13:33:35 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 37.3 KB/sec) unit-abot-epc-basic-0: 13:33:35 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: 13:33:35 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: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 KB 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: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 KB at 524.6 KB/sec) unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install 3/48 KB 3/87 KB 6/48 KB 3/21 KB 4/156 KB 3/35 KB 3/87 KB 9/48 KB 3/21 KB 4/156 KB 3/35 KB 3/87 KB 11/48 KB 3/21 KB 4/156 KB 3/35 KB 3/87 KB 14/48 KB 3/21 KB 4/156 KB 3/35 KB 3/87 KB 3/48 KB 3/21 KB 4/156 KB 3/35 KB 3/87 KB 14/48 KB 3/21 KB 4/156 KB 6/35 KB 3/87 KB 14/48 KB 3/21 KB 4/156 KB 9/35 KB 3/87 KB 14/48 KB 3/21 KB 4/156 KB 11/35 KB 3/87 KB 14/48 KB 3/21 KB 4/156 KB 14/35 KB 3/87 KB 14/48 KB 3/21 KB 4/156 KB 16/35 KB 3/87 KB 3/48 KB 3/21 KB 4/156 KB 6/87 KB 14/48 KB 3/21 KB 4/156 KB 16/35 KB 9/87 KB 14/48 KB 3/21 KB 4/156 KB 16/35 KB 11/87 KB 14/48 KB 3/21 KB 4/156 KB 16/35 KB 14/87 KB 14/48 KB 3/21 KB 4/156 KB 16/35 KB 16/87 KB 14/48 KB 3/21 KB 4/156 KB 16/35 KB 3/48 KB 3/21 KB 4/156 KB 16/87 KB 14/48 KB 5/21 KB 4/156 KB 16/35 KB 16/87 KB 14/48 KB 8/21 KB 4/156 KB 16/35 KB 3/48 KB 4/156 KB 16/87 KB 14/48 KB 8/21 KB 8/156 KB 16/35 KB 16/87 KB 14/48 KB 11/21 KB 12/156 KB 16/35 KB 16/87 KB 14/48 KB 11/21 KB 16/156 KB 16/35 KB 16/87 KB 14/48 KB 11/21 KB 8/156 KB 16/35 KB 16/87 KB 14/48 KB 13/21 KB 16/156 KB 16/35 KB 16/87 KB 14/48 KB 16/21 KB 20/156 KB 16/35 KB 16/87 KB 14/48 KB 19/21 KB 20/156 KB 16/35 KB 19/87 KB 16/48 KB 21/21 KB 20/156 KB 19/35 KB 16/87 KB 14/48 KB 13/21 KB 20/156 KB 16/35 KB 19/87 KB 16/48 KB 19/21 KB 20/156 KB 19/35 KB 19/87 KB 16/48 KB 21/21 KB 20/156 KB 22/35 KB 19/87 KB 16/48 KB 19/21 KB 20/156 KB 16/35 KB 19/87 KB 19/48 KB 21/21 KB 20/156 KB 22/35 KB 19/87 KB 22/48 KB 21/21 KB 20/156 KB 22/35 KB 19/87 KB 25/48 KB 21/21 KB 24/156 KB 25/35 KB 19/87 KB 27/48 KB 21/21 KB 24/156 KB 25/35 KB 19/87 KB 14/48 KB 19/21 KB 20/156 KB 16/35 KB 22/87 KB 27/48 KB 21/21 KB 24/156 KB 25/35 KB 25/87 KB 27/48 KB 21/21 KB 24/156 KB 25/35 KB 19/87 KB 22/48 KB 21/21 KB 24/156 KB 25/35 KB 19/87 KB 22/48 KB 21/21 KB 24/156 KB 22/35 KB 25/87 KB 27/48 KB 21/21 KB 28/156 KB 25/35 KB 25/87 KB 27/48 KB 21/21 KB 32/156 KB 25/35 KB 27/87 KB 27/48 KB 21/21 KB 32/156 KB 25/35 KB 30/87 KB 27/48 KB 21/21 KB 32/156 KB 27/35 KB 32/87 KB 27/48 KB 21/21 KB 32/156 KB 27/35 KB 36/87 KB 30/48 KB 21/21 KB 32/156 KB 27/35 KB 27/87 KB 27/48 KB 21/21 KB 32/156 KB 27/35 KB 36/87 KB 30/48 KB 21/21 KB 36/156 KB 30/35 KB 36/87 KB 30/48 KB 21/21 KB 36/156 KB 32/35 KB 36/87 KB 30/48 KB 21/21 KB 36/156 KB 27/35 KB 32/87 KB 30/48 KB 21/21 KB 32/156 KB 27/35 KB 36/87 KB 32/48 KB 21/21 KB 36/156 KB 32/35 KB 36/87 KB 32/48 KB 21/21 KB 40/156 KB 32/35 KB 36/87 KB 32/48 KB 21/21 KB 44/156 KB 32/35 KB 36/87 KB 36/48 KB 21/21 KB 48/156 KB 35/35 KB 40/87 KB 36/48 KB 21/21 KB 48/156 KB 35/35 KB 44/87 KB 36/48 KB 21/21 KB 48/156 KB 35/35 KB 48/87 KB 36/48 KB 21/21 KB 48/156 KB 35/35 KB 36/87 KB 36/48 KB 21/21 KB 44/156 KB 35/35 KB 48/87 KB 40/48 KB 21/21 KB 48/156 KB 35/35 KB 48/87 KB 44/48 KB 21/21 KB 48/156 KB 35/35 KB 48/87 KB 48/48 KB 21/21 KB 48/156 KB 35/35 KB 36/87 KB 32/48 KB 21/21 KB 44/156 KB 35/35 KB 48/87 KB 48/48 KB 21/21 KB 52/156 KB 35/35 KB 52/87 KB 48/48 KB 56/156 KB 35/35 KB 52/87 KB 48/48 KB 60/156 KB 35/35 KB 52/87 KB 48/48 KB 64/156 KB 35/35 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 599.7 KB/sec) unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install 52/87 KB 48/48 KB 68/156 KB 35/35 KB 52/87 KB 48/48 KB 72/156 KB 35/35 KB 52/87 KB 48/48 KB 76/156 KB 35/35 KB 52/87 KB 48/48 KB 80/156 KB 35/35 KB 52/87 KB 48/48 KB 52/156 KB 35/35 KB 56/87 KB 48/48 KB 80/156 KB 35/35 KB 60/87 KB 48/48 KB 80/156 KB 35/35 KB 64/87 KB 48/48 KB 80/156 KB 35/35 KB 68/87 KB 48/48 KB 80/156 KB 35/35 KB 72/87 KB 84/156 KB 4/86 KB 76/87 KB 84/156 KB 4/86 KB 80/87 KB 84/156 KB 4/86 KB 68/87 KB 84/156 KB 4/86 KB 68/87 KB 48/48 KB 80/156 KB 4/86 KB 80/87 KB 84/156 KB 8/86 KB 80/87 KB 84/156 KB 12/86 KB 80/87 KB 84/156 KB 16/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 KB at 803.0 KB/sec) unit-abot-epc-basic-0: 13:33:35 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: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (48 KB at 959.2 KB/sec) unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install 80/87 KB 84/156 KB 20/86 KB 84/87 KB 88/156 KB 24/86 KB 84/87 KB 88/156 KB 20/86 KB 80/87 KB 88/156 KB 20/86 KB 84/87 KB 92/156 KB 24/86 KB 84/87 KB 96/156 KB 24/86 KB 87/87 KB 96/156 KB 24/86 KB 87/87 KB 100/156 KB 24/86 KB 87/87 KB 104/156 KB 28/86 KB 87/87 KB 100/156 KB 28/86 KB 87/87 KB 104/156 KB 32/86 KB 87/87 KB 104/156 KB 36/86 KB 87/87 KB 108/156 KB 36/86 KB 87/87 KB 112/156 KB 36/86 KB 87/87 KB 112/156 KB 40/86 KB 87/87 KB 112/156 KB 44/86 KB 87/87 KB 112/156 KB 48/86 KB 87/87 KB 112/156 KB 52/86 KB 87/87 KB 3/24 KB 3/14 KB 116/156 KB 56/86 KB 87/87 KB 3/24 KB 3/14 KB 116/156 KB 52/86 KB 87/87 KB 3/24 KB 3/14 KB 112/156 KB 52/86 KB 87/87 KB 3/24 KB 112/156 KB 52/86 KB 87/87 KB 6/24 KB 3/14 KB 116/156 KB 56/86 KB 87/87 KB 9/24 KB 3/14 KB 116/156 KB 56/86 KB 87/87 KB 11/24 KB 3/14 KB 116/156 KB 56/86 KB 87/87 KB 14/24 KB 6/14 KB 116/156 KB 56/86 KB 87/87 KB 11/24 KB 6/14 KB 116/156 KB 56/86 KB 87/87 KB 16/24 KB 6/14 KB 116/156 KB 56/86 KB 87/87 KB 19/24 KB 6/14 KB 116/156 KB 56/86 KB 87/87 KB 22/24 KB 9/14 KB 116/156 KB 56/86 KB 87/87 KB 19/24 KB 9/14 KB 116/156 KB 56/86 KB 87/87 KB 22/24 KB 11/14 KB 116/156 KB 56/86 KB 87/87 KB 22/24 KB 14/14 KB 116/156 KB 56/86 KB 87/87 KB 24/24 KB 14/14 KB 116/156 KB 56/86 KB 87/87 KB 24/24 KB 14/14 KB 120/156 KB 56/86 KB 24/24 KB 14/14 KB 124/156 KB 60/86 KB 24/24 KB 14/14 KB 128/156 KB 60/86 KB 24/24 KB 14/14 KB 120/156 KB 60/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (87 KB at 1189.4 KB/sec) unit-abot-epc-basic-0: 13:33:35 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: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (24 KB at 393.2 KB/sec) unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install 14/14 KB 132/156 KB 64/86 KB 14/14 KB 128/156 KB 64/86 KB 14/14 KB 132/156 KB 68/86 KB 14/14 KB 136/156 KB 72/86 KB 14/14 KB 136/156 KB 76/86 KB 14/14 KB 136/156 KB 80/86 KB 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: 13:33:35 DEBUG unit.abot-epc-basic/0.install 14/14 KB 136/156 KB 68/86 KB 14/14 KB 140/156 KB 80/86 KB 14/14 KB 144/156 KB 80/86 KB 14/14 KB 148/156 KB 80/86 KB 14/14 KB 148/156 KB 84/86 KB 14/14 KB 148/156 KB 86/86 KB 14/14 KB 152/156 KB 86/86 KB 14/14 KB 156/156 KB 86/86 KB 14/14 KB 156/156 KB 86/86 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 207.1 KB/sec) unit-abot-epc-basic-0: 13:33:35 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: 13:33:35 DEBUG unit.abot-epc-basic/0.install 3/119 KB 156/156 KB 86/86 KB 6/119 KB 156/156 KB 86/86 KB 9/119 KB 156/156 KB 86/86 KB 11/119 KB 156/156 KB 86/86 KB 14/119 KB 156/156 KB 86/86 KB 16/119 KB 156/156 KB 86/86 KB 19/119 KB 156/156 KB 86/86 KB 19/119 KB 156/156 KB 3/29 KB 86/86 KB 19/119 KB 156/156 KB 6/29 KB 86/86 KB 19/119 KB 156/156 KB 9/29 KB 86/86 KB 19/119 KB 156/156 KB 11/29 KB 86/86 KB 22/119 KB 156/156 KB 11/29 KB 86/86 KB 22/119 KB 156/156 KB 14/29 KB 86/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (156 KB at 1901.1 KB/sec) unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install 25/119 KB 4/37 KB 16/29 KB 25/119 KB 4/37 KB 14/29 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (86 KB at 1137.0 KB/sec) unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install 22/119 KB 4/37 KB 14/29 KB 86/86 KB 25/119 KB 8/37 KB 16/29 KB 25/119 KB 12/37 KB 16/29 KB 25/119 KB 16/37 KB 16/29 KB 25/119 KB 16/37 KB 19/29 KB 27/119 KB 16/37 KB 19/29 KB 27/119 KB 16/37 KB 22/29 KB 30/119 KB 16/37 KB 22/29 KB 30/119 KB 16/37 KB 25/29 KB 32/119 KB 20/37 KB 27/29 KB 32/119 KB 20/37 KB 25/29 KB 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: 13:33:35 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: 13:33:35 DEBUG unit.abot-epc-basic/0.install 32/119 KB 16/37 KB 25/29 KB 36/119 KB 24/37 KB 29/29 KB 40/119 KB 24/37 KB 29/29 KB 32/119 KB 24/37 KB 29/29 KB 32/119 KB 24/37 KB 27/29 KB 40/119 KB 28/37 KB 29/29 KB 40/119 KB 32/37 KB 29/29 KB 40/119 KB 36/37 KB 29/29 KB 44/119 KB 37/37 KB 29/29 KB 44/119 KB 36/37 KB 29/29 KB 48/119 KB 37/37 KB 29/29 KB 52/119 KB 37/37 KB 29/29 KB 56/119 KB 37/37 KB 29/29 KB 60/119 KB 37/37 KB 29/29 KB 64/119 KB 37/37 KB 29/29 KB 64/119 KB 3/57 KB 37/37 KB 29/29 KB 64/119 KB 6/57 KB 37/37 KB 29/29 KB 64/119 KB 9/57 KB 37/37 KB 29/29 KB 64/119 KB 11/57 KB 37/37 KB 29/29 KB 64/119 KB 14/57 KB 37/37 KB 29/29 KB 3/11 KB 68/119 KB 16/57 KB 37/37 KB 29/29 KB 3/11 KB 64/119 KB 11/57 KB 37/37 KB 29/29 KB 3/11 KB 68/119 KB 16/57 KB 37/37 KB 29/29 KB 6/11 KB 68/119 KB 14/57 KB 37/37 KB 29/29 KB 3/11 KB 68/119 KB 16/57 KB 37/37 KB 29/29 KB 9/11 KB 72/119 KB 16/57 KB 37/37 KB 29/29 KB 9/11 KB 72/119 KB 16/57 KB 37/37 KB 29/29 KB 11/11 KB 76/119 KB 19/57 KB 37/37 KB 29/29 KB 11/11 KB 80/119 KB 19/57 KB 37/37 KB 29/29 KB 11/11 KB 72/119 KB 19/57 KB 37/37 KB 29/29 KB 11/11 KB 80/119 KB 22/57 KB 37/37 KB 29/29 KB 11/11 KB 84/119 KB 22/57 KB 37/37 KB 29/29 KB 11/11 KB 88/119 KB 25/57 KB 29/29 KB 11/11 KB 92/119 KB 25/57 KB 29/29 KB 11/11 KB 96/119 KB 25/57 KB 29/29 KB 11/11 KB 100/119 KB 25/57 KB 29/29 KB 11/11 KB 104/119 KB 25/57 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 358.2 KB/sec) unit-abot-epc-basic-0: 13:33:35 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: 13:33:35 DEBUG unit.abot-epc-basic/0.install 84/119 KB 25/57 KB 37/37 KB 29/29 KB 11/11 KB 104/119 KB 27/57 KB 104/119 KB 30/57 KB 104/119 KB 32/57 KB 104/119 KB 36/57 KB 108/119 KB 40/57 KB 108/119 KB 44/57 KB 108/119 KB 48/57 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (11 KB at 97.5 KB/sec) unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 KB at 273.0 KB/sec) unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install 108/119 KB 36/57 KB 112/119 KB 48/57 KB 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: 13:33:35 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: 13:33:35 DEBUG unit.abot-epc-basic/0.install 112/119 KB 52/57 KB 116/119 KB 56/57 KB 116/119 KB 57/57 KB 116/119 KB 52/57 KB 119/119 KB 57/57 KB 119/119 KB 57/57 KB 2/33 KB 119/119 KB 57/57 KB 5/33 KB 119/119 KB 57/57 KB 7/33 KB 119/119 KB 57/57 KB 10/33 KB 119/119 KB 57/57 KB 13/33 KB 119/119 KB 57/57 KB 16/33 KB 119/119 KB 57/57 KB 18/33 KB 119/119 KB 57/57 KB 3/21 KB 18/33 KB 119/119 KB 57/57 KB 6/21 KB 18/33 KB 119/119 KB 57/57 KB 9/21 KB 18/33 KB 119/119 KB 57/57 KB 11/21 KB 18/33 KB 119/119 KB 57/57 KB 14/21 KB 18/33 KB 119/119 KB 57/57 KB 16/21 KB 18/33 KB 119/119 KB 57/57 KB 16/21 KB 21/33 KB 119/119 KB 57/57 KB 19/21 KB 21/33 KB 119/119 KB 57/57 KB 19/21 KB 23/33 KB 119/119 KB 57/57 KB 21/21 KB 23/33 KB 119/119 KB 57/57 KB 21/21 KB 26/33 KB 119/119 KB 57/57 KB 21/21 KB 26/33 KB 3/5 KB 119/119 KB 57/57 KB 21/21 KB 26/33 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (119 KB at 1025.2 KB/sec) unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.9.1/plexus-compiler-javac-1.9.1.jar unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (57 KB at 486.9 KB/sec) unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install 21/21 KB 29/33 KB 5/5 KB 21/21 KB 32/33 KB 5/5 KB 21/21 KB 33/33 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 KB at 259.2 KB/sec) unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar (5 KB at 35.6 KB/sec) unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install 21/21 KB 3/14 KB 21/21 KB 5/14 KB 21/21 KB 8/14 KB 21/21 KB 11/14 KB 21/21 KB 13/14 KB 21/21 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.jar (21 KB at 163.2 KB/sec) unit-abot-epc-basic-0: 13:33:35 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 103.5 KB/sec) unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install [INFO] No sources to compile unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent! unit-abot-epc-basic-0: 13:33:35 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: 13:33:35 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:33:35 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:33:35 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: 13:33:36 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:33:36 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:33:36 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: 13:33: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/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.pom (8 KB at 477.4 KB/sec) unit-abot-epc-basic-0: 13:33:36 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: 13:33:36 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 106.1 KB/sec) unit-abot-epc-basic-0: 13:33:36 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: 13:33:36 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (13 KB at 561.4 KB/sec) unit-abot-epc-basic-0: 13:33:36 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: 13:33:36 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.pom (4 KB at 190.4 KB/sec) unit-abot-epc-basic-0: 13:33:36 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: 13:33:37 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.pom (4 KB at 194.3 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (3 KB at 155.0 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom unit-abot-epc-basic-0: 13:33:37 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 1360.2 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 1/12 KB 4/12 KB 7/12 KB 9/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 KB at 811.5 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2 KB at 147.0 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (2 KB at 142.6 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (8 KB at 595.0 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3 KB at 208.1 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (3 KB at 162.9 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom unit-abot-epc-basic-0: 13:33:37 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 193.1 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom unit-abot-epc-basic-0: 13:33:37 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 607.9 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom unit-abot-epc-basic-0: 13:33:37 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 104.2 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 1/2 KB 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (2 KB at 76.7 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3 KB at 180.7 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (7 KB at 442.6 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (9 KB at 585.7 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (6 KB at 359.0 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (3 KB at 155.1 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (4 KB at 233.3 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom unit-abot-epc-basic-0: 13:33:37 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 1088.0 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.19.1/surefire-booter-2.19.1.jar unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 3/45 KB 3/39 KB 6/45 KB 3/223 KB 3/286 KB 3/308 KB 3/39 KB 3/45 KB 3/223 KB 3/286 KB 3/308 KB 3/39 KB 6/45 KB 3/223 KB 3/286 KB 3/308 KB 3/39 KB 6/45 KB 3/223 KB 3/286 KB 6/308 KB 3/39 KB 3/45 KB 3/223 KB 3/286 KB 6/39 KB 6/45 KB 3/223 KB 3/286 KB 6/308 KB 9/39 KB 6/45 KB 3/223 KB 3/286 KB 6/308 KB 11/39 KB 6/45 KB 3/223 KB 3/286 KB 6/308 KB 14/39 KB 6/45 KB 3/223 KB 3/286 KB 6/308 KB 3/45 KB 3/223 KB 3/286 KB 14/39 KB 6/45 KB 3/223 KB 5/286 KB 6/308 KB 14/39 KB 6/45 KB 3/223 KB 8/286 KB 6/308 KB 14/39 KB 6/45 KB 3/223 KB 11/286 KB 6/308 KB 3/45 KB 3/223 KB 14/39 KB 6/45 KB 5/223 KB 11/286 KB 8/308 KB 16/39 KB 6/45 KB 5/223 KB 11/286 KB 8/308 KB 16/39 KB 6/45 KB 5/223 KB 13/286 KB 8/308 KB 14/39 KB 6/45 KB 3/223 KB 11/286 KB 8/308 KB 19/39 KB 6/45 KB 8/223 KB 13/286 KB 11/308 KB 19/39 KB 6/45 KB 8/223 KB 13/286 KB 8/308 KB 16/39 KB 6/45 KB 8/223 KB 13/286 KB 8/308 KB 22/39 KB 6/45 KB 8/223 KB 13/286 KB 11/308 KB 25/39 KB 9/45 KB 11/223 KB 16/286 KB 14/308 KB 22/39 KB 9/45 KB 11/223 KB 16/286 KB 14/308 KB 22/39 KB 9/45 KB 11/223 KB 13/286 KB 14/308 KB 22/39 KB 9/45 KB 8/223 KB 13/286 KB 14/308 KB 22/39 KB 6/45 KB 8/223 KB 13/286 KB 14/308 KB 25/39 KB 9/45 KB 13/223 KB 16/286 KB 14/308 KB 25/39 KB 11/45 KB 13/223 KB 19/286 KB 17/308 KB 25/39 KB 11/45 KB 13/223 KB 16/286 KB 17/308 KB 25/39 KB 11/45 KB 13/223 KB 16/286 KB 14/308 KB 25/39 KB 11/45 KB 16/223 KB 19/286 KB 17/308 KB 27/39 KB 14/45 KB 19/223 KB 21/286 KB 19/308 KB 27/39 KB 14/45 KB 16/223 KB 21/286 KB 19/308 KB 25/39 KB 14/45 KB 16/223 KB 21/286 KB 19/308 KB 25/39 KB 11/45 KB 16/223 KB 21/286 KB 19/308 KB 25/39 KB 11/45 KB 16/223 KB 19/286 KB 19/308 KB 27/39 KB 14/45 KB 19/223 KB 21/286 KB 22/308 KB 27/39 KB 16/45 KB 19/223 KB 21/286 KB 22/308 KB 27/39 KB 16/45 KB 19/223 KB 24/286 KB 22/308 KB 27/39 KB 19/45 KB 19/223 KB 24/286 KB 22/308 KB 27/39 KB 22/45 KB 19/223 KB 24/286 KB 24/308 KB 30/39 KB 25/45 KB 21/223 KB 27/286 KB 24/308 KB 30/39 KB 22/45 KB 21/223 KB 27/286 KB 24/308 KB 27/39 KB 22/45 KB 21/223 KB 27/286 KB 24/308 KB 30/39 KB 25/45 KB 21/223 KB 29/286 KB 24/308 KB 27/39 KB 22/45 KB 21/223 KB 24/286 KB 24/308 KB 27/39 KB 19/45 KB 19/223 KB 24/286 KB 24/308 KB 32/39 KB 27/45 KB 21/223 KB 29/286 KB 27/308 KB 32/39 KB 27/45 KB 24/223 KB 29/286 KB 30/308 KB 32/39 KB 27/45 KB 21/223 KB 29/286 KB 24/308 KB 32/39 KB 25/45 KB 21/223 KB 29/286 KB 24/308 KB 35/39 KB 27/45 KB 24/223 KB 29/286 KB 30/308 KB 32/39 KB 27/45 KB 21/223 KB 29/286 KB 30/308 KB 35/39 KB 27/45 KB 24/223 KB 29/286 KB 33/308 KB 35/39 KB 30/45 KB 27/223 KB 32/286 KB 35/308 KB 38/39 KB 30/45 KB 27/223 KB 32/286 KB 39/308 KB 38/39 KB 30/45 KB 27/223 KB 32/286 KB 43/308 KB 38/39 KB 30/45 KB 27/223 KB 32/286 KB 47/308 KB 35/39 KB 30/45 KB 27/223 KB 32/286 KB 33/308 KB 35/39 KB 30/45 KB 27/223 KB 29/286 KB 33/308 KB 35/39 KB 27/45 KB 27/223 KB 29/286 KB 33/308 KB 38/39 KB 30/45 KB 27/223 KB 32/286 KB 35/308 KB 38/39 KB 30/45 KB 29/223 KB 32/286 KB 47/308 KB 39/39 KB 32/45 KB 32/223 KB 32/286 KB 47/308 KB 39/39 KB 32/45 KB 36/223 KB 32/286 KB 47/308 KB 39/39 KB 32/45 KB 29/223 KB 32/286 KB 47/308 KB 39/39 KB 32/45 KB 36/223 KB 36/286 KB 47/308 KB 39/39 KB 32/45 KB 36/223 KB 40/286 KB 47/308 KB 39/39 KB 32/45 KB 36/223 KB 44/286 KB 47/308 KB 39/39 KB 32/45 KB 36/223 KB 48/286 KB 47/308 KB 38/39 KB 32/45 KB 29/223 KB 32/286 KB 47/308 unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install KB 39/39 KB 36/45 KB 36/223 KB 48/286 KB 47/308 KB 39/39 KB 40/45 KB 36/223 KB 48/286 KB 47/308 KB 39/39 KB 44/45 KB 36/223 KB 48/286 KB 47/308 KB 39/39 KB 45/45 KB 36/223 KB 48/286 KB 47/308 KB 39/39 KB 45/45 KB 40/223 KB 48/286 KB 47/308 KB 39/39 KB 45/45 KB 44/223 KB 48/286 KB 47/308 KB 39/39 KB 45/45 KB 48/223 KB 48/286 KB 47/308 KB 39/39 KB 45/45 KB 52/223 KB 48/286 KB 47/308 KB 39/39 KB 45/45 KB 56/223 KB 52/286 KB 51/308 KB 39/39 KB 45/45 KB 60/223 KB 52/286 KB 51/308 KB 39/39 KB 45/45 KB 64/223 KB 52/286 KB 51/308 KB 39/39 KB 45/45 KB 52/223 KB 52/286 KB 51/308 KB 39/39 KB 45/45 KB 52/223 KB 48/286 KB 51/308 KB 39/39 KB 45/45 KB 64/223 KB 56/286 KB 51/308 KB 39/39 KB 45/45 KB 64/223 KB 60/286 KB 51/308 KB 39/39 KB 45/45 KB 64/223 KB 64/286 KB 51/308 KB 39/39 KB 45/45 KB 64/223 KB 64/286 KB 55/308 KB 39/39 KB 45/45 KB 64/223 KB 64/286 KB 59/308 KB 39/39 KB 45/45 KB 64/223 KB 64/286 KB 63/308 KB 39/39 KB 45/45 KB 64/223 KB 64/286 KB 67/308 KB 39/39 KB 45/45 KB 64/223 KB 64/286 KB 71/308 KB 45/45 KB 68/223 KB 68/286 KB 75/308 KB 45/45 KB 68/223 KB 68/286 KB 79/308 KB 45/45 KB 68/223 KB 68/286 KB 83/308 KB 45/45 KB 68/223 KB 68/286 KB 71/308 KB 45/45 KB 68/223 KB 72/286 KB 83/308 KB 45/45 KB 68/223 KB 76/286 KB 83/308 KB 45/45 KB 68/223 KB 80/286 KB 83/308 KB 45/45 KB 68/223 KB 64/286 KB 71/308 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 834.0 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 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 871.2 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 72/223 KB 80/286 KB 83/308 KB 76/223 KB 80/286 KB 83/308 KB 80/223 KB 84/286 KB 83/308 KB 76/223 KB 84/286 KB 83/308 KB 84/223 KB 88/286 KB 87/308 KB 84/223 KB 92/286 KB 87/308 KB 84/223 KB 84/286 KB 87/308 KB 84/223 KB 92/286 KB 91/308 KB 84/223 KB 84/286 KB 83/308 KB 84/223 KB 96/286 KB 91/308 KB 88/223 KB 96/286 KB 91/308 KB 92/223 KB 96/286 KB 91/308 KB 96/223 KB 96/286 KB 91/308 KB 96/223 KB 96/286 KB 95/308 KB 96/223 KB 96/286 KB 99/308 KB 100/223 KB 96/286 KB 99/308 KB 104/223 KB 100/286 KB 103/308 KB 108/223 KB 100/286 KB 103/308 KB 100/223 KB 100/286 KB 103/308 KB 100/223 KB 100/286 KB 99/308 KB 108/223 KB 104/286 KB 103/308 KB 108/223 KB 108/286 KB 103/308 KB 108/223 KB 112/286 KB 103/308 KB 108/223 KB 112/286 KB 107/308 KB 112/223 KB 112/286 KB 107/308 KB 112/223 KB 112/286 KB 111/308 KB 112/223 KB 112/286 KB 115/308 KB 112/223 KB 116/286 KB 115/308 KB 116/223 KB 120/286 KB 119/308 KB 116/223 KB 124/286 KB 119/308 KB 116/223 KB 128/286 KB 119/308 KB 116/223 KB 116/286 KB 119/308 KB 120/223 KB 128/286 KB 119/308 KB 112/223 KB 116/286 KB 119/308 KB 124/223 KB 128/286 KB 119/308 KB 3/174 KB 124/223 KB 128/286 KB 123/308 KB 5/174 KB 124/223 KB 128/286 KB 123/308 KB 4/22 KB 8/174 KB 124/223 KB 128/286 KB 123/308 KB 4/22 KB 11/174 KB 124/223 KB 128/286 KB 123/308 KB 4/22 KB 13/174 KB 124/223 KB 128/286 KB 123/308 KB 4/22 KB 16/174 KB 124/223 KB 128/286 KB 123/308 KB 4/22 KB 19/174 KB 124/223 KB 128/286 KB 123/308 KB 4/22 KB 21/174 KB 124/223 KB 128/286 KB 123/308 KB 4/22 KB 24/174 KB 124/223 KB 128/286 KB 123/308 KB 124/223 KB 128/286 KB 123/308 KB 4/22 KB 5/174 KB 124/223 KB 128/286 KB 123/308 KB 8/22 KB 24/174 KB 124/223 KB 128/286 KB 123/308 KB 12/22 KB 24/174 KB 124/223 KB 128/286 KB 123/308 KB 16/22 KB 24/174 KB 124/223 KB 128/286 KB 123/308 KB 20/22 KB 24/174 KB 124/223 KB 128/286 KB 123/308 KB 22/22 KB 24/174 KB 124/223 KB 128/286 KB 123/308 KB 22/22 KB 24/174 KB 124/223 KB 132/286 KB 123/308 KB 22/22 KB 27/174 KB 128/223 KB 136/286 KB 127/308 KB 22/22 KB 27/174 KB 128/223 KB 140/286 KB 127/308 KB 22/22 KB 27/174 KB 128/223 KB 144/286 KB 127/308 KB 22/22 KB 27/174 KB 128/223 KB 132/286 KB 127/308 KB 22/22 KB 24/174 KB 128/223 KB 132/286 KB 127/308 KB 22/22 KB 24/174 KB 124/223 KB 132/286 KB 127/308 KB 22/22 KB 27/174 KB 128/223 KB 144/286 KB 131/308 KB 22/22 KB 29/174 KB 128/223 KB 144/286 KB 131/308 KB 22/22 KB 32/174 KB 132/223 KB 144/286 KB 135/308 KB 22/22 KB 29/174 KB 132/223 KB 144/286 KB 135/308 KB 22/22 KB 32/174 KB 132/223 KB 144/286 KB 139/308 KB 22/22 KB 32/174 KB 132/223 KB 144/286 KB 143/308 KB 22/22 KB 32/174 KB 132/223 KB 144/286 KB 147/308 KB 22/22 KB 32/174 KB 132/223 KB 144/286 KB 151/308 KB 22/22 KB 36/174 KB 132/223 KB 148/286 KB 155/308 KB 22/22 KB 36/174 KB 132/223 KB 148/286 KB 159/308 KB 22/22 KB 36/174 KB 132/223 KB 148/286 KB 163/308 KB 22/22 KB 29/174 KB 132/223 KB 144/286 KB 131/308 KB 22/22 KB 36/174 KB 136/223 KB 148/286 KB 163/308 KB 22/22 KB 36/174 KB 140/223 KB 148/286 KB 163/308 KB 22/22 KB 36/174 KB 144/223 KB 148/286 KB 163/308 KB 22/22 KB 36/174 KB 132/223 KB 148/286 KB 151/308 KB 22/22 KB 36/174 KB 144/223 KB 152/286 KB 163/308 KB 22/22 KB 36/174 KB 144/223 KB 156/286 KB 163/308 KB 22/22 KB 36/174 KB 144/223 KB 160/286 KB 163/308 KB 22/22 KB 36/174 KB 132/223 KB 144/286 KB 151/308 KB 22/22 KB 40/174 KB 144/223 KB 160/286 KB 163/308 KB 22/22 KB 44/174 K unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install B 144/223 KB 160/286 KB 163/308 KB 48/174 KB 148/223 KB 160/286 KB 163/308 KB 44/174 KB 148/223 KB 160/286 KB 163/308 KB 48/174 KB 152/223 KB 160/286 KB 163/308 KB 48/174 KB 156/223 KB 160/286 KB 163/308 KB 48/174 KB 160/223 KB 160/286 KB 163/308 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 333.4 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 52/174 KB 160/223 KB 160/286 KB 163/308 KB 3/9 KB 56/174 KB 164/223 KB 164/286 KB 167/308 KB 3/9 KB 60/174 KB 164/223 KB 164/286 KB 167/308 KB 3/9 KB 64/174 KB 164/223 KB 164/286 KB 167/308 KB 3/9 KB 52/174 KB 164/223 KB 164/286 KB 167/308 KB 3/9 KB 52/174 KB 164/223 KB 164/286 KB 163/308 KB 3/9 KB 52/174 KB 160/223 KB 164/286 KB 163/308 KB 6/9 KB 64/174 KB 164/223 KB 164/286 KB 167/308 KB 9/9 KB 64/174 KB 168/223 KB 164/286 KB 171/308 KB 9/9 KB 64/174 KB 168/223 KB 164/286 KB 171/308 KB 52/174 KB 160/223 KB 164/286 KB 163/308 KB 9/9 KB 68/174 KB 168/223 KB 168/286 KB 171/308 KB 9/9 KB 68/174 KB 168/223 KB 172/286 KB 171/308 KB 9/9 KB 68/174 KB 168/223 KB 176/286 KB 171/308 KB 9/9 KB 68/174 KB 168/223 KB 180/286 KB 171/308 KB 9/9 KB 68/174 KB 168/223 KB 184/286 KB 171/308 KB 9/9 KB 68/174 KB 168/223 KB 188/286 KB 171/308 KB 9/9 KB 68/174 KB 168/223 KB 192/286 KB 171/308 KB 9/9 KB 68/174 KB 168/223 KB 164/286 KB 171/308 KB 9/9 KB 72/174 KB 168/223 KB 192/286 KB 171/308 KB 9/9 KB 76/174 KB 168/223 KB 192/286 KB 171/308 KB 9/9 KB 80/174 KB 168/223 KB 192/286 KB 171/308 KB 9/9 KB 84/174 KB 168/223 KB 192/286 KB 171/308 KB 9/9 KB 88/174 KB 168/223 KB 196/286 KB 171/308 KB 9/9 KB 92/174 KB 168/223 KB 196/286 KB 171/308 KB 9/9 KB 96/174 KB 168/223 KB 196/286 KB 171/308 KB 6/9 KB 64/174 KB 168/223 KB 164/286 KB 171/308 KB 6/9 KB 64/174 KB 168/223 KB 164/286 KB 167/308 KB 9/9 KB 96/174 KB 172/223 KB 196/286 KB 171/308 KB 9/9 KB 96/174 KB 172/223 KB 196/286 KB 175/308 KB 9/9 KB 96/174 KB 172/223 KB 196/286 KB 179/308 KB 9/9 KB 96/174 KB 176/223 KB 196/286 KB 183/308 KB 9/9 KB 96/174 KB 176/223 KB 196/286 KB 187/308 KB 9/9 KB 96/174 KB 176/223 KB 196/286 KB 191/308 KB 9/9 KB 96/174 KB 176/223 KB 196/286 KB 195/308 KB 9/9 KB 84/174 KB 168/223 KB 196/286 KB 171/308 KB 9/9 KB 96/174 KB 176/223 KB 200/286 KB 195/308 KB 9/9 KB 96/174 KB 176/223 KB 204/286 KB 195/308 KB 9/9 KB 96/174 KB 176/223 KB 208/286 KB 199/308 KB 9/9 KB 96/174 KB 176/223 KB 196/286 KB 179/308 KB 9/9 KB 96/174 KB 180/223 KB 208/286 KB 199/308 KB 9/9 KB 96/174 KB 184/223 KB 208/286 KB 199/308 KB 9/9 KB 96/174 KB 188/223 KB 208/286 KB 199/308 KB 9/9 KB 96/174 KB 192/223 KB 208/286 KB 199/308 KB 9/9 KB 96/174 KB 196/223 KB 208/286 KB 199/308 KB 96/174 KB 200/223 KB 208/286 KB 199/308 KB 96/174 KB 204/223 KB 208/286 KB 199/308 KB 96/174 KB 208/223 KB 208/286 KB 199/308 KB 96/174 KB 212/223 KB 208/286 KB 199/308 KB 100/174 KB 216/223 KB 212/286 KB 199/308 KB 100/174 KB 220/223 KB 212/286 KB 199/308 KB 100/174 KB 223/223 KB 212/286 KB 199/308 KB 9/9 KB 96/174 KB 176/223 KB 204/286 KB 199/308 KB 100/174 KB 223/223 KB 212/286 KB 203/308 KB 100/174 KB 223/223 KB 212/286 KB 207/308 KB 100/174 KB 223/223 KB 212/286 KB 211/308 KB 100/174 KB 212/223 KB 212/286 KB 199/308 KB 100/174 KB 223/223 KB 216/286 KB 211/308 KB 100/174 KB 223/223 KB 220/286 KB 211/308 KB 100/174 KB 223/223 KB 224/286 KB 211/308 KB 100/174 KB 212/223 KB 208/286 KB 199/308 KB 104/174 KB 223/223 KB 224/286 KB 211/308 KB 108/174 KB 223/223 KB 224/286 KB 211/308 KB 112/174 KB 223/223 KB 224/286 KB 211/308 KB 116/174 KB 223/223 KB 224/286 KB 211/308 KB 120/174 KB 223/223 KB 228/286 KB 215/308 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (9 KB at 97.8 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 116/174 KB 223/223 KB 228/286 KB 215/308 KB 124/174 KB 223/223 KB 232/286 KB 215/308 KB 116/174 KB 223/223 KB 224/286 KB 215/308 KB 124/174 KB 223/223 KB 232/286 KB 219/308 KB 124/174 KB 223/223 KB 232/286 KB 223/308 KB 124/174 KB 223/223 KB 232/286 KB 227/308 KB 124/174 KB 223/223 KB 232/286 KB 231/308 KB 124/174 KB 223/223 KB 236/286 KB 235/308 KB 124/174 KB 223/223 KB 236/286 KB 239/308 KB 124/174 KB 223/223 KB 236/286 KB 243/308 KB 124/174 KB 223/223 KB 228/286 KB 215/308 KB 124/174 KB 223/223 KB 236/286 KB 231/308 KB 124/174 KB 223/223 KB 240/286 KB 243/308 KB 128/174 KB 223/223 KB 240/286 KB 243/308 KB 132/174 KB 223/223 KB 240/286 KB 243/308 KB 136/174 KB 223/223 KB 244/286 KB 247/308 KB 140/174 KB 223/223 KB 244/286 KB 247/308 KB 144/174 KB 223/223 KB 244/286 KB 247/308 KB 3/22 KB 148/174 KB 244/286 KB 247/308 KB 3/22 KB 152/174 KB 244/286 KB 247/308 KB 3/22 KB 156/174 KB 244/286 KB 247/308 KB 3/22 KB 160/174 KB 244/286 KB 247/308 KB 3/22 KB 164/174 KB 244/286 KB 247/308 KB 3/22 KB 168/174 KB 244/286 KB 247/308 KB 3/22 KB 172/174 KB 244/286 KB 247/308 KB 3/22 KB 174/174 KB 244/286 KB 247/308 KB 132/174 KB 223/223 KB 244/286 KB 247/308 KB 3/22 KB 174/174 KB 248/286 KB 247/308 KB 3/22 KB 174/174 KB 252/286 KB 247/308 KB 3/22 KB 174/174 KB 256/286 KB 247/308 KB 3/22 KB 174/174 KB 260/286 KB 247/308 KB 3/22 KB 174/174 KB 264/286 KB 247/308 KB 3/22 KB 174/174 KB 268/286 KB 247/308 KB 3/22 KB 174/174 KB 272/286 KB 247/308 KB 3/22 KB 174/174 KB 276/286 KB 247/308 KB 3/22 KB 174/174 KB 280/286 KB 247/308 KB 3/22 KB 174/174 KB 284/286 KB 247/308 KB 3/22 KB 174/174 KB 286/286 KB 247/308 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 1811.1 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 3/22 KB 144/174 KB 223/223 KB 244/286 KB 247/308 KB 6/22 KB 174/174 KB 286/286 KB 247/308 KB 9/22 KB 174/174 KB 286/286 KB 247/308 KB 11/22 KB 174/174 KB 286/286 KB 247/308 KB 14/22 KB 174/174 KB 286/286 KB 247/308 KB 16/22 KB 174/174 KB 286/286 KB 247/308 KB 19/22 KB 174/174 KB 286/286 KB 247/308 KB 22/22 KB 174/174 KB 286/286 KB 247/308 KB 22/22 KB 174/174 KB 286/286 KB 247/308 KB 132/174 KB 223/223 KB 286/286 KB 247/308 KB 22/22 KB 174/174 KB 286/286 KB 251/308 KB 22/22 KB 174/174 KB 286/286 KB 255/308 KB 22/22 KB 174/174 KB 286/286 KB 259/308 KB 22/22 KB 174/174 KB 286/286 KB 263/308 KB 22/22 KB 174/174 KB 286/286 KB 267/308 KB 22/22 KB 174/174 KB 286/286 KB 271/308 KB 22/22 KB 174/174 KB 286/286 KB 275/308 KB 22/22 KB 174/174 KB 286/286 KB 279/308 KB 22/22 KB 174/174 KB 286/286 KB 283/308 KB 22/22 KB 174/174 KB 286/286 KB 287/308 KB 22/22 KB 174/174 KB 286/286 KB 291/308 KB 22/22 KB 174/174 KB 286/286 KB 295/308 KB 22/22 KB 174/174 KB 286/286 KB 299/308 KB 22/22 KB 174/174 KB 286/286 KB 303/308 KB 22/22 KB 174/174 KB 286/286 KB 307/308 KB 22/22 KB 174/174 KB 286/286 KB 308/308 KB 22/22 KB 174/174 KB 286/286 KB 308/308 KB 4/17 KB 22/22 KB 174/174 KB 286/286 KB 308/308 KB 8/17 KB 308/308 KB 12/17 KB 308/308 KB 16/17 KB 308/308 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar (286 KB at 2055.0 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 KB at 167.8 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (174 KB at 1326.1 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (308 KB at 2278.2 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar unit-abot-epc-basic-0: 13:33:37 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 121.0 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 3/11 KB 6/11 KB 9/11 KB 11/11 KB 3/11 KB 11/11 KB 5/11 KB 11/11 KB 3/28 KB 8/11 KB 11/11 KB 3/28 KB 11/11 KB 11/11 KB 3/28 KB 5/11 KB 11/11 KB 6/28 KB 4/13 KB 11/11 KB 11/11 KB 3/28 KB 4/13 KB 11/11 KB 11/11 KB 6/28 KB 8/13 KB 11/11 KB 11/11 KB 6/28 KB 9/13 KB 11/11 KB 11/11 KB 6/28 KB 13/13 KB 11/11 KB 11/11 KB 9/28 KB 13/13 KB 11/11 KB 11/11 KB 9/28 KB 13/13 KB 11/11 KB 11/11 KB 11/28 KB 13/13 KB 11/11 KB 11/11 KB 14/28 KB 13/13 KB 11/11 KB 11/11 KB 16/28 KB 13/13 KB 11/11 KB 11/11 KB 19/28 KB 13/13 KB 11/11 KB 11/11 KB 22/28 KB 13/13 KB 11/11 KB 11/11 KB 25/28 KB 13/13 KB 11/11 KB 11/11 KB 1/14 KB 22/28 KB 13/13 KB 11/11 KB 11/11 KB 1/14 KB 25/28 KB 13/13 KB 11/11 KB 11/11 KB 3/14 KB 25/28 KB 13/13 KB 11/11 KB 6/14 KB 25/28 KB 13/13 KB 11/11 KB 9/14 KB 25/28 KB 13/13 KB 11/11 KB 11/14 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 74.7 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 25/28 KB 13/13 KB 11/11 KB 14/14 KB 27/28 KB 13/13 KB 11/11 KB 14/14 KB 28/28 KB 13/13 KB 11/11 KB 14/14 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 70.4 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.19.1/surefire-api-2.19.1.jar unit-abot-epc-basic-0: 13:33:37 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 87.1 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 28/28 KB 3/309 KB 14/14 KB 5/309 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (14 KB at 86.7 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 8/309 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (28 KB at 183.5 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 3/37 KB 8/309 KB 6/37 KB 8/309 KB 9/37 KB 3/192 KB 11/309 KB 6/37 KB 3/192 KB 11/309 KB 9/37 KB 3/192 KB 13/309 KB 6/37 KB 3/192 KB 8/309 KB 11/37 KB 3/192 KB 13/309 KB 11/37 KB 6/192 KB 16/309 KB 11/37 KB 3/192 KB 16/309 KB 14/37 KB 6/192 KB 16/309 KB 16/37 KB 9/192 KB 16/309 KB 19/37 KB 9/192 KB 16/309 KB 14/37 KB 9/192 KB 16/309 KB 19/37 KB 9/192 KB 20/309 KB 3/14 KB 19/37 KB 9/192 KB 20/309 KB 5/14 KB 19/37 KB 9/192 KB 20/309 KB 19/37 KB 11/192 KB 20/309 KB 5/14 KB 19/37 KB 14/192 KB 20/309 KB 5/14 KB 19/37 KB 14/192 KB 24/309 KB 8/14 KB 19/37 KB 14/192 KB 24/309 KB 5/14 KB 19/37 KB 14/192 KB 28/309 KB 8/14 KB 19/37 KB 14/192 KB 32/309 KB 8/14 KB 22/37 KB 14/192 KB 32/309 KB 11/14 KB 22/37 KB 14/192 KB 32/309 KB 8/14 KB 22/37 KB 16/192 KB 32/309 KB 11/14 KB 22/37 KB 16/192 KB 36/309 KB 11/14 KB 25/37 KB 19/192 KB 40/309 KB 13/14 KB 25/37 KB 19/192 KB 36/309 KB 13/14 KB 25/37 KB 19/192 KB 36/309 KB 11/14 KB 22/37 KB 19/192 KB 36/309 KB 11/14 KB 25/37 KB 19/192 KB 40/309 KB 14/14 KB 27/37 KB 22/192 KB 40/309 KB 14/14 KB 27/37 KB 19/192 KB 40/309 KB 14/14 KB 27/37 KB 25/192 KB 40/309 KB 14/14 KB 30/37 KB 25/192 KB 40/309 KB 14/14 KB 30/37 KB 25/192 KB 44/309 KB 14/14 KB 30/37 KB 27/192 KB 44/309 KB 14/14 KB 32/37 KB 27/192 KB 48/309 KB 14/14 KB 30/37 KB 27/192 KB 48/309 KB 14/14 KB 32/37 KB 30/192 KB 48/309 KB 14/14 KB 35/37 KB 32/192 KB 48/309 KB 14/14 KB 35/37 KB 36/192 KB 48/309 KB 14/14 KB 35/37 KB 40/192 KB 52/309 KB 14/14 KB 35/37 KB 44/192 KB 52/309 KB 14/14 KB 35/37 KB 48/192 KB 52/309 KB 14/14 KB 35/37 KB 30/192 KB 48/309 KB 14/14 KB 37/37 KB 48/192 KB 52/309 KB 14/14 KB 35/37 KB 36/192 KB 52/309 KB 14/14 KB 37/37 KB 48/192 KB 56/309 KB 14/14 KB 37/37 KB 48/192 KB 60/309 KB 14/14 KB 37/37 KB 48/192 KB 64/309 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar (14 KB at 81.1 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 37/37 KB 48/192 KB 68/309 KB 37/37 KB 52/192 KB 72/309 KB 37/37 KB 52/192 KB 76/309 KB 37/37 KB 52/192 KB 80/309 KB 37/37 KB 52/192 KB 68/309 KB 37/37 KB 56/192 KB 80/309 KB 37/37 KB 60/192 KB 80/309 KB 37/37 KB 64/192 KB 80/309 KB 37/37 KB 64/192 KB 84/309 KB 37/37 KB 64/192 KB 88/309 KB 37/37 KB 64/192 KB 92/309 KB 37/37 KB 64/192 KB 96/309 KB 37/37 KB 68/192 KB 96/309 KB 37/37 KB 72/192 KB 96/309 KB 37/37 KB 76/192 KB 96/309 KB 37/37 KB 80/192 KB 96/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 209.9 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 84/192 KB 96/309 KB 88/192 KB 100/309 KB 92/192 KB 100/309 KB 84/192 KB 100/309 KB 96/192 KB 104/309 KB 96/192 KB 108/309 KB 96/192 KB 112/309 KB 96/192 KB 116/309 KB 96/192 KB 120/309 KB 96/192 KB 124/309 KB 96/192 KB 128/309 KB 96/192 KB 100/309 KB 100/192 KB 128/309 KB 104/192 KB 128/309 KB 108/192 KB 128/309 KB 112/192 KB 128/309 KB 116/192 KB 128/309 KB 120/192 KB 132/309 KB 116/192 KB 132/309 KB 120/192 KB 136/309 KB 120/192 KB 140/309 KB 120/192 KB 144/309 KB 124/192 KB 144/309 KB 128/192 KB 144/309 KB 128/192 KB 148/309 KB 132/192 KB 152/309 KB 132/192 KB 156/309 KB 132/192 KB 160/309 KB 132/192 KB 148/309 KB 136/192 KB 160/309 KB 140/192 KB 160/309 KB 144/192 KB 160/309 KB 144/192 KB 164/309 KB 148/192 KB 168/309 KB 148/192 KB 172/309 KB 148/192 KB 176/309 KB 148/192 KB 164/309 KB 152/192 KB 176/309 KB 156/192 KB 176/309 KB 160/192 KB 176/309 KB 160/192 KB 180/309 KB 160/192 KB 184/309 KB 160/192 KB 188/309 KB 160/192 KB 192/309 KB 164/192 KB 192/309 KB 168/192 KB 196/309 KB 172/192 KB 196/309 KB 176/192 KB 196/309 KB 164/192 KB 196/309 KB 176/192 KB 200/309 KB 176/192 KB 204/309 KB 176/192 KB 208/309 KB 180/192 KB 208/309 KB 184/192 KB 208/309 KB 188/192 KB 208/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 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 934.0 KB/sec) unit-abot-epc-basic-0: 13:33:37 DEBUG unit.abot-epc-basic/0.install 276/309 KB 280/309 KB 284/309 KB 288/309 KB 292/309 KB 296/309 KB 300/309 KB 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 1447.9 KB/sec) unit-abot-epc-basic-0: 13:33:37 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: 13:33:38 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.pom (4 KB at 159.5 KB/sec) unit-abot-epc-basic-0: 13:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom unit-abot-epc-basic-0: 13:33:38 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.19.1/surefire-providers-2.19.1.pom (3 KB at 192.5 KB/sec) unit-abot-epc-basic-0: 13:33:38 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.jar unit-abot-epc-basic-0: 13:33:38 DEBUG unit.abot-epc-basic/0.install 3/74 KB 5/74 KB 8/74 KB 11/74 KB 13/74 KB 16/74 KB 19/74 KB 21/74 KB 24/74 KB 27/74 KB 29/74 KB 32/74 KB 36/74 KB 40/74 KB 44/74 KB 48/74 KB 52/74 KB 56/74 KB 60/74 KB 64/74 KB 68/74 KB 72/74 KB 74/74 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.19.1/surefire-junit4-2.19.1.jar (74 KB at 3347.8 KB/sec) unit-abot-epc-basic-0: 13:33:38 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:33:38 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 13:33:38 DEBUG unit.abot-epc-basic/0.install T E S T S unit-abot-epc-basic-0: 13:33:38 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 13:33:38 DEBUG unit.abot-epc-basic/0.install Running com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 13:33:39 DEBUG unit.abot-epc-basic/0.install Feature: Local_Commands_Testing unit-abot-epc-basic-0: 13:33:39 DEBUG unit.abot-epc-basic/0.install Aug 05, 2018 1:33:39 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 13:33:39 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@429bffaa: startup date [Sun Aug 05 13:33:39 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 13:33:39 DEBUG unit.abot-epc-basic/0.install Aug 05, 2018 1:33:39 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:33:39 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-abot-epc-basic-0: 13:33:39 DEBUG unit.abot-epc-basic/0.install Aug 05, 2018 1:33:39 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:33:39 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 13:33:41 DEBUG unit.abot-epc-basic/0.install Aug 05, 2018 1:33:41 PM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 13:33:41 DEBUG unit.abot-epc-basic/0.install INFO: Replacing scope 'cucumber-glue' from [cucumber.runtime.java.spring.GlueCodeScope@3fbfa96] to [cucumber.runtime.java.spring.GlueCodeScope@6569dded] unit-abot-epc-basic-0: 13:33:42 DEBUG unit.abot-epc-basic/0.install Aug 05, 2018 1:33:42 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 13:33:42 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@70e889e9: startup date [Sun Aug 05 13:33:42 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 13:33:42 DEBUG unit.abot-epc-basic/0.install Aug 05, 2018 1:33:42 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:33:42 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 13:33:42 DEBUG unit.abot-epc-basic/0.install Aug 05, 2018 1:33:42 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:33:42 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 13:33:42 DEBUG unit.abot-epc-basic/0.install Aug 05, 2018 1:33:42 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:33:42 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 13:33:42 DEBUG unit.abot-epc-basic/0.install Aug 05, 2018 1:33:42 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:33:42 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 13:33:42 DEBUG unit.abot-epc-basic/0.install Aug 05, 2018 1:33:42 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 13:33:42 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@741f8dbe: startup date [Sun Aug 05 13:33:42 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 13:33:42 DEBUG unit.abot-epc-basic/0.install Aug 05, 2018 1:33:42 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:33:42 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 13:33:42 DEBUG unit.abot-epc-basic/0.install Aug 05, 2018 1:33:42 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:33:42 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-ssh/3.0.86/abot-ssh-3.0.86.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 13:33:42 DEBUG unit.abot-epc-basic/0.install Aug 05, 2018 1:33:42 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:33:42 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/base/abot-base/3.0.91/abot-base-3.0.91.jar!/beancontext/abotBeanContext.xml] unit-abot-epc-basic-0: 13:33:42 DEBUG unit.abot-epc-basic/0.install Aug 05, 2018 1:33:42 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:33:42 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from URL [jar:file:/root/.m2/repository/com/rebaca/abot/adapters/abot-s1ap/3.0.85/abot-s1ap-3.0.85.jar!/beancontext/applicationSSHContext.xml] unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install 05-Aug-2018 13:33:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install 05-Aug-2018 13:33:43 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install 05-Aug-2018 13:33:43 [main] REPORT: STEP EXECUTION TIME TAKEN :1397 MS unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install 05-Aug-2018 13:33:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install 05-Aug-2018 13:33:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install 05-Aug-2018 13:33:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install 05-Aug-2018 13:33:43 [main] REPORT: EXECUTED STEP IS :When I execute the command ifconfig in this system and check the presence of following strings in the response: unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install 05-Aug-2018 13:33:43 [main] REPORT: STEP EXECUTION TIME TAKEN :106 MS unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install 05-Aug-2018 13:33:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install 05-Aug-2018 13:33:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install @local-commands unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing # featureFiles/000-local-commands.feature:4 unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install When I execute the command ifconfig in this system and check the presence of following strings in the response: # SshGrammars.runLocalCommand(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install 1 Scenarios (1 passed) unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install 2 Steps (2 passed) unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install 0m2.008s unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.181 sec - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully(Scenario: Local Commands testing) Time elapsed: 0.013 sec unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install When I execute the command ifconfig in this system and check the presence of following strings in the response:(Scenario: Local Commands testing) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing Time elapsed: 0.011 sec unit-abot-epc-basic-0: 13:33:43 DEBUG unit.abot-epc-basic/0.install 05-Aug-2018 13:33:43.767 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Results : unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (5 KB at 201.4 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (3 KB at 161.4 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (2 KB at 84.6 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (3 KB at 164.7 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 3/19 KB 5/19 KB 8/19 KB 11/19 KB 13/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 KB at 1298.4 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 1018/1018 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1018 B at 39.8 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 3/10 KB 5/10 KB 8/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (10 KB at 440.7 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar unit-abot-epc-basic-0: 13:33:44 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 3/60 KB 19/22 KB 6/60 KB 19/22 KB 9/60 KB 19/22 KB 11/60 KB 19/22 KB 14/60 KB 19/22 KB 16/60 KB 19/22 KB 3/181 KB 16/60 KB 19/22 KB 5/181 KB 16/60 KB 19/22 KB 8/181 KB 16/60 KB 19/22 KB 11/181 KB 16/60 KB 19/22 KB 13/181 KB 16/60 KB 19/22 KB 3/57 KB 16/181 KB 16/60 KB 19/22 KB 3/203 KB 3/57 KB 19/181 KB 19/60 KB 19/22 KB 3/203 KB 3/57 KB 13/181 KB 16/60 KB 19/22 KB 3/203 KB 3/57 KB 19/181 KB 19/60 KB 19/22 KB 5/203 KB 3/57 KB 19/181 KB 19/60 KB 19/22 KB 8/203 KB 3/57 KB 19/181 KB 19/60 KB 19/22 KB 11/203 KB 3/57 KB 19/181 KB 19/60 KB 19/22 KB 13/203 KB 3/57 KB 19/181 KB 19/60 KB 19/22 KB 16/203 KB 3/57 KB 19/181 KB 19/60 KB 19/22 KB 19/203 KB 3/57 KB 19/181 KB 19/60 KB 19/22 KB 21/203 KB 3/57 KB 13/181 KB 16/60 KB 19/22 KB 6/57 KB 21/181 KB 19/60 KB 19/22 KB 21/203 KB 9/57 KB 21/181 KB 19/60 KB 19/22 KB 21/203 KB 11/57 KB 21/181 KB 19/60 KB 19/22 KB 21/203 KB 14/57 KB 21/181 KB 19/60 KB 19/22 KB 21/203 KB 16/57 KB 21/181 KB 19/60 KB 19/22 KB 21/203 KB 19/57 KB 21/181 KB 19/60 KB 19/22 KB 21/203 KB 3/57 KB 21/181 KB 19/60 KB 19/22 KB 21/203 KB 3/57 KB 16/181 KB 19/60 KB 19/22 KB 3/203 KB 19/57 KB 21/181 KB 22/60 KB 19/22 KB 21/203 KB 19/57 KB 21/181 KB 22/60 KB 19/22 KB 24/203 KB 22/57 KB 21/181 KB 25/60 KB 19/22 KB 24/203 KB 19/57 KB 21/181 KB 25/60 KB 19/22 KB 24/203 KB 22/57 KB 24/181 KB 25/60 KB 19/22 KB 24/203 KB 25/57 KB 27/181 KB 25/60 KB 22/22 KB 24/203 KB 25/57 KB 29/181 KB 27/60 KB 22/22 KB 27/203 KB 25/57 KB 24/181 KB 25/60 KB 22/22 KB 24/203 KB 25/57 KB 24/181 KB 25/60 KB 19/22 KB 24/203 KB 25/57 KB 27/181 KB 27/60 KB 22/22 KB 27/203 KB 25/57 KB 27/181 KB 27/60 KB 22/22 KB 24/203 KB 27/57 KB 29/181 KB 27/60 KB 22/22 KB 27/203 KB 30/57 KB 29/181 KB 30/60 KB 22/22 KB 29/203 KB 32/57 KB 32/181 KB 30/60 KB 22/22 KB 29/203 KB 36/57 KB 32/181 KB 30/60 KB 22/22 KB 29/203 KB 40/57 KB 32/181 KB 30/60 KB 22/22 KB 29/203 KB 44/57 KB 32/181 KB 30/60 KB 22/22 KB 29/203 KB 48/57 KB 32/181 KB 30/60 KB 22/22 KB 29/203 KB 27/57 KB 29/181 KB 30/60 KB 22/22 KB 29/203 KB 27/57 KB 29/181 KB 30/60 KB 22/22 KB 27/203 KB 48/57 KB 32/181 KB 32/60 KB 22/22 KB 29/203 KB 48/57 KB 32/181 KB 32/60 KB 22/22 KB 32/203 KB 30/57 KB 32/181 KB 30/60 KB 22/22 KB 29/203 KB 48/57 KB 36/181 KB 32/60 KB 22/22 KB 32/203 KB 48/57 KB 40/181 KB 36/60 KB 22/22 KB 36/203 KB 48/57 KB 44/181 KB 36/60 KB 22/22 KB 36/203 KB 48/57 KB 48/181 KB 36/60 KB 22/22 KB 36/203 KB 48/57 KB 36/181 KB 36/60 KB 22/22 KB 36/203 KB 48/57 KB 36/181 KB 36/60 KB 22/22 KB 32/203 KB 48/57 KB 48/181 KB 40/60 KB 22/22 KB 36/203 KB 48/57 KB 48/181 KB 44/60 KB 22/22 KB 36/203 KB 48/57 KB 48/181 KB 48/60 KB 22/22 KB 36/203 KB 48/57 KB 48/181 KB 48/60 KB 22/22 KB 40/203 KB 48/57 KB 48/181 KB 48/60 KB 22/22 KB 44/203 KB 48/57 KB 48/181 KB 48/60 KB 22/22 KB 48/203 KB 48/57 KB 48/181 KB 48/60 KB 22/22 KB 52/203 KB 52/57 KB 52/181 KB 52/60 KB 56/203 KB 52/57 KB 52/181 KB 52/60 KB 60/203 KB 52/57 KB 52/181 KB 52/60 KB 64/203 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 495.4 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 52/57 KB 52/181 KB 52/60 KB 22/22 KB 52/203 KB 52/57 KB 56/181 KB 52/60 KB 64/203 KB 52/57 KB 60/181 KB 52/60 KB 64/203 KB 52/57 KB 48/181 KB 52/60 KB 22/22 KB 52/203 KB 48/57 KB 48/181 KB 52/60 KB 22/22 KB 52/203 KB 52/57 KB 60/181 KB 56/60 KB 64/203 KB 52/57 KB 60/181 KB 60/60 KB 64/203 KB 56/57 KB 60/181 KB 60/60 KB 64/203 KB 57/57 KB 60/181 KB 60/60 KB 64/203 KB 57/57 KB 64/181 KB 60/60 KB 64/203 KB 57/57 KB 68/181 KB 60/60 KB 64/203 KB 57/57 KB 72/181 KB 60/60 KB 68/203 KB 57/57 KB 76/181 KB 60/60 KB 68/203 KB 57/57 KB 80/181 KB 60/60 KB 68/203 KB 57/57 KB 68/181 KB 60/60 KB 68/203 KB 57/57 KB 80/181 KB 60/60 KB 72/203 KB 57/57 KB 80/181 KB 60/60 KB 76/203 KB 57/57 KB 80/181 KB 60/60 KB 80/203 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 KB at 1312.4 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 57/57 KB 84/181 KB 80/203 KB 57/57 KB 88/181 KB 84/203 KB 57/57 KB 92/181 KB 84/203 KB 57/57 KB 96/181 KB 84/203 KB 57/57 KB 84/181 KB 84/203 KB 57/57 KB 96/181 KB 88/203 KB 57/57 KB 96/181 KB 92/203 KB 57/57 KB 96/181 KB 96/203 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (57 KB at 1387.8 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 96/181 KB 100/203 KB 100/181 KB 104/203 KB 100/181 KB 108/203 KB 100/181 KB 112/203 KB 100/181 KB 100/203 KB 104/181 KB 112/203 KB 108/181 KB 112/203 KB 112/181 KB 112/203 KB 116/181 KB 112/203 KB 120/181 KB 116/203 KB 124/181 KB 116/203 KB 128/181 KB 116/203 KB 116/181 KB 116/203 KB 128/181 KB 120/203 KB 128/181 KB 124/203 KB 128/181 KB 128/203 KB 132/181 KB 128/203 KB 136/181 KB 132/203 KB 140/181 KB 132/203 KB 144/181 KB 132/203 KB 132/181 KB 132/203 KB 144/181 KB 136/203 KB 144/181 KB 140/203 KB 144/181 KB 144/203 KB 144/181 KB 148/203 KB 148/181 KB 152/203 KB 148/181 KB 156/203 KB 148/181 KB 160/203 KB 148/181 KB 148/203 KB 152/181 KB 160/203 KB 156/181 KB 160/203 KB 160/181 KB 160/203 KB 160/181 KB 164/203 KB 164/181 KB 168/203 KB 164/181 KB 172/203 KB 164/181 KB 176/203 KB 164/181 KB 164/203 KB 168/181 KB 176/203 KB 172/181 KB 176/203 KB 176/181 KB 176/203 KB 180/181 KB 176/203 KB 181/181 KB 176/203 KB 181/181 KB 180/203 KB 181/181 KB 184/203 KB 181/181 KB 188/203 KB 181/181 KB 192/203 KB 181/181 KB 196/203 KB 181/181 KB 200/203 KB 181/181 KB 203/203 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (181 KB at 2952.7 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (203 KB at 3380.9 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install [INFO] Building jar: /var/lib/abot-epc-basic/target/ABOT-RunScenarios-3.0.91.jar unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.pom (3 KB at 197.1 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.3/maven-3.3.3.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 3/23 KB 6/23 KB 9/23 KB 11/23 KB 14/23 KB 16/23 KB 19/23 KB 22/23 KB 23/23 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.3.3/maven-3.3.3.pom (23 KB at 915.5 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.pom (5 KB at 319.0 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (4 KB at 286.2 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 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 163.8 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.pom (5 KB at 254.5 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom (14 KB at 893.6 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (2 KB at 116.7 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (3 KB at 191.7 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/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: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 3/21 KB 5/21 KB 8/21 KB 11/21 KB 13/21 KB 16/21 KB 19/21 KB 21/21 KB Downloaded: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 KB at 1443.4 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 1023/1023 B Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1023 B at 83.3 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 612/612 B Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 46.0 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 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 160.2 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom (15 KB at 541.1 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 815/815 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 56.8 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (5 KB at 295.8 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install 3/17 KB 6/17 KB 9/17 KB 11/17 KB 14/17 KB 16/17 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 KB at 1206.4 KB/sec) unit-abot-epc-basic-0: 13:33:44 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (8 KB at 594.5 KB/sec) unit-abot-epc-basic-0: 13:33:45 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: 13:33:45 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 255.0 KB/sec) unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (6 KB at 395.4 KB/sec) unit-abot-epc-basic-0: 13:33:45 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: 13:33:45 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 792.8 KB/sec) unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom unit-abot-epc-basic-0: 13:33:45 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: 13:33:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.pom unit-abot-epc-basic-0: 13:33:45 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 604.5 KB/sec) unit-abot-epc-basic-0: 13:33:45 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: 13:33:45 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 64.9 KB/sec) unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom unit-abot-epc-basic-0: 13:33:45 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: 13:33:45 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: 13:33:45 DEBUG unit.abot-epc-basic/0.install 3/48 KB 6/48 KB 9/48 KB 11/48 KB 14/48 KB 16/48 KB 19/48 KB 22/48 KB 25/48 KB 27/48 KB 30/48 KB 32/48 KB 36/48 KB 40/48 KB 44/48 KB 48/48 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 KB at 1965.5 KB/sec) machine-2: 13:33:45 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-2: 13:33:45 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 13:33:45 DEBUG juju.agent read agent config, format "2.0" machine-2: 13:33:45 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 13:33:45 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-2: 13:33:45 DEBUG juju.worker start "engine" machine-2: 13:33:45 INFO juju.worker start "engine" machine-2: 13:33:45 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 13:33:45 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 13:33:45 DEBUG juju.worker "engine" started machine-2: 13:33:45 DEBUG juju.worker.introspection stats worker now serving machine-2: 13:33:45 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 13:33:45 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.apicaller connecting with old password machine-2: 13:33:45 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 13:33:45 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 13:33:45 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 13:33:45 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-2: 13:33:45 DEBUG juju.api successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-2: 13:33:45 INFO juju.api connection established to "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-2: 13:33:45 DEBUG juju.api successfully dialed "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0/org.eclipse.sisu.plexus-0.3.0.jar unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.jar unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.3.3/maven-model-3.3.3.jar unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar machine-2: 13:33:45 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar machine-2: 13:33:45 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 13:33:45 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 13:33:45 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 13:33:45 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 3/46 KB 4/201 KB 4/54 KB 5/46 KB 3/44 KB 4/201 KB 4/54 KB 3/46 KB 3/44 KB 4/201 KB 4/54 KB 5/46 KB 6/44 KB 4/201 KB 4/54 KB 5/46 KB 9/44 KB 4/201 KB 4/54 KB 5/46 KB 11/44 KB 4/201 KB 4/54 KB 8/46 KB 14/44 KB 4/201 KB 4/54 KB 8/46 KB 16/44 KB 4/158 KB 4/201 KB 4/54 KB 8/46 KB 19/44 KB 4/158 KB 4/201 KB 4/54 KB 3/46 KB 4/201 KB 8/54 KB 8/46 KB 19/44 KB 4/158 KB 4/201 KB 12/54 KB 8/46 KB 19/44 KB 4/158 KB 4/201 KB 16/54 KB 8/46 KB 19/44 KB 4/158 KB 4/201 KB 20/54 KB 8/46 KB 19/44 KB 4/158 KB 4/201 KB 24/54 KB 8/46 KB 22/44 KB 4/158 KB 4/201 KB 28/54 KB 8/46 KB 22/44 KB 4/158 KB 4/201 KB 3/46 KB 8/201 KB 28/54 KB 8/46 KB 22/44 KB 4/158 KB 12/201 KB 28/54 KB 8/46 KB 22/44 KB 4/158 KB 16/201 KB 28/54 KB 8/46 KB 22/44 KB 4/158 KB 20/201 KB 28/54 KB 8/46 KB 22/44 KB 4/158 KB 4/201 KB 20/54 KB 8/46 KB 22/44 KB 4/158 KB 4/201 KB 4/54 KB 8/46 KB 14/44 KB 4/158 KB 20/201 KB 28/54 KB 8/46 KB 22/44 KB 8/158 KB 4/201 KB 4/54 KB 8/46 KB 11/44 KB 20/201 KB 28/54 KB 11/46 KB 22/44 KB 8/158 KB 20/201 KB 28/54 KB 13/46 KB 22/44 KB 8/158 KB 20/201 KB 28/54 KB 16/46 KB 22/44 KB 8/158 KB 20/201 KB 28/54 KB 19/46 KB 22/44 KB 8/158 KB 20/201 KB 28/54 KB 19/46 KB 22/44 KB 12/158 KB 20/201 KB 28/54 KB 21/46 KB 25/44 KB 16/158 KB 20/201 KB 28/54 KB 21/46 KB 25/44 KB 12/158 KB 20/201 KB 28/54 KB 21/46 KB 22/44 KB 12/158 KB 20/201 KB 28/54 KB 24/46 KB 25/44 KB 16/158 KB 24/201 KB 32/54 KB 24/46 KB 27/44 KB 20/158 KB 24/201 KB 32/54 KB 27/46 KB 27/44 KB 20/158 KB 20/201 KB 32/54 KB 24/46 KB 25/44 KB 16/158 KB 24/201 KB 36/54 KB 27/46 KB 30/44 KB 20/158 KB 24/201 KB 40/54 KB 29/46 KB 30/44 KB 20/158 KB 24/201 KB 44/54 KB 29/46 KB 30/44 KB 20/158 KB 24/201 KB 48/54 KB 29/46 KB 30/44 KB 20/158 KB 24/201 KB 32/54 KB 24/46 KB 25/44 KB 20/158 KB 24/201 KB 32/54 KB 24/46 KB 25/44 KB 16/158 KB 28/201 KB 48/54 KB 29/46 KB 30/44 KB 20/158 KB 32/201 KB 48/54 KB 29/46 KB 30/44 KB 20/158 KB 24/201 KB 36/54 KB 29/46 KB 30/44 KB 20/158 KB 24/201 KB 32/54 KB 27/46 KB 30/44 KB 20/158 KB 36/201 KB 48/54 KB 29/46 KB 30/44 KB 20/158 KB 36/201 KB 48/54 KB 32/46 KB 32/44 KB 24/158 KB 36/201 KB 48/54 KB 32/46 KB 32/44 KB 28/158 KB 36/201 KB 48/54 KB 32/46 KB 32/44 KB 32/158 KB 36/201 KB 48/54 KB 32/46 KB 32/44 KB 20/158 KB 36/201 KB 48/54 KB 29/46 KB 32/44 KB 20/158 KB 36/201 KB 48/54 KB 32/46 KB 36/44 KB 32/158 KB 40/201 KB 52/54 KB 36/46 KB 40/44 KB 36/158 KB 40/201 KB 52/54 KB 36/46 KB 44/44 KB 36/158 KB 40/201 KB 48/54 KB 32/46 KB 36/44 KB 32/158 KB 44/201 KB 52/54 KB 36/46 KB 44/44 KB 36/158 KB 48/201 KB 52/54 KB 36/46 KB 44/44 KB 36/158 KB 52/201 KB 52/54 KB 36/46 KB 44/44 KB 36/158 KB 56/201 KB 52/54 KB 36/46 KB 44/44 KB 36/158 KB 60/201 KB 52/54 KB 36/46 KB 44/44 KB 36/158 KB 40/201 KB 52/54 KB 36/46 KB 36/44 KB 36/158 KB 40/201 KB 52/54 KB 36/46 KB 36/44 KB 32/158 KB 60/201 KB 54/54 KB 36/46 KB 44/44 KB 36/158 KB 40/201 KB 48/54 KB 36/46 KB 36/44 KB 32/158 KB 60/201 KB 54/54 KB 40/46 KB 44/44 KB 36/158 KB 60/201 KB 54/54 KB 44/46 KB 44/44 KB 36/158 KB 60/201 KB 54/54 KB 46/46 KB 44/44 KB 36/158 KB 60/201 KB 54/54 KB 46/46 KB 44/44 KB 40/158 KB 60/201 KB 54/54 KB 46/46 KB 44/44 KB 44/158 KB 60/201 KB 54/54 KB 46/46 KB 44/44 KB 48/158 KB 64/201 KB 54/54 KB 46/46 KB 44/44 KB 48/158 KB 68/201 KB 54/54 KB 46/46 KB 44/44 KB 48/158 KB 72/201 KB 54/54 KB 46/46 KB 44/44 KB 52/158 KB 76/201 KB unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 54/54 KB 46/46 KB 44/44 KB 52/158 KB 80/201 KB 54/54 KB 46/46 KB 44/44 KB 52/158 KB 68/201 KB 54/54 KB 46/46 KB 44/44 KB 52/158 KB 80/201 KB 54/54 KB 46/46 KB 44/44 KB 56/158 KB 80/201 KB 54/54 KB 46/46 KB 44/44 KB 60/158 KB 80/201 KB 54/54 KB 46/46 KB 44/44 KB 61/158 KB Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (44 KB at 1512.3 KB/sec) machine-2: 13:33:45 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 80/201 KB 54/54 KB 46/46 KB 65/158 KB 84/201 KB 54/54 KB 46/46 KB 69/158 KB 84/201 KB 54/54 KB 46/46 KB 73/158 KB 84/201 KB 54/54 KB 46/46 KB 77/158 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.3.3/maven-artifact-3.3.3.jar (54 KB at 1120.8 KB/sec) unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 84/201 KB 54/54 KB 46/46 KB 65/158 KB 88/201 KB 81/158 KB 92/201 KB 81/158 KB 96/201 KB 81/158 KB 84/201 KB 81/158 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.jar (46 KB at 738.0 KB/sec) unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar machine-2: 13:33:45 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:45 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 96/201 KB 2/3 KB 81/158 KB 96/201 KB 3/3 KB 81/158 KB 96/201 KB 3/6 KB 3/3 KB 81/158 KB 96/201 KB 3/6 KB 3/3 KB 85/158 KB 96/201 KB 6/6 KB 3/3 KB 89/158 KB 100/201 KB 6/6 KB 3/3 KB 93/158 KB 96/201 KB 6/6 KB 3/3 KB 85/158 KB 100/201 KB 6/6 KB 3/3 KB 89/158 KB 104/201 KB 6/6 KB 3/3 KB 93/158 KB 104/201 KB 6/6 KB 3/3 KB 93/158 KB 108/201 KB 6/6 KB 3/3 KB 93/158 KB 112/201 KB 6/6 KB 3/3 KB 93/158 KB 112/201 KB 6/6 KB 3/3 KB 97/158 KB 112/201 KB 6/6 KB 3/3 KB 101/158 KB 112/201 KB 6/6 KB 3/3 KB 105/158 KB 112/201 KB 6/6 KB 3/3 KB 109/158 KB 116/201 KB 6/6 KB 3/3 KB 109/158 KB 120/201 KB 6/6 KB 3/3 KB 109/158 KB 124/201 KB 6/6 KB 3/3 KB 109/158 KB 128/201 KB 6/6 KB 3/3 KB 109/158 KB 128/201 KB 6/6 KB 3/3 KB 113/158 KB 128/201 KB 6/6 KB 3/3 KB 117/158 KB 128/201 KB 6/6 KB 3/3 KB 121/158 KB 132/201 KB 6/6 KB 3/3 KB 125/158 KB 132/201 KB 6/6 KB 3/3 KB 121/158 KB 136/201 KB 6/6 KB 3/3 KB 125/158 KB 140/201 KB 6/6 KB 3/3 KB 125/158 KB 144/201 KB 6/6 KB 3/3 KB 125/158 KB 148/201 KB 6/6 KB 3/3 KB 125/158 KB 152/201 KB 6/6 KB 3/3 KB 129/158 KB 156/201 KB 6/6 KB 3/3 KB 129/158 KB 160/201 KB 6/6 KB 3/3 KB 129/158 KB 164/201 KB 6/6 KB 129/158 KB 168/201 KB 6/6 KB 129/158 KB 148/201 KB 6/6 KB 3/3 KB 129/158 KB Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (3 KB at 51.9 KB/sec) unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 168/201 KB 6/6 KB 4/367 KB 129/158 KB 168/201 KB 6/6 KB 8/367 KB 129/158 KB 168/201 KB 6/6 KB 12/367 KB 129/158 KB 168/201 KB 6/6 KB 16/367 KB 129/158 KB Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (6 KB at 116.5 KB/sec) unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 168/201 KB 20/367 KB 129/158 KB 168/201 KB 24/367 KB 129/158 KB 168/201 KB 28/367 KB 129/158 KB 168/201 KB 32/367 KB 129/158 KB 168/201 KB 36/367 KB 129/158 KB 168/201 KB 40/367 KB 129/158 KB 168/201 KB 44/367 KB 129/158 KB 168/201 KB 48/367 KB 129/158 KB Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 168/201 KB 52/367 KB 129/158 KB 168/201 KB 56/367 KB 129/158 KB 168/201 KB 60/367 KB 129/158 KB 168/201 KB 64/367 KB 133/158 KB 168/201 KB 60/367 KB 133/158 KB 168/201 KB 64/367 KB 137/158 KB 168/201 KB 3/5 KB 68/367 KB 141/158 KB 168/201 KB 3/5 KB 68/367 KB 145/158 KB 172/201 KB 3/5 KB 68/367 KB 149/158 KB 172/201 KB 3/5 KB 68/367 KB 153/158 KB 168/201 KB 3/5 KB 64/367 KB 137/158 KB 172/201 KB 5/5 KB 68/367 KB 153/158 KB 168/201 KB 3/5 KB 68/367 KB 137/158 KB 172/201 KB 5/5 KB 72/367 KB 153/158 KB 172/201 KB 5/5 KB 76/367 KB 153/158 KB 172/201 KB 5/5 KB 80/367 KB 153/158 KB 172/201 KB 3/5 KB 68/367 KB 145/158 KB 176/201 KB 5/5 KB 80/367 KB 153/158 KB 176/201 KB 5/5 KB 80/367 KB 157/158 KB 176/201 KB 5/5 KB 80/367 KB 158/158 KB 180/201 KB 5/5 KB 80/367 KB 158/158 KB 180/201 KB 5/5 KB 84/367 KB 3/52 KB 158/158 KB 180/201 KB 5/5 KB 84/367 KB 6/52 KB 158/158 KB 180/201 KB 5/5 KB 84/367 KB 9/52 KB 158/158 KB 180/201 KB 5/5 KB 84/367 KB 11/52 KB 158/158 KB 180/201 KB 5/5 KB 84/367 KB 14/52 KB 158/158 KB 180/201 KB 5/5 KB 84/367 KB 16/52 KB 158/158 KB 180/201 KB 5/5 KB 84/367 KB 19/52 KB 158/158 KB 180/201 KB 5/5 KB 84/367 KB 22/52 KB 158/158 KB 180/201 KB 5/5 KB 84/367 KB 25/52 KB 158/158 KB 184/201 KB 84/367 KB 27/52 KB 158/158 KB 180/201 KB 5/5 KB 84/367 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 66.3 KB/sec) unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 184/201 KB 88/367 KB 27/52 KB 158/158 KB 184/201 KB 92/367 KB 27/52 KB 158/158 KB 184/201 KB 96/367 KB 27/52 KB 158/158 KB 184/201 KB 5/5 KB 84/367 KB 25/52 KB 158/158 KB 188/201 KB 96/367 KB 27/52 KB 158/158 KB 192/201 KB 96/367 KB 27/52 KB 158/158 KB 196/201 KB 96/367 KB 27/52 KB 158/158 KB 200/201 KB 100/367 KB 30/52 KB 158/158 KB 201/201 KB 100/367 KB 30/52 KB 158/158 KB 196/201 KB 100/367 KB 30/52 KB 158/158 KB 201/201 KB 104/367 KB 30/52 KB 201/201 KB 108/367 KB 30/52 KB 201/201 KB 112/367 KB 30/52 KB 196/201 KB 96/367 KB 30/52 KB 158/158 KB 201/201 KB 112/367 KB 32/52 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 1805.1 KB/sec) unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar machine-2: 13:33:45 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 201/201 KB 112/367 KB 36/52 KB 201/201 KB 4/47 KB 116/367 KB 40/52 KB 201/201 KB 4/47 KB 116/367 KB 44/52 KB 201/201 KB 4/47 KB 116/367 KB 48/52 KB 201/201 KB 4/47 KB 116/367 KB 36/52 KB 201/201 KB 4/47 KB 112/367 KB 36/52 KB 201/201 KB 8/47 KB 116/367 KB 48/52 KB 201/201 KB 12/47 KB 116/367 KB 48/52 KB 201/201 KB 16/47 KB 116/367 KB 48/52 KB 201/201 KB 20/47 KB 116/367 KB 48/52 KB 201/201 KB 24/47 KB 116/367 KB 48/52 KB 201/201 KB 28/47 KB 116/367 KB 48/52 KB 201/201 KB 32/47 KB 116/367 KB 48/52 KB 201/201 KB 36/47 KB 116/367 KB 48/52 KB 201/201 KB 40/47 KB 120/367 KB 52/52 KB 201/201 KB 44/47 KB 120/367 KB 52/52 KB 201/201 KB 47/47 KB 120/367 KB 52/52 KB 201/201 KB 36/47 KB 120/367 KB 52/52 KB 201/201 KB 36/47 KB 116/367 KB 52/52 KB 201/201 KB 47/47 KB 124/367 KB 52/52 KB 201/201 KB 47/47 KB 128/367 KB 52/52 KB 201/201 KB 47/47 KB 128/367 KB 52/52 KB 3/238 KB 47/47 KB 128/367 KB 52/52 KB 6/238 KB 47/47 KB 132/367 KB 52/52 KB 9/238 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 2204.3 KB/sec) unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 47/47 KB 132/367 KB 52/52 KB 6/238 KB 47/47 KB 136/367 KB 52/52 KB 9/238 KB 47/47 KB 140/367 KB 52/52 KB 11/238 KB 47/47 KB 144/367 KB 52/52 KB 11/238 KB 47/47 KB 136/367 KB 52/52 KB 11/238 KB 47/47 KB 144/367 KB 52/52 KB 14/238 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (52 KB at 643.1 KB/sec) unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.jar unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 47/47 KB 144/367 KB 16/238 KB 47/47 KB 144/367 KB 19/238 KB 47/47 KB 144/367 KB 22/238 KB 47/47 KB 148/367 KB 22/238 KB 47/47 KB 152/367 KB 22/238 KB 47/47 KB 156/367 KB 22/238 KB 47/47 KB 160/367 KB 22/238 KB 47/47 KB 160/367 KB 25/238 KB 47/47 KB 160/367 KB 27/238 KB 47/47 KB 160/367 KB 30/238 KB 47/47 KB 160/367 KB 32/238 KB 47/47 KB 164/367 KB 32/238 KB 47/47 KB 168/367 KB 32/238 KB 47/47 KB 172/367 KB 32/238 KB 47/47 KB 176/367 KB 32/238 KB 180/367 KB 32/238 KB 4/28 KB 184/367 KB 36/238 KB 4/28 KB 176/367 KB 32/238 KB 4/28 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 KB at 507.9 KB/sec) unit-abot-epc-basic-0: 13:33:45 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: 13:33:45 DEBUG unit.abot-epc-basic/0.install 184/367 KB 36/238 KB 8/28 KB 184/367 KB 36/238 KB 12/28 KB 184/367 KB 36/238 KB 16/28 KB 184/367 KB 36/238 KB 20/28 KB 184/367 KB 36/238 KB 24/28 KB 184/367 KB 36/238 KB 28/28 KB 180/367 KB 36/238 KB 4/28 KB 184/367 KB 40/238 KB 28/28 KB 184/367 KB 44/238 KB 28/28 KB 184/367 KB 48/238 KB 28/28 KB 188/367 KB 48/238 KB 28/28 KB 192/367 KB 48/238 KB 28/28 KB 192/367 KB 52/238 KB 28/28 KB 196/367 KB 56/238 KB 28/28 KB 196/367 KB 60/238 KB 28/28 KB 196/367 KB 64/238 KB 28/28 KB 196/367 KB 52/238 KB 28/28 KB 200/367 KB 64/238 KB 28/28 KB 204/367 KB 64/238 KB 28/28 KB 208/367 KB 64/238 KB 28/28 KB 212/367 KB 64/238 KB 28/28 KB 4/186 KB 216/367 KB 68/238 KB 28/28 KB 4/186 KB 220/367 KB 68/238 KB 28/28 KB 4/186 KB 212/367 KB 68/238 KB 28/28 KB 4/186 KB 212/367 KB 64/238 KB 28/28 KB 8/186 KB 220/367 KB 68/238 KB 28/28 KB 12/186 KB 220/367 KB 68/238 KB 28/28 KB 16/186 KB 220/367 KB 68/238 KB 28/28 KB 20/186 KB 220/367 KB 68/238 KB 24/186 KB 220/367 KB 68/238 KB 28/186 KB 220/367 KB 68/238 KB 32/186 KB 220/367 KB 68/238 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 KB at 270.5 KB/sec) unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 36/186 KB 220/367 KB 68/238 KB 36/186 KB 224/367 KB 72/238 KB 36/186 KB 220/367 KB 72/238 KB 36/186 KB 224/367 KB 76/238 KB 36/186 KB 224/367 KB 80/238 KB 40/186 KB 224/367 KB 80/238 KB 44/186 KB 224/367 KB 80/238 KB 48/186 KB 224/367 KB 80/238 KB 48/186 KB 224/367 KB 84/238 KB 52/186 KB 228/367 KB 88/238 KB 52/186 KB 228/367 KB 92/238 KB 52/186 KB 228/367 KB 96/238 KB 52/186 KB 228/367 KB 84/238 KB 52/186 KB 232/367 KB 96/238 KB 52/186 KB 236/367 KB 96/238 KB 52/186 KB 240/367 KB 96/238 KB 52/186 KB 224/367 KB 84/238 KB 56/186 KB 240/367 KB 96/238 KB 60/186 KB 240/367 KB 96/238 KB 64/186 KB 240/367 KB 96/238 KB 4/1199 KB 64/186 KB 240/367 KB 96/238 KB 8/1199 KB 64/186 KB 240/367 KB 96/238 KB 12/1199 KB 64/186 KB 240/367 KB 96/238 KB 16/1199 KB 64/186 KB 240/367 KB 96/238 KB 20/1199 KB 64/186 KB 240/367 KB 96/238 KB 24/1199 KB 64/186 KB 240/367 KB 96/238 KB 28/1199 KB 64/186 KB 240/367 KB 96/238 KB 32/1199 KB 64/186 KB 240/367 KB 96/238 KB 36/1199 KB 64/186 KB 240/367 KB 96/238 KB 40/1199 KB 64/186 KB 240/367 KB 96/238 KB 44/1199 KB 3/558 KB 64/186 KB 240/367 KB 96/238 KB 48/1199 KB 3/558 KB 64/186 KB 240/367 KB 96/238 KB 52/1199 KB 3/558 KB 64/186 KB 240/367 KB 96/238 KB 56/1199 KB 3/558 KB 64/186 KB 240/367 KB 96/238 KB 60/1199 KB 3/558 KB 64/186 KB 240/367 KB 96/238 KB 64/1199 KB 3/558 KB 64/186 KB 240/367 KB 96/238 KB 68/1199 KB 3/558 KB 64/186 KB 240/367 KB 96/238 KB 72/1199 KB 3/558 KB 64/186 KB 240/367 KB 96/238 KB 76/1199 KB 3/558 KB 64/186 KB 240/367 KB 96/238 KB 40/1199 KB 3/558 KB 64/186 KB 240/367 KB 96/238 KB 76/1199 KB 5/558 KB 64/186 KB 244/367 KB 100/238 KB 76/1199 KB 8/558 KB 64/186 KB 244/367 KB 100/238 KB 76/1199 KB 11/558 KB 64/186 KB 244/367 KB 100/238 KB 76/1199 KB 13/558 KB 64/186 KB 244/367 KB 100/238 KB 76/1199 KB 16/558 KB 64/186 KB 244/367 KB 100/238 KB 76/1199 KB 19/558 KB 64/186 KB 244/367 KB 100/238 KB 76/1199 KB 21/558 KB 64/186 KB 244/367 KB 100/238 KB 76/1199 KB 21/558 KB 68/186 KB 244/367 KB 100/238 KB 80/1199 KB 24/558 KB 72/186 KB 244/367 KB 100/238 KB 76/1199 KB 3/558 KB 64/186 KB 244/367 KB 100/238 KB 76/1199 KB 3/558 KB 64/186 KB 240/367 KB 100/238 KB 80/1199 KB 24/558 KB 76/186 KB 244/367 KB 104/238 KB 80/1199 KB 24/558 KB 68/186 KB 244/367 KB 100/238 KB 76/1199 KB 24/558 KB 68/186 KB 244/367 KB 100/238 KB 80/1199 KB 24/558 KB 76/186 KB 248/367 KB 108/238 KB 80/1199 KB 24/558 KB 76/186 KB 248/367 KB 112/238 KB 80/1199 KB 24/558 KB 76/186 KB 248/367 KB 104/238 KB 80/1199 KB 27/558 KB 76/186 KB 252/367 KB 112/238 KB 80/1199 KB 27/558 KB 76/186 KB 256/367 KB 112/238 KB 80/1199 KB 27/558 KB 76/186 KB 260/367 KB 116/238 KB 84/1199 KB 27/558 KB 76/186 KB 264/367 KB 116/238 KB 84/1199 KB 27/558 KB 76/186 KB 268/367 KB 116/238 KB 84/1199 KB 27/558 KB 76/186 KB 272/367 KB 116/238 KB 80/1199 KB 27/558 KB 76/186 KB 248/367 KB 112/238 KB 84/1199 KB 29/558 KB 76/186 KB 272/367 KB 116/238 KB 84/1199 KB 27/558 KB 76/186 KB 260/367 KB 116/238 KB 88/1199 KB 29/558 KB 76/186 KB 272/367 KB 116/238 KB 80/1199 KB 27/558 KB 76/186 KB 260/367 KB 116/238 KB 88/1199 KB 32/558 KB 80/186 KB 272/367 KB 116/238 KB 92/1199 KB 32/558 KB 80/186 KB 272/367 KB 116/238 KB 96/1199 KB 32/558 KB 80/186 KB 272/367 KB 116/238 KB 80/1199 KB 27/558 KB 76/186 KB 256/367 KB 116/238 KB 96/1199 KB 32/558 KB 80/186 KB 272/367 KB 120/238 KB 96/1199 KB 32/558 KB 80/186 KB 272/367 KB 124/238 KB 96/1199 KB 32/558 KB 80/186 KB unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 272/367 KB 128/238 KB 96/1199 KB 32/558 KB 84/186 KB 276/367 KB 132/238 KB 100/1199 KB 32/558 KB 84/186 KB 276/367 KB 136/238 KB 100/1199 KB 32/558 KB 84/186 KB 276/367 KB 140/238 KB 100/1199 KB 32/558 KB 84/186 KB 276/367 KB 144/238 KB 88/1199 KB 32/558 KB 76/186 KB 272/367 KB 116/238 KB 100/1199 KB 36/558 KB 84/186 KB 276/367 KB 144/238 KB 100/1199 KB 40/558 KB 84/186 KB 276/367 KB 144/238 KB 100/1199 KB 44/558 KB 84/186 KB 276/367 KB 144/238 KB 100/1199 KB 48/558 KB 84/186 KB 276/367 KB 144/238 KB 100/1199 KB 32/558 KB 84/186 KB 276/367 KB 132/238 KB 96/1199 KB 32/558 KB 84/186 KB 276/367 KB 128/238 KB 100/1199 KB 48/558 KB 88/186 KB 276/367 KB 144/238 KB 100/1199 KB 48/558 KB 92/186 KB 276/367 KB 144/238 KB 100/1199 KB 48/558 KB 96/186 KB 276/367 KB 144/238 KB 100/1199 KB 48/558 KB 100/186 KB 276/367 KB 144/238 KB 104/1199 KB 52/558 KB 104/186 KB 276/367 KB 148/238 KB 104/1199 KB 52/558 KB 108/186 KB 276/367 KB 148/238 KB 104/1199 KB 52/558 KB 112/186 KB 276/367 KB 148/238 KB 96/1199 KB 32/558 KB 80/186 KB 276/367 KB 128/238 KB 104/1199 KB 52/558 KB 112/186 KB 280/367 KB 148/238 KB 104/1199 KB 52/558 KB 112/186 KB 284/367 KB 148/238 KB 104/1199 KB 52/558 KB 112/186 KB 288/367 KB 148/238 KB 104/1199 KB 52/558 KB 112/186 KB 292/367 KB 148/238 KB 104/1199 KB 52/558 KB 112/186 KB 296/367 KB 148/238 KB 104/1199 KB 52/558 KB 112/186 KB 300/367 KB 148/238 KB 104/1199 KB 52/558 KB 112/186 KB 304/367 KB 148/238 KB 104/1199 KB 52/558 KB 100/186 KB 276/367 KB 148/238 KB 104/1199 KB 52/558 KB 112/186 KB 304/367 KB 152/238 KB 104/1199 KB 52/558 KB 112/186 KB 304/367 KB 156/238 KB 104/1199 KB 52/558 KB 112/186 KB 304/367 KB 160/238 KB 104/1199 KB 52/558 KB 100/186 KB 276/367 KB 144/238 KB 104/1199 KB 48/558 KB 100/186 KB 276/367 KB 144/238 KB 108/1199 KB 52/558 KB 112/186 KB 304/367 KB 160/238 KB 112/1199 KB 52/558 KB 112/186 KB 304/367 KB 160/238 KB 116/1199 KB 52/558 KB 112/186 KB 304/367 KB 160/238 KB 120/1199 KB 56/558 KB 112/186 KB 304/367 KB 160/238 KB 124/1199 KB 56/558 KB 112/186 KB 304/367 KB 160/238 KB 116/1199 KB 56/558 KB 112/186 KB 304/367 KB 160/238 KB 124/1199 KB 60/558 KB 112/186 KB 304/367 KB 160/238 KB 124/1199 KB 64/558 KB 112/186 KB 304/367 KB 160/238 KB 128/1199 KB 64/558 KB 112/186 KB 304/367 KB 160/238 KB 128/1199 KB 64/558 KB 116/186 KB 304/367 KB 160/238 KB 132/1199 KB 68/558 KB 120/186 KB 308/367 KB 164/238 KB 132/1199 KB 68/558 KB 124/186 KB 308/367 KB 164/238 KB 132/1199 KB 68/558 KB 128/186 KB 308/367 KB 164/238 KB 132/1199 KB 68/558 KB 116/186 KB 308/367 KB 164/238 KB 132/1199 KB 68/558 KB 116/186 KB 308/367 KB 160/238 KB 132/1199 KB 72/558 KB 128/186 KB 308/367 KB 164/238 KB 132/1199 KB 64/558 KB 116/186 KB 308/367 KB 160/238 KB 132/1199 KB 64/558 KB 116/186 KB 304/367 KB 160/238 KB 132/1199 KB 76/558 KB 128/186 KB 308/367 KB 168/238 KB 136/1199 KB 76/558 KB 128/186 KB 308/367 KB 172/238 KB 136/1199 KB 76/558 KB 128/186 KB 312/367 KB 176/238 KB 132/1199 KB 76/558 KB 128/186 KB 308/367 KB 164/238 KB 136/1199 KB 80/558 KB 128/186 KB 312/367 KB 176/238 KB 136/1199 KB 76/558 KB 128/186 KB 312/367 KB 172/238 KB 136/1199 KB 76/558 KB 128/186 KB 308/367 KB 168/238 KB 140/1199 KB 80/558 KB 128/186 KB 312/367 KB 176/238 KB 140/1199 KB 80/558 KB 128/186 KB 316/367 KB 176/238 KB 144/1199 KB 80/558 KB 128/186 KB 316/367 KB 176/238 KB 144/1199 KB 80/558 KB 132/186 KB 316/367 KB 176/238 KB 148/1199 KB 84/558 KB 136/186 KB 320/367 KB 180/238 K unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install B 148/1199 KB 84/558 KB 140/186 KB 320/367 KB 180/238 KB 148/1199 KB 84/558 KB 144/186 KB 320/367 KB 180/238 KB 148/1199 KB 84/558 KB 132/186 KB 320/367 KB 180/238 KB 144/1199 KB 84/558 KB 132/186 KB 320/367 KB 180/238 KB 144/1199 KB 80/558 KB 132/186 KB 320/367 KB 180/238 KB 144/1199 KB 80/558 KB 132/186 KB 320/367 KB 176/238 KB 148/1199 KB 84/558 KB 144/186 KB 324/367 KB 180/238 KB 152/1199 KB 88/558 KB 144/186 KB 328/367 KB 184/238 KB 152/1199 KB 88/558 KB 144/186 KB 332/367 KB 184/238 KB 152/1199 KB 88/558 KB 144/186 KB 336/367 KB 184/238 KB 152/1199 KB 88/558 KB 144/186 KB 324/367 KB 184/238 KB 156/1199 KB 88/558 KB 144/186 KB 336/367 KB 184/238 KB 160/1199 KB 88/558 KB 144/186 KB 336/367 KB 184/238 KB 148/1199 KB 88/558 KB 144/186 KB 324/367 KB 184/238 KB 160/1199 KB 92/558 KB 144/186 KB 336/367 KB 184/238 KB 160/1199 KB 96/558 KB 144/186 KB 336/367 KB 184/238 KB 160/1199 KB 100/558 KB 144/186 KB 336/367 KB 184/238 KB 164/1199 KB 104/558 KB 148/186 KB 340/367 KB 184/238 KB 164/1199 KB 108/558 KB 148/186 KB 340/367 KB 184/238 KB 164/1199 KB 112/558 KB 148/186 KB 340/367 KB 184/238 KB 148/1199 KB 84/558 KB 144/186 KB 324/367 KB 184/238 KB 164/1199 KB 112/558 KB 148/186 KB 340/367 KB 188/238 KB 164/1199 KB 112/558 KB 148/186 KB 340/367 KB 192/238 KB 164/1199 KB 112/558 KB 148/186 KB 340/367 KB 196/238 KB 164/1199 KB 112/558 KB 148/186 KB 340/367 KB 200/238 KB 164/1199 KB 112/558 KB 148/186 KB 340/367 KB 204/238 KB 164/1199 KB 112/558 KB 148/186 KB 340/367 KB 208/238 KB 164/1199 KB 100/558 KB 148/186 KB 340/367 KB 184/238 KB 160/1199 KB 100/558 KB 148/186 KB 340/367 KB 184/238 KB 164/1199 KB 112/558 KB 148/186 KB 344/367 KB 208/238 KB 160/1199 KB 100/558 KB 148/186 KB 336/367 KB 184/238 KB 168/1199 KB 112/558 KB 152/186 KB 344/367 KB 208/238 KB 168/1199 KB 112/558 KB 156/186 KB 344/367 KB 208/238 KB 168/1199 KB 112/558 KB 160/186 KB 344/367 KB 208/238 KB 168/1199 KB 112/558 KB 164/186 KB 344/367 KB 208/238 KB 168/1199 KB 116/558 KB 168/186 KB 348/367 KB 212/238 KB 168/1199 KB 116/558 KB 172/186 KB 348/367 KB 212/238 KB 168/1199 KB 116/558 KB 176/186 KB 348/367 KB 212/238 KB 168/1199 KB 112/558 KB 148/186 KB 344/367 KB 208/238 KB 172/1199 KB 116/558 KB 176/186 KB 348/367 KB 212/238 KB 176/1199 KB 116/558 KB 176/186 KB 348/367 KB 212/238 KB 180/1199 KB 116/558 KB 176/186 KB 348/367 KB 212/238 KB 184/1199 KB 116/558 KB 176/186 KB 348/367 KB 212/238 KB 188/1199 KB 116/558 KB 176/186 KB 348/367 KB 212/238 KB 192/1199 KB 116/558 KB 180/186 KB 348/367 KB 212/238 KB 168/1199 KB 116/558 KB 164/186 KB 348/367 KB 212/238 KB 168/1199 KB 116/558 KB 164/186 KB 348/367 KB 208/238 KB 168/1199 KB 112/558 KB 164/186 KB 348/367 KB 208/238 KB 192/1199 KB 116/558 KB 180/186 KB 352/367 KB 212/238 KB 192/1199 KB 116/558 KB 180/186 KB 356/367 KB 212/238 KB 192/1199 KB 120/558 KB 180/186 KB 360/367 KB 216/238 KB 192/1199 KB 120/558 KB 180/186 KB 364/367 KB 216/238 KB 192/1199 KB 120/558 KB 180/186 KB 367/367 KB 216/238 KB 188/1199 KB 116/558 KB 180/186 KB 348/367 KB 212/238 KB 192/1199 KB 120/558 KB 180/186 KB 356/367 KB 216/238 KB 192/1199 KB 124/558 KB 180/186 KB 367/367 KB 216/238 KB 192/1199 KB 128/558 KB 180/186 KB 367/367 KB 216/238 KB 192/1199 KB 132/558 KB 180/186 KB 367/367 KB 216/238 KB 196/1199 KB 136/558 KB 184/186 KB 367/367 KB 216/238 KB 196/1199 KB 140/558 KB 184/186 KB 367/367 KB 216/238 KB 196/1199 KB 144/558 KB 184/186 KB 367/367 KB 216/238 KB 192/1199 KB 116/558 unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install KB 180/186 KB 356/367 KB 216/238 KB 196/1199 KB 144/558 KB 184/186 KB 367/367 KB 220/238 KB 196/1199 KB 144/558 KB 184/186 KB 367/367 KB 224/238 KB 196/1199 KB 144/558 KB 184/186 KB 367/367 KB 228/238 KB 196/1199 KB 144/558 KB 184/186 KB 367/367 KB 232/238 KB 196/1199 KB 144/558 KB 184/186 KB 367/367 KB 236/238 KB 196/1199 KB 144/558 KB 184/186 KB 367/367 KB 238/238 KB 196/1199 KB 132/558 KB 184/186 KB 367/367 KB 216/238 KB 192/1199 KB 132/558 KB 184/186 KB 367/367 KB 216/238 KB 196/1199 KB 144/558 KB 186/186 KB 367/367 KB 238/238 KB 200/1199 KB 144/558 KB 186/186 KB 367/367 KB 238/238 KB 204/1199 KB 144/558 KB 186/186 KB 367/367 KB 238/238 KB 208/1199 KB 144/558 KB 186/186 KB 367/367 KB 238/238 KB 212/1199 KB 144/558 KB 186/186 KB 367/367 KB 238/238 KB 216/1199 KB 148/558 KB 186/186 KB 367/367 KB 238/238 KB 220/1199 KB 148/558 KB 186/186 KB 367/367 KB 238/238 KB 224/1199 KB 148/558 KB 186/186 KB 367/367 KB 238/238 KB 212/1199 KB 148/558 KB 186/186 KB 367/367 KB 238/238 KB 224/1199 KB 152/558 KB 186/186 KB 367/367 KB 238/238 KB 224/1199 KB 156/558 KB 186/186 KB 367/367 KB 238/238 KB 224/1199 KB 160/558 KB 186/186 KB 367/367 KB 238/238 KB 224/1199 KB 164/558 KB 186/186 KB 367/367 KB 238/238 KB 224/1199 KB 168/558 KB 186/186 KB 367/367 KB 238/238 KB 224/1199 KB 172/558 KB 186/186 KB 367/367 KB 238/238 KB 224/1199 KB 176/558 KB 186/186 KB 367/367 KB 238/238 KB 228/1199 KB 176/558 KB 186/186 KB 367/367 KB 238/238 KB 232/1199 KB 176/558 KB 186/186 KB 367/367 KB 238/238 KB 236/1199 KB 180/558 KB 186/186 KB 238/238 KB 240/1199 KB 180/558 KB 186/186 KB 238/238 KB 244/1199 KB 180/558 KB 186/186 KB 238/238 KB 248/1199 KB 180/558 KB 252/1199 KB 180/558 KB 256/1199 KB 180/558 KB 232/1199 KB 180/558 KB 186/186 KB 238/238 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar (186 KB at 1140.9 KB/sec) unit-abot-epc-basic-0: 13:33:45 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: 13:33:45 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 1465.6 KB/sec) unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 256/1199 KB 184/558 KB 256/1199 KB 188/558 KB 256/1199 KB 192/558 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0/org.eclipse.sisu.inject-0.3.0.jar (367 KB at 2262.2 KB/sec) unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 256/1199 KB 196/558 KB 260/1199 KB 200/558 KB 260/1199 KB 204/558 KB 260/1199 KB 208/558 KB 260/1199 KB 196/558 KB 264/1199 KB 208/558 KB 268/1199 KB 208/558 KB 272/1199 KB 208/558 KB 276/1199 KB 208/558 KB 280/1199 KB 212/558 KB 284/1199 KB 212/558 KB 276/1199 KB 212/558 KB 284/1199 KB 216/558 KB 284/1199 KB 220/558 KB 284/1199 KB 224/558 KB 288/1199 KB 224/558 KB 288/1199 KB 228/558 KB 292/1199 KB 232/558 KB 3/181 KB 292/1199 KB 236/558 KB 3/181 KB 292/1199 KB 240/558 KB 3/181 KB 292/1199 KB 228/558 KB 3/181 KB 288/1199 KB 228/558 KB 3/181 KB 292/1199 KB 240/558 KB 6/181 KB 292/1199 KB 240/558 KB 9/181 KB 292/1199 KB 240/558 KB 11/181 KB 292/1199 KB 4/1206 KB 240/558 KB 11/181 KB 292/1199 KB 8/1206 KB 240/558 KB 11/181 KB 292/1199 KB 12/1206 KB 240/558 KB 11/181 KB 292/1199 KB 16/1206 KB 240/558 KB 11/181 KB 292/1199 KB 16/1206 KB 240/558 KB 14/181 KB 292/1199 KB 16/1206 KB 240/558 KB 16/181 KB 292/1199 KB 16/1206 KB 240/558 KB 19/181 KB 292/1199 KB 20/1206 KB 240/558 KB 19/181 KB 292/1199 KB 24/1206 KB 240/558 KB 22/181 KB 292/1199 KB 28/1206 KB 240/558 KB 22/181 KB 292/1199 KB 32/1206 KB 240/558 KB 22/181 KB 292/1199 KB 20/1206 KB 240/558 KB 22/181 KB 292/1199 KB 32/1206 KB 240/558 KB 25/181 KB 292/1199 KB 32/1206 KB 240/558 KB 27/181 KB 292/1199 KB 36/1206 KB 240/558 KB 27/181 KB 292/1199 KB 36/1206 KB 240/558 KB 30/181 KB 292/1199 KB 36/1206 KB 240/558 KB 32/181 KB 292/1199 KB 40/1206 KB 240/558 KB 32/181 KB 292/1199 KB 44/1206 KB 240/558 KB 36/181 KB 292/1199 KB 48/1206 KB 240/558 KB 36/181 KB 292/1199 KB 52/1206 KB 240/558 KB 36/181 KB 296/1199 KB 56/1206 KB 244/558 KB 36/181 KB 296/1199 KB 60/1206 KB 244/558 KB 36/181 KB 296/1199 KB 64/1206 KB 244/558 KB 36/181 KB 292/1199 KB 40/1206 KB 240/558 KB 36/181 KB 296/1199 KB 64/1206 KB 244/558 KB 40/181 KB 296/1199 KB 64/1206 KB 244/558 KB 44/181 KB 296/1199 KB 64/1206 KB 244/558 KB 48/181 KB 296/1199 KB 52/1206 KB 244/558 KB 36/181 KB 296/1199 KB 64/1206 KB 248/558 KB 48/181 KB 296/1199 KB 64/1206 KB 252/558 KB 48/181 KB 296/1199 KB 64/1206 KB 256/558 KB 48/181 KB 296/1199 KB 64/1206 KB 260/558 KB 52/181 KB 296/1199 KB 68/1206 KB 264/558 KB 52/181 KB 296/1199 KB 68/1206 KB 268/558 KB 52/181 KB 296/1199 KB 68/1206 KB 272/558 KB 52/181 KB 296/1199 KB 52/1206 KB 240/558 KB 36/181 KB 300/1199 KB 68/1206 KB 272/558 KB 52/181 KB 304/1199 KB 68/1206 KB 272/558 KB 52/181 KB 308/1199 KB 68/1206 KB 272/558 KB 52/181 KB 312/1199 KB 68/1206 KB 272/558 KB 52/181 KB 296/1199 KB 68/1206 KB 260/558 KB 52/181 KB 296/1199 KB 64/1206 KB 256/558 KB 52/181 KB 312/1199 KB 68/1206 KB 272/558 KB 56/181 KB 312/1199 KB 68/1206 KB 272/558 KB 60/181 KB 312/1199 KB 68/1206 KB 272/558 KB 64/181 KB 316/1199 KB 68/1206 KB 272/558 KB 64/181 KB 316/1199 KB 72/1206 KB 272/558 KB 64/181 KB 320/1199 KB 76/1206 KB 272/558 KB 64/181 KB 320/1199 KB 80/1206 KB 272/558 KB 64/181 KB 320/1199 KB 72/1206 KB 272/558 KB 64/181 KB 320/1199 KB 80/1206 KB 276/558 KB 64/181 KB 324/1199 KB 84/1206 KB 280/558 KB 68/181 KB 324/1199 KB 84/1206 KB 284/558 KB 68/181 KB 324/1199 KB 84/1206 KB 276/558 KB 68/181 KB 324/1199 KB 84/1206 KB 284/558 KB 72/181 KB 324/1199 KB 84/1206 KB 284/558 KB 76/181 KB 324/1199 KB 84/1206 KB 284/558 KB 80/181 KB 324/1199 KB 84/1206 KB 276/558 KB 64/181 KB 328/1199 KB 84/1206 KB 284/558 KB 80/181 KB 332/1199 KB 84/1206 KB 284/558 KB 80/181 KB 336/1199 KB 84/1206 KB 284/558 KB 80/181 KB 320/1199 KB 84/1206 K unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install B 276/558 KB 64/181 KB 336/1199 KB 88/1206 KB 284/558 KB 80/181 KB 336/1199 KB 92/1206 KB 284/558 KB 80/181 KB 336/1199 KB 96/1206 KB 288/558 KB 80/181 KB 336/1199 KB 100/1206 KB 288/558 KB 80/181 KB 340/1199 KB 104/1206 KB 288/558 KB 84/181 KB 340/1199 KB 108/1206 KB 288/558 KB 84/181 KB 340/1199 KB 112/1206 KB 288/558 KB 84/181 KB 336/1199 KB 92/1206 KB 288/558 KB 80/181 KB 340/1199 KB 112/1206 KB 292/558 KB 84/181 KB 340/1199 KB 112/1206 KB 296/558 KB 84/181 KB 340/1199 KB 112/1206 KB 300/558 KB 84/181 KB 340/1199 KB 112/1206 KB 304/558 KB 84/181 KB 340/1199 KB 100/1206 KB 288/558 KB 84/181 KB 340/1199 KB 112/1206 KB 304/558 KB 88/181 KB 340/1199 KB 112/1206 KB 304/558 KB 92/181 KB 340/1199 KB 112/1206 KB 304/558 KB 96/181 KB 340/1199 KB 100/1206 KB 288/558 KB 80/181 KB 344/1199 KB 112/1206 KB 304/558 KB 96/181 KB 348/1199 KB 112/1206 KB 304/558 KB 96/181 KB 352/1199 KB 112/1206 KB 304/558 KB 96/181 KB 352/1199 KB 112/1206 KB 304/558 KB 100/181 KB 356/1199 KB 116/1206 KB 308/558 KB 104/181 KB 356/1199 KB 116/1206 KB 308/558 KB 108/181 KB 356/1199 KB 116/1206 KB 308/558 KB 112/181 KB 356/1199 KB 116/1206 KB 308/558 KB 100/181 KB 360/1199 KB 116/1206 KB 308/558 KB 112/181 KB 352/1199 KB 116/1206 KB 308/558 KB 100/181 KB 352/1199 KB 112/1206 KB 308/558 KB 100/181 KB 360/1199 KB 116/1206 KB 312/558 KB 112/181 KB 364/1199 KB 116/1206 KB 312/558 KB 112/181 KB 364/1199 KB 120/1206 KB 312/558 KB 112/181 KB 364/1199 KB 120/1206 KB 316/558 KB 112/181 KB 364/1199 KB 124/1206 KB 316/558 KB 112/181 KB 368/1199 KB 124/1206 KB 320/558 KB 112/181 KB 368/1199 KB 124/1206 KB 316/558 KB 112/181 KB 368/1199 KB 128/1206 KB 320/558 KB 112/181 KB 372/1199 KB 128/1206 KB 320/558 KB 112/181 KB 376/1199 KB 132/1206 KB 324/558 KB 116/181 KB 380/1199 KB 132/1206 KB 324/558 KB 116/181 KB 384/1199 KB 132/1206 KB 324/558 KB 116/181 KB 372/1199 KB 132/1206 KB 324/558 KB 116/181 KB 372/1199 KB 128/1206 KB 324/558 KB 116/181 KB 384/1199 KB 132/1206 KB 324/558 KB 120/181 KB 384/1199 KB 132/1206 KB 324/558 KB 124/181 KB 384/1199 KB 132/1206 KB 324/558 KB 128/181 KB 372/1199 KB 128/1206 KB 324/558 KB 112/181 KB 384/1199 KB 132/1206 KB 328/558 KB 128/181 KB 384/1199 KB 132/1206 KB 332/558 KB 128/181 KB 384/1199 KB 136/1206 KB 332/558 KB 128/181 KB 384/1199 KB 140/1206 KB 332/558 KB 128/181 KB 384/1199 KB 144/1206 KB 336/558 KB 128/181 KB 384/1199 KB 148/1206 KB 336/558 KB 128/181 KB 388/1199 KB 152/1206 KB 336/558 KB 132/181 KB 388/1199 KB 156/1206 KB 336/558 KB 132/181 KB 388/1199 KB 160/1206 KB 336/558 KB 132/181 KB 384/1199 KB 140/1206 KB 336/558 KB 128/181 KB 388/1199 KB 160/1206 KB 340/558 KB 132/181 KB 388/1199 KB 160/1206 KB 344/558 KB 132/181 KB 388/1199 KB 160/1206 KB 348/558 KB 132/181 KB 388/1199 KB 160/1206 KB 352/558 KB 132/181 KB 388/1199 KB 148/1206 KB 336/558 KB 132/181 KB 384/1199 KB 148/1206 KB 336/558 KB 132/181 KB 388/1199 KB 160/1206 KB 352/558 KB 136/181 KB 388/1199 KB 160/1206 KB 352/558 KB 140/181 KB 388/1199 KB 160/1206 KB 352/558 KB 144/181 KB 392/1199 KB 160/1206 KB 352/558 KB 144/181 KB 396/1199 KB 160/1206 KB 352/558 KB 144/181 KB 400/1199 KB 160/1206 KB 352/558 KB 144/181 KB 400/1199 KB 160/1206 KB 352/558 KB 148/181 KB 404/1199 KB 164/1206 KB 356/558 KB 152/181 KB 404/1199 KB 164/1206 KB 356/558 KB 156/181 KB 404/1199 KB 164/1206 KB 356/558 KB 160/181 KB 404/1199 KB 164/1206 KB 356/558 KB 148/181 KB 404/1199 KB 164/1206 KB 352/558 KB 148/181 KB 408/1199 KB 164/12 unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 06 KB 356/558 KB 160/181 KB 412/1199 KB 164/1206 KB 356/558 KB 160/181 KB 416/1199 KB 164/1206 KB 360/558 KB 160/181 KB 400/1199 KB 164/1206 KB 352/558 KB 148/181 KB 412/1199 KB 164/1206 KB 360/558 KB 160/181 KB 416/1199 KB 168/1206 KB 360/558 KB 160/181 KB 416/1199 KB 168/1206 KB 364/558 KB 160/181 KB 416/1199 KB 172/1206 KB 368/558 KB 160/181 KB 416/1199 KB 172/1206 KB 364/558 KB 160/181 KB 416/1199 KB 176/1206 KB 368/558 KB 160/181 KB 416/1199 KB 176/1206 KB 368/558 KB 164/181 KB 416/1199 KB 180/1206 KB 372/558 KB 168/181 KB 416/1199 KB 180/1206 KB 372/558 KB 172/181 KB 416/1199 KB 180/1206 KB 372/558 KB 176/181 KB 420/1199 KB 180/1206 KB 372/558 KB 176/181 KB 424/1199 KB 180/1206 KB 372/558 KB 176/181 KB 428/1199 KB 180/1206 KB 372/558 KB 176/181 KB 432/1199 KB 180/1206 KB 372/558 KB 176/181 KB 416/1199 KB 180/1206 KB 372/558 KB 164/181 KB 432/1199 KB 180/1206 KB 376/558 KB 180/181 KB 432/1199 KB 180/1206 KB 380/558 KB 180/181 KB 432/1199 KB 180/1206 KB 384/558 KB 180/181 KB 432/1199 KB 180/1206 KB 388/558 KB 180/181 KB 436/1199 KB 180/1206 KB 392/558 KB 180/181 KB 436/1199 KB 180/1206 KB 396/558 KB 180/181 KB 436/1199 KB 180/1206 KB 400/558 KB 180/181 KB 416/1199 KB 180/1206 KB 368/558 KB 164/181 KB 436/1199 KB 184/1206 KB 400/558 KB 180/181 KB 436/1199 KB 188/1206 KB 400/558 KB 180/181 KB 436/1199 KB 192/1206 KB 400/558 KB 180/181 KB 436/1199 KB 196/1206 KB 400/558 KB 180/181 KB 436/1199 KB 200/1206 KB 400/558 KB 180/181 KB 436/1199 KB 204/1206 KB 400/558 KB 180/181 KB 436/1199 KB 208/1206 KB 400/558 KB 180/181 KB 436/1199 KB 180/1206 KB 388/558 KB 180/181 KB 440/1199 KB 208/1206 KB 400/558 KB 180/181 KB 444/1199 KB 208/1206 KB 400/558 KB 180/181 KB 448/1199 KB 208/1206 KB 400/558 KB 180/181 KB 432/1199 KB 180/1206 KB 372/558 KB 180/181 KB 448/1199 KB 208/1206 KB 400/558 KB 181/181 KB 452/1199 KB 208/1206 KB 400/558 KB 181/181 KB 456/1199 KB 208/1206 KB 404/558 KB 181/181 KB 460/1199 KB 208/1206 KB 404/558 KB 181/181 KB 464/1199 KB 208/1206 KB 404/558 KB 181/181 KB 452/1199 KB 208/1206 KB 404/558 KB 181/181 KB 464/1199 KB 208/1206 KB 408/558 KB 181/181 KB 464/1199 KB 208/1206 KB 412/558 KB 181/181 KB 464/1199 KB 212/1206 KB 412/558 KB 181/181 KB 464/1199 KB 216/1206 KB 416/558 KB 181/181 KB 464/1199 KB 220/1206 KB 416/558 KB 181/181 KB 464/1199 KB 224/1206 KB 416/558 KB 181/181 KB 464/1199 KB 212/1206 KB 416/558 KB 181/181 KB 468/1199 KB 224/1206 KB 416/558 KB 181/181 KB 472/1199 KB 228/1206 KB 420/558 KB 181/181 KB 476/1199 KB 228/1206 KB 420/558 KB 181/181 KB 480/1199 KB 228/1206 KB 420/558 KB 181/181 KB 468/1199 KB 228/1206 KB 420/558 KB 181/181 KB 480/1199 KB 232/1206 KB 420/558 KB 181/181 KB 480/1199 KB 236/1206 KB 420/558 KB 181/181 KB 468/1199 KB 224/1206 KB 420/558 KB 181/181 KB 480/1199 KB 240/1206 KB 424/558 KB 181/181 KB 480/1199 KB 240/1206 KB 428/558 KB 181/181 KB 480/1199 KB 240/1206 KB 432/558 KB 181/181 KB 480/1199 KB 240/1206 KB 436/558 KB 181/181 KB 484/1199 KB 240/1206 KB 440/558 KB 181/181 KB 484/1199 KB 240/1206 KB 436/558 KB 181/181 KB 480/1199 KB 240/1206 KB 436/558 KB 181/181 KB 488/1199 KB 240/1206 KB 440/558 KB 181/181 KB 492/1199 KB 240/1206 KB 440/558 KB 496/1199 KB 240/1206 KB 440/558 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (181 KB at 807.1 KB/sec) unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 496/1199 KB 240/1206 KB 444/558 KB 496/1199 KB 240/1206 KB 448/558 KB 496/1199 KB 244/1206 KB 448/558 KB 496/1199 KB 248/1206 KB 448/558 KB 496/1199 KB 252/1206 KB 448/558 KB 496/1199 KB 256/1206 KB 448/558 KB 500/1199 KB 256/1206 KB 448/558 KB 504/1199 KB 256/1206 KB 448/558 KB 504/1199 KB 256/1206 KB 452/558 KB 508/1199 KB 256/1206 KB 452/558 KB 512/1199 KB 256/1206 KB 456/558 KB 508/1199 KB 256/1206 KB 456/558 KB 512/1199 KB 256/1206 KB 460/558 KB 512/1199 KB 256/1206 KB 464/558 KB 516/1199 KB 256/1206 KB 464/558 KB 520/1199 KB 260/1206 KB 468/558 KB 524/1199 KB 260/1206 KB 468/558 KB 528/1199 KB 260/1206 KB 468/558 KB 516/1199 KB 260/1206 KB 468/558 KB 516/1199 KB 260/1206 KB 464/558 KB 528/1199 KB 264/1206 KB 468/558 KB 528/1199 KB 268/1206 KB 468/558 KB 528/1199 KB 272/1206 KB 468/558 KB 528/1199 KB 276/1206 KB 468/558 KB 528/1199 KB 280/1206 KB 472/558 KB 528/1199 KB 284/1206 KB 472/558 KB 528/1199 KB 288/1206 KB 472/558 KB 528/1199 KB 276/1206 KB 472/558 KB 532/1199 KB 288/1206 KB 476/558 KB 532/1199 KB 288/1206 KB 480/558 KB 532/1199 KB 288/1206 KB 484/558 KB 532/1199 KB 288/1206 KB 488/558 KB 532/1199 KB 288/1206 KB 492/558 KB 532/1199 KB 288/1206 KB 496/558 KB 532/1199 KB 288/1206 KB 472/558 KB 536/1199 KB 288/1206 KB 496/558 KB 540/1199 KB 288/1206 KB 496/558 KB 544/1199 KB 288/1206 KB 496/558 KB 548/1199 KB 288/1206 KB 496/558 KB 552/1199 KB 292/1206 KB 500/558 KB 556/1199 KB 292/1206 KB 500/558 KB 560/1199 KB 292/1206 KB 500/558 KB 548/1199 KB 292/1206 KB 500/558 KB 548/1199 KB 292/1206 KB 496/558 KB 560/1199 KB 296/1206 KB 500/558 KB 560/1199 KB 300/1206 KB 500/558 KB 560/1199 KB 304/1206 KB 500/558 KB 560/1199 KB 304/1206 KB 504/558 KB 560/1199 KB 304/1206 KB 508/558 KB 560/1199 KB 304/1206 KB 512/558 KB 564/1199 KB 304/1206 KB 512/558 KB 568/1199 KB 308/1206 KB 516/558 KB 572/1199 KB 308/1206 KB 516/558 KB 576/1199 KB 308/1206 KB 516/558 KB 564/1199 KB 308/1206 KB 516/558 KB 564/1199 KB 308/1206 KB 512/558 KB 576/1199 KB 312/1206 KB 516/558 KB 576/1199 KB 316/1206 KB 516/558 KB 576/1199 KB 320/1206 KB 516/558 KB 576/1199 KB 320/1206 KB 520/558 KB 576/1199 KB 320/1206 KB 524/558 KB 576/1199 KB 320/1206 KB 528/558 KB 580/1199 KB 320/1206 KB 528/558 KB 584/1199 KB 324/1206 KB 532/558 KB 588/1199 KB 324/1206 KB 532/558 KB 592/1199 KB 324/1206 KB 532/558 KB 580/1199 KB 324/1206 KB 532/558 KB 580/1199 KB 324/1206 KB 528/558 KB 592/1199 KB 328/1206 KB 532/558 KB 592/1199 KB 332/1206 KB 532/558 KB 592/1199 KB 336/1206 KB 532/558 KB 592/1199 KB 340/1206 KB 532/558 KB 592/1199 KB 344/1206 KB 536/558 KB 592/1199 KB 348/1206 KB 536/558 KB 592/1199 KB 352/1206 KB 536/558 KB 592/1199 KB 340/1206 KB 536/558 KB 596/1199 KB 352/1206 KB 540/558 KB 596/1199 KB 352/1206 KB 544/558 KB 596/1199 KB 352/1206 KB 548/558 KB 596/1199 KB 352/1206 KB 552/558 KB 596/1199 KB 352/1206 KB 536/558 KB 600/1199 KB 352/1206 KB 552/558 KB 604/1199 KB 352/1206 KB 552/558 KB 608/1199 KB 352/1206 KB 552/558 KB 608/1199 KB 352/1206 KB 556/558 KB 608/1199 KB 352/1206 KB 558/558 KB 608/1199 KB 356/1206 KB 558/558 KB 612/1199 KB 360/1206 KB 558/558 KB 612/1199 KB 364/1206 KB 558/558 KB 612/1199 KB 368/1206 KB 558/558 KB 612/1199 KB 372/1206 KB 558/558 KB 612/1199 KB 376/1206 KB 558/558 KB 612/1199 KB 356/1206 KB 558/558 KB 616/1199 KB 376/1206 KB 558/558 KB 620/1199 KB 376/1206 KB 558/558 KB 624/1199 KB 376/1206 KB 558/558 KB 628/1199 KB 376/1206 KB 558/558 KB 632/1199 KB 380/1206 unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install KB 558/558 KB 636/1199 KB 380/1206 KB 558/558 KB 640/1199 KB 380/1206 KB 558/558 KB 628/1199 KB 380/1206 KB 558/558 KB 640/1199 KB 384/1206 KB 558/558 KB 640/1199 KB 388/1206 KB 558/558 KB 640/1199 KB 392/1206 KB 558/558 KB 640/1199 KB 396/1206 KB 558/558 KB 640/1199 KB 400/1206 KB 558/558 KB 644/1199 KB 400/1206 KB 558/558 KB 648/1199 KB 400/1206 KB 558/558 KB 652/1199 KB 400/1206 KB 558/558 KB 656/1199 KB 400/1206 KB 558/558 KB 660/1199 KB 400/1206 KB 558/558 KB 660/1199 KB 404/1206 KB 558/558 KB 660/1199 KB 408/1206 KB 558/558 KB 660/1199 KB 412/1206 KB 660/1199 KB 416/1206 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar (558 KB at 2228.4 KB/sec) unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 664/1199 KB 416/1206 KB 668/1199 KB 416/1206 KB 672/1199 KB 416/1206 KB 672/1199 KB 420/1206 KB 676/1199 KB 424/1206 KB 676/1199 KB 428/1206 KB 676/1199 KB 432/1206 KB 676/1199 KB 420/1206 KB 680/1199 KB 432/1206 KB 684/1199 KB 432/1206 KB 688/1199 KB 432/1206 KB 692/1199 KB 432/1206 KB 696/1199 KB 436/1206 KB 700/1199 KB 436/1206 KB 704/1199 KB 436/1206 KB 692/1199 KB 436/1206 KB 704/1199 KB 440/1206 KB 704/1199 KB 444/1206 KB 704/1199 KB 448/1206 KB 704/1199 KB 452/1206 KB 704/1199 KB 456/1206 KB 704/1199 KB 460/1206 KB 704/1199 KB 464/1206 KB 708/1199 KB 464/1206 KB 712/1199 KB 464/1206 KB 716/1199 KB 464/1206 KB 720/1199 KB 464/1206 KB 720/1199 KB 468/1206 KB 720/1199 KB 472/1206 KB 720/1199 KB 476/1206 KB 720/1199 KB 480/1206 KB 724/1199 KB 480/1206 KB 728/1199 KB 480/1206 KB 732/1199 KB 480/1206 KB 736/1199 KB 480/1206 KB 736/1199 KB 484/1206 KB 736/1199 KB 488/1206 KB 736/1199 KB 492/1206 KB 736/1199 KB 496/1206 KB 740/1199 KB 496/1206 KB 744/1199 KB 496/1206 KB 748/1199 KB 496/1206 KB 752/1199 KB 496/1206 KB 752/1199 KB 500/1206 KB 752/1199 KB 504/1206 KB 752/1199 KB 508/1206 KB 752/1199 KB 512/1206 KB 756/1199 KB 512/1206 KB 760/1199 KB 512/1206 KB 764/1199 KB 512/1206 KB 768/1199 KB 512/1206 KB 768/1199 KB 516/1206 KB 772/1199 KB 520/1206 KB 772/1199 KB 524/1206 KB 772/1199 KB 528/1206 KB 772/1199 KB 516/1206 KB 776/1199 KB 528/1206 KB 780/1199 KB 528/1206 KB 784/1199 KB 528/1206 KB 784/1199 KB 532/1206 KB 788/1199 KB 536/1206 KB 788/1199 KB 540/1206 KB 788/1199 KB 544/1206 KB 788/1199 KB 532/1206 KB 792/1199 KB 544/1206 KB 796/1199 KB 544/1206 KB 800/1199 KB 544/1206 KB 804/1199 KB 544/1206 KB 808/1199 KB 548/1206 KB 812/1199 KB 548/1206 KB 816/1199 KB 548/1206 KB 804/1199 KB 548/1206 KB 816/1199 KB 552/1206 KB 816/1199 KB 556/1206 KB 816/1199 KB 560/1206 KB 816/1199 KB 564/1206 KB 816/1199 KB 568/1206 KB 816/1199 KB 572/1206 KB 820/1199 KB 572/1206 KB 820/1199 KB 576/1206 KB 824/1199 KB 576/1206 KB 828/1199 KB 576/1206 KB 832/1199 KB 576/1206 KB 832/1199 KB 580/1206 KB 836/1199 KB 584/1206 KB 836/1199 KB 588/1206 KB 836/1199 KB 592/1206 KB 836/1199 KB 580/1206 KB 840/1199 KB 592/1206 KB 844/1199 KB 592/1206 KB 848/1199 KB 592/1206 KB 852/1199 KB 592/1206 KB 852/1199 KB 596/1206 KB 852/1199 KB 600/1206 KB 852/1199 KB 604/1206 KB 852/1199 KB 608/1206 KB 856/1199 KB 608/1206 KB 860/1199 KB 608/1206 KB 864/1199 KB 608/1206 KB 868/1199 KB 608/1206 KB 868/1199 KB 612/1206 KB 868/1199 KB 616/1206 KB 868/1199 KB 620/1206 KB 868/1199 KB 624/1206 KB 872/1199 KB 624/1206 KB 876/1199 KB 624/1206 KB 876/1199 KB 628/1206 KB 880/1199 KB 628/1206 KB 884/1199 KB 628/1206 KB 884/1199 KB 632/1206 KB 884/1199 KB 636/1206 KB 884/1199 KB 640/1206 KB 884/1199 KB 644/1206 KB 888/1199 KB 644/1206 KB 892/1199 KB 644/1206 KB 896/1199 KB 644/1206 KB 900/1199 KB 644/1206 KB 904/1199 KB 648/1206 KB 908/1199 KB 648/1206 KB 900/1199 KB 648/1206 KB 908/1199 KB 652/1206 KB 908/1199 KB 656/1206 KB 908/1199 KB 660/1206 KB 912/1199 KB 660/1206 KB 916/1199 KB 660/1206 KB 916/1199 KB 664/1206 KB 916/1199 KB 668/1206 KB 916/1199 KB 672/1206 KB 920/1199 KB 672/1206 KB 924/1199 KB 672/1206 KB 928/1199 KB 672/1206 KB 932/1199 KB 672/1206 KB 932/1199 KB 676/1206 KB 932/1199 KB 680/1206 KB 932/1199 KB 684/1206 KB 932/1199 KB 688/1206 KB 936/1199 KB 688/1206 KB 940/1199 KB 688/1206 KB 944/1199 KB 688/1206 KB 948/1199 KB 688/1206 KB 948/1199 KB 692/1206 KB 948/119 unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 9 KB 696/1206 KB 948/1199 KB 700/1206 KB 948/1199 KB 704/1206 KB 952/1199 KB 704/1206 KB 956/1199 KB 704/1206 KB 960/1199 KB 704/1206 KB 960/1199 KB 708/1206 KB 964/1199 KB 712/1206 KB 964/1199 KB 716/1206 KB 964/1199 KB 720/1206 KB 964/1199 KB 708/1206 KB 968/1199 KB 720/1206 KB 972/1199 KB 720/1206 KB 976/1199 KB 720/1206 KB 980/1199 KB 720/1206 KB 984/1199 KB 724/1206 KB 988/1199 KB 724/1206 KB 992/1199 KB 724/1206 KB 980/1199 KB 724/1206 KB 992/1199 KB 728/1206 KB 992/1199 KB 732/1206 KB 992/1199 KB 736/1206 KB 996/1199 KB 736/1206 KB 1000/1199 KB 740/1206 KB 1004/1199 KB 740/1206 KB 1008/1199 KB 740/1206 KB 996/1199 KB 740/1206 KB 1008/1199 KB 744/1206 KB 1008/1199 KB 748/1206 KB 1008/1199 KB 752/1206 KB 1008/1199 KB 756/1206 KB 1012/1199 KB 760/1206 KB 1012/1199 KB 764/1206 KB 1012/1199 KB 768/1206 KB 1012/1199 KB 756/1206 KB 1016/1199 KB 768/1206 KB 1020/1199 KB 768/1206 KB 1024/1199 KB 768/1206 KB 1024/1199 KB 772/1206 KB 1028/1199 KB 776/1206 KB 1028/1199 KB 780/1206 KB 1028/1199 KB 784/1206 KB 1028/1199 KB 772/1206 KB 1032/1199 KB 784/1206 KB 1036/1199 KB 784/1206 KB 1040/1199 KB 784/1206 KB 1040/1199 KB 788/1206 KB 1044/1199 KB 792/1206 KB 1044/1199 KB 796/1206 KB 1044/1199 KB 800/1206 KB 1044/1199 KB 788/1206 KB 1048/1199 KB 800/1206 KB 1052/1199 KB 800/1206 KB 1056/1199 KB 800/1206 KB 1056/1199 KB 804/1206 KB 1056/1199 KB 808/1206 KB 1056/1199 KB 812/1206 KB 1056/1199 KB 816/1206 KB 1060/1199 KB 816/1206 KB 1064/1199 KB 816/1206 KB 1068/1199 KB 816/1206 KB 1072/1199 KB 816/1206 KB 1072/1199 KB 820/1206 KB 1072/1199 KB 824/1206 KB 1072/1199 KB 828/1206 KB 1072/1199 KB 832/1206 KB 1076/1199 KB 832/1206 KB 1080/1199 KB 832/1206 KB 1084/1199 KB 832/1206 KB 1088/1199 KB 832/1206 KB 1088/1199 KB 836/1206 KB 1088/1199 KB 840/1206 KB 1088/1199 KB 844/1206 KB 1088/1199 KB 848/1206 KB 1092/1199 KB 848/1206 KB 1096/1199 KB 848/1206 KB 1100/1199 KB 848/1206 KB 1104/1199 KB 848/1206 KB 1104/1199 KB 852/1206 KB 1104/1199 KB 856/1206 KB 1104/1199 KB 860/1206 KB 1104/1199 KB 864/1206 KB 1108/1199 KB 864/1206 KB 1112/1199 KB 864/1206 KB 1116/1199 KB 864/1206 KB 1120/1199 KB 864/1206 KB 1120/1199 KB 868/1206 KB 1120/1199 KB 872/1206 KB 1120/1199 KB 876/1206 KB 1120/1199 KB 880/1206 KB 1124/1199 KB 880/1206 KB 1128/1199 KB 880/1206 KB 1132/1199 KB 880/1206 KB 1136/1199 KB 880/1206 KB 1140/1199 KB 880/1206 KB 1140/1199 KB 884/1206 KB 1140/1199 KB 888/1206 KB 1140/1199 KB 892/1206 KB 1140/1199 KB 896/1206 KB 1144/1199 KB 896/1206 KB 1148/1199 KB 896/1206 KB 1152/1199 KB 896/1206 KB 1152/1199 KB 900/1206 KB 1152/1199 KB 904/1206 KB 1152/1199 KB 908/1206 KB 1156/1199 KB 912/1206 KB 1156/1199 KB 908/1206 KB 1160/1199 KB 912/1206 KB 1164/1199 KB 912/1206 KB 1168/1199 KB 912/1206 KB 1168/1199 KB 916/1206 KB 1168/1199 KB 920/1206 KB 1168/1199 KB 924/1206 KB 1168/1199 KB 928/1206 KB 1172/1199 KB 928/1206 KB 1176/1199 KB 928/1206 KB 1180/1199 KB 928/1206 KB 1184/1199 KB 928/1206 KB 1184/1199 KB 932/1206 KB 1188/1199 KB 936/1206 KB 1188/1199 KB 940/1206 KB 1188/1199 KB 944/1206 KB 1188/1199 KB 932/1206 KB 1192/1199 KB 944/1206 KB 1196/1199 KB 944/1206 KB 1199/1199 KB 944/1206 KB 1199/1199 KB 948/1206 KB 1199/1199 KB 952/1206 KB 1199/1199 KB 956/1206 KB 1199/1199 KB 960/1206 KB 1199/1199 KB 964/1206 KB 1199/1199 KB 968/1206 KB 1199/1199 KB 972/1206 KB 1199/1199 KB 976/1206 KB 1199/1199 KB 980/1206 KB 1199/1199 KB 984/1206 KB 1199/1199 KB 988/1206 KB 1199/1199 KB 99 unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 2/1206 KB 1199/1199 KB 996/1206 KB 1199/1199 KB 1000/1206 KB 1199/1199 KB 1004/1206 KB 1199/1199 KB 1008/1206 KB 1199/1199 KB 1012/1206 KB 1199/1199 KB 1016/1206 KB 1199/1199 KB 1020/1206 KB 1199/1199 KB 1024/1206 KB 1199/1199 KB 1028/1206 KB 1199/1199 KB 1032/1206 KB 1199/1199 KB 1036/1206 KB 1199/1199 KB 1040/1206 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.2.1/cucumber-reporting-0.2.1.jar (1199 KB at 3567.4 KB/sec) unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install 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 3396.2 KB/sec) unit-abot-epc-basic-0: 13:33:45 DEBUG unit.abot-epc-basic/0.install [INFO] About to generate Cucumber report. machine-2: 13:33:45 DEBUG juju.worker.apicaller connected machine-2: 13:33:45 DEBUG juju.worker.apicaller changing password... machine-2: 13:33:45 DEBUG juju.worker.apicaller password changed machine-2: 13:33:45 DEBUG juju.api RPC connection died machine-2: 13:33:45 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-2: 13:33:45 DEBUG juju.worker.apicaller connecting with current password machine-2: 13:33:45 DEBUG juju.api successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-2: 13:33:45 INFO juju.api connection established to "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-2: 13:33:45 DEBUG juju.api successfully dialed "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/target/ABOT-RunScenarios-3.0.91.jar to /root/.m2/repository/com/rebaca/abot/runscenarios/ABOT-RunScenarios/3.0.91/ABOT-RunScenarios-3.0.91.jar unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /var/lib/abot-epc-basic/pom.xml to /root/.m2/repository/com/rebaca/abot/runscenarios/ABOT-RunScenarios/3.0.91/ABOT-RunScenarios-3.0.91.pom unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 47.076 s unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-08-05T13:33:46+00:00 machine-2: 13:33:46 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 26M/65M unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ machine-2: 13:33:46 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 13:33:46 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 13:33:46 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 13:33:46 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 13:33:46 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 13:33:46 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install No ES conf defined - hence result not pushed to ES machine-2: 13:33:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 13:33:46 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-2: 13:33:46 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 13:33:46 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-2: 13:33:46 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-2: 13:33:46 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-2: 13:33:46 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 13:33:46 INFO juju.worker.upgrader unblocking abort check machine-2: 13:33:46 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-2: 13:33:46 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install Starting flask GUI... machine-2: 13:33:46 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 13:33:46 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 13:33:46 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 13:33:46 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install Setting up libmpc3:amd64 (1.0.3-1) ... machine-2: 13:33:46 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 13:33:46 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 13:33:46 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 13:33:46 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 13:33:46 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 13:33:46 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 13:33:46 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 13:33:46 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 13:33:46 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 13:33:46 DEBUG juju.network including address local-cloud:192.168.120.12 for machine machine-2: 13:33:46 DEBUG juju.network including address local-machine:::1 for machine machine-2: 13:33:46 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.120.12 local-machine:::1] machine-2: 13:33:46 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.120.12 local-machine:::1] machine-2: 13:33:46 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 13:33:46 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 13:33:46 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 13:33:46 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 13:33:46 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 13:33:46 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 13:33:46 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 13:33:46 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 13:33:46 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.213,192.168.120.3,::1,localhost", AutoNoProxy:""} machine-2: 13:33:46 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 13:33:46 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: 13:33:46 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 13:33:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 13:33:46 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 13:33:46 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 13:33:46 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 13:33:46 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 13:33:46 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install Setting up ant (1.9.6-1ubuntu1.1) ... machine-2: 13:33:46 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 13:33:46 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 13:33:46 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 13:33:46 DEBUG juju.network including address public:172.30.9.213 for machine machine-2: 13:33:46 DEBUG juju.network including address local-cloud:192.168.120.3 for machine machine-2: 13:33:46 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 13:33:46 DEBUG juju.network including address local-machine:::1 for machine machine-2: 13:33:46 DEBUG juju.network addresses after filtering: [public:172.30.9.213 local-cloud:192.168.120.3 local-machine:127.0.0.1 local-machine:::1] machine-2: 13:33:46 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.213:17070 192.168.120.3:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 13:33:46 DEBUG juju.agent API server address details [["172.30.9.213:17070" "192.168.120.3:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.120.3:17070" "172.30.9.213:17070"] machine-2: 13:33:46 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 13:33:46 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 13:33:46 INFO juju.worker.deployer deploying unit "oai-epc/0" unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install Setting up ant-optional (1.9.6-1ubuntu1.1) ... machine-2: 13:33:46 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 13:33:46 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install Setting up binutils (2.26.1-1ubuntu1~16.04.6) ... machine-2: 13:33:46 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 13:33:46 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 13:33:46 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-2: 13:33:46 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 13:33:46 DEBUG juju.worker.logger logger setup machine-2: 13:33:46 INFO juju.worker.machiner "machine-2" started machine-2: 13:33:46 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-2: 13:33:46 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install Setting up libc-dev-bin (2.23-0ubuntu10) ... machine-2: 13:33:46 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 13:33:46 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 13:33:46 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 13:33:46 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install Setting up linux-libc-dev:amd64 (4.4.0-131.157) ... unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dev:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install Setting up libisl15:amd64 (0.16.1-1) ... machine-2: 13:33:46 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install Setting up cpp-5 (5.4.0-6ubuntu1~16.04.10) ... machine-2: 13:33:46 DEBUG juju.worker start "2-container-watcher" machine-2: 13:33:46 DEBUG juju.worker start "stateconverter" machine-2: 13:33:46 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 13:33:46 INFO juju.worker start "2-container-watcher" machine-2: 13:33:46 DEBUG juju.worker "2-container-watcher" started machine-2: 13:33:46 INFO juju.worker start "stateconverter" machine-2: 13:33:46 DEBUG juju.worker "stateconverter" started machine-2: 13:33:46 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 13:33:46 DEBUG juju.service discovered init system "upstart" from local host machine-2: 13:33:46 DEBUG juju.worker.deployer state addresses: ["192.168.120.3:37017"] machine-2: 13:33:46 DEBUG juju.worker.deployer API addresses: ["192.168.120.3:17070" "172.30.9.213:17070"] machine-2: 13:33:46 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-oai-epc-0 Conf:{Desc:juju unit agent for oai-epc/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-oai-epc-0/jujud' unit --data-dir '/var/lib/juju' --unit-name oai-epc/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-oai-epc-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-oai-epc-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name oai-epc/0 --debug]}}} unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit) unit-oai-epc-0: 13:33:46 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-epc-0: 13:33:46 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: 13:33:46 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 13:33:46 DEBUG juju.worker start "api" unit-oai-epc-0: 13:33:46 INFO juju.worker start "api" unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install Setting up cpp (4:5.3.1-1ubuntu1) ... unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 13:33:46 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 13:33:46 DEBUG juju.worker "api" started unit-oai-epc-0: 13:33:46 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 13:33:46 DEBUG juju.worker.apicaller connecting with old password unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: unit-oai-epc-0: 13:33:46 DEBUG juju.api successfully dialed "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-oai-epc-0: 13:33:46 INFO juju.api connection established to "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-oai-epc-0: 13:33:46 DEBUG juju.api successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:33:46 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 13:33:46 DEBUG unit.abot-epc-basic/0.install Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 13:33:47 DEBUG unit.abot-epc-basic/0.install Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 13:33:47 DEBUG unit.abot-epc-basic/0.install Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 13:33:47 DEBUG unit.abot-epc-basic/0.install Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 13:33:47 DEBUG unit.abot-epc-basic/0.install Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... machine-2: 13:33:47 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:90:85:24 192.168.120.0/24 1450 0 eth0 ethernet false false static 192.168.120.12 [] [] []} {2 fa:16:3e:90:85:24 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-epc-0: 13:33:47 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 13:33:47 DEBUG juju.worker.apicaller changing password... unit-oai-epc-0: 13:33:47 DEBUG juju.worker.apicaller password changed unit-oai-epc-0: 13:33:47 DEBUG juju.api RPC connection died unit-oai-epc-0: 13:33:47 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-epc-0: 13:33:47 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 13:33:47 DEBUG juju.api successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-oai-epc-0: 13:33:47 INFO juju.api connection established to "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-oai-epc-0: 13:33:47 DEBUG juju.api successfully dialed "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-abot-epc-basic-0: 13:33:47 DEBUG unit.abot-epc-basic/0.install Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 13:33:47 DEBUG unit.abot-epc-basic/0.install Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 13:33:47 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: 13:33:47 DEBUG unit.abot-epc-basic/0.install Setting up gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 13:33:47 DEBUG unit.abot-epc-basic/0.install Setting up gcc (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:33:47 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: 13:33:47 DEBUG unit.abot-epc-basic/0.install Setting up g++-5 (5.4.0-6ubuntu1~16.04.10) ... machine-2: 13:33:47 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:90:85:24 192.168.120.0/24 1450 0 eth0 ethernet false false static 192.168.120.12 [] [] []} {2 fa:16:3e:90:85:24 1450 0 eth0 ethernet false false manual [] [] []}] unit-abot-epc-basic-0: 13:33:47 DEBUG unit.abot-epc-basic/0.install Setting up g++ (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:33:47 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: 13:33:47 DEBUG unit.abot-epc-basic/0.install Setting up make (4.1-6) ... unit-abot-epc-basic-0: 13:33:48 DEBUG unit.abot-epc-basic/0.install Setting up libdpkg-perl (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 13:33:48 DEBUG unit.abot-epc-basic/0.install Setting up dpkg-dev (1.18.4ubuntu1.4) ... unit-oai-epc-0: 13:33:48 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 13:33:48 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 13:33:48 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 13:33:48 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 13:33:48 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 13:33:48 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 13:33:48 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 13:33:48 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 13:33:48 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 13:33:48 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.213,192.168.120.3,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 13:33:48 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: 13:33:48 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 13:33:48 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 13:33:48 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 13:33:48 DEBUG juju.network including address public:172.30.9.213 for machine unit-oai-epc-0: 13:33:48 DEBUG juju.network including address local-cloud:192.168.120.3 for machine unit-oai-epc-0: 13:33:48 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 13:33:48 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 13:33:48 DEBUG juju.network addresses after filtering: [public:172.30.9.213 local-cloud:192.168.120.3 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 13:33:48 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.213:17070 192.168.120.3:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 13:33:48 DEBUG juju.agent API server address details [["172.30.9.213:17070" "192.168.120.3:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.120.3:17070" "172.30.9.213:17070"] unit-oai-epc-0: 13:33:48 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 13:33:48 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 13:33:48 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 13:33:48 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-oai-epc-0: 13:33:48 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-oai-epc-0: 13:33:48 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 13:33:48 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-epc-0: 13:33:48 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-epc-0: 13:33:48 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 13:33:48 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 13:33:48 INFO juju.worker.uniter resuming charm install unit-oai-epc-0: 13:33:48 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-epc-3 unit-oai-epc-0: 13:33:48 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 13:33:48 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 13:33:48 INFO juju.worker.uniter.charm downloading local:trusty/oai-epc-3 from API server unit-oai-epc-0: 13:33:48 INFO juju.downloader downloading from local:trusty/oai-epc-3 unit-oai-epc-0: 13:33:48 DEBUG httpbakery client do GET https://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/charms?file=%2A&url=local%3Atrusty%2Foai-epc-3 { unit-oai-epc-0: 13:33:48 DEBUG httpbakery } -> error unit-oai-epc-0: 13:33:48 INFO juju.downloader download complete ("local:trusty/oai-epc-3") unit-oai-epc-0: 13:33:48 INFO juju.downloader download verified ("local:trusty/oai-epc-3") unit-oai-epc-0: 13:33:48 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-oai-epc-0: 13:33:48 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 13:33:48 DEBUG unit.abot-epc-basic/0.install Setting up build-essential (12.1ubuntu2) ... unit-oai-epc-0: 13:33:48 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 13:33:48 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-epc-3" unit-oai-epc-0: 13:33:48 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-epc-3" unit-oai-epc-0: 13:33:48 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-epc-3" unit-oai-epc-0: 13:33:48 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 13:33:48 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 13:33:48 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 13:33:48 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 13:33:48 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 13:33:48 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 13:33:48 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 13:33:48 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 13:33:48 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 13:33:48 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 13:33:48 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 13:33:48 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 13:33:48 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 13:33:48 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 13:33:48 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 13:33:48 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 13:33:48 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 13:33:48 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 13:33:48 DEBUG unit.abot-epc-basic/0.install Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 13:33:48 DEBUG unit.abot-epc-basic/0.install Setting up fakeroot (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 13:33:48 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-abot-epc-basic-0: 13:33:48 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-perl (1.19.03-1) ... unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-abot-epc-basic-0: 13:33:48 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-xs-perl (0.04-4build1) ... unit-oai-epc-0: 13:33:48 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install ++ config-get branch unit-abot-epc-basic-0: 13:33:48 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 13:33:48 DEBUG unit.abot-epc-basic/0.install Setting up libxpp2-java (2.1.10-7build1) ... unit-oai-epc-0: 13:33:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install ++ config-get revision unit-abot-epc-basic-0: 13:33:48 DEBUG unit.abot-epc-basic/0.install Setting up libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 13:33:48 DEBUG unit.abot-epc-basic/0.install Setting up libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-oai-epc-0: 13:33:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install ++ hostname unit-abot-epc-basic-0: 13:33:48 DEBUG unit.abot-epc-basic/0.install Setting up libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 13:33:48 DEBUG unit.oai-epc/0.install Reading package lists... unit-abot-epc-basic-0: 13:33:48 DEBUG unit.abot-epc-basic/0.install Setting up libfile-fcntllock-perl (0.22-3) ... unit-oai-epc-0: 13:33:49 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 13:33:49 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 13:33:49 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 13:33:49 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 13:33:49 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 13:33:49 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: 13:33:49 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 13:33:49 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 13:33:49 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-abot-epc-basic-0: 13:33:49 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 13:33:49 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: 13:33:49 DEBUG unit.abot-epc-basic/0.install Setting up libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 13:33:49 DEBUG unit.abot-epc-basic/0.install Setting up libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 13:33:49 DEBUG unit.abot-epc-basic/0.install Setting up libxom-java (1.2.10-1) ... unit-abot-epc-basic-0: 13:33:49 DEBUG unit.abot-epc-basic/0.install Setting up manpages-dev (4.04-2) ... unit-abot-epc-basic-0: 13:33:49 DEBUG unit.abot-epc-basic/0.install Setting up python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 13:33:49 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 13:33:49 DEBUG unit.abot-epc-basic/0.install Setting up python-dev (2.7.12-1~16.04) ... unit-oai-epc-0: 13:33:49 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 13:33:49 DEBUG unit.oai-epc/0.install Need to get 3394 kB of archives. unit-oai-epc-0: 13:33:49 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 13:33:49 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: 13:33:49 DEBUG unit.abot-epc-basic/0.install Setting up python-all-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 13:33:49 DEBUG unit.abot-epc-basic/0.install Setting up python-pkg-resources (20.7.0-1) ... unit-abot-epc-basic-0: 13:33:49 DEBUG unit.abot-epc-basic/0.install Setting up python-setuptools (20.7.0-1) ... unit-abot-epc-basic-0: 13:33:49 DEBUG unit.abot-epc-basic/0.install Setting up python-wheel (0.29.0-1) ... unit-oai-epc-0: 13:33:49 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: 13:33:49 DEBUG unit.abot-epc-basic/0.install Setting up ssl-cert (1.0.37) ... unit-abot-epc-basic-0: 13:33:50 DEBUG unit.abot-epc-basic/0.install hostname: Name or service not known unit-abot-epc-basic-0: 13:33:50 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: Could not get FQDN, using "juju-998282-default-0". unit-abot-epc-basic-0: 13:33:50 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: 13:33:50 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: make-ssl-cert generate-default-snakeoil --force-overwrite unit-abot-epc-basic-0: 13:33:50 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: again. unit-abot-epc-basic-0: 13:33:50 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 13:33:50 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 13:33:50 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-oai-epc-0: 13:33:50 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: 13:33:50 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-oai-epc-0: 13:33:50 DEBUG unit.oai-epc/0.install Fetched 3394 kB in 1s (1991 kB/s) unit-oai-epc-0: 13:33:51 DEBUG unit.oai-epc/0.install Selecting previously unselected package liberror-perl. unit-oai-epc-0: 13:33:51 DEBUG unit.oai-epc/0.install (Reading database ... 52372 files and directories currently installed.) unit-oai-epc-0: 13:33:51 DEBUG unit.oai-epc/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-oai-epc-0: 13:33:51 DEBUG unit.oai-epc/0.install Unpacking liberror-perl (0.17-1.1) ... unit-oai-epc-0: 13:33:51 DEBUG unit.oai-epc/0.install Selecting previously unselected package git-man. unit-oai-epc-0: 13:33:51 DEBUG unit.oai-epc/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.8_all.deb ... unit-oai-epc-0: 13:33:51 DEBUG unit.oai-epc/0.install Unpacking git-man (1:1.9.1-1ubuntu0.8) ... unit-oai-epc-0: 13:33:51 DEBUG unit.oai-epc/0.install Selecting previously unselected package git. unit-oai-epc-0: 13:33:51 DEBUG unit.oai-epc/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.8_amd64.deb ... unit-oai-epc-0: 13:33:51 DEBUG unit.oai-epc/0.install Unpacking git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 13:33:51 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: ABot Debian Installed!!! >> unit-abot-epc-basic-0: 13:33:51 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-998282-default-0 unit-abot-epc-basic-0: 13:33:51 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-oai-epc-0: 13:33:51 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:33:51 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 13:33:52 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 13:33:52 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-oai-epc-0: 13:33:52 DEBUG unit.oai-epc/0.install Setting up liberror-perl (0.17-1.1) ... unit-oai-epc-0: 13:33:52 DEBUG unit.oai-epc/0.install Setting up git-man (1:1.9.1-1ubuntu0.8) ... unit-oai-epc-0: 13:33:52 DEBUG unit.oai-epc/0.install Setting up git (1:1.9.1-1ubuntu0.8) ... unit-oai-epc-0: 13:33:52 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:33:52 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 13:33:52 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 13:33:52 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:33:52 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:33:52 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 13:33:52 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=0 unit-oai-epc-0: 13:33:52 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 13:33:52 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 13:33:52 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes virt-what unit-oai-epc-0: 13:33:52 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 13:33:52 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 13:33:52 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 13:33:53 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 13:33:53 DEBUG unit.oai-epc/0.install virt-what unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-998282-default-0 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:33:53 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: 13:33:53 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-oai-epc-0: 13:33:53 DEBUG unit.oai-epc/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 13:33:53 DEBUG unit.oai-epc/0.install Need to get 13.6 kB of archives. unit-oai-epc-0: 13:33:53 DEBUG unit.oai-epc/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-epc-0: 13:33:53 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-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-oai-epc-0: 13:33:53 DEBUG unit.oai-epc/0.install Fetched 13.6 kB in 0s (42.3 kB/s) unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install software-properties-common is already the newest version (0.96.20.7). unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 13:33:53 DEBUG unit.oai-epc/0.install Selecting previously unselected package virt-what. unit-oai-epc-0: 13:33:53 DEBUG unit.oai-epc/0.install (Reading database ... 53122 files and directories currently installed.) unit-oai-epc-0: 13:33:53 DEBUG unit.oai-epc/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-epc-0: 13:33:53 DEBUG unit.oai-epc/0.install Unpacking virt-what (1.13-1) ... unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-998282-default-0 unit-oai-epc-0: 13:33:53 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-oai-epc-0: 13:33:53 DEBUG unit.oai-epc/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install build-essential is already the newest version (12.1ubuntu2). unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install build-essential set to manually installed. unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install ethtool is already the newest version (1:4.5-1). unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install iptables is already the newest version (1.6.0-2ubuntu3). unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install git is already the newest version (1:2.7.4-0ubuntu1.4). unit-abot-epc-basic-0: 13:33:53 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: 13:33:53 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev set to manually installed. unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxml2 is already the newest version (2.9.3+dfsg1-1ubuntu0.5). unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install openssh-client is already the newest version (1:7.2p2-4ubuntu2.4). unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install openssh-server is already the newest version (1:7.2p2-4ubuntu2.4). unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install openssl is already the newest version (1.0.2g-1ubuntu4.13). unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install python is already the newest version (2.7.12-1~16.04). unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install python set to manually installed. unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install wget is already the newest version (1.17.1-1ubuntu1.4). unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install python-pip is already the newest version (8.1.1-2ubuntu0.4). unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install python-pip set to manually installed. unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autotools-dev castxml cmake-data unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install colord colord-data dconf-gsettings-backend dconf-service debhelper unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install default-jre-headless dh-strip-nondeterminism fonts-lato fonts-liberation unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gconf-service gconf-service-backend gconf2-common gdbserver unit-abot-epc-basic-0: 13:33:53 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: 13:33:53 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: 13:33:53 DEBUG unit.abot-epc-basic/0.install glib-networking glib-networking-common glib-networking-services gnuplot-data unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install gnuplot-tex gnuplot-x11 gsettings-desktop-schemas gsfonts guile-2.0 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian javascript-common libaec-dev libaec0 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libamd2.4.1 libarchive-zip-perl libarchive13 libarpack2 libasprintf-dev unit-abot-epc-basic-0: 13:33:53 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: 13:33:53 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas3 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 libcxsparse3.1.4 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa libegl1-mesa-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 libexif12 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libfftw3-bin libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-quad3 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libfftw3-single3 libfile-basedir-perl libfile-desktopentry-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libfile-listing-perl libfile-mimeinfo-perl libfile-stripnondeterminism-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libfl-dev libfltk-gl1.3 libfltk1.3 libfont-afm-perl libfontconfig1-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libfontenc1 libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libgconf-2-4 libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmpxx4ldbl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libgpg-error-dev libgphoto2-6 libgphoto2-l10n libgphoto2-port12 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 libgs9-common unit-abot-epc-basic-0: 13:33:53 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: 13:33:53 DEBUG unit.abot-epc-basic/0.install libgvpr2 libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libhdf5-cpp-11 libhdf5-dev libhtml-form-perl libhtml-format-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libhttp-message-perl libhttp-negotiate-perl libicu-dev libidn2-0 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient20 libncurses5-dev unit-abot-epc-basic-0: 13:33:53 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: 13:33:53 DEBUG unit.abot-epc-basic/0.install libobjc-5-dev libobjc4 liboctave3 libopenblas-base libosmesa6 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libpango1.0-dev libpangoxft-1.0-0 libpaper-utils libpaper1 libpathplan4 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpgm-5.2-0 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libpixman-1-dev libplot2c2 libpng12-dev libpoppler58 libportaudio2 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 libproxy1v5 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 libqscintilla2-12v5 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libqscintilla2-l10n libqt4-dbus libqt4-declarative libqt4-network unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 libqtgui4 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common libruby2.3 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libsamplerate0 libsane libsane-common libserf-1-1 libslicot0 unit-abot-epc-basic-0: 13:33:53 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: 13:33:53 DEBUG unit.abot-epc-basic/0.install libsynctex1 libsys-hostname-long-perl libsz2 libtasn1-doc libtcl8.6 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libtexlua52 libtexluajit2 libtext-unidecode-perl libtie-ixhash-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libtimedate-perl libtinfo-dev libtk8.6 libumfpack5.7.1 libunistring0 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install liburi-perl libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libwayland-egl1-mesa libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libwww-robotrules-perl libx11-protocol-perl libx11-xcb-dev libxaw7 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxcb-image0 libxcb-keysyms1 libxcb-present-dev libxcb-randr0 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxcb-randr0-dev libxcb-render-util0 libxcb-render0-dev libxcb-shape0 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxcb-shape0-dev libxcb-shm0-dev libxcb-sync-dev libxcb-util1 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 libxcomposite-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev libxft-dev libxft2 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxi-dev libxinerama-dev libxkbcommon-dev libxkbcommon-x11-0 libxkbcommon0 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl unit-abot-epc-basic-0: 13:33:53 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: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxss1 libxtst-dev libxv1 libxxf86dga1 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxxf86vm-dev libzzip-0-13 lmodern m4 mesa-common-dev mysql-common unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install nettle-dev octave-common octave-control pkg-config po-debconf poppler-data unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install pstoedit qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake unit-abot-epc-basic-0: 13:33:53 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: 13:33:53 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: 13:33:53 DEBUG unit.abot-epc-basic/0.install texinfo texlive-base texlive-binaries texlive-latex-base-doc tk tk8.6 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install ubuntu-mono unzip x11-utils x11-xserver-utils x11proto-composite-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install x11proto-randr-dev x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xterm zip unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install zlib1g-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install autoconf-archive gnu-standards autoconf-doc bison-doc codeblocks eclipse unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install ninja-build colord-sensor-argyll dh-make default-jre doxygen-latex unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install doxygen-doc gdb-doc gettext-doc autopoint gfortran-multilib gfortran-doc unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install gfortran-5-multilib gfortran-5-doc libgfortran3-dbg ghostscript-x hpijs unit-abot-epc-basic-0: 13:33:53 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: 13:33:53 DEBUG unit.abot-epc-basic/0.install liblapack-dev nas libdigest-hmac-perl libgssapi-perl liblapack-doc-man unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libcairo2-doc libfftw3-doc libforms-doc libgcrypt20-doc libgd-tools unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libglib2.0-doc libiodbc2-dev gmp-doc libgmp10-doc libmpfr-dev gphoto2 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install graphicsmagick-dbg fonts-droid texlive-lang-cjk gvfs libgtk-3-doc unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libhdf5-doc libdata-dump-perl icu-doc jackd2 libjasper-runtime libtool-doc unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libcrypt-ssleay-perl libmagickcore-6.q16-2-extra ncurses-doc imagemagick unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libpango1.0-doc libqt4-declarative-folderlistmodel unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libqt5libqgtk2 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install qt5-image-formats-plugins qtwayland5 qt4-qtconfig readline-doc librsvg2-bin unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install avahi-daemon hplip libsane-extras sane-utils lksctp-tools gcj-jdk unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libwmf0.2-7-gtk libauthen-ntlm-perl libxext-doc libunicode-map8-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libunicode-string-perl xml-twig-tools libyaml-doc octave-info octave-doc unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install octave-htmldoc libmail-box-perl poppler-utils fonts-japanese-mincho unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install fonts-arphic-ukai fonts-arphic-uming fonts-nanum xfig | ivtools-bin | tgif unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install | transfig ddd emacs22 ri ruby-dev bundler db5.3-util subversion-tools unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install tcl-tclreadline texlive-generic-recommended texinfo-doc-nonfree perl-tk unit-abot-epc-basic-0: 13:33:53 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: 13:33:53 DEBUG unit.abot-epc-basic/0.install xfonts-cyrillic unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autoconf automake autotools-dev bison unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install castxml cmake cmake-curses-gui cmake-data colord colord-data unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install dconf-gsettings-backend dconf-service debhelper default-jre-headless unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install dh-strip-nondeterminism doxygen doxygen-gui flex fonts-lato fonts-liberation unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gccxml gconf-service gconf-service-backend gconf2-common gdb unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install gdbserver gettext gfortran gfortran-5 ghostscript gir1.2-atk-1.0 unit-abot-epc-basic-0: 13:33:53 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: 13:33:53 DEBUG unit.abot-epc-basic/0.install gir1.2-pango-1.0 glib-networking glib-networking-common unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install glib-networking-services gnuplot-data gnuplot-tex gnuplot-x11 graphviz unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install gsettings-desktop-schemas gsfonts gtkwave guile-2.0 guile-2.0-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian iperf iproute iptables-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install javascript-common libaec-dev libaec0 libamd2.4.1 libarchive-zip-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libarchive13 libarpack2 libasprintf-dev libatk-bridge2.0-0 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libatk-bridge2.0-dev libatk1.0-dev libatlas-base-dev libatlas-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libatlas3-base libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libblas3 libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libconfig8-dev libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libcxsparse3.1.4 libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libexif12 libffi-dev libfftw3-bin libfftw3-dev libfftw3-double3 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libfftw3-long3 libfftw3-quad3 libfftw3-single3 libfile-basedir-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libfile-stripnondeterminism-perl libfl-dev libfltk-gl1.3 libfltk1.3 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libfont-afm-perl libfontconfig1-dev libfontenc1 libforms-bin libforms-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 libgconf-2-4 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libgcrypt11-dev libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmp-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libgmpxx4ldbl libgpg-error-dev libgphoto2-6 libgphoto2-l10n unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libgphoto2-port12 libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 unit-abot-epc-basic-0: 13:33:53 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: 13:33:53 DEBUG unit.abot-epc-basic/0.install libgudev-1.0-0 libgusb2 libgvc6 libgvpr2 libharfbuzz-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 libhdf5-cpp-11 libhdf5-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libhtml-form-perl libhtml-format-perl libhtml-parser-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libhttp-daemon-perl libhttp-date-perl libhttp-message-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libhttp-negotiate-perl libicu-dev libidn11-dev libidn2-0 libidn2-0-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient-dev libmysqlclient20 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libncurses5-dev libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libnet-ssleay-perl libobjc-5-dev libobjc4 liboctave-dev liboctave3 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libopenblas-base libosmesa6 libpango1.0-dev libpangoxft-1.0-0 libpaper-utils unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libpaper1 libpathplan4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 unit-abot-epc-basic-0: 13:33:53 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: 13:33:53 DEBUG unit.abot-epc-basic/0.install libportaudio2 libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libproxy1v5 libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libqscintilla2-12v5 libqscintilla2-l10n libqt4-dbus libqt4-declarative unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libqt4-xml libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libqt5network5 libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libqtgui4 libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libruby2.3 libsamplerate0 libsane libsane-common libsctp-dev libsctp1 unit-abot-epc-basic-0: 13:33:53 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: 13:33:53 DEBUG unit.abot-epc-basic/0.install libsuitesparseconfig4.4.6 libsvn1 libsynctex1 libsys-hostname-long-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libsz2 libtasn1-6-dev libtasn1-doc libtcl8.6 libtexlua52 libtexluajit2 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libtext-unidecode-perl libtie-ixhash-perl libtimedate-perl libtinfo-dev unit-abot-epc-basic-0: 13:33:53 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: 13:33:53 DEBUG unit.abot-epc-basic/0.install libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 libwayland-bin unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libwayland-client0 libwayland-cursor0 libwayland-dev libwayland-egl1-mesa unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl libwww-robotrules-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libx11-protocol-perl libx11-xcb-dev libxaw7 libxcb-dri2-0-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxcb-present-dev libxcb-randr0 libxcb-randr0-dev libxcb-render-util0 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxcb-render0-dev libxcb-shape0 libxcb-shape0-dev libxcb-shm0-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxcb-sync-dev libxcb-util1 libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxft-dev libxft2 libxi-dev libxinerama-dev libxkbcommon-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxkbcommon-x11-0 libxkbcommon0 libxml-libxml-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxml2-dev libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxslt1-dev libxss1 libxtst-dev libxv1 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install libxxf86dga1 libxxf86vm-dev libyaml-dev libzzip-0-13 lmodern m4 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install mesa-common-dev mscgen mysql-common nettle-dev octave octave-common unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install octave-control octave-signal pkg-config po-debconf poppler-data pstoedit unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install pydb qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake ruby unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install ruby-test-unit ruby2.3 rubygems-integration subversion t1utils tcl tcl8.6 unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install tex-common texinfo texlive-base texlive-binaries texlive-latex-base unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install texlive-latex-base-doc tk tk8.6 ubuntu-mono unzip x11-utils unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install x11-xserver-utils x11proto-composite-dev x11proto-damage-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-randr-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xmlstarlet unit-abot-epc-basic-0: 13:33:53 DEBUG unit.abot-epc-basic/0.install xterm zip zlib1g-dev unit-abot-epc-basic-0: 13:33:54 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 468 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 13:33:54 DEBUG unit.abot-epc-basic/0.install Need to get 291 MB of archives. unit-abot-epc-basic-0: 13:33:54 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: 13:33:54 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-oai-epc-0: 13:33:54 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 13:33:54 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 13:33:54 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-epc-0: 13:33:54 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 13:33:54 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 13:33:54 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 13:33:54 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:33:54 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: 13:33:54 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:33:54 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 13:33:54 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 13:33:54 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 13:33:55 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 13:33:55 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 13:33:55 DEBUG unit.oai-epc/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 13:33:55 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 13:33:55 DEBUG unit.oai-epc/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-epc-0: 13:33:55 DEBUG unit.oai-epc/0.install libsql-statement-perl unit-oai-epc-0: 13:33:55 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 13:33:55 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 13:33:55 DEBUG unit.oai-epc/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-abot-epc-basic-0: 13:33:55 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.3 [262 kB] unit-abot-epc-basic-0: 13:33:55 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: 13:33:55 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-oai-epc-0: 13:33:55 DEBUG unit.oai-epc/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 13:33:55 DEBUG unit.oai-epc/0.install Need to get 3786 kB of archives. unit-oai-epc-0: 13:33:55 DEBUG unit.oai-epc/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-epc-0: 13:33:55 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: 13:33:55 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: 13:33:55 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-oai-epc-0: 13:33:55 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: 13:33:55 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: 13:33:55 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfl-dev amd64 2.6.0-11 [12.5 kB] unit-abot-epc-basic-0: 13:33:55 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 flex amd64 2.6.0-11 [290 kB] unit-abot-epc-basic-0: 13:33:55 DEBUG unit.abot-epc-basic/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-lato all 2.0-1 [2,693 kB] unit-abot-epc-basic-0: 13:33:55 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 imagemagick-common all 8:6.8.9.9-7ubuntu5.12 [41.5 kB] unit-abot-epc-basic-0: 13:33:56 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: 13:33:56 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: 13:33:56 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: 13:33:56 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-long3 amd64 3.3.4-2ubuntu1 [306 kB] unit-abot-epc-basic-0: 13:33:56 DEBUG unit.abot-epc-basic/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-quad3 amd64 3.3.4-2ubuntu1 [550 kB] unit-oai-epc-0: 13:33:56 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: 13:33:56 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-single3 amd64 3.3.4-2ubuntu1 [749 kB] unit-abot-epc-basic-0: 13:33:56 DEBUG unit.abot-epc-basic/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libieee1284-3 amd64 0.2.11-12 [23.8 kB] unit-abot-epc-basic-0: 13:33:56 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblqr-1-0 amd64 0.4.2-2 [23.6 kB] unit-abot-epc-basic-0: 13:33:56 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libltdl7 amd64 2.4.6-0.1 [38.3 kB] unit-abot-epc-basic-0: 13:33:56 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagickcore-6.q16-2 amd64 8:6.8.9.9-7ubuntu5.12 [1,579 kB] unit-oai-epc-0: 13:33:56 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: 13:33:56 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 13:33:56 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-oai-epc-0: 13:33:56 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: 13:33:56 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: 13:33:56 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-oai-epc-0: 13:33:56 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: 13:33:57 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcrecpp0v5 amd64 2:8.38-3.1 [15.2 kB] unit-oai-epc-0: 13:33:57 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: 13:33:57 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-common amd64 3.6.0-2ubuntu2 [5,342 B] unit-abot-epc-basic-0: 13:33:57 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: 13:33:57 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: 13:33:57 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-oai-epc-0: 13:33:57 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: 13:33:57 DEBUG unit.oai-epc/0.install Fetched 3786 kB in 2s (1579 kB/s) unit-oai-epc-0: 13:33:57 DEBUG unit.oai-epc/0.install Selecting previously unselected package mysql-common. unit-oai-epc-0: 13:33:57 DEBUG unit.oai-epc/0.install (Reading database ... 53129 files and directories currently installed.) unit-oai-epc-0: 13:33:57 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 13:33:57 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: 13:33:57 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-oai-epc-0: 13:33:57 DEBUG unit.oai-epc/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-epc-0: 13:33:57 DEBUG unit.oai-epc/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 13:33:57 DEBUG unit.oai-epc/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:33:57 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-oai-epc-0: 13:33:57 DEBUG unit.oai-epc/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-epc-0: 13:33:57 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-epc-0: 13:33:57 DEBUG unit.oai-epc/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 13:33:57 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: 13:33:57 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: 13:33:57 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: 13:33:58 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: 13:33:58 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: 13:33:58 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-oai-epc-0: 13:33:58 DEBUG unit.oai-epc/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-abot-epc-basic-0: 13:33:58 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-oai-epc-0: 13:33:58 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-epc-0: 13:33:58 DEBUG unit.oai-epc/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-epc-0: 13:33:58 DEBUG unit.oai-epc/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-epc-0: 13:33:58 DEBUG unit.oai-epc/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-epc-0: 13:33:58 DEBUG unit.oai-epc/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 13:33:58 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-oai-epc-0: 13:33:58 DEBUG unit.oai-epc/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-epc-0: 13:33:58 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: 13:33:58 DEBUG unit.oai-epc/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:33:58 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: 13:33:58 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: 13:33:58 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-oai-epc-0: 13:33:58 DEBUG unit.oai-epc/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-epc-0: 13:33:58 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: 13:33:58 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: 13:33:58 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: 13:33:58 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: 13:33:58 DEBUG unit.abot-epc-basic/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwayland-client0 amd64 1.12.0-1~ubuntu16.04.3 [22.5 kB] unit-abot-epc-basic-0: 13:33:58 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xfixes0 amd64 1.11.1-1ubuntu1 [8,840 B] unit-abot-epc-basic-0: 13:33:58 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libegl1-mesa amd64 18.0.5-0ubuntu0~16.04.1 [87.0 kB] unit-abot-epc-basic-0: 13:33:58 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: 13:33:59 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: 13:33:59 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: 13:33:59 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: 13:33:59 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libinput-bin amd64 1.6.3-1ubuntu1~16.04.1 [9,040 B] unit-abot-epc-basic-0: 13:33:59 DEBUG unit.abot-epc-basic/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libinput10 amd64 1.6.3-1ubuntu1~16.04.1 [74.0 kB] unit-abot-epc-basic-0: 13:33:59 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: 13:33:59 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: 13:33:59 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: 13:33:59 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-icccm4 amd64 0.4.1-1ubuntu1 [10.4 kB] unit-abot-epc-basic-0: 13:33:59 DEBUG unit.abot-epc-basic/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-util1 amd64 0.4.0-0ubuntu3 [11.2 kB] unit-oai-epc-0: 13:33:59 DEBUG unit.oai-epc/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-epc-0: 13:33:59 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 13:33:59 DEBUG unit.oai-epc/0.install Progress: [ 55%] Unpacking mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 13:33:59 DEBUG unit.oai-epc/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:33:59 DEBUG unit.abot-epc-basic/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-image0 amd64 0.4.0-1build1 [12.3 kB] unit-abot-epc-basic-0: 13:33:59 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-keysyms1 amd64 0.4.0-1 [8,406 B] unit-abot-epc-basic-0: 13:34:00 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: 13:34:00 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: 13:34:00 DEBUG unit.oai-epc/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:34:00 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: 13:34:00 DEBUG unit.oai-epc/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:34:00 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: 13:34:00 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxkbcommon-x11-0 amd64 0.5.0-1ubuntu2 [13.5 kB] unit-abot-epc-basic-0: 13:34:00 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5gui5 amd64 5.5.1+dfsg-16ubuntu7.5 [2,290 kB] unit-abot-epc-basic-0: 13:34:00 DEBUG unit.abot-epc-basic/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5widgets5 amd64 5.5.1+dfsg-16ubuntu7.5 [2,252 kB] unit-abot-epc-basic-0: 13:34:00 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: 13:34:00 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: 13:34:00 DEBUG unit.abot-epc-basic/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 glib-networking-services amd64 2.48.2-1~ubuntu16.04.1 [16.0 kB] unit-abot-epc-basic-0: 13:34:00 DEBUG unit.abot-epc-basic/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libdconf1 amd64 0.24.0-2 [31.4 kB] unit-abot-epc-basic-0: 13:34:01 DEBUG unit.abot-epc-basic/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 dconf-service amd64 0.24.0-2 [27.1 kB] unit-abot-epc-basic-0: 13:34:01 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 dconf-gsettings-backend amd64 0.24.0-2 [19.4 kB] unit-abot-epc-basic-0: 13:34:01 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gsettings-desktop-schemas all 3.18.1-1ubuntu1 [25.9 kB] unit-abot-epc-basic-0: 13:34:01 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: 13:34:01 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: 13:34:01 DEBUG unit.oai-epc/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 13:34:01 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: 13:34:01 DEBUG unit.abot-epc-basic/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librest-0.7-0 amd64 0.7.93-1 [31.9 kB] unit-abot-epc-basic-0: 13:34:01 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: 13:34:01 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-oai-epc-0: 13:34:01 DEBUG unit.oai-epc/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:34:01 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-oai-epc-0: 13:34:01 DEBUG unit.oai-epc/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 13:34:01 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-oai-epc-0: 13:34:01 DEBUG unit.oai-epc/0.install Progress: [ 82%] Progress: [ 85%] Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 13:34:01 DEBUG unit.oai-epc/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 13:34:01 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: 13:34:01 DEBUG unit.oai-epc/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:34:01 DEBUG unit.abot-epc-basic/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxft2 amd64 2.3.2-1 [36.1 kB] unit-abot-epc-basic-0: 13:34:02 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: 13:34:02 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: 13:34:02 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxxf86dga1 amd64 2:1.1.4-1 [13.7 kB] unit-abot-epc-basic-0: 13:34:02 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 poppler-data all 0.4.7-7 [1,495 kB] unit-abot-epc-basic-0: 13:34:02 DEBUG unit.abot-epc-basic/0.install Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libidn2-0 amd64 0.10-3 [62.3 kB] unit-abot-epc-basic-0: 13:34:02 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: 13:34:02 DEBUG unit.oai-epc/0.install ++ virt-what unit-abot-epc-basic-0: 13:34:02 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: 13:34:02 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 13:34:02 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 13:34:02 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 13:34:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:34:02 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 13:34:02 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 13:34:02 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 13:34:02 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-oai-epc-0: 13:34:02 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 13:34:02 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 13:34:02 DEBUG unit.oai-epc/0.install + echo -n unit-abot-epc-basic-0: 13:34:02 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: 13:34:02 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: 13:34:02 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: 13:34:02 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libepoxy0 amd64 1.3.1-1ubuntu0.16.04.2 [177 kB] unit-abot-epc-basic-0: 13:34:02 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: 13:34:03 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjson-glib-1.0-0 amd64 1.1.2-0ubuntu1 [60.3 kB] unit-abot-epc-basic-0: 13:34:03 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: 13:34:03 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 13:34:03 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 13:34:03 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-epc-0: 13:34:03 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 13:34:03 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: 13:34:03 DEBUG unit.abot-epc-basic/0.install Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-0 amd64 3.18.9-1ubuntu3.3 [2,352 kB] unit-abot-epc-basic-0: 13:34:03 DEBUG unit.abot-epc-basic/0.install Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-bin amd64 3.18.9-1ubuntu3.3 [53.7 kB] unit-abot-epc-basic-0: 13:34:03 DEBUG unit.abot-epc-basic/0.install Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcroco3 amd64 0.6.11-1 [81.6 kB] unit-abot-epc-basic-0: 13:34:03 DEBUG unit.abot-epc-basic/0.install Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librsvg2-2 amd64 2.40.13-3 [93.9 kB] unit-abot-epc-basic-0: 13:34:04 DEBUG unit.abot-epc-basic/0.install Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 librsvg2-common amd64 2.40.13-3 [5,034 B] unit-abot-epc-basic-0: 13:34:04 DEBUG unit.abot-epc-basic/0.install Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 humanity-icon-theme all 0.6.10.1 [1,289 kB] unit-abot-epc-basic-0: 13:34:04 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: 13:34:04 DEBUG unit.abot-epc-basic/0.install Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 adwaita-icon-theme all 3.18.0-2ubuntu3.1 [3,359 kB] unit-abot-epc-basic-0: 13:34:04 DEBUG unit.abot-epc-basic/0.install Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 at-spi2-core amd64 2.18.3-4ubuntu1 [45.7 kB] unit-abot-epc-basic-0: 13:34:04 DEBUG unit.abot-epc-basic/0.install Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 autoconf all 2.69-9 [321 kB] unit-abot-epc-basic-0: 13:34:04 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: 13:34:04 DEBUG unit.abot-epc-basic/0.install Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 automake all 1:1.15-4ubuntu1 [510 kB] unit-abot-epc-basic-0: 13:34:04 DEBUG unit.abot-epc-basic/0.install Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbison-dev amd64 2:3.0.4.dfsg-1 [338 kB] unit-abot-epc-basic-0: 13:34:05 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: 13:34:05 DEBUG unit.abot-epc-basic/0.install Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 castxml amd64 0.1+git20160202-1.1 [11.5 MB] unit-abot-epc-basic-0: 13:34:05 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: 13:34:05 DEBUG unit.abot-epc-basic/0.install Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcolorhug2 amd64 1.2.12-1ubuntu1 [32.0 kB] unit-abot-epc-basic-0: 13:34:05 DEBUG unit.abot-epc-basic/0.install Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libvpx3 amd64 1.5.0-2ubuntu1 [732 kB] unit-abot-epc-basic-0: 13:34:05 DEBUG unit.abot-epc-basic/0.install Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxpm4 amd64 1:3.5.11-1ubuntu0.16.04.1 [33.8 kB] unit-abot-epc-basic-0: 13:34:05 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-abot-epc-basic-0: 13:34:05 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: 13:34:05 DEBUG unit.abot-epc-basic/0.install Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-6 amd64 2.5.9-3 [787 kB] unit-abot-epc-basic-0: 13:34:05 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: 13:34:06 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: 13:34:06 DEBUG unit.abot-epc-basic/0.install Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 colord amd64 1.2.12-1ubuntu1 [178 kB] unit-abot-epc-basic-0: 13:34:06 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: 13:34:06 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: 13:34:06 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: 13:34:06 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: 13:34:06 DEBUG unit.abot-epc-basic/0.install Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-stripnondeterminism-perl all 0.015-1 [10.3 kB] unit-abot-epc-basic-0: 13:34:06 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: 13:34:06 DEBUG unit.abot-epc-basic/0.install Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 dh-strip-nondeterminism all 0.015-1 [4,864 B] unit-abot-epc-basic-0: 13:34:06 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: 13:34:06 DEBUG unit.abot-epc-basic/0.install Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 default-jre-headless amd64 2:1.8-56ubuntu2 [4,380 B] unit-abot-epc-basic-0: 13:34:07 DEBUG unit.abot-epc-basic/0.install Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libllvm3.6v5 amd64 1:3.6.2-3ubuntu2 [8,075 kB] unit-abot-epc-basic-0: 13:34:07 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: 13:34:07 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: 13:34:07 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: 13:34:07 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: 13:34:07 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: 13:34:07 DEBUG unit.abot-epc-basic/0.install Get:140 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 doxygen-gui amd64 1.8.11-1 [284 kB] unit-abot-epc-basic-0: 13:34:07 DEBUG unit.abot-epc-basic/0.install Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-liberation all 1.07.4-1 [829 kB] unit-abot-epc-basic-0: 13:34:07 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: 13:34:08 DEBUG unit.abot-epc-basic/0.install Get:143 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-lmodern all 2.004.5-1 [4,553 kB] unit-abot-epc-basic-0: 13:34:08 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-abot-epc-basic-0: 13:34:08 DEBUG unit.abot-epc-basic/0.install Get:145 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf2-common all 3.2.6-3ubuntu6 [21.0 kB] unit-abot-epc-basic-0: 13:34:08 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: 13:34:08 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: 13:34:08 DEBUG unit.abot-epc-basic/0.install Get:148 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gconf-service amd64 3.2.6-3ubuntu6 [2,046 B] unit-abot-epc-basic-0: 13:34:08 DEBUG unit.abot-epc-basic/0.install Get:149 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbabeltrace1 amd64 1.3.2-1 [34.7 kB] unit-abot-epc-basic-0: 13:34:08 DEBUG unit.abot-epc-basic/0.install Get:150 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libbabeltrace-ctf1 amd64 1.3.2-1 [88.3 kB] unit-abot-epc-basic-0: 13:34:08 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: 13:34:08 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: 13:34:09 DEBUG unit.abot-epc-basic/0.install Get:153 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgfortran-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [291 kB] unit-abot-epc-basic-0: 13:34:09 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: 13:34:09 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: 13:34:09 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: 13:34:09 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: 13:34:09 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: 13:34:09 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: 13:34:09 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: 13:34:09 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: 13:34:09 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: 13:34:10 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: 13:34:10 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: 13:34:10 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: 13:34:10 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: 13:34:10 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: 13:34:10 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: 13:34:10 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: 13:34:10 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: 13:34:10 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: 13:34:10 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: 13:34:10 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: 13:34:10 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: 13:34:10 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: 13:34:11 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: 13:34:11 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: 13:34:11 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: 13:34:11 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: 13:34:11 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: 13:34:11 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: 13:34:11 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-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + git checkout v0.3.2-branch unit-abot-epc-basic-0: 13:34:11 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: 13:34:11 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-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install Switched to a new branch 'v0.3.2-branch' unit-oai-epc-0: 13:34:11 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: 13:34:11 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 13:34:11 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: 13:34:11 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 13:34:11 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:34:11 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-153-generic unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-153-generic unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-153-generic unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-153-generic unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-153-generic unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-153-generic unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 13:34:11 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: 13:34:11 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-oai-epc-0: 13:34:11 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:34:11 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-abot-epc-basic-0: 13:34:11 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-oai-epc-0: 13:34:11 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 13:34:11 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-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 13:34:11 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 13:34:11 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: 13:34:11 DEBUG unit.oai-epc/0.install --2018-08-05 13:34:11-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 13:34:12 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-abot-epc-basic-0: 13:34:12 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: 13:34:12 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: 13:34:12 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: 13:34:12 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: 13:34:12 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 13:34:12 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 13:34:12 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 13:34:12 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:34:12 DEBUG unit.oai-epc/0.install 0K ....... 36.6M=0s unit-oai-epc-0: 13:34:12 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:34:12 DEBUG unit.oai-epc/0.install 2018-08-05 13:34:12 (36.6 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-epc-0: 13:34:12 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:34:12 DEBUG unit.oai-epc/0.install --2018-08-05 13:34:12-- 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: 13:34:12 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 13:34:12 DEBUG unit.abot-epc-basic/0.install Get:190 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 guile-2.0 amd64 2.0.11+1-10ubuntu0.1 [8,690 B] unit-abot-epc-basic-0: 13:34:12 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: 13:34:12 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 13:34:12 DEBUG unit.oai-epc/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-epc-0: 13:34:12 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: 13:34:12 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 13:34:12 DEBUG unit.abot-epc-basic/0.install Get:192 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libncurses5-dev amd64 6.0+20160213-1ubuntu1 [175 kB] unit-abot-epc-basic-0: 13:34:12 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: 13:34:12 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 4% 364K 3s unit-abot-epc-basic-0: 13:34:12 DEBUG unit.abot-epc-basic/0.install Get:194 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libltdl-dev amd64 2.4.6-0.1 [162 kB] unit-abot-epc-basic-0: 13:34:12 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: 13:34:12 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 8% 362K 3s unit-abot-epc-basic-0: 13:34:12 DEBUG unit.abot-epc-basic/0.install Get:196 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgmp-dev amd64 2:6.1.0+dfsg-2 [314 kB] unit-abot-epc-basic-0: 13:34:12 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: 13:34:12 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 13% 365K 3s unit-oai-epc-0: 13:34:12 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 17% 31.3M 2s unit-oai-epc-0: 13:34:12 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 22% 44.2M 1s unit-abot-epc-basic-0: 13:34:12 DEBUG unit.abot-epc-basic/0.install Get:198 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 pkg-config amd64 0.29.1-0ubuntu1 [45.0 kB] unit-abot-epc-basic-0: 13:34:12 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: 13:34:12 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 26% 372K 2s unit-oai-epc-0: 13:34:12 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 31% 30.6M 1s unit-oai-epc-0: 13:34:12 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 35% 29.8M 1s unit-oai-epc-0: 13:34:12 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 39% 41.4M 1s unit-oai-epc-0: 13:34:12 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 44% 37.0M 1s unit-oai-epc-0: 13:34:12 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 48% 48.9M 1s unit-abot-epc-basic-0: 13:34:13 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: 13:34:13 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 53% 383K 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 57% 27.5M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 62% 33.2M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 66% 33.0M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 71% 36.2M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 75% 32.1M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 79% 88.1M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 84% 66.9M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 88% 90.6M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 93% 67.7M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 97% 83.6M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 1100K .......... .......... ...... 100% 85.3M=0.7s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 2018-08-05 13:34:13 (1.58 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: 13:34:13 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install --2018-08-05 13:34:13-- 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: 13:34:13 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 13:34:13 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: 13:34:13 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-epc-0: 13:34:13 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: 13:34:13 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 31.0M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 51.3M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 1% 50.6M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 1% 51.0M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 1% 48.6M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 2% 27.2M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 2% 44.8M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 3% 56.0M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 3% 55.0M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 3% 102M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 4% 107M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 4% 93.2M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 4% 102M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 5% 104M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 5% 111M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 6% 91.9M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 6% 110M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 6% 102M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 7% 111M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 7% 88.7M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 8% 104M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 8% 97.9M 0s unit-abot-epc-basic-0: 13:34:13 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: 13:34:13 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 8% 417K 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 9% 31.0M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 9% 35.1M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 9% 40.5M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 10% 53.1M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 10% 47.9M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 11% 44.2M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 11% 44.9M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 11% 104M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 12% 57.4M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 12% 44.6M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 13% 32.8M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 13% 35.2M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 13% 38.5M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 14% 37.8M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 14% 27.0M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 14% 22.2M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 15% 44.0M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 15% 117M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 16% 90.0M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 16% 111M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 16% 109M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 17% 109M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 17% 97.8M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 17% 114M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 18% 113M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 18% 113M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 19% 95.6M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 19% 111M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 19% 110M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 20% 104M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 20% 97.4M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 21% 113M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 21% 112M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 21% 107M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 22% 96.1M 1s unit-abot-epc-basic-0: 13:34:13 DEBUG unit.abot-epc-basic/0.install Get:203 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 iproute all 1:4.3.0-1ubuntu3.16.04.3 [2,430 B] unit-abot-epc-basic-0: 13:34:13 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: 13:34:13 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 22% 460K 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 22% 38.9M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 23% 44.8M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 23% 57.0M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 24% 50.5M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 24% 56.1M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 24% 55.8M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 25% 63.0M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 25% 63.4M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 26% 54.4M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 26% 64.4M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 26% 64.1M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 27% 68.1M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 27% 63.3M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 27% 65.8M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 28% 65.4M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 28% 64.1M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 29% 61.4M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 29% 64.5M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 29% 66.5M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 30% 67.3M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 30% 57.8M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 30% 66.1M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 31% 67.9M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 31% 69.6M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 32% 53.6M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 32% 70.5M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 32% 115M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 33% 115M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 33% 107M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 34% 104M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 34% 105M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 34% 108M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 35% 107M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 35% 112M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 35% 118M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 36% 117M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 36% 103M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 37% 124M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 37% 113M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 37% 120M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 38% 96.1M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 38% 119M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 39% 118M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 39% 116M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 39% 102M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 40% 115M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 40% 119M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 40% 467K 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 41% 46.0M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 41% 52.7M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 42% 55.0M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 42% 51.2M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 42% 62.3M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 43% 67.9M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 43% 65.3M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 43% 59.0M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 44% 64.4M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 44% 65.8M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 45% 63.9M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 45% 60.7M 1s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 45% 66.6M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 46% 68.2M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 46% 67.3M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 47% 70.5M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 47% 67.0M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 47% 68.2M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 48% 72.7M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 48% 63.0M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 48% 75.4M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 49% 87.3M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 49% 72.2M 0s machine-3: 13:34:13 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-3: 13:34:13 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 50% 66.6M 0s machine-3: 13:34:13 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 50% 78.4M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 50% 73.7M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 51% 75.9M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 51% 68.3M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 52% 87.9M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 52% 109M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 52% 109M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 53% 96.8M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 53% 109M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 53% 107M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 54% 106M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 54% 96.4M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 55% 106M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 55% 108M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 55% 109M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 56% 96.5M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 56% 110M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 57% 109M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 57% 111M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 57% 93.0M 0s unit-abot-epc-basic-0: 13:34:13 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: 13:34:13 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 58% 463K 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 58% 54.7M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 58% 47.1M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 59% 49.4M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 59% 50.6M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 60% 60.5M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 60% 62.7M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 60% 60.0M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 61% 66.1M 0s unit-abot-epc-basic-0: 13:34:13 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: 13:34:13 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 61% 65.9M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 61% 69.9M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 62% 65.3M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 62% 69.9M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 63% 71.1M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 63% 57.2M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 63% 45.6M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 64% 70.7M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 64% 72.8M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 65% 77.0M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 65% 62.4M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 65% 73.8M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 66% 78.7M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 66% 80.9M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 66% 65.1M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 67% 70.2M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 67% 66.8M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 68% 69.7M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 68% 69.4M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 68% 66.8M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 69% 81.8M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 69% 75.8M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 70% 97.7M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 70% 116M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 70% 120M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 71% 119M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 71% 99.3M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 71% 117M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 72% 118M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 72% 108M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 73% 93.1M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 73% 102M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 73% 108M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 74% 108M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 74% 104M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 74% 112M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 75% 86.0M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 75% 92.8M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 76% 102M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 76% 109M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 76% 109M 0s unit-abot-epc-basic-0: 13:34:13 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: 13:34:13 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 77% 473K 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 77% 62.7M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 78% 57.7M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 78% 47.6M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 78% 54.3M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 79% 69.4M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 79% 68.0M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 79% 59.3M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 80% 67.2M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 80% 70.6M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 81% 69.7M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 81% 62.9M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 81% 74.4M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 82% 78.8M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 82% 89.0M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 83% 62.2M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 83% 70.9M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 83% 68.7M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 84% 72.6M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 84% 64.7M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 84% 68.8M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 85% 78.2M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 85% 75.1M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 86% 76.5M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 86% 74.2M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 86% 70.9M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 87% 77.0M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 87% 72.8M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 87% 70.4M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 88% 77.3M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 88% 95.2M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 89% 69.1M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 89% 73.7M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 89% 74.8M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 90% 99.2M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 90% 69.6M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 91% 79.9M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 91% 108M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 91% 107M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 92% 96.8M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 92% 110M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 92% 111M 0s unit-abot-epc-basic-0: 13:34:13 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: 13:34:13 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 93% 111M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 93% 96.6M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 94% 100M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 94% 111M 0s unit-oai-epc-0: 13:34:13 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 94% 108M 0s machine-3: 13:34:14 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 13:34:14 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-3: 13:34:14 DEBUG juju.worker start "engine" machine-3: 13:34:14 INFO juju.worker start "engine" machine-3: 13:34:14 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 13:34:14 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 13:34:14 DEBUG juju.worker "engine" started machine-3: 13:34:14 DEBUG juju.worker.introspection stats worker now serving machine-3: 13:34:14 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 13:34:14 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 13:34:14 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 13:34:14 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 13:34:14 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 13:34:14 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-3: 13:34:14 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 13:34:14 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 13:34:14 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 13:34:14 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-abot-epc-basic-0: 13:34:14 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] machine-3: 13:34:14 DEBUG juju.worker.apicaller connecting with old password machine-3: 13:34:14 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:34:14 DEBUG juju.api successfully dialed "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-3: 13:34:14 INFO juju.api connection established to "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-3: 13:34:14 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 13:34:14 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 13:34:14 DEBUG juju.api successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 95% 464K 0s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 95% 49.3M 0s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 96% 60.1M 0s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 96% 56.3M 0s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 96% 56.7M 0s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 97% 50.9M 0s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 97% 53.8M 0s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 97% 99.1M 0s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 98% 104M 0s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 98% 78.7M 0s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 99% 104M 0s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 99% 114M 0s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 99% 106M 0s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 13050K .......... ........ 100% 69.9M=0.8s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 2018-08-05 13:34:14 (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-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install --2018-08-05 13:34:14-- 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: 13:34:14 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 13:34:14 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: 13:34:14 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-epc-0: 13:34:14 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: 13:34:14 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 51.2M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 59.3M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 0% 53.5M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 0% 64.3M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 0% 52.6M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 0% 61.2M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 0% 68.3M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 0% 67.9M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 0% 64.6M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 0% 70.7M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 1% 69.1M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 1% 69.8M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 1% 60.8M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 1% 69.6M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 1% 67.7M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 1% 72.2M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 1% 61.8M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 1% 72.8M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 1% 69.6M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 1% 71.8M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 1% 60.1M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 2% 69.8M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 2% 67.7M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 2% 71.7M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 2% 58.4M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 2% 68.2M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 2% 72.1M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 2% 72.6M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 2% 65.6M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 2% 76.0M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 2% 79.3M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 2% 77.2M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 3% 64.5M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 3% 71.7M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 3% 67.5M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 3% 69.9M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 3% 68.6M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 3% 109M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 3% 109M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 3% 106M 1s unit-abot-epc-basic-0: 13:34:14 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: 13:34:14 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 3% 92.9M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 3% 104M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 3% 110M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 4% 98.7M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 4% 94.7M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 4% 109M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 4% 109M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 4% 112M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 4% 90.7M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 4% 110M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 4% 104M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 4% 109M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 4% 89.9M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 5% 111M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 5% 105M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 5% 113M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 5% 91.3M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 5% 115M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 5% 107M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 5% 114M 1s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 5% 96.4M 1s machine-3: 13:34:14 DEBUG juju.worker.apicaller connected machine-3: 13:34:14 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 13:34:14 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: 13:34:14 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 5% 500K 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 5% 55.2M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 5% 67.1M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 6% 59.1M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 6% 65.0M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 6% 74.4M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 6% 77.5M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 6% 70.3M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 6% 79.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 6% 73.3M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 6% 70.4M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 6% 61.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 6% 73.5M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 6% 71.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 7% 70.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 7% 73.2M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 7% 84.0M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 7% 84.0M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 7% 71.1M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 7% 61.4M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 7% 73.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 7% 76.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 7% 66.1M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 7% 64.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 7% 72.3M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 8% 86.0M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 8% 73.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 8% 62.4M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 8% 69.2M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 8% 78.2M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 8% 67.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 8% 61.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 8% 73.3M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 8% 79.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 8% 68.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 9% 72.2M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 9% 73.5M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 9% 72.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 9% 69.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 9% 75.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 9% 106M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 9% 111M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 9% 107M 2s unit-abot-epc-basic-0: 13:34:14 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] machine-3: 13:34:14 DEBUG juju.worker.apicaller password changed machine-3: 13:34:14 DEBUG juju.api RPC connection died machine-3: 13:34:14 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 9% 463K 3s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 9% 47.7M 3s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 9% 46.2M 3s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 10% 54.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 10% 54.1M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 10% 52.1M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 10% 61.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 10% 64.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 10% 64.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 10% 63.0M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 10% 65.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 10% 68.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 10% 64.0M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 10% 55.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 11% 65.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 11% 66.2M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 11% 63.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 11% 58.2M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 11% 63.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 11% 67.2M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 11% 104M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 11% 67.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 11% 70.4M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 11% 67.2M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 11% 66.4M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 12% 58.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 12% 63.2M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 12% 68.5M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 12% 65.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 12% 57.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 12% 63.4M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 12% 65.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 12% 66.0M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 12% 72.5M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 12% 70.5M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 13% 82.1M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 13% 83.3M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 13% 61.2M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 13% 106M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 13% 102M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 13% 110M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 13% 93.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 13% 107M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 13% 107M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 13% 113M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 13% 87.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 14% 111M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 14% 106M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 14% 109M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 14% 93.3M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 14% 107M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 14% 107M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 14% 109M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 14% 96.2M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 14% 109M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 14% 105M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 14% 109M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 15% 85.2M 2s machine-3: 13:34:14 DEBUG juju.worker.apicaller connecting with current password machine-3: 13:34:14 DEBUG juju.api successfully dialed "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-3: 13:34:14 INFO juju.api connection established to "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-3: 13:34:14 DEBUG juju.api successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 15% 505K 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 15% 44.1M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 15% 47.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 15% 63.1M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 15% 93.2M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 15% 96.1M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 15% 45.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 15% 59.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 15% 58.5M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 15% 63.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 16% 50.2M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 16% 61.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 16% 69.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 16% 71.5M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 16% 59.1M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 16% 73.3M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 16% 82.3M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 16% 82.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 16% 63.5M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 16% 69.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 17% 70.0M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 17% 88.2M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 17% 81.5M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 17% 71.1M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 17% 72.7M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 17% 75.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 17% 66.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 17% 74.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 17% 74.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 17% 72.1M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 17% 70.7M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 18% 105M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 18% 108M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 18% 84.0M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 18% 70.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 18% 112M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 18% 107M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 18% 81.5M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 18% 66.7M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 18% 80.4M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 18% 77.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 18% 72.5M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 19% 67.3M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 19% 94.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 19% 108M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 19% 109M 2s unit-abot-epc-basic-0: 13:34:14 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: 13:34:14 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 19% 468K 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 19% 52.0M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 19% 59.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 19% 56.2M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 19% 61.7M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 19% 52.3M 2s unit-abot-epc-basic-0: 13:34:14 DEBUG unit.abot-epc-basic/0.install Get:215 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-dev amd64 2.48.2-0ubuntu4 [1,375 kB] unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 19% 68.7M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 20% 72.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 20% 71.2M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 20% 58.5M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 20% 64.0M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 20% 67.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 20% 66.7M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 20% 56.1M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 20% 66.7M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 20% 67.2M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 20% 66.4M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 21% 59.1M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 21% 65.7M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 21% 68.0M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 21% 68.4M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 21% 59.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 21% 65.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 21% 68.1M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 21% 66.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 21% 73.0M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 21% 74.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 21% 74.3M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 22% 73.5M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 22% 82.4M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 22% 80.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 22% 106M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 22% 111M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 22% 89.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 22% 108M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 22% 115M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 22% 92.4M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 22% 67.2M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 22% 71.0M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 23% 70.1M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 23% 67.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 23% 60.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 23% 69.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 23% 66.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 23% 68.1M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 23% 91.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 23% 102M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 23% 109M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 23% 103M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 23% 92.7M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 24% 108M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 24% 112M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 24% 104M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 13050K .......... .......... .......... .......... .......... 24% 93.3M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 13100K .......... .......... .......... .......... .......... 24% 98.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 13150K .......... .......... .......... .......... .......... 24% 108M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 13200K .......... .......... .......... .......... .......... 24% 109M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 13250K .......... .......... .......... .......... .......... 24% 97.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 13300K .......... .......... .......... .......... .......... 24% 112M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 13350K .......... .......... .......... .......... .......... 24% 501K 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 13400K .......... .......... .......... .......... .......... 25% 54.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 13450K .......... .......... .......... .......... .......... 25% 47.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 13500K .......... .......... .......... .......... .......... 25% 68.4M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 13550K .......... .......... .......... .......... .......... 25% 56.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 13600K .......... .......... .......... .......... .......... 25% 71.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 13650K .......... .......... .......... .......... .......... 25% 59.2M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 13700K .......... .......... .......... .......... .......... 25% 78.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 13750K .......... .......... .......... .......... .......... 25% 78.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 13800K .......... .......... .......... .......... .......... 25% 78.4M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 13850K .......... .......... .......... .......... .......... 25% 63.4M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 13900K .......... .......... .......... .......... .......... 25% 86.2M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 13950K .......... .......... .......... .......... .......... 26% 73.3M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 14000K .......... .......... .......... .......... .......... 26% 73.4M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 14050K .......... .......... .......... .......... .......... 26% 67.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 14100K .......... .......... .......... .......... .......... 26% 70.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 14150K .......... .......... .......... .......... .......... 26% 66.3M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 14200K .......... .......... .......... .......... .......... 26% 78.0M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 14250K .......... .......... .......... .......... .......... 26% 61.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 14300K .......... .......... .......... .......... .......... 26% 76.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 14350K .......... .......... .......... .......... .......... 26% 70.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 14400K .......... .......... .......... .......... .......... 26% 78.3M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 14450K .......... .......... .......... .......... .......... 26% 70.3M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 14500K .......... .......... .......... .......... .......... 27% 71.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 14550K .......... .......... .......... .......... .......... 27% 70.0M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 14600K .......... .......... .......... .......... .......... 27% 89.0M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 14650K .......... .......... .......... .......... .......... 27% 66.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 14700K .......... .......... .......... .......... .......... 27% 85.3M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 14750K .......... .......... .......... .......... .......... 27% 66.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 14800K .......... .......... .......... .......... .......... 27% 72.4M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 14850K .......... .......... .......... .......... .......... 27% 64.4M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 14900K .......... .......... .......... .......... .......... 27% 78.2M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 14950K .......... .......... .......... .......... .......... 27% 103M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 15000K .......... .......... .......... .......... .......... 27% 92.6M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 15050K .......... .......... .......... .......... .......... 28% 96.2M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 15100K .......... .......... .......... .......... .......... 28% 105M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 15150K .......... .......... .......... .......... .......... 28% 34.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 15200K .......... .......... .......... .......... .......... 28% 75.3M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 15250K .......... .......... .......... .......... .......... 28% 70.0M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 15300K .......... .......... .......... .......... .......... 28% 64.9M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 15350K .......... .......... .......... .......... .......... 28% 67.8M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 15400K .......... .......... .......... .......... .......... 28% 70.4M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 15450K .......... .......... .......... .......... .......... 28% 70.0M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 15500K .......... .......... .......... .......... .......... 28% 62.4M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 15550K .......... .......... .......... .......... .......... 29% 66.0M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 15600K .......... .......... .......... .......... .......... 29% 72.1M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 15650K .......... .......... .......... .......... .......... 29% 98.1M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 15700K .......... .......... .......... .......... .......... 29% 93.3M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 15750K .......... .......... .......... .......... .......... 29% 111M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 15800K .......... .......... .......... .......... .......... 29% 106M 2s unit-oai-epc-0: 13:34:14 DEBUG unit.oai-epc/0.install 15850K .......... .......... .......... .......... .......... 29% 108M 2s unit-abot-epc-basic-0: 13:34:14 DEBUG unit.abot-epc-basic/0.install Get:216 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdbus-1-dev amd64 1.10.6-1ubuntu3.3 [161 kB] unit-abot-epc-basic-0: 13:34:15 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-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 15900K .......... .......... .......... .......... .......... 29% 482K 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 15950K .......... .......... .......... .......... .......... 29% 57.2M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 16000K .......... .......... .......... .......... .......... 29% 60.7M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 16050K .......... .......... .......... .......... .......... 29% 57.6M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 16100K .......... .......... .......... .......... .......... 30% 49.5M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 16150K .......... .......... .......... .......... .......... 30% 62.1M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 16200K .......... .......... .......... .......... .......... 30% 64.1M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 16250K .......... .......... .......... .......... .......... 30% 69.5M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 16300K .......... .......... .......... .......... .......... 30% 57.9M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 16350K .......... .......... .......... .......... .......... 30% 70.3M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 16400K .......... .......... .......... .......... .......... 30% 65.0M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 16450K .......... .......... .......... .......... .......... 30% 67.8M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 16500K .......... .......... .......... .......... .......... 30% 56.1M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 16550K .......... .......... .......... .......... .......... 30% 69.1M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 16600K .......... .......... .......... .......... .......... 30% 70.3M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 16650K .......... .......... .......... .......... .......... 31% 108M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 16700K .......... .......... .......... .......... .......... 31% 93.4M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 16750K .......... .......... .......... .......... .......... 31% 108M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 16800K .......... .......... .......... .......... .......... 31% 105M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 16850K .......... .......... .......... .......... .......... 31% 85.0M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 16900K .......... .......... .......... .......... .......... 31% 61.4M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 16950K .......... .......... .......... .......... .......... 31% 74.1M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 17000K .......... .......... .......... .......... .......... 31% 71.4M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 17050K .......... .......... .......... .......... .......... 31% 75.1M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 17100K .......... .......... .......... .......... .......... 31% 58.6M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 17150K .......... .......... .......... .......... .......... 31% 68.6M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 17200K .......... .......... .......... .......... .......... 32% 67.2M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 17250K .......... .......... .......... .......... .......... 32% 70.0M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 17300K .......... .......... .......... .......... .......... 32% 70.4M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 17350K .......... .......... .......... .......... .......... 32% 75.0M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 17400K .......... .......... .......... .......... .......... 32% 75.0M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 17450K .......... .......... .......... .......... .......... 32% 95.1M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 17500K .......... .......... .......... .......... .......... 32% 79.4M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 17550K .......... .......... .......... .......... .......... 32% 81.9M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 17600K .......... .......... .......... .......... .......... 32% 109M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 17650K .......... .......... .......... .......... .......... 32% 107M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 17700K .......... .......... .......... .......... .......... 33% 84.6M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 17750K .......... .......... .......... .......... .......... 33% 81.3M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 17800K .......... .......... .......... .......... .......... 33% 71.0M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 17850K .......... .......... .......... .......... .......... 33% 68.5M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 17900K .......... .......... .......... .......... .......... 33% 62.1M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 17950K .......... .......... .......... .......... .......... 33% 72.8M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 18000K .......... .......... .......... .......... .......... 33% 69.2M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 18050K .......... .......... .......... .......... .......... 33% 68.1M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 18100K .......... .......... .......... .......... .......... 33% 71.6M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 18150K .......... .......... .......... .......... .......... 33% 107M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 18200K .......... .......... .......... .......... .......... 33% 108M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 18250K .......... .......... .......... .......... .......... 34% 112M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 18300K .......... .......... .......... .......... .......... 34% 94.2M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 18350K .......... .......... .......... .......... .......... 34% 109M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 18400K .......... .......... .......... .......... .......... 34% 108M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 18450K .......... .......... .......... .......... .......... 34% 105M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 18500K .......... .......... .......... .......... .......... 34% 95.5M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 18550K .......... .......... .......... .......... .......... 34% 104M 2s unit-abot-epc-basic-0: 13:34:15 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-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 18600K .......... .......... .......... .......... .......... 34% 486K 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 18650K .......... .......... .......... .......... .......... 34% 53.6M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 18700K .......... .......... .......... .......... .......... 34% 52.3M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 18750K .......... .......... .......... .......... .......... 34% 47.7M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 18800K .......... .......... .......... .......... .......... 35% 52.9M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 18850K .......... .......... .......... .......... .......... 35% 72.3M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 18900K .......... .......... .......... .......... .......... 35% 72.5M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 18950K .......... .......... .......... .......... .......... 35% 60.9M 2s unit-abot-epc-basic-0: 13:34:15 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-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 19000K .......... .......... .......... .......... .......... 35% 67.6M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 19050K .......... .......... .......... .......... .......... 35% 66.1M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 19100K .......... .......... .......... .......... .......... 35% 65.8M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 19150K .......... .......... .......... .......... .......... 35% 59.1M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 19200K .......... .......... .......... .......... .......... 35% 66.1M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 19250K .......... .......... .......... .......... .......... 35% 68.8M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 19300K .......... .......... .......... .......... .......... 35% 67.9M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 19350K .......... .......... .......... .......... .......... 36% 76.5M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 19400K .......... .......... .......... .......... .......... 36% 100M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 19450K .......... .......... .......... .......... .......... 36% 110M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 19500K .......... .......... .......... .......... .......... 36% 104M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 19550K .......... .......... .......... .......... .......... 36% 71.2M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 19600K .......... .......... .......... .......... .......... 36% 69.3M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 19650K .......... .......... .......... .......... .......... 36% 68.7M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 19700K .......... .......... .......... .......... .......... 36% 74.8M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 19750K .......... .......... .......... .......... .......... 36% 66.7M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 19800K .......... .......... .......... .......... .......... 36% 71.9M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 19850K .......... .......... .......... .......... .......... 37% 45.2M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 19900K .......... .......... .......... .......... .......... 37% 56.1M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 19950K .......... .......... .......... .......... .......... 37% 57.0M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 20000K .......... .......... .......... .......... .......... 37% 73.7M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 20050K .......... .......... .......... .......... .......... 37% 83.9M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 20100K .......... .......... .......... .......... .......... 37% 72.6M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 20150K .......... .......... .......... .......... .......... 37% 63.0M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 20200K .......... .......... .......... .......... .......... 37% 72.9M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 20250K .......... .......... .......... .......... .......... 37% 104M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 20300K .......... .......... .......... .......... .......... 37% 109M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 20350K .......... .......... .......... .......... .......... 37% 71.8M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 20400K .......... .......... .......... .......... .......... 38% 82.6M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 20450K .......... .......... .......... .......... .......... 38% 80.7M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 20500K .......... .......... .......... .......... .......... 38% 88.4M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 20550K .......... .......... .......... .......... .......... 38% 81.7M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 20600K .......... .......... .......... .......... .......... 38% 80.8M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 20650K .......... .......... .......... .......... .......... 38% 85.7M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 20700K .......... .......... .......... .......... .......... 38% 81.8M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 20750K .......... .......... .......... .......... .......... 38% 76.7M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 20800K .......... .......... .......... .......... .......... 38% 93.6M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 20850K .......... .......... .......... .......... .......... 38% 75.5M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 20900K .......... .......... .......... .......... .......... 38% 80.0M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 20950K .......... .......... .......... .......... .......... 39% 73.6M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 21000K .......... .......... .......... .......... .......... 39% 91.1M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 21050K .......... .......... .......... .......... .......... 39% 23.0M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 21100K .......... .......... .......... .......... .......... 39% 29.4M 2s unit-abot-epc-basic-0: 13:34:15 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: 13:34:15 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: 13:34:15 DEBUG unit.oai-epc/0.install 21150K .......... .......... .......... .......... .......... 39% 350K 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 21200K .......... .......... .......... .......... .......... 39% 44.6M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 21250K .......... .......... .......... .......... .......... 39% 73.4M 2s unit-abot-epc-basic-0: 13:34:15 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] machine-3: 13:34:15 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 21300K .......... .......... .......... .......... .......... 39% 536K 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 21350K .......... .......... .......... .......... .......... 39% 89.1M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 21400K .......... .......... .......... .......... .......... 39% 79.2M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 21450K .......... .......... .......... .......... .......... 39% 91.5M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 21500K .......... .......... .......... .......... .......... 40% 74.9M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 21550K .......... .......... .......... .......... .......... 40% 95.9M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 21600K .......... .......... .......... .......... .......... 40% 85.4M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 21650K .......... .......... .......... .......... .......... 40% 94.0M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 21700K .......... .......... .......... .......... .......... 40% 78.3M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 21750K .......... .......... .......... .......... .......... 40% 104M 2s machine-3: 13:34:15 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 21800K .......... .......... .......... .......... .......... 40% 103M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 21850K .......... .......... .......... .......... .......... 40% 107M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 21900K .......... .......... .......... .......... .......... 40% 94.7M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 21950K .......... .......... .......... .......... .......... 40% 102M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 22000K .......... .......... .......... .......... .......... 41% 7.70M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 22050K .......... .......... .......... .......... .......... 41% 62.2M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 22100K .......... .......... .......... .......... .......... 41% 57.3M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 22150K .......... .......... .......... .......... .......... 41% 63.8M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 22200K .......... .......... .......... .......... .......... 41% 72.5M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 22250K .......... .......... .......... .......... .......... 41% 97.9M 2s machine-3: 13:34:15 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 13:34:15 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-3: 13:34:15 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-3: 13:34:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 22300K .......... .......... .......... .......... .......... 41% 72.1M 2s machine-3: 13:34:15 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 13:34:15 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-3: 13:34:15 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-3: 13:34:15 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-3: 13:34:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 13:34:15 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 13:34:15 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 13:34:15 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 13:34:15 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-3: 13:34:15 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-3: 13:34:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-3: 13:34:15 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 13:34:15 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 13:34:15 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 22350K .......... .......... .......... .......... .......... 41% 83.3M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 22400K .......... .......... .......... .......... .......... 41% 106M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 22450K .......... .......... .......... .......... .......... 41% 104M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 22500K .......... .......... .......... .......... .......... 41% 92.8M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 22550K .......... .......... .......... .......... .......... 42% 108M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 22600K .......... .......... .......... .......... .......... 42% 42.8M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 22650K .......... .......... .......... .......... .......... 42% 67.2M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 22700K .......... .......... .......... .......... .......... 42% 54.2M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 22750K .......... .......... .......... .......... .......... 42% 58.5M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 22800K .......... .......... .......... .......... .......... 42% 72.8M 2s unit-abot-epc-basic-0: 13:34:15 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: 13:34:15 DEBUG unit.oai-epc/0.install 22850K .......... .......... .......... .......... .......... 42% 91.7M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 22900K .......... .......... .......... .......... .......... 42% 94.8M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 22950K .......... .......... .......... .......... .......... 42% 107M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 23000K .......... .......... .......... .......... .......... 42% 78.4M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 23050K .......... .......... .......... .......... .......... 42% 81.7M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 23100K .......... .......... .......... .......... .......... 43% 69.3M 2s machine-3: 13:34:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 23150K .......... .......... .......... .......... .......... 43% 96.9M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 23200K .......... .......... .......... .......... .......... 43% 95.0M 2s machine-3: 13:34:15 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 13:34:15 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 13:34:15 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 23250K .......... .......... .......... .......... .......... 43% 81.8M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 23300K .......... .......... .......... .......... .......... 43% 69.0M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 23350K .......... .......... .......... .......... .......... 43% 89.7M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 23400K .......... .......... .......... .......... .......... 43% 107M 2s machine-3: 13:34:15 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:34:15 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 23450K .......... .......... .......... .......... .......... 43% 97.6M 2s machine-3: 13:34:15 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 23500K .......... .......... .......... .......... .......... 43% 67.9M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 23550K .......... .......... .......... .......... .......... 43% 71.0M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 23600K .......... .......... .......... .......... .......... 43% 106M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 23650K .......... .......... .......... .......... .......... 44% 106M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 23700K .......... .......... .......... .......... .......... 44% 64.0M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 23750K .......... .......... .......... .......... .......... 44% 77.9M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 23800K .......... .......... .......... .......... .......... 44% 60.8M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 23850K .......... .......... .......... .......... .......... 44% 75.9M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 23900K .......... .......... .......... .......... .......... 44% 64.8M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 23950K .......... .......... .......... .......... .......... 44% 88.5M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 24000K .......... .......... .......... .......... .......... 44% 92.4M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 24050K .......... .......... .......... .......... .......... 44% 50.5M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 24100K .......... .......... .......... .......... .......... 44% 83.1M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 24150K .......... .......... .......... .......... .......... 45% 107M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 24200K .......... .......... .......... .......... .......... 45% 95.0M 2s machine-3: 13:34:15 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 13:34:15 INFO juju.worker.upgrader unblocking abort check machine-3: 13:34:15 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 13:34:15 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 13:34:15 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:34:15 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:34:15 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:34:15 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:34:15 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:34:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:34:15 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:34:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:34:15 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:34:15 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:34:15 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 13:34:15 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 13:34:15 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:34:15 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:34:15 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:34:15 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:34:15 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:34:15 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 13:34:15 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] machine-3: 13:34:15 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 13:34:15 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 13:34:15 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 13:34:15 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 13:34:15 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 13:34:15 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 13:34:15 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 13:34:15 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 13:34:15 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 13:34:15 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.213,192.168.120.3,::1,localhost", AutoNoProxy:""} machine-3: 13:34:15 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 13:34:15 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: 13:34:15 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 13:34:15 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 13:34:15 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 13:34:15 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 13:34:15 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 13:34:15 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 13:34:15 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 13:34:15 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 13:34:15 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 13:34:15 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 24250K .......... .......... .......... .......... .......... 45% 443K 2s machine-3: 13:34:15 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: 13:34:15 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 24300K .......... .......... .......... .......... .......... 45% 37.9M 2s machine-3: 13:34:15 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-3: 13:34:15 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 13:34:15 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 24350K .......... .......... .......... .......... .......... 45% 42.3M 2s machine-3: 13:34:15 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 13:34:15 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 13:34:15 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 13:34:15 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 24400K .......... .......... .......... .......... .......... 45% 44.9M 2s machine-3: 13:34:15 DEBUG juju.network including address local-cloud:192.168.120.5 for machine machine-3: 13:34:15 DEBUG juju.network including address local-machine:::1 for machine machine-3: 13:34:15 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.120.5 local-machine:::1] machine-3: 13:34:15 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.120.5 local-machine:::1] unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 24450K .......... .......... .......... .......... .......... 45% 98.5M 2s machine-3: 13:34:15 DEBUG juju.worker.reboot Reboot worker got action: noop unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 24500K .......... .......... .......... .......... .......... 45% 77.3M 2s machine-3: 13:34:15 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 24550K .......... .......... .......... .......... .......... 45% 16.9M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 24600K .......... .......... .......... .......... .......... 45% 47.9M 2s machine-3: 13:34:15 DEBUG juju.service discovered init system "upstart" from series "trusty" unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 24650K .......... .......... .......... .......... .......... 45% 62.2M 2s machine-3: 13:34:15 INFO juju.worker.deployer checking unit "oai-hss/0" unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 24700K .......... .......... .......... .......... .......... 46% 62.4M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 24750K .......... .......... .......... .......... .......... 46% 64.6M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 24800K .......... .......... .......... .......... .......... 46% 67.1M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 24850K .......... .......... .......... .......... .......... 46% 68.2M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 24900K .......... .......... .......... .......... .......... 46% 71.7M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 24950K .......... .......... .......... .......... .......... 46% 68.2M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 25000K .......... .......... .......... .......... .......... 46% 85.0M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 25050K .......... .......... .......... .......... .......... 46% 78.2M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 25100K .......... .......... .......... .......... .......... 46% 83.6M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 25150K .......... .......... .......... .......... .......... 46% 72.6M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 25200K .......... .......... .......... .......... .......... 46% 84.1M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 25250K .......... .......... .......... .......... .......... 47% 85.1M 2s machine-3: 13:34:15 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-abot-epc-basic-0: 13:34:15 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-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 25300K .......... .......... .......... .......... .......... 47% 76.6M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 25350K .......... .......... .......... .......... .......... 47% 65.4M 2s machine-3: 13:34:15 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 25400K .......... .......... .......... .......... .......... 47% 35.0M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 25450K .......... .......... .......... .......... .......... 47% 49.1M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 25500K .......... .......... .......... .......... .......... 47% 72.0M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 25550K .......... .......... .......... .......... .......... 47% 87.7M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 25600K .......... .......... .......... .......... .......... 47% 81.5M 2s machine-3: 13:34:15 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 13:34:15 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 13:34:15 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 13:34:15 DEBUG juju.network including address public:172.30.9.213 for machine machine-3: 13:34:15 DEBUG juju.network including address local-cloud:192.168.120.3 for machine machine-3: 13:34:15 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 13:34:15 DEBUG juju.network including address local-machine:::1 for machine machine-3: 13:34:15 DEBUG juju.network addresses after filtering: [public:172.30.9.213 local-cloud:192.168.120.3 local-machine:127.0.0.1 local-machine:::1] machine-3: 13:34:15 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.213:17070 192.168.120.3:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 25650K .......... .......... .......... .......... .......... 47% 79.3M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 25700K .......... .......... .......... .......... .......... 47% 74.6M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 25750K .......... .......... .......... .......... .......... 47% 84.1M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 25800K .......... .......... .......... .......... .......... 48% 70.1M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 25850K .......... .......... .......... .......... .......... 48% 68.4M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 25900K .......... .......... .......... .......... .......... 48% 73.9M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 25950K .......... .......... .......... .......... .......... 48% 63.3M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 26000K .......... .......... .......... .......... .......... 48% 72.7M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 26050K .......... .......... .......... .......... .......... 48% 73.7M 2s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 26100K .......... .......... .......... .......... .......... 48% 59.1M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 26150K .......... .......... .......... .......... .......... 48% 71.1M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 26200K .......... .......... .......... .......... .......... 48% 108M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 26250K .......... .......... .......... .......... .......... 48% 107M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 26300K .......... .......... .......... .......... .......... 49% 107M 1s machine-3: 13:34:15 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 13:34:15 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 26350K .......... .......... .......... .......... .......... 49% 97.2M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 26400K .......... .......... .......... .......... .......... 49% 103M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 26450K .......... .......... .......... .......... .......... 49% 110M 1s machine-3: 13:34:15 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 26500K .......... .......... .......... .......... .......... 49% 111M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 26550K .......... .......... .......... .......... .......... 49% 93.7M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 26600K .......... .......... .......... .......... .......... 49% 111M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 26650K .......... .......... .......... .......... .......... 49% 107M 1s machine-3: 13:34:15 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 26700K .......... .......... .......... .......... .......... 49% 112M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 26750K .......... .......... .......... .......... .......... 49% 92.6M 1s machine-3: 13:34:15 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 26800K .......... .......... .......... .......... .......... 49% 114M 1s machine-3: 13:34:15 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 26850K .......... .......... .......... .......... .......... 50% 108M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 26900K .......... .......... .......... .......... .......... 50% 112M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 26950K .......... .......... .......... .......... .......... 50% 97.4M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 27000K .......... .......... .......... .......... .......... 50% 111M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 27050K .......... .......... .......... .......... .......... 50% 113M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 27100K .......... .......... .......... .......... .......... 50% 107M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 27150K .......... .......... .......... .......... .......... 50% 99.1M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 27200K .......... .......... .......... .......... .......... 50% 103M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 27250K .......... .......... .......... .......... .......... 50% 114M 1s unit-abot-epc-basic-0: 13:34:15 DEBUG unit.abot-epc-basic/0.install Get:226 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-dev amd64 2.18.0-1 [79.5 kB] unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 27300K .......... .......... .......... .......... .......... 50% 516K 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 27350K .......... .......... .......... .......... .......... 50% 6.37M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 27400K .......... .......... .......... .......... .......... 51% 50.1M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 27450K .......... .......... .......... .......... .......... 51% 55.1M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 27500K .......... .......... .......... .......... .......... 51% 53.5M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 27550K .......... .......... .......... .......... .......... 51% 53.0M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 27600K .......... .......... .......... .......... .......... 51% 55.4M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 27650K .......... .......... .......... .......... .......... 51% 67.1M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 27700K .......... .......... .......... .......... .......... 51% 67.0M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 27750K .......... .......... .......... .......... .......... 51% 65.5M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 27800K .......... .......... .......... .......... .......... 51% 59.7M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 27850K .......... .......... .......... .......... .......... 51% 65.1M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 27900K .......... .......... .......... .......... .......... 51% 66.2M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 27950K .......... .......... .......... .......... .......... 52% 66.3M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 28000K .......... .......... .......... .......... .......... 52% 57.6M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 28050K .......... .......... .......... .......... .......... 52% 64.6M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 28100K .......... .......... .......... .......... .......... 52% 64.5M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 28150K .......... .......... .......... .......... .......... 52% 76.4M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 28200K .......... .......... .......... .......... .......... 52% 67.8M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 28250K .......... .......... .......... .......... .......... 52% 69.0M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 28300K .......... .......... .......... .......... .......... 52% 75.6M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 28350K .......... .......... .......... .......... .......... 52% 80.9M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 28400K .......... .......... .......... .......... .......... 52% 73.5M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 28450K .......... .......... .......... .......... .......... 53% 73.5M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 28500K .......... .......... .......... .......... .......... 53% 75.2M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 28550K .......... .......... .......... .......... .......... 53% 77.3M 1s unit-abot-epc-basic-0: 13:34:15 DEBUG unit.abot-epc-basic/0.install Get:227 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-dev amd64 3.6.0-2ubuntu2 [153 kB] unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 28600K .......... .......... .......... .......... .......... 53% 62.0M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 28650K .......... .......... .......... .......... .......... 53% 73.1M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 28700K .......... .......... .......... .......... .......... 53% 70.6M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 28750K .......... .......... .......... .......... .......... 53% 68.8M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 28800K .......... .......... .......... .......... .......... 53% 68.4M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 28850K .......... .......... .......... .......... .......... 53% 87.9M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 28900K .......... .......... .......... .......... .......... 53% 73.4M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 28950K .......... .......... .......... .......... .......... 53% 105M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 29000K .......... .......... .......... .......... .......... 54% 92.9M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 29050K .......... .......... .......... .......... .......... 54% 104M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 29100K .......... .......... .......... .......... .......... 54% 97.2M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 29150K .......... .......... .......... .......... .......... 54% 104M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 29200K .......... .......... .......... .......... .......... 54% 91.4M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 29250K .......... .......... .......... .......... .......... 54% 105M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 29300K .......... .......... .......... .......... .......... 54% 106M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 29350K .......... .......... .......... .......... .......... 54% 108M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 29400K .......... .......... .......... .......... .......... 54% 99.1M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 29450K .......... .......... .......... .......... .......... 54% 113M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 29500K .......... .......... .......... .......... .......... 54% 111M 1s machine-3: 13:34:15 INFO juju.worker.authenticationworker "machine-3" key updater worker started machine-3: 13:34:15 DEBUG juju.agent API server address details [["172.30.9.213:17070" "192.168.120.3:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.120.3:17070" "172.30.9.213:17070"] unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 29550K .......... .......... .......... .......... .......... 55% 511K 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 29600K .......... .......... .......... .......... .......... 55% 40.2M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 29650K .......... .......... .......... .......... .......... 55% 40.9M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 29700K .......... .......... .......... .......... .......... 55% 47.0M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 29750K .......... .......... .......... .......... .......... 55% 50.0M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 29800K .......... .......... .......... .......... .......... 55% 45.8M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 29850K .......... .......... .......... .......... .......... 55% 53.8M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 29900K .......... .......... .......... .......... .......... 55% 61.0M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 29950K .......... .......... .......... .......... .......... 55% 54.4M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 30000K .......... .......... .......... .......... .......... 55% 49.5M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 30050K .......... .......... .......... .......... .......... 55% 79.4M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 30100K .......... .......... .......... .......... .......... 56% 83.1M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 30150K .......... .......... .......... .......... .......... 56% 65.8M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 30200K .......... .......... .......... .......... .......... 56% 67.9M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 30250K .......... .......... .......... .......... .......... 56% 85.1M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 30300K .......... .......... .......... .......... .......... 56% 90.5M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 30350K .......... .......... .......... .......... .......... 56% 91.5M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 30400K .......... .......... .......... .......... .......... 56% 79.0M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 30450K .......... .......... .......... .......... .......... 56% 33.6M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 30500K .......... .......... .......... .......... .......... 56% 62.1M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 30550K .......... .......... .......... .......... .......... 56% 58.3M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 30600K .......... .......... .......... .......... .......... 57% 61.0M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 30650K .......... .......... .......... .......... .......... 57% 62.0M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 30700K .......... .......... .......... .......... .......... 57% 55.7M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 30750K .......... .......... .......... .......... .......... 57% 56.2M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 30800K .......... .......... .......... .......... .......... 57% 60.3M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 30850K .......... .......... .......... .......... .......... 57% 61.2M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 30900K .......... .......... .......... .......... .......... 57% 61.9M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 30950K .......... .......... .......... .......... .......... 57% 52.7M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 31000K .......... .......... .......... .......... .......... 57% 58.0M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 31050K .......... .......... .......... .......... .......... 57% 64.6M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 31100K .......... .......... .......... .......... .......... 57% 61.3M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 31150K .......... .......... .......... .......... .......... 58% 58.4M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 31200K .......... .......... .......... .......... .......... 58% 60.9M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 31250K .......... .......... .......... .......... .......... 58% 63.6M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 31300K .......... .......... .......... .......... .......... 58% 65.5M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 31350K .......... .......... .......... .......... .......... 58% 48.0M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 31400K .......... .......... .......... .......... .......... 58% 53.0M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 31450K .......... .......... .......... .......... .......... 58% 51.7M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 31500K .......... .......... .......... .......... .......... 58% 50.2M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 31550K .......... .......... .......... .......... .......... 58% 49.6M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 31600K .......... .......... .......... .......... .......... 58% 86.7M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 31650K .......... .......... .......... .......... .......... 58% 87.7M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 31700K .......... .......... .......... .......... .......... 59% 86.9M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 31750K .......... .......... .......... .......... .......... 59% 77.1M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 31800K .......... .......... .......... .......... .......... 59% 90.3M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 31850K .......... .......... .......... .......... .......... 59% 86.5M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 31900K .......... .......... .......... .......... .......... 59% 91.4M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 31950K .......... .......... .......... .......... .......... 59% 78.6M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 32000K .......... .......... .......... .......... .......... 59% 90.6M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 32050K .......... .......... .......... .......... .......... 59% 87.9M 1s unit-oai-epc-0: 13:34:15 DEBUG unit.oai-epc/0.install 32100K .......... .......... .......... .......... .......... 59% 94.6M 1s unit-abot-epc-basic-0: 13:34:15 DEBUG unit.abot-epc-basic/0.install Get:228 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatlas-dev amd64 3.10.2-9 [22.1 kB] unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 32150K .......... .......... .......... .......... .......... 59% 516K 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 32200K .......... .......... .......... .......... .......... 59% 44.3M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 32250K .......... .......... .......... .......... .......... 60% 42.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 32300K .......... .......... .......... .......... .......... 60% 45.9M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 32350K .......... .......... .......... .......... .......... 60% 38.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 32400K .......... .......... .......... .......... .......... 60% 50.2M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 32450K .......... .......... .......... .......... .......... 60% 48.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 32500K .......... .......... .......... .......... .......... 60% 52.0M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 32550K .......... .......... .......... .......... .......... 60% 52.5M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 32600K .......... .......... .......... .......... .......... 60% 65.0M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 32650K .......... .......... .......... .......... .......... 60% 68.3M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 32700K .......... .......... .......... .......... .......... 60% 83.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 32750K .......... .......... .......... .......... .......... 61% 50.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 32800K .......... .......... .......... .......... .......... 61% 83.5M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 32850K .......... .......... .......... .......... .......... 61% 95.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 32900K .......... .......... .......... .......... .......... 61% 90.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 32950K .......... .......... .......... .......... .......... 61% 83.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 33000K .......... .......... .......... .......... .......... 61% 95.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 33050K .......... .......... .......... .......... .......... 61% 88.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 33100K .......... .......... .......... .......... .......... 61% 77.9M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 33150K .......... .......... .......... .......... .......... 61% 82.7M 1s unit-abot-epc-basic-0: 13:34:16 DEBUG unit.abot-epc-basic/0.install Get:229 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatlas-base-dev amd64 3.10.2-9 [3,596 kB] unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 33200K .......... .......... .......... .......... .......... 61% 90.3M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 33250K .......... .......... .......... .......... .......... 61% 44.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 33300K .......... .......... .......... .......... .......... 62% 91.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 33350K .......... .......... .......... .......... .......... 62% 59.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 33400K .......... .......... .......... .......... .......... 62% 54.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 33450K .......... .......... .......... .......... .......... 62% 60.9M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 33500K .......... .......... .......... .......... .......... 62% 58.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 33550K .......... .......... .......... .......... .......... 62% 47.5M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 33600K .......... .......... .......... .......... .......... 62% 55.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 33650K .......... .......... .......... .......... .......... 62% 58.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 33700K .......... .......... .......... .......... .......... 62% 54.9M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 33750K .......... .......... .......... .......... .......... 62% 49.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 33800K .......... .......... .......... .......... .......... 62% 57.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 33850K .......... .......... .......... .......... .......... 63% 59.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 33900K .......... .......... .......... .......... .......... 63% 75.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 33950K .......... .......... .......... .......... .......... 63% 55.0M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 34000K .......... .......... .......... .......... .......... 63% 67.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 34050K .......... .......... .......... .......... .......... 63% 64.2M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 34100K .......... .......... .......... .......... .......... 63% 65.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 34150K .......... .......... .......... .......... .......... 63% 58.2M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 34200K .......... .......... .......... .......... .......... 63% 85.8M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 34250K .......... .......... .......... .......... .......... 63% 65.2M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 34300K .......... .......... .......... .......... .......... 63% 70.5M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 34350K .......... .......... .......... .......... .......... 63% 73.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 34400K .......... .......... .......... .......... .......... 64% 93.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 34450K .......... .......... .......... .......... .......... 64% 85.0M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 34500K .......... .......... .......... .......... .......... 64% 88.5M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 34550K .......... .......... .......... .......... .......... 64% 78.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 34600K .......... .......... .......... .......... .......... 64% 93.5M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 34650K .......... .......... .......... .......... .......... 64% 93.5M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 34700K .......... .......... .......... .......... .......... 64% 93.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 34750K .......... .......... .......... .......... .......... 64% 83.0M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 34800K .......... .......... .......... .......... .......... 64% 509K 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 34850K .......... .......... .......... .......... .......... 64% 41.9M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 34900K .......... .......... .......... .......... .......... 65% 44.5M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 34950K .......... .......... .......... .......... .......... 65% 39.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 35000K .......... .......... .......... .......... .......... 65% 50.9M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 35050K .......... .......... .......... .......... .......... 65% 53.2M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 35100K .......... .......... .......... .......... .......... 65% 57.5M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 35150K .......... .......... .......... .......... .......... 65% 48.3M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 35200K .......... .......... .......... .......... .......... 65% 52.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 35250K .......... .......... .......... .......... .......... 65% 59.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 35300K .......... .......... .......... .......... .......... 65% 68.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 35350K .......... .......... .......... .......... .......... 65% 58.2M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 35400K .......... .......... .......... .......... .......... 65% 60.9M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 35450K .......... .......... .......... .......... .......... 66% 80.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 35500K .......... .......... .......... .......... .......... 66% 90.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 35550K .......... .......... .......... .......... .......... 66% 81.8M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 35600K .......... .......... .......... .......... .......... 66% 89.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 35650K .......... .......... .......... .......... .......... 66% 95.9M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 35700K .......... .......... .......... .......... .......... 66% 70.5M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 35750K .......... .......... .......... .......... .......... 66% 47.8M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 35800K .......... .......... .......... .......... .......... 66% 60.9M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 35850K .......... .......... .......... .......... .......... 66% 93.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 35900K .......... .......... .......... .......... .......... 66% 89.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 35950K .......... .......... .......... .......... .......... 66% 83.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 36000K .......... .......... .......... .......... .......... 67% 93.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 36050K .......... .......... .......... .......... .......... 67% 94.0M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 36100K .......... .......... .......... .......... .......... 67% 93.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 36150K .......... .......... .......... .......... .......... 67% 67.3M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 36200K .......... .......... .......... .......... .......... 67% 52.9M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 36250K .......... .......... .......... .......... .......... 67% 59.0M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 36300K .......... .......... .......... .......... .......... 67% 58.0M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 36350K .......... .......... .......... .......... .......... 67% 50.9M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 36400K .......... .......... .......... .......... .......... 67% 50.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 36450K .......... .......... .......... .......... .......... 67% 54.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 36500K .......... .......... .......... .......... .......... 67% 55.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 36550K .......... .......... .......... .......... .......... 68% 50.5M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 36600K .......... .......... .......... .......... .......... 68% 55.8M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 36650K .......... .......... .......... .......... .......... 68% 59.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 36700K .......... .......... .......... .......... .......... 68% 69.5M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 36750K .......... .......... .......... .......... .......... 68% 54.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 36800K .......... .......... .......... .......... .......... 68% 62.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 36850K .......... .......... .......... .......... .......... 68% 68.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 36900K .......... .......... .......... .......... .......... 68% 66.2M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 36950K .......... .......... .......... .......... .......... 68% 64.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 37000K .......... .......... .......... .......... .......... 68% 68.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 37050K .......... .......... .......... .......... .......... 69% 92.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 37100K .......... .......... .......... .......... .......... 69% 92.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 37150K .......... .......... .......... .......... .......... 69% 82.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 37200K .......... .......... .......... .......... .......... 69% 93.2M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 37250K .......... .......... .......... .......... .......... 69% 94.3M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 37300K .......... .......... .......... .......... .......... 69% 94.3M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 37350K .......... .......... .......... .......... .......... 69% 82.8M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 37400K .......... .......... .......... .......... .......... 69% 94.8M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 37450K .......... .......... .......... .......... .......... 69% 93.6M 1s unit-abot-epc-basic-0: 13:34:16 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: 13:34:16 DEBUG unit.abot-epc-basic/0.install Get:231 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpng12-dev amd64 1.2.54-1ubuntu1.1 [183 kB] unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 37500K .......... .......... .......... .......... .......... 69% 513K 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 37550K .......... .......... .......... .......... .......... 69% 55.9M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 37600K .......... .......... .......... .......... .......... 70% 66.8M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 37650K .......... .......... .......... .......... .......... 70% 79.0M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 37700K .......... .......... .......... .......... .......... 70% 59.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 37750K .......... .......... .......... .......... .......... 70% 57.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 37800K .......... .......... .......... .......... .......... 70% 55.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 37850K .......... .......... .......... .......... .......... 70% 64.2M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 37900K .......... .......... .......... .......... .......... 70% 58.2M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 37950K .......... .......... .......... .......... .......... 70% 64.0M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 38000K .......... .......... .......... .......... .......... 70% 65.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 38050K .......... .......... .......... .......... .......... 70% 66.5M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 38100K .......... .......... .......... .......... .......... 70% 61.2M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 38150K .......... .......... .......... .......... .......... 71% 68.2M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 38200K .......... .......... .......... .......... .......... 71% 73.2M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 38250K .......... .......... .......... .......... .......... 71% 94.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 38300K .......... .......... .......... .......... .......... 71% 73.5M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 38350K .......... .......... .......... .......... .......... 71% 113M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 38400K .......... .......... .......... .......... .......... 71% 101M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 38450K .......... .......... .......... .......... .......... 71% 113M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 38500K .......... .......... .......... .......... .......... 71% 92.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 38550K .......... .......... .......... .......... .......... 71% 111M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 38600K .......... .......... .......... .......... .......... 71% 77.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 38650K .......... .......... .......... .......... .......... 71% 72.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 38700K .......... .......... .......... .......... .......... 72% 54.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 38750K .......... .......... .......... .......... .......... 72% 64.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 38800K .......... .......... .......... .......... .......... 72% 70.2M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 38850K .......... .......... .......... .......... .......... 72% 108M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 38900K .......... .......... .......... .......... .......... 72% 95.3M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 38950K .......... .......... .......... .......... .......... 72% 36.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 39000K .......... .......... .......... .......... .......... 72% 62.3M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 39050K .......... .......... .......... .......... .......... 72% 69.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 39100K .......... .......... .......... .......... .......... 72% 37.3M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 39150K .......... .......... .......... .......... .......... 72% 63.3M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 39200K .......... .......... .......... .......... .......... 73% 87.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 39250K .......... .......... .......... .......... .......... 73% 71.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 39300K .......... .......... .......... .......... .......... 73% 68.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 39350K .......... .......... .......... .......... .......... 73% 64.8M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 39400K .......... .......... .......... .......... .......... 73% 68.8M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 39450K .......... .......... .......... .......... .......... 73% 57.3M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 39500K .......... .......... .......... .......... .......... 73% 67.2M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 39550K .......... .......... .......... .......... .......... 73% 66.8M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 39600K .......... .......... .......... .......... .......... 73% 67.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 39650K .......... .......... .......... .......... .......... 73% 73.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 39700K .......... .......... .......... .......... .......... 73% 76.3M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 39750K .......... .......... .......... .......... .......... 74% 72.3M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 39800K .......... .......... .......... .......... .......... 74% 78.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 39850K .......... .......... .......... .......... .......... 74% 77.5M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 39900K .......... .......... .......... .......... .......... 74% 73.5M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 39950K .......... .......... .......... .......... .......... 74% 72.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 40000K .......... .......... .......... .......... .......... 74% 94.9M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 40050K .......... .......... .......... .......... .......... 74% 92.8M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 40100K .......... .......... .......... .......... .......... 74% 103M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 40150K .......... .......... .......... .......... .......... 74% 110M 1s unit-abot-epc-basic-0: 13:34:16 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-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 40200K .......... .......... .......... .......... .......... 74% 498K 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 40250K .......... .......... .......... .......... .......... 74% 50.5M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 40300K .......... .......... .......... .......... .......... 75% 46.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 40350K .......... .......... .......... .......... .......... 75% 55.9M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 40400K .......... .......... .......... .......... .......... 75% 63.8M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 40450K .......... .......... .......... .......... .......... 75% 101M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 40500K .......... .......... .......... .......... .......... 75% 100M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 40550K .......... .......... .......... .......... .......... 75% 68.2M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 40600K .......... .......... .......... .......... .......... 75% 62.0M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 40650K .......... .......... .......... .......... .......... 75% 66.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 40700K .......... .......... .......... .......... .......... 75% 63.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 40750K .......... .......... .......... .......... .......... 75% 60.8M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 40800K .......... .......... .......... .......... .......... 75% 63.9M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 40850K .......... .......... .......... .......... .......... 76% 64.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 40900K .......... .......... .......... .......... .......... 76% 75.8M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 40950K .......... .......... .......... .......... .......... 76% 73.5M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 41000K .......... .......... .......... .......... .......... 76% 68.0M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 41050K .......... .......... .......... .......... .......... 76% 70.3M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 41100K .......... .......... .......... .......... .......... 76% 75.3M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 41150K .......... .......... .......... .......... .......... 76% 68.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 41200K .......... .......... .......... .......... .......... 76% 57.3M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 41250K .......... .......... .......... .......... .......... 76% 67.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 41300K .......... .......... .......... .......... .......... 76% 69.0M 1s unit-abot-epc-basic-0: 13:34:16 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-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 41350K .......... .......... .......... .......... .......... 77% 67.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 41400K .......... .......... .......... .......... .......... 77% 59.2M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 41450K .......... .......... .......... .......... .......... 77% 66.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 41500K .......... .......... .......... .......... .......... 77% 77.2M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 41550K .......... .......... .......... .......... .......... 77% 109M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 41600K .......... .......... .......... .......... .......... 77% 78.0M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 41650K .......... .......... .......... .......... .......... 77% 75.0M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 41700K .......... .......... .......... .......... .......... 77% 80.8M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 41750K .......... .......... .......... .......... .......... 77% 109M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 41800K .......... .......... .......... .......... .......... 77% 95.0M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 41850K .......... .......... .......... .......... .......... 77% 111M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 41900K .......... .......... .......... .......... .......... 78% 111M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 41950K .......... .......... .......... .......... .......... 78% 111M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 42000K .......... .......... .......... .......... .......... 78% 96.8M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 42050K .......... .......... .......... .......... .......... 78% 22.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 42100K .......... .......... .......... .......... .......... 78% 75.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 42150K .......... .......... .......... .......... .......... 78% 69.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 42200K .......... .......... .......... .......... .......... 78% 68.5M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 42250K .......... .......... .......... .......... .......... 78% 59.2M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 42300K .......... .......... .......... .......... .......... 78% 66.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 42350K .......... .......... .......... .......... .......... 78% 68.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 42400K .......... .......... .......... .......... .......... 78% 67.2M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 42450K .......... .......... .......... .......... .......... 79% 60.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 42500K .......... .......... .......... .......... .......... 79% 72.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 42550K .......... .......... .......... .......... .......... 79% 66.9M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 42600K .......... .......... .......... .......... .......... 79% 65.9M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 42650K .......... .......... .......... .......... .......... 79% 59.5M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 42700K .......... .......... .......... .......... .......... 79% 72.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 42750K .......... .......... .......... .......... .......... 79% 104M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 42800K .......... .......... .......... .......... .......... 79% 108M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 42850K .......... .......... .......... .......... .......... 79% 91.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 42900K .......... .......... .......... .......... .......... 79% 109M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 42950K .......... .......... .......... .......... .......... 79% 108M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 43000K .......... .......... .......... .......... .......... 80% 109M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 43050K .......... .......... .......... .......... .......... 80% 93.0M 1s machine-3: 13:34:16 INFO juju.worker.deployer deploying unit "oai-hss/0" unit-abot-epc-basic-0: 13:34:16 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] machine-3: 13:34:16 DEBUG juju.worker start "3-container-watcher" machine-3: 13:34:16 DEBUG juju.worker start "stateconverter" machine-3: 13:34:16 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 13:34:16 INFO juju.worker start "3-container-watcher" machine-3: 13:34:16 DEBUG juju.worker "3-container-watcher" started machine-3: 13:34:16 INFO juju.worker start "stateconverter" machine-3: 13:34:16 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 13:34:16 DEBUG juju.worker "stateconverter" started unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 43100K .......... .......... .......... .......... .......... 80% 511K 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 43150K .......... .......... .......... .......... .......... 80% 47.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 43200K .......... .......... .......... .......... .......... 80% 49.2M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 43250K .......... .......... .......... .......... .......... 80% 56.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 43300K .......... .......... .......... .......... .......... 80% 78.8M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 43350K .......... .......... .......... .......... .......... 80% 59.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 43400K .......... .......... .......... .......... .......... 80% 47.0M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 43450K .......... .......... .......... .......... .......... 80% 64.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 43500K .......... .......... .......... .......... .......... 81% 30.3M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 43550K .......... .......... .......... .......... .......... 81% 39.2M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 43600K .......... .......... .......... .......... .......... 81% 57.0M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 43650K .......... .......... .......... .......... .......... 81% 68.8M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 43700K .......... .......... .......... .......... .......... 81% 68.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 43750K .......... .......... .......... .......... .......... 81% 71.7M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 43800K .......... .......... .......... .......... .......... 81% 59.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 43850K .......... .......... .......... .......... .......... 81% 24.8M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 43900K .......... .......... .......... .......... .......... 81% 51.4M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 43950K .......... .......... .......... .......... .......... 81% 39.2M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 44000K .......... .......... .......... .......... .......... 81% 40.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 44050K .......... .......... .......... .......... .......... 82% 50.6M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 44100K .......... .......... .......... .......... .......... 82% 65.0M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 44150K .......... .......... .......... .......... .......... 82% 38.1M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 44200K .......... .......... .......... .......... .......... 82% 54.5M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 44250K .......... .......... .......... .......... .......... 82% 96.8M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 44300K .......... .......... .......... .......... .......... 82% 107M 1s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 44350K .......... .......... .......... .......... .......... 82% 107M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 44400K .......... .......... .......... .......... .......... 82% 93.6M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 44450K .......... .......... .......... .......... .......... 82% 107M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 44500K .......... .......... .......... .......... .......... 82% 109M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 44550K .......... .......... .......... .......... .......... 82% 99.9M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 44600K .......... .......... .......... .......... .......... 83% 89.2M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 44650K .......... .......... .......... .......... .......... 83% 73.9M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 44700K .......... .......... .......... .......... .......... 83% 107M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 44750K .......... .......... .......... .......... .......... 83% 107M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 44800K .......... .......... .......... .......... .......... 83% 94.1M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 44850K .......... .......... .......... .......... .......... 83% 92.1M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 44900K .......... .......... .......... .......... .......... 83% 71.2M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 44950K .......... .......... .......... .......... .......... 83% 75.0M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 45000K .......... .......... .......... .......... .......... 83% 63.5M 0s unit-abot-epc-basic-0: 13:34:16 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-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 45050K .......... .......... .......... .......... .......... 83% 68.3M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 45100K .......... .......... .......... .......... .......... 83% 70.8M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 45150K .......... .......... .......... .......... .......... 84% 65.2M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 45200K .......... .......... .......... .......... .......... 84% 65.1M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 45250K .......... .......... .......... .......... .......... 84% 68.9M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 45300K .......... .......... .......... .......... .......... 84% 96.3M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 45350K .......... .......... .......... .......... .......... 84% 80.5M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 45400K .......... .......... .......... .......... .......... 84% 64.4M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 45450K .......... .......... .......... .......... .......... 84% 79.2M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 45500K .......... .......... .......... .......... .......... 84% 67.5M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 45550K .......... .......... .......... .......... .......... 84% 69.1M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 45600K .......... .......... .......... .......... .......... 84% 88.6M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 45650K .......... .......... .......... .......... .......... 85% 109M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 45700K .......... .......... .......... .......... .......... 85% 109M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 45750K .......... .......... .......... .......... .......... 85% 105M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 45800K .......... .......... .......... .......... .......... 85% 95.5M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 45850K .......... .......... .......... .......... .......... 85% 109M 0s unit-abot-epc-basic-0: 13:34:16 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] machine-3: 13:34:16 INFO juju.worker.machiner "machine-3" started unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 45900K .......... .......... .......... .......... .......... 85% 518K 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 45950K .......... .......... .......... .......... .......... 85% 37.8M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 46000K .......... .......... .......... .......... .......... 85% 7.66M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 46050K .......... .......... .......... .......... .......... 85% 75.6M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 46100K .......... .......... .......... .......... .......... 85% 77.0M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 46150K .......... .......... .......... .......... .......... 85% 52.4M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 46200K .......... .......... .......... .......... .......... 86% 13.3M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 46250K .......... .......... .......... .......... .......... 86% 54.3M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 46300K .......... .......... .......... .......... .......... 86% 54.2M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 46350K .......... .......... .......... .......... .......... 86% 14.8M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 46400K .......... .......... .......... .......... .......... 86% 77.7M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 46450K .......... .......... .......... .......... .......... 86% 64.5M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 46500K .......... .......... .......... .......... .......... 86% 46.6M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 46550K .......... .......... .......... .......... .......... 86% 68.3M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 46600K .......... .......... .......... .......... .......... 86% 99.8M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 46650K .......... .......... .......... .......... .......... 86% 102M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 46700K .......... .......... .......... .......... .......... 86% 99.5M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 46750K .......... .......... .......... .......... .......... 87% 84.1M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 46800K .......... .......... .......... .......... .......... 87% 92.5M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 46850K .......... .......... .......... .......... .......... 87% 90.6M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 46900K .......... .......... .......... .......... .......... 87% 78.4M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 46950K .......... .......... .......... .......... .......... 87% 50.7M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 47000K .......... .......... .......... .......... .......... 87% 52.9M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 47050K .......... .......... .......... .......... .......... 87% 49.9M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 47100K .......... .......... .......... .......... .......... 87% 52.4M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 47150K .......... .......... .......... .......... .......... 87% 74.6M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 47200K .......... .......... .......... .......... .......... 87% 91.9M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 47250K .......... .......... .......... .......... .......... 87% 76.1M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 47300K .......... .......... .......... .......... .......... 88% 51.3M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 47350K .......... .......... .......... .......... .......... 88% 44.4M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 47400K .......... .......... .......... .......... .......... 88% 58.2M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 47450K .......... .......... .......... .......... .......... 88% 53.6M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 47500K .......... .......... .......... .......... .......... 88% 51.2M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 47550K .......... .......... .......... .......... .......... 88% 43.7M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 47600K .......... .......... .......... .......... .......... 88% 49.2M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 47650K .......... .......... .......... .......... .......... 88% 50.9M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 47700K .......... .......... .......... .......... .......... 88% 67.1M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 47750K .......... .......... .......... .......... .......... 88% 81.5M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 47800K .......... .......... .......... .......... .......... 89% 92.0M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 47850K .......... .......... .......... .......... .......... 89% 90.8M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 47900K .......... .......... .......... .......... .......... 89% 91.6M 0s unit-abot-epc-basic-0: 13:34:16 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-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 47950K .......... .......... .......... .......... .......... 89% 79.3M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 48000K .......... .......... .......... .......... .......... 89% 90.7M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 48050K .......... .......... .......... .......... .......... 89% 89.0M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 48100K .......... .......... .......... .......... .......... 89% 89.1M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 48150K .......... .......... .......... .......... .......... 89% 77.4M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 48200K .......... .......... .......... .......... .......... 89% 91.5M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 48250K .......... .......... .......... .......... .......... 89% 92.0M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 48300K .......... .......... .......... .......... .......... 89% 92.2M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 48350K .......... .......... .......... .......... .......... 90% 79.5M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 48400K .......... .......... .......... .......... .......... 90% 91.9M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 48450K .......... .......... .......... .......... .......... 90% 90.6M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 48500K .......... .......... .......... .......... .......... 90% 89.8M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 48550K .......... .......... .......... .......... .......... 90% 81.6M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 48600K .......... .......... .......... .......... .......... 90% 90.2M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 48650K .......... .......... .......... .......... .......... 90% 90.9M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 48700K .......... .......... .......... .......... .......... 90% 91.8M 0s machine-3: 13:34:16 DEBUG juju.service discovered init system "upstart" from local host machine-3: 13:34:16 DEBUG juju.worker.deployer state addresses: ["192.168.120.3:37017"] machine-3: 13:34:16 DEBUG juju.worker.deployer API addresses: ["192.168.120.3:17070" "172.30.9.213:17070"] unit-abot-epc-basic-0: 13:34:16 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] machine-3: 13:34:16 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-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 48750K .......... .......... .......... .......... .......... 90% 577K 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 48800K .......... .......... .......... .......... .......... 90% 53.1M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 48850K .......... .......... .......... .......... .......... 90% 53.2M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 48900K .......... .......... .......... .......... .......... 91% 51.5M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 48950K .......... .......... .......... .......... .......... 91% 80.2M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 49000K .......... .......... .......... .......... .......... 91% 102M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 49050K .......... .......... .......... .......... .......... 91% 102M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 49100K .......... .......... .......... .......... .......... 91% 14.0M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 49150K .......... .......... .......... .......... .......... 91% 42.1M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 49200K .......... .......... .......... .......... .......... 91% 56.3M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 49250K .......... .......... .......... .......... .......... 91% 67.2M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 49300K .......... .......... .......... .......... .......... 91% 13.4M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 49350K .......... .......... .......... .......... .......... 91% 49.5M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 49400K .......... .......... .......... .......... .......... 91% 85.8M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 49450K .......... .......... .......... .......... .......... 92% 96.1M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 49500K .......... .......... .......... .......... .......... 92% 109M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 49550K .......... .......... .......... .......... .......... 92% 98.0M 0s unit-oai-hss-0: 13:34:16 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-hss-0: 13:34:16 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: 13:34:16 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 13:34:16 DEBUG juju.worker start "api" unit-oai-hss-0: 13:34:16 INFO juju.worker start "api" unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 49600K .......... .......... .......... .......... .......... 92% 34.1M 0s unit-oai-hss-0: 13:34:16 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 13:34:16 DEBUG juju.worker "api" started unit-oai-hss-0: 13:34:16 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 49650K .......... .......... .......... .......... .......... 92% 53.0M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 49700K .......... .......... .......... .......... .......... 92% 67.0M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 49750K .......... .......... .......... .......... .......... 92% 63.5M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 49800K .......... .......... .......... .......... .......... 92% 82.2M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 49850K .......... .......... .......... .......... .......... 92% 11.5M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 49900K .......... .......... .......... .......... .......... 92% 54.4M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 49950K .......... .......... .......... .......... .......... 93% 88.0M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 50000K .......... .......... .......... .......... .......... 93% 102M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 50050K .......... .......... .......... .......... .......... 93% 69.3M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 50100K .......... .......... .......... .......... .......... 93% 62.8M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 50150K .......... .......... .......... .......... .......... 93% 95.0M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 50200K .......... .......... .......... .......... .......... 93% 111M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 50250K .......... .......... .......... .......... .......... 93% 92.8M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 50300K .......... .......... .......... .......... .......... 93% 83.2M 0s unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 50350K .......... .......... .......... .......... .......... 93% 77.2M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 50400K .......... .......... .......... .......... .......... 93% 59.4M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 50450K .......... .......... .......... .......... .......... 93% 82.8M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 50500K .......... .......... .......... .......... .......... 94% 75.6M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 50550K .......... .......... .......... .......... .......... 94% 85.4M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 50600K .......... .......... .......... .......... .......... 94% 83.0M 0s unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 50650K .......... .......... .......... .......... .......... 94% 77.9M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 50700K .......... .......... .......... .......... .......... 94% 93.7M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 50750K .......... .......... .......... .......... .......... 94% 87.6M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 50800K .......... .......... .......... .......... .......... 94% 81.6M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 50850K .......... .......... .......... .......... .......... 94% 90.7M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 50900K .......... .......... .......... .......... .......... 94% 91.0M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 50950K .......... .......... .......... .......... .......... 94% 103M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 51000K .......... .......... .......... .......... .......... 94% 79.8M 0s unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:34:16 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-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.worker.apicaller connecting with old password unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 13:34:16 DEBUG juju.api successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-oai-hss-0: 13:34:16 INFO juju.api connection established to "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.api successfully dialed "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:34:16 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:34:16 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-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 51050K .......... .......... .......... .......... .......... 95% 510K 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 51100K .......... .......... .......... .......... .......... 95% 70.6M 0s unit-oai-epc-0: 13:34:16 DEBUG unit.oai-epc/0.install 51150K .......... .......... .......... .......... .......... 95% 61.7M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 51200K .......... .......... .......... .......... .......... 95% 56.9M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 51250K .......... .......... .......... .......... .......... 95% 61.4M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 51300K .......... .......... .......... .......... .......... 95% 70.1M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 51350K .......... .......... .......... .......... .......... 95% 68.8M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 51400K .......... .......... .......... .......... .......... 95% 59.2M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 51450K .......... .......... .......... .......... .......... 95% 73.0M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 51500K .......... .......... .......... .......... .......... 95% 71.9M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 51550K .......... .......... .......... .......... .......... 95% 111M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 51600K .......... .......... .......... .......... .......... 96% 97.5M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 51650K .......... .......... .......... .......... .......... 96% 81.9M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 51700K .......... .......... .......... .......... .......... 96% 66.0M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 51750K .......... .......... .......... .......... .......... 96% 59.4M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 51800K .......... .......... .......... .......... .......... 96% 60.0M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 51850K .......... .......... .......... .......... .......... 96% 66.5M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 51900K .......... .......... .......... .......... .......... 96% 112M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 51950K .......... .......... .......... .......... .......... 96% 107M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 52000K .......... .......... .......... .......... .......... 96% 97.3M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 52050K .......... .......... .......... .......... .......... 96% 113M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 52100K .......... .......... .......... .......... .......... 97% 111M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 52150K .......... .......... .......... .......... .......... 97% 114M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 52200K .......... .......... .......... .......... .......... 97% 91.9M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 52250K .......... .......... .......... .......... .......... 97% 113M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 52300K .......... .......... .......... .......... .......... 97% 11.5M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 52350K .......... .......... .......... .......... .......... 97% 73.7M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 52400K .......... .......... .......... .......... .......... 97% 67.2M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 52450K .......... .......... .......... .......... .......... 97% 61.6M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 52500K .......... .......... .......... .......... .......... 97% 73.1M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 52550K .......... .......... .......... .......... .......... 97% 70.1M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 52600K .......... .......... .......... .......... .......... 97% 72.8M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 52650K .......... .......... .......... .......... .......... 98% 60.6M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 52700K .......... .......... .......... .......... .......... 98% 85.1M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 52750K .......... .......... .......... .......... .......... 98% 80.8M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 52800K .......... .......... .......... .......... .......... 98% 86.0M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 52850K .......... .......... .......... .......... .......... 98% 68.8M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 52900K .......... .......... .......... .......... .......... 98% 80.2M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 52950K .......... .......... .......... .......... .......... 98% 75.3M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 53000K .......... .......... .......... .......... .......... 98% 83.8M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 53050K .......... .......... .......... .......... .......... 98% 61.3M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 53100K .......... .......... .......... .......... .......... 98% 94.4M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 53150K .......... .......... .......... .......... .......... 98% 77.2M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 53200K .......... .......... .......... .......... .......... 99% 75.9M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 53250K .......... .......... .......... .......... .......... 99% 61.6M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 53300K .......... .......... .......... .......... .......... 99% 71.0M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 53350K .......... .......... .......... .......... .......... 99% 68.7M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 53400K .......... .......... .......... .......... .......... 99% 72.0M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 53450K .......... .......... .......... .......... .......... 99% 62.6M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 53500K .......... .......... .......... .......... .......... 99% 87.6M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 53550K .......... .......... .......... .......... .......... 99% 113M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 53600K .......... .......... .......... .......... .......... 99% 113M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 53650K .......... .......... .......... .......... .......... 99% 96.7M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 53700K .......... .......... .......... .......... .......... 99% 113M 0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 53750K ...... 100% 54.9M=2.8s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install 2018-08-05 13:34:17 (18.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-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install FINISHED --2018-08-05 13:34:17-- unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install Total wall clock time: 5.0s unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install Downloaded: 4 files, 66M in 4.3s (15.3 MB/s) unit-oai-epc-0: 13:34:17 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: 13:34:17 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-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install (Reading database ... 53398 files and directories currently installed.) unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-epc-0: 13:34:17 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 13:34:17 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-oai-hss-0: 13:34:17 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 13:34:17 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 13:34:17 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: 13:34:17 DEBUG juju.worker.apicaller password changed unit-oai-hss-0: 13:34:17 DEBUG juju.api RPC connection died unit-oai-hss-0: 13:34:17 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-3: 13:34:17 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:a9:6e:12 192.168.120.0/24 1450 0 eth0 ethernet false false static 192.168.120.5 [] [] []} {2 fa:16:3e:a9:6e:12 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-hss-0: 13:34:17 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 13:34:17 DEBUG juju.api successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-oai-hss-0: 13:34:17 INFO juju.api connection established to "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-oai-hss-0: 13:34:17 DEBUG juju.api successfully dialed "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-abot-epc-basic-0: 13:34:17 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: 13:34:17 DEBUG unit.abot-epc-basic/0.install Get:245 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig-dev amd64 1.5-0.2 [89.1 kB] unit-abot-epc-basic-0: 13:34:17 DEBUG unit.abot-epc-basic/0.install Get:246 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libconfig-doc all 1.5-0.2 [306 kB] unit-abot-epc-basic-0: 13:34:17 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: 13:34:17 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: 13:34:17 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: 13:34:17 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: 13:34:17 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: 13:34:17 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: 13:34:18 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: 13:34:18 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 13:34:18 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-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 13:34:18 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 13:34:18 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.213,192.168.120.3,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 13:34:18 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: 13:34:18 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 13:34:18 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 13:34:18 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 13:34:18 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 13:34:18 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 13:34:18 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-abot-epc-basic-0: 13:34:18 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-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "hook-retry-strategy" not running: dependency not available unit-oai-hss-0: 13:34:18 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 13:34:18 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 13:34:18 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 13:34:18 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 13:34:18 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-oai-hss-0: 13:34:18 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-oai-hss-0: 13:34:18 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 13:34:18 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 13:34:18 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 13:34:18 DEBUG juju.network including address public:172.30.9.213 for machine unit-oai-hss-0: 13:34:18 DEBUG juju.network including address local-cloud:192.168.120.3 for machine unit-oai-hss-0: 13:34:18 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 13:34:18 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 13:34:18 DEBUG juju.network addresses after filtering: [public:172.30.9.213 local-cloud:192.168.120.3 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 13:34:18 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.213:17070 192.168.120.3:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 13:34:18 DEBUG juju.agent API server address details [["172.30.9.213:17070" "192.168.120.3:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.120.3:17070" "172.30.9.213:17070"] unit-oai-hss-0: 13:34:18 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-oai-hss-0: 13:34:18 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 13:34:18 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 13:34:18 DEBUG unit.abot-epc-basic/0.install Get:256 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-glx0-dev amd64 1.11.1-1ubuntu1 [26.9 kB] unit-abot-epc-basic-0: 13:34:18 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: 13:34:18 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 13:34:18 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-hss-0: 13:34:18 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-hss-0: 13:34:18 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 13:34:18 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 13:34:18 INFO juju.worker.uniter resuming charm install unit-oai-hss-0: 13:34:18 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-hss-13 unit-oai-hss-0: 13:34:18 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 13:34:18 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 13:34:18 INFO juju.worker.uniter.charm downloading local:trusty/oai-hss-13 from API server unit-oai-hss-0: 13:34:18 INFO juju.downloader downloading from local:trusty/oai-hss-13 unit-oai-hss-0: 13:34:18 DEBUG httpbakery client do GET https://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/charms?file=%2A&url=local%3Atrusty%2Foai-hss-13 { unit-oai-hss-0: 13:34:18 DEBUG httpbakery } -> error unit-oai-hss-0: 13:34:18 INFO juju.downloader download complete ("local:trusty/oai-hss-13") unit-oai-hss-0: 13:34:18 INFO juju.downloader download verified ("local:trusty/oai-hss-13") unit-abot-epc-basic-0: 13:34:18 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: 13:34:18 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 13:34:18 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-hss-13" unit-oai-hss-0: 13:34:18 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-hss-13" unit-abot-epc-basic-0: 13:34:18 DEBUG unit.abot-epc-basic/0.install Get:259 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-randr0-dev amd64 1.11.1-1ubuntu1 [18.2 kB] unit-abot-epc-basic-0: 13:34:18 DEBUG unit.abot-epc-basic/0.install Get:260 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shape0-dev amd64 1.11.1-1ubuntu1 [6,900 B] unit-abot-epc-basic-0: 13:34:18 DEBUG unit.abot-epc-basic/0.install Get:261 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-xfixes0-dev amd64 1.11.1-1ubuntu1 [11.2 kB] unit-abot-epc-basic-0: 13:34:18 DEBUG unit.abot-epc-basic/0.install Get:262 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-sync-dev amd64 1.11.1-1ubuntu1 [10.1 kB] unit-abot-epc-basic-0: 13:34:18 DEBUG unit.abot-epc-basic/0.install Get:263 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-present-dev amd64 1.11.1-1ubuntu1 [6,618 B] unit-abot-epc-basic-0: 13:34:18 DEBUG unit.abot-epc-basic/0.install Get:264 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxshmfence-dev amd64 1.2-1 [3,676 B] unit-abot-epc-basic-0: 13:34:18 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-abot-epc-basic-0: 13:34:18 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: 13:34:19 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-oai-epc-0: 13:34:19 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-epc-0: 13:34:19 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb ... unit-abot-epc-basic-0: 13:34:19 DEBUG unit.abot-epc-basic/0.install Get:268 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircore-dev amd64 0.26.3+16.04.20170605-0ubuntu1.1 [23.7 kB] unit-abot-epc-basic-0: 13:34:19 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: 13:34:19 DEBUG unit.abot-epc-basic/0.install Get:270 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libprotobuf-dev amd64 2.6.1-1.3 [473 kB] unit-abot-epc-basic-0: 13:34:19 DEBUG unit.abot-epc-basic/0.install Get:271 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxkbcommon-dev amd64 0.5.0-1ubuntu2 [231 kB] unit-abot-epc-basic-0: 13:34:19 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-epc-0: 13:34:19 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 13:34:19 DEBUG unit.abot-epc-basic/0.install Get:273 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircookie2 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [22.5 kB] unit-abot-epc-basic-0: 13:34:19 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: 13:34:19 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: 13:34:19 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: 13:34:19 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: 13:34:19 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: 13:34:20 DEBUG unit.abot-epc-basic/0.install Get:279 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfftw3-bin amd64 3.3.4-2ubuntu1 [31.7 kB] unit-abot-epc-basic-0: 13:34:20 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: 13:34:20 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: 13:34:20 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: 13:34:20 DEBUG unit.abot-epc-basic/0.install Get:283 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liburi-perl all 1.71-1 [76.9 kB] unit-abot-epc-basic-0: 13:34:20 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: 13:34:20 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-hss-13" unit-abot-epc-basic-0: 13:34:20 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: 13:34:20 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-hss-13" unit-abot-epc-basic-0: 13:34:20 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-oai-hss-0: 13:34:20 INFO juju.worker.uniter hooks are retried true unit-oai-hss-0: 13:34:20 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 13:34:20 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 13:34:20 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 13:34:20 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 13:34:20 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 13:34:20 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 13:34:20 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 13:34:20 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 13:34:20 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 13:34:20 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 13:34:20 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 13:34:20 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 13:34:20 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 13:34:20 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 13:34:20 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 13:34:20 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-oai-hss-0: 13:34:20 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 13:34:20 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-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 13:34:20 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 13:34:20 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install ++ hostname unit-abot-epc-basic-0: 13:34:20 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-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 13:34:20 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 13:34:20 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 13:34:20 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: 13:34:20 DEBUG unit.abot-epc-basic/0.install Get:291 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfontenc1 amd64 1:1.1.3-1 [13.9 kB] unit-abot-epc-basic-0: 13:34:21 DEBUG unit.abot-epc-basic/0.install Get:292 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libforms2 amd64 1.2.3-1.2 [320 kB] unit-abot-epc-basic-0: 13:34:21 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: 13:34:21 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: 13:34:21 DEBUG unit.abot-epc-basic/0.install Get:295 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libforms-dev amd64 1.2.3-1.2 [677 kB] unit-abot-epc-basic-0: 13:34:21 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: 13:34:21 DEBUG unit.abot-epc-basic/0.install Get:297 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcrypt20-dev amd64 1.6.5-2ubuntu0.5 [380 kB] unit-abot-epc-basic-0: 13:34:21 DEBUG unit.abot-epc-basic/0.install Get:298 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcrypt11-dev all 1.5.4-3+really1.6.5-2ubuntu0.5 [6,954 B] unit-abot-epc-basic-0: 13:34:21 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: 13:34:21 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:34:21 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-abot-epc-basic-0: 13:34:21 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: 13:34:21 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 13:34:21 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 13:34:21 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 13:34:21 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 13:34:21 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 13:34:21 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:34:21 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 13:34:21 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-oai-hss-0: 13:34:21 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 13:34:21 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 13:34:21 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 13:34:21 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: 13:34:21 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 13:34:21 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 13:34:21 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-abot-epc-basic-0: 13:34:21 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: 13:34:21 DEBUG unit.abot-epc-basic/0.install Get:303 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libglpk36 amd64 4.57-1build3 [386 kB] unit-abot-epc-basic-0: 13:34:22 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: 13:34:22 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:34:22 DEBUG unit.oai-hss/0.install Need to get 3394 kB of archives. unit-oai-hss-0: 13:34:22 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 13:34:22 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: 13:34:22 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: 13:34:22 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: 13:34:22 DEBUG unit.abot-epc-basic/0.install Get:306 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libwebp5 amd64 0.4.4-1 [165 kB] unit-abot-epc-basic-0: 13:34:22 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: 13:34:22 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: 13:34:22 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: 13:34:22 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: 13:34:22 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-hss-0: 13:34:23 DEBUG unit.oai-hss/0.install Fetched 3394 kB in 1s (3227 kB/s) unit-abot-epc-basic-0: 13:34:23 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: 13:34:23 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-epc-0: 13:34:23 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-abot-epc-basic-0: 13:34:23 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: 13:34:23 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-hss-0: 13:34:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package liberror-perl. unit-oai-hss-0: 13:34:23 DEBUG unit.oai-hss/0.install (Reading database ... 52372 files and directories currently installed.) unit-oai-hss-0: 13:34:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-oai-hss-0: 13:34:23 DEBUG unit.oai-hss/0.install Unpacking liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 13:34:23 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-epc-0: 13:34:23 DEBUG unit.oai-epc/0.install Done. unit-oai-epc-0: 13:34:23 DEBUG unit.oai-epc/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 13:34:23 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: 13:34:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package git-man. unit-oai-hss-0: 13:34:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.8_all.deb ... unit-oai-hss-0: 13:34:23 DEBUG unit.oai-hss/0.install Unpacking git-man (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 13:34:23 DEBUG unit.abot-epc-basic/0.install Get:316 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxinerama-dev amd64 2:1.1.3-1 [8,404 B] unit-abot-epc-basic-0: 13:34:23 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: 13:34:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package git. unit-oai-hss-0: 13:34:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.8_amd64.deb ... unit-oai-hss-0: 13:34:23 DEBUG unit.oai-hss/0.install Unpacking git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 13:34:23 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: 13:34:23 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.1 [26.3 kB] unit-abot-epc-basic-0: 13:34:23 DEBUG unit.abot-epc-basic/0.install Get:320 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-composite-dev all 1:0.4.2-2 [10.5 kB] unit-abot-epc-basic-0: 13:34:23 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: 13:34:23 DEBUG unit.abot-epc-basic/0.install Get:322 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 nettle-dev amd64 3.2-1ubuntu0.16.04.1 [939 kB] unit-abot-epc-basic-0: 13:34:23 DEBUG unit.abot-epc-basic/0.install Get:323 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk-3-dev amd64 3.18.9-1ubuntu3.3 [868 kB] unit-abot-epc-basic-0: 13:34:24 DEBUG unit.abot-epc-basic/0.install Get:324 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsz2 amd64 0.3.2-1 [5,048 B] unit-abot-epc-basic-0: 13:34:24 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-oai-hss-0: 13:34:24 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:34:24 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-abot-epc-basic-0: 13:34:24 DEBUG unit.abot-epc-basic/0.install Get:327 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjpeg-turbo8-dev amd64 1.4.2-0ubuntu3.1 [254 kB] unit-abot-epc-basic-0: 13:34:24 DEBUG unit.abot-epc-basic/0.install Get:328 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1,552 B] unit-abot-epc-basic-0: 13:34:24 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: 13:34:24 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: 13:34:24 DEBUG unit.oai-hss/0.install Setting up liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 13:34:24 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: 13:34:24 DEBUG unit.oai-hss/0.install Setting up git-man (1:1.9.1-1ubuntu0.8) ... unit-oai-hss-0: 13:34:24 DEBUG unit.oai-hss/0.install Setting up git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 13:34:25 DEBUG unit.abot-epc-basic/0.install Get:332 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-tagset-perl all 3.20-2 [13.5 kB] unit-abot-epc-basic-0: 13:34:25 DEBUG unit.abot-epc-basic/0.install Get:333 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-parser-perl amd64 3.72-1 [86.1 kB] unit-abot-epc-basic-0: 13:34:25 DEBUG unit.abot-epc-basic/0.install Get:334 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libio-html-perl all 1.001-1 [14.9 kB] unit-abot-epc-basic-0: 13:34:25 DEBUG unit.abot-epc-basic/0.install Get:335 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] unit-abot-epc-basic-0: 13:34:25 DEBUG unit.abot-epc-basic/0.install Get:336 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-message-perl all 6.11-1 [74.3 kB] unit-abot-epc-basic-0: 13:34:25 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-oai-hss-0: 13:34:25 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:34:25 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 13:34:25 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 13:34:25 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 13:34:25 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:34:25 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 13:34:25 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=0 unit-oai-hss-0: 13:34:25 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 13:34:25 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 13:34:25 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes virt-what unit-oai-hss-0: 13:34:25 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 13:34:25 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: 13:34:25 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: 13:34:25 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:34:25 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 13:34:25 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-oai-hss-0: 13:34:25 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 13:34:25 DEBUG unit.oai-hss/0.install virt-what unit-abot-epc-basic-0: 13:34:25 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: 13:34:25 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-oai-hss-0: 13:34:25 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:34:25 DEBUG unit.oai-hss/0.install Need to get 13.6 kB of archives. unit-oai-hss-0: 13:34:25 DEBUG unit.oai-hss/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-hss-0: 13:34:25 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: 13:34:25 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-oai-hss-0: 13:34:25 DEBUG unit.oai-hss/0.install Fetched 13.6 kB in 0s (59.5 kB/s) unit-abot-epc-basic-0: 13:34:26 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-oai-hss-0: 13:34:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package virt-what. unit-oai-hss-0: 13:34:26 DEBUG unit.oai-hss/0.install (Reading database ... 53122 files and directories currently installed.) unit-oai-hss-0: 13:34:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-abot-epc-basic-0: 13:34:26 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: 13:34:26 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-oai-hss-0: 13:34:26 DEBUG unit.oai-hss/0.install Unpacking virt-what (1.13-1) ... unit-abot-epc-basic-0: 13:34:26 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: 13:34: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-oai-hss-0: 13:34:26 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:34: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: 13:34: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: 13:34: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-abot-epc-basic-0: 13:34: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-abot-epc-basic-0: 13:34: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-abot-epc-basic-0: 13:34:26 DEBUG unit.abot-epc-basic/0.install Get:354 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagick++-6.q16-5v5 amd64 8:6.8.9.9-7ubuntu5.12 [136 kB] unit-abot-epc-basic-0: 13:34: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-abot-epc-basic-0: 13:34: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-hss-0: 13:34:27 DEBUG unit.oai-hss/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 13:34: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-abot-epc-basic-0: 13:34: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-abot-epc-basic-0: 13:34: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-abot-epc-basic-0: 13:34: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: 13:34:27 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: 13:34:27 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: 13:34:27 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: 13:34:27 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: 13:34:27 DEBUG unit.abot-epc-basic/0.install Get:365 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libglu1-mesa amd64 9.0.0-2.1 [168 kB] unit-abot-epc-basic-0: 13:34:27 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: 13:34:27 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: 13:34:28 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: 13:34:28 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: 13:34:28 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-oai-hss-0: 13:34:28 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 13:34:28 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 13:34:28 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 13:34:28 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: 13:34:28 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: 13:34:28 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: 13:34:28 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: 13:34:28 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 13:34:28 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 13:34:28 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: 13:34:28 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 13:34:28 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:34:28 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: 13:34:28 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:34:28 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 13:34:28 DEBUG unit.abot-epc-basic/0.install Get:376 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libptexenc1 amd64 2015.20160222.37495-1 [34.3 kB] unit-abot-epc-basic-0: 13:34:28 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: 13:34:29 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:34:29 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 13:34:29 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: 13:34:29 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 13:34:29 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 13:34:29 DEBUG unit.oai-hss/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 13:34:29 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 13:34:29 DEBUG unit.oai-hss/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-hss-0: 13:34:29 DEBUG unit.oai-hss/0.install libsql-statement-perl unit-oai-hss-0: 13:34:29 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 13:34:29 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 13:34:29 DEBUG unit.oai-hss/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-abot-epc-basic-0: 13:34:29 DEBUG unit.abot-epc-basic/0.install Get:379 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 qtcore4-l10n all 4:4.8.7+dfsg-5ubuntu2 [620 kB] unit-abot-epc-basic-0: 13:34:29 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: 13:34:29 DEBUG unit.oai-hss/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:34:29 DEBUG unit.oai-hss/0.install Need to get 3786 kB of archives. unit-oai-hss-0: 13:34:29 DEBUG unit.oai-hss/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-hss-0: 13:34:29 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: 13:34:29 DEBUG unit.abot-epc-basic/0.install Get:381 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-xml amd64 4:4.8.7+dfsg-5ubuntu2 [96.3 kB] unit-abot-epc-basic-0: 13:34:29 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: 13:34:29 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: 13:34:29 DEBUG unit.abot-epc-basic/0.install Get:383 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-network amd64 4:4.8.7+dfsg-5ubuntu2 [561 kB] unit-abot-epc-basic-0: 13:34:29 DEBUG unit.abot-epc-basic/0.install Get:384 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-script amd64 4:4.8.7+dfsg-5ubuntu2 [814 kB] unit-abot-epc-basic-0: 13:34:29 DEBUG unit.abot-epc-basic/0.install Get:385 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-sql amd64 4:4.8.7+dfsg-5ubuntu2 [98.6 kB] unit-abot-epc-basic-0: 13:34:29 DEBUG unit.abot-epc-basic/0.install Get:386 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-xmlpatterns amd64 4:4.8.7+dfsg-5ubuntu2 [1,091 kB] unit-abot-epc-basic-0: 13:34:29 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: 13:34:29 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: 13:34:29 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: 13:34:29 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: 13:34:30 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: 13:34:30 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: 13:34:30 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: 13:34:30 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: 13:34:30 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: 13:34:30 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: 13:34:30 DEBUG unit.abot-epc-basic/0.install Get:392 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libqt4-dbus amd64 4:4.8.7+dfsg-5ubuntu2 [6,436 B] unit-abot-epc-basic-0: 13:34:30 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: 13:34:30 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: 13:34:30 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: 13:34:30 DEBUG unit.oai-hss/0.install Fetched 3786 kB in 1s (2999 kB/s) unit-abot-epc-basic-0: 13:34:30 DEBUG unit.abot-epc-basic/0.install Get:395 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsctp1 amd64 1.0.16+dfsg-3 [8,088 B] unit-abot-epc-basic-0: 13:34:30 DEBUG unit.abot-epc-basic/0.install Get:396 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsctp-dev amd64 1.0.16+dfsg-3 [62.4 kB] unit-abot-epc-basic-0: 13:34:30 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: 13:34:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-common. unit-oai-hss-0: 13:34:30 DEBUG unit.oai-hss/0.install (Reading database ... 53129 files and directories currently installed.) unit-abot-epc-basic-0: 13:34:30 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: 13:34:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-abot-epc-basic-0: 13:34:30 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: 13:34:30 DEBUG unit.oai-hss/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:34:31 DEBUG unit.abot-epc-basic/0.install Get:400 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsynctex1 amd64 2015.20160222.37495-1 [41.7 kB] unit-abot-epc-basic-0: 13:34:31 DEBUG unit.abot-epc-basic/0.install Get:401 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtasn1-6-dev amd64 4.7-3ubuntu0.16.04.3 [85.9 kB] unit-abot-epc-basic-0: 13:34:31 DEBUG unit.abot-epc-basic/0.install Get:402 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtexlua52 amd64 2015.20160222.37495-1 [90.8 kB] unit-abot-epc-basic-0: 13:34:31 DEBUG unit.abot-epc-basic/0.install Get:403 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtexluajit2 amd64 2015.20160222.37495-1 [213 kB] unit-abot-epc-basic-0: 13:34:31 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: 13:34:31 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: 13:34:31 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: 13:34:31 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-oai-hss-0: 13:34:31 DEBUG unit.oai-hss/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-hss-0: 13:34:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 13:34:31 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-oai-hss-0: 13:34:31 DEBUG unit.oai-hss/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 13:34:31 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 13:34:32 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: 13:34:32 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: 13:34:32 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: 13:34:32 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-oai-epc-0: 13:34:32 DEBUG unit.oai-epc/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-epc-0: 13:34:32 DEBUG unit.oai-epc/0.install Running depmod. unit-abot-epc-basic-0: 13:34:32 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: 13:34:32 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: 13:34:32 DEBUG unit.oai-hss/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-hss-0: 13:34:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-hss-0: 13:34:32 DEBUG unit.oai-hss/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 13:34:32 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: 13:34:32 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-oai-hss-0: 13:34:32 DEBUG unit.oai-hss/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-hss-0: 13:34:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 13:34:32 DEBUG unit.oai-hss/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-hss-0: 13:34:32 DEBUG unit.oai-hss/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-hss-0: 13:34:32 DEBUG unit.oai-hss/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-abot-epc-basic-0: 13:34:32 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.5 [741 kB] unit-oai-hss-0: 13:34:32 DEBUG unit.oai-hss/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-oai-epc-0: 13:34:32 DEBUG unit.oai-epc/0.install update-initramfs: deferring update (hook will be called later) unit-oai-hss-0: 13:34:32 DEBUG unit.oai-hss/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-epc-0: 13:34:32 DEBUG unit.oai-epc/0.install Examining /etc/kernel/postinst.d. unit-oai-hss-0: 13:34:32 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-epc-0: 13:34:32 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-hss-0: 13:34:32 DEBUG unit.oai-hss/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 13:34:32 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: 13:34:32 DEBUG unit.oai-epc/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 13:34:32 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-oai-hss-0: 13:34:32 DEBUG unit.oai-hss/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-hss-0: 13:34:32 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: 13:34:32 DEBUG unit.oai-hss/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:34:32 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: 13:34:33 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-oai-hss-0: 13:34:33 DEBUG unit.oai-hss/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-hss-0: 13:34:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 13:34:33 DEBUG unit.oai-hss/0.install Progress: [ 55%] Unpacking mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 13:34:33 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: 13:34:33 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: 13:34:33 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: 13:34:33 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: 13:34:33 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: 13:34:33 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: 13:34:33 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-oai-hss-0: 13:34:33 DEBUG unit.oai-hss/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:34:33 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-oai-hss-0: 13:34:33 DEBUG unit.oai-hss/0.install Progress: [ 62%] Progress: [ 65%] Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:34:33 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: 13:34:34 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-oai-hss-0: 13:34:34 DEBUG unit.oai-hss/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-oai-hss-0: 13:34:34 DEBUG unit.oai-hss/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-hss-0: 13:34:34 DEBUG unit.oai-hss/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 13:34:34 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-oai-hss-0: 13:34:34 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: 13:34:34 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: 13:34:34 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: 13:34:34 DEBUG unit.oai-hss/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:34:34 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: 13:34:34 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: 13:34:34 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: 13:34:34 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: 13:34:34 DEBUG unit.abot-epc-basic/0.install Get:435 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-minitest all 5.8.4-2 [36.6 kB] unit-abot-epc-basic-0: 13:34:34 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: 13:34:34 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 13:34:34 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 13:34:34 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 13:34:34 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-abot-epc-basic-0: 13:34:34 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-oai-hss-0: 13:34:34 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 13:34:34 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-oai-hss-0: 13:34:34 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:34:34 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 13:34:34 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 13:34:34 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 13:34:34 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:34:34 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 13:34:34 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 13:34:34 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 13:34:34 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:34:34 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 13:34:34 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 13:34:34 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 13:34:34 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 13:34:34 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 13:34:34 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 13:34:34 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-oai-hss-0: 13:34:35 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 13:34:35 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 13:34:35 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: 13:34:35 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-oai-hss-0: 13:34:35 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 13:34:35 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:34:35 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: 13:34:35 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:34:35 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 13:34:35 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-oai-hss-0: 13:34:35 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:34:35 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 13:34:35 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-oai-hss-0: 13:34:35 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 13:34:35 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:34:35 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 13:34:35 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-abot-epc-basic-0: 13:34:35 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-oai-hss-0: 13:34:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:34:35 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 13:34:35 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 13:34:35 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:34:35 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 13:34:35 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 13:34:35 DEBUG unit.oai-hss/0.install + echo -n unit-abot-epc-basic-0: 13:34:35 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: 13:34:35 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: 13:34:35 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: 13:34:35 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: 13:34:35 DEBUG unit.abot-epc-basic/0.install Get:449 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-base all 2015.20160320-1ubuntu0.1 [18.3 MB] unit-oai-hss-0: 13:34:35 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 13:34:35 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 13:34:35 DEBUG unit.oai-hss/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-hss-0: 13:34:35 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 13:34:36 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: 13:34:36 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: 13:34:37 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: 13:34:37 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: 13:34:37 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: 13:34:37 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: 13:34:38 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: 13:34:38 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: 13:34:38 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: 13:34:38 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: 13:34:38 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: 13:34:38 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: 13:34:38 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: 13:34:38 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: 13:34:38 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: 13:34:38 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: 13:34:38 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: 13:34:38 DEBUG unit.abot-epc-basic/0.install Get:467 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtasn1-doc all 4.7-3ubuntu0.16.04.3 [299 kB] unit-abot-epc-basic-0: 13:34:39 DEBUG unit.abot-epc-basic/0.install Get:468 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libyaml-dev amd64 0.1.6-3 [55.2 kB] unit-abot-epc-basic-0: 13:34:39 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: 13:34:39 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 13:34:39 DEBUG unit.abot-epc-basic/0.install Fetched 291 MB in 45s (6,457 kB/s) unit-abot-epc-basic-0: 13:34:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-data. unit-abot-epc-basic-0: 13:34:40 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 ... 67226 files and directories currently installed.) unit-abot-epc-basic-0: 13:34:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-data_3.5.1-1ubuntu3_all.deb ... unit-abot-epc-basic-0: 13:34:40 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-data (3.5.1-1ubuntu3) ... unit-oai-epc-0: 13:34:40 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: 13:34:40 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: 13:34:40 DEBUG unit.oai-epc/0.install Searching for GRUB installation directory ... found: /boot/grub unit-oai-epc-0: 13:34:40 DEBUG unit.oai-epc/0.install Searching for default file ... found: /boot/grub/default unit-oai-epc-0: 13:34:40 DEBUG unit.oai-epc/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-oai-epc-0: 13:34:40 DEBUG unit.oai-epc/0.install Searching for splash image ... none found, skipping ... unit-oai-epc-0: 13:34:40 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-153-generic unit-oai-epc-0: 13:34:40 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 13:34:40 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-153-generic unit-abot-epc-basic-0: 13:34:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive13:amd64. unit-abot-epc-basic-0: 13:34:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive13_3.1.2-11ubuntu0.16.04.3_amd64.deb ... unit-abot-epc-basic-0: 13:34:40 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive13:amd64 (3.1.2-11ubuntu0.16.04.3) ... unit-oai-epc-0: 13:34:40 DEBUG unit.oai-epc/0.install Replacing config file /run/grub/menu.lst with new version unit-abot-epc-basic-0: 13:34:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcurl3:amd64. unit-oai-epc-0: 13:34:40 DEBUG unit.oai-epc/0.install Updating /boot/grub/menu.lst ... done unit-oai-epc-0: 13:34:40 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 13:34:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.8_amd64.deb ... unit-abot-epc-basic-0: 13:34:40 DEBUG unit.abot-epc-basic/0.install Unpacking libcurl3:amd64 (7.47.0-1ubuntu2.8) ... unit-oai-epc-0: 13:34:40 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 13:34:40 DEBUG unit.oai-epc/0.install Generating grub configuration file ... unit-abot-epc-basic-0: 13:34:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoncpp1:amd64. unit-abot-epc-basic-0: 13:34:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoncpp1_1.7.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:34:40 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoncpp1:amd64 (1.7.2-1) ... unit-oai-epc-0: 13:34:40 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 13:34:40 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-abot-epc-basic-0: 13:34:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake. unit-abot-epc-basic-0: 13:34:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 13:34:40 DEBUG unit.abot-epc-basic/0.install Unpacking cmake (3.5.1-1ubuntu3) ... unit-oai-epc-0: 13:34:40 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-153-generic unit-oai-epc-0: 13:34:40 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-153-generic unit-abot-epc-basic-0: 13:34:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-curses-gui. unit-abot-epc-basic-0: 13:34:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-curses-gui_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 13:34:41 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-curses-gui (3.5.1-1ubuntu3) ... unit-oai-epc-0: 13:34:41 DEBUG unit.oai-epc/0.install done unit-oai-epc-0: 13:34:41 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-epc-0: 13:34:41 DEBUG unit.oai-epc/0.install + echo reboot unit-oai-epc-0: 13:34:41 DEBUG unit.oai-epc/0.install + juju-reboot --now unit-oai-epc-0: 13:34:41 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-epc-0: 13:34:41 INFO juju.worker.uniter.context trying to kill context process 3047 unit-oai-epc-0: 13:34:41 INFO juju.worker.uniter.context waiting for context process 3047 to die unit-oai-epc-0: 13:34:41 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-epc-0: 13:34:41 INFO juju.worker.uniter.context assuming already killed unit-oai-epc-0: 13:34:41 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-abot-epc-basic-0: 13:34:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package m4. unit-abot-epc-basic-0: 13:34:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/m4_1.4.17-5_amd64.deb ... unit-abot-epc-basic-0: 13:34:42 DEBUG unit.abot-epc-basic/0.install Unpacking m4 (1.4.17-5) ... unit-abot-epc-basic-0: 13:34:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfl-dev:amd64. unit-abot-epc-basic-0: 13:34:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfl-dev_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 13:34:42 DEBUG unit.abot-epc-basic/0.install Unpacking libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 13:34:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package flex. unit-abot-epc-basic-0: 13:34:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../flex_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 13:34:42 DEBUG unit.abot-epc-basic/0.install Unpacking flex (2.6.0-11) ... unit-oai-epc-0: 13:34:42 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 13:34:42 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:34:42 INFO juju.worker.uniter unit "oai-epc/0" shutting down: machine needs to reboot unit-oai-epc-0: 13:34:42 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-epc-0: 13:34:42 DEBUG juju.worker.uniter juju-run listener stopped unit-abot-epc-basic-0: 13:34:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lato. unit-abot-epc-basic-0: 13:34:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lato_2.0-1_all.deb ... unit-abot-epc-basic-0: 13:34:42 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lato (2.0-1) ... machine-2: 13:34:43 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-2: 13:34:43 DEBUG juju.worker.reboot acquiring mutex "machine-lock" for reboot machine-2: 13:34:43 DEBUG juju.worker.reboot mutex "machine-lock" acquired, won't release machine-2: 13:34:43 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot machine-2: 13:34:43 DEBUG juju.worker killing runner 0xc4201e4ea0 unit-abot-epc-basic-0: 13:34:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package imagemagick-common. unit-abot-epc-basic-0: 13:34:43 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: 13:34:43 DEBUG unit.abot-epc-basic/0.install Unpacking imagemagick-common (8:6.8.9.9-7ubuntu5.12) ... unit-abot-epc-basic-0: 13:34:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaudio2:amd64. unit-abot-epc-basic-0: 13:34:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaudio2_1.9.4-4_amd64.deb ... unit-abot-epc-basic-0: 13:34:43 DEBUG unit.abot-epc-basic/0.install Unpacking libaudio2:amd64 (1.9.4-4) ... unit-abot-epc-basic-0: 13:34:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexif12:amd64. unit-abot-epc-basic-0: 13:34:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexif12_0.6.21-2_amd64.deb ... unit-abot-epc-basic-0: 13:34:43 DEBUG unit.abot-epc-basic/0.install Unpacking libexif12:amd64 (0.6.21-2) ... unit-abot-epc-basic-0: 13:34:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-double3:amd64. unit-abot-epc-basic-0: 13:34:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-double3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:34:43 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 13:34:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-long3:amd64. unit-abot-epc-basic-0: 13:34:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-long3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:34:43 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 13:34:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-quad3:amd64. unit-abot-epc-basic-0: 13:34:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-quad3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:34:44 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 13:34:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-single3:amd64. unit-abot-epc-basic-0: 13:34:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-single3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:34:44 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 13:34:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libieee1284-3:amd64. unit-abot-epc-basic-0: 13:34:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libieee1284-3_0.2.11-12_amd64.deb ... unit-abot-epc-basic-0: 13:34:44 DEBUG unit.abot-epc-basic/0.install Unpacking libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 13:34:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblqr-1-0:amd64. unit-abot-epc-basic-0: 13:34:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblqr-1-0_0.4.2-2_amd64.deb ... unit-abot-epc-basic-0: 13:34:44 DEBUG unit.abot-epc-basic/0.install Unpacking liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 13:34:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl7:amd64. unit-abot-epc-basic-0: 13:34:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 13:34:44 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 13:34:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickcore-6.q16-2:amd64. unit-abot-epc-basic-0: 13:34:44 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: 13:34:44 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-abot-epc-basic-0: 13:34:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickwand-6.q16-2:amd64. unit-abot-epc-basic-0: 13:34:44 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: 13:34:44 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickwand-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-abot-epc-basic-0: 13:34:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmng2:amd64. unit-abot-epc-basic-0: 13:34:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmng2_2.0.2-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 13:34:45 DEBUG unit.abot-epc-basic/0.install Unpacking libmng2:amd64 (2.0.2-0ubuntu3) ... unit-abot-epc-basic-0: 13:34:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmtdev1:amd64. unit-abot-epc-basic-0: 13:34:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmtdev1_1.1.5-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:34:45 DEBUG unit.abot-epc-basic/0.install Unpacking libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-abot-epc-basic-0: 13:34:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcrecpp0v5:amd64. unit-abot-epc-basic-0: 13:34:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 13:34:45 DEBUG unit.abot-epc-basic/0.install Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 13:34:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-common. unit-abot-epc-basic-0: 13:34:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:34:45 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 13:34:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas3. unit-abot-epc-basic-0: 13:34:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:34:45 DEBUG unit.abot-epc-basic/0.install Unpacking libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 13:34:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran3:amd64. unit-abot-epc-basic-0: 13:34:45 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: 13:34:45 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 13:34:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libopenblas-base. unit-abot-epc-basic-0: 13:34:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libopenblas-base_0.2.18-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:34:46 DEBUG unit.abot-epc-basic/0.install Unpacking libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 13:34:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas3-base. unit-abot-epc-basic-0: 13:34:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas3-base_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 13:34:47 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas3-base (3.10.2-9) ... unit-abot-epc-basic-0: 13:34:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblapack3. unit-abot-epc-basic-0: 13:34:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblapack3_3.6.0-2ubuntu2_amd64.deb ... unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + git checkout v0.3.2-branch unit-abot-epc-basic-0: 13:34:48 DEBUG unit.abot-epc-basic/0.install Unpacking liblapack3 (3.6.0-2ubuntu2) ... unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install Switched to a new branch 'v0.3.2-branch' unit-oai-hss-0: 13:34:48 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: 13:34:48 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 13:34:48 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: 13:34:48 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 13:34:48 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:34:48 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-153-generic unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-153-generic unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-153-generic unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + [[ false == true ]] unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + '[' kvm == '' ']' unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-153-generic unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-153-generic unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-153-generic unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + [[ false == false ]] unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot unit-oai-hss-0: 13:34:48 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: 13:34:48 DEBUG unit.oai-hss/0.install + '[' '' '!=' reboot ']' unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + echo reboot unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + juju-log 'installing the required kernel and reboot' unit-oai-hss-0: 13:34:48 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:34:48 INFO unit.oai-hss/0.juju-log installing the required kernel and reboot unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-hss-0: 13:34:48 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + install_required_kernel unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install + version=3.19 unit-oai-hss-0: 13:34:48 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: 13:34:48 DEBUG unit.oai-hss/0.install --2018-08-05 13:34:48-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-abot-epc-basic-0: 13:34:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqrupdate1:amd64. unit-abot-epc-basic-0: 13:34:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqrupdate1_1.1.2-1build1_amd64.deb ... unit-abot-epc-basic-0: 13:34:48 DEBUG unit.abot-epc-basic/0.install Unpacking libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 13:34:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre16-3:amd64. unit-abot-epc-basic-0: 13:34:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre16-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 13:34:48 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre16-3:amd64 (2:8.38-3.1) ... unit-oai-hss-0: 13:34:48 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: 13:34:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5core5a:amd64. unit-abot-epc-basic-0: 13:34:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5core5a_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 13:34:48 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install Length: unspecified [text/html] unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install 0K ....... 56.9M=0s unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install 2018-08-05 13:34:48 (56.9 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:34:48 DEBUG unit.oai-hss/0.install --2018-08-05 13:34:48-- 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: 13:34:48 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-hss-0: 13:34:49 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: 13:34:49 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 13:34:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-server0:amd64. unit-abot-epc-basic-0: 13:34:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwayland-server0_1.12.0-1~ubuntu16.04.3_amd64.deb ... unit-abot-epc-basic-0: 13:34:49 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 13:34:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgbm1:amd64. unit-abot-epc-basic-0: 13:34:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgbm1_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 13:34:49 DEBUG unit.abot-epc-basic/0.install Unpacking libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 367K 3s unit-abot-epc-basic-0: 13:34:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcapnp-0.5.3:amd64. unit-abot-epc-basic-0: 13:34:49 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: 13:34:49 DEBUG unit.abot-epc-basic/0.install Unpacking libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 8% 366K 3s unit-abot-epc-basic-0: 13:34:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libboost-filesystem1.58.0:amd64. unit-abot-epc-basic-0: 13:34:49 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: 13:34:49 DEBUG unit.abot-epc-basic/0.install Unpacking libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-abot-epc-basic-0: 13:34:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore1:amd64. unit-abot-epc-basic-0: 13:34:49 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: 13:34:49 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 370K 3s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 17% 41.6M 2s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 35.6M 1s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 26% 1.30M 1s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 31% 514K 1s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 35% 33.4M 1s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 39% 58.9M 1s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 44% 50.3M 1s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 48% 51.7M 1s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 53% 1.41M 1s unit-abot-epc-basic-0: 13:34:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon7:amd64. unit-abot-epc-basic-0: 13:34:49 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: 13:34:49 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:34:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-lite9v5:amd64. unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 57% 517K 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 62% 51.5M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 66% 48.8M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 71% 46.5M 0s unit-abot-epc-basic-0: 13:34:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-lite9v5_2.6.1-1.3_amd64.deb ... unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 75% 46.6M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 79% 57.9M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 84% 49.7M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 88% 72.8M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 93% 60.0M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 97% 99.9M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 1100K .......... .......... ...... 100% 111M=0.7s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 2018-08-05 13:34:49 (1.60 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [1153230/1153230] unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install --2018-08-05 13:34:49-- 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: 13:34:49 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 13:34:49 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 13:34:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirprotobuf3:amd64. unit-abot-epc-basic-0: 13:34:49 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: 13:34:49 DEBUG unit.abot-epc-basic/0.install Unpacking libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:34:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon0:amd64. unit-abot-epc-basic-0: 13:34:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon0_0.5.0-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:34:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon0:amd64 (0.5.0-1ubuntu2) ... unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-hss-0: 13:34:49 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: 13:34:49 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 40.6M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 56.3M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 1% 54.5M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 1% 55.5M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 1% 54.8M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 2% 63.6M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 2% 69.2M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 3% 82.7M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 3% 68.7M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 3% 73.2M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 4% 85.1M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 4% 77.8M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 4% 68.8M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 5% 110M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 5% 96.8M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 6% 104M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 6% 88.9M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 6% 90.8M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 7% 104M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 7% 91.3M 0s unit-oai-hss-0: 13:34:49 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 8% 84.2M 0s unit-abot-epc-basic-0: 13:34:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient9:amd64. unit-abot-epc-basic-0: 13:34:49 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: 13:34:49 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:34:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-client0:amd64. unit-abot-epc-basic-0: 13:34:49 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: 13:34:50 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 8% 411K 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 8% 38.4M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 9% 29.5M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 9% 44.3M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 9% 41.0M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 10% 40.7M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 10% 55.3M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 11% 52.9M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 11% 65.1M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 11% 64.2M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 12% 63.7M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 12% 49.7M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 13% 68.2M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 13% 47.6M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 13% 93.8M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 14% 64.4M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 14% 46.9M 1s unit-abot-epc-basic-0: 13:34:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0:amd64. unit-abot-epc-basic-0: 13:34:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:34:50 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:34:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa:amd64. unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 14% 181K 2s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 15% 80.3M 2s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 15% 97.0M 2s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 16% 93.3M 2s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 16% 86.3M 2s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 16% 102M 2s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 17% 102M 2s unit-abot-epc-basic-0: 13:34:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libegl1-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 17% 102M 2s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 17% 94.3M 2s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 18% 115M 2s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 18% 108M 2s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 19% 117M 2s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 19% 81.3M 2s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 19% 95.8M 2s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 20% 109M 2s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 20% 118M 2s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 21% 99.0M 2s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 21% 98.4M 2s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 21% 101M 2s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 22% 118M 2s unit-abot-epc-basic-0: 13:34:50 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 22% 85.1M 2s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 22% 118M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 23% 105M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 23% 117M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 24% 93.6M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 24% 120M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 24% 119M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 25% 112M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 25% 108M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 26% 113M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 26% 123M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 26% 116M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 27% 102M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 27% 124M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 27% 104M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 28% 110M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 28% 88.4M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 29% 110M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 29% 100M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 29% 107M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 30% 90.3M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 30% 102M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 30% 101M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 31% 104M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 31% 85.1M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 32% 101M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 32% 84.7M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 32% 98.4M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 33% 89.2M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 33% 96.2M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 34% 100M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 34% 111M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 34% 78.2M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 35% 106M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 35% 106M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 35% 106M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 36% 92.0M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 36% 91.9M 1s unit-abot-epc-basic-0: 13:34:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libevdev2:amd64. unit-abot-epc-basic-0: 13:34:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libevdev2_1.4.6+dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 13:34:50 DEBUG unit.abot-epc-basic/0.install Unpacking libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 13:34:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgudev-1.0-0:amd64. unit-abot-epc-basic-0: 13:34:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgudev-1.0-0_1%3a230-2_amd64.deb ... unit-abot-epc-basic-0: 13:34:50 DEBUG unit.abot-epc-basic/0.install Unpacking libgudev-1.0-0:amd64 (1:230-2) ... unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 37% 456K 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 37% 27.3M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 37% 24.4M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 38% 24.0M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 38% 32.5M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 39% 88.5M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 39% 93.5M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 39% 99.2M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 40% 53.6M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 40% 30.3M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 40% 35.4M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 41% 34.0M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 41% 31.0M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 42% 35.8M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 42% 85.5M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 42% 102M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 43% 96.6M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 43% 112M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 43% 108M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 44% 104M 1s unit-abot-epc-basic-0: 13:34:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-common. unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 44% 92.8M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 45% 90.2M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 45% 109M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 45% 110M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 46% 96.3M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 46% 111M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 47% 110M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 47% 108M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 47% 98.6M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 48% 114M 1s unit-abot-epc-basic-0: 13:34:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom-common_0.22-1~ubuntu16.04.1_all.deb ... unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 48% 108M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 48% 110M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 49% 95.6M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 49% 108M 1s unit-abot-epc-basic-0: 13:34:50 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-common (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 50% 462K 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 50% 45.8M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 50% 42.0M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 51% 43.9M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 51% 49.1M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 52% 40.3M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 52% 47.6M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 52% 43.8M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 53% 44.2M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 53% 47.0M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 53% 43.4M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 54% 43.2M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 54% 40.6M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 55% 50.0M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 55% 50.3M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 55% 37.1M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 56% 51.1M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 56% 39.2M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 57% 48.9M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 57% 40.4M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 57% 42.3M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 58% 50.9M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 58% 46.1M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 58% 42.7M 1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 59% 33.7M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 59% 23.0M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 60% 25.1M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 60% 22.3M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 60% 33.1M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 61% 81.6M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 61% 79.0M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 61% 87.5M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 62% 92.8M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 62% 88.7M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 63% 101M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 63% 105M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 63% 105M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 64% 94.5M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 64% 106M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 65% 107M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 65% 105M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 65% 99.0M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 66% 107M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 66% 528K 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 66% 40.9M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 67% 39.6M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 67% 32.9M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 68% 40.8M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 68% 47.6M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 68% 49.2M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 69% 52.9M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 69% 55.2M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 70% 49.6M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 70% 43.5M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 70% 45.0M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 71% 40.5M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 71% 45.9M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 71% 55.3M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 72% 45.6M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 72% 42.2M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 73% 56.1M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 73% 40.2M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 73% 40.2M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 74% 51.2M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 74% 40.7M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 74% 47.2M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 75% 36.9M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 75% 42.4M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 76% 43.4M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 76% 21.7M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 76% 24.6M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 77% 25.7M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 77% 33.8M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 78% 84.9M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 78% 93.1M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 78% 94.8M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 79% 93.5M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 79% 94.3M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 79% 106M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 80% 106M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 80% 108M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 81% 96.8M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 81% 108M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 81% 107M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 82% 112M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 82% 94.9M 0s unit-abot-epc-basic-0: 13:34:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom2:amd64. unit-abot-epc-basic-0: 13:34:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom2_0.22-1~ubuntu16.04.1_amd64.deb ... unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 83% 532K 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 83% 33.0M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 83% 54.1M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 84% 47.3M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 84% 30.7M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 84% 48.0M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 85% 43.0M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 85% 68.8M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 86% 42.9M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 86% 57.2M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 86% 44.6M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 87% 41.3M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 87% 45.7M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 87% 45.5M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 88% 52.2M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 88% 49.5M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 89% 38.3M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 89% 48.6M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 89% 43.9M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 90% 48.7M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 90% 41.7M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 91% 50.3M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 91% 43.0M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 91% 37.5M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 92% 39.9M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 92% 49.7M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 92% 45.1M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 93% 31.2M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 93% 40.5M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 94% 64.9M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 94% 66.1M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 94% 64.4M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 95% 60.2M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 95% 71.3M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 96% 67.2M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 96% 70.4M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 96% 93.4M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 97% 107M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 97% 104M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 97% 115M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 98% 98.0M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 98% 111M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 99% 110M 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 99% 112M 0s unit-abot-epc-basic-0: 13:34:50 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 99% 521K 0s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 13050K .......... ........ 100% 27.2M=1.1s unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install 2018-08-05 13:34:50 (11.5 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: 13:34:50 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install --2018-08-05 13:34:50-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-oai-hss-0: 13:34:50 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-abot-epc-basic-0: 13:34:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput-bin. unit-abot-epc-basic-0: 13:34:51 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: 13:34:51 DEBUG unit.abot-epc-basic/0.install Unpacking libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-hss-0: 13:34:51 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: 13:34:51 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 60.8M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 54.7M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 0% 51.2M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 0% 56.5M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 0% 47.0M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 0% 56.4M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 0% 54.1M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 0% 62.4M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 0% 57.8M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 0% 78.6M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 1% 70.7M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 1% 66.9M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 1% 53.4M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 1% 67.3M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 1% 68.2M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 1% 66.4M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 1% 59.6M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 1% 65.5M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 1% 67.3M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 1% 62.7M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 1% 59.8M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 2% 64.1M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 2% 69.9M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 2% 70.1M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 2% 55.7M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 2% 96.9M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 2% 110M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 2% 104M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 2% 91.6M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 2% 114M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 2% 112M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 2% 98.9M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 3% 97.2M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 3% 96.9M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 3% 111M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 3% 113M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 3% 91.1M 1s unit-abot-epc-basic-0: 13:34:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput10:amd64. unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 3% 104M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 3% 106M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 3% 102M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 3% 95.3M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 3% 108M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 3% 108M 1s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 4% 111M 1s unit-abot-epc-basic-0: 13:34:51 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: 13:34:51 DEBUG unit.abot-epc-basic/0.install Unpacking libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 13:34:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5dbus5:amd64. unit-abot-epc-basic-0: 13:34:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5dbus5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 13:34:51 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 4% 465K 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 4% 37.8M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 4% 57.3M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 4% 33.3M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 4% 49.1M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 4% 44.2M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 4% 50.4M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 4% 29.7M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 4% 35.3M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 5% 67.8M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 5% 54.8M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 5% 31.4M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 5% 31.9M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 5% 38.1M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 5% 62.5M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 5% 52.7M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 5% 32.0M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 5% 33.7M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 5% 33.0M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 5% 46.3M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 6% 44.4M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 6% 42.5M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 6% 64.5M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 6% 59.2M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 6% 59.5M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 6% 52.3M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 6% 65.8M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 6% 66.7M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 6% 78.1M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 6% 85.1M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 6% 96.4M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 7% 80.7M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 7% 104M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 7% 82.5M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 7% 38.4M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 7% 48.5M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 7% 33.0M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 7% 45.4M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 7% 74.4M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 7% 63.6M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 7% 60.6M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 7% 70.4M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 8% 68.0M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 8% 101M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 8% 96.5M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 8% 111M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 8% 533K 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 8% 49.6M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 8% 50.7M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 8% 41.2M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 8% 32.5M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 8% 56.4M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 9% 30.9M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 9% 48.9M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 9% 34.4M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 9% 65.0M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 9% 39.5M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 9% 42.2M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 9% 32.5M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 9% 50.5M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 9% 38.8M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 9% 40.4M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 9% 60.7M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 10% 25.5M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 10% 41.4M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 10% 39.0M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 10% 50.9M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 10% 60.9M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 10% 57.0M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 10% 53.7M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 10% 59.5M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 10% 60.2M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 10% 67.0M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 10% 54.8M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 11% 90.8M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 11% 95.1M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 11% 87.4M 2s unit-abot-epc-basic-0: 13:34:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libproxy1v5:amd64. unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 11% 82.6M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 11% 91.5M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 11% 93.7M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 11% 43.4M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 11% 33.3M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 11% 45.9M 2s unit-abot-epc-basic-0: 13:34:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libproxy1v5_0.4.11-5ubuntu1_amd64.deb ... unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 11% 40.8M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 11% 69.0M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 12% 66.8M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 12% 71.6M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 12% 82.1M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 12% 69.4M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 12% 65.8M 2s unit-abot-epc-basic-0: 13:34:51 DEBUG unit.abot-epc-basic/0.install Unpacking libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 12% 86.0M 2s unit-abot-epc-basic-0: 13:34:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5network5:amd64. unit-abot-epc-basic-0: 13:34:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5network5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 13:34:51 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 12% 541K 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 12% 28.7M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 12% 50.0M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 12% 52.3M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 13% 39.3M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 13% 38.0M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 13% 50.2M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 13% 34.0M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 13% 55.1M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 13% 40.0M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 13% 47.4M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 13% 39.7M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 13% 27.4M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 13% 47.0M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 13% 65.4M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 14% 39.2M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 14% 34.9M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 14% 70.8M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 14% 28.3M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 14% 33.6M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 14% 48.0M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 14% 51.1M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 14% 59.1M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 14% 50.6M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 14% 64.5M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 14% 58.6M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 15% 70.7M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 15% 60.0M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 15% 63.3M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 15% 69.1M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 15% 75.8M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 15% 64.1M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 15% 89.4M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 15% 88.4M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 15% 76.5M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 15% 74.1M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 15% 48.8M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 16% 28.9M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 16% 59.6M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 16% 53.2M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 16% 69.7M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 16% 66.4M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 16% 81.2M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 16% 82.7M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 16% 73.3M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 16% 72.2M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 16% 93.0M 2s unit-abot-epc-basic-0: 13:34:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-icccm4:amd64. unit-abot-epc-basic-0: 13:34:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-icccm4_0.4.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:34:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 17% 535K 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 17% 49.8M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 17% 44.2M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 17% 46.5M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 17% 35.4M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 17% 70.3M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 17% 31.8M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 17% 45.8M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 17% 45.6M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 17% 48.4M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 17% 46.3M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 18% 34.0M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 18% 32.7M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 18% 53.1M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 18% 32.5M 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 18% 65.0M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 18% 44.5M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 18% 29.9M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 18% 35.1M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 18% 49.3M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 18% 48.1M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 18% 53.3M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 19% 52.4M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 19% 62.5M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 19% 69.8M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 19% 69.5M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 19% 67.8M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 19% 55.0M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 19% 69.5M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 19% 66.2M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 19% 78.2M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 19% 73.4M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 19% 84.8M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 20% 93.3M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 20% 88.2M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 20% 43.6M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 20% 30.8M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 20% 60.0M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 20% 37.5M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 20% 68.5M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 20% 68.2M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 20% 69.9M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 20% 81.4M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 21% 68.8M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 21% 77.6M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 21% 85.7M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 21% 1.30M 2s unit-abot-epc-basic-0: 13:34:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-util1:amd64. unit-abot-epc-basic-0: 13:34:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-util1_0.4.0-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 13:34:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 21% 891K 3s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 21% 48.2M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 21% 34.3M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 21% 64.2M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 21% 38.6M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 21% 66.2M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 21% 26.5M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 22% 63.3M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 22% 48.1M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 22% 52.3M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 22% 47.8M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 22% 29.3M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 22% 37.6M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 22% 47.3M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 22% 37.9M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 22% 55.0M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 22% 42.5M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 22% 33.6M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 23% 37.6M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 23% 45.4M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 23% 48.6M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 23% 50.3M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 23% 45.2M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 23% 62.0M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 23% 65.1M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 23% 52.5M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 23% 66.8M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 23% 63.7M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 23% 65.0M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 24% 61.3M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 24% 75.0M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 24% 87.6M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 13050K .......... .......... .......... .......... .......... 24% 100M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 13100K .......... .......... .......... .......... .......... 24% 82.2M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 13150K .......... .......... .......... .......... .......... 24% 84.2M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 13200K .......... .......... .......... .......... .......... 24% 89.3M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 13250K .......... .......... .......... .......... .......... 24% 72.1M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 13300K .......... .......... .......... .......... .......... 24% 27.9M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 13350K .......... .......... .......... .......... .......... 24% 46.8M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 13400K .......... .......... .......... .......... .......... 25% 57.5M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 13450K .......... .......... .......... .......... .......... 25% 61.3M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 13500K .......... .......... .......... .......... .......... 25% 66.4M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 13550K .......... .......... .......... .......... .......... 25% 73.0M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 13600K .......... .......... .......... .......... .......... 25% 76.5M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 13650K .......... .......... .......... .......... .......... 25% 84.2M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 13700K .......... .......... .......... .......... .......... 25% 67.3M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 13750K .......... .......... .......... .......... .......... 25% 109M 2s unit-abot-epc-basic-0: 13:34:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-image0:amd64. unit-abot-epc-basic-0: 13:34:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-image0_0.4.0-1build1_amd64.deb ... unit-abot-epc-basic-0: 13:34:51 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-image0:amd64 (0.4.0-1build1) ... unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 13800K .......... .......... .......... .......... .......... 25% 538K 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 13850K .......... .......... .......... .......... .......... 25% 43.8M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 13900K .......... .......... .......... .......... .......... 25% 44.0M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 13950K .......... .......... .......... .......... .......... 26% 43.2M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 14000K .......... .......... .......... .......... .......... 26% 39.8M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 14050K .......... .......... .......... .......... .......... 26% 53.0M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 14100K .......... .......... .......... .......... .......... 26% 40.7M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 14150K .......... .......... .......... .......... .......... 26% 32.7M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 14200K .......... .......... .......... .......... .......... 26% 34.4M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 14250K .......... .......... .......... .......... .......... 26% 48.8M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 14300K .......... .......... .......... .......... .......... 26% 44.3M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 14350K .......... .......... .......... .......... .......... 26% 33.4M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 14400K .......... .......... .......... .......... .......... 26% 48.8M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 14450K .......... .......... .......... .......... .......... 26% 33.4M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 14500K .......... .......... .......... .......... .......... 27% 39.5M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 14550K .......... .......... .......... .......... .......... 27% 35.4M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 14600K .......... .......... .......... .......... .......... 27% 32.1M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 14650K .......... .......... .......... .......... .......... 27% 50.5M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 14700K .......... .......... .......... .......... .......... 27% 54.2M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 14750K .......... .......... .......... .......... .......... 27% 56.2M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 14800K .......... .......... .......... .......... .......... 27% 65.3M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 14850K .......... .......... .......... .......... .......... 27% 63.0M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 14900K .......... .......... .......... .......... .......... 27% 56.3M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 14950K .......... .......... .......... .......... .......... 27% 49.8M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 15000K .......... .......... .......... .......... .......... 27% 67.1M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 15050K .......... .......... .......... .......... .......... 28% 70.9M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 15100K .......... .......... .......... .......... .......... 28% 56.0M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 15150K .......... .......... .......... .......... .......... 28% 64.0M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 15200K .......... .......... .......... .......... .......... 28% 80.1M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 15250K .......... .......... .......... .......... .......... 28% 78.7M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 15300K .......... .......... .......... .......... .......... 28% 64.0M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 15350K .......... .......... .......... .......... .......... 28% 73.7M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 15400K .......... .......... .......... .......... .......... 28% 80.4M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 15450K .......... .......... .......... .......... .......... 28% 91.1M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 15500K .......... .......... .......... .......... .......... 28% 78.1M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 15550K .......... .......... .......... .......... .......... 29% 82.6M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 15600K .......... .......... .......... .......... .......... 29% 77.4M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 15650K .......... .......... .......... .......... .......... 29% 27.3M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 15700K .......... .......... .......... .......... .......... 29% 66.0M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 15750K .......... .......... .......... .......... .......... 29% 50.6M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 15800K .......... .......... .......... .......... .......... 29% 55.3M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 15850K .......... .......... .......... .......... .......... 29% 60.4M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 15900K .......... .......... .......... .......... .......... 29% 76.2M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 15950K .......... .......... .......... .......... .......... 29% 75.5M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 16000K .......... .......... .......... .......... .......... 29% 78.3M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 16050K .......... .......... .......... .......... .......... 29% 70.1M 2s unit-oai-hss-0: 13:34:51 DEBUG unit.oai-hss/0.install 16100K .......... .......... .......... .......... .......... 30% 76.4M 2s unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-keysyms1:amd64. unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-keysyms1_0.4.0-1_amd64.deb ... unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 16150K .......... .......... .......... .......... .......... 30% 1.31M 2s unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-keysyms1:amd64 (0.4.0-1) ... unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 16200K .......... .......... .......... .......... .......... 30% 889K 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 16250K .......... .......... .......... .......... .......... 30% 40.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 16300K .......... .......... .......... .......... .......... 30% 34.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 16350K .......... .......... .......... .......... .......... 30% 65.3M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 16400K .......... .......... .......... .......... .......... 30% 39.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 16450K .......... .......... .......... .......... .......... 30% 53.0M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 16500K .......... .......... .......... .......... .......... 30% 48.5M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 16550K .......... .......... .......... .......... .......... 30% 27.0M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 16600K .......... .......... .......... .......... .......... 30% 44.9M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 16650K .......... .......... .......... .......... .......... 31% 40.8M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 16700K .......... .......... .......... .......... .......... 31% 50.3M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 16750K .......... .......... .......... .......... .......... 31% 34.0M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 16800K .......... .......... .......... .......... .......... 31% 55.1M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 16850K .......... .......... .......... .......... .......... 31% 36.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 16900K .......... .......... .......... .......... .......... 31% 40.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 16950K .......... .......... .......... .......... .......... 31% 30.9M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 17000K .......... .......... .......... .......... .......... 31% 32.0M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 17050K .......... .......... .......... .......... .......... 31% 48.7M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 17100K .......... .......... .......... .......... .......... 31% 53.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 17150K .......... .......... .......... .......... .......... 31% 54.3M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 17200K .......... .......... .......... .......... .......... 32% 72.8M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 17250K .......... .......... .......... .......... .......... 32% 63.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 17300K .......... .......... .......... .......... .......... 32% 60.3M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 17350K .......... .......... .......... .......... .......... 32% 57.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 17400K .......... .......... .......... .......... .......... 32% 54.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 17450K .......... .......... .......... .......... .......... 32% 81.7M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 17500K .......... .......... .......... .......... .......... 32% 66.3M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 17550K .......... .......... .......... .......... .......... 32% 63.8M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 17600K .......... .......... .......... .......... .......... 32% 56.7M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 17650K .......... .......... .......... .......... .......... 32% 70.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 17700K .......... .......... .......... .......... .......... 33% 64.3M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 17750K .......... .......... .......... .......... .......... 33% 62.2M 2s unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0:amd64. unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 17800K .......... .......... .......... .......... .......... 33% 65.1M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 17850K .......... .......... .......... .......... .......... 33% 94.1M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 17900K .......... .......... .......... .......... .......... 33% 92.3M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 17950K .......... .......... .......... .......... .......... 33% 87.0M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 18000K .......... .......... .......... .......... .......... 33% 68.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 18050K .......... .......... .......... .......... .......... 33% 42.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 18100K .......... .......... .......... .......... .......... 33% 64.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 18150K .......... .......... .......... .......... .......... 33% 51.8M 2s unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0_1.11.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 18200K .......... .......... .......... .......... .......... 33% 60.3M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 18250K .......... .......... .......... .......... .......... 34% 51.1M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 18300K .......... .......... .......... .......... .......... 34% 60.3M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 18350K .......... .......... .......... .......... .......... 34% 61.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 18400K .......... .......... .......... .......... .......... 34% 73.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 18450K .......... .......... .......... .......... .......... 34% 66.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 18500K .......... .......... .......... .......... .......... 34% 73.1M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 18550K .......... .......... .......... .......... .......... 34% 97.9M 2s unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render-util0:amd64. unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render-util0_0.3.9-1_amd64.deb ... unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 18600K .......... .......... .......... .......... .......... 34% 541K 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 18650K .......... .......... .......... .......... .......... 34% 49.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 18700K .......... .......... .......... .......... .......... 34% 28.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 18750K .......... .......... .......... .......... .......... 34% 68.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 18800K .......... .......... .......... .......... .......... 35% 46.7M 2s unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0_1.11.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 18850K .......... .......... .......... .......... .......... 35% 49.9M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 18900K .......... .......... .......... .......... .......... 35% 39.1M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 18950K .......... .......... .......... .......... .......... 35% 30.3M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 19000K .......... .......... .......... .......... .......... 35% 38.5M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 19050K .......... .......... .......... .......... .......... 35% 45.2M 2s unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 19100K .......... .......... .......... .......... .......... 35% 43.8M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 19150K .......... .......... .......... .......... .......... 35% 34.0M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 19200K .......... .......... .......... .......... .......... 35% 68.4M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 19250K .......... .......... .......... .......... .......... 35% 38.1M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 19300K .......... .......... .......... .......... .......... 35% 43.0M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 19350K .......... .......... .......... .......... .......... 36% 30.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 19400K .......... .......... .......... .......... .......... 36% 41.0M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 19450K .......... .......... .......... .......... .......... 36% 38.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 19500K .......... .......... .......... .......... .......... 36% 34.9M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 19550K .......... .......... .......... .......... .......... 36% 48.0M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 19600K .......... .......... .......... .......... .......... 36% 58.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 19650K .......... .......... .......... .......... .......... 36% 58.0M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 19700K .......... .......... .......... .......... .......... 36% 69.9M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 19750K .......... .......... .......... .......... .......... 36% 66.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 19800K .......... .......... .......... .......... .......... 36% 57.9M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 19850K .......... .......... .......... .......... .......... 37% 67.5M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 19900K .......... .......... .......... .......... .......... 37% 56.3M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 19950K .......... .......... .......... .......... .......... 37% 58.0M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 20000K .......... .......... .......... .......... .......... 37% 56.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 20050K .......... .......... .......... .......... .......... 37% 60.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 20100K .......... .......... .......... .......... .......... 37% 71.9M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 20150K .......... .......... .......... .......... .......... 37% 51.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 20200K .......... .......... .......... .......... .......... 37% 64.0M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 20250K .......... .......... .......... .......... .......... 37% 72.4M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 20300K .......... .......... .......... .......... .......... 37% 72.0M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 20350K .......... .......... .......... .......... .......... 37% 72.5M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 20400K .......... .......... .......... .......... .......... 38% 86.8M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 20450K .......... .......... .......... .......... .......... 38% 114M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 20500K .......... .......... .......... .......... .......... 38% 83.4M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 20550K .......... .......... .......... .......... .......... 38% 77.4M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 20600K .......... .......... .......... .......... .......... 38% 64.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 20650K .......... .......... .......... .......... .......... 38% 53.5M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 20700K .......... .......... .......... .......... .......... 38% 70.4M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 20750K .......... .......... .......... .......... .......... 38% 52.5M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 20800K .......... .......... .......... .......... .......... 38% 64.0M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 20850K .......... .......... .......... .......... .......... 38% 59.0M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 20900K .......... .......... .......... .......... .......... 38% 57.1M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 20950K .......... .......... .......... .......... .......... 39% 77.3M 2s unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xkb1:amd64. unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xkb1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 21000K .......... .......... .......... .......... .......... 39% 1.33M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 21050K .......... .......... .......... .......... .......... 39% 897K 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 21100K .......... .......... .......... .......... .......... 39% 30.5M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 21150K .......... .......... .......... .......... .......... 39% 38.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 21200K .......... .......... .......... .......... .......... 39% 48.1M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 21250K .......... .......... .......... .......... .......... 39% 70.9M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 21300K .......... .......... .......... .......... .......... 39% 40.1M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 21350K .......... .......... .......... .......... .......... 39% 38.4M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 21400K .......... .......... .......... .......... .......... 39% 29.0M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 21450K .......... .......... .......... .......... .......... 39% 41.4M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 21500K .......... .......... .......... .......... .......... 40% 52.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 21550K .......... .......... .......... .......... .......... 40% 44.8M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 21600K .......... .......... .......... .......... .......... 40% 36.4M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 21650K .......... .......... .......... .......... .......... 40% 66.4M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 21700K .......... .......... .......... .......... .......... 40% 35.2M 2s unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-x11-0:amd64. unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 21750K .......... .......... .......... .......... .......... 40% 47.3M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 21800K .......... .......... .......... .......... .......... 40% 32.9M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 21850K .......... .......... .......... .......... .......... 40% 42.3M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 21900K .......... .......... .......... .......... .......... 40% 39.8M 2s unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-x11-0_0.5.0-1ubuntu2_amd64.deb ... unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 21950K .......... .......... .......... .......... .......... 40% 33.7M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 22000K .......... .......... .......... .......... .......... 41% 60.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 22050K .......... .......... .......... .......... .......... 41% 60.3M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 22100K .......... .......... .......... .......... .......... 41% 72.4M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 22150K .......... .......... .......... .......... .......... 41% 69.7M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 22200K .......... .......... .......... .......... .......... 41% 71.8M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 22250K .......... .......... .......... .......... .......... 41% 71.8M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 22300K .......... .......... .......... .......... .......... 41% 65.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 22350K .......... .......... .......... .......... .......... 41% 65.4M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 22400K .......... .......... .......... .......... .......... 41% 70.5M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 22450K .......... .......... .......... .......... .......... 41% 84.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 22500K .......... .......... .......... .......... .......... 41% 69.4M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 22550K .......... .......... .......... .......... .......... 42% 73.5M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 22600K .......... .......... .......... .......... .......... 42% 73.7M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 22650K .......... .......... .......... .......... .......... 42% 73.1M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 22700K .......... .......... .......... .......... .......... 42% 66.1M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 22750K .......... .......... .......... .......... .......... 42% 86.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 22800K .......... .......... .......... .......... .......... 42% 85.9M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 22850K .......... .......... .......... .......... .......... 42% 78.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 22900K .......... .......... .......... .......... .......... 42% 69.0M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 22950K .......... .......... .......... .......... .......... 42% 26.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 23000K .......... .......... .......... .......... .......... 42% 59.4M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 23050K .......... .......... .......... .......... .......... 42% 65.7M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 23100K .......... .......... .......... .......... .......... 43% 54.1M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 23150K .......... .......... .......... .......... .......... 43% 72.0M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 23200K .......... .......... .......... .......... .......... 43% 54.3M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 23250K .......... .......... .......... .......... .......... 43% 78.4M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 23300K .......... .......... .......... .......... .......... 43% 74.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 23350K .......... .......... .......... .......... .......... 43% 63.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 23400K .......... .......... .......... .......... .......... 43% 79.4M 2s unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2) ... unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 23450K .......... .......... .......... .......... .......... 43% 1.33M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 23500K .......... .......... .......... .......... .......... 43% 898K 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 23550K .......... .......... .......... .......... .......... 43% 26.3M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 23600K .......... .......... .......... .......... .......... 43% 34.5M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 23650K .......... .......... .......... .......... .......... 44% 52.2M 2s unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5gui5:amd64. unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 23700K .......... .......... .......... .......... .......... 44% 66.3M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 23750K .......... .......... .......... .......... .......... 44% 51.7M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 23800K .......... .......... .......... .......... .......... 44% 36.9M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 23850K .......... .......... .......... .......... .......... 44% 30.0M 2s unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5gui5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 23900K .......... .......... .......... .......... .......... 44% 44.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 23950K .......... .......... .......... .......... .......... 44% 36.9M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 24000K .......... .......... .......... .......... .......... 44% 60.4M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 24050K .......... .......... .......... .......... .......... 44% 34.1M 2s unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 24100K .......... .......... .......... .......... .......... 44% 61.3M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 24150K .......... .......... .......... .......... .......... 45% 64.7M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 24200K .......... .......... .......... .......... .......... 45% 32.5M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 24250K .......... .......... .......... .......... .......... 45% 51.7M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 24300K .......... .......... .......... .......... .......... 45% 32.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 24350K .......... .......... .......... .......... .......... 45% 33.1M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 24400K .......... .......... .......... .......... .......... 45% 38.9M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 24450K .......... .......... .......... .......... .......... 45% 63.7M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 24500K .......... .......... .......... .......... .......... 45% 47.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 24550K .......... .......... .......... .......... .......... 45% 65.0M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 24600K .......... .......... .......... .......... .......... 45% 70.9M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 24650K .......... .......... .......... .......... .......... 45% 60.0M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 24700K .......... .......... .......... .......... .......... 46% 59.9M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 24750K .......... .......... .......... .......... .......... 46% 75.1M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 24800K .......... .......... .......... .......... .......... 46% 78.4M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 24850K .......... .......... .......... .......... .......... 46% 68.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 24900K .......... .......... .......... .......... .......... 46% 56.7M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 24950K .......... .......... .......... .......... .......... 46% 75.4M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 25000K .......... .......... .......... .......... .......... 46% 69.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 25050K .......... .......... .......... .......... .......... 46% 77.7M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 25100K .......... .......... .......... .......... .......... 46% 64.1M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 25150K .......... .......... .......... .......... .......... 46% 63.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 25200K .......... .......... .......... .......... .......... 46% 82.8M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 25250K .......... .......... .......... .......... .......... 47% 85.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 25300K .......... .......... .......... .......... .......... 47% 63.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 25350K .......... .......... .......... .......... .......... 47% 91.0M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 25400K .......... .......... .......... .......... .......... 47% 39.9M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 25450K .......... .......... .......... .......... .......... 47% 72.0M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 25500K .......... .......... .......... .......... .......... 47% 58.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 25550K .......... .......... .......... .......... .......... 47% 64.5M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 25600K .......... .......... .......... .......... .......... 47% 49.3M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 25650K .......... .......... .......... .......... .......... 47% 76.1M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 25700K .......... .......... .......... .......... .......... 47% 60.8M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 25750K .......... .......... .......... .......... .......... 47% 78.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 25800K .......... .......... .......... .......... .......... 48% 74.3M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 25850K .......... .......... .......... .......... .......... 48% 69.1M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 25900K .......... .......... .......... .......... .......... 48% 77.9M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 25950K .......... .......... .......... .......... .......... 48% 650K 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 26000K .......... .......... .......... .......... .......... 48% 3.04M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 26050K .......... .......... .......... .......... .......... 48% 21.4M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 26100K .......... .......... .......... .......... .......... 48% 59.9M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 26150K .......... .......... .......... .......... .......... 48% 65.7M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 26200K .......... .......... .......... .......... .......... 48% 56.7M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 26250K .......... .......... .......... .......... .......... 48% 62.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 26300K .......... .......... .......... .......... .......... 49% 27.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 26350K .......... .......... .......... .......... .......... 49% 39.4M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 26400K .......... .......... .......... .......... .......... 49% 73.4M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 26450K .......... .......... .......... .......... .......... 49% 30.3M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 26500K .......... .......... .......... .......... .......... 49% 75.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 26550K .......... .......... .......... .......... .......... 49% 35.9M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 26600K .......... .......... .......... .......... .......... 49% 68.0M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 26650K .......... .......... .......... .......... .......... 49% 60.2M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 26700K .......... .......... .......... .......... .......... 49% 29.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 26750K .......... .......... .......... .......... .......... 49% 35.6M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 26800K .......... .......... .......... .......... .......... 49% 36.7M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 26850K .......... .......... .......... .......... .......... 50% 44.9M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 26900K .......... .......... .......... .......... .......... 50% 38.1M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 26950K .......... .......... .......... .......... .......... 50% 59.9M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 27000K .......... .......... .......... .......... .......... 50% 68.1M 2s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 27050K .......... .......... .......... .......... .......... 50% 59.4M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 27100K .......... .......... .......... .......... .......... 50% 66.8M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 27150K .......... .......... .......... .......... .......... 50% 63.3M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 27200K .......... .......... .......... .......... .......... 50% 81.9M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 27250K .......... .......... .......... .......... .......... 50% 73.3M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 27300K .......... .......... .......... .......... .......... 50% 63.9M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 27350K .......... .......... .......... .......... .......... 50% 61.0M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 27400K .......... .......... .......... .......... .......... 51% 77.5M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 27450K .......... .......... .......... .......... .......... 51% 67.8M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 27500K .......... .......... .......... .......... .......... 51% 80.7M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 27550K .......... .......... .......... .......... .......... 51% 66.5M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 27600K .......... .......... .......... .......... .......... 51% 87.7M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 27650K .......... .......... .......... .......... .......... 51% 66.7M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 27700K .......... .......... .......... .......... .......... 51% 76.6M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 27750K .......... .......... .......... .......... .......... 51% 67.6M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 27800K .......... .......... .......... .......... .......... 51% 98.4M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 27850K .......... .......... .......... .......... .......... 51% 67.8M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 27900K .......... .......... .......... .......... .......... 51% 33.1M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 27950K .......... .......... .......... .......... .......... 52% 60.1M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 28000K .......... .......... .......... .......... .......... 52% 54.3M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 28050K .......... .......... .......... .......... .......... 52% 80.0M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 28100K .......... .......... .......... .......... .......... 52% 49.8M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 28150K .......... .......... .......... .......... .......... 52% 69.5M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 28200K .......... .......... .......... .......... .......... 52% 67.5M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 28250K .......... .......... .......... .......... .......... 52% 78.6M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 28300K .......... .......... .......... .......... .......... 52% 62.9M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 28350K .......... .......... .......... .......... .......... 52% 77.4M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 28400K .......... .......... .......... .......... .......... 52% 81.8M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 28450K .......... .......... .......... .......... .......... 53% 651K 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 28500K .......... .......... .......... .......... .......... 53% 3.16M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 28550K .......... .......... .......... .......... .......... 53% 22.4M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 28600K .......... .......... .......... .......... .......... 53% 28.1M 1s unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5widgets5:amd64. unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 28650K .......... .......... .......... .......... .......... 53% 64.9M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 28700K .......... .......... .......... .......... .......... 53% 69.2M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 28750K .......... .......... .......... .......... .......... 53% 52.4M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 28800K .......... .......... .......... .......... .......... 53% 30.2M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 28850K .......... .......... .......... .......... .......... 53% 39.7M 1s unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5widgets5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 28900K .......... .......... .......... .......... .......... 53% 54.3M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 28950K .......... .......... .......... .......... .......... 53% 31.7M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 29000K .......... .......... .......... .......... .......... 54% 69.0M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 29050K .......... .......... .......... .......... .......... 54% 45.6M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 29100K .......... .......... .......... .......... .......... 54% 68.6M 1s unit-abot-epc-basic-0: 13:34:52 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 29150K .......... .......... .......... .......... .......... 54% 48.3M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 29200K .......... .......... .......... .......... .......... 54% 36.8M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 29250K .......... .......... .......... .......... .......... 54% 41.5M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 29300K .......... .......... .......... .......... .......... 54% 41.4M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 29350K .......... .......... .......... .......... .......... 54% 28.6M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 29400K .......... .......... .......... .......... .......... 54% 51.8M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 29450K .......... .......... .......... .......... .......... 54% 53.7M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 29500K .......... .......... .......... .......... .......... 54% 41.6M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 29550K .......... .......... .......... .......... .......... 55% 75.5M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 29600K .......... .......... .......... .......... .......... 55% 71.2M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 29650K .......... .......... .......... .......... .......... 55% 63.8M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 29700K .......... .......... .......... .......... .......... 55% 61.3M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 29750K .......... .......... .......... .......... .......... 55% 68.3M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 29800K .......... .......... .......... .......... .......... 55% 71.6M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 29850K .......... .......... .......... .......... .......... 55% 85.2M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 29900K .......... .......... .......... .......... .......... 55% 68.8M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 29950K .......... .......... .......... .......... .......... 55% 74.9M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 30000K .......... .......... .......... .......... .......... 55% 70.0M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 30050K .......... .......... .......... .......... .......... 55% 79.6M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 30100K .......... .......... .......... .......... .......... 56% 67.4M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 30150K .......... .......... .......... .......... .......... 56% 81.6M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 30200K .......... .......... .......... .......... .......... 56% 79.6M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 30250K .......... .......... .......... .......... .......... 56% 75.3M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 30300K .......... .......... .......... .......... .......... 56% 78.4M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 30350K .......... .......... .......... .......... .......... 56% 90.9M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 30400K .......... .......... .......... .......... .......... 56% 86.8M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 30450K .......... .......... .......... .......... .......... 56% 27.0M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 30500K .......... .......... .......... .......... .......... 56% 57.0M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 30550K .......... .......... .......... .......... .......... 56% 77.9M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 30600K .......... .......... .......... .......... .......... 57% 57.6M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 30650K .......... .......... .......... .......... .......... 57% 55.1M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 30700K .......... .......... .......... .......... .......... 57% 63.8M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 30750K .......... .......... .......... .......... .......... 57% 76.4M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 30800K .......... .......... .......... .......... .......... 57% 89.6M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 30850K .......... .......... .......... .......... .......... 57% 64.4M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 30900K .......... .......... .......... .......... .......... 57% 76.0M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 30950K .......... .......... .......... .......... .......... 57% 1.30M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 31000K .......... .......... .......... .......... .......... 57% 916K 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 31050K .......... .......... .......... .......... .......... 57% 19.5M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 31100K .......... .......... .......... .......... .......... 57% 32.1M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 31150K .......... .......... .......... .......... .......... 58% 74.9M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 31200K .......... .......... .......... .......... .......... 58% 61.4M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 31250K .......... .......... .......... .......... .......... 58% 48.4M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 31300K .......... .......... .......... .......... .......... 58% 53.2M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 31350K .......... .......... .......... .......... .......... 58% 37.1M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 31400K .......... .......... .......... .......... .......... 58% 33.1M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 31450K .......... .......... .......... .......... .......... 58% 35.0M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 31500K .......... .......... .......... .......... .......... 58% 63.9M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 31550K .......... .......... .......... .......... .......... 58% 54.7M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 31600K .......... .......... .......... .......... .......... 58% 59.9M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 31650K .......... .......... .......... .......... .......... 58% 44.0M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 31700K .......... .......... .......... .......... .......... 59% 35.3M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 31750K .......... .......... .......... .......... .......... 59% 59.6M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 31800K .......... .......... .......... .......... .......... 59% 31.9M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 31850K .......... .......... .......... .......... .......... 59% 39.2M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 31900K .......... .......... .......... .......... .......... 59% 39.2M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 31950K .......... .......... .......... .......... .......... 59% 56.6M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 32000K .......... .......... .......... .......... .......... 59% 37.5M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 32050K .......... .......... .......... .......... .......... 59% 74.6M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 32100K .......... .......... .......... .......... .......... 59% 73.5M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 32150K .......... .......... .......... .......... .......... 59% 64.9M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 32200K .......... .......... .......... .......... .......... 59% 81.2M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 32250K .......... .......... .......... .......... .......... 60% 67.1M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 32300K .......... .......... .......... .......... .......... 60% 64.5M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 32350K .......... .......... .......... .......... .......... 60% 63.3M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 32400K .......... .......... .......... .......... .......... 60% 67.5M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 32450K .......... .......... .......... .......... .......... 60% 70.1M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 32500K .......... .......... .......... .......... .......... 60% 62.9M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 32550K .......... .......... .......... .......... .......... 60% 84.0M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 32600K .......... .......... .......... .......... .......... 60% 71.7M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 32650K .......... .......... .......... .......... .......... 60% 82.0M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 32700K .......... .......... .......... .......... .......... 60% 71.0M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 32750K .......... .......... .......... .......... .......... 61% 71.6M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 32800K .......... .......... .......... .......... .......... 61% 77.3M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 32850K .......... .......... .......... .......... .......... 61% 102M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 32900K .......... .......... .......... .......... .......... 61% 77.8M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 32950K .......... .......... .......... .......... .......... 61% 42.4M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 33000K .......... .......... .......... .......... .......... 61% 61.3M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 33050K .......... .......... .......... .......... .......... 61% 46.9M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 33100K .......... .......... .......... .......... .......... 61% 62.7M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 33150K .......... .......... .......... .......... .......... 61% 72.5M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 33200K .......... .......... .......... .......... .......... 61% 50.4M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 33250K .......... .......... .......... .......... .......... 61% 32.0M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 33300K .......... .......... .......... .......... .......... 62% 89.9M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 33350K .......... .......... .......... .......... .......... 62% 66.3M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 33400K .......... .......... .......... .......... .......... 62% 93.4M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 33450K .......... .......... .......... .......... .......... 62% 96.3M 1s unit-oai-hss-0: 13:34:52 DEBUG unit.oai-hss/0.install 33500K .......... .......... .......... .......... .......... 62% 1.33M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 33550K .......... .......... .......... .......... .......... 62% 911K 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 33600K .......... .......... .......... .......... .......... 62% 16.9M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 33650K .......... .......... .......... .......... .......... 62% 58.1M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 33700K .......... .......... .......... .......... .......... 62% 55.1M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 33750K .......... .......... .......... .......... .......... 62% 65.5M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 33800K .......... .......... .......... .......... .......... 62% 72.1M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 33850K .......... .......... .......... .......... .......... 63% 36.0M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 33900K .......... .......... .......... .......... .......... 63% 40.7M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 33950K .......... .......... .......... .......... .......... 63% 33.1M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 34000K .......... .......... .......... .......... .......... 63% 41.8M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 34050K .......... .......... .......... .......... .......... 63% 56.1M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 34100K .......... .......... .......... .......... .......... 63% 60.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 34150K .......... .......... .......... .......... .......... 63% 65.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 34200K .......... .......... .......... .......... .......... 63% 44.8M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 34250K .......... .......... .......... .......... .......... 63% 34.5M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 34300K .......... .......... .......... .......... .......... 63% 55.7M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 34350K .......... .......... .......... .......... .......... 63% 38.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 34400K .......... .......... .......... .......... .......... 64% 37.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 34450K .......... .......... .......... .......... .......... 64% 38.5M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 34500K .......... .......... .......... .......... .......... 64% 45.9M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 34550K .......... .......... .......... .......... .......... 64% 44.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 34600K .......... .......... .......... .......... .......... 64% 61.9M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 34650K .......... .......... .......... .......... .......... 64% 53.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 34700K .......... .......... .......... .......... .......... 64% 67.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 34750K .......... .......... .......... .......... .......... 64% 60.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 34800K .......... .......... .......... .......... .......... 64% 66.7M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 34850K .......... .......... .......... .......... .......... 64% 50.0M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 34900K .......... .......... .......... .......... .......... 65% 73.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 34950K .......... .......... .......... .......... .......... 65% 84.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 35000K .......... .......... .......... .......... .......... 65% 76.1M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 35050K .......... .......... .......... .......... .......... 65% 74.7M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 35100K .......... .......... .......... .......... .......... 65% 74.0M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 35150K .......... .......... .......... .......... .......... 65% 74.4M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 35200K .......... .......... .......... .......... .......... 65% 78.4M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 35250K .......... .......... .......... .......... .......... 65% 66.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 35300K .......... .......... .......... .......... .......... 65% 80.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 35350K .......... .......... .......... .......... .......... 65% 88.7M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 35400K .......... .......... .......... .......... .......... 65% 78.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 35450K .......... .......... .......... .......... .......... 66% 74.9M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 35500K .......... .......... .......... .......... .......... 66% 68.9M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 35550K .......... .......... .......... .......... .......... 66% 58.5M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 35600K .......... .......... .......... .......... .......... 66% 47.8M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 35650K .......... .......... .......... .......... .......... 66% 64.1M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 35700K .......... .......... .......... .......... .......... 66% 78.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 35750K .......... .......... .......... .......... .......... 66% 44.6M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 35800K .......... .......... .......... .......... .......... 66% 37.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 35850K .......... .......... .......... .......... .......... 66% 67.9M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 35900K .......... .......... .......... .......... .......... 66% 67.6M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 35950K .......... .......... .......... .......... .......... 66% 69.9M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 36000K .......... .......... .......... .......... .......... 67% 95.8M 1s unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5svg5:amd64. unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5svg5_5.5.1-2build1_amd64.deb ... unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5svg5:amd64 (5.5.1-2build1) ... unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 36050K .......... .......... .......... .......... .......... 67% 1.34M 1s unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-common. unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 36100K .......... .......... .......... .......... .......... 67% 1.21M 1s unit-abot-epc-basic-0: 13:34:53 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: 13:34:53 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 36150K .......... .......... .......... .......... .......... 67% 2.81M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 36200K .......... .......... .......... .......... .......... 67% 57.0M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 36250K .......... .......... .......... .......... .......... 67% 48.7M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 36300K .......... .......... .......... .......... .......... 67% 53.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 36350K .......... .......... .......... .......... .......... 67% 71.8M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 36400K .......... .......... .......... .......... .......... 67% 41.9M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 36450K .......... .......... .......... .......... .......... 67% 43.4M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 36500K .......... .......... .......... .......... .......... 67% 36.5M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 36550K .......... .......... .......... .......... .......... 68% 38.8M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 36600K .......... .......... .......... .......... .......... 68% 52.4M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 36650K .......... .......... .......... .......... .......... 68% 56.8M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 36700K .......... .......... .......... .......... .......... 68% 56.6M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 36750K .......... .......... .......... .......... .......... 68% 71.4M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 36800K .......... .......... .......... .......... .......... 68% 31.5M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 36850K .......... .......... .......... .......... .......... 68% 43.5M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 36900K .......... .......... .......... .......... .......... 68% 50.7M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 36950K .......... .......... .......... .......... .......... 68% 33.4M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 37000K .......... .......... .......... .......... .......... 68% 40.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 37050K .......... .......... .......... .......... .......... 69% 41.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 37100K .......... .......... .......... .......... .......... 69% 65.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 37150K .......... .......... .......... .......... .......... 69% 41.1M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 37200K .......... .......... .......... .......... .......... 69% 58.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 37250K .......... .......... .......... .......... .......... 69% 56.1M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 37300K .......... .......... .......... .......... .......... 69% 63.9M 1s unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-services. unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 37350K .......... .......... .......... .......... .......... 69% 54.9M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 37400K .......... .......... .......... .......... .......... 69% 64.0M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 37450K .......... .......... .......... .......... .......... 69% 81.1M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 37500K .......... .......... .......... .......... .......... 69% 68.4M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 37550K .......... .......... .......... .......... .......... 69% 70.7M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 37600K .......... .......... .......... .......... .......... 70% 67.9M 1s unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../glib-networking-services_2.48.2-1~ubuntu16.04.1_amd64.deb ... unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 37650K .......... .......... .......... .......... .......... 70% 69.1M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 37700K .......... .......... .......... .......... .......... 70% 72.8M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 37750K .......... .......... .......... .......... .......... 70% 67.4M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 37800K .......... .......... .......... .......... .......... 70% 63.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 37850K .......... .......... .......... .......... .......... 70% 77.6M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 37900K .......... .......... .......... .......... .......... 70% 82.8M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 37950K .......... .......... .......... .......... .......... 70% 81.4M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 38000K .......... .......... .......... .......... .......... 70% 74.6M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 38050K .......... .......... .......... .......... .......... 70% 95.5M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 38100K .......... .......... .......... .......... .......... 70% 84.1M 1s unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 38150K .......... .......... .......... .......... .......... 71% 89.0M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 38200K .......... .......... .......... .......... .......... 71% 44.5M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 38250K .......... .......... .......... .......... .......... 71% 70.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 38300K .......... .......... .......... .......... .......... 71% 63.4M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 38350K .......... .......... .......... .......... .......... 71% 29.4M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 38400K .......... .......... .......... .......... .......... 71% 73.8M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 38450K .......... .......... .......... .......... .......... 71% 67.5M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 38500K .......... .......... .......... .......... .......... 71% 74.0M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 38550K .......... .......... .......... .......... .......... 71% 77.2M 1s unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdconf1:amd64. unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 38600K .......... .......... .......... .......... .......... 71% 1.38M 1s unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdconf1_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Unpacking libdconf1:amd64 (0.24.0-2) ... unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 38650K .......... .......... .......... .......... .......... 71% 1.21M 1s unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-service. unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-service_0.24.0-2_amd64.deb ... unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 38700K .......... .......... .......... .......... .......... 72% 3.08M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 38750K .......... .......... .......... .......... .......... 72% 14.9M 1s unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-service (0.24.0-2) ... unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 38800K .......... .......... .......... .......... .......... 72% 46.0M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 38850K .......... .......... .......... .......... .......... 72% 63.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 38900K .......... .......... .......... .......... .......... 72% 64.5M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 38950K .......... .......... .......... .......... .......... 72% 64.8M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 39000K .......... .......... .......... .......... .......... 72% 31.6M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 39050K .......... .......... .......... .......... .......... 72% 54.9M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 39100K .......... .......... .......... .......... .......... 72% 34.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 39150K .......... .......... .......... .......... .......... 72% 43.8M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 39200K .......... .......... .......... .......... .......... 73% 57.4M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 39250K .......... .......... .......... .......... .......... 73% 44.5M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 39300K .......... .......... .......... .......... .......... 73% 64.8M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 39350K .......... .......... .......... .......... .......... 73% 63.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 39400K .......... .......... .......... .......... .......... 73% 35.5M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 39450K .......... .......... .......... .......... .......... 73% 44.5M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 39500K .......... .......... .......... .......... .......... 73% 46.4M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 39550K .......... .......... .......... .......... .......... 73% 34.5M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 39600K .......... .......... .......... .......... .......... 73% 52.4M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 39650K .......... .......... .......... .......... .......... 73% 35.8M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 39700K .......... .......... .......... .......... .......... 73% 53.9M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 39750K .......... .......... .......... .......... .......... 74% 45.6M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 39800K .......... .......... .......... .......... .......... 74% 72.1M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 39850K .......... .......... .......... .......... .......... 74% 57.0M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 39900K .......... .......... .......... .......... .......... 74% 63.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 39950K .......... .......... .......... .......... .......... 74% 57.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 40000K .......... .......... .......... .......... .......... 74% 73.8M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 40050K .......... .......... .......... .......... .......... 74% 74.6M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 40100K .......... .......... .......... .......... .......... 74% 65.6M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 40150K .......... .......... .......... .......... .......... 74% 69.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 40200K .......... .......... .......... .......... .......... 74% 78.0M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 40250K .......... .......... .......... .......... .......... 74% 62.0M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 40300K .......... .......... .......... .......... .......... 75% 71.1M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 40350K .......... .......... .......... .......... .......... 75% 68.6M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 40400K .......... .......... .......... .......... .......... 75% 62.4M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 40450K .......... .......... .......... .......... .......... 75% 74.1M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 40500K .......... .......... .......... .......... .......... 75% 65.0M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 40550K .......... .......... .......... .......... .......... 75% 84.0M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 40600K .......... .......... .......... .......... .......... 75% 91.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 40650K .......... .......... .......... .......... .......... 75% 86.6M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 40700K .......... .......... .......... .......... .......... 75% 66.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 40750K .......... .......... .......... .......... .......... 75% 81.6M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 40800K .......... .......... .......... .......... .......... 75% 66.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 40850K .......... .......... .......... .......... .......... 76% 74.8M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 40900K .......... .......... .......... .......... .......... 76% 43.4M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 40950K .......... .......... .......... .......... .......... 76% 37.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 41000K .......... .......... .......... .......... .......... 76% 71.7M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 41050K .......... .......... .......... .......... .......... 76% 78.0M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 41100K .......... .......... .......... .......... .......... 76% 68.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 41150K .......... .......... .......... .......... .......... 76% 75.4M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 41200K .......... .......... .......... .......... .......... 76% 1.38M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 41250K .......... .......... .......... .......... .......... 76% 1.21M 1s unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-gsettings-backend:amd64. unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-gsettings-backend_0.24.0-2_amd64.deb ... unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 41300K .......... .......... .......... .......... .......... 76% 2.91M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 41350K .......... .......... .......... .......... .......... 77% 21.8M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 41400K .......... .......... .......... .......... .......... 77% 52.9M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 41450K .......... .......... .......... .......... .......... 77% 52.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 41500K .......... .......... .......... .......... .......... 77% 66.9M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 41550K .......... .......... .......... .......... .......... 77% 60.6M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 41600K .......... .......... .......... .......... .......... 77% 33.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 41650K .......... .......... .......... .......... .......... 77% 59.4M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 41700K .......... .......... .......... .......... .......... 77% 32.0M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 41750K .......... .......... .......... .......... .......... 77% 55.6M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 41800K .......... .......... .......... .......... .......... 77% 50.0M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 41850K .......... .......... .......... .......... .......... 77% 45.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 41900K .......... .......... .......... .......... .......... 78% 52.0M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 41950K .......... .......... .......... .......... .......... 78% 63.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 42000K .......... .......... .......... .......... .......... 78% 43.8M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 42050K .......... .......... .......... .......... .......... 78% 52.0M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 42100K .......... .......... .......... .......... .......... 78% 36.9M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 42150K .......... .......... .......... .......... .......... 78% 39.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 42200K .......... .......... .......... .......... .......... 78% 45.8M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 42250K .......... .......... .......... .......... .......... 78% 38.0M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 42300K .......... .......... .......... .......... .......... 78% 33.5M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 42350K .......... .......... .......... .......... .......... 78% 59.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 42400K .......... .......... .......... .......... .......... 78% 70.5M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 42450K .......... .......... .......... .......... .......... 79% 47.9M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 42500K .......... .......... .......... .......... .......... 79% 68.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 42550K .......... .......... .......... .......... .......... 79% 54.4M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 42600K .......... .......... .......... .......... .......... 79% 80.9M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 42650K .......... .......... .......... .......... .......... 79% 54.4M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 42700K .......... .......... .......... .......... .......... 79% 54.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 42750K .......... .......... .......... .......... .......... 79% 63.9M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 42800K .......... .......... .......... .......... .......... 79% 62.5M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 42850K .......... .......... .......... .......... .......... 79% 58.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 42900K .......... .......... .......... .......... .......... 79% 58.1M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 42950K .......... .......... .......... .......... .......... 79% 52.6M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 43000K .......... .......... .......... .......... .......... 80% 56.6M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 43050K .......... .......... .......... .......... .......... 80% 59.1M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 43100K .......... .......... .......... .......... .......... 80% 102M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 43150K .......... .......... .......... .......... .......... 80% 71.6M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 43200K .......... .......... .......... .......... .......... 80% 60.1M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 43250K .......... .......... .......... .......... .......... 80% 65.6M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 43300K .......... .......... .......... .......... .......... 80% 58.9M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 43350K .......... .......... .......... .......... .......... 80% 74.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 43400K .......... .......... .......... .......... .......... 80% 66.9M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 43450K .......... .......... .......... .......... .......... 80% 75.4M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 43500K .......... .......... .......... .......... .......... 81% 65.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 43550K .......... .......... .......... .......... .......... 81% 57.3M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 43600K .......... .......... .......... .......... .......... 81% 56.5M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 43650K .......... .......... .......... .......... .......... 81% 53.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 43700K .......... .......... .......... .......... .......... 81% 99.5M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 43750K .......... .......... .......... .......... .......... 81% 107M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 43800K .......... .......... .......... .......... .......... 81% 111M 1s unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsettings-desktop-schemas. unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsettings-desktop-schemas_3.18.1-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Unpacking gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 43850K .......... .......... .......... .......... .......... 81% 677K 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 43900K .......... .......... .......... .......... .......... 81% 3.02M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 43950K .......... .......... .......... .......... .......... 81% 16.0M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 44000K .......... .......... .......... .......... .......... 81% 68.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 44050K .......... .......... .......... .......... .......... 82% 50.4M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 44100K .......... .......... .......... .......... .......... 82% 66.6M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 44150K .......... .......... .......... .......... .......... 82% 64.2M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 44200K .......... .......... .......... .......... .......... 82% 30.0M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 44250K .......... .......... .......... .......... .......... 82% 70.7M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 44300K .......... .......... .......... .......... .......... 82% 41.1M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 44350K .......... .......... .......... .......... .......... 82% 36.5M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 44400K .......... .......... .......... .......... .......... 82% 68.6M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 44450K .......... .......... .......... .......... .......... 82% 52.7M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 44500K .......... .......... .......... .......... .......... 82% 50.1M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 44550K .......... .......... .......... .......... .......... 82% 59.5M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 44600K .......... .......... .......... .......... .......... 83% 35.0M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 44650K .......... .......... .......... .......... .......... 83% 72.7M 1s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 44700K .......... .......... .......... .......... .......... 83% 39.9M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 44750K .......... .......... .......... .......... .......... 83% 44.5M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 44800K .......... .......... .......... .......... .......... 83% 36.5M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 44850K .......... .......... .......... .......... .......... 83% 39.2M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 44900K .......... .......... .......... .......... .......... 83% 46.9M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 44950K .......... .......... .......... .......... .......... 83% 41.7M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 45000K .......... .......... .......... .......... .......... 83% 63.3M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 45050K .......... .......... .......... .......... .......... 83% 58.5M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 45100K .......... .......... .......... .......... .......... 83% 64.0M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 45150K .......... .......... .......... .......... .......... 84% 76.2M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 45200K .......... .......... .......... .......... .......... 84% 62.9M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 45250K .......... .......... .......... .......... .......... 84% 71.3M 0s unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking:amd64. unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 45300K .......... .......... .......... .......... .......... 84% 76.1M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 45350K .......... .......... .......... .......... .......... 84% 65.1M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 45400K .......... .......... .......... .......... .......... 84% 76.6M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 45450K .......... .......... .......... .......... .......... 84% 79.2M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 45500K .......... .......... .......... .......... .......... 84% 81.5M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 45550K .......... .......... .......... .......... .......... 84% 67.0M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 45600K .......... .......... .......... .......... .......... 84% 79.3M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 45650K .......... .......... .......... .......... .......... 85% 73.0M 0s unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../glib-networking_2.48.2-1~ubuntu16.04.1_amd64.deb ... unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 45700K .......... .......... .......... .......... .......... 85% 78.4M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 45750K .......... .......... .......... .......... .......... 85% 58.1M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 45800K .......... .......... .......... .......... .......... 85% 78.0M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 45850K .......... .......... .......... .......... .......... 85% 83.3M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 45900K .......... .......... .......... .......... .......... 85% 91.9M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 45950K .......... .......... .......... .......... .......... 85% 61.4M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 46000K .......... .......... .......... .......... .......... 85% 71.8M 0s unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 46050K .......... .......... .......... .......... .......... 85% 55.2M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 46100K .......... .......... .......... .......... .......... 85% 61.0M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 46150K .......... .......... .......... .......... .......... 85% 73.5M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 46200K .......... .......... .......... .......... .......... 86% 35.1M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 46250K .......... .......... .......... .......... .......... 86% 79.0M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 46300K .......... .......... .......... .......... .......... 86% 58.4M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 46350K .......... .......... .......... .......... .......... 86% 77.4M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 46400K .......... .......... .......... .......... .......... 86% 77.5M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 46450K .......... .......... .......... .......... .......... 86% 1.38M 0s unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup2.4-1:amd64. unit-abot-epc-basic-0: 13:34:53 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: 13:34:53 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 46500K .......... .......... .......... .......... .......... 86% 1.20M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 46550K .......... .......... .......... .......... .......... 86% 2.68M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 46600K .......... .......... .......... .......... .......... 86% 29.4M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 46650K .......... .......... .......... .......... .......... 86% 59.1M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 46700K .......... .......... .......... .......... .......... 86% 66.9M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 46750K .......... .......... .......... .......... .......... 87% 72.6M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 46800K .......... .......... .......... .......... .......... 87% 66.2M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 46850K .......... .......... .......... .......... .......... 87% 43.1M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 46900K .......... .......... .......... .......... .......... 87% 69.1M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 46950K .......... .......... .......... .......... .......... 87% 36.0M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 47000K .......... .......... .......... .......... .......... 87% 48.1M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 47050K .......... .......... .......... .......... .......... 87% 69.2M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 47100K .......... .......... .......... .......... .......... 87% 53.0M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 47150K .......... .......... .......... .......... .......... 87% 47.6M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 47200K .......... .......... .......... .......... .......... 87% 70.1M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 47250K .......... .......... .......... .......... .......... 87% 30.6M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 47300K .......... .......... .......... .......... .......... 88% 78.0M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 47350K .......... .......... .......... .......... .......... 88% 44.6M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 47400K .......... .......... .......... .......... .......... 88% 50.4M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 47450K .......... .......... .......... .......... .......... 88% 30.1M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 47500K .......... .......... .......... .......... .......... 88% 36.1M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 47550K .......... .......... .......... .......... .......... 88% 71.9M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 47600K .......... .......... .......... .......... .......... 88% 43.7M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 47650K .......... .......... .......... .......... .......... 88% 57.6M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 47700K .......... .......... .......... .......... .......... 88% 56.7M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 47750K .......... .......... .......... .......... .......... 88% 68.6M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 47800K .......... .......... .......... .......... .......... 89% 50.5M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 47850K .......... .......... .......... .......... .......... 89% 69.8M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 47900K .......... .......... .......... .......... .......... 89% 55.1M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 47950K .......... .......... .......... .......... .......... 89% 66.5M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 48000K .......... .......... .......... .......... .......... 89% 83.9M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 48050K .......... .......... .......... .......... .......... 89% 70.5M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 48100K .......... .......... .......... .......... .......... 89% 54.2M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 48150K .......... .......... .......... .......... .......... 89% 63.6M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 48200K .......... .......... .......... .......... .......... 89% 71.6M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 48250K .......... .......... .......... .......... .......... 89% 76.0M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 48300K .......... .......... .......... .......... .......... 89% 63.7M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 48350K .......... .......... .......... .......... .......... 90% 71.1M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 48400K .......... .......... .......... .......... .......... 90% 89.2M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 48450K .......... .......... .......... .......... .......... 90% 80.3M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 48500K .......... .......... .......... .......... .......... 90% 86.3M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 48550K .......... .......... .......... .......... .......... 90% 87.6M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 48600K .......... .......... .......... .......... .......... 90% 77.0M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 48650K .......... .......... .......... .......... .......... 90% 92.1M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 48700K .......... .......... .......... .......... .......... 90% 72.9M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 48750K .......... .......... .......... .......... .......... 90% 83.4M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 48800K .......... .......... .......... .......... .......... 90% 77.4M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 48850K .......... .......... .......... .......... .......... 90% 38.0M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 48900K .......... .......... .......... .......... .......... 91% 72.7M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 48950K .......... .......... .......... .......... .......... 91% 64.8M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 49000K .......... .......... .......... .......... .......... 91% 60.4M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 49050K .......... .......... .......... .......... .......... 91% 80.5M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 49100K .......... .......... .......... .......... .......... 91% 1.35M 0s unit-abot-epc-basic-0: 13:34:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup-gnome2.4-1:amd64. unit-abot-epc-basic-0: 13:34:53 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: 13:34:53 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 49150K .......... .......... .......... .......... .......... 91% 1.23M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 49200K .......... .......... .......... .......... .......... 91% 2.69M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 49250K .......... .......... .......... .......... .......... 91% 28.9M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 49300K .......... .......... .......... .......... .......... 91% 63.8M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 49350K .......... .......... .......... .......... .......... 91% 63.1M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 49400K .......... .......... .......... .......... .......... 91% 64.4M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 49450K .......... .......... .......... .......... .......... 92% 27.5M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 49500K .......... .......... .......... .......... .......... 92% 58.0M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 49550K .......... .......... .......... .......... .......... 92% 61.2M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 49600K .......... .......... .......... .......... .......... 92% 82.4M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 49650K .......... .......... .......... .......... .......... 92% 50.6M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 49700K .......... .......... .......... .......... .......... 92% 68.8M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 49750K .......... .......... .......... .......... .......... 92% 61.5M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 49800K .......... .......... .......... .......... .......... 92% 53.0M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 49850K .......... .......... .......... .......... .......... 92% 46.8M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 49900K .......... .......... .......... .......... .......... 92% 41.8M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 49950K .......... .......... .......... .......... .......... 93% 53.8M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 50000K .......... .......... .......... .......... .......... 93% 50.9M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 50050K .......... .......... .......... .......... .......... 93% 56.4M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 50100K .......... .......... .......... .......... .......... 93% 34.0M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 50150K .......... .......... .......... .......... .......... 93% 31.8M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 50200K .......... .......... .......... .......... .......... 93% 65.9M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 50250K .......... .......... .......... .......... .......... 93% 46.0M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 50300K .......... .......... .......... .......... .......... 93% 51.0M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 50350K .......... .......... .......... .......... .......... 93% 63.5M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 50400K .......... .......... .......... .......... .......... 93% 66.5M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 50450K .......... .......... .......... .......... .......... 93% 56.3M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 50500K .......... .......... .......... .......... .......... 94% 64.4M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 50550K .......... .......... .......... .......... .......... 94% 64.4M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 50600K .......... .......... .......... .......... .......... 94% 59.3M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 50650K .......... .......... .......... .......... .......... 94% 71.2M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 50700K .......... .......... .......... .......... .......... 94% 72.4M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 50750K .......... .......... .......... .......... .......... 94% 66.5M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 50800K .......... .......... .......... .......... .......... 94% 76.1M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 50850K .......... .......... .......... .......... .......... 94% 94.7M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 50900K .......... .......... .......... .......... .......... 94% 68.3M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 50950K .......... .......... .......... .......... .......... 94% 68.9M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 51000K .......... .......... .......... .......... .......... 94% 60.2M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 51050K .......... .......... .......... .......... .......... 95% 74.5M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 51100K .......... .......... .......... .......... .......... 95% 82.7M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 51150K .......... .......... .......... .......... .......... 95% 75.7M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 51200K .......... .......... .......... .......... .......... 95% 80.5M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 51250K .......... .......... .......... .......... .......... 95% 90.7M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 51300K .......... .......... .......... .......... .......... 95% 81.1M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 51350K .......... .......... .......... .......... .......... 95% 77.7M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 51400K .......... .......... .......... .......... .......... 95% 71.3M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 51450K .......... .......... .......... .......... .......... 95% 75.2M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 51500K .......... .......... .......... .......... .......... 95% 41.8M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 51550K .......... .......... .......... .......... .......... 95% 65.6M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 51600K .......... .......... .......... .......... .......... 96% 76.6M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 51650K .......... .......... .......... .......... .......... 96% 60.6M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 51700K .......... .......... .......... .......... .......... 96% 61.8M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 51750K .......... .......... .......... .......... .......... 96% 1.35M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 51800K .......... .......... .......... .......... .......... 96% 1.23M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 51850K .......... .......... .......... .......... .......... 96% 3.10M 0s unit-oai-hss-0: 13:34:53 DEBUG unit.oai-hss/0.install 51900K .......... .......... .......... .......... .......... 96% 12.0M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 51950K .......... .......... .......... .......... .......... 96% 51.8M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 52000K .......... .......... .......... .......... .......... 96% 53.1M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 52050K .......... .......... .......... .......... .......... 96% 67.7M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 52100K .......... .......... .......... .......... .......... 97% 33.0M 0s unit-abot-epc-basic-0: 13:34:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librest-0.7-0:amd64. unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 52150K .......... .......... .......... .......... .......... 97% 60.8M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 52200K .......... .......... .......... .......... .......... 97% 50.1M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 52250K .......... .......... .......... .......... .......... 97% 34.0M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 52300K .......... .......... .......... .......... .......... 97% 50.4M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 52350K .......... .......... .......... .......... .......... 97% 58.2M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 52400K .......... .......... .......... .......... .......... 97% 68.2M 0s unit-abot-epc-basic-0: 13:34:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librest-0.7-0_0.7.93-1_amd64.deb ... unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 52450K .......... .......... .......... .......... .......... 97% 63.6M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 52500K .......... .......... .......... .......... .......... 97% 67.1M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 52550K .......... .......... .......... .......... .......... 97% 78.6M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 52600K .......... .......... .......... .......... .......... 97% 49.5M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 52650K .......... .......... .......... .......... .......... 98% 52.2M 0s unit-abot-epc-basic-0: 13:34:54 DEBUG unit.abot-epc-basic/0.install Unpacking librest-0.7-0:amd64 (0.7.93-1) ... unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 52700K .......... .......... .......... .......... .......... 98% 71.5M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 52750K .......... .......... .......... .......... .......... 98% 35.6M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 52800K .......... .......... .......... .......... .......... 98% 46.0M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 52850K .......... .......... .......... .......... .......... 98% 36.8M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 52900K .......... .......... .......... .......... .......... 98% 40.4M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 52950K .......... .......... .......... .......... .......... 98% 72.2M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 53000K .......... .......... .......... .......... .......... 98% 47.5M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 53050K .......... .......... .......... .......... .......... 98% 53.9M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 53100K .......... .......... .......... .......... .......... 98% 66.0M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 53150K .......... .......... .......... .......... .......... 98% 50.4M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 53200K .......... .......... .......... .......... .......... 99% 69.6M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 53250K .......... .......... .......... .......... .......... 99% 55.2M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 53300K .......... .......... .......... .......... .......... 99% 65.3M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 53350K .......... .......... .......... .......... .......... 99% 56.1M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 53400K .......... .......... .......... .......... .......... 99% 56.0M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 53450K .......... .......... .......... .......... .......... 99% 67.0M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 53500K .......... .......... .......... .......... .......... 99% 63.7M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 53550K .......... .......... .......... .......... .......... 99% 53.3M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 53600K .......... .......... .......... .......... .......... 99% 82.5M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 53650K .......... .......... .......... .......... .......... 99% 72.9M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 53700K .......... .......... .......... .......... .......... 99% 107M 0s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 53750K ...... 100% 54.6M=2.9s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install 2018-08-05 13:34:54 (18.1 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: 13:34:54 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install FINISHED --2018-08-05 13:34:54-- unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install Total wall clock time: 5.4s unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install Downloaded: 4 files, 66M in 4.7s (14.1 MB/s) unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install + dpkg -i kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb unit-abot-epc-basic-0: 13:34:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsamplerate0:amd64. unit-abot-epc-basic-0: 13:34:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsamplerate0_0.1.8-8_amd64.deb ... unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-abot-epc-basic-0: 13:34:54 DEBUG unit.abot-epc-basic/0.install Unpacking libsamplerate0:amd64 (0.1.8-8) ... unit-oai-hss-0: 13:34:54 DEBUG unit.oai-hss/0.install (Reading database ... 53398 files and directories currently installed.) unit-oai-hss-0: 13:34:54 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: 13:34:54 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 13:34:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane-common. unit-abot-epc-basic-0: 13:34:54 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: 13:34:54 DEBUG unit.abot-epc-basic/0.install Unpacking libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 13:34:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libserf-1-1:amd64. unit-abot-epc-basic-0: 13:34:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libserf-1-1_1.3.8-1_amd64.deb ... unit-abot-epc-basic-0: 13:34:54 DEBUG unit.abot-epc-basic/0.install Unpacking libserf-1-1:amd64 (1.3.8-1) ... unit-abot-epc-basic-0: 13:34:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libunistring0:amd64. unit-abot-epc-basic-0: 13:34:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libunistring0_0.9.3-5.2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:34:54 DEBUG unit.abot-epc-basic/0.install Unpacking libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 13:34:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft2:amd64. unit-abot-epc-basic-0: 13:34:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:34:54 DEBUG unit.abot-epc-basic/0.install Unpacking libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 13:34:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxss1:amd64. unit-abot-epc-basic-0: 13:34:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:34:54 DEBUG unit.abot-epc-basic/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 13:34:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxv1:amd64. unit-abot-epc-basic-0: 13:34:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-abot-epc-basic-0: 13:34:55 DEBUG unit.abot-epc-basic/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 13:34:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-abot-epc-basic-0: 13:34:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 13:34:55 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 13:34:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package poppler-data. unit-abot-epc-basic-0: 13:34:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../poppler-data_0.4.7-7_all.deb ... unit-abot-epc-basic-0: 13:34:55 DEBUG unit.abot-epc-basic/0.install Unpacking poppler-data (0.4.7-7) ... unit-oai-hss-0: 13:34:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-hss-0: 13:34:55 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: 13:34:55 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 13:34:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0:amd64. unit-abot-epc-basic-0: 13:34:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 13:34:55 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 13:34:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslicot0:amd64. unit-abot-epc-basic-0: 13:34:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslicot0_5.0+20101122-2_amd64.deb ... unit-abot-epc-basic-0: 13:34:56 DEBUG unit.abot-epc-basic/0.install Unpacking libslicot0:amd64 (5.0+20101122-2) ... unit-abot-epc-basic-0: 13:34:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-common. unit-abot-epc-basic-0: 13:34:56 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: 13:34:57 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 13:34:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-0:amd64. unit-abot-epc-basic-0: 13:34:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-0_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:34:58 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 13:34:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-0:amd64. unit-abot-epc-basic-0: 13:34:58 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: 13:34:58 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 13:34:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-gobject2:amd64. unit-abot-epc-basic-0: 13:34:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-gobject2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 13:34:59 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-gobject2:amd64 (1.14.6-1) ... unit-oai-hss-0: 13:34:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-hss-0: 13:34:59 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: 13:34:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolord2:amd64. unit-abot-epc-basic-0: 13:34:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolord2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:34:59 DEBUG unit.abot-epc-basic/0.install Unpacking libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 13:34:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy0:amd64. unit-abot-epc-basic-0: 13:34:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libepoxy0_1.3.1-1ubuntu0.16.04.2_amd64.deb ... unit-oai-hss-0: 13:34:59 DEBUG unit.oai-hss/0.install Done. unit-oai-hss-0: 13:34:59 DEBUG unit.oai-hss/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 13:34:59 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 13:34:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-common. unit-abot-epc-basic-0: 13:34:59 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: 13:34:59 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 13:34:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-0:amd64. unit-abot-epc-basic-0: 13:34:59 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: 13:34:59 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 13:34:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-cursor0:amd64. unit-abot-epc-basic-0: 13:34:59 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: 13:34:59 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 13:34:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-egl1-mesa:amd64. unit-abot-epc-basic-0: 13:34:59 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: 13:34:59 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 13:34:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-0:amd64. unit-abot-epc-basic-0: 13:34:59 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: 13:34:59 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 13:35:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-bin. unit-abot-epc-basic-0: 13:35:00 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: 13:35:00 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: 13:35:00 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: 13:35:00 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 13:35:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcroco3:amd64. unit-abot-epc-basic-0: 13:35:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcroco3_0.6.11-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:01 DEBUG unit.abot-epc-basic/0.install Unpacking libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 13:35:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-2:amd64. unit-abot-epc-basic-0: 13:35:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-2_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 13:35:01 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 13:35:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-common:amd64. unit-abot-epc-basic-0: 13:35:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-common_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 13:35:01 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 13:35:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package humanity-icon-theme. unit-abot-epc-basic-0: 13:35:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../humanity-icon-theme_0.6.10.1_all.deb ... unit-abot-epc-basic-0: 13:35:02 DEBUG unit.abot-epc-basic/0.install Unpacking humanity-icon-theme (0.6.10.1) ... unit-abot-epc-basic-0: 13:35:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ubuntu-mono. unit-abot-epc-basic-0: 13:35:04 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: 13:35:04 DEBUG unit.abot-epc-basic/0.install Unpacking ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 13:35:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package adwaita-icon-theme. unit-abot-epc-basic-0: 13:35:05 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: 13:35:05 DEBUG unit.abot-epc-basic/0.install Unpacking adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 13:35:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package at-spi2-core. unit-abot-epc-basic-0: 13:35:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../at-spi2-core_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:07 DEBUG unit.abot-epc-basic/0.install Unpacking at-spi2-core (2.18.3-4ubuntu1) ... unit-oai-hss-0: 13:35:07 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-hss-0: 13:35:07 DEBUG unit.oai-hss/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 13:35:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autoconf. unit-abot-epc-basic-0: 13:35:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autoconf_2.69-9_all.deb ... unit-abot-epc-basic-0: 13:35:07 DEBUG unit.abot-epc-basic/0.install Unpacking autoconf (2.69-9) ... unit-oai-hss-0: 13:35:07 DEBUG unit.oai-hss/0.install Running depmod. unit-abot-epc-basic-0: 13:35:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autotools-dev. unit-abot-epc-basic-0: 13:35:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autotools-dev_20150820.1_all.deb ... unit-abot-epc-basic-0: 13:35:08 DEBUG unit.abot-epc-basic/0.install Unpacking autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 13:35:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package automake. unit-abot-epc-basic-0: 13:35:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../automake_1%3a1.15-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:35:08 DEBUG unit.abot-epc-basic/0.install Unpacking automake (1:1.15-4ubuntu1) ... unit-oai-hss-0: 13:35:08 DEBUG unit.oai-hss/0.install update-initramfs: deferring update (hook will be called later) unit-oai-hss-0: 13:35:08 DEBUG unit.oai-hss/0.install Examining /etc/kernel/postinst.d. unit-oai-hss-0: 13:35:08 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: 13:35:08 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: 13:35:08 DEBUG unit.oai-hss/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-oai-epc-0: 13:35:08 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-2: 13:35:08 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-epc-0: 13:35:08 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: 13:35:08 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 13:35:08 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 13:35:08 DEBUG juju.worker start "api" unit-oai-epc-0: 13:35:08 INFO juju.worker start "api" machine-2: 13:35:08 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 13:35:08 DEBUG juju.agent read agent config, format "2.0" machine-2: 13:35:08 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 13:35:08 DEBUG juju.worker "api" started unit-oai-epc-0: 13:35:08 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:08 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 13:35:08 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-2: 13:35:08 DEBUG juju.worker start "engine" machine-2: 13:35:08 INFO juju.worker start "engine" machine-2: 13:35:08 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 13:35:08 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 13:35:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 13:35:08 DEBUG juju.worker "engine" started machine-2: 13:35:08 DEBUG juju.worker.introspection stats worker now serving machine-2: 13:35:08 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 13:35:08 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 13:35:08 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 13:35:08 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 13:35:08 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 13:35:08 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 13:35:08 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-2: 13:35:08 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:35:08 DEBUG juju.api successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-oai-epc-0: 13:35:08 INFO juju.api connection established to "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-2: 13:35:08 DEBUG juju.api successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-2: 13:35:08 INFO juju.api connection established to "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-2: 13:35:08 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 13:35:08 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 13:35:08 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 13:35:08 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 13:35:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbison-dev:amd64. unit-abot-epc-basic-0: 13:35:08 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: 13:35:08 DEBUG unit.abot-epc-basic/0.install Unpacking libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 13:35:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package bison. unit-abot-epc-basic-0: 13:35:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../bison_2%3a3.0.4.dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:08 DEBUG unit.abot-epc-basic/0.install Unpacking bison (2:3.0.4.dfsg-1) ... machine-2: 13:35:08 DEBUG juju.worker.apicaller connected machine-2: 13:35:08 DEBUG juju.api RPC connection died machine-2: 13:35:08 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 13:35:08 DEBUG juju.worker.apicaller connecting with current password machine-2: 13:35:08 DEBUG juju.api successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-2: 13:35:08 INFO juju.api connection established to "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-2: 13:35:08 DEBUG juju.api successfully dialed "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-abot-epc-basic-0: 13:35:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package castxml. unit-abot-epc-basic-0: 13:35:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../castxml_0.1+git20160202-1.1_amd64.deb ... unit-abot-epc-basic-0: 13:35:08 DEBUG unit.abot-epc-basic/0.install Unpacking castxml (0.1+git20160202-1.1) ... unit-oai-epc-0: 13:35:09 DEBUG juju.worker.apicaller connected machine-2: 13:35:09 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 13:35:09 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 13:35:09 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 13:35:09 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 13:35:09 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 13:35:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 13:35:09 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 13:35:09 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-2: 13:35:09 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-2: 13:35:09 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 13:35:09 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 13:35:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 13:35:09 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 13:35:09 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 13:35:09 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 13:35:09 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 13:35:09 DEBUG juju.worker.logger logger setup machine-2: 13:35:09 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 13:35:09 DEBUG juju.worker.meterstatus got meter status change signal from watcher machine-2: 13:35:09 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 13:35:09 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 13:35:09 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 13:35:09 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 13:35:09 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 13:35:09 DEBUG juju.network including address public:172.30.9.213 for machine unit-oai-epc-0: 13:35:09 DEBUG juju.network including address local-cloud:192.168.120.3 for machine unit-oai-epc-0: 13:35:09 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 13:35:09 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 13:35:09 DEBUG juju.network addresses after filtering: [public:172.30.9.213 local-cloud:192.168.120.3 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 13:35:09 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.213:17070 192.168.120.3:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 13:35:09 DEBUG juju.agent API server address details [["172.30.9.213:17070" "192.168.120.3:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.120.3:17070" "172.30.9.213:17070"] unit-oai-epc-0: 13:35:09 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.213,192.168.120.3,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 13:35:09 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 13:35:09 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 13:35:09 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 13:35:09 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 13:35:09 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-epc-0: 13:35:09 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud machine-2: 13:35:09 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 13:35:09 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 13:35:09 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 13:35:09 INFO juju.worker.upgrader unblocking abort check machine-2: 13:35:09 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-2: 13:35:09 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-epc-0: 13:35:09 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 13:35:09 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-epc-0: 13:35:09 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 13:35:09 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 13:35:09 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 13:35:09 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 13:35:09 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 13:35:09 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 13:35:09 DEBUG juju.worker.uniter.remotestate got unit change machine-2: 13:35:09 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 13:35:09 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-oai-epc-0: 13:35:09 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 13:35:09 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 13:35:09 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 13:35:09 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 13:35:09 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 13:35:09 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 13:35:09 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 13:35:09 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 13:35:09 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 13:35:09 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 13:35:09 DEBUG juju.worker.uniter.operation preparing operation "run install hook" machine-2: 13:35:09 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 13:35:09 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 13:35:09 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 13:35:09 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 13:35:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 13:35:09 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-2: 13:35:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 13:35:09 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 13:35:09 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 13:35:09 DEBUG juju.worker.logger logger setup machine-2: 13:35:09 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 13:35:09 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 13:35:09 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 13:35:09 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 13:35:09 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 13:35:09 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 13:35:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 13:35:09 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-2: 13:35:09 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 13:35:09 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 13:35:09 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 13:35:09 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 13:35:09 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 13:35:09 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 13:35:09 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 13:35:09 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 13:35:09 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 13:35:09 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 13:35:09 DEBUG juju.network including address local-cloud:192.168.120.12 for machine machine-2: 13:35:09 DEBUG juju.network including address local-machine:::1 for machine machine-2: 13:35:09 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.120.12 local-machine:::1] machine-2: 13:35:09 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.120.12 local-machine:::1] machine-2: 13:35:09 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 13:35:09 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 13:35:09 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 13:35:09 DEBUG juju.network including address public:172.30.9.213 for machine machine-2: 13:35:09 DEBUG juju.network including address local-cloud:192.168.120.3 for machine machine-2: 13:35:09 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 13:35:09 DEBUG juju.network including address local-machine:::1 for machine machine-2: 13:35:09 DEBUG juju.network addresses after filtering: [public:172.30.9.213 local-cloud:192.168.120.3 local-machine:127.0.0.1 local-machine:::1] machine-2: 13:35:09 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.213:17070 192.168.120.3:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 13:35:09 DEBUG juju.agent API server address details [["172.30.9.213:17070" "192.168.120.3:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.120.3:17070" "172.30.9.213:17070"] machine-2: 13:35:09 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 13:35:09 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.213,192.168.120.3,::1,localhost", AutoNoProxy:""} machine-2: 13:35:09 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 13:35:09 ERROR juju.worker.proxyupdater can't connect to the local LXD server: LXD socket not found; is LXD installed & running? Please install LXD by running: $ sudo apt-get install lxd and then configure it with: $ newgrp lxd $ lxd init machine-2: 13:35:09 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 13:35:09 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 13:35:09 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 13:35:09 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 13:35:09 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 13:35:09 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 13:35:09 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 13:35:09 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 13:35:09 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] unit-oai-epc-0: 13:35:09 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 13:35:09 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook machine-2: 13:35:10 INFO juju.worker.authenticationworker "machine-2" key updater worker started unit-oai-epc-0: 13:35:10 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-2: 13:35:10 DEBUG juju.worker start "2-container-watcher" machine-2: 13:35:10 DEBUG juju.worker start "stateconverter" machine-2: 13:35:10 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 13:35:10 INFO juju.worker start "2-container-watcher" machine-2: 13:35:10 DEBUG juju.worker "2-container-watcher" started machine-2: 13:35:10 INFO juju.worker start "stateconverter" machine-2: 13:35:10 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 13:35:10 DEBUG juju.worker "stateconverter" started machine-2: 13:35:10 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 13:35:10 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 13:35:10 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-2: 13:35:10 INFO juju.worker.machiner "machine-2" started unit-oai-epc-0: 13:35:10 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 13:35:10 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 13:35:10 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 13:35:10 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 13:35:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgusb2:amd64. unit-abot-epc-basic-0: 13:35:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgusb2_0.2.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:10 DEBUG unit.abot-epc-basic/0.install Unpacking libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 13:35:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolorhug2:amd64. unit-abot-epc-basic-0: 13:35:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolorhug2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:10 DEBUG unit.abot-epc-basic/0.install Unpacking libcolorhug2:amd64 (1.2.12-1ubuntu1) ... machine-2: 13:35:10 DEBUG juju.worker.machiner observed network config updated for "machine-2" to [{1 127.0.0.0/8 65536 0 lo loopback false false loopback 127.0.0.1 [] [] []} {1 ::1/128 65536 0 lo loopback false false loopback ::1 [] [] []} {2 fa:16:3e:90:85:24 192.168.120.0/24 1450 0 eth0 ethernet false false static 192.168.120.12 [] [] []} {2 fa:16:3e:90:85:24 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-epc-0: 13:35:11 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 13:35:11 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 13:35:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvpx3:amd64. unit-abot-epc-basic-0: 13:35:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvpx3_1.5.0-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:11 DEBUG unit.abot-epc-basic/0.install Unpacking libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-oai-epc-0: 13:35:11 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 13:35:11 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:35:11 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: 13:35:11 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 13:35:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm4:amd64. unit-abot-epc-basic-0: 13:35:11 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: 13:35:11 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:35:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgd3:amd64. unit-abot-epc-basic-0: 13:35:11 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: 13:35:11 DEBUG unit.abot-epc-basic/0.install Unpacking libgd3:amd64 (2.1.1-4ubuntu0.16.04.8) ... unit-oai-epc-0: 13:35:11 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 13:35:11 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 13:35:11 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 13:35:12 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 13:35:12 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 13:35:12 DEBUG unit.oai-epc/0.install ++ virt-what unit-oai-epc-0: 13:35:12 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 13:35:12 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 13:35:12 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 13:35:12 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:35:12 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 13:35:12 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 13:35:12 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 13:35:12 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 13:35:12 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 13:35:12 DEBUG unit.oai-epc/0.install + echo -n unit-abot-epc-basic-0: 13:35:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-port12:amd64. unit-abot-epc-basic-0: 13:35:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-port12_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 13:35:12 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 13:35:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-6:amd64. unit-abot-epc-basic-0: 13:35:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-6_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 13:35:12 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 13:35:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane:amd64. unit-abot-epc-basic-0: 13:35:12 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: 13:35:12 DEBUG unit.abot-epc-basic/0.install Unpacking libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-oai-epc-0: 13:35:12 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 13:35:12 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-epc-0: 13:35:12 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:35:12 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 13:35:12 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 13:35:12 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-oai-epc-0: 13:35:13 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: 13:35:13 DEBUG unit.oai-epc/0.install + git checkout v0.3.2-branch unit-oai-epc-0: 13:35:13 DEBUG unit.oai-epc/0.install Already on 'v0.3.2-branch' unit-oai-epc-0: 13:35:13 DEBUG unit.oai-epc/0.install Your branch is up-to-date with 'origin/v0.3.2-branch'. unit-oai-epc-0: 13:35:13 DEBUG unit.oai-epc/0.install + git pull unit-abot-epc-basic-0: 13:35:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord-data. unit-abot-epc-basic-0: 13:35:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord-data_1.2.12-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:35:13 DEBUG unit.abot-epc-basic/0.install Unpacking colord-data (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 13:35:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord. unit-abot-epc-basic-0: 13:35:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:13 DEBUG unit.abot-epc-basic/0.install Unpacking colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 13:35:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gettext. unit-abot-epc-basic-0: 13:35:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gettext_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 13:35:14 DEBUG unit.abot-epc-basic/0.install Unpacking gettext (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 13:35:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package intltool-debian. unit-abot-epc-basic-0: 13:35:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.4_all.deb ... unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install Already up-to-date. unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 13:35:14 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: 13:35:14 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 13:35:14 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:35:14 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install + current_kern_release=3.19.0-031900-generic unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install + current_kern_major_revision=19 unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install + '[' 19 -ge 19 ']' unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install + [[ true == true ]] unit-oai-epc-0: 13:35:14 DEBUG unit.oai-epc/0.install + status-set maintenance 'required kernel is already installed' unit-oai-epc-0: 13:35:14 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 13:35:14 DEBUG unit.abot-epc-basic/0.install Unpacking intltool-debian (0.35.0+20060710.4) ... unit-oai-epc-0: 13:35:15 DEBUG unit.oai-epc/0.install + configure_hosts unit-oai-epc-0: 13:35:15 DEBUG unit.oai-epc/0.install ++ config-get realm unit-oai-epc-0: 13:35:15 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:35:15 DEBUG unit.oai-epc/0.install + realm=openair4G.eur unit-oai-epc-0: 13:35:15 DEBUG unit.oai-epc/0.install +++ hostname unit-oai-epc-0: 13:35:15 DEBUG unit.oai-epc/0.install ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-epc-0: 13:35:15 DEBUG unit.oai-epc/0.install + '[' -z '' ']' unit-oai-epc-0: 13:35:15 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 localhost unit-oai-epc-0: 13:35:15 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 13:35:15 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 13:35:15 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 oai-epc-0.openair4G.eur oai-epc-0 mme unit-oai-epc-0: 13:35:15 DEBUG unit.oai-epc/0.install + build_epc unit-oai-epc-0: 13:35:15 DEBUG unit.oai-epc/0.install + juju-log 'Build EPC and install required packages' unit-oai-epc-0: 13:35:15 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:35:15 INFO unit.oai-epc/0.juju-log Build EPC and install required packages unit-oai-epc-0: 13:35:15 DEBUG unit.oai-epc/0.install + status-set maintenance 'Build EPC and install required packages' unit-oai-epc-0: 13:35:15 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 13:35:15 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -i -f unit-abot-epc-basic-0: 13:35:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package po-debconf. unit-abot-epc-basic-0: 13:35:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../po-debconf_1.0.19_all.deb ... unit-abot-epc-basic-0: 13:35:15 DEBUG unit.abot-epc-basic/0.install Unpacking po-debconf (1.0.19) ... unit-abot-epc-basic-0: 13:35:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive-zip-perl. unit-abot-epc-basic-0: 13:35:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive-zip-perl_1.56-2ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 13:35:15 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 13:35:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-stripnondeterminism-perl. unit-abot-epc-basic-0: 13:35:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-stripnondeterminism-perl_0.015-1_all.deb ... unit-abot-epc-basic-0: 13:35:15 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-stripnondeterminism-perl (0.015-1) ... unit-abot-epc-basic-0: 13:35:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtimedate-perl. unit-abot-epc-basic-0: 13:35:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtimedate-perl_2.3000-2_all.deb ... unit-abot-epc-basic-0: 13:35:15 DEBUG unit.abot-epc-basic/0.install Unpacking libtimedate-perl (2.3000-2) ... unit-oai-hss-0: 13:35:15 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: 13:35:15 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/x-grub-legacy-ec2 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 13:35:15 DEBUG unit.oai-hss/0.install Searching for GRUB installation directory ... found: /boot/grub unit-abot-epc-basic-0: 13:35:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dh-strip-nondeterminism. unit-abot-epc-basic-0: 13:35:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dh-strip-nondeterminism_0.015-1_all.deb ... unit-oai-hss-0: 13:35:15 DEBUG unit.oai-hss/0.install Searching for default file ... found: /boot/grub/default unit-oai-hss-0: 13:35:15 DEBUG unit.oai-hss/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-abot-epc-basic-0: 13:35:15 DEBUG unit.abot-epc-basic/0.install Unpacking dh-strip-nondeterminism (0.015-1) ... unit-oai-hss-0: 13:35:15 DEBUG unit.oai-hss/0.install Searching for splash image ... none found, skipping ... unit-oai-hss-0: 13:35:15 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-153-generic unit-abot-epc-basic-0: 13:35:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package debhelper. unit-abot-epc-basic-0: 13:35:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../debhelper_9.20160115ubuntu3_all.deb ... unit-abot-epc-basic-0: 13:35:16 DEBUG unit.abot-epc-basic/0.install Unpacking debhelper (9.20160115ubuntu3) ... unit-oai-hss-0: 13:35:16 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-abot-epc-basic-0: 13:35:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package default-jre-headless. unit-abot-epc-basic-0: 13:35:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../default-jre-headless_2%3a1.8-56ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:35:16 DEBUG unit.abot-epc-basic/0.install Unpacking default-jre-headless (2:1.8-56ubuntu2) ... unit-oai-hss-0: 13:35:16 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-153-generic unit-abot-epc-basic-0: 13:35:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm3.6v5:amd64. unit-abot-epc-basic-0: 13:35:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm3.6v5_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:35:16 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-oai-hss-0: 13:35:16 DEBUG unit.oai-hss/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-hss-0: 13:35:16 DEBUG unit.oai-hss/0.install Updating /boot/grub/menu.lst ... done unit-oai-hss-0: 13:35:16 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:35:16 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: 13:35:16 DEBUG unit.oai-hss/0.install Generating grub configuration file ... unit-oai-hss-0: 13:35:16 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 13:35:16 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-oai-hss-0: 13:35:16 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-153-generic unit-oai-hss-0: 13:35:16 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-153-generic unit-abot-epc-basic-0: 13:35:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc4:amd64. unit-abot-epc-basic-0: 13:35:17 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: 13:35:17 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 13:35:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc-5-dev:amd64. unit-abot-epc-basic-0: 13:35:17 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: 13:35:17 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-hss-0: 13:35:17 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 13:35:17 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 13:35:17 DEBUG unit.oai-hss/0.install + juju-reboot --now unit-abot-epc-basic-0: 13:35:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclang1-3.6:amd64. unit-abot-epc-basic-0: 13:35:17 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: 13:35:17 DEBUG unit.abot-epc-basic/0.install Unpacking libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-oai-hss-0: 13:35:17 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-hss-0: 13:35:17 INFO juju.worker.uniter.context trying to kill context process 3046 unit-oai-hss-0: 13:35:17 INFO juju.worker.uniter.context waiting for context process 3046 to die unit-oai-hss-0: 13:35:17 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-hss-0: 13:35:17 INFO juju.worker.uniter.context assuming already killed unit-oai-hss-0: 13:35:17 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-oai-hss-0: 13:35:17 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 13:35:17 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:35:17 INFO juju.worker.uniter unit "oai-hss/0" shutting down: machine needs to reboot unit-oai-hss-0: 13:35:17 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-hss-0: 13:35:17 DEBUG juju.worker.uniter juju-run listener stopped unit-oai-hss-0: 13:35:17 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine needs to reboot machine-3: 13:35:17 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-3: 13:35:17 DEBUG juju.worker.reboot acquiring mutex "machine-lock" for reboot machine-3: 13:35:17 DEBUG juju.worker.reboot mutex "machine-lock" acquired, won't release machine-3: 13:35:17 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot machine-3: 13:35:17 DEBUG juju.worker killing runner 0xc4201a9110 unit-abot-epc-basic-0: 13:35:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen. unit-abot-epc-basic-0: 13:35:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:18 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen (1.8.11-1) ... unit-abot-epc-basic-0: 13:35:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5xml5:amd64. unit-abot-epc-basic-0: 13:35:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5xml5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 13:35:19 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 13:35:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen-gui. unit-abot-epc-basic-0: 13:35:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen-gui_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:19 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 13:35:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-liberation. unit-abot-epc-basic-0: 13:35:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-liberation_1.07.4-1_all.deb ... unit-abot-epc-basic-0: 13:35:19 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-liberation (1.07.4-1) ... unit-abot-epc-basic-0: 13:35:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tex-common. unit-abot-epc-basic-0: 13:35:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tex-common_6.04ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:35:19 DEBUG unit.abot-epc-basic/0.install Unpacking tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 13:35:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lmodern. unit-abot-epc-basic-0: 13:35:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 13:35:20 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 13:35:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gccxml. unit-abot-epc-basic-0: 13:35:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gccxml_0.9.0+git20140716-6_amd64.deb ... unit-abot-epc-basic-0: 13:35:21 DEBUG unit.abot-epc-basic/0.install Unpacking gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 13:35:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf2-common. unit-abot-epc-basic-0: 13:35:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf2-common_3.2.6-3ubuntu6_all.deb ... unit-abot-epc-basic-0: 13:35:21 DEBUG unit.abot-epc-basic/0.install Unpacking gconf2-common (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 13:35:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgconf-2-4:amd64. unit-abot-epc-basic-0: 13:35:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgconf-2-4_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 13:35:21 DEBUG unit.abot-epc-basic/0.install Unpacking libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 13:35:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service-backend. unit-abot-epc-basic-0: 13:35:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service-backend_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 13:35:22 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service-backend (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 13:35:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service. unit-abot-epc-basic-0: 13:35:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 13:35:22 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 13:35:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace1:amd64. unit-abot-epc-basic-0: 13:35:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:22 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 13:35:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace-ctf1:amd64. unit-abot-epc-basic-0: 13:35:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace-ctf1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:22 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 13:35:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdb. unit-abot-epc-basic-0: 13:35:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdb_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 13:35:22 DEBUG unit.abot-epc-basic/0.install Unpacking gdb (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 13:35:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdbserver. unit-abot-epc-basic-0: 13:35:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdbserver_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 13:35:22 DEBUG unit.abot-epc-basic/0.install Unpacking gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 13:35:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran-5-dev:amd64. unit-abot-epc-basic-0: 13:35:22 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: 13:35:22 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 13:35:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran-5. unit-abot-epc-basic-0: 13:35:22 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: 13:35:22 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 13:35:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran. unit-abot-epc-basic-0: 13:35:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:23 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:35:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsfilters1:amd64. unit-abot-epc-basic-0: 13:35:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsfilters1_1.8.3-2ubuntu3.4_amd64.deb ... unit-abot-epc-basic-0: 13:35:23 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 13:35:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsimage2:amd64. unit-abot-epc-basic-0: 13:35:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsimage2_2.1.3-4ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 13:35:24 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 13:35:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libijs-0.35:amd64. unit-abot-epc-basic-0: 13:35:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libijs-0.35_0.35-12_amd64.deb ... unit-abot-epc-basic-0: 13:35:24 DEBUG unit.abot-epc-basic/0.install Unpacking libijs-0.35:amd64 (0.35-12) ... unit-abot-epc-basic-0: 13:35:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig2dec0. unit-abot-epc-basic-0: 13:35:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig2dec0_0.12+20150918-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 13:35:24 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:35:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper1:amd64. unit-abot-epc-basic-0: 13:35:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper1_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:24 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 13:35:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9-common. unit-abot-epc-basic-0: 13:35:24 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: 13:35:24 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9-common (9.18~dfsg~0-0ubuntu2.8) ... unit-abot-epc-basic-0: 13:35:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9:amd64. unit-abot-epc-basic-0: 13:35:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9_9.18~dfsg~0-0ubuntu2.8_amd64.deb ... unit-abot-epc-basic-0: 13:35:24 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9:amd64 (9.18~dfsg~0-0ubuntu2.8) ... unit-abot-epc-basic-0: 13:35:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsfonts. unit-abot-epc-basic-0: 13:35:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.2ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:35:25 DEBUG unit.abot-epc-basic/0.install Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ghostscript. unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ghostscript_9.18~dfsg~0-0ubuntu2.8_amd64.deb ... unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Unpacking ghostscript (9.18~dfsg~0-0ubuntu2.8) ... unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atk-1.0. unit-abot-epc-basic-0: 13:35:26 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: 13:35:26 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atk-1.0 (2.18.0-1) ... unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atspi-2.0. unit-abot-epc-basic-0: 13:35:26 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: 13:35:26 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-freedesktop:amd64. unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-freedesktop_1.46.0-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64. unit-abot-epc-basic-0: 13:35:26 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: 13:35:26 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoxft-1.0-0:amd64. unit-abot-epc-basic-0: 13:35:26 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: 13:35:26 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-pango-1.0:amd64. unit-abot-epc-basic-0: 13:35:26 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: 13:35:26 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gtk-3.0:amd64. unit-abot-epc-basic-0: 13:35:26 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: 13:35:26 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package aglfn. unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/aglfn_1.7-3_all.deb ... unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Unpacking aglfn (1.7-3) ... unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-tex. unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-tex_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-data. unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-data_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-x11. unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-x11_4.6.6-3_amd64.deb ... unit-abot-epc-basic-0: 13:35:26 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdt5. unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdt5_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Unpacking libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcgraph6. unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcgraph6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Unpacking libcgraph6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpathplan4. unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpathplan4_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Unpacking libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvc6. unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvc6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Unpacking libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvpr2. unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvpr2_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Unpacking libgvpr2 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxmu6:amd64. unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ... unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Unpacking libxmu6:amd64 (2:1.1.2-2) ... unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxaw7:amd64. unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Unpacking libxaw7:amd64 (2:1.0.13-1) ... unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package graphviz. unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../graphviz_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 13:35:27 DEBUG unit.abot-epc-basic/0.install Unpacking graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 13:35:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjudydebian1. unit-abot-epc-basic-0: 13:35:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjudydebian1_1.0.5-5_amd64.deb ... unit-abot-epc-basic-0: 13:35:28 DEBUG unit.abot-epc-basic/0.install Unpacking libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 13:35:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtcl8.6:amd64. unit-abot-epc-basic-0: 13:35:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 13:35:28 DEBUG unit.abot-epc-basic/0.install Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 13:35:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtk8.6:amd64. unit-abot-epc-basic-0: 13:35:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:28 DEBUG unit.abot-epc-basic/0.install Unpacking libtk8.6:amd64 (8.6.5-1) ... unit-abot-epc-basic-0: 13:35:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gtkwave. unit-abot-epc-basic-0: 13:35:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gtkwave_3.3.66-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:28 DEBUG unit.abot-epc-basic/0.install Unpacking gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 13:35:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc1c2:amd64. unit-abot-epc-basic-0: 13:35:29 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: 13:35:29 DEBUG unit.abot-epc-basic/0.install Unpacking libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 13:35:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-libs:amd64. unit-abot-epc-basic-0: 13:35:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../guile-2.0-libs_2.0.11+1-10ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 13:35:29 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 13:35:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0. unit-abot-epc-basic-0: 13:35:30 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: 13:35:30 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 13:35:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtinfo-dev:amd64. unit-abot-epc-basic-0: 13:35:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtinfo-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:30 DEBUG unit.abot-epc-basic/0.install Unpacking libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 13:35:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libncurses5-dev:amd64. unit-abot-epc-basic-0: 13:35:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libncurses5-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:31 DEBUG unit.abot-epc-basic/0.install Unpacking libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 13:35:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libreadline6-dev:amd64. unit-abot-epc-basic-0: 13:35:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libreadline6-dev_6.3-8ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:35:31 DEBUG unit.abot-epc-basic/0.install Unpacking libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-abot-epc-basic-0: 13:35:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl-dev:amd64. unit-abot-epc-basic-0: 13:35:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl-dev_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 13:35:31 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl-dev:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 13:35:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-abot-epc-basic-0: 13:35:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a6.1.0+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 13:35:31 DEBUG unit.abot-epc-basic/0.install Unpacking libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 13:35:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmp-dev:amd64. unit-abot-epc-basic-0: 13:35:31 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: 13:35:31 DEBUG unit.abot-epc-basic/0.install Unpacking libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 13:35:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc-dev:amd64. unit-abot-epc-basic-0: 13:35:31 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: 13:35:31 DEBUG unit.abot-epc-basic/0.install Unpacking libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 13:35:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pkg-config. unit-abot-epc-basic-0: 13:35:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:31 DEBUG unit.abot-epc-basic/0.install Unpacking pkg-config (0.29.1-0ubuntu1) ... unit-abot-epc-basic-0: 13:35:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-dev. unit-abot-epc-basic-0: 13:35:31 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: 13:35:31 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 13:35:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hdf5-helpers. unit-abot-epc-basic-0: 13:35:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hdf5-helpers_1.8.16+docs-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:31 DEBUG unit.abot-epc-basic/0.install Unpacking hdf5-helpers (1.8.16+docs-4ubuntu1) ... unit-abot-epc-basic-0: 13:35:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package icu-devtools. unit-abot-epc-basic-0: 13:35:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../icu-devtools_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 13:35:32 DEBUG unit.abot-epc-basic/0.install Unpacking icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 13:35:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iperf. unit-abot-epc-basic-0: 13:35:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iperf_2.0.5+dfsg1-2ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 13:35:32 DEBUG unit.abot-epc-basic/0.install Unpacking iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-abot-epc-basic-0: 13:35:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iproute. unit-abot-epc-basic-0: 13:35:32 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: 13:35:32 DEBUG unit.abot-epc-basic/0.install Unpacking iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-abot-epc-basic-0: 13:35:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iptables-dev. unit-abot-epc-basic-0: 13:35:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iptables-dev_1.6.0-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 13:35:32 DEBUG unit.abot-epc-basic/0.install Unpacking iptables-dev (1.6.0-2ubuntu3) ... unit-abot-epc-basic-0: 13:35:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package javascript-common. unit-abot-epc-basic-0: 13:35:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../javascript-common_11_all.deb ... unit-abot-epc-basic-0: 13:35:32 DEBUG unit.abot-epc-basic/0.install Unpacking javascript-common (11) ... unit-abot-epc-basic-0: 13:35:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec0:amd64. unit-abot-epc-basic-0: 13:35:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec0_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:33 DEBUG unit.abot-epc-basic/0.install Unpacking libaec0:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 13:35:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsuitesparseconfig4.4.6:amd64. unit-abot-epc-basic-0: 13:35:33 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: 13:35:33 DEBUG unit.abot-epc-basic/0.install Unpacking libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:35:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libamd2.4.1:amd64. unit-abot-epc-basic-0: 13:35:33 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: 13:35:33 DEBUG unit.abot-epc-basic/0.install Unpacking libamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:35:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarpack2. unit-abot-epc-basic-0: 13:35:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarpack2_3.3.0-1build2_amd64.deb ... unit-abot-epc-basic-0: 13:35:33 DEBUG unit.abot-epc-basic/0.install Unpacking libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 13:35:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-abot-epc-basic-0: 13:35:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasprintf-dev_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 13:35:34 DEBUG unit.abot-epc-basic/0.install Unpacking libasprintf-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 13:35:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-bin. unit-abot-epc-basic-0: 13:35:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglib2.0-bin_2.48.2-0ubuntu4_amd64.deb ... unit-abot-epc-basic-0: 13:35:34 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-bin (2.48.2-0ubuntu4) ... unit-abot-epc-basic-0: 13:35:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre32-3:amd64. unit-abot-epc-basic-0: 13:35:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre32-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 13:35:35 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 13:35:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre3-dev:amd64. unit-abot-epc-basic-0: 13:35:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 13:35:35 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 13:35:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-abot-epc-basic-0: 13:35:35 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: 13:35:35 DEBUG unit.abot-epc-basic/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:35:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-dev. unit-abot-epc-basic-0: 13:35:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglib2.0-dev_2.48.2-0ubuntu4_amd64.deb ... unit-abot-epc-basic-0: 13:35:35 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-dev (2.48.2-0ubuntu4) ... unit-abot-epc-basic-0: 13:35:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdbus-1-dev:amd64. unit-abot-epc-basic-0: 13:35:36 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: 13:35:36 DEBUG unit.abot-epc-basic/0.install Unpacking libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 13:35:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xext-dev. unit-abot-epc-basic-0: 13:35:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xext-dev_7.3.0-1_all.deb ... unit-abot-epc-basic-0: 13:35:36 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xext-dev (7.3.0-1) ... unit-abot-epc-basic-0: 13:35:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxext-dev:amd64. unit-abot-epc-basic-0: 13:35:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxext-dev_2%3a1.3.3-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 13:35:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-fixes-dev. unit-abot-epc-basic-0: 13:35:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-fixes-dev_1%3a5.0-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 13:35:36 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-abot-epc-basic-0: 13:35:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes-dev:amd64. unit-abot-epc-basic-0: 13:35:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes-dev_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 13:35:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes-dev:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 13:35:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi-dev. unit-abot-epc-basic-0: 13:35:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi-dev_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:36 DEBUG unit.abot-epc-basic/0.install Unpacking libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 13:35:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-record-dev. unit-abot-epc-basic-0: 13:35:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-record-dev_1.14.2-1_all.deb ... unit-abot-epc-basic-0: 13:35:37 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-record-dev (1.14.2-1) ... unit-abot-epc-basic-0: 13:35:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst-dev:amd64. unit-abot-epc-basic-0: 13:35:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:37 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 13:35:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-dev. unit-abot-epc-basic-0: 13:35:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-dev_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:37 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 13:35:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-dev:amd64. unit-abot-epc-basic-0: 13:35:37 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: 13:35:37 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 13:35:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-dev. unit-abot-epc-basic-0: 13:35:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-dev_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:37 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-dev (2.18.0-1) ... unit-abot-epc-basic-0: 13:35:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-dev. unit-abot-epc-basic-0: 13:35:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-dev_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:35:38 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 13:35:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-dev. unit-abot-epc-basic-0: 13:35:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 13:35:38 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-dev (3.10.2-9) ... unit-abot-epc-basic-0: 13:35:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-base-dev. unit-abot-epc-basic-0: 13:35:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-base-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 13:35:38 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-base-dev (3.10.2-9) ... unit-abot-epc-basic-0: 13:35:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-script-interpreter2:amd64. unit-abot-epc-basic-0: 13:35:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-script-interpreter2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:39 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 13:35:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpng12-dev:amd64. unit-abot-epc-basic-0: 13:35:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpng12-dev_1.2.54-1ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 13:35:39 DEBUG unit.abot-epc-basic/0.install Unpacking libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-abot-epc-basic-0: 13:35:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfreetype6-dev:amd64. unit-abot-epc-basic-0: 13:35:39 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: 13:35:40 DEBUG unit.abot-epc-basic/0.install Unpacking libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-abot-epc-basic-0: 13:35:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1-dev:amd64. unit-abot-epc-basic-0: 13:35:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1-dev_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 13:35:40 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:35:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-render-dev. unit-abot-epc-basic-0: 13:35:40 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: 13:35:40 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 13:35:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender-dev:amd64. unit-abot-epc-basic-0: 13:35:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender-dev_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 13:35:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-dev. unit-abot-epc-basic-0: 13:35:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-dev_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:41 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-dev (0.33.6-1) ... unit-abot-epc-basic-0: 13:35:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0-dev:amd64. unit-abot-epc-basic-0: 13:35:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:35:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0-dev:amd64. unit-abot-epc-basic-0: 13:35:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:35:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2-dev. unit-abot-epc-basic-0: 13:35:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2-dev_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:41 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2-dev (1.14.6-1) ... unit-abot-epc-basic-0: 13:35:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcamd2.4.1:amd64. unit-abot-epc-basic-0: 13:35:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcamd2.4.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:42 DEBUG unit.abot-epc-basic/0.install Unpacking libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:35:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libccolamd2.9.1:amd64. unit-abot-epc-basic-0: 13:35:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libccolamd2.9.1_1%3a4.4.6-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:42 DEBUG unit.abot-epc-basic/0.install Unpacking libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:35:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolamd2.9.1:amd64. unit-abot-epc-basic-0: 13:35:42 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: 13:35:42 DEBUG unit.abot-epc-basic/0.install Unpacking libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 13:35:42 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-3: 13:35:42 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-hss-0: 13:35:42 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: 13:35:42 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 13:35:42 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 13:35:42 DEBUG juju.worker start "api" unit-oai-hss-0: 13:35:42 INFO juju.worker start "api" machine-3: 13:35:42 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 13:35:42 DEBUG juju.agent read agent config, format "2.0" machine-3: 13:35:42 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 13:35:42 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 13:35:42 DEBUG juju.worker "api" started unit-oai-hss-0: 13:35:42 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:35:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcholmod3.0.6:amd64. unit-oai-hss-0: 13:35:42 DEBUG juju.api successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-oai-hss-0: 13:35:42 INFO juju.api connection established to "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-abot-epc-basic-0: 13:35:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcholmod3.0.6_1%3a4.4.6-1_amd64.deb ... unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 13:35:42 DEBUG unit.abot-epc-basic/0.install Unpacking libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 13:35:42 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-3: 13:35:42 DEBUG juju.worker start "engine" machine-3: 13:35:42 INFO juju.worker start "engine" machine-3: 13:35:42 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 13:35:42 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 13:35:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 13:35:42 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 13:35:42 DEBUG juju.worker "engine" started machine-3: 13:35:42 DEBUG juju.worker.introspection stats worker now serving machine-3: 13:35:42 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 13:35:42 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 13:35:42 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 13:35:42 DEBUG juju.worker.apicaller connected machine-3: 13:35:42 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 13:35:42 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 13:35:42 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 13:35:42 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-3: 13:35:42 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 13:35:42 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 13:35:42 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: machine-3: 13:35:42 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 13:35:42 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 13:35:42 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available machine-3: 13:35:42 DEBUG juju.worker.apicaller connecting with current password machine-3: 13:35:42 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 13:35:42 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 13:35:42 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "meter-status" manifold worker started machine-3: 13:35:42 DEBUG juju.api successfully dialed "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-3: 13:35:42 INFO juju.api connection established to "wss://192.168.120.3:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" machine-3: 13:35:42 DEBUG juju.api successfully dialed "wss://172.30.9.213:17070/model/7946aec4-f7cd-4b05-8706-98b420998282/api" unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 13:35:42 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 13:35:42 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 13:35:42 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 13:35:42 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 13:35:42 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 13:35:42 DEBUG juju.network including address public:172.30.9.213 for machine unit-oai-hss-0: 13:35:42 DEBUG juju.network including address local-cloud:192.168.120.3 for machine unit-oai-hss-0: 13:35:42 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 13:35:42 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 13:35:42 DEBUG juju.network addresses after filtering: [public:172.30.9.213 local-cloud:192.168.120.3 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 13:35:42 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.213:17070 192.168.120.3:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 13:35:42 DEBUG juju.agent API server address details [["172.30.9.213:17070" "192.168.120.3:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.120.3:17070" "172.30.9.213:17070"] unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 13:35:42 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.213,192.168.120.3,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 13:35:42 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: 13:35:42 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 13:35:42 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 13:35:42 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 13:35:42 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-hss-0: 13:35:42 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-hss-0: 13:35:42 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 13:35:42 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 13:35:42 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 13:35:42 INFO juju.worker.uniter hooks are retried true unit-oai-hss-0: 13:35:43 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 13:35:43 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 13:35:43 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-hss-0: 13:35:43 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 13:35:43 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 13:35:43 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 13:35:43 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 13:35:43 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 13:35:43 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 13:35:43 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 13:35:43 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 13:35:43 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 13:35:43 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 13:35:43 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 13:35:43 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 13:35:43 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 13:35:43 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 13:35:43 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 13:35:43 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 13:35:43 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 13:35:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig9:amd64. unit-abot-epc-basic-0: 13:35:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig9_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 13:35:43 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig9:amd64 (1.5-0.2) ... unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 13:35:43 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 13:35:43 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 13:35:43 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 13:35:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-dev:amd64. unit-abot-epc-basic-0: 13:35:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 13:35:43 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-dev:amd64 (1.5-0.2) ... machine-3: 13:35:43 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' machine-3: 13:35:43 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 13:35:43 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install + apt install -y mysql-client machine-3: 13:35:43 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 13:35:43 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:35:43 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: 13:35:43 DEBUG unit.oai-hss/0.install machine-3: 13:35:43 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 13:35:43 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 13:35:43 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-3: 13:35:43 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-3: 13:35:43 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-3: 13:35:43 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-3: 13:35:43 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: unit-abot-epc-basic-0: 13:35:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-doc. machine-3: 13:35:43 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 13:35:43 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 13:35:43 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 13:35:43 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 13:35:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-doc_1.5-0.2_all.deb ... machine-3: 13:35:43 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 13:35:43 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-doc (1.5-0.2) ... machine-3: 13:35:43 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 13:35:43 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 13:35:43 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 13:35:43 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 13:35:43 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 13:35:44 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 13:35:44 INFO juju.worker.upgrader unblocking abort check machine-3: 13:35:44 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 13:35:44 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 13:35:44 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 13:35:44 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 13:35:44 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 13:35:44 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 13:35:44 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 13:35:44 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 13:35:44 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 13:35:44 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 13:35:44 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 13:35:44 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 13:35:44 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 13:35:44 DEBUG juju.network including address public:172.30.9.213 for machine machine-3: 13:35:44 DEBUG juju.network including address local-cloud:192.168.120.3 for machine machine-3: 13:35:44 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 13:35:44 DEBUG juju.network including address local-machine:::1 for machine machine-3: 13:35:44 DEBUG juju.network addresses after filtering: [public:172.30.9.213 local-cloud:192.168.120.3 local-machine:127.0.0.1 local-machine:::1] machine-3: 13:35:44 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.213:17070 192.168.120.3:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 13:35:44 DEBUG juju.agent API server address details [["172.30.9.213:17070" "192.168.120.3:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.120.3:17070" "172.30.9.213:17070"] unit-abot-epc-basic-0: 13:35:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig8-dev. machine-3: 13:35:44 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 13:35:44 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 13:35:44 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 13:35:44 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] unit-abot-epc-basic-0: 13:35:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig8-dev_1.5-0.2_amd64.deb ... machine-3: 13:35:44 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-3: 13:35:44 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 13:35:44 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 13:35:44 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 13:35:44 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 13:35:44 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 13:35:44 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 13:35:44 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 13:35:44 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 13:35:44 DEBUG juju.worker.logger logger setup unit-abot-epc-basic-0: 13:35:44 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig8-dev (1.5-0.2) ... machine-3: 13:35:44 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 13:35:44 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 13:35:44 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 13:35:44 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 13:35:44 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 13:35:44 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 13:35:44 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 13:35:44 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 13:35:44 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.213,192.168.120.3,::1,localhost", AutoNoProxy:""} machine-3: 13:35:44 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 13:35:44 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 13:35:44 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: 13:35:44 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 13:35:44 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 13:35:44 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 13:35:44 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 13:35:44 DEBUG juju.network including address local-cloud:192.168.120.5 for machine machine-3: 13:35:44 DEBUG juju.network including address local-machine:::1 for machine machine-3: 13:35:44 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.120.5 local-machine:::1] machine-3: 13:35:44 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.120.5 local-machine:::1] machine-3: 13:35:44 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 13:35:44 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 13:35:44 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 13:35:44 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 13:35:44 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 13:35:44 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys unit-oai-hss-0: 13:35:44 DEBUG unit.oai-hss/0.install Reading package lists... machine-3: 13:35:44 INFO juju.worker.authenticationworker "machine-3" key updater worker started unit-oai-hss-0: 13:35:44 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-hss-0: 13:35:44 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:35:44 DEBUG unit.oai-hss/0.install Reading state information... machine-3: 13:35:44 DEBUG juju.worker start "3-container-watcher" machine-3: 13:35:44 DEBUG juju.worker start "stateconverter" machine-3: 13:35:44 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 13:35:44 INFO juju.worker start "3-container-watcher" machine-3: 13:35:44 DEBUG juju.worker "3-container-watcher" started machine-3: 13:35:44 INFO juju.worker start "stateconverter" machine-3: 13:35:44 DEBUG juju.worker "stateconverter" started machine-3: 13:35:44 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 13:35:44 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 13:35:44 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-oai-hss-0: 13:35:44 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 13:35:44 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:35:44 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 13:35:44 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-hss-0: 13:35:44 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 13:35:44 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 13:35:44 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 13:35:44 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 13:35:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcxsparse3.1.4:amd64. unit-abot-epc-basic-0: 13:35:44 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: 13:35:44 DEBUG unit.abot-epc-basic/0.install Unpacking libcxsparse3.1.4:amd64 (1:4.4.6-1) ... machine-3: 13:35:45 INFO juju.worker.machiner "machine-3" started unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 13:35:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-dev:amd64. unit-abot-epc-basic-0: 13:35:45 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: 13:35:45 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:35:45 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: 13:35:45 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install Reading package lists... machine-3: 13:35:45 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:a9:6e:12 192.168.120.0/24 1450 0 eth0 ethernet false false static 192.168.120.5 [] [] []} {2 fa:16:3e:a9:6e:12 1450 0 eth0 ethernet false false manual [] [] []}] unit-abot-epc-basic-0: 13:35:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-dri2-dev. unit-abot-epc-basic-0: 13:35:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-dri2-dev_2.8-2_all.deb ... unit-abot-epc-basic-0: 13:35:45 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 13:35:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-gl-dev. unit-abot-epc-basic-0: 13:35:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-gl-dev_1.4.17-1_all.deb ... unit-abot-epc-basic-0: 13:35:45 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-gl-dev (1.4.17-1) ... unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 13:35:45 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:35:45 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 13:35:45 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 13:35:45 DEBUG unit.oai-hss/0.install + echo -n unit-abot-epc-basic-0: 13:35:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xf86vidmode-dev. unit-abot-epc-basic-0: 13:35:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xf86vidmode-dev_2.3.1-2_all.deb ... unit-oai-hss-0: 13:35:46 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 13:35:46 DEBUG unit.oai-hss/0.install + juju-log 'Updating the installation directory' unit-oai-hss-0: 13:35:46 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:35:46 INFO unit.oai-hss/0.juju-log Updating the installation directory unit-oai-hss-0: 13:35:46 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 13:35:46 DEBUG unit.oai-hss/0.install + git reset --hard HEAD unit-abot-epc-basic-0: 13:35:46 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 13:35:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm-dev:amd64. unit-abot-epc-basic-0: 13:35:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:46 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 13:35:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-damage-dev. unit-abot-epc-basic-0: 13:35:46 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: 13:35:46 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-damage-dev (1:1.2.1-2) ... unit-oai-hss-0: 13:35:46 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: 13:35:46 DEBUG unit.oai-hss/0.install + git checkout v0.3.2-branch unit-oai-hss-0: 13:35:46 DEBUG unit.oai-hss/0.install Already on 'v0.3.2-branch' unit-oai-hss-0: 13:35:46 DEBUG unit.oai-hss/0.install Your branch is up-to-date with 'origin/v0.3.2-branch'. unit-oai-hss-0: 13:35:46 DEBUG unit.oai-hss/0.install + git pull unit-abot-epc-basic-0: 13:35:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage-dev:amd64. unit-abot-epc-basic-0: 13:35:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage-dev_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 13:35:46 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage-dev:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 13:35:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0-dev:amd64. unit-abot-epc-basic-0: 13:35:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:46 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0-dev:amd64. unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-dev:amd64. unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0-dev:amd64. unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0-dev:amd64. unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0-dev:amd64. unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync-dev:amd64. unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present-dev:amd64. unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence-dev:amd64. unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence-dev_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence-dev:amd64 (1.2-1) ... unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install Already up-to-date. unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 13:35:47 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: 13:35:47 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 13:35:47 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:35:47 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install + current_kern_release=3.19.0-031900-generic unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install + current_kern_major_revision=19 unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install + '[' 19 -ge 19 ']' unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install + [[ true == true ]] unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install + juju-log 'required kernel is already installed' unit-oai-hss-0: 13:35:47 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:35:47 INFO unit.oai-hss/0.juju-log required kernel is already installed unit-oai-hss-0: 13:35:47 DEBUG unit.oai-hss/0.install + status-set maintenance 'required kernel is already installed' unit-oai-hss-0: 13:35:47 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb-dev:amd64. unit-abot-epc-basic-0: 13:35:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-xcb-dev_2%3a1.6.3-1ubuntu2_amd64.deb ... unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install + configure_hosts unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install ++ config-get realm unit-abot-epc-basic-0: 13:35:48 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2) ... unit-oai-hss-0: 13:35:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install + realm=openair4G.eur unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install +++ hostname unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install + '[' -z '' ']' unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 localhost unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 oai-hss-0.openair4G.eur oai-hss-0 mme unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install + build_hss unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install + juju-log 'Build HSS and install required packages' unit-oai-hss-0: 13:35:48 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:35:48 INFO unit.oai-hss/0.juju-log Build HSS and install required packages unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install + status-set maintenance 'Build HSS and install required packages' unit-oai-hss-0: 13:35:48 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -i -F unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install Check installed software packages necessary to build and run HSS (support Ubuntu 14.04): unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install Force set (no interactive) unit-abot-epc-basic-0: 13:35:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-bin. unit-abot-epc-basic-0: 13:35:48 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: 13:35:48 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-abot-epc-basic-0: 13:35:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-dev:amd64. unit-abot-epc-basic-0: 13:35:48 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: 13:35:48 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-abot-epc-basic-0: 13:35:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore-dev:amd64. unit-abot-epc-basic-0: 13:35:48 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: 13:35:48 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-abot-epc-basic-0: 13:35:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf9v5:amd64. unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-abot-epc-basic-0: 13:35:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 13:35:48 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-oai-hss-0: 13:35:48 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-abot-epc-basic-0: 13:35:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-dev:amd64. unit-abot-epc-basic-0: 13:35:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-dev_2.6.1-1.3_amd64.deb ... unit-oai-hss-0: 13:35:49 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-oai-hss-0: 13:35:49 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-abot-epc-basic-0: 13:35:49 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 13:35:49 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-oai-hss-0: 13:35:49 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-oai-hss-0: 13:35:49 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-oai-hss-0: 13:35:49 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-oai-hss-0: 13:35:49 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-abot-epc-basic-0: 13:35:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-dev. unit-abot-epc-basic-0: 13:35:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-dev_0.5.0-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:35:49 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-dev (0.5.0-1ubuntu2) ... unit-oai-hss-0: 13:35:49 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-abot-epc-basic-0: 13:35:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon-dev:amd64. unit-abot-epc-basic-0: 13:35:49 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: 13:35:49 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 13:35:49 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-abot-epc-basic-0: 13:35:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie2:amd64. unit-abot-epc-basic-0: 13:35:49 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: 13:35:49 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 13:35:49 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-abot-epc-basic-0: 13:35:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie-dev:amd64. unit-abot-epc-basic-0: 13:35:49 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: 13:35:49 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 13:35:49 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-oai-hss-0: 13:35:49 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-oai-hss-0: 13:35:49 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 13:35:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient-dev:amd64. unit-abot-epc-basic-0: 13:35:49 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: 13:35:49 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 13:35:49 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-abot-epc-basic-0: 13:35:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa-dev:amd64. unit-abot-epc-basic-0: 13:35:49 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: 13:35:50 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 13:35:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-oai-hss-0: 13:35:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-abot-epc-basic-0: 13:35:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libencode-locale-perl. unit-oai-hss-0: 13:35:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-abot-epc-basic-0: 13:35:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libencode-locale-perl_1.05-1_all.deb ... unit-abot-epc-basic-0: 13:35:50 DEBUG unit.abot-epc-basic/0.install Unpacking libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 13:35:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy-dev:amd64. unit-abot-epc-basic-0: 13:35:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libepoxy-dev_1.3.1-1ubuntu0.16.04.2_amd64.deb ... unit-oai-hss-0: 13:35:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-abot-epc-basic-0: 13:35:50 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-oai-hss-0: 13:35:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-oai-hss-0: 13:35:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-oai-hss-0: 13:35:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-abot-epc-basic-0: 13:35:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-bin. unit-abot-epc-basic-0: 13:35:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-bin_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:50 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-bin (3.3.4-2ubuntu1) ... unit-oai-hss-0: 13:35:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-oai-hss-0: 13:35:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-oai-hss-0: 13:35:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-abot-epc-basic-0: 13:35:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-dev:amd64. unit-abot-epc-basic-0: 13:35:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-dev_3.3.4-2ubuntu1_amd64.deb ... unit-oai-hss-0: 13:35:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-abot-epc-basic-0: 13:35:50 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 13:35:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-oai-hss-0: 13:35:50 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-oai-hss-0: 13:35:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-oai-hss-0: 13:35:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-oai-hss-0: 13:35:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-oai-hss-0: 13:35:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-oai-hss-0: 13:35:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-oai-hss-0: 13:35:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-oai-hss-0: 13:35:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-oai-hss-0: 13:35:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-abot-epc-basic-0: 13:35:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libipc-system-simple-perl. unit-abot-epc-basic-0: 13:35:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libipc-system-simple-perl_1.25-3_all.deb ... unit-abot-epc-basic-0: 13:35:51 DEBUG unit.abot-epc-basic/0.install Unpacking libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 13:35:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-basedir-perl. unit-abot-epc-basic-0: 13:35:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-basedir-perl_0.07-1_all.deb ... unit-abot-epc-basic-0: 13:35:51 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-basedir-perl (0.07-1) ... unit-oai-hss-0: 13:35:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-abot-epc-basic-0: 13:35:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liburi-perl. unit-abot-epc-basic-0: 13:35:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liburi-perl_1.71-1_all.deb ... unit-oai-hss-0: 13:35:51 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 13:35:51 DEBUG unit.abot-epc-basic/0.install Unpacking liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 13:35:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-desktopentry-perl. unit-abot-epc-basic-0: 13:35:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-desktopentry-perl_0.22-1_all.deb ... unit-abot-epc-basic-0: 13:35:52 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 13:35:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-date-perl. unit-abot-epc-basic-0: 13:35:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 13:35:52 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 13:35:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-listing-perl. unit-abot-epc-basic-0: 13:35:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ... unit-abot-epc-basic-0: 13:35:52 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-listing-perl (6.04-1) ... unit-abot-epc-basic-0: 13:35:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-mimeinfo-perl. unit-abot-epc-basic-0: 13:35:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-mimeinfo-perl_0.27-1_all.deb ... unit-abot-epc-basic-0: 13:35:52 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-mimeinfo-perl (0.27-1) ... unit-abot-epc-basic-0: 13:35:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk1.3:amd64. unit-abot-epc-basic-0: 13:35:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 13:35:52 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 13:35:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk-gl1.3:amd64. unit-abot-epc-basic-0: 13:35:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk-gl1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 13:35:52 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 13:35:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfont-afm-perl. unit-abot-epc-basic-0: 13:35:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ... unit-abot-epc-basic-0: 13:35:53 DEBUG unit.abot-epc-basic/0.install Unpacking libfont-afm-perl (1.20-1) ... unit-abot-epc-basic-0: 13:35:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontenc1:amd64. unit-abot-epc-basic-0: 13:35:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontenc1_1%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:53 DEBUG unit.abot-epc-basic/0.install Unpacking libfontenc1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 13:35:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms2. unit-abot-epc-basic-0: 13:35:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms2_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 13:35:53 DEBUG unit.abot-epc-basic/0.install Unpacking libforms2 (1.2.3-1.2) ... unit-abot-epc-basic-0: 13:35:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-bin. unit-abot-epc-basic-0: 13:35:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-bin_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 13:35:53 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 13:35:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm-dev:amd64. unit-abot-epc-basic-0: 13:35:53 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: 13:35:53 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:35:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-dev. unit-abot-epc-basic-0: 13:35:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-dev_1.2.3-1.2_amd64.deb ... unit-oai-hss-0: 13:35:53 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 13:35:53 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 13:35:53 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-dev (1.2.3-1.2) ... unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install Package 'libgnutls-dev' is not installed, so not removed unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx27' is not installed, so not removed unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install Package 'nettle-dev' is not installed, so not removed unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx28' is not installed, so not removed unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install Package 'nettle-bin' is not installed, so not removed unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install autotools-dev binutils cmake-data cpp cpp-4.8 dpkg-dev fakeroot fontconfig unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install libarchive13 libasan0 libatomic1 libaudio2 libavahi-client3 unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install libavahi-common-data libavahi-common3 libbison-dev libc-dev-bin libc6-dbg unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install libc6-dev libcloog-isl4 libcups2 libdpkg-perl libfakeroot unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev libgmp10 unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 liblzo2-2 unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative libqt4-network unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml libqt4-xmlpatterns unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 libstdc++-4.8-dev unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev m4 make unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install manpages-dev qtcore4-l10n x11-common unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool gettext unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install binutils-doc bison-doc codeblocks eclipse cpp-doc gcc-4.8-locales unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install doxygen-latex doxygen-doc graphviz debian-keyring g++-multilib unit-oai-hss-0: 13:35:54 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: 13:35:54 DEBUG unit.oai-hss/0.install gcc-doc gcc-4.8-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install libasan0-dbg libtsan0-dbg libquadmath0-dbg gdb-doc gdbserver lrzip nas unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install glibc-doc cups-common libqt4-declarative-folderlistmodel unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libicu48 libthai0 unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install qt4-qtconfig libstdc++-4.8-doc make-doc unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install libc-dbg unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install autoconf automake autotools-dev binutils bison build-essential cmake unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install cmake-curses-gui cmake-data cpp cpp-4.8 doxygen doxygen-gui dpkg-dev unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install fakeroot flex fontconfig fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install gcc-4.8 gdb libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install libalgorithm-merge-perl libarchive13 libasan0 libatomic1 libaudio2 unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install libavahi-client3 libavahi-common-data libavahi-common3 libbison-dev unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install libfakeroot libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install libgmp10 libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install liblzo2-2 libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install libqt4-network libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install libstdc++-4.8-dev libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install m4 make manpages-dev pkg-config qtcore4-l10n x11-common unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install 0 upgraded, 84 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install Need to get 68.3 MB of archives. unit-oai-hss-0: 13:35:54 DEBUG unit.oai-hss/0.install After this operation, 235 MB of additional disk space will be used. unit-oai-hss-0: 13:35:54 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: 13:35:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgpg-error-dev. unit-abot-epc-basic-0: 13:35:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgpg-error-dev_1.21-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:35:54 DEBUG unit.abot-epc-basic/0.install Unpacking libgpg-error-dev (1.21-2ubuntu1) ... unit-abot-epc-basic-0: 13:35:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt20-dev. unit-abot-epc-basic-0: 13:35:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcrypt20-dev_1.6.5-2ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 13:35:54 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 13:35:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt11-dev. unit-abot-epc-basic-0: 13:35:55 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: 13:35:55 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 13:35:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-dev. unit-abot-epc-basic-0: 13:35:55 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: 13:35:55 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 13:35:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo0:amd64. unit-abot-epc-basic-0: 13:35:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo0_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 13:35:55 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo0:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 13:35:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-abot-epc-basic-0: 13:35:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo-dev_0.19.7-2ubuntu3_amd64.deb ... unit-oai-hss-0: 13:35:55 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfl-dev amd64 2.5.35-10.1ubuntu2 [17.2 kB] unit-abot-epc-basic-0: 13:35:55 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ... unit-oai-hss-0: 13:35:55 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: 13:35:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl2ps0. unit-abot-epc-basic-0: 13:35:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl2ps0_1.3.8-1.2_amd64.deb ... unit-abot-epc-basic-0: 13:35:55 DEBUG unit.abot-epc-basic/0.install Unpacking libgl2ps0 (1.3.8-1.2) ... unit-oai-hss-0: 13:35:55 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblzo2-2 amd64 2.06-1.2ubuntu1.1 [46.1 kB] unit-abot-epc-basic-0: 13:35:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglpk36:amd64. unit-abot-epc-basic-0: 13:35:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglpk36_4.57-1build3_amd64.deb ... unit-abot-epc-basic-0: 13:35:55 DEBUG unit.abot-epc-basic/0.install Unpacking libglpk36:amd64 (4.57-1build3) ... unit-oai-hss-0: 13:35:55 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: 13:35:56 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libarchive13 amd64 3.1.2-7ubuntu2.4 [262 kB] unit-oai-hss-0: 13:35:56 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] unit-abot-epc-basic-0: 13:35:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-l10n. unit-abot-epc-basic-0: 13:35:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-l10n_2.5.9-3_all.deb ... unit-abot-epc-basic-0: 13:35:56 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-l10n (2.5.9-3) ... unit-oai-hss-0: 13:35:56 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] unit-abot-epc-basic-0: 13:35:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjasper1:amd64. unit-abot-epc-basic-0: 13:35:56 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: 13:35:56 DEBUG unit.abot-epc-basic/0.install Unpacking libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-abot-epc-basic-0: 13:35:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwebp5:amd64. unit-abot-epc-basic-0: 13:35:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwebp5_0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:56 DEBUG unit.abot-epc-basic/0.install Unpacking libwebp5:amd64 (0.4.4-1) ... unit-oai-hss-0: 13:35:56 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: 13:35:56 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libice6 amd64 2:1.0.8-2 [47.0 kB] unit-oai-hss-0: 13:35:56 DEBUG unit.oai-hss/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsm6 amd64 2:1.2.1-2 [18.1 kB] unit-abot-epc-basic-0: 13:35:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwmf0.2-7:amd64. unit-abot-epc-basic-0: 13:35:57 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: 13:35:57 DEBUG unit.abot-epc-basic/0.install Unpacking libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-oai-hss-0: 13:35:57 DEBUG unit.oai-hss/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxt6 amd64 1:1.1.4-1 [185 kB] unit-abot-epc-basic-0: 13:35:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick-q16-3. unit-abot-epc-basic-0: 13:35:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick-q16-3_1.3.23-1build1_amd64.deb ... unit-abot-epc-basic-0: 13:35:57 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick-q16-3 (1.3.23-1build1) ... unit-oai-hss-0: 13:35:57 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: 13:35:57 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: 13:35:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick++-q16-12. unit-abot-epc-basic-0: 13:35:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick++-q16-12_1.3.23-1build1_amd64.deb ... unit-abot-epc-basic-0: 13:35:57 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick++-q16-12 (1.3.23-1build1) ... unit-abot-epc-basic-0: 13:35:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-icu0:amd64. unit-abot-epc-basic-0: 13:35:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-icu0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 13:35:57 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:35:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-gobject0:amd64. unit-oai-hss-0: 13:35:57 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: 13:35:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-gobject0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 13:35:57 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:35:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-dev. unit-abot-epc-basic-0: 13:35:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-dev_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 13:35:57 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:35:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft-dev. unit-abot-epc-basic-0: 13:35:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft-dev_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:57 DEBUG unit.abot-epc-basic/0.install Unpacking libxft-dev (2.3.2-1) ... unit-oai-hss-0: 13:35:57 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: 13:35:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango1.0-dev. unit-abot-epc-basic-0: 13:35:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpango1.0-dev_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:57 DEBUG unit.abot-epc-basic/0.install Unpacking libpango1.0-dev (1.38.1-1) ... unit-abot-epc-basic-0: 13:35:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xinerama-dev. unit-abot-epc-basic-0: 13:35:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xinerama-dev_1.2.1-2_all.deb ... unit-abot-epc-basic-0: 13:35:57 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xinerama-dev (1.2.1-2) ... unit-oai-hss-0: 13:35:57 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: 13:35:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama-dev:amd64. unit-abot-epc-basic-0: 13:35:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama-dev_2%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 13:35:58 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: 13:35:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 13:35:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-randr-dev. unit-abot-epc-basic-0: 13:35:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-randr-dev_1.5.0-1_all.deb ... unit-abot-epc-basic-0: 13:35:58 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-randr-dev (1.5.0-1) ... unit-abot-epc-basic-0: 13:35:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr-dev:amd64. unit-abot-epc-basic-0: 13:35:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr-dev_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr-dev:amd64 (2:1.5.0-1) ... unit-oai-hss-0: 13:35:58 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: 13:35:58 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: 13:35:58 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: 13:35:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor-dev:amd64. unit-abot-epc-basic-0: 13:35:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcursor-dev_1%3a1.1.14-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 13:35:58 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:35:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-composite-dev. unit-abot-epc-basic-0: 13:35:58 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: 13:35:58 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-composite-dev (1:0.4.2-2) ... unit-oai-hss-0: 13:35:59 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: 13:35:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite-dev. unit-abot-epc-basic-0: 13:35:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite-dev_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:59 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 13:35:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 13:35:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-dev_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 13:35:59 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 13:35:59 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] unit-oai-hss-0: 13:35:59 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: 13:35:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-dev:amd64. unit-abot-epc-basic-0: 13:35:59 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: 13:35:59 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 13:35:59 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: 13:35:59 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-abot-epc-basic-0: 13:35:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsz2:amd64. unit-abot-epc-basic-0: 13:35:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsz2_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:35:59 DEBUG unit.abot-epc-basic/0.install Unpacking libsz2:amd64 (0.3.2-1) ... unit-oai-hss-0: 13:35:59 DEBUG unit.oai-hss/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] unit-oai-hss-0: 13:36:00 DEBUG unit.oai-hss/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython3.4 amd64 3.4.3-1ubuntu1~14.04.6 [1305 kB] unit-oai-hss-0: 13:36:00 DEBUG unit.oai-hss/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main qtcore4-l10n all 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [587 kB] unit-abot-epc-basic-0: 13:36:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-10:amd64. unit-abot-epc-basic-0: 13:36:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-10_1.8.16+docs-4ubuntu1_amd64.deb ... unit-oai-hss-0: 13:36:00 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: 13:36:00 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-10:amd64 (1.8.16+docs-4ubuntu1) ... unit-oai-hss-0: 13:36:00 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: 13:36:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-cpp-11:amd64. unit-abot-epc-basic-0: 13:36:00 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: 13:36:00 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1) ... unit-oai-hss-0: 13:36:00 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: 13:36:01 DEBUG unit.oai-hss/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-network amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [543 kB] unit-abot-epc-basic-0: 13:36:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8-dev:amd64. unit-abot-epc-basic-0: 13:36:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8-dev_1.4.2-0ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 13:36:01 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-oai-hss-0: 13:36:01 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: 13:36:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8-dev:amd64. unit-abot-epc-basic-0: 13:36:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 13:36:01 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 13:36:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-dev:amd64. unit-abot-epc-basic-0: 13:36:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 13:36:01 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 13:36:01 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: 13:36:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec-dev:amd64. unit-abot-epc-basic-0: 13:36:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec-dev_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:36:01 DEBUG unit.abot-epc-basic/0.install Unpacking libaec-dev:amd64 (0.3.2-1) ... unit-oai-hss-0: 13:36:01 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: 13:36:01 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: 13:36:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-dev. unit-abot-epc-basic-0: 13:36:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhdf5-dev_1.8.16+docs-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:36:01 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-dev (1.8.16+docs-4ubuntu1) ... unit-oai-hss-0: 13:36:01 DEBUG unit.oai-hss/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] unit-oai-hss-0: 13:36:01 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: 13:36:02 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: 13:36:02 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: 13:36:02 DEBUG unit.oai-hss/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxrender1 amd64 1:0.9.8-1build0.14.04.1 [17.9 kB] unit-oai-hss-0: 13:36:02 DEBUG unit.oai-hss/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqtgui4 amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [4130 kB] unit-oai-hss-0: 13:36:02 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: 13:36:03 DEBUG unit.oai-hss/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libqt4-sql-mysql amd64 4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1 [30.3 kB] unit-oai-hss-0: 13:36:03 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: 13:36:03 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: 13:36:03 DEBUG unit.oai-hss/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] unit-oai-hss-0: 13:36:03 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: 13:36:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tagset-perl. unit-abot-epc-basic-0: 13:36:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ... unit-oai-hss-0: 13:36:03 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-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tagset-perl (3.20-2) ... unit-oai-hss-0: 13:36:04 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: 13:36:04 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: 13:36:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-parser-perl. unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-parser-perl_3.72-1_amd64.deb ... unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-parser-perl (3.72-1) ... unit-oai-hss-0: 13:36:04 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: 13:36:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-html-perl. unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-html-perl_1.001-1_all.deb ... unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Unpacking libio-html-perl (1.001-1) ... unit-oai-hss-0: 13:36:04 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-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-mediatypes-perl. unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-mediatypes-perl (6.02-1) ... unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-message-perl. unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-message-perl_6.11-1_all.deb ... unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-message-perl (6.11-1) ... unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-form-perl. unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ... unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-form-perl (6.03-1) ... unit-oai-hss-0: 13:36:04 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: 13:36:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tree-perl. unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tree-perl_5.03-2_all.deb ... unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tree-perl (5.03-2) ... unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-format-perl. unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-format-perl_2.11-2_all.deb ... unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-format-perl (2.11-2) ... unit-oai-hss-0: 13:36:04 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-153.203 [772 kB] unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-cookies-perl. unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-cookies-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-cookies-perl (6.01-1) ... unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-daemon-perl. unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-negotiate-perl. unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ... unit-abot-epc-basic-0: 13:36:04 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-negotiate-perl (6.00-2) ... unit-oai-hss-0: 13:36:04 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-abot-epc-basic-0: 13:36:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libicu-dev:amd64. unit-abot-epc-basic-0: 13:36:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libicu-dev_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 13:36:05 DEBUG unit.abot-epc-basic/0.install Unpacking libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-oai-hss-0: 13:36:05 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: 13:36:05 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: 13:36:05 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: 13:36:05 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: 13:36:06 DEBUG unit.oai-hss/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] unit-oai-hss-0: 13:36:06 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: 13:36:06 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: 13:36:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn11-dev. unit-abot-epc-basic-0: 13:36:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn11-dev_1.32-3ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 13:36:06 DEBUG unit.abot-epc-basic/0.install Unpacking libidn11-dev (1.32-3ubuntu1.2) ... unit-abot-epc-basic-0: 13:36:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-ssleay-perl. unit-abot-epc-basic-0: 13:36:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-ssleay-perl_1.72-1build1_amd64.deb ... unit-abot-epc-basic-0: 13:36:07 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-ssleay-perl (1.72-1build1) ... unit-oai-hss-0: 13:36:07 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: 13:36:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-socket-ssl-perl. unit-abot-epc-basic-0: 13:36:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-socket-ssl-perl_2.024-1_all.deb ... unit-abot-epc-basic-0: 13:36:07 DEBUG unit.abot-epc-basic/0.install Unpacking libio-socket-ssl-perl (2.024-1) ... unit-abot-epc-basic-0: 13:36:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjack-jackd2-0:amd64. unit-abot-epc-basic-0: 13:36:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjack-jackd2-0_1.9.10+20150825git1ed50c92~dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 13:36:07 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: 13:36:07 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: 13:36:07 DEBUG unit.oai-hss/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] unit-abot-epc-basic-0: 13:36:07 DEBUG unit.abot-epc-basic/0.install Unpacking libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-oai-hss-0: 13:36:07 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: 13:36:07 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: 13:36:08 DEBUG unit.oai-hss/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cmake amd64 2.8.12.2-0ubuntu3 [2618 kB] unit-abot-epc-basic-0: 13:36:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjs-jquery. unit-abot-epc-basic-0: 13:36:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjs-jquery_1.11.3+dfsg-4_all.deb ... unit-abot-epc-basic-0: 13:36:08 DEBUG unit.abot-epc-basic/0.install Unpacking libjs-jquery (1.11.3+dfsg-4) ... unit-oai-hss-0: 13:36:08 DEBUG unit.oai-hss/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe cmake-curses-gui amd64 2.8.12.2-0ubuntu3 [1241 kB] unit-oai-hss-0: 13:36:08 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: 13:36:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libkpathsea6:amd64. unit-abot-epc-basic-0: 13:36:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libkpathsea6_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 13:36:08 DEBUG unit.abot-epc-basic/0.install Unpacking libkpathsea6:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 13:36:08 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: 13:36:08 DEBUG unit.oai-hss/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] unit-abot-epc-basic-0: 13:36:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-http-perl. unit-abot-epc-basic-0: 13:36:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-http-perl_6.09-1_all.deb ... unit-oai-hss-0: 13:36:09 DEBUG unit.oai-hss/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] unit-abot-epc-basic-0: 13:36:09 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-http-perl (6.09-1) ... unit-oai-hss-0: 13:36:09 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: 13:36:09 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: 13:36:09 DEBUG unit.oai-hss/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] unit-abot-epc-basic-0: 13:36:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-robotrules-perl. unit-oai-hss-0: 13:36:09 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-abot-epc-basic-0: 13:36:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 13:36:09 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-robotrules-perl (6.01-1) ... unit-abot-epc-basic-0: 13:36:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-perl. unit-abot-epc-basic-0: 13:36:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-perl_6.15-1_all.deb ... unit-abot-epc-basic-0: 13:36:09 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-perl (6.15-1) ... unit-abot-epc-basic-0: 13:36:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-protocol-https-perl. unit-oai-hss-0: 13:36:09 DEBUG unit.oai-hss/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] unit-abot-epc-basic-0: 13:36:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-protocol-https-perl_6.06-2_all.deb ... unit-abot-epc-basic-0: 13:36:09 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-protocol-https-perl (6.06-2) ... unit-abot-epc-basic-0: 13:36:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagick++-6.q16-5v5:amd64. unit-abot-epc-basic-0: 13:36:09 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: 13:36:09 DEBUG unit.abot-epc-basic/0.install Unpacking libmagick++-6.q16-5v5:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-oai-hss-0: 13:36:09 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: 13:36:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-abot-epc-basic-0: 13:36:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsys-hostname-long-perl_1.5-1_all.deb ... unit-abot-epc-basic-0: 13:36:09 DEBUG unit.abot-epc-basic/0.install Unpacking libsys-hostname-long-perl (1.5-1) ... unit-abot-epc-basic-0: 13:36:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmail-sendmail-perl. unit-abot-epc-basic-0: 13:36:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-abot-epc-basic-0: 13:36:09 DEBUG unit.abot-epc-basic/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 13:36:10 DEBUG unit.oai-hss/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main pkg-config amd64 0.26-1ubuntu4 [40.9 kB] unit-oai-hss-0: 13:36:10 DEBUG unit.oai-hss/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dbg amd64 2.19-0ubuntu6.14 [3464 kB] unit-abot-epc-basic-0: 13:36:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-smtp-ssl-perl. unit-abot-epc-basic-0: 13:36:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-smtp-ssl-perl_1.03-1_all.deb ... unit-abot-epc-basic-0: 13:36:10 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-smtp-ssl-perl (1.03-1) ... unit-oai-hss-0: 13:36:10 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: 13:36:10 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 13:36:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmailtools-perl. unit-abot-epc-basic-0: 13:36:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmailtools-perl_2.13-1_all.deb ... unit-abot-epc-basic-0: 13:36:10 DEBUG unit.abot-epc-basic/0.install Unpacking libmailtools-perl (2.13-1) ... unit-oai-hss-0: 13:36:10 DEBUG unit.oai-hss/0.install Fetched 68.3 MB in 16s (4269 kB/s) unit-abot-epc-basic-0: 13:36:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 13:36:10 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: 13:36:10 DEBUG unit.abot-epc-basic/0.install Unpacking mysql-common (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 13:36:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package m4. unit-oai-hss-0: 13:36:11 DEBUG unit.oai-hss/0.install (Reading database ... 83601 files and directories currently installed.) unit-oai-hss-0: 13:36:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../m4_1.4.17-2ubuntu1_amd64.deb ... unit-oai-hss-0: 13:36:11 DEBUG unit.oai-hss/0.install Unpacking m4 (1.4.17-2ubuntu1) ... unit-abot-epc-basic-0: 13:36:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient20:amd64. unit-abot-epc-basic-0: 13:36:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmysqlclient20_5.7.23-0ubuntu0.16.04.1_amd64.deb ... unit-oai-hss-0: 13:36:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfl-dev:amd64. unit-oai-hss-0: 13:36:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfl-dev_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 13:36:11 DEBUG unit.oai-hss/0.install Unpacking libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-abot-epc-basic-0: 13:36:11 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient20:amd64 (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:36:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient-dev. unit-abot-epc-basic-0: 13:36:11 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: 13:36:11 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient-dev (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 13:36:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package flex. unit-oai-hss-0: 13:36:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../flex_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 13:36:11 DEBUG unit.oai-hss/0.install Unpacking flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 13:36:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package liblzo2-2:amd64. unit-oai-hss-0: 13:36:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../liblzo2-2_2.06-1.2ubuntu1.1_amd64.deb ... unit-oai-hss-0: 13:36:12 DEBUG unit.oai-hss/0.install Unpacking liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 13:36:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libnettle4:amd64. unit-oai-hss-0: 13:36:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libnettle4_2.7.1-1ubuntu0.2_amd64.deb ... unit-oai-hss-0: 13:36:12 DEBUG unit.oai-hss/0.install Unpacking libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-abot-epc-basic-0: 13:36:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-parser-perl. unit-abot-epc-basic-0: 13:36:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-parser-perl_2.44-1build1_amd64.deb ... unit-oai-hss-0: 13:36:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libarchive13:amd64. unit-oai-hss-0: 13:36:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libarchive13_3.1.2-7ubuntu2.4_amd64.deb ... unit-oai-hss-0: 13:36:12 DEBUG unit.oai-hss/0.install Unpacking libarchive13:amd64 (3.1.2-7ubuntu2.4) ... unit-abot-epc-basic-0: 13:36:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-parser-perl (2.44-1build1) ... unit-abot-epc-basic-0: 13:36:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-twig-perl. unit-abot-epc-basic-0: 13:36:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-twig-perl_1%3a3.48-1_all.deb ... unit-abot-epc-basic-0: 13:36:12 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-twig-perl (1:3.48-1) ... unit-oai-hss-0: 13:36:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasan0:amd64. unit-oai-hss-0: 13:36:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 13:36:13 DEBUG unit.oai-hss/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:36:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-dbus-perl. unit-abot-epc-basic-0: 13:36:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-dbus-perl_1.1.0-3build1_amd64.deb ... unit-abot-epc-basic-0: 13:36:13 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-dbus-perl (1.1.0-3build1) ... unit-oai-hss-0: 13:36:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libatomic1:amd64. unit-oai-hss-0: 13:36:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 13:36:13 DEBUG unit.oai-hss/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 13:36:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-common. unit-oai-hss-0: 13:36:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-common_1%3a7.7+1ubuntu8.1_all.deb ... unit-oai-hss-0: 13:36:13 DEBUG unit.oai-hss/0.install Unpacking x11-common (1:7.7+1ubuntu8.1) ... unit-oai-hss-0: 13:36:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libice6:amd64. unit-oai-hss-0: 13:36:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libice6_2%3a1.0.8-2_amd64.deb ... unit-oai-hss-0: 13:36:13 DEBUG unit.oai-hss/0.install Unpacking libice6:amd64 (2:1.0.8-2) ... unit-oai-hss-0: 13:36:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsm6:amd64. unit-oai-hss-0: 13:36:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsm6_2%3a1.2.1-2_amd64.deb ... unit-oai-hss-0: 13:36:13 DEBUG unit.oai-hss/0.install Unpacking libsm6:amd64 (2:1.2.1-2) ... unit-abot-epc-basic-0: 13:36:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglu1-mesa:amd64. unit-abot-epc-basic-0: 13:36:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglu1-mesa_9.0.0-2.1_amd64.deb ... unit-abot-epc-basic-0: 13:36:13 DEBUG unit.abot-epc-basic/0.install Unpacking libglu1-mesa:amd64 (9.0.0-2.1) ... unit-abot-epc-basic-0: 13:36:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libumfpack5.7.1:amd64. unit-abot-epc-basic-0: 13:36:13 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: 13:36:13 DEBUG unit.abot-epc-basic/0.install Unpacking libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:36:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave3:amd64. unit-abot-epc-basic-0: 13:36:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave3_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 13:36:13 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 13:36:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxt6:amd64. unit-oai-hss-0: 13:36:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxt6_1%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 13:36:14 DEBUG unit.oai-hss/0.install Unpacking libxt6:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 13:36:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaudio2:amd64. unit-oai-hss-0: 13:36:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaudio2_1.9.4-1_amd64.deb ... unit-oai-hss-0: 13:36:14 DEBUG unit.oai-hss/0.install Unpacking libaudio2:amd64 (1.9.4-1) ... unit-oai-hss-0: 13:36:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-oai-hss-0: 13:36:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 13:36:14 DEBUG unit.oai-hss/0.install Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 13:36:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper-utils. unit-abot-epc-basic-0: 13:36:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper-utils_1.1.24+nmu4ubuntu1_amd64.deb ... unit-oai-hss-0: 13:36:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common3:amd64. unit-oai-hss-0: 13:36:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 13:36:15 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-oai-hss-0: 13:36:15 DEBUG unit.oai-hss/0.install Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 13:36:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-client3:amd64. unit-oai-hss-0: 13:36:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 13:36:15 DEBUG unit.oai-hss/0.install Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 13:36:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-5.2-0:amd64. unit-abot-epc-basic-0: 13:36:15 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: 13:36:15 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 13:36:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-dev:amd64. unit-abot-epc-basic-0: 13:36:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-dev_5.2.122~dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 13:36:15 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-oai-hss-0: 13:36:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp10:amd64. unit-oai-hss-0: 13:36:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 13:36:15 DEBUG unit.oai-hss/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 13:36:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplot2c2. unit-abot-epc-basic-0: 13:36:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplot2c2_2.6-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:36:15 DEBUG unit.abot-epc-basic/0.install Unpacking libplot2c2 (2.6-3ubuntu1) ... unit-abot-epc-basic-0: 13:36:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpoppler58:amd64. unit-abot-epc-basic-0: 13:36:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpoppler58_0.41.0-0ubuntu1.7_amd64.deb ... unit-oai-hss-0: 13:36:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libisl10:amd64. unit-oai-hss-0: 13:36:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:36:15 DEBUG unit.abot-epc-basic/0.install Unpacking libpoppler58:amd64 (0.41.0-0ubuntu1.7) ... unit-oai-hss-0: 13:36:15 DEBUG unit.oai-hss/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-abot-epc-basic-0: 13:36:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libportaudio2:amd64. unit-abot-epc-basic-0: 13:36:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libportaudio2_19+svn20140130-1build1_amd64.deb ... unit-abot-epc-basic-0: 13:36:16 DEBUG unit.abot-epc-basic/0.install Unpacking libportaudio2:amd64 (19+svn20140130-1build1) ... unit-oai-hss-0: 13:36:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-oai-hss-0: 13:36:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-oai-hss-0: 13:36:16 DEBUG unit.oai-hss/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 13:36:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpotrace0. unit-abot-epc-basic-0: 13:36:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpotrace0_1.13-2_amd64.deb ... unit-abot-epc-basic-0: 13:36:16 DEBUG unit.abot-epc-basic/0.install Unpacking libpotrace0 (1.13-2) ... unit-abot-epc-basic-0: 13:36:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpstoedit0c2a. unit-abot-epc-basic-0: 13:36:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpstoedit0c2a_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:36:16 DEBUG unit.abot-epc-basic/0.install Unpacking libpstoedit0c2a (3.70-1ubuntu2) ... unit-oai-hss-0: 13:36:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcups2:amd64. unit-oai-hss-0: 13:36:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ... unit-oai-hss-0: 13:36:16 DEBUG unit.oai-hss/0.install Unpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-oai-hss-0: 13:36:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package fonts-dejavu-core. unit-oai-hss-0: 13:36:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... unit-oai-hss-0: 13:36:17 DEBUG unit.oai-hss/0.install Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... unit-abot-epc-basic-0: 13:36:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libptexenc1:amd64. unit-abot-epc-basic-0: 13:36:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libptexenc1_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 13:36:17 DEBUG unit.abot-epc-basic/0.install Unpacking libptexenc1:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 13:36:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig-config. unit-oai-hss-0: 13:36:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... unit-abot-epc-basic-0: 13:36:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqhull7:amd64. unit-abot-epc-basic-0: 13:36:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqhull7_2015.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:36:17 DEBUG unit.abot-epc-basic/0.install Unpacking libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 13:36:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-l10n. unit-abot-epc-basic-0: 13:36:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-l10n_2.9.1+dfsg-4build1_all.deb ... unit-oai-hss-0: 13:36:17 DEBUG unit.oai-hss/0.install Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 13:36:17 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 13:36:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtcore4-l10n. unit-abot-epc-basic-0: 13:36:17 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: 13:36:17 DEBUG unit.abot-epc-basic/0.install Unpacking qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 13:36:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontconfig1:amd64. unit-oai-hss-0: 13:36:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 13:36:17 DEBUG unit.oai-hss/0.install Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 13:36:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtcore4:amd64. unit-abot-epc-basic-0: 13:36:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtcore4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:36:18 DEBUG unit.abot-epc-basic/0.install Unpacking libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 13:36:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgomp1:amd64. unit-oai-hss-0: 13:36:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 13:36:18 DEBUG unit.oai-hss/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 13:36:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libitm1:amd64. unit-oai-hss-0: 13:36:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 13:36:18 DEBUG unit.oai-hss/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:36:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xml:amd64. unit-abot-epc-basic-0: 13:36:18 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: 13:36:18 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 13:36:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-oai-hss-0: 13:36:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... unit-oai-hss-0: 13:36:18 DEBUG unit.oai-hss/0.install Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-abot-epc-basic-0: 13:36:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtdbus4:amd64. unit-abot-epc-basic-0: 13:36:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-hss-0: 13:36:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpfr4:amd64. unit-oai-hss-0: 13:36:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-oai-hss-0: 13:36:18 DEBUG unit.oai-hss/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 13:36:18 DEBUG unit.abot-epc-basic/0.install Unpacking libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 13:36:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython3.4:amd64. unit-oai-hss-0: 13:36:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ... unit-oai-hss-0: 13:36:18 DEBUG unit.oai-hss/0.install Unpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-abot-epc-basic-0: 13:36:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-network:amd64. unit-abot-epc-basic-0: 13:36:19 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: 13:36:19 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:36:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-script:amd64. unit-abot-epc-basic-0: 13:36:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-script_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-hss-0: 13:36:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package qtcore4-l10n. unit-oai-hss-0: 13:36:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../qtcore4-l10n_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_all.deb ... unit-oai-hss-0: 13:36:19 DEBUG unit.oai-hss/0.install Unpacking qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:36:19 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:36:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql:amd64. unit-abot-epc-basic-0: 13:36:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-sql_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-oai-hss-0: 13:36:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtcore4:amd64. unit-oai-hss-0: 13:36:19 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: 13:36:19 DEBUG unit.oai-hss/0.install Unpacking libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:36:19 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:36:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-abot-epc-basic-0: 13:36:20 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: 13:36:20 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 13:36:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xml:amd64. unit-oai-hss-0: 13:36:20 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: 13:36:20 DEBUG unit.oai-hss/0.install Unpacking libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:36:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-abot-epc-basic-0: 13:36:20 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: 13:36:20 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 13:36:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtdbus4:amd64. unit-oai-hss-0: 13:36:20 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: 13:36:20 DEBUG unit.oai-hss/0.install Unpacking libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:36:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtgui4:amd64. unit-abot-epc-basic-0: 13:36:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtgui4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:36:20 DEBUG unit.abot-epc-basic/0.install Unpacking libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 13:36:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-network:amd64. unit-oai-hss-0: 13:36:21 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: 13:36:21 DEBUG unit.oai-hss/0.install Unpacking libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 13:36:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-script:amd64. unit-oai-hss-0: 13:36:21 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: 13:36:21 DEBUG unit.oai-hss/0.install Unpacking libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:36:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-12v5. unit-abot-epc-basic-0: 13:36:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-12v5_2.9.1+dfsg-4build1_amd64.deb ... unit-abot-epc-basic-0: 13:36:21 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-oai-hss-0: 13:36:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql:amd64. unit-oai-hss-0: 13:36:22 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: 13:36:22 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:36:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtchooser. unit-abot-epc-basic-0: 13:36:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtchooser_52-gae5eeef-2build1~gcc5.2_amd64.deb ... unit-oai-hss-0: 13:36:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-abot-epc-basic-0: 13:36:22 DEBUG unit.abot-epc-basic/0.install Unpacking qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-oai-hss-0: 13:36:22 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: 13:36:22 DEBUG unit.oai-hss/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:36:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qdbus. unit-abot-epc-basic-0: 13:36:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qdbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:36:22 DEBUG unit.abot-epc-basic/0.install Unpacking qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:36:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-dbus:amd64. unit-abot-epc-basic-0: 13:36:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-dbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:36:22 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:36:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-opengl:amd64. unit-abot-epc-basic-0: 13:36:22 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: 13:36:22 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 13:36:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig. unit-oai-hss-0: 13:36:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 13:36:23 DEBUG unit.oai-hss/0.install Unpacking fontconfig (2.11.0-0ubuntu4.2) ... unit-abot-epc-basic-0: 13:36:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-abot-epc-basic-0: 13:36:23 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: 13:36:23 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 13:36:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg8:amd64. unit-oai-hss-0: 13:36:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-oai-hss-0: 13:36:23 DEBUG unit.oai-hss/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 13:36:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjbig0:amd64. unit-oai-hss-0: 13:36:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 13:36:23 DEBUG unit.oai-hss/0.install Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-hss-0: 13:36:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtiff5:amd64. unit-abot-epc-basic-0: 13:36:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp1:amd64. unit-oai-hss-0: 13:36:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... unit-abot-epc-basic-0: 13:36:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp1_1.0.16+dfsg-3_amd64.deb ... unit-oai-hss-0: 13:36:23 DEBUG unit.oai-hss/0.install Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-abot-epc-basic-0: 13:36:23 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp1:amd64 (1.0.16+dfsg-3) ... unit-oai-hss-0: 13:36:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxi6:amd64. unit-oai-hss-0: 13:36:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxi6_2%3a1.7.1.901-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 13:36:23 DEBUG unit.oai-hss/0.install Unpacking libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-oai-hss-0: 13:36:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrender1:amd64. unit-oai-hss-0: 13:36:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrender1_1%3a0.9.8-1build0.14.04.1_amd64.deb ... unit-oai-hss-0: 13:36:24 DEBUG unit.oai-hss/0.install Unpacking libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-abot-epc-basic-0: 13:36:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp-dev. unit-abot-epc-basic-0: 13:36:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp-dev_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 13:36:24 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp-dev (1.0.16+dfsg-3) ... unit-oai-hss-0: 13:36:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtgui4:amd64. unit-oai-hss-0: 13:36:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqtgui4_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-abot-epc-basic-0: 13:36:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-dev:amd64. unit-abot-epc-basic-0: 13:36:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-dev_1.0.2g-1ubuntu4.13_amd64.deb ... unit-abot-epc-basic-0: 13:36:24 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-oai-hss-0: 13:36:24 DEBUG unit.oai-hss/0.install Unpacking libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:36:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-doc. unit-abot-epc-basic-0: 13:36:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-doc_1.0.2g-1ubuntu4.13_all.deb ... unit-abot-epc-basic-0: 13:36:24 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-doc (1.0.2g-1ubuntu4.13) ... unit-oai-hss-0: 13:36:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-oai-hss-0: 13:36:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-declarative_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 13:36:24 DEBUG unit.oai-hss/0.install Unpacking libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:36:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsvn1:amd64. unit-abot-epc-basic-0: 13:36:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsvn1_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 13:36:25 DEBUG unit.abot-epc-basic/0.install Unpacking libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 13:36:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-oai-hss-0: 13:36:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libqt4-sql-mysql_4%3a4.8.5+git192-g085f851+dfsg-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 13:36:25 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 13:36:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libquadmath0:amd64. unit-oai-hss-0: 13:36:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 13:36:25 DEBUG unit.oai-hss/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:36:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsynctex1:amd64. unit-abot-epc-basic-0: 13:36:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsynctex1_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 13:36:25 DEBUG unit.abot-epc-basic/0.install Unpacking libsynctex1:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 13:36:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-6-dev:amd64. unit-abot-epc-basic-0: 13:36:25 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: 13:36:25 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-oai-hss-0: 13:36:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtsan0:amd64. unit-oai-hss-0: 13:36:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 13:36:25 DEBUG unit.oai-hss/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 13:36:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpc3:amd64. unit-oai-hss-0: 13:36:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 13:36:26 DEBUG unit.oai-hss/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-hss-0: 13:36:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package autoconf. unit-oai-hss-0: 13:36:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../autoconf_2.69-6_all.deb ... unit-oai-hss-0: 13:36:26 DEBUG unit.oai-hss/0.install Unpacking autoconf (2.69-6) ... unit-oai-hss-0: 13:36:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package autotools-dev. unit-oai-hss-0: 13:36:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../autotools-dev_20130810.1_all.deb ... unit-oai-hss-0: 13:36:26 DEBUG unit.oai-hss/0.install Unpacking autotools-dev (20130810.1) ... unit-abot-epc-basic-0: 13:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexlua52:amd64. unit-abot-epc-basic-0: 13:36:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexlua52_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 13:36:26 DEBUG unit.abot-epc-basic/0.install Unpacking libtexlua52:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 13:36:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package automake. unit-oai-hss-0: 13:36:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../automake_1%3a1.14.1-2ubuntu1_all.deb ... unit-oai-hss-0: 13:36:26 DEBUG unit.oai-hss/0.install Unpacking automake (1:1.14.1-2ubuntu1) ... unit-abot-epc-basic-0: 13:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexluajit2:amd64. unit-abot-epc-basic-0: 13:36:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexluajit2_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 13:36:26 DEBUG unit.abot-epc-basic/0.install Unpacking libtexluajit2:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 13:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtext-unidecode-perl. unit-abot-epc-basic-0: 13:36:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtext-unidecode-perl_1.27-1_all.deb ... unit-abot-epc-basic-0: 13:36:26 DEBUG unit.abot-epc-basic/0.install Unpacking libtext-unidecode-perl (1.27-1) ... unit-oai-hss-0: 13:36:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package binutils. unit-oai-hss-0: 13:36:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-oai-hss-0: 13:36:26 DEBUG unit.oai-hss/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 13:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtie-ixhash-perl. unit-abot-epc-basic-0: 13:36:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtie-ixhash-perl_1.23-2_all.deb ... unit-abot-epc-basic-0: 13:36:26 DEBUG unit.abot-epc-basic/0.install Unpacking libtie-ixhash-perl (1.23-2) ... unit-abot-epc-basic-0: 13:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtool. unit-abot-epc-basic-0: 13:36:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtool_2.4.6-0.1_all.deb ... unit-abot-epc-basic-0: 13:36:26 DEBUG unit.abot-epc-basic/0.install Unpacking libtool (2.4.6-0.1) ... unit-abot-epc-basic-0: 13:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-0-dev:amd64. unit-abot-epc-basic-0: 13:36:26 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: 13:36:26 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-abot-epc-basic-0: 13:36:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-doc. unit-abot-epc-basic-0: 13:36:26 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: 13:36:26 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-doc (2:1.0.20-1) ... unit-abot-epc-basic-0: 13:36:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-bin. unit-abot-epc-basic-0: 13:36:27 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: 13:36:27 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 13:36:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libbison-dev:amd64. unit-oai-hss-0: 13:36:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libbison-dev_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 13:36:27 DEBUG unit.oai-hss/0.install Unpacking libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 13:36:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package bison. unit-oai-hss-0: 13:36:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../bison_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 13:36:27 DEBUG unit.oai-hss/0.install Unpacking bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 13:36:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc-dev-bin. unit-oai-hss-0: 13:36:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 13:36:27 DEBUG unit.oai-hss/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:36:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-protocol-perl. unit-abot-epc-basic-0: 13:36:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-protocol-perl_0.56-7_all.deb ... unit-abot-epc-basic-0: 13:36:27 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-protocol-perl (0.56-7) ... unit-oai-hss-0: 13:36:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-oai-hss-0: 13:36:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-libc-dev_3.13.0-153.203_amd64.deb ... unit-oai-hss-0: 13:36:27 DEBUG unit.oai-hss/0.install Unpacking linux-libc-dev:amd64 (3.13.0-153.203) ... unit-abot-epc-basic-0: 13:36:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-namespacesupport-perl. unit-abot-epc-basic-0: 13:36:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-namespacesupport-perl_1.11-1_all.deb ... unit-abot-epc-basic-0: 13:36:28 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-namespacesupport-perl (1.11-1) ... unit-oai-hss-0: 13:36:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dev:amd64. unit-oai-hss-0: 13:36:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 13:36:28 DEBUG unit.oai-hss/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:36:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-base-perl. unit-abot-epc-basic-0: 13:36:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-base-perl_1.07-1_all.deb ... unit-abot-epc-basic-0: 13:36:28 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-base-perl (1.07-1) ... unit-abot-epc-basic-0: 13:36:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-perl. unit-abot-epc-basic-0: 13:36:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ... unit-abot-epc-basic-0: 13:36:28 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-oai-hss-0: 13:36:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp-4.8. unit-oai-hss-0: 13:36:29 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: 13:36:29 DEBUG unit.oai-hss/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:36:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-libxml-perl. unit-abot-epc-basic-0: 13:36:29 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: 13:36:29 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-oai-hss-0: 13:36:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp. unit-abot-epc-basic-0: 13:36:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-expat-perl. unit-oai-hss-0: 13:36:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 13:36:29 DEBUG unit.oai-hss/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 13:36:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-expat-perl_0.40-2_all.deb ... unit-abot-epc-basic-0: 13:36:29 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-expat-perl (0.40-2) ... unit-oai-hss-0: 13:36:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-oai-hss-0: 13:36:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 13:36:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-xpathengine-perl. unit-oai-hss-0: 13:36:29 DEBUG unit.oai-hss/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:36:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-xpathengine-perl_0.13-1_all.deb ... unit-abot-epc-basic-0: 13:36:29 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-xpathengine-perl (0.13-1) ... unit-abot-epc-basic-0: 13:36:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml2-dev:amd64. unit-abot-epc-basic-0: 13:36:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml2-dev_2.9.3+dfsg1-1ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 13:36:29 DEBUG unit.abot-epc-basic/0.install Unpacking libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.5) ... unit-abot-epc-basic-0: 13:36:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxslt1-dev:amd64. unit-abot-epc-basic-0: 13:36:29 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: 13:36:29 DEBUG unit.abot-epc-basic/0.install Unpacking libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-oai-hss-0: 13:36:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc-4.8. unit-oai-hss-0: 13:36:29 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: 13:36:29 DEBUG unit.oai-hss/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:36:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libzzip-0-13:amd64. unit-abot-epc-basic-0: 13:36:29 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: 13:36:29 DEBUG unit.abot-epc-basic/0.install Unpacking libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 13:36:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package lmodern. unit-abot-epc-basic-0: 13:36:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 13:36:29 DEBUG unit.abot-epc-basic/0.install Unpacking lmodern (2.004.5-1) ... unit-oai-hss-0: 13:36:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc. unit-oai-hss-0: 13:36:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 13:36:31 DEBUG unit.oai-hss/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 13:36:31 DEBUG unit.oai-hss/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-oai-hss-0: 13:36:31 DEBUG unit.oai-hss/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 13:36:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mesa-common-dev:amd64. unit-abot-epc-basic-0: 13:36:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mesa-common-dev_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-oai-hss-0: 13:36:31 DEBUG unit.oai-hss/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:36:31 DEBUG unit.abot-epc-basic/0.install Unpacking mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 13:36:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mscgen. unit-abot-epc-basic-0: 13:36:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mscgen_0.20-5_amd64.deb ... unit-abot-epc-basic-0: 13:36:31 DEBUG unit.abot-epc-basic/0.install Unpacking mscgen (0.20-5) ... unit-abot-epc-basic-0: 13:36:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libosmesa6:amd64. unit-abot-epc-basic-0: 13:36:32 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: 13:36:32 DEBUG unit.abot-epc-basic/0.install Unpacking libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 13:36:32 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++-4.8. unit-oai-hss-0: 13:36:32 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: 13:36:32 DEBUG unit.oai-hss/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:36:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texinfo. unit-abot-epc-basic-0: 13:36:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texinfo_6.1.0.dfsg.1-5_amd64.deb ... unit-abot-epc-basic-0: 13:36:32 DEBUG unit.abot-epc-basic/0.install Unpacking texinfo (6.1.0.dfsg.1-5) ... unit-oai-hss-0: 13:36:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++. unit-oai-hss-0: 13:36:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 13:36:33 DEBUG unit.oai-hss/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 13:36:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-common. unit-abot-epc-basic-0: 13:36:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-common_4.0.0-3ubuntu9.2_all.deb ... unit-abot-epc-basic-0: 13:36:33 DEBUG unit.abot-epc-basic/0.install Unpacking octave-common (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 13:36:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package make. unit-oai-hss-0: 13:36:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-oai-hss-0: 13:36:33 DEBUG unit.oai-hss/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 13:36:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdpkg-perl. unit-oai-hss-0: 13:36:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 13:36:33 DEBUG unit.oai-hss/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-oai-hss-0: 13:36:33 DEBUG unit.oai-hss/0.install Selecting previously unselected package dpkg-dev. unit-oai-hss-0: 13:36:33 DEBUG unit.oai-hss/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 13:36:33 DEBUG unit.oai-hss/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 13:36:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave. unit-abot-epc-basic-0: 13:36:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 13:36:33 DEBUG unit.abot-epc-basic/0.install Unpacking octave (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 13:36:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package build-essential. unit-oai-hss-0: 13:36:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-oai-hss-0: 13:36:34 DEBUG unit.oai-hss/0.install Unpacking build-essential (11.6ubuntu6) ... unit-oai-hss-0: 13:36:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-data. unit-oai-hss-0: 13:36:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-data_2.8.12.2-0ubuntu3_all.deb ... unit-oai-hss-0: 13:36:34 DEBUG unit.oai-hss/0.install Unpacking cmake-data (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 13:36:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-control. unit-abot-epc-basic-0: 13:36:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-control_3.0.0-1_amd64.deb ... unit-abot-epc-basic-0: 13:36:34 DEBUG unit.abot-epc-basic/0.install Unpacking octave-control (3.0.0-1) ... unit-oai-hss-0: 13:36:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake. unit-oai-hss-0: 13:36:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 13:36:35 DEBUG unit.oai-hss/0.install Unpacking cmake (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 13:36:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-signal. unit-abot-epc-basic-0: 13:36:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-signal_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 13:36:35 DEBUG unit.abot-epc-basic/0.install Unpacking octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 13:36:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pstoedit. unit-abot-epc-basic-0: 13:36:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pstoedit_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 13:36:35 DEBUG unit.abot-epc-basic/0.install Unpacking pstoedit (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 13:36:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pydb. unit-abot-epc-basic-0: 13:36:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/pydb_1.26-2_all.deb ... unit-abot-epc-basic-0: 13:36:35 DEBUG unit.abot-epc-basic/0.install Unpacking pydb (1.26-2) ... unit-abot-epc-basic-0: 13:36:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qt-at-spi:amd64. unit-abot-epc-basic-0: 13:36:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qt-at-spi_0.4.0-3_amd64.deb ... unit-abot-epc-basic-0: 13:36:35 DEBUG unit.abot-epc-basic/0.install Unpacking qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 13:36:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qttranslations5-l10n. unit-abot-epc-basic-0: 13:36:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qttranslations5-l10n_5.5.1-2build1_all.deb ... unit-oai-hss-0: 13:36:35 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-curses-gui. unit-oai-hss-0: 13:36:35 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-curses-gui_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 13:36:35 DEBUG unit.oai-hss/0.install Unpacking cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-abot-epc-basic-0: 13:36:35 DEBUG unit.abot-epc-basic/0.install Unpacking qttranslations5-l10n (5.5.1-2build1) ... unit-oai-hss-0: 13:36:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen. unit-oai-hss-0: 13:36:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen_1.8.6-2_amd64.deb ... unit-oai-hss-0: 13:36:36 DEBUG unit.oai-hss/0.install Unpacking doxygen (1.8.6-2) ... unit-abot-epc-basic-0: 13:36:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rubygems-integration. unit-abot-epc-basic-0: 13:36:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../rubygems-integration_1.10_all.deb ... unit-abot-epc-basic-0: 13:36:36 DEBUG unit.abot-epc-basic/0.install Unpacking rubygems-integration (1.10) ... unit-abot-epc-basic-0: 13:36:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-did-you-mean. unit-abot-epc-basic-0: 13:36:36 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: 13:36:36 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 13:36:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-minitest. unit-abot-epc-basic-0: 13:36:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-minitest_5.8.4-2_all.deb ... unit-abot-epc-basic-0: 13:36:36 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 13:36:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-net-telnet. unit-abot-epc-basic-0: 13:36:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-net-telnet_0.1.1-2_all.deb ... unit-abot-epc-basic-0: 13:36:36 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 13:36:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-power-assert. unit-abot-epc-basic-0: 13:36:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-power-assert_0.2.7-1_all.deb ... unit-abot-epc-basic-0: 13:36:36 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 13:36:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-test-unit. unit-abot-epc-basic-0: 13:36:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-test-unit_3.1.7-2_all.deb ... unit-abot-epc-basic-0: 13:36:36 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-test-unit (3.1.7-2) ... unit-oai-hss-0: 13:36:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen-gui. unit-oai-hss-0: 13:36:36 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen-gui_1.8.6-2_amd64.deb ... unit-oai-hss-0: 13:36:36 DEBUG unit.oai-hss/0.install Unpacking doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 13:36:36 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfakeroot:amd64. unit-oai-hss-0: 13:36:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 13:36:37 DEBUG unit.oai-hss/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 13:36:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package fakeroot. unit-oai-hss-0: 13:36:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 13:36:37 DEBUG unit.oai-hss/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-oai-hss-0: 13:36:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package gdb. unit-oai-hss-0: 13:36:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ... unit-oai-hss-0: 13:36:37 DEBUG unit.oai-hss/0.install Unpacking gdb (7.7.1-0ubuntu5~14.04.3) ... unit-abot-epc-basic-0: 13:36:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libruby2.3:amd64. unit-abot-epc-basic-0: 13:36:37 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: 13:36:37 DEBUG unit.abot-epc-basic/0.install Unpacking libruby2.3:amd64 (2.3.1-2~16.04.10) ... unit-oai-hss-0: 13:36:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-oai-hss-0: 13:36:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-oai-hss-0: 13:36:37 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-oai-hss-0: 13:36:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-oai-hss-0: 13:36:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-oai-hss-0: 13:36:37 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 13:36:37 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-oai-hss-0: 13:36:37 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-oai-hss-0: 13:36:37 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 13:36:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-oai-hss-0: 13:36:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-abot-epc-basic-0: 13:36:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby2.3. unit-oai-hss-0: 13:36:38 DEBUG unit.oai-hss/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-abot-epc-basic-0: 13:36:38 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: 13:36:38 DEBUG unit.abot-epc-basic/0.install Unpacking ruby2.3 (2.3.1-2~16.04.10) ... unit-oai-hss-0: 13:36:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package manpages-dev. unit-oai-hss-0: 13:36:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-oai-hss-0: 13:36:38 DEBUG unit.oai-hss/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 13:36:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby. unit-abot-epc-basic-0: 13:36:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby_1%3a2.3.0+1_all.deb ... unit-abot-epc-basic-0: 13:36:38 DEBUG unit.abot-epc-basic/0.install Unpacking ruby (1:2.3.0+1) ... unit-oai-hss-0: 13:36:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package pkg-config. unit-oai-hss-0: 13:36:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../pkg-config_0.26-1ubuntu4_amd64.deb ... unit-oai-hss-0: 13:36:38 DEBUG unit.oai-hss/0.install Unpacking pkg-config (0.26-1ubuntu4) ... unit-abot-epc-basic-0: 13:36:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rake. unit-abot-epc-basic-0: 13:36:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/rake_10.5.0-2_all.deb ... unit-abot-epc-basic-0: 13:36:38 DEBUG unit.abot-epc-basic/0.install Unpacking rake (10.5.0-2) ... unit-oai-hss-0: 13:36:38 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dbg:amd64. unit-oai-hss-0: 13:36:38 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 13:36:39 DEBUG unit.oai-hss/0.install Unpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:36:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package subversion. unit-abot-epc-basic-0: 13:36:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../subversion_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 13:36:39 DEBUG unit.abot-epc-basic/0.install Unpacking subversion (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 13:36:39 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:36:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package t1utils. unit-abot-epc-basic-0: 13:36:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../t1utils_1.39-2_amd64.deb ... unit-abot-epc-basic-0: 13:36:39 DEBUG unit.abot-epc-basic/0.install Unpacking t1utils (1.39-2) ... unit-abot-epc-basic-0: 13:36:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl8.6. unit-abot-epc-basic-0: 13:36:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 13:36:40 DEBUG unit.abot-epc-basic/0.install Unpacking tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 13:36:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl. unit-abot-epc-basic-0: 13:36:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tcl_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 13:36:40 DEBUG unit.abot-epc-basic/0.install Unpacking tcl (8.6.0+9) ... unit-abot-epc-basic-0: 13:36:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-binaries. unit-abot-epc-basic-0: 13:36:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-binaries_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 13:36:40 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-binaries (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 13:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xdg-utils. unit-abot-epc-basic-0: 13:36:41 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: 13:36:42 DEBUG unit.abot-epc-basic/0.install Unpacking xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-oai-hss-0: 13:36:42 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-abot-epc-basic-0: 13:36:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-base. unit-abot-epc-basic-0: 13:36:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 13:36:42 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 13:36:42 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 13:36:42 DEBUG unit.oai-hss/0.install Setting up m4 (1.4.17-2ubuntu1) ... unit-oai-hss-0: 13:36:42 DEBUG unit.oai-hss/0.install Setting up libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 13:36:42 DEBUG unit.oai-hss/0.install Setting up flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 13:36:42 DEBUG unit.oai-hss/0.install Setting up liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 13:36:42 DEBUG unit.oai-hss/0.install Setting up libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-oai-hss-0: 13:36:42 DEBUG unit.oai-hss/0.install Setting up libarchive13:amd64 (3.1.2-7ubuntu2.4) ... unit-oai-hss-0: 13:36:42 DEBUG unit.oai-hss/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 13:36:42 DEBUG unit.oai-hss/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 13:36:42 DEBUG unit.oai-hss/0.install Setting up x11-common (1:7.7+1ubuntu8.1) ... unit-oai-hss-0: 13:36:44 DEBUG unit.oai-hss/0.install * Setting up X socket directories... unit-oai-hss-0: 13:36:44 DEBUG unit.oai-hss/0.install ...done. unit-oai-hss-0: 13:36:44 DEBUG unit.oai-hss/0.install Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-abot-epc-basic-0: 13:36:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base. unit-abot-epc-basic-0: 13:36:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-latex-base_2015.20160320-1ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 13:36:44 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 13:36:45 DEBUG unit.oai-hss/0.install Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 13:36:45 DEBUG unit.oai-hss/0.install Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 13:36:45 DEBUG unit.oai-hss/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 13:36:45 DEBUG unit.oai-hss/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-oai-hss-0: 13:36:45 DEBUG unit.oai-hss/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 13:36:45 DEBUG unit.oai-hss/0.install Setting up libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-oai-hss-0: 13:36:45 DEBUG unit.oai-hss/0.install Setting up fonts-dejavu-core (2.34-1ubuntu1) ... unit-abot-epc-basic-0: 13:36:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base-doc. unit-abot-epc-basic-0: 13:36:45 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: 13:36:45 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 13:36:45 DEBUG unit.oai-hss/0.install Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 13:36:46 DEBUG unit.oai-hss/0.install Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 13:36:46 DEBUG unit.oai-hss/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 13:36:46 DEBUG unit.oai-hss/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 13:36:46 DEBUG unit.oai-hss/0.install Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-oai-hss-0: 13:36:46 DEBUG unit.oai-hss/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-oai-hss-0: 13:36:46 DEBUG unit.oai-hss/0.install Setting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-oai-hss-0: 13:36:46 DEBUG unit.oai-hss/0.install Setting up qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 13:36:46 DEBUG unit.oai-hss/0.install Setting up libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 13:36:46 DEBUG unit.oai-hss/0.install Setting up libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 13:36:46 DEBUG unit.oai-hss/0.install Setting up libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 13:36:46 DEBUG unit.oai-hss/0.install Setting up libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 13:36:46 DEBUG unit.oai-hss/0.install Setting up libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 13:36:46 DEBUG unit.oai-hss/0.install Setting up libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 13:36:46 DEBUG unit.oai-hss/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 13:36:46 DEBUG unit.oai-hss/0.install Setting up fontconfig (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 13:36:48 DEBUG unit.oai-hss/0.install Regenerating fonts cache... done. unit-oai-hss-0: 13:36:48 DEBUG unit.oai-hss/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 13:36:49 DEBUG unit.oai-hss/0.install Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-hss-0: 13:36:49 DEBUG unit.oai-hss/0.install Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-abot-epc-basic-0: 13:36:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk8.6. unit-abot-epc-basic-0: 13:36:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 13:36:49 DEBUG unit.abot-epc-basic/0.install Unpacking tk8.6 (8.6.5-1) ... unit-oai-hss-0: 13:36:49 DEBUG unit.oai-hss/0.install Setting up libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-abot-epc-basic-0: 13:36:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk. unit-abot-epc-basic-0: 13:36:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tk_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 13:36:50 DEBUG unit.abot-epc-basic/0.install Unpacking tk (8.6.0+9) ... unit-oai-hss-0: 13:36:50 DEBUG unit.oai-hss/0.install Setting up libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-oai-hss-0: 13:36:50 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: 13:36:50 DEBUG unit.oai-hss/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 13:36:50 DEBUG unit.oai-hss/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 13:36:50 DEBUG unit.oai-hss/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-hss-0: 13:36:50 DEBUG unit.oai-hss/0.install Setting up autoconf (2.69-6) ... unit-oai-hss-0: 13:36:50 DEBUG unit.oai-hss/0.install Setting up autotools-dev (20130810.1) ... unit-abot-epc-basic-0: 13:36:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package unzip. unit-abot-epc-basic-0: 13:36:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ... unit-oai-hss-0: 13:36:50 DEBUG unit.oai-hss/0.install Setting up automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 13:36:50 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: 13:36:50 DEBUG unit.abot-epc-basic/0.install Unpacking unzip (6.0-20ubuntu1) ... unit-oai-hss-0: 13:36:50 DEBUG unit.oai-hss/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-oai-hss-0: 13:36:50 DEBUG unit.oai-hss/0.install Setting up libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 13:36:50 DEBUG unit.oai-hss/0.install Setting up bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 13:36:50 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode unit-abot-epc-basic-0: 13:36:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-utils. unit-abot-epc-basic-0: 13:36:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-utils_7.7+3_amd64.deb ... unit-abot-epc-basic-0: 13:36:50 DEBUG unit.abot-epc-basic/0.install Unpacking x11-utils (7.7+3) ... unit-oai-hss-0: 13:36:50 DEBUG unit.oai-hss/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:36:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-xserver-utils. unit-abot-epc-basic-0: 13:36:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-xserver-utils_7.7+7_amd64.deb ... unit-abot-epc-basic-0: 13:36:51 DEBUG unit.abot-epc-basic/0.install Unpacking x11-xserver-utils (7.7+7) ... unit-oai-hss-0: 13:36:51 DEBUG unit.oai-hss/0.install Setting up linux-libc-dev:amd64 (3.13.0-153.203) ... unit-oai-hss-0: 13:36:51 DEBUG unit.oai-hss/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:36:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xbitmaps. unit-abot-epc-basic-0: 13:36:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-abot-epc-basic-0: 13:36:51 DEBUG unit.abot-epc-basic/0.install Unpacking xbitmaps (1.1.1-2) ... unit-oai-hss-0: 13:36:51 DEBUG unit.oai-hss/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 13:36:51 DEBUG unit.oai-hss/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 13:36:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xmlstarlet. unit-abot-epc-basic-0: 13:36:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xmlstarlet_1.6.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:36:51 DEBUG unit.abot-epc-basic/0.install Unpacking xmlstarlet (1.6.1-1ubuntu1) ... unit-oai-hss-0: 13:36:51 DEBUG unit.oai-hss/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:36:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xterm. unit-abot-epc-basic-0: 13:36:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xterm_322-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:36:51 DEBUG unit.abot-epc-basic/0.install Unpacking xterm (322-1ubuntu1) ... unit-oai-hss-0: 13:36:51 DEBUG unit.oai-hss/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 13:36:51 DEBUG unit.oai-hss/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 13:36:51 DEBUG unit.oai-hss/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 13:36:51 DEBUG unit.oai-hss/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 13:36:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zip. unit-oai-hss-0: 13:36:51 DEBUG unit.oai-hss/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 13:36:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/zip_3.0-11_amd64.deb ... unit-abot-epc-basic-0: 13:36:51 DEBUG unit.abot-epc-basic/0.install Unpacking zip (3.0-11) ... unit-oai-hss-0: 13:36:51 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: 13:36:51 DEBUG unit.oai-hss/0.install Setting up make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 13:36:52 DEBUG unit.oai-hss/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-oai-hss-0: 13:36:52 DEBUG unit.oai-hss/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-oai-hss-0: 13:36:52 DEBUG unit.oai-hss/0.install Setting up build-essential (11.6ubuntu6) ... unit-oai-hss-0: 13:36:52 DEBUG unit.oai-hss/0.install Setting up cmake-data (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 13:36:52 DEBUG unit.oai-hss/0.install Setting up cmake (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 13:36:52 DEBUG unit.oai-hss/0.install Setting up cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 13:36:52 DEBUG unit.oai-hss/0.install Setting up doxygen (1.8.6-2) ... unit-oai-hss-0: 13:36:52 DEBUG unit.oai-hss/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 13:36:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libauthen-sasl-perl. unit-abot-epc-basic-0: 13:36:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libauthen-sasl-perl_2.1600-1_all.deb ... unit-oai-hss-0: 13:36:52 DEBUG unit.oai-hss/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-abot-epc-basic-0: 13:36:52 DEBUG unit.abot-epc-basic/0.install Unpacking libauthen-sasl-perl (2.1600-1) ... unit-oai-hss-0: 13:36:52 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-abot-epc-basic-0: 13:36:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dbg:amd64. unit-abot-epc-basic-0: 13:36:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dbg_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 13:36:52 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-oai-hss-0: 13:36:52 DEBUG unit.oai-hss/0.install Setting up gdb (7.7.1-0ubuntu5~14.04.3) ... unit-oai-hss-0: 13:36:52 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-oai-hss-0: 13:36:52 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 13:36:52 DEBUG unit.oai-hss/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-abot-epc-basic-0: 13:36:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libffi-dev:amd64. unit-abot-epc-basic-0: 13:36:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libffi-dev_3.2.1-4_amd64.deb ... unit-abot-epc-basic-0: 13:36:53 DEBUG unit.abot-epc-basic/0.install Unpacking libffi-dev:amd64 (3.2.1-4) ... unit-oai-hss-0: 13:36:53 DEBUG unit.oai-hss/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-oai-hss-0: 13:36:53 DEBUG unit.oai-hss/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 13:36:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dev:amd64. unit-abot-epc-basic-0: 13:36:53 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: 13:36:53 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 13:36:53 DEBUG unit.oai-hss/0.install Setting up pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 13:36:53 DEBUG unit.oai-hss/0.install Setting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 13:36:54 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 13:36:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0-dev. unit-abot-epc-basic-0: 13:36:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0-dev_0.10-3_amd64.deb ... unit-oai-hss-0: 13:36:54 DEBUG unit.oai-hss/0.install Setting up libice6:amd64 (2:1.0.8-2) ... unit-oai-hss-0: 13:36:54 DEBUG unit.oai-hss/0.install Setting up libsm6:amd64 (2:1.2.1-2) ... unit-oai-hss-0: 13:36:54 DEBUG unit.oai-hss/0.install Setting up libxt6:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 13:36:54 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0-dev (0.10-3) ... unit-oai-hss-0: 13:36:54 DEBUG unit.oai-hss/0.install Setting up libaudio2:amd64 (1.9.4-1) ... unit-abot-epc-basic-0: 13:36:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave-dev. unit-abot-epc-basic-0: 13:36:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave-dev_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 13:36:54 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave-dev (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 13:36:54 DEBUG unit.oai-hss/0.install Setting up libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 13:36:54 DEBUG unit.oai-hss/0.install Setting up libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 13:36:54 DEBUG unit.oai-hss/0.install Setting up doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 13:36:54 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 13:36:54 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 13:36:54 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:36:54 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 13:36:54 DEBUG unit.oai-hss/0.install git is already the newest version. unit-oai-hss-0: 13:36:54 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 13:36:54 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 unit-oai-hss-0: 13:36:54 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 13:36:54 DEBUG unit.oai-hss/0.install subversion-tools db5.3-util unit-oai-hss-0: 13:36:54 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 13:36:54 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 subversion unit-abot-epc-basic-0: 13:36:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-doc. unit-abot-epc-basic-0: 13:36:54 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: 13:36:54 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 13:36:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libyaml-dev:amd64. unit-abot-epc-basic-0: 13:36:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libyaml-dev_0.1.6-3_amd64.deb ... unit-abot-epc-basic-0: 13:36:55 DEBUG unit.abot-epc-basic/0.install Unpacking libyaml-dev:amd64 (0.1.6-3) ... unit-abot-epc-basic-0: 13:36:55 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-oai-hss-0: 13:36:55 DEBUG unit.oai-hss/0.install 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:36:55 DEBUG unit.oai-hss/0.install Need to get 1402 kB of archives. unit-oai-hss-0: 13:36:55 DEBUG unit.oai-hss/0.install After this operation, 5231 kB of additional disk space will be used. unit-oai-hss-0: 13:36:55 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libapr1 amd64 1.5.0-1 [85.1 kB] unit-oai-hss-0: 13:36:55 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: 13:36:56 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: 13:36:56 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: 13:36:56 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main subversion amd64 1.8.8-1ubuntu3.3 [281 kB] unit-oai-hss-0: 13:36:57 DEBUG unit.oai-hss/0.install Fetched 1402 kB in 2s (691 kB/s) unit-oai-hss-0: 13:36:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libapr1:amd64. unit-oai-hss-0: 13:36:57 DEBUG unit.oai-hss/0.install (Reading database ... 90330 files and directories currently installed.) unit-oai-hss-0: 13:36:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libapr1_1.5.0-1_amd64.deb ... unit-oai-hss-0: 13:36:57 DEBUG unit.oai-hss/0.install Unpacking libapr1:amd64 (1.5.0-1) ... unit-oai-hss-0: 13:36:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaprutil1:amd64. unit-oai-hss-0: 13:36:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaprutil1_1.5.3-1_amd64.deb ... unit-oai-hss-0: 13:36:57 DEBUG unit.oai-hss/0.install Unpacking libaprutil1:amd64 (1.5.3-1) ... unit-oai-hss-0: 13:36:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libserf-1-1:amd64. unit-oai-hss-0: 13:36:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libserf-1-1_1.3.3-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 13:36:57 DEBUG unit.oai-hss/0.install Unpacking libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-oai-hss-0: 13:36:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsvn1:amd64. unit-oai-hss-0: 13:36:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsvn1_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 13:36:57 DEBUG unit.oai-hss/0.install Unpacking libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 13:36:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package subversion. unit-oai-hss-0: 13:36:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../subversion_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 13:36:58 DEBUG unit.oai-hss/0.install Unpacking subversion (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 13:36:58 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 13:36:58 DEBUG unit.oai-hss/0.install Setting up libapr1:amd64 (1.5.0-1) ... unit-oai-hss-0: 13:36:58 DEBUG unit.oai-hss/0.install Setting up libaprutil1:amd64 (1.5.3-1) ... unit-oai-hss-0: 13:36:58 DEBUG unit.oai-hss/0.install Setting up libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-oai-hss-0: 13:36:58 DEBUG unit.oai-hss/0.install Setting up libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 13:36:58 DEBUG unit.oai-hss/0.install Setting up subversion (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 13:36:58 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 13:36:59 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 13:36:59 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:36:59 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 13:36:59 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 13:36:59 DEBUG unit.oai-hss/0.install openssl is already the newest version. unit-oai-hss-0: 13:36:59 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 13:36:59 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig9 libgpg-error-dev unit-oai-hss-0: 13:36:59 DEBUG unit.oai-hss/0.install libhtml-template-perl libidn2-0 libltdl-dev libltdl7 libssl-doc lksctp-tools unit-oai-hss-0: 13:36:59 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 13:36:59 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 13:36:59 DEBUG unit.oai-hss/0.install libgcrypt11-doc libipc-sharedcache-perl libtool-doc gfortran unit-oai-hss-0: 13:36:59 DEBUG unit.oai-hss/0.install fortran95-compiler gcj-jdk tinyca mailx unit-oai-hss-0: 13:36:59 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 13:36:59 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig8-dev libconfig9 libgcrypt11-dev unit-oai-hss-0: 13:36:59 DEBUG unit.oai-hss/0.install libgpg-error-dev libhtml-template-perl libidn11-dev libidn2-0 libidn2-0-dev unit-oai-hss-0: 13:36:59 DEBUG unit.oai-hss/0.install libltdl-dev libltdl7 libmysqlclient-dev libpthread-stubs0-dev libsctp-dev unit-oai-hss-0: 13:36:59 DEBUG unit.oai-hss/0.install libsctp1 libssl-dev libssl-doc libtool lksctp-tools mysql-server unit-oai-hss-0: 13:36:59 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 13:37:00 DEBUG unit.oai-hss/0.install 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:37:00 DEBUG unit.oai-hss/0.install Need to get 10.9 MB of archives. unit-oai-hss-0: 13:37:00 DEBUG unit.oai-hss/0.install After this operation, 74.5 MB of additional disk space will be used. unit-oai-hss-0: 13:37:00 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: 13:37:00 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 13:37:00 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 13:37:00 DEBUG unit.abot-epc-basic/0.install Processing triggers for fontconfig (2.11.94-0ubuntu1.1) ... unit-oai-hss-0: 13:37:00 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: 13:37:00 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: 13:37:00 DEBUG unit.abot-epc-basic/0.install Processing triggers for udev (229-4ubuntu21.4) ... unit-oai-hss-0: 13:37:00 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: 13:37:01 DEBUG unit.abot-epc-basic/0.install Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4) ... unit-abot-epc-basic-0: 13:37:01 DEBUG unit.abot-epc-basic/0.install Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 13:37:01 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 13:37:01 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 13:37:01 DEBUG unit.abot-epc-basic/0.install Processing triggers for shared-mime-info (1.5-2ubuntu0.2) ... unit-oai-hss-0: 13:37:01 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: 13:37:02 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: 13:37:02 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig-dev amd64 1.4.9-2 [85.1 kB] unit-oai-hss-0: 13:37:02 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig-doc all 1.4.9-2 [300 kB] unit-oai-hss-0: 13:37:02 DEBUG unit.oai-hss/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig8-dev amd64 1.4.9-2 [1766 B] unit-oai-hss-0: 13:37:02 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: 13:37:02 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: 13:37:02 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: 13:37:03 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: 13:37:03 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: 13:37:03 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main zlib1g-dev amd64 1:1.2.8.dfsg-1ubuntu1 [183 kB] unit-oai-hss-0: 13:37:03 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: 13:37:03 DEBUG unit.oai-hss/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libpthread-stubs0-dev amd64 0.3-4 [4068 B] unit-oai-hss-0: 13:37:03 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: 13:37:03 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: 13:37:04 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: 13:37:04 DEBUG unit.oai-hss/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtool amd64 2.4.2-1.7ubuntu1 [188 kB] unit-oai-hss-0: 13:37:04 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: 13:37:04 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: 13:37:04 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: 13:37:05 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 13:37:05 DEBUG unit.oai-hss/0.install Fetched 10.9 MB in 5s (2132 kB/s) unit-oai-hss-0: 13:37:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig9:amd64. unit-oai-hss-0: 13:37:05 DEBUG unit.oai-hss/0.install (Reading database ... 90441 files and directories currently installed.) unit-oai-hss-0: 13:37:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig9_1.4.9-2_amd64.deb ... unit-oai-hss-0: 13:37:05 DEBUG unit.oai-hss/0.install Unpacking libconfig9:amd64 (1.4.9-2) ... unit-oai-hss-0: 13:37:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl7:amd64. unit-oai-hss-0: 13:37:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl7_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 13:37:05 DEBUG unit.oai-hss/0.install Unpacking libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 13:37:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp1:amd64. unit-oai-hss-0: 13:37:05 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 13:37:05 DEBUG unit.oai-hss/0.install Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 13:37:05 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-core-5.5. unit-oai-hss-0: 13:37:05 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: 13:37:05 DEBUG unit.oai-hss/0.install Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 13:37:06 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 13:37:06 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 13:37:06 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 13:37:06 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 13:37:06 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 13:37:06 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 13:37:06 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 13:37:06 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 13:37:06 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 13:37:06 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 13:37:06 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 13:37:06 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 13:37:06 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 13:37:06 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-5.5. unit-oai-hss-0: 13:37:06 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 13:37:07 DEBUG unit.oai-hss/0.install Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 13:37:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0:amd64. unit-oai-hss-0: 13:37:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0_0.9-1_amd64.deb ... unit-oai-hss-0: 13:37:08 DEBUG unit.oai-hss/0.install Unpacking libidn2-0:amd64 (0.9-1) ... unit-oai-hss-0: 13:37:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-dev:amd64. unit-oai-hss-0: 13:37:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 13:37:08 DEBUG unit.oai-hss/0.install Unpacking libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 13:37:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-doc. unit-oai-hss-0: 13:37:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-doc_1.4.9-2_all.deb ... unit-oai-hss-0: 13:37:09 DEBUG unit.oai-hss/0.install Unpacking libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 13:37:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig8-dev. unit-oai-hss-0: 13:37:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig8-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 13:37:10 DEBUG unit.oai-hss/0.install Unpacking libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 13:37:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgpg-error-dev. unit-oai-hss-0: 13:37:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgpg-error-dev_1.12-0.2ubuntu1_amd64.deb ... unit-oai-hss-0: 13:37:10 DEBUG unit.oai-hss/0.install Unpacking libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 13:37:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcrypt11-dev. unit-oai-hss-0: 13:37:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcrypt11-dev_1.5.3-2ubuntu4.6_amd64.deb ... unit-oai-hss-0: 13:37:10 DEBUG unit.oai-hss/0.install Unpacking libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-oai-hss-0: 13:37:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libhtml-template-perl. unit-oai-hss-0: 13:37:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-oai-hss-0: 13:37:10 DEBUG unit.oai-hss/0.install Unpacking libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 13:37:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn11-dev. unit-oai-hss-0: 13:37:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn11-dev_1.28-1ubuntu2.2_amd64.deb ... unit-oai-hss-0: 13:37:10 DEBUG unit.oai-hss/0.install Unpacking libidn11-dev (1.28-1ubuntu2.2) ... unit-abot-epc-basic-0: 13:37:10 DEBUG unit.abot-epc-basic/0.install Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-oai-hss-0: 13:37:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl-dev:amd64. unit-oai-hss-0: 13:37:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl-dev_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 13:37:10 DEBUG unit.oai-hss/0.install Unpacking libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-abot-epc-basic-0: 13:37:11 DEBUG unit.abot-epc-basic/0.install Setting up cmake-data (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 13:37:11 DEBUG unit.abot-epc-basic/0.install Setting up libarchive13:amd64 (3.1.2-11ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 13:37:11 DEBUG unit.abot-epc-basic/0.install Setting up libcurl3:amd64 (7.47.0-1ubuntu2.8) ... unit-oai-hss-0: 13:37:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-oai-hss-0: 13:37:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 13:37:11 DEBUG unit.oai-hss/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1) ... unit-oai-hss-0: 13:37:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmysqlclient-dev. unit-oai-hss-0: 13:37:11 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: 13:37:11 DEBUG unit.abot-epc-basic/0.install Setting up libjsoncpp1:amd64 (1.7.2-1) ... unit-oai-hss-0: 13:37:11 DEBUG unit.oai-hss/0.install Unpacking libmysqlclient-dev (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:37:11 DEBUG unit.abot-epc-basic/0.install Setting up cmake (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 13:37:11 DEBUG unit.abot-epc-basic/0.install Setting up cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 13:37:11 DEBUG unit.abot-epc-basic/0.install Setting up m4 (1.4.17-5) ... unit-oai-hss-0: 13:37:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-oai-hss-0: 13:37:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-abot-epc-basic-0: 13:37:11 DEBUG unit.abot-epc-basic/0.install Setting up libfl-dev:amd64 (2.6.0-11) ... unit-oai-hss-0: 13:37:11 DEBUG unit.oai-hss/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 13:37:11 DEBUG unit.abot-epc-basic/0.install Setting up flex (2.6.0-11) ... unit-abot-epc-basic-0: 13:37:11 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lato (2.0-1) ... unit-abot-epc-basic-0: 13:37:11 DEBUG unit.abot-epc-basic/0.install Setting up imagemagick-common (8:6.8.9.9-7ubuntu5.12) ... unit-oai-hss-0: 13:37:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp-dev. unit-oai-hss-0: 13:37:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp-dev_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 13:37:12 DEBUG unit.oai-hss/0.install Unpacking libsctp-dev (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 13:37:12 DEBUG unit.abot-epc-basic/0.install Setting up libaudio2:amd64 (1.9.4-4) ... unit-oai-hss-0: 13:37:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-dev:amd64. unit-oai-hss-0: 13:37:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.26_amd64.deb ... unit-oai-hss-0: 13:37:13 DEBUG unit.oai-hss/0.install Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-abot-epc-basic-0: 13:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libexif12:amd64 (0.6.21-2) ... unit-oai-hss-0: 13:37:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-doc. unit-oai-hss-0: 13:37:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.26_all.deb ... unit-oai-hss-0: 13:37:13 DEBUG unit.oai-hss/0.install Unpacking libssl-doc (1.0.1f-1ubuntu2.26) ... unit-abot-epc-basic-0: 13:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 13:37:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtool. unit-oai-hss-0: 13:37:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtool_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 13:37:13 DEBUG unit.oai-hss/0.install Unpacking libtool (2.4.2-1.7ubuntu1) ... unit-abot-epc-basic-0: 13:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 13:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 13:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 13:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 13:37:13 DEBUG unit.abot-epc-basic/0.install Setting up liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 13:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 13:37:13 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: 13:37:13 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: 13:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libmng2:amd64 (2.0.2-0ubuntu3) ... unit-oai-hss-0: 13:37:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package lksctp-tools. unit-oai-hss-0: 13:37:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 13:37:14 DEBUG unit.oai-hss/0.install Unpacking lksctp-tools (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 13:37:14 DEBUG unit.abot-epc-basic/0.install Setting up libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-oai-hss-0: 13:37:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server. unit-oai-hss-0: 13:37:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 13:37:14 DEBUG unit.oai-hss/0.install Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 13:37:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0-dev. unit-oai-hss-0: 13:37:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0-dev_0.9-1_amd64.deb ... unit-oai-hss-0: 13:37:14 DEBUG unit.oai-hss/0.install Unpacking libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 13:37:14 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:14 DEBUG unit.abot-epc-basic/0.install Setting up libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 13:37:14 DEBUG unit.abot-epc-basic/0.install Setting up libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 13:37:14 DEBUG unit.abot-epc-basic/0.install Setting up libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 13:37:15 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: 13:37:15 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 13:37:15 DEBUG unit.abot-epc-basic/0.install Setting up libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:15 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: 13:37:15 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: 13:37:15 DEBUG unit.abot-epc-basic/0.install Setting up libatlas3-base (3.10.2-9) ... unit-abot-epc-basic-0: 13:37:15 DEBUG unit.abot-epc-basic/0.install Setting up liblapack3 (3.6.0-2ubuntu2) ... unit-oai-hss-0: 13:37:15 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 13:37:15 DEBUG unit.abot-epc-basic/0.install Setting up libqrupdate1:amd64 (1.1.2-1build1) ... unit-oai-hss-0: 13:37:15 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-abot-epc-basic-0: 13:37:15 DEBUG unit.abot-epc-basic/0.install Setting up libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 13:37:15 DEBUG unit.abot-epc-basic/0.install Setting up libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 13:37:16 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-oai-hss-0: 13:37:16 DEBUG unit.oai-hss/0.install Setting up libconfig9:amd64 (1.4.9-2) ... unit-abot-epc-basic-0: 13:37:16 DEBUG unit.abot-epc-basic/0.install Setting up libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 13:37:16 DEBUG unit.abot-epc-basic/0.install Setting up libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 13:37:16 DEBUG unit.abot-epc-basic/0.install Setting up libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-oai-hss-0: 13:37:16 DEBUG unit.oai-hss/0.install Setting up libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-abot-epc-basic-0: 13:37:16 DEBUG unit.abot-epc-basic/0.install Setting up libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 13:37:16 DEBUG unit.oai-hss/0.install Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 13:37:16 DEBUG unit.oai-hss/0.install Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 13:37:16 DEBUG unit.oai-hss/0.install Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:37:16 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:37:16 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 13:37:17 DEBUG unit.abot-epc-basic/0.install Setting up libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:37:17 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 13:37:17 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:37:17 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 13:37:17 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:17 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 13:37:17 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: 13:37:17 DEBUG unit.abot-epc-basic/0.install Setting up libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 13:37:17 DEBUG unit.abot-epc-basic/0.install Setting up libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 13:37:17 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-common (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 13:37:18 DEBUG unit.abot-epc-basic/0.install Setting up libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 13:37:18 DEBUG unit.abot-epc-basic/0.install Setting up libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 13:37:18 DEBUG unit.abot-epc-basic/0.install Setting up libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 13:37:18 DEBUG unit.abot-epc-basic/0.install Setting up libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 13:37:18 DEBUG unit.abot-epc-basic/0.install Setting up libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 13:37:18 DEBUG unit.abot-epc-basic/0.install Setting up libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 13:37:19 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:19 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-abot-epc-basic-0: 13:37:19 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 13:37:19 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-keysyms1:amd64 (0.4.0-1) ... unit-abot-epc-basic-0: 13:37:19 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:19 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 13:37:19 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:19 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:20 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 13:37:20 DEBUG unit.abot-epc-basic/0.install Setting up libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 13:37:20 DEBUG unit.abot-epc-basic/0.install Setting up libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 13:37:20 DEBUG unit.abot-epc-basic/0.install Setting up libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 13:37:20 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 13:37:20 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 13:37:20 DEBUG unit.abot-epc-basic/0.install Setting up libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 13:37:20 DEBUG unit.abot-epc-basic/0.install Setting up dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 13:37:20 DEBUG unit.abot-epc-basic/0.install Setting up dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 13:37:21 DEBUG unit.abot-epc-basic/0.install Setting up gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:21 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 13:37:21 DEBUG unit.abot-epc-basic/0.install Setting up libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 13:37:21 DEBUG unit.abot-epc-basic/0.install Setting up libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-oai-hss-0: 13:37:21 DEBUG unit.oai-hss/0.install 180805 13:37:21 [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: 13:37:21 DEBUG unit.oai-hss/0.install 180805 13:37:21 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-oai-hss-0: 13:37:21 DEBUG unit.oai-hss/0.install 180805 13:37:21 [Note] /usr/sbin/mysqld (mysqld 5.5.61-0ubuntu0.14.04.1) starting as process 11649 ... unit-abot-epc-basic-0: 13:37:21 DEBUG unit.abot-epc-basic/0.install Setting up librest-0.7-0:amd64 (0.7.93-1) ... unit-abot-epc-basic-0: 13:37:21 DEBUG unit.abot-epc-basic/0.install Setting up libsamplerate0:amd64 (0.1.8-8) ... unit-abot-epc-basic-0: 13:37:21 DEBUG unit.abot-epc-basic/0.install Setting up libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 13:37:22 DEBUG unit.abot-epc-basic/0.install Setting up libserf-1-1:amd64 (1.3.8-1) ... unit-abot-epc-basic-0: 13:37:22 DEBUG unit.abot-epc-basic/0.install Setting up libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 13:37:22 DEBUG unit.abot-epc-basic/0.install Setting up libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 13:37:22 DEBUG unit.abot-epc-basic/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 13:37:22 DEBUG unit.abot-epc-basic/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 13:37:22 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 13:37:22 DEBUG unit.abot-epc-basic/0.install Setting up poppler-data (0.4.7-7) ... unit-abot-epc-basic-0: 13:37:23 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 13:37:23 DEBUG unit.abot-epc-basic/0.install Setting up libslicot0:amd64 (5.0+20101122-2) ... unit-abot-epc-basic-0: 13:37:23 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 13:37:23 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 13:37:23 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-gobject2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 13:37:23 DEBUG unit.abot-epc-basic/0.install Setting up libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:23 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 13:37:23 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 13:37:23 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 13:37:24 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 13:37:24 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: 13:37:24 DEBUG unit.abot-epc-basic/0.install Setting up libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 13:37:24 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 13:37:24 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 13:37:24 DEBUG unit.abot-epc-basic/0.install Setting up at-spi2-core (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 13:37:24 DEBUG unit.abot-epc-basic/0.install Setting up autoconf (2.69-9) ... unit-abot-epc-basic-0: 13:37:24 DEBUG unit.abot-epc-basic/0.install Setting up autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 13:37:24 DEBUG unit.abot-epc-basic/0.install Setting up automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 13:37:24 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: 13:37:24 DEBUG unit.abot-epc-basic/0.install Setting up libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 13:37:24 DEBUG unit.abot-epc-basic/0.install Setting up bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 13:37:24 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: 13:37:24 DEBUG unit.abot-epc-basic/0.install Setting up castxml (0.1+git20160202-1.1) ... unit-abot-epc-basic-0: 13:37:24 DEBUG unit.abot-epc-basic/0.install Setting up libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 13:37:24 DEBUG unit.abot-epc-basic/0.install Setting up libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:24 DEBUG unit.abot-epc-basic/0.install Setting up libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 13:37:25 DEBUG unit.abot-epc-basic/0.install Setting up libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:37:25 DEBUG unit.abot-epc-basic/0.install Setting up libgd3:amd64 (2.1.1-4ubuntu0.16.04.8) ... unit-abot-epc-basic-0: 13:37:25 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 13:37:25 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 13:37:25 DEBUG unit.abot-epc-basic/0.install Setting up libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 13:37:25 DEBUG unit.abot-epc-basic/0.install Adding scanner group... unit-abot-epc-basic-0: 13:37:25 DEBUG unit.abot-epc-basic/0.install Setting up colord-data (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:25 DEBUG unit.abot-epc-basic/0.install Setting up colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:26 DEBUG unit.abot-epc-basic/0.install colord.service is a disabled or a static unit, not starting it. unit-abot-epc-basic-0: 13:37:26 DEBUG unit.abot-epc-basic/0.install Setting up gettext (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 13:37:26 DEBUG unit.abot-epc-basic/0.install Setting up intltool-debian (0.35.0+20060710.4) ... unit-abot-epc-basic-0: 13:37:26 DEBUG unit.abot-epc-basic/0.install Setting up po-debconf (1.0.19) ... unit-abot-epc-basic-0: 13:37:26 DEBUG unit.abot-epc-basic/0.install Setting up libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 13:37:26 DEBUG unit.abot-epc-basic/0.install Setting up libfile-stripnondeterminism-perl (0.015-1) ... unit-abot-epc-basic-0: 13:37:26 DEBUG unit.abot-epc-basic/0.install Setting up libtimedate-perl (2.3000-2) ... unit-abot-epc-basic-0: 13:37:26 DEBUG unit.abot-epc-basic/0.install Setting up default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 13:37:26 DEBUG unit.abot-epc-basic/0.install Setting up libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 13:37:26 DEBUG unit.abot-epc-basic/0.install Setting up libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 13:37:26 DEBUG unit.abot-epc-basic/0.install Setting up libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 13:37:26 DEBUG unit.abot-epc-basic/0.install Setting up libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 13:37:26 DEBUG unit.abot-epc-basic/0.install Setting up doxygen (1.8.11-1) ... unit-abot-epc-basic-0: 13:37:26 DEBUG unit.abot-epc-basic/0.install Setting up libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 13:37:26 DEBUG unit.abot-epc-basic/0.install Setting up doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 13:37:26 DEBUG unit.abot-epc-basic/0.install Setting up fonts-liberation (1.07.4-1) ... unit-abot-epc-basic-0: 13:37:26 DEBUG unit.abot-epc-basic/0.install Setting up tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 13:37:26 DEBUG unit.abot-epc-basic/0.install update-language: texlive-base not installed and configured, doing nothing! unit-abot-epc-basic-0: 13:37:27 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 13:37:27 DEBUG unit.abot-epc-basic/0.install Setting up gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 13:37:27 DEBUG unit.abot-epc-basic/0.install Setting up gconf2-common (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 13:37:27 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:37:27 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/gconf/2/path with new version unit-abot-epc-basic-0: 13:37:27 DEBUG unit.abot-epc-basic/0.install Setting up libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 13:37:27 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 13:37:27 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 13:37:27 DEBUG unit.abot-epc-basic/0.install Setting up gdb (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 13:37:27 DEBUG unit.abot-epc-basic/0.install Setting up gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 13:37:27 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: 13:37:27 DEBUG unit.abot-epc-basic/0.install Setting up gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 13:37:27 DEBUG unit.abot-epc-basic/0.install Setting up gfortran (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:27 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: 13:37:27 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: 13:37:27 DEBUG unit.abot-epc-basic/0.install Setting up libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 13:37:27 DEBUG unit.abot-epc-basic/0.install Setting up libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 13:37:27 DEBUG unit.abot-epc-basic/0.install Setting up libijs-0.35:amd64 (0.35-12) ... unit-abot-epc-basic-0: 13:37:27 DEBUG unit.abot-epc-basic/0.install Setting up libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:37:27 DEBUG unit.abot-epc-basic/0.install Setting up libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 13:37:27 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:37:27 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/papersize with new version unit-abot-epc-basic-0: 13:37:27 DEBUG unit.abot-epc-basic/0.install Setting up libgs9-common (9.18~dfsg~0-0ubuntu2.8) ... unit-abot-epc-basic-0: 13:37:27 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: 13:37:28 DEBUG unit.abot-epc-basic/0.install Setting up libgs9:amd64 (9.18~dfsg~0-0ubuntu2.8) ... unit-abot-epc-basic-0: 13:37:28 DEBUG unit.abot-epc-basic/0.install Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-abot-epc-basic-0: 13:37:28 DEBUG unit.abot-epc-basic/0.install Setting up ghostscript (9.18~dfsg~0-0ubuntu2.8) ... unit-abot-epc-basic-0: 13:37:28 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atk-1.0 (2.18.0-1) ... unit-abot-epc-basic-0: 13:37:28 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 13:37:28 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-abot-epc-basic-0: 13:37:28 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 13:37:28 DEBUG unit.abot-epc-basic/0.install Setting up libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 13:37:28 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 13:37:28 DEBUG unit.abot-epc-basic/0.install Setting up aglfn (1.7-3) ... unit-abot-epc-basic-0: 13:37:28 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 13:37:28 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 13:37:28 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 13:37:28 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/gnuplot4-x11 to provide /usr/bin/gnuplot (gnuplot) in auto mode unit-abot-epc-basic-0: 13:37:28 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: 13:37:28 DEBUG unit.abot-epc-basic/0.install Setting up libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 13:37:28 DEBUG unit.abot-epc-basic/0.install Setting up libcgraph6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 13:37:28 DEBUG unit.abot-epc-basic/0.install Setting up libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 13:37:28 DEBUG unit.abot-epc-basic/0.install Setting up libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 13:37:28 DEBUG unit.abot-epc-basic/0.install Setting up libgvpr2 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 13:37:28 DEBUG unit.abot-epc-basic/0.install Setting up libxmu6:amd64 (2:1.1.2-2) ... unit-abot-epc-basic-0: 13:37:28 DEBUG unit.abot-epc-basic/0.install Setting up libxaw7:amd64 (2:1.0.13-1) ... unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install Setting up graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install Setting up libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install Setting up libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install Setting up libtk8.6:amd64 (8.6.5-1) ... unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install Setting up libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/guile-2.0 to provide /usr/bin/guile (guile) in auto mode unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install Setting up libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install Setting up libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install Setting up libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install Setting up libltdl-dev:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install Setting up libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install Setting up libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install Setting up libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install Setting up pkg-config (0.29.1-0ubuntu1) ... unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install Setting up hdf5-helpers (1.8.16+docs-4ubuntu1) ... unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install Setting up icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install Setting up iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install Setting up iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install Setting up iptables-dev (1.6.0-2ubuntu3) ... unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install Setting up javascript-common (11) ... unit-abot-epc-basic-0: 13:37:29 DEBUG unit.abot-epc-basic/0.install apache2_invoke: Enable configuration javascript-common unit-abot-epc-basic-0: 13:37:30 DEBUG unit.abot-epc-basic/0.install Setting up libaec0:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 13:37:30 DEBUG unit.abot-epc-basic/0.install Setting up libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:37:30 DEBUG unit.abot-epc-basic/0.install Setting up libamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:37:30 DEBUG unit.abot-epc-basic/0.install Setting up libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 13:37:30 DEBUG unit.abot-epc-basic/0.install Setting up libasprintf-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 13:37:30 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-bin (2.48.2-0ubuntu4) ... unit-abot-epc-basic-0: 13:37:30 DEBUG unit.abot-epc-basic/0.install Setting up libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 13:37:30 DEBUG unit.abot-epc-basic/0.install Setting up libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 13:37:30 DEBUG unit.abot-epc-basic/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-dev (2.48.2-0ubuntu4) ... unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xext-dev (7.3.0-1) ... unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes-dev:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-record-dev (1.14.2-1) ... unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up libxtst-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-dev (2.18.0-1) ... unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/libblas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-dev (3.10.2-9) ... unit-oai-hss-0: 13:37:31 DEBUG unit.oai-hss/0.install mysql start/running, process 11782 unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-base-dev (3.10.2-9) ... unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/atlas-base/atlas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode unit-abot-epc-basic-0: 13:37:31 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: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-oai-hss-0: 13:37:31 DEBUG unit.oai-hss/0.install Setting up libidn2-0:amd64 (0.9-1) ... unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-dev (0.33.6-1) ... unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 13:37:31 DEBUG unit.oai-hss/0.install Setting up libconfig-dev:amd64 (1.4.9-2) ... unit-abot-epc-basic-0: 13:37:31 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 13:37:31 DEBUG unit.oai-hss/0.install Setting up libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 13:37:31 DEBUG unit.oai-hss/0.install Setting up libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 13:37:31 DEBUG unit.oai-hss/0.install Setting up libgpg-error-dev (1.12-0.2ubuntu1) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2-dev (1.14.6-1) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 13:37:32 DEBUG unit.oai-hss/0.install Setting up libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libconfig9:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-dev:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-doc (1.5-0.2) ... unit-oai-hss-0: 13:37:32 DEBUG unit.oai-hss/0.install Setting up libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 13:37:32 DEBUG unit.oai-hss/0.install Setting up libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 13:37:32 DEBUG unit.oai-hss/0.install Setting up libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 13:37:32 DEBUG unit.oai-hss/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libconfig8-dev (1.5-0.2) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-gl-dev (1.4.17-1) ... unit-oai-hss-0: 13:37:32 DEBUG unit.oai-hss/0.install Setting up libmysqlclient-dev (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 13:37:32 DEBUG unit.oai-hss/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 13:37:32 DEBUG unit.oai-hss/0.install Setting up libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 13:37:32 DEBUG unit.oai-hss/0.install Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 13:37:32 DEBUG unit.oai-hss/0.install Setting up libssl-doc (1.0.1f-1ubuntu2.26) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-damage-dev (1:1.2.1-2) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage-dev:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 13:37:32 DEBUG unit.oai-hss/0.install Setting up libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 13:37:32 DEBUG unit.oai-hss/0.install Setting up lksctp-tools (1.0.15+dfsg-1) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 13:37:32 DEBUG unit.oai-hss/0.install Setting up libidn2-0-dev (0.9-1) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 13:37:32 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 13:37:32 DEBUG unit.oai-hss/0.install Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence-dev:amd64 (1.2-1) ... unit-oai-hss-0: 13:37:32 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 13:37:32 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 13:37:32 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: 13:37:33 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 13:37:33 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 13:37:33 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-dev (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 13:37:33 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: 13:37:33 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 13:37:33 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 13:37:33 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: 13:37:33 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 13:37:33 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 13:37:33 DEBUG unit.abot-epc-basic/0.install Setting up libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 13:37:33 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-oai-hss-0: 13:37:33 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:37:33 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 13:37:33 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 13:37:33 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-oai-hss-0: 13:37:33 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 13:37:33 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 13:37:33 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 13:37:33 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 13:37:33 DEBUG unit.oai-hss/0.install libgmpxx4ldbl unit-oai-hss-0: 13:37:33 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 13:37:33 DEBUG unit.oai-hss/0.install libgmp10-doc libmpfr-dev unit-oai-hss-0: 13:37:33 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 13:37:33 DEBUG unit.oai-hss/0.install libgmp-dev libgmpxx4ldbl unit-abot-epc-basic-0: 13:37:33 DEBUG unit.abot-epc-basic/0.install Setting up libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 13:37:33 DEBUG unit.abot-epc-basic/0.install Setting up libfile-basedir-perl (0.07-1) ... unit-oai-hss-0: 13:37:33 DEBUG unit.oai-hss/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:37:33 DEBUG unit.oai-hss/0.install Need to get 300 kB of archives. unit-oai-hss-0: 13:37:33 DEBUG unit.oai-hss/0.install After this operation, 1675 kB of additional disk space will be used. unit-oai-hss-0: 13:37:33 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: 13:37:33 DEBUG unit.abot-epc-basic/0.install Setting up liburi-perl (1.71-1) ... unit-oai-hss-0: 13:37:33 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: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libfile-listing-perl (6.04-1) ... unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libfile-mimeinfo-perl (0.27-1) ... unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libfont-afm-perl (1.20-1) ... unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libfontenc1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libforms2 (1.2.3-1.2) ... unit-oai-hss-0: 13:37:34 DEBUG unit.oai-hss/0.install Fetched 300 kB in 0s (302 kB/s) unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-oai-hss-0: 13:37:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libforms-dev (1.2.3-1.2) ... unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libgpg-error-dev (1.21-2ubuntu1) ... unit-oai-hss-0: 13:37:34 DEBUG unit.oai-hss/0.install (Reading database ... 92442 files and directories currently installed.) unit-oai-hss-0: 13:37:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-oai-hss-0: 13:37:34 DEBUG unit.oai-hss/0.install Unpacking libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo0:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ... unit-oai-hss-0: 13:37:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp-dev:amd64. unit-oai-hss-0: 13:37:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp-dev_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 13:37:34 DEBUG unit.oai-hss/0.install Unpacking libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libgl2ps0 (1.3.8-1.2) ... unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libglpk36:amd64 (4.57-1build3) ... unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-l10n (2.5.9-3) ... unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libwebp5:amd64 (0.4.4-1) ... unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-abot-epc-basic-0: 13:37:34 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick-q16-3 (1.3.23-1build1) ... unit-oai-hss-0: 13:37:34 DEBUG unit.oai-hss/0.install Setting up libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:35 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick++-q16-12 (1.3.23-1build1) ... unit-oai-hss-0: 13:37:35 DEBUG unit.oai-hss/0.install Setting up libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 13:37:35 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:37:35 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:37:35 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 13:37:35 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-oai-hss-0: 13:37:35 DEBUG unit.oai-hss/0.install Downloading nettle archive unit-oai-hss-0: 13:37:35 DEBUG unit.oai-hss/0.install --2018-08-05 13:37:35-- https://ftp.gnu.org/gnu/nettle/nettle-2.5.tar.gz unit-oai-hss-0: 13:37:35 DEBUG unit.oai-hss/0.install Resolving ftp.gnu.org (ftp.gnu.org)... 208.118.235.20, 2001:4830:134:3::b unit-abot-epc-basic-0: 13:37:35 DEBUG unit.abot-epc-basic/0.install Setting up libxft-dev (2.3.2-1) ... unit-abot-epc-basic-0: 13:37:35 DEBUG unit.abot-epc-basic/0.install Setting up libpango1.0-dev (1.38.1-1) ... unit-abot-epc-basic-0: 13:37:35 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 13:37:35 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 13:37:35 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-randr-dev (1.5.0-1) ... unit-oai-hss-0: 13:37:35 DEBUG unit.oai-hss/0.install Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:443... connected. unit-abot-epc-basic-0: 13:37:35 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr-dev:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 13:37:35 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:37:35 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 13:37:35 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite-dev (1:0.4.4-1) ... unit-oai-hss-0: 13:37:35 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 13:37:35 DEBUG unit.oai-hss/0.install Length: 1113274 (1.1M) [application/x-gzip] unit-oai-hss-0: 13:37:35 DEBUG unit.oai-hss/0.install Saving to: 'nettle-2.5.tar.gz' unit-oai-hss-0: 13:37:35 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:37:35 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 314K 3s unit-abot-epc-basic-0: 13:37:35 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 13:37:35 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 9% 628K 2s unit-oai-hss-0: 13:37:35 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 100M 1s unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 18% 636K 1s unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 49.9M 1s unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 27% 57.2M 1s unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 32% 64.5M 1s unit-abot-epc-basic-0: 13:37:36 DEBUG unit.abot-epc-basic/0.install Setting up libsz2:amd64 (0.3.2-1) ... unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 36% 645K 1s unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 41% 21.4M 1s unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 45% 57.9M 0s unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 50% 49.3M 0s unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 55% 68.3M 0s unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 59% 52.1M 0s unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 64% 83.6M 0s unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 68% 1.48M 0s unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 73% 1.21M 0s unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 78% 26.5M 0s unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 82% 53.7M 0s unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 87% 66.4M 0s unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 91% 55.7M 0s unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 96% 53.0M 0s unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... ....... 100% 72.5M=0.5s unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install 2018-08-05 13:37:36 (2.20 MB/s) - 'nettle-2.5.tar.gz' saved [1113274/1113274] unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 13:37:36 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-10:amd64 (1.8.16+docs-4ubuntu1) ... unit-abot-epc-basic-0: 13:37:36 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1) ... unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for -R flag... using -Wl,-rpath, unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install Searching for libraries unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking /usr/lib... added unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking /usr/local/lib... added unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking /sw/local/lib... not found unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking /sw/lib... not found unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking /usr/gnu/lib... not found unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking /opt/gnu/lib... not found unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking /sw/gnu/lib... not found unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking /usr/freeware/lib... not found unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking /usr/pkg/lib... not found unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-abot-epc-basic-0: 13:37:36 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-abot-epc-basic-0: 13:37:36 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for nm... nm unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install configure: Compiler uses 64-bit ABI. To change, set CC. unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install configure: Libraries to be installed in ${exec_prefix}/lib. unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install configure: Looking for assembler files in x86_64/. unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking CCPIC... -fpic unit-abot-epc-basic-0: 13:37:36 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking if globals are prefixed by underscore... no unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking if we should use a .note.GNU-stack section... yes unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for ELF-style .type,%function pseudo-ops... yes unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for ELF-style .type,#function pseudo-ops... no unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking if .align assembly directive is logarithmic... no unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for m4... /usr/bin/m4 unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for an ANSI C-conforming const... yes unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-abot-epc-basic-0: 13:37:36 DEBUG unit.abot-epc-basic/0.install Setting up libaec-dev:amd64 (0.3.2-1) ... unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-abot-epc-basic-0: 13:37:36 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-dev (1.8.16+docs-4ubuntu1) ... unit-abot-epc-basic-0: 13:37:36 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: 13:37:36 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tagset-perl (3.20-2) ... unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-abot-epc-basic-0: 13:37:36 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-parser-perl (3.72-1) ... unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-abot-epc-basic-0: 13:37:36 DEBUG unit.abot-epc-basic/0.install Setting up libio-html-perl (1.001-1) ... unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 13:37:36 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking whether time.h and sys/time.h may both be included... yes unit-abot-epc-basic-0: 13:37:37 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-mediatypes-perl (6.02-1) ... unit-abot-epc-basic-0: 13:37:37 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-message-perl (6.11-1) ... unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-abot-epc-basic-0: 13:37:37 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 13:37:37 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tree-perl (5.03-2) ... unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking alignment of uint64_t... 8 unit-abot-epc-basic-0: 13:37:37 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-format-perl (2.11-2) ... unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h usability... yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h presence... yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking for openssl/blowfish.h... yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking openssl/des.h usability... yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking openssl/des.h presence... yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking for openssl/des.h... yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking openssl/cast.h usability... yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking openssl/cast.h presence... yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking for openssl/cast.h... yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking openssl/aes.h usability... yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking openssl/aes.h presence... yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking for openssl/aes.h... yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-abot-epc-basic-0: 13:37:37 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-cookies-perl (6.01-1) ... unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking malloc.h usability... yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking malloc.h presence... yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking for malloc.h... yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking for memxor... no unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking for __attribute__... yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking for stdint types... stdint.h (shortcircuit) unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install make use of stdint.h in nettle-stdint.h (assuming C99 compatible system) unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking for fcntl file locking... yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking for __gmpz_getlimbn in -lgmp... yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking for __gmpz_powm_sec... yes unit-abot-epc-basic-0: 13:37:37 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-daemon-perl (6.01-1) ... unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install config.status: creating config.make unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install config.status: creating config.m4 unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install config.status: creating tools/Makefile unit-abot-epc-basic-0: 13:37:37 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-negotiate-perl (6.00-2) ... unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install config.status: creating testsuite/Makefile unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install config.status: creating examples/Makefile unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install config.status: creating nettle.pc unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install config.status: creating hogweed.pc unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-encrypt-internal.asm to aes-encrypt-internal.asm unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-decrypt-internal.asm to aes-decrypt-internal.asm unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install config.status: linking x86_64/camellia-crypt-internal.asm to camellia-crypt-internal.asm unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install config.status: linking x86_64/memxor.asm to memxor.asm unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install config.status: linking x86_64/salsa20-crypt.asm to salsa20-crypt.asm unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-encrypt.asm to serpent-encrypt.asm unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-decrypt.asm to serpent-decrypt.asm unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install config.status: linking x86_64/sha1-compress.asm to sha1-compress.asm unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install config.status: linking x86_64/machine.m4 to machine.m4 unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install config.status: executing dummy-dep-files commands unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install config.status: executing nettle-stdint.h commands unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install config.status: creating nettle-stdint.h : __NETTLE_STDINT_H unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install Version: nettle 2.5 unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install Host type: x86_64-unknown-linux-gnu unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install ABI: 64 unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install Assembly files: x86_64 unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install Library directory: ${exec_prefix}/lib unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install Compiler: gcc unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install Shared libraries: yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install Public key crypto: yes unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install Compiling nettle unit-abot-epc-basic-0: 13:37:37 DEBUG unit.abot-epc-basic/0.install Setting up libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install make all-here unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/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-abot-epc-basic-0: 13:37:37 DEBUG unit.abot-epc-basic/0.install Setting up libidn11-dev (1.32-3ubuntu1.2) ... unit-oai-hss-0: 13:37:37 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:37 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/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: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:38 DEBUG unit.abot-epc-basic/0.install Setting up libnet-ssleay-perl (1.72-1build1) ... unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/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: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:38 DEBUG unit.abot-epc-basic/0.install Setting up libio-socket-ssl-perl (2.024-1) ... unit-abot-epc-basic-0: 13:37:38 DEBUG unit.abot-epc-basic/0.install Setting up libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:38 DEBUG unit.abot-epc-basic/0.install Setting up libjs-jquery (1.11.3+dfsg-4) ... unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/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-abot-epc-basic-0: 13:37:38 DEBUG unit.abot-epc-basic/0.install Setting up libkpathsea6:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:38 DEBUG unit.abot-epc-basic/0.install Setting up libnet-http-perl (6.09-1) ... unit-abot-epc-basic-0: 13:37:38 DEBUG unit.abot-epc-basic/0.install Setting up libwww-robotrules-perl (6.01-1) ... unit-abot-epc-basic-0: 13:37:38 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: 13:37:38 DEBUG unit.oai-hss/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: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:38 DEBUG unit.abot-epc-basic/0.install Setting up libsys-hostname-long-perl (1.5-1) ... unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:38 DEBUG unit.abot-epc-basic/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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-abot-epc-basic-0: 13:37:38 DEBUG unit.abot-epc-basic/0.install Setting up libnet-smtp-ssl-perl (1.03-1) ... unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:38 DEBUG unit.abot-epc-basic/0.install Setting up libmailtools-perl (2.13-1) ... unit-abot-epc-basic-0: 13:37:38 DEBUG unit.abot-epc-basic/0.install Setting up mysql-common (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 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: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 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: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:38 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: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:38 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient20:amd64 (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:38 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient-dev (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:38 DEBUG unit.abot-epc-basic/0.install Setting up libglu1-mesa:amd64 (9.0.0-2.1) ... unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 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: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:38 DEBUG unit.abot-epc-basic/0.install Setting up libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:38 DEBUG unit.abot-epc-basic/0.install Setting up liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 13:37:38 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: 13:37:38 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:37:38 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: 13:37:38 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:37:38 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: 13:37:38 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:37:38 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: 13:37:38 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:37:38 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: 13:37:38 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:37:38 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: 13:37:38 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: 13:37:38 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:37:38 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: 13:37:38 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:38 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:38 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:38 DEBUG unit.abot-epc-basic/0.install Setting up libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 13:37:38 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 13:37:39 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 13:37:39 DEBUG unit.abot-epc-basic/0.install Setting up libplot2c2 (2.6-3ubuntu1) ... unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:39 DEBUG unit.abot-epc-basic/0.install Setting up libpoppler58:amd64 (0.41.0-0ubuntu1.7) ... unit-abot-epc-basic-0: 13:37:39 DEBUG unit.abot-epc-basic/0.install Setting up libportaudio2:amd64 (19+svn20140130-1build1) ... unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:39 DEBUG unit.abot-epc-basic/0.install Setting up libpotrace0 (1.13-2) ... unit-abot-epc-basic-0: 13:37:39 DEBUG unit.abot-epc-basic/0.install Setting up libpstoedit0c2a (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 13:37:39 DEBUG unit.abot-epc-basic/0.install Setting up libptexenc1:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:39 DEBUG unit.abot-epc-basic/0.install Setting up libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 13:37:39 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:39 DEBUG unit.abot-epc-basic/0.install Setting up qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:39 DEBUG unit.abot-epc-basic/0.install Setting up libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:39 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:39 DEBUG unit.abot-epc-basic/0.install Setting up libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:39 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:37:39 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:39 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:39 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:39 DEBUG unit.abot-epc-basic/0.install Setting up qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:39 DEBUG unit.abot-epc-basic/0.install Setting up qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:39 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:39 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:39 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:40 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:37:40 DEBUG unit.abot-epc-basic/0.install Setting up libsctp1:amd64 (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 13:37:40 DEBUG unit.abot-epc-basic/0.install Setting up libsctp-dev (1.0.16+dfsg-3) ... unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:40 DEBUG unit.abot-epc-basic/0.install Setting up libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 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: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 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: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:40 DEBUG unit.abot-epc-basic/0.install Setting up libssl-doc (1.0.2g-1ubuntu4.13) ... unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:40 DEBUG unit.abot-epc-basic/0.install Setting up libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 13:37:40 DEBUG unit.abot-epc-basic/0.install Setting up libsynctex1:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 13:37:40 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 13:37:40 DEBUG unit.abot-epc-basic/0.install Setting up libtexlua52:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:40 DEBUG unit.abot-epc-basic/0.install Setting up libtexluajit2:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:40 DEBUG unit.abot-epc-basic/0.install Setting up libtext-unidecode-perl (1.27-1) ... unit-abot-epc-basic-0: 13:37:40 DEBUG unit.abot-epc-basic/0.install Setting up libtie-ixhash-perl (1.23-2) ... unit-abot-epc-basic-0: 13:37:40 DEBUG unit.abot-epc-basic/0.install Setting up libtool (2.4.6-0.1) ... unit-abot-epc-basic-0: 13:37:40 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: 13:37:40 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-doc (2:1.0.20-1) ... unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 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: 13:37:40 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 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: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:40 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:40 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:40 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install echo "memxor.o : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.o.d unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install rm -f libnettle.a unit-oai-hss-0: 13:37:41 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: 13:37:41 DEBUG unit.oai-hss/0.install ranlib libnettle.a unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:41 DEBUG unit.abot-epc-basic/0.install Setting up libx11-protocol-perl (0.56-7) ... unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:41 DEBUG unit.abot-epc-basic/0.install Setting up libxml-namespacesupport-perl (1.11-1) ... unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:41 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-base-perl (1.07-1) ... unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:41 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:41 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: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:41 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-oai-hss-0: 13:37:41 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:41 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:42 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 13:37:42 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:42 DEBUG unit.abot-epc-basic/0.install Setting up libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:42 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: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:42 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: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:42 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:42 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:42 DEBUG unit.abot-epc-basic/0.install Setting up libxml-xpathengine-perl (0.13-1) ... unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:42 DEBUG unit.abot-epc-basic/0.install Setting up libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.5) ... unit-abot-epc-basic-0: 13:37:42 DEBUG unit.abot-epc-basic/0.install Setting up libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-abot-epc-basic-0: 13:37:42 DEBUG unit.abot-epc-basic/0.install Setting up libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:42 DEBUG unit.abot-epc-basic/0.install Setting up lmodern (2.004.5-1) ... unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 13:37:42 DEBUG unit.abot-epc-basic/0.install Setting up mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:42 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install rm -f libhogweed.a unit-oai-hss-0: 13:37:42 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: 13:37:42 DEBUG unit.oai-hss/0.install ranlib libhogweed.a unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 13:37:42 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 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: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 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: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:43 DEBUG unit.abot-epc-basic/0.install Setting up mscgen (0.20-5) ... unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:43 DEBUG unit.abot-epc-basic/0.install Setting up libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:43 DEBUG unit.abot-epc-basic/0.install Setting up texinfo (6.1.0.dfsg.1-5) ... unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:43 DEBUG unit.abot-epc-basic/0.install Running mktexlsr. This may take some time. ... done. unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:43 DEBUG unit.abot-epc-basic/0.install Setting up octave-common (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:43 DEBUG unit.abot-epc-basic/0.install Setting up pstoedit (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 13:37:43 DEBUG unit.abot-epc-basic/0.install Setting up pydb (1.26-2) ... unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 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: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:43 DEBUG unit.abot-epc-basic/0.install Setting up qttranslations5-l10n (5.5.1-2build1) ... unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 13:37:43 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: 13:37:43 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:37:43 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: 13:37:43 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:37:43 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: 13:37:43 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:37:43 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: 13:37:43 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:37:43 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: 13:37:43 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:37:43 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: 13:37:43 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: 13:37:43 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:37:43 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: 13:37:43 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 13:37:43 DEBUG unit.abot-epc-basic/0.install Setting up rubygems-integration (1.10) ... unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:43 DEBUG unit.abot-epc-basic/0.install Setting up ruby-did-you-mean (1.0.0-2) ... unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:43 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:43 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:43 DEBUG unit.abot-epc-basic/0.install Setting up ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 13:37:43 DEBUG unit.abot-epc-basic/0.install Setting up ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 13:37:43 DEBUG unit.abot-epc-basic/0.install Setting up ruby-power-assert (0.2.7-1) ... unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:44 DEBUG unit.abot-epc-basic/0.install Setting up ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 13:37:44 DEBUG unit.abot-epc-basic/0.install Setting up subversion (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:44 DEBUG unit.abot-epc-basic/0.install Setting up t1utils (1.39-2) ... unit-abot-epc-basic-0: 13:37:44 DEBUG unit.abot-epc-basic/0.install Setting up tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 13:37:44 DEBUG unit.abot-epc-basic/0.install Setting up tcl (8.6.0+9) ... unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:44 DEBUG unit.abot-epc-basic/0.install Setting up texlive-binaries (2015.20160222.37495-1) ... unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:44 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode unit-abot-epc-basic-0: 13:37:44 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: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:44 DEBUG unit.abot-epc-basic/0.install Setting up xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:44 DEBUG unit.abot-epc-basic/0.install Setting up texlive-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 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: 13:37:44 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:44 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 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: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:45 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to a4. unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:45 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to a4. unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 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: 13:37:45 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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-abot-epc-basic-0: 13:37:45 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to a4. unit-oai-hss-0: 13:37:45 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: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:45 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to a4. unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 13:37:45 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:45 DEBUG unit.oai-hss/0.install echo "memxor.po : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.po.d unit-oai-hss-0: 13:37:45 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: 13:37:46 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install && rm -f libnettle.so \ unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install && ln -s ../libnettle.so libnettle.so \ unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install && [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install || { rm -f libnettle.so.4 \ unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install && ln -s libnettle.so libnettle.so.4 ; } ) unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:46 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to letter. unit-abot-epc-basic-0: 13:37:46 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to letter. unit-abot-epc-basic-0: 13:37:46 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to letter. unit-abot-epc-basic-0: 13:37:46 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to letter. unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:46 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:46 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:46 DEBUG unit.abot-epc-basic/0.install Setting up tk8.6 (8.6.5-1) ... unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:46 DEBUG unit.abot-epc-basic/0.install Setting up tk (8.6.0+9) ... unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:46 DEBUG unit.abot-epc-basic/0.install Setting up unzip (6.0-20ubuntu1) ... unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:46 DEBUG unit.abot-epc-basic/0.install Setting up x11-utils (7.7+3) ... unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:46 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:46 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:47 DEBUG unit.abot-epc-basic/0.install Setting up x11-xserver-utils (7.7+7) ... unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:47 DEBUG unit.abot-epc-basic/0.install Setting up xbitmaps (1.1.1-2) ... unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:47 DEBUG unit.abot-epc-basic/0.install Setting up xmlstarlet (1.6.1-1ubuntu1) ... unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:47 DEBUG unit.abot-epc-basic/0.install Setting up xterm (322-1ubuntu1) ... unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:47 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: 13:37:47 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:47 DEBUG unit.abot-epc-basic/0.install Setting up zip (3.0-11) ... unit-abot-epc-basic-0: 13:37:47 DEBUG unit.abot-epc-basic/0.install Setting up libauthen-sasl-perl (2.1600-1) ... unit-abot-epc-basic-0: 13:37:47 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:47 DEBUG unit.abot-epc-basic/0.install Setting up libffi-dev:amd64 (3.2.1-4) ... unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:47 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 13:37:47 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 13:37:47 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install ^ unit-abot-epc-basic-0: 13:37:47 DEBUG unit.abot-epc-basic/0.install Setting up libyaml-dev:amd64 (0.1.6-3) ... unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 13:37:47 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: 13:37:47 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install make[1]: [libhogweed.so] Error 1 (ignored) unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so \ unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install && ln -s ../libhogweed.so libhogweed.so \ unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install && [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install || { rm -f libhogweed.so.2 \ unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so libhogweed.so.2 ; } ) unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install echo "Making all in $d" ; (cd $d && make all); done unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install Making all in tools unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 13:37:47 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:47 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 13:37:47 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up debhelper (9.20160115ubuntu3) ... unit-oai-hss-0: 13:37:48 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:48 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service (3.2.6-3ubuntu6) ... unit-oai-hss-0: 13:37:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -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: 13:37:48 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 13:37:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-hash.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o nettle-hash unit-oai-hss-0: 13:37:48 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-lfib-stream.o -lnettle -lgmp -o nettle-lfib-stream unit-oai-hss-0: 13:37:48 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 13:37:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. pkcs1-conv.o misc.o ../getopt.o ../getopt1.o -lhogweed -lnettle -lgmp -o pkcs1-conv unit-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-protocol-https-perl (6.06-2) ... unit-oai-hss-0: 13:37:48 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 13:37:48 DEBUG unit.oai-hss/0.install Making all in testsuite unit-oai-hss-0: 13:37:48 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 13:37:48 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up octave (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 13:37:48 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up rake (10.5.0-2) ... unit-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up libruby2.3:amd64 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up ruby2.3 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up liboctave-dev (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 13:37:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. aes-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o aes-test unit-oai-hss-0: 13:37:48 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-oai-hss-0: 13:37:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. arcfour-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o arcfour-test unit-abot-epc-basic-0: 13:37:48 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-oai-hss-0: 13:37:48 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up dh-strip-nondeterminism (0.015-1) ... unit-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service-backend (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up libwww-perl (6.15-1) ... unit-oai-hss-0: 13:37:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. arctwo-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o arctwo-test unit-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up libxml-parser-perl (2.44-1build1) ... unit-oai-hss-0: 13:37:48 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up libnet-dbus-perl (1.1.0-3build1) ... unit-oai-hss-0: 13:37:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. blowfish-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o blowfish-test unit-oai-hss-0: 13:37:48 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. cast128-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cast128-test unit-oai-hss-0: 13:37:48 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o base16-test unit-oai-hss-0: 13:37:48 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o base64-test unit-abot-epc-basic-0: 13:37:48 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 13:37:48 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:48 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. camellia-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o camellia-test unit-oai-hss-0: 13:37:48 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:49 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des-test unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:49 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des3-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des3-test unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 13:37:49 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-expat-perl (0.40-2) ... unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des-compat-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des-compat-test unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 13:37:49 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: 13:37:49 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md2-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md2-test unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 13:37:49 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md4-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md4-test unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:49 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md5-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md5-test unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:49 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md5-compat-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md5-compat-test unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 13:37:49 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. memxor-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o memxor-test unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:49 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. ripemd160-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o ripemd160-test unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 13:37:49 DEBUG unit.abot-epc-basic/0.install Setting up ruby (1:2.3.0+1) ... unit-abot-epc-basic-0: 13:37:49 DEBUG unit.abot-epc-basic/0.install Setting up humanity-icon-theme (0.6.10.1) ... unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. salsa20-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o salsa20-test unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:49 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha1-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha1-test unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:49 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha224-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha224-test unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 13:37:49 DEBUG unit.abot-epc-basic/0.install Setting up ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha256-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha256-test unit-abot-epc-basic-0: 13:37:49 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 13:37:49 DEBUG unit.abot-epc-basic/0.install Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha384-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha384-test unit-abot-epc-basic-0: 13:37:49 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:49 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha512-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha512-test unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:49 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. serpent-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o serpent-test unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 13:37:49 DEBUG unit.abot-epc-basic/0.install Processing triggers for tex-common (6.04ubuntu1) ... unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. twofish-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o twofish-test unit-oai-hss-0: 13:37:49 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:49 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. knuth-lfib-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o knuth-lfib-test unit-oai-hss-0: 13:37:50 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:50 DEBUG unit.oai-hss/0.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: 13:37:50 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:50 DEBUG unit.oai-hss/0.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: 13:37:50 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:50 DEBUG unit.oai-hss/0.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: 13:37:50 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 13:37:50 DEBUG unit.abot-epc-basic/0.install Running updmap-sys. This may take some time... done. unit-abot-epc-basic-0: 13:37:50 DEBUG unit.abot-epc-basic/0.install Running mktexlsr /var/lib/texmf ... done. unit-abot-epc-basic-0: 13:37:50 DEBUG unit.abot-epc-basic/0.install Building format(s) --all. unit-oai-hss-0: 13:37:50 DEBUG unit.oai-hss/0.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: 13:37:50 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:50 DEBUG unit.oai-hss/0.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: 13:37:50 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:50 DEBUG unit.oai-hss/0.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: 13:37:50 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:50 DEBUG unit.oai-hss/0.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: 13:37:50 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:50 DEBUG unit.oai-hss/0.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: 13:37:50 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:50 DEBUG unit.oai-hss/0.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: 13:37:50 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:50 DEBUG unit.oai-hss/0.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: 13:37:50 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:50 DEBUG unit.oai-hss/0.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: 13:37:50 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:50 DEBUG unit.oai-hss/0.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: 13:37:50 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:51 DEBUG unit.oai-hss/0.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: 13:37:51 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:51 DEBUG unit.oai-hss/0.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: 13:37:51 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:51 DEBUG unit.oai-hss/0.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: 13:37:51 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:51 DEBUG unit.oai-hss/0.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: 13:37:51 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:51 DEBUG unit.oai-hss/0.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: 13:37:51 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:51 DEBUG unit.oai-hss/0.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: 13:37:51 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:51 DEBUG unit.oai-hss/0.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: 13:37:51 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:51 DEBUG unit.oai-hss/0.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: 13:37:51 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:51 DEBUG unit.oai-hss/0.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: 13:37:51 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: 13:37:51 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: 13:37:51 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:51 DEBUG unit.oai-hss/0.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: 13:37:51 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 13:37:51 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 13:37:51 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 13:37:51 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:51 DEBUG unit.oai-hss/0.install nettle-benchmark.c: In function 'time_cipher': unit-oai-hss-0: 13:37:51 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: 13:37:51 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 13:37:51 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:37:51 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: 13:37:51 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 13:37:51 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:37:51 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: 13:37:51 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 13:37:51 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:37:51 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:51 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:51 DEBUG unit.oai-hss/0.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: 13:37:51 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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-abot-epc-basic-0: 13:37:51 DEBUG unit.abot-epc-basic/0.install This may take some time... done. unit-oai-hss-0: 13:37:51 DEBUG unit.oai-hss/0.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: 13:37:51 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:51 DEBUG unit.oai-hss/0.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: 13:37:51 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16enc unit-oai-hss-0: 13:37:51 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:51 DEBUG unit.oai-hss/0.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: 13:37:51 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16dec unit-oai-hss-0: 13:37:51 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:51 DEBUG unit.oai-hss/0.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: 13:37:51 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64enc unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:52 DEBUG unit.oai-hss/0.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: 13:37:52 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64dec unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:52 DEBUG unit.oai-hss/0.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: 13:37:52 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-keygen unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:52 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:52 DEBUG unit.oai-hss/0.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: 13:37:52 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-sign unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:52 DEBUG unit.oai-hss/0.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: 13:37:52 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-verify unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:52 DEBUG unit.oai-hss/0.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: 13:37:52 DEBUG unit.oai-hss/0.install ../getopt.o ../getopt1.o \ unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-encrypt unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:52 DEBUG unit.oai-hss/0.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: 13:37:52 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-decrypt unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT next-prime.o -MD -MP -MF next-prime.o.d -c next-prime.c && true unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.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: 13:37:52 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o next-prime unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_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: 13:37:52 DEBUG unit.oai-hss/0.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: 13:37:52 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o random-prime unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install make check-here unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install echo "Making check in $d" ; (cd $d && make check); done unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install Making check in tools unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install Making check in testsuite unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install EMULATOR="" NM="nm" EXEEXT="" \ unit-oai-hss-0: 13:37:52 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: 13:37:52 DEBUG unit.oai-hss/0.install PASS: aes unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: arcfour unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: arctwo unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: blowfish unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: cast128 unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: base16 unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: base64 unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: camellia unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: des unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: des3 unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: des-compat unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: md2 unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: md4 unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: md5 unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: md5-compat unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: memxor unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: ripemd160 unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: salsa20 unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: sha1 unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: sha224 unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: sha256 unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: sha384 unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: sha512 unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: serpent unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: twofish unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: knuth-lfib unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: cbc unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: ctr unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: gcm unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: hmac unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: meta-hash unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: meta-cipher unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: meta-armor unit-oai-hss-0: 13:37:52 DEBUG unit.oai-hss/0.install PASS: buffer unit-abot-epc-basic-0: 13:37:52 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-998282-default-0 unit-abot-epc-basic-0: 13:37:52 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 13:37:52 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: 13:37:53 DEBUG unit.oai-hss/0.install PASS: yarrow unit-oai-hss-0: 13:37:53 DEBUG unit.oai-hss/0.install PASS: sexp unit-oai-hss-0: 13:37:53 DEBUG unit.oai-hss/0.install PASS: sexp-format unit-oai-hss-0: 13:37:53 DEBUG unit.oai-hss/0.install PASS: rsa2sexp unit-oai-hss-0: 13:37:53 DEBUG unit.oai-hss/0.install PASS: sexp2rsa unit-oai-hss-0: 13:37:53 DEBUG unit.oai-hss/0.install PASS: bignum unit-oai-hss-0: 13:37:53 DEBUG unit.oai-hss/0.install PASS: random-prime unit-oai-hss-0: 13:37:53 DEBUG unit.oai-hss/0.install PASS: pkcs1 unit-oai-hss-0: 13:37:53 DEBUG unit.oai-hss/0.install PASS: rsa unit-oai-hss-0: 13:37:53 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 13:37:53 DEBUG unit.oai-hss/0.install PASS: rsa-keygen unit-oai-hss-0: 13:37:53 DEBUG unit.oai-hss/0.install PASS: dsa unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install PASS: dsa-keygen unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install PASS: cxx unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install PASS: sexp-conv unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install PASS: pkcs1-conv unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install PASS: symbols unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install All 51 tests passed unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install Making check in examples unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install EMULATOR="" EXEEXT="" \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install ".."/run-tests rsa-sign-test rsa-verify-test rsa-encrypt-test unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install PASS: rsa-sign unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install PASS: rsa-verify unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install All 3 tests passed unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install make install-here unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/info unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install f=nettle.info ; \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install [ -f $f ] || f="./$f" ; \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/share/info ; \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install if (install-info --version && \ unit-oai-hss-0: 13:37:54 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: 13:37:54 DEBUG unit.oai-hss/0.install install-info --info-dir="/usr/share/info" "$f" ; \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install else : ; fi unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/include/nettle unit-oai-hss-0: 13:37:54 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: 13:37:54 DEBUG unit.oai-hss/0.install if [ -f "$f" ] ; then \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/include/nettle ; \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "./$f" /usr/include/nettle ; \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install fi ; done unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install ./config.status config.h unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install config.status: config.h is unchanged unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install echo timestamp > stamp-h unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install for f in libnettle.a libhogweed.a; do \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 $f /usr/lib ; \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib/pkgconfig unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install for f in nettle.pc hogweed.pc ; do \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/lib/pkgconfig ; \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libnettle.so /usr/lib/libnettle.so.4.4 unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install && rm -f libnettle.so.4 libnettle.so \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so.4 \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so) unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libhogweed.so /usr/lib/libhogweed.so.2.2 unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so.2 libhogweed.so \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so.2 \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so) unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install echo "Making install in $d" ; (cd $d && make install); done unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install Making install in tools unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/bin unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install for f in sexp-conv nettle-hash nettle-lfib-stream pkcs1-conv ; do \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install /usr/bin/install -c $f /usr/bin ; \ unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install Making install in testsuite unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install libidn2-0-dev is already the newest version. unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install libp11-kit-dev libp11-kit0-dbg libtasn1-6-dbg libtasn1-6-dev libtspi-dev unit-oai-hss-0: 13:37:54 DEBUG unit.oai-hss/0.install libtspi1 unit-oai-hss-0: 13:37:55 DEBUG unit.oai-hss/0.install 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:37:55 DEBUG unit.oai-hss/0.install Need to get 1855 kB of archives. unit-oai-hss-0: 13:37:55 DEBUG unit.oai-hss/0.install After this operation, 3712 kB of additional disk space will be used. unit-oai-hss-0: 13:37:55 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtspi1 amd64 0.3.11.2-1ubuntu1 [142 kB] unit-oai-hss-0: 13:37:55 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtasn1-6-dev amd64 3.4-3ubuntu0.6 [385 kB] unit-oai-hss-0: 13:37:56 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: 13:37:56 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: 13:37:56 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: 13:37:56 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: 13:37:56 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 13:37:57 DEBUG unit.oai-hss/0.install Fetched 1855 kB in 1s (930 kB/s) unit-oai-hss-0: 13:37:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi1. unit-oai-hss-0: 13:37:57 DEBUG unit.oai-hss/0.install (Reading database ... 92460 files and directories currently installed.) unit-oai-hss-0: 13:37:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi1_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 13:37:57 DEBUG unit.oai-hss/0.install Unpacking libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 13:37:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dev. unit-oai-hss-0: 13:37:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dev_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 13:37:57 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 13:37:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi-dev. unit-oai-hss-0: 13:37:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi-dev_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 13:37:57 DEBUG unit.oai-hss/0.install Unpacking libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 13:37:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit-dev. unit-oai-hss-0: 13:37:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit-dev_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 13:37:57 DEBUG unit.oai-hss/0.install Unpacking libp11-kit-dev (0.20.2-2ubuntu2) ... unit-abot-epc-basic-0: 13:37:57 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-998282-default-0 unit-abot-epc-basic-0: 13:37:57 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-oai-hss-0: 13:37:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit0-dbg:amd64. unit-oai-hss-0: 13:37:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit0-dbg_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 13:37:57 DEBUG unit.oai-hss/0.install Unpacking libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 13:37:58 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: 13:37:58 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: 13:37:58 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 13:37:58 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: 13:37:58 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 13:37:58 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: 13:37:58 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install lsh-doc unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install nettle-bin nettle-dev unit-oai-hss-0: 13:37:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dbg:amd64. unit-oai-hss-0: 13:37:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dbg_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 13:37:58 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 13:37:58 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 13:37:58 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install Need to get 24.5 kB/963 kB of archives. unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install After this operation, 2,538 kB of additional disk space will be used. unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 nettle-bin amd64 3.2-1ubuntu0.16.04.1 [24.5 kB] unit-abot-epc-basic-0: 13:37:58 DEBUG unit.abot-epc-basic/0.install Fetched 24.5 kB in 0s (40.2 kB/s) unit-abot-epc-basic-0: 13:37:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-bin. unit-abot-epc-basic-0: 13:37:59 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 ... 107912 files and directories currently installed.) unit-abot-epc-basic-0: 13:37:59 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: 13:37:59 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 13:37:59 DEBUG unit.oai-hss/0.install Setting up libtspi1 (0.3.11.2-1ubuntu1) ... unit-abot-epc-basic-0: 13:37:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 13:37:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-dev_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 13:37:59 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 13:37:59 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 13:37:59 DEBUG unit.oai-hss/0.install Setting up libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 13:37:59 DEBUG unit.oai-hss/0.install Setting up libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 13:37:59 DEBUG unit.oai-hss/0.install Setting up libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 13:37:59 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 13:37:59 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 13:37:59 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 13:37:59 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-oai-hss-0: 13:37:59 DEBUG unit.oai-hss/0.install Downloading gnutls archive unit-oai-hss-0: 13:37:59 DEBUG unit.oai-hss/0.install --2018-08-05 13:37:59-- http://mirrors.dotsrc.org/gcrypt/gnutls/v3.1/gnutls-3.1.23.tar.xz unit-oai-hss-0: 13:37:59 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: 13:37:59 DEBUG unit.abot-epc-basic/0.install Setting up nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 13:37:59 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 13:37:59 DEBUG unit.oai-hss/0.install Connecting to mirrors.dotsrc.org (mirrors.dotsrc.org)|130.225.254.116|:80... connected. unit-oai-hss-0: 13:38:00 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 13:38:00 DEBUG unit.oai-hss/0.install Length: 5148432 (4.9M) [application/octet-stream] unit-oai-hss-0: 13:38:00 DEBUG unit.oai-hss/0.install Saving to: 'gnutls-3.1.23.tar.xz' unit-oai-hss-0: 13:38:00 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:38:00 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 152K 33s unit-oai-hss-0: 13:38:00 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 1% 308K 24s unit-oai-hss-0: 13:38:00 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 2% 550K 19s unit-abot-epc-basic-0: 13:38:00 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 13:38:00 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: 13:38:00 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 3% 719K 16s unit-oai-hss-0: 13:38:00 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 4% 953K 13s unit-oai-hss-0: 13:38:00 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 5% 1.11M 12s unit-oai-hss-0: 13:38:00 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 6% 1.39M 10s unit-oai-hss-0: 13:38:00 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 7% 1.43M 9s unit-oai-hss-0: 13:38:00 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 8% 1.84M 9s unit-oai-hss-0: 13:38:00 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 9% 2.03M 8s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 10% 2.04M 7s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 11% 2.48M 7s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 12% 2.56M 6s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 13% 2.96M 6s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 14% 3.05M 5s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 15% 3.20M 5s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 16% 3.68M 5s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 17% 3.44M 5s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 18% 4.19M 4s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 19% 4.20M 4s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 20% 4.43M 4s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 21% 4.74M 4s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 22% 4.51M 4s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 23% 5.13M 3s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 24% 4.98M 3s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 25% 5.85M 3s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 26% 5.31M 3s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 27% 5.70M 3s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 28% 6.59M 3s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 29% 6.38M 3s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 30% 5.95M 3s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 31% 6.63M 2s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 32% 6.97M 2s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 33% 7.54M 2s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 34% 7.66M 2s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 35% 8.26M 2s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 36% 7.43M 2s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 37% 7.65M 2s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 38% 9.20M 2s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 39% 7.54M 2s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 40% 9.32M 2s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 41% 8.55M 2s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 42% 9.26M 2s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 43% 9.92M 2s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 44% 10.4M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 45% 9.48M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 46% 9.47M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 47% 11.5M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 48% 9.83M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 49% 10.2M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 50% 12.8M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 51% 10.8M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 52% 9.97M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 53% 12.5M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 54% 11.4M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 55% 11.2M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 56% 10.6M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 57% 14.7M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 58% 12.5M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 59% 11.9M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 60% 13.4M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 61% 14.7M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 62% 11.3M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 63% 13.9M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 64% 17.7M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 65% 11.6M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 66% 11.8M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 67% 18.2M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 68% 12.3M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 69% 16.8M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 70% 15.5M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 71% 15.5M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 72% 18.0M 1s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 73% 16.0M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 74% 17.3M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 75% 15.1M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 76% 13.9M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 77% 20.7M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 78% 16.7M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 79% 18.1M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 80% 15.2M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 81% 17.2M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 82% 20.1M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 83% 19.6M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 84% 18.2M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 85% 19.5M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 86% 17.6M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 87% 17.3M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 88% 19.4M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 89% 12.6M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 90% 27.9M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 91% 17.2M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 92% 11.4M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 93% 27.3M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 94% 10.9M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 95% 18.8M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 96% 26.3M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 97% 18.1M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 98% 24.6M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 99% 24.3M 0s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 5000K .......... .......... ....... 100% 210K=1.5s unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install 2018-08-05 13:38:01 (3.21 MB/s) - 'gnutls-3.1.23.tar.xz' saved [5148432/5148432] unit-oai-hss-0: 13:38:01 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking whether build environment is sane... yes unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for gawk... gawk unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... yes unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... (cached) yes unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install *** Checking for compilation programs... unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking whether gcc understands -c and -o together... yes unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for style of include used by make... GNU unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking dependency style of gcc... gcc3 unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for Minix Amsterdam compiler... no unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for ar... ar unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking minix/config.h usability... no unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking minix/config.h presence... no unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for minix/config.h... no unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking whether it is safe to define __EXTENSIONS__... yes unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking whether _XOPEN_SOURCE should be defined... no unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for _LARGEFILE_SOURCE value needed for large files... no unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for special C compiler options needed for large files... no unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for _FILE_OFFSET_BITS value needed for large files... no unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C99... -std=gnu99 unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 unit-oai-hss-0: 13:38:02 DEBUG unit.oai-hss/0.install checking dependency style of gcc -std=gnu99... gcc3 unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking the archiver (ar) interface... ar unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking dependency style of g++... gcc3 unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for autogen... /bin/true unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install *** autogen not found. Will not link against libopts. unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for ANSI C header files... (cached) yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking cpuid.h usability... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking cpuid.h presence... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for cpuid.h... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for ld used by GCC... /usr/bin/ld unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for shared library run path origin... done unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking whether to use nettle... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for libnettle... yes unit-oai-hss-0: 13:38:03 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: 13:38:03 DEBUG unit.oai-hss/0.install checking for __gmpz_cmp in -lgmp... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for LIBTASN1... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking whether to use the included minitasn1... no unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking whether C99 macros are supported... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking whether to disable DTLS-SRTP extension... no unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking whether to disable TLS heartbeat support... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking whether to disable SRP authentication support... no unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking whether to disable PSK authentication support... no unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking whether to disable anonymous authentication support... no unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking whether to disable DHE support... no unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking whether to disable ECDHE support... no unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking whether to disable RSA-EXPORT support... no unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking whether to disable OpenPGP Certificate authentication support... no unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking whether to add cryptodev support... no unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking whether to disable OCSP support... no unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking size of void *... 8 unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking size of long long... 8 unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking size of int... 4 unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking sys/socket.h usability... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking sys/socket.h presence... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for sys/socket.h... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking features.h usability... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking features.h presence... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for features.h... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking linewrap.h usability... no unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking linewrap.h presence... no unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for linewrap.h... no unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking arpa/inet.h usability... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking arpa/inet.h presence... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking dirent.h usability... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking dirent.h presence... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for dirent.h... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for sys/stat.h... (cached) yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking netdb.h usability... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking netdb.h presence... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for netdb.h... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking netinet/in.h usability... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking netinet/in.h presence... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for netinet/in.h... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking getopt.h usability... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking getopt.h presence... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for getopt.h... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking stdio_ext.h usability... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking stdio_ext.h presence... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for stdio_ext.h... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking termios.h usability... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking termios.h presence... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for termios.h... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking sys/time.h usability... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking sys/time.h presence... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for sys/time.h... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking iconv.h usability... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking iconv.h presence... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for iconv.h... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking math.h usability... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking math.h presence... yes unit-oai-hss-0: 13:38:03 DEBUG unit.oai-hss/0.install checking for math.h... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking sys/mman.h usability... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking sys/mman.h presence... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for sys/mman.h... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking sys/select.h usability... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking sys/select.h presence... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for sys/select.h... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking wchar.h usability... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking wchar.h presence... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for wchar.h... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for strings.h... (cached) yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking sys/uio.h usability... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking sys/uio.h presence... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for sys/uio.h... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking sysexits.h usability... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking sysexits.h presence... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for sysexits.h... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking xlocale.h usability... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking xlocale.h presence... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for xlocale.h... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking sys/param.h usability... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking sys/param.h presence... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for sys/param.h... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking sys/wait.h usability... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking sys/wait.h presence... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for sys/wait.h... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking sys/ioctl.h usability... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking sys/ioctl.h presence... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for sys/ioctl.h... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... none needed unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether to build OpenSSL compatibility layer... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for gtkdoc-check... no unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for gtkdoc-rebase... no unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for gtkdoc-mkpdf... no unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether to build gtk-doc documentation... no unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether NLS is requested... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for msgfmt... no unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for gmsgfmt... : unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for xgettext... no unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for msgmerge... no unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for CFPreferencesCopyAppValue... no unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for CFLocaleCopyCurrent... no unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for GNU gettext in libc... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether to use NLS... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking where the gettext function comes from... libc unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether the preprocessor supports include_next... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether system header files limit the line length... no unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for shutdown... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for sa_family_t... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... yes unit-oai-hss-0: 13:38:04 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking for C/C++ restrict keyword... __restrict unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking whether clearerr_unlocked is declared... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking whether feof_unlocked is declared... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking whether ferror_unlocked is declared... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking whether fflush_unlocked is declared... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking whether fgets_unlocked is declared... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking whether fputc_unlocked is declared... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking whether fputs_unlocked is declared... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking whether fread_unlocked is declared... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking whether fwrite_unlocked is declared... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking whether getc_unlocked is declared... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking whether getchar_unlocked is declared... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking whether putc_unlocked is declared... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking whether putchar_unlocked is declared... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking for flockfile... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking for funlockfile... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking for _set_invalid_parameter_handler... no unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking for __fseterr... no unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking for getdelim... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking for __fsetlocking... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking for tcgetattr... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking for tcsetattr... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking for getsubopt... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking for gettimeofday... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking for nanotime... no unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking for mprotect... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking for sleep... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking for snprintf... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking for strdup... yes unit-oai-hss-0: 13:38:05 DEBUG unit.oai-hss/0.install checking for strerror_r... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking for __xpg_strerror_r... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking for strndup... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking for localtime_r... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking for vasnprintf... no unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking for ftruncate... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking for getdtablesize... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking for newlocale... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking for lstat... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking for pipe... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking for setenv... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking for catgets... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking for symlink... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... no unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking for complete errno.h... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking for strerror_r... (cached) yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking whether strerror_r returns char *... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking whether frexp() can be used without linking with libm... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking whether alarm is declared... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking whether long double and double are the same... no unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking whether stdin defaults to large file offsets... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking for pid_t... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking for mode_t... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking whether fseeko is declared... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking for fseeko... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking whether stat file-mode macros are broken... no unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking for nlink_t... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... yes unit-oai-hss-0: 13:38:06 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking whether ftello is declared... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking for ftello... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking whether ftello works... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... none required unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking for gethostbyname... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... none required unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking for getservbyname... yes unit-abot-epc-basic-0: 13:38:07 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... none required unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking for IPv4 sockets... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking for IPv6 sockets... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking whether getdelim is declared... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking whether getline is declared... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking for getopt.h... (cached) yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking for getopt_long_only... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking whether getopt is POSIX compatible... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking for working GNU getopt function... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking for working GNU getopt_long function... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking whether getenv is declared... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking whether getpass is declared... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking whether flockfile is declared... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking whether funlockfile is declared... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking for struct timeval... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking for wide-enough struct timeval.tv_sec member... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking whether gettimeofday is declared without a macro... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... word 1 bit 20 unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... word 0 bit 23 unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking whether malloc, realloc, calloc are POSIX compliant... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking for mmap... yes unit-oai-hss-0: 13:38:07 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether memchr works... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether memmem is declared... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... no unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking for sigset_t... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether snprintf returns a byte count as in C99... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether snprintf is declared... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking for stdbool.h that conforms to C99... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking for _Bool... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking for long long int... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking for unsigned long long int... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether stdint.h conforms to C99... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether strdup is declared... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether strerror(0) succeeds... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking for strerror_r with POSIX signature... no unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether __xpg_strerror_r works... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether ffsl is declared without a macro... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether ffsll is declared without a macro... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether memmem is declared without a macro... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether mempcpy is declared without a macro... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether memrchr is declared without a macro... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether rawmemchr is declared without a macro... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether stpcpy is declared without a macro... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether stpncpy is declared without a macro... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether strchrnul is declared without a macro... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether strdup is declared without a macro... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether strncat is declared without a macro... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether strndup is declared without a macro... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether strnlen is declared without a macro... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether strpbrk is declared without a macro... yes unit-oai-hss-0: 13:38:08 DEBUG unit.oai-hss/0.install checking whether strsep is declared without a macro... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking whether strcasestr is declared without a macro... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared without a macro... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared without a macro... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking whether strsignal is declared without a macro... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking whether strverscmp is declared without a macro... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking whether ffs is declared without a macro... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking whether strcasecmp is declared without a macro... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared without a macro... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking whether strndup is declared... (cached) yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking whether strnlen is declared... (cached) yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared... (cached) yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking whether imported symbols can be declared weak... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking pthread.h usability... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking pthread.h presence... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking for pthread.h... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking for pthread_kill in -lpthread... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking for multithread API to use... posix unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking for struct timespec in ... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking for intmax_t... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking for strnlen... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking for wcslen... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking for wcsnlen... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking for mbrtowc... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking for wcrtomb... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking whether _snprintf is declared... no unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking whether printf supports size specifiers as in C99... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking whether printf supports 'long double' arguments... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'double' arguments... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'long double' arguments... no unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking whether printf supports the 'a' and 'A' directives... yes unit-oai-hss-0: 13:38:09 DEBUG unit.oai-hss/0.install checking whether printf supports the 'F' directive... yes unit-oai-hss-0: 13:38:10 DEBUG unit.oai-hss/0.install checking whether printf supports the 'n' directive... no unit-oai-hss-0: 13:38:10 DEBUG unit.oai-hss/0.install checking whether printf supports the 'ls' directive... yes unit-oai-hss-0: 13:38:10 DEBUG unit.oai-hss/0.install checking whether printf supports the grouping flag... yes unit-oai-hss-0: 13:38:10 DEBUG unit.oai-hss/0.install checking whether printf supports the left-adjust flag correctly... yes unit-oai-hss-0: 13:38:10 DEBUG unit.oai-hss/0.install checking whether printf supports the zero flag correctly... yes unit-oai-hss-0: 13:38:10 DEBUG unit.oai-hss/0.install checking whether printf supports large precisions... yes unit-oai-hss-0: 13:38:10 DEBUG unit.oai-hss/0.install checking whether printf survives out-of-memory conditions... yes unit-oai-hss-0: 13:38:10 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared... yes unit-oai-hss-0: 13:38:10 DEBUG unit.oai-hss/0.install checking whether uses 'inline' correctly... yes unit-oai-hss-0: 13:38:10 DEBUG unit.oai-hss/0.install checking for nl_langinfo and CODESET... yes unit-oai-hss-0: 13:38:10 DEBUG unit.oai-hss/0.install checking if environ is properly declared... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking for working fcntl.h... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking whether ungetc works on arbitrary bytes... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking whether getcwd (NULL, 0) allocates memory for result... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking for getcwd with POSIX signature... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking whether imaxabs is declared without a macro... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking whether imaxdiv is declared without a macro... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking whether strtoimax is declared without a macro... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking whether strtoumax is declared without a macro... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking whether the inttypes.h PRIxNN macros are broken... no unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking for LC_MESSAGES... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking whether lstat correctly handles trailing slash... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking for promoted mode_t type... mode_t unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... (cached) yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking whether setenv is declared... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking search.h usability... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking search.h presence... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking for search.h... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking for tsearch... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking for alloca as a compiler built-in... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking for alphasort... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is defined... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is defined... yes unit-oai-hss-0: 13:38:11 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared without a macro... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared without a macro... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking byteswap.h usability... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking byteswap.h presence... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking for byteswap.h... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking for clock_gettime... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking for clock_settime... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking for closedir... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether alphasort is declared without a macro... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether closedir is declared without a macro... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether dirfd is declared without a macro... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether fdopendir is declared without a macro... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether opendir is declared without a macro... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether readdir is declared without a macro... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether rewinddir is declared without a macro... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether scandir is declared without a macro... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... (cached) no unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether dup2 works... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking for error_at_line... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether conversion from 'int' to 'long double' works... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether frexp works... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether frexpl works... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking for fseeko... (cached) yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking for ftello... (cached) yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether ftello works... (cached) yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether __func__ is available... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking for library containing getaddrinfo... none required unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking for getaddrinfo... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared... (cached) yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether gai_strerrorA is declared... no unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking for gai_strerror with POSIX signature... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking for struct sockaddr.sa_len... no unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared... (cached) yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared... (cached) yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared... (cached) yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking for struct addrinfo... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking for working getdelim function... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking for getline... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking for working getline function... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking for getpass... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking whether gettimeofday clobbers localtime buffer... no unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking for gettimeofday with POSIX signature... almost unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... (cached) none required unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking for gethostbyname... (cached) yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking for iconv... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking for working iconv... yes unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install checking for iconv declaration... unit-oai-hss-0: 13:38:12 DEBUG unit.oai-hss/0.install extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); unit-oai-hss-0: 13:38:13 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: 13:38:13 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... (cached) none required unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... (cached) yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking for library containing inet_pton... none required unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared... (cached) yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether the compiler generally respects inline... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether isnan(double) can be used without linking with libm... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether isnan(float) can be used without linking with libm... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether isnan(float) works... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether isnan(long double) can be used without linking with libm... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether isnanl works... no unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... word 2 bit 0 unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking if gcc/ld supports -Wl,--output-def... no unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking if LD -Wl,--version-script works... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether lseek detects pipes... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... (cached) yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether NAN macro works... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether HUGE_VAL works... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether acosf is declared without a macro... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether acosl is declared without a macro... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether asinf is declared without a macro... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether asinl is declared without a macro... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether atanf is declared without a macro... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether atanl is declared without a macro... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether cbrt is declared without a macro... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether cbrtf is declared without a macro... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether cbrtl is declared without a macro... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether ceilf is declared without a macro... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether ceill is declared without a macro... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether copysign is declared without a macro... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether copysignf is declared without a macro... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether copysignl is declared without a macro... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether cosf is declared without a macro... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether cosl is declared without a macro... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether coshf is declared without a macro... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether expf is declared without a macro... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether expl is declared without a macro... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether exp2 is declared without a macro... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether exp2f is declared without a macro... yes unit-oai-hss-0: 13:38:13 DEBUG unit.oai-hss/0.install checking whether exp2l is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether expm1 is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether expm1f is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether expm1l is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether fabsf is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether fabsl is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether floorf is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether floorl is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether fma is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether fmaf is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether fmal is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether fmod is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether fmodf is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether fmodl is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether frexpf is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether frexpl is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether hypotf is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether hypotl is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether ilogb is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether ilogbf is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether ilogbl is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether ldexpf is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether log is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether logf is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether logl is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether log10 is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether log10f is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether log10l is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether log1p is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether log1pf is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether log1pl is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether log2 is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether log2f is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether log2l is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether logb is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether logbf is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether logbl is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether modf is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether modff is declared without a macro... yes unit-oai-hss-0: 13:38:14 DEBUG unit.oai-hss/0.install checking whether modfl is declared without a macro... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether powf is declared without a macro... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether remainder is declared without a macro... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether remainderf is declared without a macro... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether remainderl is declared without a macro... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether rint is declared without a macro... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether rintf is declared without a macro... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether rintl is declared without a macro... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether round is declared without a macro... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether roundf is declared without a macro... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether roundl is declared without a macro... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether sinf is declared without a macro... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether sinl is declared without a macro... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether sinhf is declared without a macro... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether sqrtf is declared without a macro... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether sqrtl is declared without a macro... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether tanf is declared without a macro... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether tanl is declared without a macro... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether tanhf is declared without a macro... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether trunc is declared without a macro... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether truncf is declared without a macro... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether truncl is declared without a macro... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking for memmem... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether memmem works... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking for mempcpy... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking for opendir... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking for pmccabe... false unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether frexp works... (cached) yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether ldexp can be used without linking with libm... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... (cached) yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether frexpl works... (cached) yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... (cached) yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether ldexpl() can be used without linking with libm... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether ldexpl works... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared... (cached) yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... (cached) yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... (cached) yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking for rawmemchr... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking for readdir... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking for scandir... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether select supports a 0 argument... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether select detects invalid fds... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... (cached) none required unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking for getservbyname... (cached) yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking for volatile sig_atomic_t... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking for sighandler_t... yes unit-oai-hss-0: 13:38:15 DEBUG unit.oai-hss/0.install checking whether pthread_sigmask is declared without a macro... yes unit-oai-hss-0: 13:38:16 DEBUG unit.oai-hss/0.install checking whether sigaction is declared without a macro... yes unit-oai-hss-0: 13:38:16 DEBUG unit.oai-hss/0.install checking whether sigaddset is declared without a macro... yes unit-oai-hss-0: 13:38:16 DEBUG unit.oai-hss/0.install checking whether sigdelset is declared without a macro... yes unit-oai-hss-0: 13:38:16 DEBUG unit.oai-hss/0.install checking whether sigemptyset is declared without a macro... yes unit-oai-hss-0: 13:38:16 DEBUG unit.oai-hss/0.install checking whether sigfillset is declared without a macro... yes unit-oai-hss-0: 13:38:16 DEBUG unit.oai-hss/0.install checking whether sigismember is declared without a macro... yes unit-oai-hss-0: 13:38:16 DEBUG unit.oai-hss/0.install checking whether sigpending is declared without a macro... yes unit-oai-hss-0: 13:38:16 DEBUG unit.oai-hss/0.install checking whether sigprocmask is declared without a macro... yes unit-oai-hss-0: 13:38:16 DEBUG unit.oai-hss/0.install checking for signbit macro... yes unit-oai-hss-0: 13:38:16 DEBUG unit.oai-hss/0.install checking for signbit compiler built-ins... yes unit-oai-hss-0: 13:38:16 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 13:38:16 DEBUG unit.oai-hss/0.install checking for SIZE_MAX... yes unit-oai-hss-0: 13:38:16 DEBUG unit.oai-hss/0.install checking whether sleep is declared... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking for working sleep... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... (cached) none needed unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking for socklen_t... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking for working stdalign.h... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking for va_copy... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether NULL can be used in arbitrary expressions... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether dprintf is declared without a macro... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether fpurge is declared without a macro... no unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether fseeko is declared without a macro... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether ftello is declared without a macro... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether getdelim is declared without a macro... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether getline is declared without a macro... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether gets is declared without a macro... no unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether pclose is declared without a macro... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether popen is declared without a macro... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether renameat is declared without a macro... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether snprintf is declared without a macro... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether tmpfile is declared without a macro... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether vdprintf is declared without a macro... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared without a macro... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether _Exit is declared without a macro... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether atoll is declared without a macro... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether canonicalize_file_name is declared without a macro... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether getloadavg is declared without a macro... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether getsubopt is declared without a macro... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether grantpt is declared without a macro... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether initstate is declared without a macro... yes unit-oai-hss-0: 13:38:17 DEBUG unit.oai-hss/0.install checking whether initstate_r is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether mkdtemp is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether mkostemp is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether mkostemps is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether mkstemp is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether mkstemps is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether posix_openpt is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether ptsname is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether ptsname_r is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether random is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether random_r is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether realpath is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether rpmatch is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether secure_getenv is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether setenv is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether setstate is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether setstate_r is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether srandom is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether srandom_r is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether strtod is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether strtoll is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether strtoull is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether unlockpt is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared without a macro... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking for strcasecmp... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking for strncasecmp... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking for strchrnul... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether strchrnul works... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking for working strerror function... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking for working strndup... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking for working strnlen... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking for strtok_r... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether strtok_r works... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking for strverscmp... yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking for sa_family_t... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking for nlink_t... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:18 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... (cached) yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether localtime_r is declared... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether localtime_r is compatible with its POSIX signature... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking for library containing timer_settime... -lrt unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking for timer_settime... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether chdir is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether chown is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether dup is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether dup2 is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether dup3 is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether environ is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether euidaccess is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether faccessat is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether fchdir is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether fchownat is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether fdatasync is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether fsync is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether ftruncate is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether getcwd is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether getdomainname is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether getdtablesize is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether getgroups is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether gethostname is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether getlogin is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether getlogin_r is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether getusershell is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether setusershell is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether endusershell is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether group_member is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether isatty is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether lchown is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether link is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether linkat is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether lseek is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether pipe is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether pipe2 is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether pread is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether pwrite is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether readlink is declared without a macro... yes unit-oai-hss-0: 13:38:19 DEBUG unit.oai-hss/0.install checking whether readlinkat is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether rmdir is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether sethostname is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether sleep is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether symlink is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether symlinkat is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether ttyname_r is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether unlink is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether unlinkat is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether usleep is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking for vasprintf... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... (cached) yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking for vsnprintf... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... (cached) yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... (cached) yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether btowc is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether wctob is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether mbsinit is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether mbrtowc is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether mbrlen is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether mbsrtowcs is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether mbsnrtowcs is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether wcrtomb is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether wcsrtombs is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether wcsnrtombs is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether wcwidth is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether wmemchr is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether wmemcmp is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether wmemcpy is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether wmemmove is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether wmemset is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether wcslen is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether wcsnlen is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether wcscpy is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether wcpcpy is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether wcsncpy is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether wcpncpy is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether wcscat is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether wcsncat is declared without a macro... yes unit-oai-hss-0: 13:38:20 DEBUG unit.oai-hss/0.install checking whether wcscmp is declared without a macro... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether wcsncmp is declared without a macro... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether wcscasecmp is declared without a macro... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether wcsncasecmp is declared without a macro... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether wcscoll is declared without a macro... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether wcsxfrm is declared without a macro... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether wcsdup is declared without a macro... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether wcschr is declared without a macro... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether wcsrchr is declared without a macro... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether wcscspn is declared without a macro... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether wcsspn is declared without a macro... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether wcspbrk is declared without a macro... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether wcsstr is declared without a macro... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether wcstok is declared without a macro... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether wcswidth is declared without a macro... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking for a traditional french locale... none unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking for a turkish Unicode locale... none unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether fcntl is declared without a macro... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether openat is declared without a macro... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether fdopen sets errno... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether getdtablesize works... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking for getpagesize... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared... (cached) yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether INT32_MAX < INTMAX_MAX... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether INT64_MAX == LONG_MAX... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether UINT32_MAX < UINTMAX_MAX... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether UINT64_MAX == ULONG_MAX... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking for ioctl... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking for ioctl with POSIX signature... no unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... (cached) word 1 bit 20 unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... (cached) word 0 bit 23 unit-oai-hss-0: 13:38:21 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: 13:38:21 DEBUG unit.oai-hss/0.install checking whether locale.h conforms to POSIX:2001... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether locale.h defines locale_t... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether struct lconv is properly defined... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether setlocale is declared without a macro... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether duplocale is declared without a macro... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking for setlocale... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking for uselocale... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking for pthread_rwlock_t... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 13:38:21 DEBUG unit.oai-hss/0.install checking whether open recognizes a trailing slash... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking whether perror matches strerror... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for putenv compatible with GNU and SVID... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking whether setenv validates arguments... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for a traditional french locale... (cached) none unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for a french Unicode locale... none unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for a traditional japanese locale... none unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for a transitional chinese locale... none unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on directories... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on files... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking whether symlink handles trailing slash correctly... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking whether declares ioctl... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking whether ioctl is declared without a macro... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for unsetenv... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for unsetenv() return type... int unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking whether unsetenv obeys POSIX... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking how to print strings... printf unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for fgrep... /bin/grep -F unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for ld used by gcc -std=gnu99... /usr/bin/ld unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking the maximum length of command line arguments... 1572864 unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking whether the shell understands some XSI constructs... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking whether the shell understands "+="... yes unit-oai-hss-0: 13:38:22 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: 13:38:22 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: 13:38:22 DEBUG unit.oai-hss/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking how to recognize dependent libraries... pass_all unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for dlltool... dlltool unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for archiver @FILE support... @ unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for strip... strip unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for ranlib... (cached) ranlib unit-oai-hss-0: 13:38:22 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: 13:38:22 DEBUG unit.oai-hss/0.install checking for sysroot... no unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for mt... mt unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking if mt is a manifest tool... no unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for dlfcn.h... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for objdir... .libs unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 static flag -static works... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes unit-oai-hss-0: 13:38:22 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: 13:38:22 DEBUG unit.oai-hss/0.install checking whether -lc should be explicitly linked in... no unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking whether stripping libraries is possible... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking if libtool supports shared libraries... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking whether to build shared libraries... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking whether to build static libraries... yes unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking how to run the C++ preprocessor... g++ -E unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking for ld used by g++... /usr/bin/ld -m elf_x86_64 unit-oai-hss-0: 13:38:22 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: 13:38:22 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: 13:38:22 DEBUG unit.oai-hss/0.install checking for g++ option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 13:38:22 DEBUG unit.oai-hss/0.install checking if g++ PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking if g++ static flag -static works... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... (cached) yes unit-oai-hss-0: 13:38:23 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: 13:38:23 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... (cached) GNU/Linux ld.so unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for fork... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for getrusage... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for getpwuid_r... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for daemon... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for getpid... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for libpthread... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking how to link with libpthread... -lpthread unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking whether to build libdane... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for unbound library... no unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install *** libunbound was not found. Libdane will not be built. unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for P11_KIT... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for tss library... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for dirent.h that defines DIR... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for library containing opendir... none required unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for sys/mman.h... (cached) yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for sys/param.h... (cached) yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking sys/poll.h usability... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking sys/poll.h presence... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for sys/poll.h... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking sys/procset.h usability... no unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking sys/procset.h presence... no unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for sys/procset.h... no unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking sys/stropts.h usability... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking sys/stropts.h presence... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for sys/stropts.h... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for sys/time.h... (cached) yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking sys/un.h usability... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking sys/un.h presence... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for sys/un.h... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for dlfcn.h... (cached) yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking errno.h usability... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking errno.h presence... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for errno.h... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking fcntl.h usability... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking fcntl.h presence... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for fcntl.h... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking libgen.h usability... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking libgen.h presence... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for libgen.h... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking libintl.h usability... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking libintl.h presence... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for libintl.h... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for memory.h... (cached) yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking setjmp.h usability... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking setjmp.h presence... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for setjmp.h... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for stdbool.h... (cached) yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for sysexits.h... (cached) yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking utime.h usability... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking utime.h presence... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for utime.h... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking stdarg.h usability... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking stdarg.h presence... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for stdarg.h... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for string.h... (cached) yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking limits.h usability... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking limits.h presence... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for limits.h... yes unit-oai-hss-0: 13:38:23 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking for runetype.h... no unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking for wchar.h... (cached) yes unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking for int8_t... yes unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking for uint8_t... yes unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking for int16_t... yes unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking for uint16_t... yes unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking for int32_t... yes unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking for uint32_t... yes unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking for intptr_t... yes unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking for uintptr_t... yes unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking for uint_t... no unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking for pid_t... (cached) yes unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking for size_t... (cached) yes unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking size of char*... 8 unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking size of int... (cached) 4 unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking size of long... (cached) 8 unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking size of short... 2 unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking for pathfind in -lgen... no unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking for gettext in -lintl... no unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking for vprintf... yes unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking for _doprnt... no unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking vfork.h usability... no unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking vfork.h presence... no unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking for vfork.h... no unit-oai-hss-0: 13:38:24 DEBUG unit.oai-hss/0.install checking for fork... (cached) yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for vfork... yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for working fork... yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for working vfork... (cached) yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for canonicalize_file_name... yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for strchr... yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for strrchr... yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for strsignal... yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for fchmod... yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for fstat... yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for chmod... yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... (cached) /bin/sed unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install configure: Using supplied libopts tearoff unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking whether a reg expr header is specified... no unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking whether with-libregex was specified... no unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking whether with-libregex-cflags was specified... no unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking whether with-libregex-libs was specified... no unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking whether libregex functions properly... yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking whether pathfind(3) works... no unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking whether /dev/zero is readable device... crw-rw-rw- 1 root root 1, 5 Aug 5 13:35 /dev/zero unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking whether we have a functional realpath(3C)... yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking whether strftime() works... yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking whether fopen accepts "b" mode... yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking whether fopen accepts "t" mode... yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking whether not wanting optional option args... yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking size of unsigned long int... 8 unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking size of unsigned int... 4 unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking whether to include zlib compression support... yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for libz... yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking how to link with libz... -lz unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking whether building Guile bindings... yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install *** Detecting GNU Guile... unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for guile-snarf... no unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install configure: WARNING: `guile-snarf' from Guile 1.8 not found. Guile bindings not built. unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install *** Checking dependencies for crywrap... unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... (cached) yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for sys/types.h... (cached) yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking return type of signal handlers... void unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking types of arguments for select... int,fd_set *,struct timeval * unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for alarm... yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for atexit... yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for dup2... yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for epoll_create... yes unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for kqueue... no unit-oai-hss-0: 13:38:25 DEBUG unit.oai-hss/0.install checking for memchr... yes unit-oai-hss-0: 13:38:26 DEBUG unit.oai-hss/0.install checking for memset... yes unit-oai-hss-0: 13:38:26 DEBUG unit.oai-hss/0.install checking for munmap... yes unit-oai-hss-0: 13:38:26 DEBUG unit.oai-hss/0.install checking for putenv... yes unit-oai-hss-0: 13:38:26 DEBUG unit.oai-hss/0.install checking for regcomp... yes unit-oai-hss-0: 13:38:26 DEBUG unit.oai-hss/0.install checking for scandir... (cached) yes unit-oai-hss-0: 13:38:26 DEBUG unit.oai-hss/0.install checking for select... yes unit-oai-hss-0: 13:38:26 DEBUG unit.oai-hss/0.install checking for socket... yes unit-oai-hss-0: 13:38:26 DEBUG unit.oai-hss/0.install checking for strcasecmp... (cached) yes unit-oai-hss-0: 13:38:26 DEBUG unit.oai-hss/0.install checking for strchr... (cached) yes unit-oai-hss-0: 13:38:26 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 13:38:26 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 13:38:26 DEBUG unit.oai-hss/0.install checking for strncasecmp... (cached) yes unit-oai-hss-0: 13:38:26 DEBUG unit.oai-hss/0.install checking for strrchr... (cached) yes unit-oai-hss-0: 13:38:26 DEBUG unit.oai-hss/0.install checking for strstr... yes unit-oai-hss-0: 13:38:26 DEBUG unit.oai-hss/0.install checking for strtoul... yes unit-oai-hss-0: 13:38:26 DEBUG unit.oai-hss/0.install checking for uname... yes unit-oai-hss-0: 13:38:26 DEBUG unit.oai-hss/0.install checking for LIBIDN... yes unit-oai-hss-0: 13:38:26 DEBUG unit.oai-hss/0.install checking that generated files are newer than configure... done unit-oai-hss-0: 13:38:26 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating src/libopts/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating guile/pre-inst-guile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating doc/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/openpgp/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/srp/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/x509/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating doc/cyclo/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating doc/doxygen/Doxyfile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating doc/examples/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating doc/latex/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating doc/manpages/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/version.xml unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating doc/scripts/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating extra/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating extra/includes/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating libdane/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating libdane/includes/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating libdane/gnutls-dane.pc unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating gl/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating gl/tests/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating guile/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating guile/modules/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating guile/src/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating guile/tests/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating lib/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/x86/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating lib/algorithms/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating lib/auth/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating lib/ext/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating lib/extras/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating lib/gnutls.pc unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/gnutls/gnutls.h unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating lib/minitasn1/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating lib/nettle/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating lib/opencdk/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating lib/openpgp/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating lib/x509/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile.in unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating src/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating src/crywrap/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating tests/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating tests/cert-tests/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating tests/dsa/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating tests/dtls/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating tests/srp/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating tests/ecdsa/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating tests/key-id/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating tests/openpgp-certs/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs1-padding/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs12-decode/Makefile unit-oai-hss-0: 13:38:27 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs8-decode/Makefile unit-oai-hss-0: 13:38:28 DEBUG unit.oai-hss/0.install config.status: creating tests/rsa-md5-collision/Makefile unit-oai-hss-0: 13:38:28 DEBUG unit.oai-hss/0.install config.status: creating tests/safe-renegotiation/Makefile unit-oai-hss-0: 13:38:28 DEBUG unit.oai-hss/0.install config.status: creating tests/scripts/Makefile unit-oai-hss-0: 13:38:28 DEBUG unit.oai-hss/0.install config.status: creating tests/sha2/Makefile unit-oai-hss-0: 13:38:28 DEBUG unit.oai-hss/0.install config.status: creating tests/slow/Makefile unit-oai-hss-0: 13:38:28 DEBUG unit.oai-hss/0.install config.status: creating tests/suite/Makefile unit-oai-hss-0: 13:38:28 DEBUG unit.oai-hss/0.install config.status: creating tests/userid/Makefile unit-oai-hss-0: 13:38:28 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 13:38:28 DEBUG unit.oai-hss/0.install config.status: executing depfiles commands unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install config.status: executing po-directories commands unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install config.status: creating po/POTFILES unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install config.status: executing libtool commands unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install version: 3.1.23 shared 49:3:21 unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install Host/Target system: x86_64-unknown-linux-gnu unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install Build system: x86_64-unknown-linux-gnu unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install Compiler: gcc -std=gnu99 unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install CFlags: -g -O2 unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install Library types: Shared=yes, Static=yes unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install configure: External hardware support: unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install /dev/crypto: no unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install Hardware accel: x86-64 unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install PKCS#11 support: yes unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install TPM support: yes unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install configure: Optional features: unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install (note that included applications might not compile properly unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install if features are disabled) unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install DTLS-SRTP support: yes unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install OCSP support: yes unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install OpenPGP support: yes unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install SRP support: yes unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install PSK support: yes unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install DHE support: yes unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install ECDHE support: yes unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install RSA-EXPORT support: yes unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install Anon auth support: yes unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install Heartbeat support: yes unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install configure: Optional applications: unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install crywrap app: yes unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install local libopts: yes unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install local libtasn1: no unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install configure: Optional libraries: unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install Guile wrappers: no unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install C++ library: yes unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install DANE library: no unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install OpenSSL compat: yes unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install configure: System files: unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install Trust store pkcs: unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install Trust store file: /etc/ssl/certs/ca-certificates.crt unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install Blacklist file: unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install CRL file: unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install DNSSEC root key file: /etc/unbound/root.key unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install *** The DNSSEC root key file in /etc/unbound/root.key was not found. unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install *** This file is needed for the verification of DNSSEC responses. unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install *** Use the command: unbound-anchor -a "/etc/unbound/root.key" unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install *** to generate or update it. unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install Compiling gnutls unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install Making all in gl unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN alloca.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN arpa/inet.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN dirent.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN getopt.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN iconv.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN math.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN netdb.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN signal.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN stdio.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN stdlib.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN string.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN strings.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN sys/select.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN sys/socket.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN sys/stat.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN sys/time.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN sys/types.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN sys/uio.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN time.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN unistd.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN unistr.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN unitypes.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN wchar.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN fcntl.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN inttypes.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN locale.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install GEN sys/ioctl.h unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `all-am'. unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install CC argp-ba.lo unit-oai-hss-0: 13:38:29 DEBUG unit.oai-hss/0.install CC argp-eexst.lo unit-oai-hss-0: 13:38:30 DEBUG unit.oai-hss/0.install CC argp-fmtstream.lo unit-oai-hss-0: 13:38:30 DEBUG unit.oai-hss/0.install CC argp-fs-xinl.lo unit-oai-hss-0: 13:38:30 DEBUG unit.oai-hss/0.install CC argp-help.lo unit-oai-hss-0: 13:38:31 DEBUG unit.oai-hss/0.install CC argp-parse.lo unit-oai-hss-0: 13:38:31 DEBUG unit.oai-hss/0.install CC argp-pin.lo unit-oai-hss-0: 13:38:31 DEBUG unit.oai-hss/0.install CC argp-pv.lo unit-oai-hss-0: 13:38:31 DEBUG unit.oai-hss/0.install CC argp-pvh.lo unit-oai-hss-0: 13:38:31 DEBUG unit.oai-hss/0.install CC argp-xinl.lo unit-oai-hss-0: 13:38:31 DEBUG unit.oai-hss/0.install CC base64.lo unit-oai-hss-0: 13:38:31 DEBUG unit.oai-hss/0.install CC c-ctype.lo unit-oai-hss-0: 13:38:31 DEBUG unit.oai-hss/0.install CC c-strcasecmp.lo unit-oai-hss-0: 13:38:31 DEBUG unit.oai-hss/0.install CC c-strncasecmp.lo unit-oai-hss-0: 13:38:32 DEBUG unit.oai-hss/0.install CC dirname-lgpl.lo unit-oai-hss-0: 13:38:32 DEBUG unit.oai-hss/0.install CC basename-lgpl.lo unit-oai-hss-0: 13:38:32 DEBUG unit.oai-hss/0.install CC stripslash.lo unit-oai-hss-0: 13:38:32 DEBUG unit.oai-hss/0.install CC fd-hook.lo unit-oai-hss-0: 13:38:32 DEBUG unit.oai-hss/0.install CC gettime.lo unit-oai-hss-0: 13:38:32 DEBUG unit.oai-hss/0.install CC hash-pjw-bare.lo unit-oai-hss-0: 13:38:32 DEBUG unit.oai-hss/0.install CC math.lo unit-oai-hss-0: 13:38:32 DEBUG unit.oai-hss/0.install CC printf-frexp.lo unit-oai-hss-0: 13:38:32 DEBUG unit.oai-hss/0.install CC printf-frexpl.lo unit-oai-hss-0: 13:38:32 DEBUG unit.oai-hss/0.install CC progname.lo unit-oai-hss-0: 13:38:32 DEBUG unit.oai-hss/0.install CC read-file.lo unit-oai-hss-0: 13:38:32 DEBUG unit.oai-hss/0.install CC sockets.lo unit-oai-hss-0: 13:38:32 DEBUG unit.oai-hss/0.install CC sys_socket.lo unit-oai-hss-0: 13:38:32 DEBUG unit.oai-hss/0.install CC glthread/threadlib.lo unit-oai-hss-0: 13:38:32 DEBUG unit.oai-hss/0.install CC timespec.lo unit-oai-hss-0: 13:38:32 DEBUG unit.oai-hss/0.install CC u64.lo unit-oai-hss-0: 13:38:32 DEBUG unit.oai-hss/0.install CC unistd.lo unit-oai-hss-0: 13:38:32 DEBUG unit.oai-hss/0.install CC unistr/u8-mbtoucr.lo unit-oai-hss-0: 13:38:33 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb.lo unit-oai-hss-0: 13:38:33 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb-aux.lo unit-oai-hss-0: 13:38:33 DEBUG unit.oai-hss/0.install CC version-etc.lo unit-oai-hss-0: 13:38:33 DEBUG unit.oai-hss/0.install CC version-etc-fsf.lo unit-oai-hss-0: 13:38:33 DEBUG unit.oai-hss/0.install CC xsize.lo unit-oai-hss-0: 13:38:33 DEBUG unit.oai-hss/0.install CC asnprintf.lo unit-oai-hss-0: 13:38:33 DEBUG unit.oai-hss/0.install CC fseterr.lo unit-oai-hss-0: 13:38:33 DEBUG unit.oai-hss/0.install CC getopt.lo unit-oai-hss-0: 13:38:33 DEBUG unit.oai-hss/0.install CC getopt1.lo unit-oai-hss-0: 13:38:33 DEBUG unit.oai-hss/0.install CC isnanl.lo unit-oai-hss-0: 13:38:33 DEBUG unit.oai-hss/0.install CC printf-args.lo unit-oai-hss-0: 13:38:33 DEBUG unit.oai-hss/0.install CC printf-parse.lo unit-oai-hss-0: 13:38:34 DEBUG unit.oai-hss/0.install CC vasnprintf.lo unit-oai-hss-0: 13:38:34 DEBUG unit.oai-hss/0.install CC vfprintf.lo unit-oai-hss-0: 13:38:34 DEBUG unit.oai-hss/0.install CC vprintf.lo unit-oai-hss-0: 13:38:34 DEBUG unit.oai-hss/0.install CCLD libgnu.la unit-oai-hss-0: 13:38:34 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:38:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:38:34 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:38:34 DEBUG unit.oai-hss/0.install Making all in lib unit-oai-hss-0: 13:38:34 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 13:38:34 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 13:38:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 13:38:34 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:38:34 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 13:38:34 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 13:38:34 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 13:38:34 DEBUG unit.oai-hss/0.install CC common.lo unit-oai-hss-0: 13:38:35 DEBUG unit.oai-hss/0.install CC key_encode.lo unit-oai-hss-0: 13:38:35 DEBUG unit.oai-hss/0.install CC key_decode.lo unit-oai-hss-0: 13:38:36 DEBUG unit.oai-hss/0.install CC crl.lo unit-oai-hss-0: 13:38:36 DEBUG unit.oai-hss/0.install CC crl_write.lo unit-oai-hss-0: 13:38:36 DEBUG unit.oai-hss/0.install CC crq.lo unit-abot-epc-basic-0: 13:38:36 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-998282-default-0 unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 13:38:37 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: 13:38:37 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: 13:38:37 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 13:38:37 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: 13:38:37 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 13:38:37 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: 13:38:37 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install libgnutlsxx28 libp11-kit-dev unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install gnutls-doc gnutls-bin guile-gnutls unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install libgnutls-dev libgnutlsxx28 libp11-kit-dev unit-oai-hss-0: 13:38:37 DEBUG unit.oai-hss/0.install CC dn.lo unit-oai-hss-0: 13:38:37 DEBUG unit.oai-hss/0.install CC extensions.lo unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 13:38:37 DEBUG unit.abot-epc-basic/0.install Need to get 621 kB of archives. unit-abot-epc-basic-0: 13:38:37 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: 13:38:37 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: 13:38:38 DEBUG unit.oai-hss/0.install CC mpi.lo unit-abot-epc-basic-0: 13:38:38 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: 13:38:38 DEBUG unit.oai-hss/0.install CC output.lo unit-abot-epc-basic-0: 13:38:38 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: 13:38:39 DEBUG unit.oai-hss/0.install CC pbkdf2-sha1.lo unit-abot-epc-basic-0: 13:38:39 DEBUG unit.abot-epc-basic/0.install Fetched 621 kB in 1s (352 kB/s) unit-abot-epc-basic-0: 13:38:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutlsxx28:amd64. unit-oai-hss-0: 13:38:39 DEBUG unit.oai-hss/0.install CC pkcs12.lo unit-abot-epc-basic-0: 13:38:39 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 ... 108021 files and directories currently installed.) unit-abot-epc-basic-0: 13:38:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutlsxx28_3.4.10-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 13:38:39 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 13:38:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libp11-kit-dev:amd64. unit-abot-epc-basic-0: 13:38:39 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: 13:38:39 DEBUG unit.abot-epc-basic/0.install Unpacking libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-abot-epc-basic-0: 13:38:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutls-dev:amd64. unit-abot-epc-basic-0: 13:38:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutls-dev_3.4.10-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 13:38:39 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-oai-hss-0: 13:38:39 DEBUG unit.oai-hss/0.install CC pkcs12_bag.lo unit-abot-epc-basic-0: 13:38:39 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 13:38:39 DEBUG unit.abot-epc-basic/0.install Setting up libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 13:38:40 DEBUG unit.abot-epc-basic/0.install Setting up libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-abot-epc-basic-0: 13:38:40 DEBUG unit.abot-epc-basic/0.install Setting up libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 13:38:40 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 13:38:40 DEBUG unit.oai-hss/0.install CC pkcs12_encr.lo unit-oai-hss-0: 13:38:40 DEBUG unit.oai-hss/0.install CC pkcs7.lo unit-oai-hss-0: 13:38:40 DEBUG unit.oai-hss/0.install CC privkey.lo unit-abot-epc-basic-0: 13:38:40 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 13:38:40 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: 13:38:41 DEBUG unit.oai-hss/0.install CC privkey_pkcs8.lo unit-oai-hss-0: 13:38:41 DEBUG unit.oai-hss/0.install CC privkey_openssl.lo unit-oai-hss-0: 13:38:41 DEBUG unit.oai-hss/0.install CC rfc2818_hostname.lo unit-oai-hss-0: 13:38:42 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 13:38:42 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 13:38:42 DEBUG unit.oai-hss/0.install CC x509.lo unit-oai-hss-0: 13:38:43 DEBUG unit.oai-hss/0.install CC x509_dn.lo unit-oai-hss-0: 13:38:43 DEBUG unit.oai-hss/0.install CC x509_write.lo unit-oai-hss-0: 13:38:44 DEBUG unit.oai-hss/0.install CC verify-high.lo unit-oai-hss-0: 13:38:44 DEBUG unit.oai-hss/0.install CC verify-high2.lo unit-oai-hss-0: 13:38:44 DEBUG unit.oai-hss/0.install CC ocsp.lo unit-oai-hss-0: 13:38:45 DEBUG unit.oai-hss/0.install CC ocsp_output.lo unit-oai-hss-0: 13:38:45 DEBUG unit.oai-hss/0.install CCLD libgnutls_x509.la unit-oai-hss-0: 13:38:45 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 13:38:45 DEBUG unit.oai-hss/0.install Making all in accelerated unit-oai-hss-0: 13:38:45 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 13:38:45 DEBUG unit.oai-hss/0.install Making all in x86 unit-oai-hss-0: 13:38:45 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 13:38:45 DEBUG unit.oai-hss/0.install CC sha-padlock.lo unit-oai-hss-0: 13:38:45 DEBUG unit.oai-hss/0.install CC hmac-padlock.lo unit-oai-hss-0: 13:38:46 DEBUG unit.oai-hss/0.install CC aes-x86.lo unit-oai-hss-0: 13:38:46 DEBUG unit.oai-hss/0.install CC aes-padlock.lo unit-oai-hss-0: 13:38:46 DEBUG unit.oai-hss/0.install CC aes-gcm-padlock.lo unit-oai-hss-0: 13:38:46 DEBUG unit.oai-hss/0.install CC aes-gcm-x86.lo unit-oai-hss-0: 13:38:46 DEBUG unit.oai-hss/0.install CCAS appro-aes-x86-64.lo unit-oai-hss-0: 13:38:46 DEBUG unit.oai-hss/0.install CCAS appro-aes-gcm-x86-64.lo unit-oai-hss-0: 13:38:46 DEBUG unit.oai-hss/0.install CCAS padlock-x86-64.lo unit-oai-hss-0: 13:38:46 DEBUG unit.oai-hss/0.install CCAS cpuid-x86-64.lo unit-oai-hss-0: 13:38:46 DEBUG unit.oai-hss/0.install CCLD libx86.la unit-oai-hss-0: 13:38:47 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 13:38:47 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 13:38:47 DEBUG unit.oai-hss/0.install CC accelerated.lo unit-oai-hss-0: 13:38:47 DEBUG unit.oai-hss/0.install CC cryptodev.lo unit-oai-hss-0: 13:38:47 DEBUG unit.oai-hss/0.install CC cryptodev-gcm.lo unit-oai-hss-0: 13:38:47 DEBUG unit.oai-hss/0.install CCLD libaccelerated.la unit-oai-hss-0: 13:38:47 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 13:38:47 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 13:38:47 DEBUG unit.oai-hss/0.install Making all in auth unit-oai-hss-0: 13:38:47 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 13:38:47 DEBUG unit.oai-hss/0.install CC anon.lo unit-oai-hss-0: 13:38:47 DEBUG unit.oai-hss/0.install CC cert.lo unit-oai-hss-0: 13:38:48 DEBUG unit.oai-hss/0.install CC dh_common.lo unit-oai-hss-0: 13:38:48 DEBUG unit.oai-hss/0.install CC dhe.lo unit-oai-hss-0: 13:38:48 DEBUG unit.oai-hss/0.install CC dhe_psk.lo unit-oai-hss-0: 13:38:48 DEBUG unit.oai-hss/0.install CC psk.lo unit-oai-hss-0: 13:38:49 DEBUG unit.oai-hss/0.install CC psk_passwd.lo unit-oai-hss-0: 13:38:49 DEBUG unit.oai-hss/0.install CC rsa.lo unit-oai-hss-0: 13:38:49 DEBUG unit.oai-hss/0.install CC rsa_export.lo unit-oai-hss-0: 13:38:49 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 13:38:50 DEBUG unit.oai-hss/0.install CC srp_passwd.lo unit-oai-hss-0: 13:38:50 DEBUG unit.oai-hss/0.install CC srp_rsa.lo unit-oai-hss-0: 13:38:50 DEBUG unit.oai-hss/0.install CC srp_sb64.lo unit-oai-hss-0: 13:38:50 DEBUG unit.oai-hss/0.install CC anon_ecdh.lo unit-oai-hss-0: 13:38:50 DEBUG unit.oai-hss/0.install CC ecdhe.lo unit-oai-hss-0: 13:38:51 DEBUG unit.oai-hss/0.install CCLD libgnutls_auth.la unit-oai-hss-0: 13:38:51 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 13:38:51 DEBUG unit.oai-hss/0.install Making all in ext unit-oai-hss-0: 13:38:51 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 13:38:51 DEBUG unit.oai-hss/0.install CC max_record.lo unit-oai-hss-0: 13:38:51 DEBUG unit.oai-hss/0.install CC cert_type.lo unit-oai-hss-0: 13:38:51 DEBUG unit.oai-hss/0.install CC server_name.lo unit-oai-hss-0: 13:38:51 DEBUG unit.oai-hss/0.install CC signature.lo unit-oai-hss-0: 13:38:51 DEBUG unit.oai-hss/0.install CC safe_renegotiation.lo unit-oai-hss-0: 13:38:52 DEBUG unit.oai-hss/0.install CC session_ticket.lo unit-oai-hss-0: 13:38:52 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 13:38:52 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 13:38:52 DEBUG unit.oai-hss/0.install CC heartbeat.lo unit-oai-hss-0: 13:38:53 DEBUG unit.oai-hss/0.install CC status_request.lo unit-oai-hss-0: 13:38:53 DEBUG unit.oai-hss/0.install CC new_record_padding.lo unit-oai-hss-0: 13:38:53 DEBUG unit.oai-hss/0.install CC srtp.lo unit-oai-hss-0: 13:38:53 DEBUG unit.oai-hss/0.install CCLD libgnutls_ext.la unit-oai-hss-0: 13:38:53 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 13:38:53 DEBUG unit.oai-hss/0.install Making all in algorithms unit-oai-hss-0: 13:38:53 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 13:38:53 DEBUG unit.oai-hss/0.install CC cert_types.lo unit-oai-hss-0: 13:38:53 DEBUG unit.oai-hss/0.install CC ciphers.lo unit-oai-hss-0: 13:38:54 DEBUG unit.oai-hss/0.install CC ciphersuites.lo unit-oai-hss-0: 13:38:54 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 13:38:54 DEBUG unit.oai-hss/0.install CC kx.lo unit-oai-hss-0: 13:38:54 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 13:38:54 DEBUG unit.oai-hss/0.install CC protocols.lo unit-oai-hss-0: 13:38:55 DEBUG unit.oai-hss/0.install CC publickey.lo unit-oai-hss-0: 13:38:55 DEBUG unit.oai-hss/0.install CC secparams.lo unit-oai-hss-0: 13:38:55 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 13:38:55 DEBUG unit.oai-hss/0.install CCLD libgnutls_alg.la unit-oai-hss-0: 13:38:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 13:38:55 DEBUG unit.oai-hss/0.install Making all in extras unit-oai-hss-0: 13:38:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 13:38:55 DEBUG unit.oai-hss/0.install CC randomart.lo unit-oai-hss-0: 13:38:55 DEBUG unit.oai-hss/0.install CCLD libgnutls_extras.la unit-oai-hss-0: 13:38:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 13:38:55 DEBUG unit.oai-hss/0.install Making all in opencdk unit-oai-hss-0: 13:38:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 13:38:55 DEBUG unit.oai-hss/0.install CC armor.lo unit-oai-hss-0: 13:38:56 DEBUG unit.oai-hss/0.install CC kbnode.lo unit-oai-hss-0: 13:38:56 DEBUG unit.oai-hss/0.install CC sig-check.lo unit-oai-hss-0: 13:38:56 DEBUG unit.oai-hss/0.install CC hash.lo unit-oai-hss-0: 13:38:56 DEBUG unit.oai-hss/0.install CC keydb.lo unit-oai-hss-0: 13:38:57 DEBUG unit.oai-hss/0.install CC pubkey.lo unit-oai-hss-0: 13:38:57 DEBUG unit.oai-hss/0.install CC stream.lo unit-oai-hss-0: 13:38:58 DEBUG unit.oai-hss/0.install CC write-packet.lo unit-oai-hss-0: 13:38:58 DEBUG unit.oai-hss/0.install CC misc.lo unit-oai-hss-0: 13:38:59 DEBUG unit.oai-hss/0.install CC seskey.lo unit-oai-hss-0: 13:38:59 DEBUG unit.oai-hss/0.install CC literal.lo unit-oai-hss-0: 13:38:59 DEBUG unit.oai-hss/0.install CC new-packet.lo unit-oai-hss-0: 13:38:59 DEBUG unit.oai-hss/0.install CC read-packet.lo unit-oai-hss-0: 13:39:00 DEBUG unit.oai-hss/0.install CCLD libminiopencdk.la unit-oai-hss-0: 13:39:00 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 13:39:00 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 13:39:00 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 13:39:00 DEBUG unit.oai-hss/0.install CC pgp.lo unit-oai-hss-0: 13:39:00 DEBUG unit.oai-hss/0.install CC pgpverify.lo unit-oai-hss-0: 13:39:00 DEBUG unit.oai-hss/0.install CC extras.lo unit-oai-hss-0: 13:39:01 DEBUG unit.oai-hss/0.install CC compat.lo unit-oai-hss-0: 13:39:01 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 13:39:01 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 13:39:01 DEBUG unit.oai-hss/0.install CC gnutls_openpgp.lo unit-oai-hss-0: 13:39:02 DEBUG unit.oai-hss/0.install CCLD libgnutls_openpgp.la unit-oai-hss-0: 13:39:02 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 13:39:02 DEBUG unit.oai-hss/0.install Making all in nettle unit-oai-hss-0: 13:39:02 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 13:39:02 DEBUG unit.oai-hss/0.install CC pk.lo unit-oai-hss-0: 13:39:02 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 13:39:03 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 13:39:03 DEBUG unit.oai-hss/0.install CC cipher.lo unit-oai-hss-0: 13:39:03 DEBUG unit.oai-hss/0.install CC rnd.lo unit-oai-hss-0: 13:39:03 DEBUG unit.oai-hss/0.install CC init.lo unit-oai-hss-0: 13:39:03 DEBUG unit.oai-hss/0.install CC egd.lo unit-oai-hss-0: 13:39:03 DEBUG unit.oai-hss/0.install CC multi.lo unit-oai-hss-0: 13:39:04 DEBUG unit.oai-hss/0.install CC wmnaf.lo unit-oai-hss-0: 13:39:04 DEBUG unit.oai-hss/0.install CC ecc_free.lo unit-oai-hss-0: 13:39:04 DEBUG unit.oai-hss/0.install CC ecc_make_key.lo unit-oai-hss-0: 13:39:04 DEBUG unit.oai-hss/0.install CC ecc_shared_secret.lo unit-oai-hss-0: 13:39:04 DEBUG unit.oai-hss/0.install CC ecc_map.lo unit-oai-hss-0: 13:39:04 DEBUG unit.oai-hss/0.install CC ecc_mulmod.lo unit-oai-hss-0: 13:39:04 DEBUG unit.oai-hss/0.install CC ecc_mulmod_cached.lo unit-oai-hss-0: 13:39:05 DEBUG unit.oai-hss/0.install CC ecc_points.lo unit-oai-hss-0: 13:39:05 DEBUG unit.oai-hss/0.install CC ecc_projective_dbl_point_3.lo unit-oai-hss-0: 13:39:05 DEBUG unit.oai-hss/0.install CC ecc_projective_isneutral.lo unit-oai-hss-0: 13:39:05 DEBUG unit.oai-hss/0.install CC ecc_projective_check_point.lo unit-oai-hss-0: 13:39:05 DEBUG unit.oai-hss/0.install CC ecc_projective_negate_point.lo unit-oai-hss-0: 13:39:05 DEBUG unit.oai-hss/0.install CC ecc_projective_add_point_ng.lo unit-oai-hss-0: 13:39:06 DEBUG unit.oai-hss/0.install CC ecc_sign_hash.lo unit-oai-hss-0: 13:39:06 DEBUG unit.oai-hss/0.install CC ecc_verify_hash.lo unit-oai-hss-0: 13:39:06 DEBUG unit.oai-hss/0.install CCLD libcrypto.la unit-oai-hss-0: 13:39:06 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 13:39:06 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 13:39:06 DEBUG unit.oai-hss/0.install CC gnutls_range.lo unit-oai-hss-0: 13:39:06 DEBUG unit.oai-hss/0.install CC gnutls_record.lo unit-oai-hss-0: 13:39:07 DEBUG unit.oai-hss/0.install CC gnutls_compress.lo unit-oai-hss-0: 13:39:07 DEBUG unit.oai-hss/0.install CC debug.lo unit-oai-hss-0: 13:39:07 DEBUG unit.oai-hss/0.install CC gnutls_cipher.lo unit-oai-hss-0: 13:39:07 DEBUG unit.oai-hss/0.install CC gnutls_mbuffers.lo unit-oai-hss-0: 13:39:08 DEBUG unit.oai-hss/0.install CC gnutls_buffers.lo unit-oai-hss-0: 13:39:08 DEBUG unit.oai-hss/0.install CC gnutls_handshake.lo unit-oai-hss-0: 13:39:09 DEBUG unit.oai-hss/0.install CC gnutls_num.lo unit-oai-hss-0: 13:39:09 DEBUG unit.oai-hss/0.install CC gnutls_errors.lo unit-oai-hss-0: 13:39:09 DEBUG unit.oai-hss/0.install CC gnutls_dh.lo unit-oai-hss-0: 13:39:10 DEBUG unit.oai-hss/0.install CC gnutls_kx.lo unit-oai-hss-0: 13:39:10 DEBUG unit.oai-hss/0.install CC gnutls_priority.lo unit-oai-hss-0: 13:39:10 DEBUG unit.oai-hss/0.install CC gnutls_hash_int.lo unit-oai-hss-0: 13:39:11 DEBUG unit.oai-hss/0.install CC gnutls_cipher_int.lo unit-oai-hss-0: 13:39:11 DEBUG unit.oai-hss/0.install CC gnutls_session.lo unit-oai-hss-0: 13:39:11 DEBUG unit.oai-hss/0.install CC gnutls_db.lo unit-oai-hss-0: 13:39:11 DEBUG unit.oai-hss/0.install CC x509_b64.lo unit-oai-hss-0: 13:39:11 DEBUG unit.oai-hss/0.install CC gnutls_extensions.lo unit-oai-hss-0: 13:39:12 DEBUG unit.oai-hss/0.install CC gnutls_auth.lo unit-oai-hss-0: 13:39:12 DEBUG unit.oai-hss/0.install CC gnutls_v2_compat.lo unit-oai-hss-0: 13:39:12 DEBUG unit.oai-hss/0.install CC gnutls_datum.lo unit-oai-hss-0: 13:39:12 DEBUG unit.oai-hss/0.install CC gnutls_session_pack.lo unit-oai-hss-0: 13:39:13 DEBUG unit.oai-hss/0.install CC gnutls_mpi.lo unit-oai-hss-0: 13:39:13 DEBUG unit.oai-hss/0.install CC gnutls_pk.lo unit-oai-hss-0: 13:39:13 DEBUG unit.oai-hss/0.install CC gnutls_cert.lo unit-oai-hss-0: 13:39:14 DEBUG unit.oai-hss/0.install CC gnutls_global.lo unit-oai-hss-0: 13:39:14 DEBUG unit.oai-hss/0.install CC gnutls_constate.lo unit-oai-hss-0: 13:39:14 DEBUG unit.oai-hss/0.install CC gnutls_anon_cred.lo unit-oai-hss-0: 13:39:14 DEBUG unit.oai-hss/0.install CC pkix_asn1_tab.lo unit-oai-hss-0: 13:39:14 DEBUG unit.oai-hss/0.install CC gnutls_asn1_tab.lo unit-oai-hss-0: 13:39:14 DEBUG unit.oai-hss/0.install CC gnutls_mem.lo unit-oai-hss-0: 13:39:14 DEBUG unit.oai-hss/0.install CC gnutls_ui.lo unit-oai-hss-0: 13:39:15 DEBUG unit.oai-hss/0.install CC gnutls_sig.lo unit-oai-hss-0: 13:39:15 DEBUG unit.oai-hss/0.install CC gnutls_ecc.lo unit-oai-hss-0: 13:39:15 DEBUG unit.oai-hss/0.install CC gnutls_dh_primes.lo unit-oai-hss-0: 13:39:15 DEBUG unit.oai-hss/0.install CC gnutls_alert.lo unit-oai-hss-0: 13:39:16 DEBUG unit.oai-hss/0.install CC system.lo unit-oai-hss-0: 13:39:16 DEBUG unit.oai-hss/0.install CC gnutls_str.lo unit-oai-hss-0: 13:39:16 DEBUG unit.oai-hss/0.install CC gnutls_state.lo unit-oai-hss-0: 13:39:17 DEBUG unit.oai-hss/0.install CC gnutls_x509.lo unit-oai-hss-0: 13:39:17 DEBUG unit.oai-hss/0.install CC gnutls_rsa_export.lo unit-oai-hss-0: 13:39:17 DEBUG unit.oai-hss/0.install CC gnutls_helper.lo unit-oai-hss-0: 13:39:18 DEBUG unit.oai-hss/0.install CC gnutls_supplemental.lo unit-oai-hss-0: 13:39:18 DEBUG unit.oai-hss/0.install CC random.lo unit-oai-hss-0: 13:39:18 DEBUG unit.oai-hss/0.install CC crypto-api.lo unit-oai-epc-0: 13:39:18 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 13:39:18 DEBUG unit.oai-hss/0.install CC gnutls_privkey.lo unit-oai-hss-0: 13:39:18 DEBUG unit.oai-hss/0.install CC gnutls_pcert.lo unit-oai-hss-0: 13:39:19 DEBUG unit.oai-hss/0.install CC gnutls_pubkey.lo unit-abot-epc-basic-0: 13:39:19 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-998282-default-0 unit-abot-epc-basic-0: 13:39:19 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-998282-default-0 unit-abot-epc-basic-0: 13:39:19 DEBUG unit.abot-epc-basic/0.install Cloning into '/opt/ssh'... unit-abot-epc-basic-0: 13:39:19 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 13:39:19 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: 13:39:19 DEBUG unit.oai-hss/0.install CC locks.lo unit-oai-hss-0: 13:39:19 DEBUG unit.oai-hss/0.install CC gnutls_dtls.lo unit-oai-hss-0: 13:39:20 DEBUG unit.oai-hss/0.install CC system_override.lo unit-oai-hss-0: 13:39:20 DEBUG unit.oai-hss/0.install CC crypto-backend.lo unit-oai-hss-0: 13:39:20 DEBUG unit.oai-hss/0.install CC verify-tofu.lo unit-oai-hss-0: 13:39:20 DEBUG unit.oai-hss/0.install CC pin.lo unit-oai-hss-0: 13:39:20 DEBUG unit.oai-hss/0.install CC tpm.lo unit-oai-hss-0: 13:39:21 DEBUG unit.oai-hss/0.install CC pkcs11.lo unit-oai-hss-0: 13:39:21 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_add_provider': unit-oai-hss-0: 13:39:21 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: 13:39:21 DEBUG unit.oai-hss/0.install if (p11_kit_load_initialize_module (name, &module) != CKR_OK) unit-oai-hss-0: 13:39:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:21 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: 13:39:21 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (module); unit-oai-hss-0: 13:39:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:21 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'initialize_automatic_p11_kit': unit-oai-hss-0: 13:39:21 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: 13:39:21 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_registered (); unit-oai-hss-0: 13:39:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:21 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: 13:39:21 DEBUG unit.oai-hss/0.install modules = p11_kit_registered_modules (); unit-oai-hss-0: 13:39:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:21 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: 13:39:21 DEBUG unit.oai-hss/0.install name = p11_kit_registered_module_to_name (modules[i]); unit-oai-hss-0: 13:39:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:21 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_reinit': unit-oai-hss-0: 13:39:21 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: 13:39:21 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_module(providers[i].module); unit-oai-hss-0: 13:39:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:21 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_deinit': unit-oai-hss-0: 13:39:21 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: 13:39:21 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (providers[i].module); unit-oai-hss-0: 13:39:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:21 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: 13:39:21 DEBUG unit.oai-hss/0.install p11_kit_finalize_registered (); unit-oai-hss-0: 13:39:21 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:22 DEBUG unit.oai-hss/0.install CC pkcs11_privkey.lo unit-oai-hss-0: 13:39:22 DEBUG unit.oai-hss/0.install CC pkcs11_write.lo unit-oai-hss-0: 13:39:23 DEBUG unit.oai-hss/0.install CC pkcs11_secret.lo unit-oai-hss-0: 13:39:23 DEBUG unit.oai-hss/0.install CC gnutls_srp.lo unit-oai-hss-0: 13:39:23 DEBUG unit.oai-hss/0.install CC gnutls_psk.lo unit-oai-hss-0: 13:39:23 DEBUG unit.oai-hss/0.install CCLD libgnutls.la unit-oai-hss-0: 13:39:23 DEBUG unit.oai-hss/0.install copying selected object files to avoid basename conflicts... unit-oai-hss-0: 13:39:24 DEBUG unit.oai-hss/0.install CXX libgnutlsxx_la-gnutlsxx.lo unit-oai-hss-0: 13:39:24 DEBUG unit.oai-hss/0.install CXXLD libgnutlsxx.la unit-oai-hss-0: 13:39:24 DEBUG unit.oai-hss/0.install CC xssl.lo unit-oai-hss-0: 13:39:25 DEBUG unit.oai-hss/0.install CC xssl_getline.lo unit-oai-hss-0: 13:39:25 DEBUG unit.oai-hss/0.install CCLD libgnutls-xssl.la unit-oai-hss-0: 13:39:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 13:39:25 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 13:39:25 DEBUG unit.oai-hss/0.install Making all in extra unit-oai-hss-0: 13:39:25 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 13:39:25 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 13:39:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 13:39:25 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 13:39:25 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 13:39:25 DEBUG unit.oai-hss/0.install CC gnutls_openssl.lo unit-oai-hss-0: 13:39:25 DEBUG unit.oai-hss/0.install CC openssl_compat.lo unit-oai-hss-0: 13:39:25 DEBUG unit.oai-hss/0.install CCLD libgnutls-openssl.la unit-oai-hss-0: 13:39:25 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 13:39:25 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 13:39:25 DEBUG unit.oai-hss/0.install Making all in po unit-oai-hss-0: 13:39:25 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 13:39:25 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 13:39:25 DEBUG unit.oai-hss/0.install Making all in src unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install Making all in crywrap unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install CC crywrap.o unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_do_one': unit-oai-hss-0: 13:39:26 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: 13:39:26 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)insock, unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 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: 13:39:26 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)outsock); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_setup_pidfile': unit-oai-hss-0: 13:39:26 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: 13:39:26 DEBUG unit.oai-hss/0.install fchown (pidfilefd, config->uid, (gid_t)-1); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 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: 13:39:26 DEBUG unit.oai-hss/0.install write (pidfilefd, mypid, strlen (mypid)); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install CCLD crywrap unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install Making all in libopts unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install CC libopts_la-libopts.lo unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install In file included from libopts.c:24:0: unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install enum.c: In function 'enum_err': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install enum.c:112:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, ENUM_ERR_LINE, *(paz_names++)); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install enum.c:135:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install sprintf(zFmt, ENUM_ERR_WIDTH, (int)max_len); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install enum.c:148:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_SPACE_FMT, *(paz_names++)); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install enum.c:155:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_FMT, *paz_names); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install enum.c: In function 'optionEnumerationVal': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install enum.c:307:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(INVALID_FMT, ix); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install In file included from libopts.c:27:0: unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install find.c: In function 'opt_ambiguities': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install find.c:114:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_Name); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install find.c:119:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_DisableName); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install find.c: In function 'opt_set': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install find.c:219:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pOD->pzText); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install find.c: In function 'opt_find_short': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install find.c:432:21: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pRes->pzText); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install In file included from libopts.c:30:0: unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c: In function 'optionParseShell': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:147:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:157:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:166:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:178:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:184:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:195:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(SHOW_PROG_ENV, opts->pzPROGNAME); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_var_text': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:230:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(SET_TEXT_FMT, prog, var); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_usage': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:373:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install strftime(tm_nm_buf, AO_NAME_SIZE, TIME_FMT, ptm ); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:381:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(SHELL_MAGIC, shell_prog); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:383:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(PREAMBLE_FMT, START_MARK, out_nm, tm_nm_buf); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:386:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(END_PRE_FMT, opts->pzPROGNAME); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_wrapup': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:436:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(FINISH_LOOP, opts->pzPROGNAME); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_action': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:532:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, VER_STR); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:535:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(PAGE_USAGE_TEXT, opts->pzPROGNAME); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:538:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_LOAD_WARN); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:539:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:544:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SAVE_OPTS); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:545:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:547:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, LONG_USE_STR); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:551:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(SGL_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:555:24: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install od->pz_NAME, od->optMaxCt); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:557:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(MULTI_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:564:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:565:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:568:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:569:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:572:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_inaction': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:582:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SUPPRESS_LOAD); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:586:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:589:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:591:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_flag': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:614:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(zOptionFlag, od->optValue); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_match_expr': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:689:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(zOptionPartName, name_bf); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install makeshell.c:699:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(zOptionFullName, name); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install In file included from libopts.c:31:0: unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install nested.c: In function 'emit_special_char': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install nested.c:903:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install fprintf(fp, XML_HEX_BYTE_FMT, (ch & 0xFF)); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install In file included from libopts.c:33:0: unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install pgusage.c: In function 'open_tmp_usage': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install snprintf(bf, bfsz, TMP_FILE_FMT, tmpdir, my_pid); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install pgusage.c: In function 'mk_pager_cmd': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install snprintf(res, bfsz, PAGE_USAGE_FMT, pager, fname); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install In file included from libopts.c:34:0: unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionQuoteString': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install putshell.c:190:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install sprintf(out, MK_STR_OCT_FMT, ch); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_enumeration': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install putshell.c:277:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install putshell.c:283:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(QUOT_ARG_FMT, pOD->optArg.argString); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install putshell.c:288:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_membership': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install putshell.c:298:12: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install (int)(uintptr_t)(pOD->optCookie)); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install putshell.c:315:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(SHOW_VAL_FMT, (unsigned long)val); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_stacked_arg': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install putshell.c:330:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(zOptCookieCt, pOpts->pzPROGNAME, pOD->pz_NAME, ct); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install putshell.c:334:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install putshell.c:337:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionPutShell': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install putshell.c:375:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(zOptCtFmt, pOpts->curOptIdx-1); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install putshell.c:403:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(zEquivMode, pOpts->pzPROGNAME, pOD->pz_NAME, p->pz_NAME); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install putshell.c:442:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ? pOD->pz_DisablePfx : "false"); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install putshell.c:452:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install (int)pOD->optArg.argInt); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install putshell.c:472:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install (pOD->optArg.argBool == 0) ? "false" : "true"); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install putshell.c:484:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install pOD->optOccCt); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install putshell.c:491:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install putshell.c:493:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install In file included from libopts.c:37:0: unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install save.c: In function 'prt_value': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install save.c:351:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install fprintf(fp, NULL_ATR_FMT, ovp->pzName); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install save.c:366:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install fprintf(fp, TYPE_ATR_FMT, ovp->pzName, typ); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install save.c:386:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, ovp->pzName); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install save.c:392:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install fprintf(fp, NUMB_ATR_FMT, ovp->pzName, ovp->v.longVal); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install save.c:397:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ovp->v.boolVal ? "true" : "false"); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install save.c: In function 'prt_string': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install save.c:411:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_XML_FMT, name); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install save.c:439:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, name); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install save.c: In function 'prt_val_list': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install save.c:459:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_CLOSE_FMT, name); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install save.c:463:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, name); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install save.c: In function 'prt_nested': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install save.c:503:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, p->pz_Name); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install save.c: In function 'open_sv_file': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install save.c:556:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install fprintf(fp, zPresetFile, time_str); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install In file included from libopts.c:44:0: unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install usage.c: In function 'print_usage_details': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install usage.c:352:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install usage.c:357:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install usage.c: In function 'print_one_paragraph': unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install usage.c:437:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install fprintf(fp, PUTS_FMT, t); unit-oai-hss-0: 13:39:26 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:29 DEBUG unit.oai-hss/0.install CCLD libopts.la unit-oai-hss-0: 13:39:29 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 13:39:29 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:39:29 DEBUG unit.oai-hss/0.install CC libcmd_srp_la-srptool-args.lo unit-oai-hss-0: 13:39:29 DEBUG unit.oai-hss/0.install CCLD libcmd-srp.la unit-oai-hss-0: 13:39:29 DEBUG unit.oai-hss/0.install CC libcmd_psk_la-psk-args.lo unit-oai-hss-0: 13:39:29 DEBUG unit.oai-hss/0.install CCLD libcmd-psk.la unit-oai-hss-0: 13:39:29 DEBUG unit.oai-hss/0.install CC libcmd_ocsp_la-ocsptool-args.lo unit-oai-hss-0: 13:39:29 DEBUG unit.oai-hss/0.install CCLD libcmd-ocsp.la unit-oai-hss-0: 13:39:29 DEBUG unit.oai-hss/0.install CC libcmd_serv_la-serv-args.lo unit-oai-hss-0: 13:39:29 DEBUG unit.oai-hss/0.install CCLD libcmd-serv.la unit-oai-hss-0: 13:39:29 DEBUG unit.oai-hss/0.install CC libcmd_cli_la-cli-args.lo unit-oai-hss-0: 13:39:30 DEBUG unit.oai-hss/0.install CCLD libcmd-cli.la unit-oai-hss-0: 13:39:30 DEBUG unit.oai-hss/0.install CC libcmd_cli_debug_la-cli-debug-args.lo unit-oai-hss-0: 13:39:30 DEBUG unit.oai-hss/0.install CCLD libcmd-cli-debug.la unit-oai-hss-0: 13:39:30 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-args.lo unit-oai-hss-0: 13:39:30 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-cfg.lo unit-oai-hss-0: 13:39:31 DEBUG unit.oai-hss/0.install CCLD libcmd-certtool.la unit-oai-hss-0: 13:39:31 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-danetool-args.lo unit-oai-hss-0: 13:39:31 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-certtool-cfg.lo unit-oai-hss-0: 13:39:31 DEBUG unit.oai-hss/0.install CCLD libcmd-danetool.la unit-oai-hss-0: 13:39:32 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-p11tool-args.lo unit-oai-hss-0: 13:39:32 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-certtool-cfg.lo unit-oai-hss-0: 13:39:32 DEBUG unit.oai-hss/0.install CCLD libcmd-p11tool.la unit-oai-hss-0: 13:39:32 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-tpmtool-args.lo unit-oai-hss-0: 13:39:33 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-certtool-cfg.lo unit-oai-hss-0: 13:39:33 DEBUG unit.oai-hss/0.install CCLD libcmd-tpmtool.la unit-oai-hss-0: 13:39:33 DEBUG unit.oai-hss/0.install CC psk.o unit-oai-hss-0: 13:39:33 DEBUG unit.oai-hss/0.install CCLD psktool unit-oai-hss-0: 13:39:33 DEBUG unit.oai-hss/0.install CC cli-debug.o unit-oai-hss-0: 13:39:33 DEBUG unit.oai-hss/0.install cli-debug.c: In function 'main': unit-oai-hss-0: 13:39:33 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: 13:39:33 DEBUG unit.oai-hss/0.install gnutls_transport_set_ptr (state, (gnutls_transport_ptr_t) unit-oai-hss-0: 13:39:33 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:34 DEBUG unit.oai-hss/0.install CC tests.o unit-oai-hss-0: 13:39:34 DEBUG unit.oai-hss/0.install CC socket.o unit-oai-hss-0: 13:39:34 DEBUG unit.oai-hss/0.install CC common.o unit-oai-hss-0: 13:39:34 DEBUG unit.oai-hss/0.install common.c: In function 'token_callback': unit-oai-hss-0: 13:39:34 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: 13:39:34 DEBUG unit.oai-hss/0.install fgets (buf, sizeof (buf), stdin); unit-oai-hss-0: 13:39:34 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:34 DEBUG unit.oai-hss/0.install CCLD gnutls-cli-debug unit-oai-hss-0: 13:39:34 DEBUG unit.oai-hss/0.install CC certtool.o unit-oai-hss-0: 13:39:35 DEBUG unit.oai-hss/0.install CC certtool-common.o unit-oai-hss-0: 13:39:35 DEBUG unit.oai-hss/0.install certtool-common.c: In function 'print_head': unit-oai-hss-0: 13:39:35 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: 13:39:35 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[%u] =", txt, size); unit-oai-hss-0: 13:39:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:35 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: 13:39:35 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[] =\n", txt); unit-oai-hss-0: 13:39:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:35 DEBUG unit.oai-hss/0.install CC certtool-extras.o unit-oai-hss-0: 13:39:35 DEBUG unit.oai-hss/0.install CCLD certtool unit-oai-hss-0: 13:39:35 DEBUG unit.oai-hss/0.install CC srptool.o unit-oai-hss-0: 13:39:35 DEBUG unit.oai-hss/0.install CCLD srptool unit-oai-hss-0: 13:39:35 DEBUG unit.oai-hss/0.install CC ocsptool.o unit-oai-hss-0: 13:39:35 DEBUG unit.oai-hss/0.install CC ocsptool-common.o unit-oai-hss-0: 13:39:35 DEBUG unit.oai-hss/0.install CCLD ocsptool unit-oai-hss-0: 13:39:35 DEBUG unit.oai-hss/0.install CC serv.o unit-oai-hss-0: 13:39:36 DEBUG unit.oai-hss/0.install CC udp-serv.o unit-oai-hss-0: 13:39:36 DEBUG unit.oai-hss/0.install CCLD gnutls-serv unit-oai-hss-0: 13:39:36 DEBUG unit.oai-hss/0.install CC cli.o unit-oai-hss-0: 13:39:36 DEBUG unit.oai-hss/0.install cli.c: In function 'psk_callback': unit-oai-hss-0: 13:39:36 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: 13:39:36 DEBUG unit.oai-hss/0.install getline (&tmp, &n, stdin); unit-oai-hss-0: 13:39:36 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:36 DEBUG unit.oai-hss/0.install CC benchmark-cipher.o unit-oai-hss-0: 13:39:36 DEBUG unit.oai-hss/0.install CC benchmark.o unit-oai-hss-0: 13:39:36 DEBUG unit.oai-hss/0.install CC benchmark-tls.o unit-oai-hss-0: 13:39:36 DEBUG unit.oai-hss/0.install CCLD gnutls-cli unit-oai-hss-0: 13:39:36 DEBUG unit.oai-hss/0.install CC danetool.o unit-oai-hss-0: 13:39:37 DEBUG unit.oai-hss/0.install CCLD danetool unit-oai-hss-0: 13:39:37 DEBUG unit.oai-hss/0.install CC tpmtool.o unit-oai-hss-0: 13:39:37 DEBUG unit.oai-hss/0.install CCLD tpmtool unit-oai-hss-0: 13:39:37 DEBUG unit.oai-hss/0.install CC p11tool.o unit-oai-hss-0: 13:39:37 DEBUG unit.oai-hss/0.install CC pkcs11.o unit-oai-hss-0: 13:39:37 DEBUG unit.oai-hss/0.install CCLD p11tool unit-oai-hss-0: 13:39:37 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:39:37 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:39:37 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:39:37 DEBUG unit.oai-hss/0.install Making all in doc unit-oai-hss-0: 13:39:37 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:39:37 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 13:39:37 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:39:37 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 13:39:37 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 13:39:37 DEBUG unit.oai-hss/0.install CC ex-alert.lo unit-oai-hss-0: 13:39:37 DEBUG unit.oai-hss/0.install CC ex-pkcs12.lo unit-oai-hss-0: 13:39:37 DEBUG unit.oai-hss/0.install CC ex-session-info.lo unit-oai-hss-0: 13:39:37 DEBUG unit.oai-hss/0.install CC ex-x509-info.lo unit-oai-hss-0: 13:39:38 DEBUG unit.oai-hss/0.install CC ex-verify.lo unit-oai-hss-0: 13:39:38 DEBUG unit.oai-hss/0.install CC tcp.lo unit-oai-hss-0: 13:39:38 DEBUG unit.oai-hss/0.install CC udp.lo unit-oai-hss-0: 13:39:38 DEBUG unit.oai-hss/0.install CC ex-pkcs11-list.lo unit-oai-hss-0: 13:39:38 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 13:39:38 DEBUG unit.oai-hss/0.install CC ex-verify-ssh.lo unit-oai-hss-0: 13:39:38 DEBUG unit.oai-hss/0.install CCLD libexamples.la unit-oai-hss-0: 13:39:38 DEBUG unit.oai-hss/0.install CC ex-client-resume.o unit-oai-hss-0: 13:39:38 DEBUG unit.oai-hss/0.install CCLD ex-client-resume unit-oai-hss-0: 13:39:38 DEBUG unit.oai-hss/0.install CC ex-client-dtls.o unit-oai-hss-0: 13:39:38 DEBUG unit.oai-hss/0.install CCLD ex-client-dtls unit-oai-hss-0: 13:39:38 DEBUG unit.oai-hss/0.install CC ex-cert-select.o unit-oai-hss-0: 13:39:38 DEBUG unit.oai-hss/0.install CCLD ex-cert-select unit-oai-hss-0: 13:39:39 DEBUG unit.oai-hss/0.install CC ex-client-x509.o unit-oai-hss-0: 13:39:39 DEBUG unit.oai-hss/0.install CCLD ex-client-x509 unit-oai-hss-0: 13:39:39 DEBUG unit.oai-hss/0.install CC ex-serv-dtls.o unit-oai-hss-0: 13:39:39 DEBUG unit.oai-hss/0.install CCLD ex-serv-dtls unit-oai-hss-0: 13:39:39 DEBUG unit.oai-hss/0.install CC ex-client-xssl1.o unit-oai-hss-0: 13:39:39 DEBUG unit.oai-hss/0.install ex-client-xssl1.c: In function 'main': unit-oai-hss-0: 13:39:39 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: 13:39:39 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 13:39:39 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:39 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl1 unit-oai-hss-0: 13:39:39 DEBUG unit.oai-hss/0.install CC ex-client-xssl2.o unit-oai-hss-0: 13:39:39 DEBUG unit.oai-hss/0.install ex-client-xssl2.c: In function 'main': unit-oai-hss-0: 13:39:39 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: 13:39:39 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 13:39:39 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 13:39:39 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl2 unit-oai-hss-0: 13:39:39 DEBUG unit.oai-hss/0.install CC print-ciphersuites.o unit-oai-hss-0: 13:39:39 DEBUG unit.oai-hss/0.install CCLD print-ciphersuites unit-oai-hss-0: 13:39:39 DEBUG unit.oai-hss/0.install CXX ex-cxx.o unit-oai-hss-0: 13:39:39 DEBUG unit.oai-hss/0.install CXXLD ex-cxx unit-oai-hss-0: 13:39:39 DEBUG unit.oai-hss/0.install CC ex-client-anon.o unit-oai-hss-0: 13:39:39 DEBUG unit.oai-hss/0.install CCLD ex-client-anon unit-oai-hss-0: 13:39:40 DEBUG unit.oai-hss/0.install CC ex-serv-anon.o unit-oai-hss-0: 13:39:40 DEBUG unit.oai-hss/0.install CCLD ex-serv-anon unit-oai-hss-0: 13:39:40 DEBUG unit.oai-hss/0.install CC ex-serv-pgp.o unit-oai-hss-0: 13:39:40 DEBUG unit.oai-hss/0.install CCLD ex-serv-pgp unit-oai-hss-0: 13:39:40 DEBUG unit.oai-hss/0.install CC ex-cert-select-pkcs11.o unit-oai-hss-0: 13:39:40 DEBUG unit.oai-hss/0.install CCLD ex-cert-select-pkcs11 unit-oai-hss-0: 13:39:40 DEBUG unit.oai-hss/0.install CC ex-client-psk.o unit-oai-hss-0: 13:39:40 DEBUG unit.oai-hss/0.install CCLD ex-client-psk unit-oai-hss-0: 13:39:40 DEBUG unit.oai-hss/0.install CC ex-serv-psk.o unit-oai-hss-0: 13:39:40 DEBUG unit.oai-hss/0.install CCLD ex-serv-psk unit-oai-hss-0: 13:39:40 DEBUG unit.oai-hss/0.install CC ex-client-srp.o unit-oai-hss-0: 13:39:40 DEBUG unit.oai-hss/0.install CCLD ex-client-srp unit-oai-hss-0: 13:39:40 DEBUG unit.oai-hss/0.install CC ex-serv-srp.o unit-oai-hss-0: 13:39:40 DEBUG unit.oai-hss/0.install CCLD ex-serv-srp unit-oai-hss-0: 13:39:40 DEBUG unit.oai-hss/0.install CC ex-ocsp-client.o unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install CCLD ex-ocsp-client unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in cyclo unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in manpages unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in credentials unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all-am'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in latex unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all-am'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install CC utils.lo unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install CCLD libutils.la unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in rsa-md5-collision unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in pkcs1-padding unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in pkcs8-decode unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in pkcs12-decode unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in userid unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in cert-tests unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in key-id unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in sha2 unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in safe-renegotiation unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in dsa unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in ecdsa unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in slow unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in dtls unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making all in openpgp-certs unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making install in gl unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making install in lib unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 13:39:41 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: 13:39:41 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/gnutls.h '/usr/include/gnutls' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making install in accelerated unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making install in x86 unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making install in auth unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making install in ext unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making install in algorithms unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making install in extras unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making install in opencdk unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 13:39:41 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install Making install in nettle unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 13:39:42 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: 13:39:42 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: 13:39:42 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: 13:39:42 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: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.lai /usr/lib/libgnutls.la unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutlsxx.la' unit-oai-hss-0: 13:39:42 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: 13:39:42 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: 13:39:42 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: 13:39:42 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: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.lai /usr/lib/libgnutlsxx.la unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-xssl.la' unit-oai-hss-0: 13:39:42 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: 13:39:42 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: 13:39:42 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: 13:39:42 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: 13:39:42 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: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.a /usr/lib/libgnutls.a unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls.a unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls.a unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.a /usr/lib/libgnutlsxx.a unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutlsxx.a unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutlsxx.a unit-oai-hss-0: 13:39:42 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: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 13:39:42 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: 13:39:42 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib/pkgconfig' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls.pc '/usr/lib/pkgconfig' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install Making install in extra unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/openssl.h '/usr/include/gnutls' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls-openssl.la '/usr/lib' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-openssl.la' unit-oai-hss-0: 13:39:42 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: 13:39:42 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: 13:39:42 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: 13:39:42 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: 13:39:42 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: 13:39:42 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: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 13:39:42 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: 13:39:42 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install Making install in po unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install installing en@boldquot.gmo as /usr/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install installing en@quot.gmo as /usr/share/locale/en@quot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install installing de.gmo as /usr/share/locale/de/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install if test "gnutls" = "gettext-tools"; then \ unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/gettext/po; \ unit-oai-hss-0: 13:39:42 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: 13:39:42 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 ./$file \ unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install /usr/share/gettext/po/$file; \ unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install for file in Makevars; do \ unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install rm -f /usr/share/gettext/po/$file; \ unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install : ; \ unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install fi unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install Making install in src unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install Making install in crywrap unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c crywrap '/usr/bin' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/crywrap /usr/bin/crywrap unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install Making install in libopts unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 13:39:42 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: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/psktool /usr/bin/psktool unit-oai-hss-0: 13:39:42 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: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/certtool /usr/bin/certtool unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/srptool /usr/bin/srptool unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/ocsptool /usr/bin/ocsptool unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-serv /usr/bin/gnutls-serv unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli /usr/bin/gnutls-cli unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/danetool /usr/bin/danetool unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/tpmtool /usr/bin/tpmtool unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/p11tool /usr/bin/p11tool unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install Making install in doc unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install Making install in cyclo unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install Making install in manpages unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:42 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man1' unit-oai-hss-0: 13:39:43 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: 13:39:43 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man3' unit-oai-hss-0: 13:39:43 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: 13:39:43 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: 13:39:43 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: 13:39:43 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: 13:39:43 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: 13:39:43 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: 13:39:43 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: 13:39:43 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: 13:39:43 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: 13:39:43 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: 13:39:43 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: 13:39:43 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: 13:39:43 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: 13:39:43 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: 13:39:43 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: 13:39:43 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: 13:39:43 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: 13:39:43 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: 13:39:43 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: 13:39:43 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: 13:39:43 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: 13:39:43 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Making install in credentials unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Making install in latex unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 13:39:43 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: 13:39:43 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 13:39:43 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: 13:39:43 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls.info' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls-guile.info' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Making install in rsa-md5-collision unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Making install in pkcs1-padding unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Making install in pkcs8-decode unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Making install in pkcs12-decode unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Making install in userid unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Making install in cert-tests unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Making install in key-id unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Making install in sha2 unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Making install in safe-renegotiation unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Making install in dsa unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Making install in ecdsa unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Making install in slow unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Making install in dtls unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Making install in openpgp-certs unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install bison is already the newest version. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install cmake is already the newest version. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install flex is already the newest version. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install g++ is already the newest version. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install g++ set to manually installed. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install gcc is already the newest version. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install gcc set to manually installed. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libsctp-dev is already the newest version. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libsctp1 is already the newest version. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install cmake-curses-gui is already the newest version. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install gdb is already the newest version. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libgcrypt11-dev is already the newest version. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libmysqlclient-dev is already the newest version. unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install comerr-dev dh-apparmor gettext intltool-debian krb5-multidev libasprintf-dev unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libexpat1-dev unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri libgl1-mesa-glx unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 libkdb5-7 unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq5 libpython-dev unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial-common po-debconf python2.7-dev swig2.0 unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install tcl tcl8.6 tk tk8.6 x11-utils xbitmaps xterm unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install doc-base dh-make apparmor-easyprof gettext-doc krb5-doc libglide3 krb5-user unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install postgresql-doc-9.3 qct kdiff3 kdiff3-qt kompare meld tkcvs mgdiff unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install python-mysqldb python-pygments libmail-box-perl openssl-blacklist swig-doc unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install swig-examples swig2.0-examples swig2.0-doc tcl-tclreadline mesa-utils unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install xfonts-cyrillic unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install wish unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install comerr-dev debhelper dh-apparmor gettext intltool-debian krb5-multidev unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libasprintf-dev libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libexpat1-dev libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libgl1-mesa-glx libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libkdb5-7 libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq-dev libpq5 unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libpython-dev libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libxml2-dev libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 13:39:43 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial mercurial-common po-debconf python-dev unit-oai-hss-0: 13:39:43 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: 13:39:43 DEBUG unit.oai-hss/0.install xterm unit-oai-hss-0: 13:39:44 DEBUG unit.oai-hss/0.install 0 upgraded, 73 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:39:44 DEBUG unit.oai-hss/0.install Need to get 43.0 MB of archives. unit-oai-hss-0: 13:39:44 DEBUG unit.oai-hss/0.install After this operation, 135 MB of additional disk space will be used. unit-oai-hss-0: 13:39:44 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: 13:39:44 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: 13:39:44 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: 13:39:44 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: 13:39:44 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: 13:39:44 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: 13:39:44 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: 13:39:45 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: 13:39:45 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: 13:39:45 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: 13:39:45 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: 13:39:45 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: 13:39:45 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: 13:39:46 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: 13:39:46 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: 13:39:46 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: 13:39:46 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: 13:39:46 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: 13:39:46 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: 13:39:46 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: 13:39:46 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: 13:39:46 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: 13:39:46 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: 13:39:46 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: 13:39:46 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: 13:39:47 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: 13:39:47 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: 13:39:47 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: 13:39:47 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: 13:39:47 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: 13:39:47 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: 13:39:48 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: 13:39:48 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: 13:39:48 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: 13:39:48 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: 13:39:48 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: 13:39:48 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: 13:39:48 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: 13:39:48 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: 13:39:48 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: 13:39:48 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: 13:39:48 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: 13:39:48 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: 13:39:48 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: 13:39:49 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: 13:39:49 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: 13:39:49 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: 13:39:49 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: 13:39:49 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: 13:39:49 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: 13:39:49 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: 13:39:49 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: 13:39:49 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: 13:39:49 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: 13:39:49 DEBUG unit.oai-hss/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpq5 amd64 9.3.23-0ubuntu0.14.04 [78.6 kB] unit-oai-hss-0: 13:39:49 DEBUG unit.oai-hss/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpq-dev amd64 9.3.23-0ubuntu0.14.04 [140 kB] unit-oai-hss-0: 13:39:49 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: 13:39:50 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: 13:39:50 DEBUG unit.oai-hss/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.12 [630 kB] unit-oai-hss-0: 13:39:50 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: 13:39:50 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: 13:39:50 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: 13:39:50 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: 13:39:50 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: 13:39:50 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: 13:39:50 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: 13:39:50 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: 13:39:50 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: 13:39:50 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: 13:39:50 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: 13:39:51 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: 13:39:51 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: 13:39:51 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: 13:39:51 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 13:39:51 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: 13:39:51 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 13:39:51 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 13:39:51 DEBUG unit.oai-hss/0.install Fetched 43.0 MB in 7s (5798 kB/s) unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcroco3:amd64. unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install (Reading database ... 92736 files and directories currently installed.) unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcroco3_0.6.8-2ubuntu1_amd64.deb ... unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Unpacking libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpciaccess0:amd64. unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpciaccess0_0.13.2-1_amd64.deb ... unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Unpacking libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-intel1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Unpacking libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-nouveau2_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Unpacking libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-radeon1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Unpacking libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontenc1:amd64. unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontenc1_1%3a1.1.2-1_amd64.deb ... unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Unpacking libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libunistring0:amd64. unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libunistring0_0.9.3-5ubuntu3_amd64.deb ... unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Unpacking libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo0:amd64. unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo0_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Unpacking libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libllvm3.4:amd64. unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libllvm3.4_1%3a3.4-1ubuntu3_amd64.deb ... unit-oai-hss-0: 13:39:52 DEBUG unit.oai-hss/0.install Unpacking libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 13:39:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-oai-hss-0: 13:39:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-dri_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 13:39:53 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 13:39:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-oai-hss-0: 13:39:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libglapi-mesa_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 13:39:54 DEBUG unit.oai-hss/0.install Unpacking libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 13:39:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-oai-hss-0: 13:39:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.2-1ubuntu2_amd64.deb ... unit-oai-hss-0: 13:39:54 DEBUG unit.oai-hss/0.install Unpacking libx11-xcb1:amd64 (2:1.6.2-1ubuntu2) ... unit-oai-hss-0: 13:39:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-oai-hss-0: 13:39:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri2-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 13:39:54 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 13:39:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-oai-hss-0: 13:39:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri3-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 13:39:54 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 13:39:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-oai-hss-0: 13:39:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-glx0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 13:39:54 DEBUG unit.oai-hss/0.install Unpacking libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 13:39:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-present0:amd64. unit-oai-hss-0: 13:39:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-present0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 13:39:55 DEBUG unit.oai-hss/0.install Unpacking libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 13:39:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-oai-hss-0: 13:39:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-sync1_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 13:39:55 DEBUG unit.oai-hss/0.install Unpacking libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 13:39:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxdamage1:amd64. unit-oai-hss-0: 13:39:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-1ubuntu1_amd64.deb ... unit-oai-hss-0: 13:39:55 DEBUG unit.oai-hss/0.install Unpacking libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 13:39:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxfixes3:amd64. unit-oai-hss-0: 13:39:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 13:39:55 DEBUG unit.oai-hss/0.install Unpacking libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 13:39:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxshmfence1:amd64. unit-oai-hss-0: 13:39:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxshmfence1_1.1-2_amd64.deb ... unit-oai-hss-0: 13:39:56 DEBUG unit.oai-hss/0.install Unpacking libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 13:39:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-oai-hss-0: 13:39:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 13:39:56 DEBUG unit.oai-hss/0.install Unpacking libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 13:39:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-oai-hss-0: 13:39:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-glx_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 13:39:56 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 13:39:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgssrpc4:amd64. unit-oai-hss-0: 13:39:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgssrpc4_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 13:39:56 DEBUG unit.oai-hss/0.install Unpacking libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 13:39:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5clnt-mit9:amd64. unit-oai-hss-0: 13:39:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5clnt-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 13:39:57 DEBUG unit.oai-hss/0.install Unpacking libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 13:39:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkdb5-7:amd64. unit-oai-hss-0: 13:39:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkdb5-7_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 13:39:57 DEBUG unit.oai-hss/0.install Unpacking libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 13:39:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5srv-mit9:amd64. unit-oai-hss-0: 13:39:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5srv-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 13:39:57 DEBUG unit.oai-hss/0.install Unpacking libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 13:39:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-oai-hss-0: 13:39:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 13:39:57 DEBUG unit.oai-hss/0.install Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 13:39:57 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-oai-hss-0: 13:39:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... unit-oai-hss-0: 13:39:57 DEBUG unit.oai-hss/0.install Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 13:39:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtcl8.6:amd64. unit-oai-hss-0: 13:39:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 13:39:58 DEBUG unit.oai-hss/0.install Unpacking libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 13:39:58 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxft2:amd64. unit-oai-hss-0: 13:39:58 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxft2_2.3.1-2_amd64.deb ... unit-oai-hss-0: 13:39:58 DEBUG unit.oai-hss/0.install Unpacking libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 13:39:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxss1:amd64. unit-oai-hss-0: 13:39:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 13:39:59 DEBUG unit.oai-hss/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 13:39:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtk8.6:amd64. unit-oai-hss-0: 13:39:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 13:39:59 DEBUG unit.oai-hss/0.install Unpacking libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 13:39:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxmu6:amd64. unit-oai-hss-0: 13:39:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxmu6_2%3a1.1.1-1_amd64.deb ... unit-oai-hss-0: 13:39:59 DEBUG unit.oai-hss/0.install Unpacking libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 13:39:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxpm4:amd64. unit-oai-hss-0: 13:39:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 13:39:59 DEBUG unit.oai-hss/0.install Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 13:39:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxaw7:amd64. unit-oai-hss-0: 13:39:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxaw7_2%3a1.0.12-1_amd64.deb ... unit-oai-hss-0: 13:39:59 DEBUG unit.oai-hss/0.install Unpacking libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 13:39:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-oai-hss-0: 13:39:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-shape0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 13:39:59 DEBUG unit.oai-hss/0.install Unpacking libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 13:39:59 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcomposite1:amd64. unit-oai-hss-0: 13:39:59 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-oai-hss-0: 13:39:59 DEBUG unit.oai-hss/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 13:40:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxinerama1:amd64. unit-oai-hss-0: 13:40:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 13:40:00 DEBUG unit.oai-hss/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 13:40:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrandr2:amd64. unit-oai-hss-0: 13:40:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1~trusty1_amd64.deb ... unit-oai-hss-0: 13:40:00 DEBUG unit.oai-hss/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 13:40:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxtst6:amd64. unit-oai-hss-0: 13:40:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 13:40:00 DEBUG unit.oai-hss/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 13:40:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxv1:amd64. unit-oai-hss-0: 13:40:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-oai-hss-0: 13:40:00 DEBUG unit.oai-hss/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 13:40:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-oai-hss-0: 13:40:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 13:40:00 DEBUG unit.oai-hss/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 13:40:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-oai-hss-0: 13:40:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-oai-hss-0: 13:40:00 DEBUG unit.oai-hss/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 13:40:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package gettext. unit-oai-hss-0: 13:40:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../gettext_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 13:40:00 DEBUG unit.oai-hss/0.install Unpacking gettext (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 13:40:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package intltool-debian. unit-oai-hss-0: 13:40:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.1_all.deb ... unit-oai-hss-0: 13:40:01 DEBUG unit.oai-hss/0.install Unpacking intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 13:40:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package po-debconf. unit-oai-hss-0: 13:40:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../po-debconf_1.0.16+nmu2ubuntu1_all.deb ... unit-oai-hss-0: 13:40:01 DEBUG unit.oai-hss/0.install Unpacking po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 13:40:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package dh-apparmor. unit-oai-hss-0: 13:40:01 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: 13:40:01 DEBUG unit.oai-hss/0.install Unpacking dh-apparmor (2.10.95-0ubuntu2.6~14.04.3) ... unit-oai-hss-0: 13:40:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package debhelper. unit-oai-hss-0: 13:40:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../debhelper_9.20131227ubuntu1_all.deb ... unit-oai-hss-0: 13:40:01 DEBUG unit.oai-hss/0.install Unpacking debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 13:40:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package comerr-dev. unit-oai-hss-0: 13:40:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../comerr-dev_2.1-1.42.9-3ubuntu1.3_amd64.deb ... unit-oai-hss-0: 13:40:01 DEBUG unit.oai-hss/0.install Unpacking comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 13:40:01 DEBUG unit.oai-hss/0.install Selecting previously unselected package krb5-multidev. unit-oai-hss-0: 13:40:01 DEBUG unit.oai-hss/0.install Preparing to unpack .../krb5-multidev_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 13:40:02 DEBUG unit.oai-hss/0.install Unpacking krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 13:40:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-oai-hss-0: 13:40:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasprintf-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 13:40:02 DEBUG unit.oai-hss/0.install Unpacking libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 13:40:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-oai-hss-0: 13:40:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 13:40:02 DEBUG unit.oai-hss/0.install Unpacking libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 13:40:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-oai-hss-0: 13:40:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsys-hostname-long-perl_1.4-3_all.deb ... unit-oai-hss-0: 13:40:02 DEBUG unit.oai-hss/0.install Unpacking libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 13:40:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmail-sendmail-perl. unit-oai-hss-0: 13:40:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-oai-hss-0: 13:40:02 DEBUG unit.oai-hss/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 13:40:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq5. unit-oai-hss-0: 13:40:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq5_9.3.23-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 13:40:02 DEBUG unit.oai-hss/0.install Unpacking libpq5 (9.3.23-0ubuntu0.14.04) ... unit-oai-hss-0: 13:40:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq-dev. unit-oai-hss-0: 13:40:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq-dev_9.3.23-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 13:40:02 DEBUG unit.oai-hss/0.install Unpacking libpq-dev (9.3.23-0ubuntu0.14.04) ... unit-oai-hss-0: 13:40:02 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython-dev:amd64. unit-oai-hss-0: 13:40:02 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 13:40:02 DEBUG unit.oai-hss/0.install Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 13:40:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libutempter0. unit-oai-hss-0: 13:40:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libutempter0_1.1.5-4build1_amd64.deb ... unit-oai-hss-0: 13:40:03 DEBUG unit.oai-hss/0.install Unpacking libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 13:40:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxml2-dev:amd64. unit-oai-hss-0: 13:40:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.12_amd64.deb ... unit-oai-hss-0: 13:40:03 DEBUG unit.oai-hss/0.install Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.12) ... unit-oai-hss-0: 13:40:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial-common. unit-oai-hss-0: 13:40:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial-common_2.8.2-1ubuntu1.3_all.deb ... unit-oai-hss-0: 13:40:03 DEBUG unit.oai-hss/0.install Unpacking mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 13:40:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial. unit-oai-hss-0: 13:40:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial_2.8.2-1ubuntu1.3_amd64.deb ... unit-oai-hss-0: 13:40:03 DEBUG unit.oai-hss/0.install Unpacking mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 13:40:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package python2.7-dev. unit-oai-hss-0: 13:40:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... unit-oai-hss-0: 13:40:03 DEBUG unit.oai-hss/0.install Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 13:40:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-dev. unit-oai-hss-0: 13:40:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 13:40:03 DEBUG unit.oai-hss/0.install Unpacking python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 13:40:03 DEBUG unit.oai-hss/0.install Selecting previously unselected package ssl-cert. unit-oai-hss-0: 13:40:03 DEBUG unit.oai-hss/0.install Preparing to unpack .../ssl-cert_1.0.33_all.deb ... unit-oai-hss-0: 13:40:03 DEBUG unit.oai-hss/0.install Unpacking ssl-cert (1.0.33) ... unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig2.0. unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig2.0_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Unpacking swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig. unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Unpacking swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl8.6. unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Unpacking tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl. unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Unpacking tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk8.6. unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Unpacking tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk. unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Unpacking tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-utils. unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-utils_7.7+1_amd64.deb ... unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Unpacking x11-utils (7.7+1) ... unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package xbitmaps. unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Unpacking xbitmaps (1.1.1-2) ... unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Selecting previously unselected package xterm. unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Preparing to unpack .../xterm_297-1ubuntu1_amd64.deb ... unit-oai-hss-0: 13:40:04 DEBUG unit.oai-hss/0.install Unpacking xterm (297-1ubuntu1) ... unit-oai-hss-0: 13:40:05 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 13:40:07 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 13:40:07 DEBUG unit.oai-hss/0.install Processing triggers for mime-support (3.54ubuntu1.1) ... unit-oai-hss-0: 13:40:07 DEBUG unit.oai-hss/0.install Setting up libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 13:40:08 DEBUG unit.oai-hss/0.install Setting up libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 13:40:08 DEBUG unit.oai-hss/0.install Setting up libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 13:40:08 DEBUG unit.oai-hss/0.install Setting up libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 13:40:08 DEBUG unit.oai-hss/0.install Setting up libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 13:40:08 DEBUG unit.oai-hss/0.install Setting up libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 13:40:08 DEBUG unit.oai-hss/0.install Setting up libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 13:40:08 DEBUG unit.oai-hss/0.install Setting up libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 13:40:08 DEBUG unit.oai-hss/0.install Setting up libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 13:40:08 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 13:40:08 DEBUG unit.oai-hss/0.install Setting up libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 13:40:08 DEBUG unit.oai-hss/0.install Setting up libx11-xcb1:amd64 (2:1.6.2-1ubuntu2) ... unit-oai-hss-0: 13:40:08 DEBUG unit.oai-hss/0.install Setting up libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 13:40:08 DEBUG unit.oai-hss/0.install Setting up libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 13:40:08 DEBUG unit.oai-hss/0.install Setting up libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 13:40:09 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: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 13:40:09 DEBUG unit.oai-hss/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 13:40:10 DEBUG unit.oai-hss/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 13:40:10 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: 13:40:10 DEBUG unit.oai-hss/0.install Setting up gettext (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 13:40:10 DEBUG unit.oai-hss/0.install Setting up intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 13:40:10 DEBUG unit.oai-hss/0.install Setting up po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 13:40:10 DEBUG unit.oai-hss/0.install Setting up dh-apparmor (2.10.95-0ubuntu2.6~14.04.3) ... unit-oai-hss-0: 13:40:10 DEBUG unit.oai-hss/0.install Setting up debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 13:40:10 DEBUG unit.oai-hss/0.install Setting up comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 13:40:10 DEBUG unit.oai-hss/0.install Setting up krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 13:40:10 DEBUG unit.oai-hss/0.install Setting up libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 13:40:10 DEBUG unit.oai-hss/0.install Setting up libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 13:40:10 DEBUG unit.oai-hss/0.install Setting up libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 13:40:10 DEBUG unit.oai-hss/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 13:40:10 DEBUG unit.oai-hss/0.install Setting up libpq5 (9.3.23-0ubuntu0.14.04) ... unit-oai-hss-0: 13:40:10 DEBUG unit.oai-hss/0.install Setting up libpq-dev (9.3.23-0ubuntu0.14.04) ... unit-oai-hss-0: 13:40:10 DEBUG unit.oai-hss/0.install Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 13:40:10 DEBUG unit.oai-hss/0.install Setting up libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 13:40:10 DEBUG unit.oai-hss/0.install Creating utempter group... unit-oai-hss-0: 13:40:11 DEBUG unit.oai-hss/0.install Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.12) ... unit-oai-hss-0: 13:40:11 DEBUG unit.oai-hss/0.install Setting up mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 13:40:11 DEBUG unit.oai-hss/0.install Setting up mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 13:40:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:40:12 DEBUG unit.oai-hss/0.install Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version unit-oai-hss-0: 13:40:12 DEBUG unit.oai-hss/0.install Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 13:40:12 DEBUG unit.oai-hss/0.install Setting up python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 13:40:12 DEBUG unit.oai-hss/0.install Setting up ssl-cert (1.0.33) ... unit-oai-hss-0: 13:40:12 DEBUG unit.oai-hss/0.install Setting up swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 13:40:12 DEBUG unit.oai-hss/0.install Setting up swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 13:40:12 DEBUG unit.oai-hss/0.install Setting up tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 13:40:13 DEBUG unit.oai-hss/0.install Setting up tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 13:40:13 DEBUG unit.oai-hss/0.install Setting up tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 13:40:13 DEBUG unit.oai-hss/0.install Setting up tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 13:40:13 DEBUG unit.oai-hss/0.install Setting up x11-utils (7.7+1) ... unit-oai-hss-0: 13:40:13 DEBUG unit.oai-hss/0.install Setting up xbitmaps (1.1.1-2) ... unit-oai-hss-0: 13:40:13 DEBUG unit.oai-hss/0.install Setting up xterm (297-1ubuntu1) ... unit-oai-hss-0: 13:40:13 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: 13:40:13 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: 13:40:13 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 13:40:13 DEBUG unit.oai-hss/0.install Downloading 1.2.0 freeDiameter archive unit-oai-hss-0: 13:40:13 DEBUG unit.oai-hss/0.install Cloning into 'freediameter'... unit-oai-hss-0: 13:40:22 DEBUG unit.oai-hss/0.install -- The C compiler identification is GNU 4.8.4 unit-oai-hss-0: 13:40:22 DEBUG unit.oai-hss/0.install -- The CXX compiler identification is GNU 4.8.4 unit-oai-hss-0: 13:40:22 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc unit-oai-hss-0: 13:40:22 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc -- works unit-oai-hss-0: 13:40:22 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info unit-oai-hss-0: 13:40:22 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info - done unit-oai-hss-0: 13:40:22 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ unit-oai-hss-0: 13:40:22 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ -- works unit-oai-hss-0: 13:40:22 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info unit-oai-hss-0: 13:40:22 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info - done unit-oai-hss-0: 13:40:22 DEBUG unit.oai-hss/0.install -- Looking for bison unit-oai-hss-0: 13:40:22 DEBUG unit.oai-hss/0.install -- Looking for bison -- /usr/bin/bison unit-oai-hss-0: 13:40:22 DEBUG unit.oai-hss/0.install -- Looking for flex unit-oai-hss-0: 13:40:22 DEBUG unit.oai-hss/0.install -- Looking for flex -- /usr/bin/flex unit-oai-hss-0: 13:40:22 DEBUG unit.oai-hss/0.install -- Looking for getopt_long unit-oai-hss-0: 13:40:22 DEBUG unit.oai-hss/0.install -- Looking for getopt_long - found unit-oai-hss-0: 13:40:22 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs unit-oai-hss-0: 13:40:22 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs - found unit-oai-hss-0: 13:40:22 DEBUG unit.oai-hss/0.install -- Check if the system is big endian unit-oai-hss-0: 13:40:22 DEBUG unit.oai-hss/0.install -- Searching 16 bit integer unit-oai-hss-0: 13:40:22 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h unit-oai-hss-0: 13:40:22 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h - found unit-oai-hss-0: 13:40:22 DEBUG unit.oai-hss/0.install -- Looking for stdint.h unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for stdint.h - found unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for stddef.h unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for stddef.h - found unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Check size of unsigned short unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Check size of unsigned short - done unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Using unsigned short unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Check if the system is big endian - little endian unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for ntohll unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for ntohll - not found unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h - found unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for strndup unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for strndup - found unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h - found unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for pthread_create unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for pthread_create - not found unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads - not found unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread - found unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Found Threads: TRUE unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime - found unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx - not found unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Found SCTP: /usr/lib/x86_64-linux-gnu/libsctp.so unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS - Success unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Found IDNA: /usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT - Success unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Found GNUTLS: /usr/lib/libgnutls.so unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Checking GNUTLS version unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls - found unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls - found unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls - found unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls - found unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG - found unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait - found unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND - Success unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Configuring done unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdproto/CMakeLists.txt: unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install Target "libfdproto" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -lpthread;/usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -lpthread unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdcore/CMakeLists.txt: unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install Target "libfdcore" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:40:23 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: 13:40:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Generating done unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install -- Build files have been written to: /tmp/freediameter/build unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install Compiling freeDiameter unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install Scanning dependencies of target version_information unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdproto unit-oai-hss-0: 13:40:23 DEBUG unit.oai-hss/0.install [ 1%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary.c.o unit-oai-hss-0: 13:40:24 DEBUG unit.oai-hss/0.install [ 2%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary_functions.c.o unit-oai-hss-0: 13:40:24 DEBUG unit.oai-hss/0.install [ 3%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dispatch.c.o unit-oai-hss-0: 13:40:24 DEBUG unit.oai-hss/0.install [ 4%] Building C object libfdproto/CMakeFiles/libfdproto.dir/fifo.c.o unit-oai-hss-0: 13:40:24 DEBUG unit.oai-hss/0.install [ 5%] Building C object libfdproto/CMakeFiles/libfdproto.dir/init.c.o unit-oai-hss-0: 13:40:24 DEBUG unit.oai-hss/0.install [ 6%] Building C object libfdproto/CMakeFiles/libfdproto.dir/lists.c.o unit-oai-hss-0: 13:40:24 DEBUG unit.oai-hss/0.install [ 7%] Building C object libfdproto/CMakeFiles/libfdproto.dir/log.c.o unit-oai-hss-0: 13:40:24 DEBUG unit.oai-hss/0.install [ 8%] Building C object libfdproto/CMakeFiles/libfdproto.dir/messages.c.o unit-oai-hss-0: 13:40:24 DEBUG unit.oai-hss/0.install [ 9%] Building C object libfdproto/CMakeFiles/libfdproto.dir/ostr.c.o unit-oai-hss-0: 13:40:24 DEBUG unit.oai-hss/0.install [ 10%] Building C object libfdproto/CMakeFiles/libfdproto.dir/portability.c.o unit-oai-hss-0: 13:40:24 DEBUG unit.oai-hss/0.install [ 11%] Building C object libfdproto/CMakeFiles/libfdproto.dir/rt_data.c.o unit-oai-hss-0: 13:40:24 DEBUG unit.oai-hss/0.install [ 12%] Building C object libfdproto/CMakeFiles/libfdproto.dir/sessions.c.o unit-oai-hss-0: 13:40:24 DEBUG unit.oai-hss/0.install [ 13%] Building C object libfdproto/CMakeFiles/libfdproto.dir/utils.c.o unit-oai-hss-0: 13:40:24 DEBUG unit.oai-hss/0.install [ 14%] Building C object libfdproto/CMakeFiles/libfdproto.dir/version.c.o unit-oai-hss-0: 13:40:24 DEBUG unit.oai-hss/0.install Linking C shared library libfdproto.so unit-oai-hss-0: 13:40:24 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 13:40:24 DEBUG unit.oai-hss/0.install [ 15%] Generating fdd.tab.c, fdd.tab.h unit-oai-hss-0: 13:40:25 DEBUG unit.oai-hss/0.install [ 16%] Generating lex.fdd.c unit-oai-hss-0: 13:40:25 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdcore unit-oai-hss-0: 13:40:25 DEBUG unit.oai-hss/0.install [ 17%] Building C object libfdcore/CMakeFiles/libfdcore.dir/apps.c.o unit-oai-hss-0: 13:40:25 DEBUG unit.oai-hss/0.install [ 18%] Building C object libfdcore/CMakeFiles/libfdcore.dir/config.c.o unit-oai-hss-0: 13:40:25 DEBUG unit.oai-hss/0.install [ 19%] Building C object libfdcore/CMakeFiles/libfdcore.dir/core.c.o unit-oai-hss-0: 13:40:25 DEBUG unit.oai-hss/0.install [ 20%] Building C object libfdcore/CMakeFiles/libfdcore.dir/cnxctx.c.o unit-oai-hss-0: 13:40:25 DEBUG unit.oai-hss/0.install [ 21%] Building C object libfdcore/CMakeFiles/libfdcore.dir/endpoints.c.o unit-oai-hss-0: 13:40:25 DEBUG unit.oai-hss/0.install [ 22%] Building C object libfdcore/CMakeFiles/libfdcore.dir/events.c.o unit-oai-hss-0: 13:40:25 DEBUG unit.oai-hss/0.install [ 23%] Building C object libfdcore/CMakeFiles/libfdcore.dir/extensions.c.o unit-oai-hss-0: 13:40:25 DEBUG unit.oai-hss/0.install [ 25%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fifo_stats.c.o unit-oai-hss-0: 13:40:25 DEBUG unit.oai-hss/0.install [ 26%] Building C object libfdcore/CMakeFiles/libfdcore.dir/hooks.c.o unit-oai-hss-0: 13:40:25 DEBUG unit.oai-hss/0.install [ 27%] Building C object libfdcore/CMakeFiles/libfdcore.dir/dict_base_proto.c.o unit-oai-hss-0: 13:40:25 DEBUG unit.oai-hss/0.install [ 28%] Building C object libfdcore/CMakeFiles/libfdcore.dir/messages.c.o unit-oai-hss-0: 13:40:25 DEBUG unit.oai-hss/0.install [ 29%] Building C object libfdcore/CMakeFiles/libfdcore.dir/queues.c.o unit-oai-hss-0: 13:40:25 DEBUG unit.oai-hss/0.install [ 30%] Building C object libfdcore/CMakeFiles/libfdcore.dir/peers.c.o unit-oai-hss-0: 13:40:25 DEBUG unit.oai-hss/0.install [ 31%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_ce.c.o unit-oai-hss-0: 13:40:26 DEBUG unit.oai-hss/0.install [ 32%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_cnx.c.o unit-oai-hss-0: 13:40:26 DEBUG unit.oai-hss/0.install [ 33%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dw.c.o unit-oai-hss-0: 13:40:26 DEBUG unit.oai-hss/0.install [ 34%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dp.c.o unit-oai-hss-0: 13:40:26 DEBUG unit.oai-hss/0.install [ 35%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_expiry.c.o unit-oai-hss-0: 13:40:26 DEBUG unit.oai-hss/0.install [ 36%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_out.c.o unit-oai-hss-0: 13:40:26 DEBUG unit.oai-hss/0.install [ 37%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_psm.c.o unit-oai-hss-0: 13:40:26 DEBUG unit.oai-hss/0.install [ 38%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_sr.c.o unit-oai-hss-0: 13:40:26 DEBUG unit.oai-hss/0.install [ 39%] Building C object libfdcore/CMakeFiles/libfdcore.dir/routing_dispatch.c.o unit-oai-hss-0: 13:40:26 DEBUG unit.oai-hss/0.install [ 40%] Building C object libfdcore/CMakeFiles/libfdcore.dir/server.c.o unit-oai-hss-0: 13:40:26 DEBUG unit.oai-hss/0.install [ 41%] Building C object libfdcore/CMakeFiles/libfdcore.dir/tcp.c.o unit-oai-hss-0: 13:40:26 DEBUG unit.oai-hss/0.install [ 42%] Building C object libfdcore/CMakeFiles/libfdcore.dir/version.c.o unit-oai-hss-0: 13:40:26 DEBUG unit.oai-hss/0.install [ 43%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp.c.o unit-oai-hss-0: 13:40:26 DEBUG unit.oai-hss/0.install [ 44%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp3436.c.o unit-oai-hss-0: 13:40:26 DEBUG unit.oai-hss/0.install [ 45%] Building C object libfdcore/CMakeFiles/libfdcore.dir/lex.fdd.c.o unit-oai-hss-0: 13:40:27 DEBUG unit.oai-hss/0.install [ 46%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fdd.tab.c.o unit-oai-hss-0: 13:40:27 DEBUG unit.oai-hss/0.install Linking C shared library libfdcore.so unit-oai-hss-0: 13:40:27 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 13:40:27 DEBUG unit.oai-hss/0.install Scanning dependencies of target freeDiameterd unit-oai-hss-0: 13:40:27 DEBUG unit.oai-hss/0.install [ 47%] Building C object freeDiameterd/CMakeFiles/freeDiameterd.dir/main.c.o unit-oai-hss-0: 13:40:27 DEBUG unit.oai-hss/0.install Linking C executable freeDiameterd unit-oai-hss-0: 13:40:27 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 13:40:27 DEBUG unit.oai-hss/0.install Scanning dependencies of target testcnx unit-oai-hss-0: 13:40:27 DEBUG unit.oai-hss/0.install [ 48%] Building C object tests/CMakeFiles/testcnx.dir/testcnx.c.o unit-oai-hss-0: 13:40:27 DEBUG unit.oai-hss/0.install Linking C executable testcnx unit-oai-hss-0: 13:40:27 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 13:40:27 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdict unit-oai-hss-0: 13:40:27 DEBUG unit.oai-hss/0.install [ 50%] Building C object tests/CMakeFiles/testdict.dir/testdict.c.o unit-oai-hss-0: 13:40:27 DEBUG unit.oai-hss/0.install Linking C executable testdict unit-oai-hss-0: 13:40:27 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 13:40:27 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdisp unit-oai-hss-0: 13:40:27 DEBUG unit.oai-hss/0.install [ 51%] Building C object tests/CMakeFiles/testdisp.dir/testdisp.c.o unit-oai-hss-0: 13:40:28 DEBUG unit.oai-hss/0.install Linking C executable testdisp unit-oai-hss-0: 13:40:28 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 13:40:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target testfifo unit-oai-hss-0: 13:40:28 DEBUG unit.oai-hss/0.install [ 52%] Building C object tests/CMakeFiles/testfifo.dir/testfifo.c.o unit-oai-hss-0: 13:40:28 DEBUG unit.oai-hss/0.install Linking C executable testfifo unit-oai-hss-0: 13:40:28 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 13:40:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target testloadext unit-oai-hss-0: 13:40:28 DEBUG unit.oai-hss/0.install [ 53%] Building C object tests/CMakeFiles/testloadext.dir/testloadext.c.o unit-oai-hss-0: 13:40:28 DEBUG unit.oai-hss/0.install Linking C executable testloadext unit-oai-hss-0: 13:40:28 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 13:40:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg unit-oai-hss-0: 13:40:28 DEBUG unit.oai-hss/0.install [ 54%] Building C object tests/CMakeFiles/testmesg.dir/testmesg.c.o unit-oai-hss-0: 13:40:28 DEBUG unit.oai-hss/0.install Linking C executable testmesg unit-oai-hss-0: 13:40:28 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 13:40:28 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg_stress unit-oai-hss-0: 13:40:28 DEBUG unit.oai-hss/0.install [ 55%] Building C object tests/CMakeFiles/testmesg_stress.dir/testmesg_stress.c.o unit-oai-hss-0: 13:40:29 DEBUG unit.oai-hss/0.install Linking C executable testmesg_stress unit-oai-hss-0: 13:40:29 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 13:40:29 DEBUG unit.oai-hss/0.install Scanning dependencies of target testostr unit-oai-hss-0: 13:40:29 DEBUG unit.oai-hss/0.install [ 56%] Building C object tests/CMakeFiles/testostr.dir/testostr.c.o unit-oai-hss-0: 13:40:29 DEBUG unit.oai-hss/0.install Linking C executable testostr unit-oai-hss-0: 13:40:29 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 13:40:29 DEBUG unit.oai-hss/0.install Scanning dependencies of target testpeers unit-oai-hss-0: 13:40:29 DEBUG unit.oai-hss/0.install [ 57%] Building C object tests/CMakeFiles/testpeers.dir/testpeers.c.o unit-oai-hss-0: 13:40:29 DEBUG unit.oai-hss/0.install Linking C executable testpeers unit-oai-hss-0: 13:40:29 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 13:40:29 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsctp unit-oai-hss-0: 13:40:29 DEBUG unit.oai-hss/0.install [ 58%] Building C object tests/CMakeFiles/testsctp.dir/testsctp.c.o unit-oai-hss-0: 13:40:29 DEBUG unit.oai-hss/0.install Linking C executable testsctp unit-oai-hss-0: 13:40:29 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 13:40:29 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsess unit-oai-hss-0: 13:40:29 DEBUG unit.oai-hss/0.install [ 59%] Building C object tests/CMakeFiles/testsess.dir/testsess.c.o unit-oai-hss-0: 13:40:29 DEBUG unit.oai-hss/0.install Linking C executable testsess unit-oai-hss-0: 13:40:29 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 13:40:29 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_s6a unit-oai-hss-0: 13:40:29 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: 13:40:30 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_s6a.fdx unit-oai-hss-0: 13:40:30 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 13:40:30 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nasreq unit-oai-hss-0: 13:40:30 DEBUG unit.oai-hss/0.install [ 61%] Building C object extensions/dict_nasreq/CMakeFiles/dict_nasreq.dir/dict_nasreq.c.o unit-oai-hss-0: 13:40:30 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nasreq.fdx unit-oai-hss-0: 13:40:30 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 13:40:30 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_eap unit-oai-hss-0: 13:40:30 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: 13:40:30 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_eap.fdx unit-oai-hss-0: 13:40:30 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 13:40:30 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca unit-oai-hss-0: 13:40:30 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: 13:40:30 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca.fdx unit-oai-hss-0: 13:40:30 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 13:40:30 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_3gpp unit-oai-hss-0: 13:40:30 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: 13:40:31 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_3gpp.fdx unit-oai-hss-0: 13:40:31 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 13:40:31 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_starent unit-oai-hss-0: 13:40:31 DEBUG unit.oai-hss/0.install [ 65%] Building C object extensions/dict_dcca_starent/CMakeFiles/dict_dcca_starent.dir/dict_dcca_starent.c.o unit-oai-hss-0: 13:40:31 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_starent.fdx unit-oai-hss-0: 13:40:31 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 13:40:31 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_sip unit-oai-hss-0: 13:40:31 DEBUG unit.oai-hss/0.install [ 66%] Building C object extensions/dict_sip/CMakeFiles/dict_sip.dir/dict_sip.c.o unit-oai-hss-0: 13:40:31 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_sip.fdx unit-oai-hss-0: 13:40:31 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 13:40:31 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6a unit-oai-hss-0: 13:40:31 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: 13:40:31 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6a.fdx unit-oai-hss-0: 13:40:31 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 13:40:31 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6i unit-oai-hss-0: 13:40:31 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: 13:40:31 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6i.fdx unit-oai-hss-0: 13:40:31 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 13:40:31 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nas_mipv6 unit-oai-hss-0: 13:40:31 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: 13:40:31 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nas_mipv6.fdx unit-oai-hss-0: 13:40:31 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 13:40:31 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_rfc5777 unit-oai-hss-0: 13:40:31 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: 13:40:31 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_rfc5777.fdx unit-oai-hss-0: 13:40:31 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 13:40:31 DEBUG unit.oai-hss/0.install [ 71%] Generating rtd_conf.tab.c, rtd_conf.tab.h unit-oai-hss-0: 13:40:31 DEBUG unit.oai-hss/0.install [ 72%] Generating lex.rtd_conf.c unit-oai-hss-0: 13:40:31 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_default unit-oai-hss-0: 13:40:31 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: 13:40:31 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: 13:40:32 DEBUG unit.oai-hss/0.install [ 76%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rtd_conf.tab.c.o unit-oai-hss-0: 13:40:32 DEBUG unit.oai-hss/0.install [ 77%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rtd_rules.c.o unit-oai-hss-0: 13:40:32 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_default.fdx unit-oai-hss-0: 13:40:32 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 13:40:32 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_redirect unit-oai-hss-0: 13:40:32 DEBUG unit.oai-hss/0.install [ 78%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/rt_redir.c.o unit-oai-hss-0: 13:40:32 DEBUG unit.oai-hss/0.install [ 79%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_entries.c.o unit-oai-hss-0: 13:40:32 DEBUG unit.oai-hss/0.install [ 80%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_expiry.c.o unit-oai-hss-0: 13:40:32 DEBUG unit.oai-hss/0.install [ 81%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_fwd.c.o unit-oai-hss-0: 13:40:32 DEBUG unit.oai-hss/0.install [ 82%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_out.c.o unit-oai-hss-0: 13:40:32 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_redirect.fdx unit-oai-hss-0: 13:40:32 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 13:40:32 DEBUG unit.oai-hss/0.install [ 83%] Generating rtbusy_conf.tab.c, rtbusy_conf.tab.h unit-oai-hss-0: 13:40:32 DEBUG unit.oai-hss/0.install [ 84%] Generating lex.rtbusy_conf.c unit-oai-hss-0: 13:40:32 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_busypeers unit-oai-hss-0: 13:40:32 DEBUG unit.oai-hss/0.install [ 85%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/rtbusy.c.o unit-oai-hss-0: 13:40:32 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: 13:40:32 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: 13:40:32 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_busypeers.fdx unit-oai-hss-0: 13:40:32 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 13:40:32 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_ignore_dh unit-oai-hss-0: 13:40:32 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: 13:40:32 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_ignore_dh.fdx unit-oai-hss-0: 13:40:32 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 13:40:32 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_load_balance unit-oai-hss-0: 13:40:32 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: 13:40:32 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_load_balance.fdx unit-oai-hss-0: 13:40:32 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 13:40:32 DEBUG unit.oai-hss/0.install [ 90%] Generating aw_conf.tab.c, aw_conf.tab.h unit-oai-hss-0: 13:40:32 DEBUG unit.oai-hss/0.install [ 91%] Generating lex.aw_conf.c unit-oai-hss-0: 13:40:32 DEBUG unit.oai-hss/0.install Scanning dependencies of target acl_wl unit-oai-hss-0: 13:40:32 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: 13:40:32 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: 13:40:32 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: 13:40:33 DEBUG unit.oai-hss/0.install [ 95%] Building C object extensions/acl_wl/CMakeFiles/acl_wl.dir/aw_conf.tab.c.o unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install Linking C shared module ../acl_wl.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_monitor unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 96%] Building C object extensions/dbg_monitor/CMakeFiles/dbg_monitor.dir/dbg_monitor.c.o unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_monitor.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_timings unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 97%] Building C object extensions/dbg_msg_timings/CMakeFiles/dbg_msg_timings.dir/dbg_msg_timings.c.o unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_timings.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_dumps unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 98%] Building C object extensions/dbg_msg_dumps/CMakeFiles/dbg_msg_dumps.dir/dbg_msg_dumps.c.o unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_dumps.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_rt unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [100%] Building C object extensions/dbg_rt/CMakeFiles/dbg_rt.dir/dbg_rt.c.o unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_rt.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 13:40:33 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Install configuration: "" unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/freeDiameter-host.h unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdproto.h unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdcore.h unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/extension.h unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.1.2.0 unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.6 unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.1.2.0 unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.6 unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/lib/libfdcore.so.1.2.0" unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd-1.2.0 unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/bin/freeDiameterd-1.2.0" unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_s6a.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nasreq.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_eap.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_3gpp.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_starent.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_sip.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6a.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6i.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nas_mipv6.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_rfc5777.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_default.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_redirect.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_busypeers.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_ignore_dh.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_load_balance.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/acl_wl.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_monitor.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_timings.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_dumps.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_rt.fdx unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 13:40:33 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 13:40:34 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 13:40:34 DEBUG unit.oai-hss/0.install python-pexpect-doc unit-oai-hss-0: 13:40:34 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 13:40:34 DEBUG unit.oai-hss/0.install python-pexpect unit-oai-hss-0: 13:40:34 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 13:40:34 DEBUG unit.oai-hss/0.install Need to get 37.8 kB of archives. unit-oai-hss-0: 13:40:34 DEBUG unit.oai-hss/0.install After this operation, 193 kB of additional disk space will be used. unit-oai-hss-0: 13:40:34 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-pexpect all 3.1-1ubuntu0.1 [37.8 kB] unit-oai-hss-0: 13:40:34 DEBUG unit.oai-hss/0.install Fetched 37.8 kB in 0s (86.8 kB/s) unit-oai-hss-0: 13:40:34 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-pexpect. unit-oai-hss-0: 13:40:34 DEBUG unit.oai-hss/0.install (Reading database ... 95627 files and directories currently installed.) unit-oai-hss-0: 13:40:34 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-pexpect_3.1-1ubuntu0.1_all.deb ... unit-oai-hss-0: 13:40:34 DEBUG unit.oai-hss/0.install Unpacking python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 13:40:34 DEBUG unit.oai-hss/0.install Setting up python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 13:40:35 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: 13:40:35 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -d unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Compile with debug informations unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install mkdir: created directory 'BUILD' unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install git found: /usr/bin/git unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Generating a 1024 bit RSA private key unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install ........++++++ unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install .........++++++ unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install writing new private key to 'hss.cakey.pem' unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install ----- unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Generating RSA private key, 1024 bit long modulus unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install .............................++++++ unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install .....................................................++++++ unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install e is 65537 (0x10001) unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Using configuration from /usr/lib/ssl/openssl.cnf unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Check that the request matches the signature unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Signature ok unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Certificate Details: unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Serial Number: 1 (0x1) unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Validity unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Not Before: Aug 5 13:40:35 2018 GMT unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Not After : Aug 5 13:40:35 2019 GMT unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Subject: unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install countryName = FR unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install stateOrProvinceName = PACA unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install organizationName = Eurecom unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install organizationalUnitName = CM unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install commonName = oai-hss-0.openair4G.eur unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install X509v3 extensions: unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install X509v3 Basic Constraints: unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install CA:FALSE unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Netscape Comment: unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install OpenSSL Generated Certificate unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install X509v3 Subject Key Identifier: unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install BE:04:63:78:84:35:7B:19:37:86:92:DB:91:96:55:2E:24:5F:75:E6 unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install X509v3 Authority Key Identifier: unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install keyid:79:A1:30:FC:97:44:CB:B3:71:40:A4:06:D5:23:9C:AA:63:70:85:BC unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Certificate is to be certified until Aug 5 13:40:35 2019 GMT (365 days) unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Write out database with 1 new entries unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Data Base Updated unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install CMake Warning: unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Manually-specified variables were not used by the project: unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install DEBUG unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_access_restriction unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_auc unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_db unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_utils unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_s6a unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install [ 8%] [ 13%] [ 17%] [ 21%] [ 26%] [ 4%] Building C object CMakeFiles/hss_access_restriction.dir/srv/openair-cn/SRC/OAI_HSS/access_restriction/access_restriction.c.o unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install [ 30%] [ 34%] [ 39%] [ 43%] [ 47%] [ 52%] [ 56%] [ 60%] [ 65%] [ 69%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/fx.c.o unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install [ 73%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/kdf.c.o unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_connector.c.o unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install [ 78%] Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/conversion.c.o unit-oai-hss-0: 13:40:35 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_epc_equipment.c.o unit-oai-hss-0: 13:40:35 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: 13:40:35 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/hss_config.c.o unit-oai-hss-0: 13:40:35 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: 13:40:35 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: 13:40:35 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: 13:40:35 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: 13:40:35 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: 13:40:35 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/rijndael.c.o unit-oai-hss-0: 13:40:35 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: 13:40:35 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: 13:40:35 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: 13:40:35 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: 13:40:36 DEBUG unit.oai-hss/0.install [ 82%] [ 86%] [ 91%] [ 95%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_purge_ue.c.o unit-oai-hss-0: 13:40:36 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_subscription_data.c.o unit-oai-hss-0: 13:40:36 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: 13:40:36 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_up_loc.c.o unit-oai-hss-0: 13:40:36 DEBUG unit.oai-hss/0.install Linking C static library libhss_access_restriction.a unit-oai-hss-0: 13:40:37 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_access_restriction unit-oai-hss-0: 13:40:37 DEBUG unit.oai-hss/0.install Linking C static library libhss_utils.a unit-oai-hss-0: 13:40:37 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 13:40:37 DEBUG unit.oai-hss/0.install Linking C static library libhss_s6a.a unit-oai-hss-0: 13:40:37 DEBUG unit.oai-hss/0.install [ 95%] Linking C static library libhss_auc.a unit-oai-hss-0: 13:40:37 DEBUG unit.oai-hss/0.install Built target hss_s6a unit-oai-hss-0: 13:40:37 DEBUG unit.oai-hss/0.install Linking C static library libhss_db.a unit-oai-hss-0: 13:40:37 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_auc unit-oai-hss-0: 13:40:37 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_db unit-oai-hss-0: 13:40:37 DEBUG unit.oai-hss/0.install Scanning dependencies of target oai_hss unit-oai-hss-0: 13:40:37 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: 13:40:38 DEBUG unit.oai-hss/0.install Linking C executable oai_hss unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.install [ 4%] Built target hss_access_restriction unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.install [ 26%] Built target hss_auc unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.install [ 39%] Built target hss_db unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.install [ 82%] Built target hss_s6a unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.install -- Install configuration: "RelWithDebInfo" unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/bin/oai_hss unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/etc/oai/hss.conf unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/acl.conf unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.install '/srv/openair-cn/BUILD/HSS/BUILD/oai_hss' -> '/usr/local/bin/oai_hss' unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.install oai_hss installed unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.install + juju-log 'Add oai_hss init script' unit-oai-hss-0: 13:40:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:40:38 INFO unit.oai-hss/0.juju-log Add oai_hss init script unit-oai-hss-0: 13:40:38 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: 13:40:38 DEBUG unit.oai-hss/0.install + '[' '!' -f /usr/local/bin/oai_hss ']' unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.install + status-set blocked 'Waiting for a mysql/db relation to start' unit-oai-hss-0: 13:40:38 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:40:38 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-hss-0: 13:40:38 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-hss-0: 13:40:38 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed + set_env_paths unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed + hss_exec_name=oai_hss unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed + service oai_hss stop unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed stop: Unknown instance: unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed + true unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed ++ config-get branch unit-oai-hss-0: 13:40:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.branch unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed + '[' v0.3.2-branch '!=' v0.3.2-branch ']' unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 13:40:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.realm unit-oai-hss-0: 13:40:38 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: 13:40:38 DEBUG unit.oai-hss/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 13:40:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed + realm=openair4G.eur unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed ++ hostname unit-oai-hss-0: 13:40:38 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: 13:40:38 DEBUG unit.oai-hss/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed + fqdn=oai-hss-0.openair4G.eur unit-oai-hss-0: 13:40:38 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: 13:40:38 DEBUG unit.oai-hss/0.config-changed HSS S6A: Found valid certificate in /usr/etc/freeDiameter unit-oai-hss-0: 13:40:38 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: 13:40:38 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: 13:40:38 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: 13:40:38 DEBUG unit.oai-hss/0.config-changed ++ relation-ids db unit-oai-hss-0: 13:40:38 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.config-changed + '[' -z '' ']' unit-oai-hss-0: 13:40:38 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: 13:40:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:40:38 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: 13:40:38 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: 13:40:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:40:38 INFO unit.oai-hss/0.juju-log no db is found, so HSS process is not going to be run unit-oai-hss-0: 13:40:38 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:40:38 INFO juju.worker.uniter found queued "start" hook unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.start + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.start ++ relation-ids db unit-oai-hss-0: 13:40:38 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:40:38 DEBUG unit.oai-hss/0.start + '[' -n '' ']' unit-oai-hss-0: 13:40:38 INFO juju.worker.uniter.operation ran "start" hook unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:40:38 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-hss-0: 13:40:38 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-oai-hss-0: 13:40:38 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-oai-hss-0: 13:40:38 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 13:40:38 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; mysql/0) hook unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 13:40:38 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-hss-0: 13:40:39 INFO juju.worker.uniter.operation skipped "db-relation-joined" hook (missing) unit-oai-hss-0: 13:40:39 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 13:40:39 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:40:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:40:39 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 13:40:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 13:40:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 13:40:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 13:40:39 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 13:40:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 13:40:39 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 13:40:39 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 13:40:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 13:40:39 DEBUG unit.oai-hss/0.db-relation-changed + database= unit-oai-hss-0: 13:40:39 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 13:40:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 13:40:39 DEBUG unit.oai-hss/0.db-relation-changed + user= unit-oai-hss-0: 13:40:39 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 13:40:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 13:40:39 DEBUG unit.oai-hss/0.db-relation-changed + password= unit-oai-hss-0: 13:40:39 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 13:40:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 13:40:39 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.120.26 unit-oai-hss-0: 13:40:39 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 13:40:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 13:40:39 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 13:40:39 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 13:40:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 13:40:39 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 13:40:39 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z '' ']' unit-oai-hss-0: 13:40:39 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Data not sent yet' unit-oai-hss-0: 13:40:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:40:39 INFO unit.oai-hss/0.juju-log db:1: Data not sent yet unit-oai-hss-0: 13:40:39 DEBUG unit.oai-hss/0.db-relation-changed + exit 0 unit-oai-hss-0: 13:40:39 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-hss-0: 13:40:39 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 13:40:39 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:40:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:40:39 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-mysql-0: 13:40:39 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[oai-hss/0:{0}] []}} unit-mysql-0: 13:40:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 13:40:39 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; oai-hss/0) hook unit-mysql-0: 13:40:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 13:40:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 13:40:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; oai-hss/0) hook" unit-oai-hss-0: 13:40:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 13:40:39 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 13:40:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-epc-0: 13:40:39 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{0}] []}} unit-mysql-0: 13:40:39 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-mysql-0: 13:40:39 DEBUG worker.uniter.jujuc running hook tool "is-leader" unit-mysql-0: 13:40:39 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-mysql-0: 13:40:39 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-mysql-0: 13:40:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-mysql-0: 13:40:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 13:40:39 DEBUG unit.mysql/0.juju-log db:1: Using existing password file '/var/lib/mysql/mysql.passwd' unit-mysql-0: 13:40:39 DEBUG worker.uniter.jujuc running hook tool "leader-set" unit-mysql-0: 13:40:39 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 13:40:40 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[mysql/0:{1}] []}} unit-oai-hss-0: 13:40:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:40:40 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 13:40:40 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 13:40:40 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 13:40:40 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 13:40:40 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 13:40:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 13:40:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-mysql-0: 13:40:40 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 13:40:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + user=kotahcahyaikuom unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-mysql-0: 13:40:40 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 13:40:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + password=iocheeshohqueew unit-mysql-0: 13:40:40 DEBUG unit.mysql/0.db-relation-joined [grant replication client on *.* to `kotahcahyaikuom` identified by 'iocheeshohqueew'] unit-mysql-0: 13:40:40 DEBUG unit.mysql/0.db-relation-joined [grant all on `oai-hss`.* to `kotahcahyaikuom` identified by 'iocheeshohqueew'] unit-mysql-0: 13:40:40 DEBUG unit.mysql/0.db-relation-joined ['relation-set', 'database=oai-hss', 'user=kotahcahyaikuom', 'password=iocheeshohqueew', 'host=192.168.120.26', 'slave=False'] unit-mysql-0: 13:40:40 DEBUG unit.mysql/0.db-relation-joined [create database `oai-hss` character set utf8] unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 13:40:40 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.120.26 unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-mysql-0: 13:40:40 INFO juju.worker.uniter.operation ran "db-relation-joined" hook unit-mysql-0: 13:40:40 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 13:40:40 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 13:40:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 13:40:40 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; oai-hss/0) hook unit-mysql-0: 13:40:40 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 13:40:40 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 13:40:40 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; oai-hss/0) hook" unit-oai-hss-0: 13:40:40 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 13:40:40 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 13:40:40 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-mysql-0: 13:40:40 INFO juju.worker.uniter.operation skipped "db-relation-changed" hook (missing) unit-mysql-0: 13:40:40 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; oai-hss/0) hook" unit-oai-hss-0: 13:40:40 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 13:40:40 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 13:40:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 13:40:40 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 192.168.120.26 kotahcahyaikuom iocheeshohqueew oai-hss unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"192.168.120.26"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"kotahcahyaikuom"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"iocheeshohqueew"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 13:40:40 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: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 13:40:40 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: 13:40:40 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: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u kotahcahyaikuom --password=iocheeshohqueew -h 192.168.120.26 oai-hss -e 'show tables;' unit-mysql-0: 13:40:40 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:40:40 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u kotahcahyaikuom --password=iocheeshohqueew -h 192.168.120.26 oai-hss unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + /var/lib/juju/agents/unit-oai-hss-0/charm/hooks/start unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 13:40:41 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n db:1 ']' unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Running HSS' unit-oai-hss-0: 13:40:41 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:40:41 INFO unit.oai-hss/0.juju-log db:1: Running HSS unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + service oai_hss restart unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed stop: Unknown instance: unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed oai_hss start/running, process 21953 unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_process unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed ++ service oai_hss status unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + IS_RUNNING='oai_hss start/running, process 21953' unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + [[ oai_hss start/running, process 21953 =~ .*running.* ]] unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'OAI HSS is running' unit-oai-hss-0: 13:40:41 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:40:41 INFO unit.oai-hss/0.juju-log db:1: OAI HSS is running unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + status=0 unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 1 ']' unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_connection_to_db unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Establishing connection to db' unit-oai-hss-0: 13:40:41 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:40:41 INFO unit.oai-hss/0.juju-log db:1: Establishing connection to db unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 13:40:41 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + db_id=db:1 unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r db:1 unit-oai-hss-0: 13:40:41 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-hss-0: 13:40:41 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + db_host=kotahcahyaikuom unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 13:40:41 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-hss-0: 13:40:42 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c '.*db.*DONE' /srv/.out unit-oai-hss-0: 13:40:42 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 13:40:42 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Connection to db...Established' unit-oai-hss-0: 13:40:42 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:40:42 INFO unit.oai-hss/0.juju-log db:1: Connection to db...Established unit-oai-hss-0: 13:40:42 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 13:40:42 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 13:40:42 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_s6a_layer unit-oai-hss-0: 13:40:42 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 13:40:42 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Checking s6a layer initialization' unit-oai-hss-0: 13:40:42 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:40:42 INFO unit.oai-hss/0.juju-log db:1: Checking s6a layer initialization unit-oai-hss-0: 13:40:42 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 13:40:42 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-hss-0: 13:40:43 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c 'Core state: 1 -> 2' /srv/.out unit-oai-hss-0: 13:40:43 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 13:40:43 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 's6a layer initialized......HSS ready' unit-oai-hss-0: 13:40:43 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:40:43 INFO unit.oai-hss/0.juju-log db:1: s6a layer initialized......HSS ready unit-oai-hss-0: 13:40:43 DEBUG unit.oai-hss/0.db-relation-changed + status-set active 'OAI HSS is running' unit-oai-hss-0: 13:40:43 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:40:43 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 13:40:43 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 13:40:43 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 13:40:43 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:40:43 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 13:40:43 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 13:40:43 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:40:43 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 13:40:43 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r hss:2 unit-oai-hss-0: 13:40:43 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 13:40:43 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 13:40:43 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:40:43 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n hss:2 ']' unit-oai-hss-0: 13:40:43 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 13:40:43 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:40:43 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 13:40:43 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 13:40:43 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:40:43 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 13:40:43 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 mme_in_db=yes unit-oai-hss-0: 13:40:43 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 13:40:43 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 hss_running=yes unit-oai-hss-0: 13:40:44 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 13:40:44 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-hss-0: 13:40:44 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-oai-epc-0: 13:40:44 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{1}] []}} unit-oai-hss-0: 13:40:44 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:40:44 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:40:44 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install + source /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install ++ SUDO='sudo -S -E' unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install ++ black='\E[30m' unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install ++ red='\E[31m' unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install ++ green='\E[32m' unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install ++ yellow='\E[33m' unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install ++ blue='\E[1;34m' unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install ++ magenta='\E[35m' unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install ++ cyan='\E[36m' unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install ++ white='\E[37m' unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install ++ reset_color='\E[00m' unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install ++ COLORIZE=1 unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install + install_xtables_addons_oai 1 unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install + '[' 1 -eq 0 ']' unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install + prompt=y unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install + rm_option=f unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install + OPTION=-y unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install + PACKAGE_LIST=' autoconf automake build-essential dkms iptables iptables-dev linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install + sudo -S -E apt-get install -y autoconf automake build-essential dkms iptables iptables-dev linux-headers-3.19.0-031900-generic unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install autoconf is already the newest version. unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install automake is already the newest version. unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install build-essential is already the newest version. unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install iptables is already the newest version. unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install linux-headers-3.19.0-031900-generic is already the newest version. unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install dkms iptables-dev unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install Need to get 121 kB of archives. unit-oai-epc-0: 13:41:32 DEBUG unit.oai-epc/0.install After this operation, 655 kB of additional disk space will be used. unit-oai-epc-0: 13:41: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: 13:41: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: 13:41:32 DEBUG unit.oai-epc/0.install Fetched 121 kB in 0s (245 kB/s) unit-oai-epc-0: 13:41:33 DEBUG unit.oai-epc/0.install Selecting previously unselected package dkms. unit-oai-epc-0: 13:41:33 DEBUG unit.oai-epc/0.install (Reading database ... 102235 files and directories currently installed.) unit-oai-epc-0: 13:41: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: 13:41:33 DEBUG unit.oai-epc/0.install Unpacking dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 13:41:33 DEBUG unit.oai-epc/0.install Selecting previously unselected package iptables-dev. unit-oai-epc-0: 13:41:33 DEBUG unit.oai-epc/0.install Preparing to unpack .../iptables-dev_1.4.21-1ubuntu1_amd64.deb ... unit-oai-epc-0: 13:41:33 DEBUG unit.oai-epc/0.install Unpacking iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 13:41:33 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 13:41:33 DEBUG unit.oai-epc/0.install Setting up dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 13:41:33 DEBUG unit.oai-epc/0.install Setting up iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 13:41:34 DEBUG unit.oai-epc/0.install + [[ y =~ [yY](es)* ]] unit-oai-epc-0: 13:41:34 DEBUG unit.oai-epc/0.install + cd /root unit-oai-epc-0: 13:41:34 DEBUG unit.oai-epc/0.install + '[' -d xtables-addons-oai ']' unit-oai-epc-0: 13:41:34 DEBUG unit.oai-epc/0.install + echo 'Downloading xtables-addons-oai source code' unit-oai-epc-0: 13:41:34 DEBUG unit.oai-epc/0.install Downloading xtables-addons-oai source code unit-oai-epc-0: 13:41:34 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/xtables-addons-oai.git unit-oai-epc-0: 13:41:34 DEBUG unit.oai-epc/0.install Cloning into 'xtables-addons-oai'... unit-oai-epc-0: 13:41:37 DEBUG unit.oai-epc/0.install + chmod -R o+w xtables-addons-oai unit-oai-epc-0: 13:41:37 DEBUG unit.oai-epc/0.install + chmod -R g+w xtables-addons-oai unit-oai-epc-0: 13:41:37 DEBUG unit.oai-epc/0.install + cd xtables-addons-oai/ unit-oai-epc-0: 13:41:37 DEBUG unit.oai-epc/0.install + sync unit-oai-epc-0: 13:41:37 DEBUG unit.oai-epc/0.install + sudo -S -E autoreconf --install --force unit-oai-epc-0: 13:41:39 DEBUG unit.oai-epc/0.install libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. unit-oai-epc-0: 13:41:39 DEBUG unit.oai-epc/0.install libtoolize: copying file `build-aux/ltmain.sh' unit-oai-epc-0: 13:41:39 DEBUG unit.oai-epc/0.install libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. unit-oai-epc-0: 13:41:39 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/libtool.m4' unit-oai-epc-0: 13:41:39 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltoptions.m4' unit-oai-epc-0: 13:41:39 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltsugar.m4' unit-oai-epc-0: 13:41:39 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltversion.m4' unit-oai-epc-0: 13:41:39 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/lt~obsolete.m4' unit-oai-epc-0: 13:41:41 DEBUG unit.oai-epc/0.install Makefile.am:6: warning: ':='-style assignments are not portable unit-oai-epc-0: 13:41:41 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: ':='-style assignments are not portable unit-oai-epc-0: 13:41:41 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: shell mktemp -dtu: non-POSIX variable name unit-oai-epc-0: 13:41:41 DEBUG unit.oai-epc/0.install Makefile.am:21: (probably a GNU make extension) unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install + sudo -S -E ./configure unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking whether build environment is sane... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for gawk... gawk unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking whether make sets $(MAKE)... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking whether make supports nested variables... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for gcc... gcc unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking whether the C compiler works... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for C compiler default output file name... a.out unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for suffix of executables... unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking whether we are cross compiling... no unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for suffix of object files... o unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking whether we are using the GNU C compiler... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking whether gcc accepts -g... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for gcc option to accept ISO C89... none needed unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking whether gcc understands -c and -o together... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for style of include used by make... GNU unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking dependency style of gcc... gcc3 unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for ar... ar unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking the archiver (ar) interface... ar unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking how to print strings... printf unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for egrep... /bin/grep -E unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for fgrep... /bin/grep -F unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for ld used by gcc... /usr/bin/ld unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking whether ln -s works... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking the maximum length of command line arguments... 1572864 unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking whether the shell understands some XSI constructs... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking whether the shell understands "+="... yes unit-oai-epc-0: 13:41:42 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: 13:41:42 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: 13:41:42 DEBUG unit.oai-epc/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for objdump... objdump unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking how to recognize dependent libraries... pass_all unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for dlltool... no unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for archiver @FILE support... @ unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for strip... strip unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for ranlib... ranlib unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking command to parse /usr/bin/nm -B output from gcc object... ok unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for sysroot... no unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for mt... mt unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking if mt is a manifest tool... no unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking how to run the C preprocessor... gcc -E unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for ANSI C header files... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for sys/types.h... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for sys/stat.h... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for stdlib.h... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for string.h... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for memory.h... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for strings.h... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for inttypes.h... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for stdint.h... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for unistd.h... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for dlfcn.h... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for objdir... .libs unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking if gcc supports -fno-rtti -fno-exceptions... no unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking for gcc option to produce PIC... -fPIC -DPIC unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking if gcc PIC flag -fPIC -DPIC works... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking if gcc static flag -static works... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... yes unit-oai-epc-0: 13:41:42 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... (cached) yes unit-oai-epc-0: 13:41:43 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: 13:41:43 DEBUG unit.oai-epc/0.install checking whether -lc should be explicitly linked in... no unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install checking how to hardcode library paths into programs... immediate unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install checking whether stripping libraries is possible... yes unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install checking if libtool supports shared libraries... yes unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install checking whether to build shared libraries... yes unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install checking whether to build static libraries... no unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h usability... yes unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h presence... yes unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install checking for linux/netfilter/x_tables.h... yes unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install checking for libxtables... yes unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install checking Xtables module directory... /lib/xtables unit-oai-epc-0: 13:41: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: 13:41:43 DEBUG unit.oai-epc/0.install checking that generated files are newer than configure... done unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install configure: creating ./config.status unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install config.status: creating Makefile unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install config.status: creating Makefile.iptrules unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install config.status: creating Makefile.mans unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install config.status: creating geoip/Makefile unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install config.status: creating extensions/Makefile unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install config.status: creating extensions/ACCOUNT/Makefile unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install config.status: creating extensions/pknock/Makefile unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install config.status: creating config.h unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install config.status: executing depfiles commands unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install config.status: executing libtool commands unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install + sudo -S -E make unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install make all-recursive unit-oai-epc-0: 13:41:43 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 13:41:44 DEBUG unit.oai-epc/0.install Making all in extensions unit-oai-epc-0: 13:41:44 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 13:41:44 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 13:41: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: 13:41:44 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 13:41:44 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/compat_xtables.o unit-oai-epc-0: 13:41:45 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_CHAOS.o unit-oai-epc-0: 13:41:45 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DELUDE.o unit-oai-epc-0: 13:41:46 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.o unit-oai-epc-0: 13:41:46 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.o unit-oai-epc-0: 13:41:46 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ECHO.o unit-oai-epc-0: 13:41:46 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.o unit-oai-epc-0: 13:41:47 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_IPMARK.o unit-oai-epc-0: 13:41:47 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.o unit-oai-epc-0: 13:41:47 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.o unit-oai-epc-0: 13:41:48 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_TARPIT.o unit-oai-epc-0: 13:41:48 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_condition.o unit-oai-epc-0: 13:41:48 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_fuzzy.o unit-oai-epc-0: 13:41:48 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_geoip.o unit-oai-epc-0: 13:41:49 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_iface.o unit-oai-epc-0: 13:41:49 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipp2p.o unit-abot-epc-basic-0: 13:41:49 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 13:41:49 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: 13:41:49 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipv4options.o unit-oai-epc-0: 13:41:50 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_length2.o unit-oai-epc-0: 13:41:50 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_lscan.o unit-oai-epc-0: 13:41:50 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_psd.o unit-oai-epc-0: 13:41:50 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_quota2.o unit-oai-epc-0: 13:41:51 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.o unit-oai-epc-0: 13:41:51 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.o unit-oai-epc-0: 13:41:52 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 13:41:52 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 13:41:52 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.mod.o unit-oai-epc-0: 13:41:52 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 13:41:52 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/compat_xtables.mod.o unit-oai-epc-0: 13:41:52 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 13:41:52 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/pknock/xt_pknock.mod.o unit-oai-epc-0: 13:41:52 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 13:41:52 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_CHAOS.mod.o unit-oai-epc-0: 13:41:52 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 13:41:52 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DELUDE.mod.o unit-oai-epc-0: 13:41:52 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 13:41:52 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DHCPMAC.mod.o unit-oai-epc-0: 13:41:52 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 13:41:52 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DNETMAP.mod.o unit-oai-epc-0: 13:41:52 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 13:41:52 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ECHO.mod.o unit-oai-epc-0: 13:41:52 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 13:41:52 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_GTPUSP.mod.o unit-oai-epc-0: 13:41:52 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 13:41:52 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_IPMARK.mod.o unit-oai-epc-0: 13:41:52 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 13:41:52 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_LOGMARK.mod.o unit-oai-epc-0: 13:41:53 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 13:41:53 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_SYSRQ.mod.o unit-oai-epc-0: 13:41:53 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 13:41:53 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_TARPIT.mod.o unit-oai-epc-0: 13:41:53 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 13:41:53 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_condition.mod.o unit-oai-epc-0: 13:41:53 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 13:41:53 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_fuzzy.mod.o unit-oai-epc-0: 13:41:53 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 13:41:53 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_geoip.mod.o unit-oai-epc-0: 13:41:53 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 13:41:53 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_iface.mod.o unit-oai-epc-0: 13:41:53 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 13:41:53 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipp2p.mod.o unit-oai-epc-0: 13:41:53 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 13:41:53 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipv4options.mod.o unit-oai-epc-0: 13:41:53 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 13:41:53 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_length2.mod.o unit-oai-epc-0: 13:41:53 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 13:41:53 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_lscan.mod.o unit-oai-epc-0: 13:41:53 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 13:41:53 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_psd.mod.o unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_quota2.mod.o unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CC libxt_CHAOS.oo unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CCLD libxt_CHAOS.so unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CC libxt_DELUDE.oo unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CCLD libxt_DELUDE.so unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CC libxt_DHCPMAC.oo unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CCLD libxt_DHCPMAC.so unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CC libxt_dhcpmac.oo unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CCLD libxt_dhcpmac.so unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CC libxt_DNETMAP.oo unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CCLD libxt_DNETMAP.so unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CC libxt_ECHO.oo unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CCLD libxt_ECHO.so unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CC libxt_GTPUSP.oo unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CCLD libxt_GTPUSP.so unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CC libxt_IPMARK.oo unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CCLD libxt_IPMARK.so unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CC libxt_LOGMARK.oo unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CCLD libxt_LOGMARK.so unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CC libxt_SYSRQ.oo unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CCLD libxt_SYSRQ.so unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CC libxt_TARPIT.oo unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CCLD libxt_TARPIT.so unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CC libxt_condition.oo unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CCLD libxt_condition.so unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CC libxt_fuzzy.oo unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CCLD libxt_fuzzy.so unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CC libxt_geoip.oo unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install libxt_geoip.c: In function 'geoip_get_subnets': unit-oai-epc-0: 13:41: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: 13:41:54 DEBUG unit.oai-epc/0.install read(fd, subnets, sb.st_size); unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install ^ unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CCLD libxt_geoip.so unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CC libxt_iface.oo unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CCLD libxt_iface.so unit-oai-epc-0: 13:41:54 DEBUG unit.oai-epc/0.install CC libxt_ipp2p.oo unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install CCLD libxt_ipp2p.so unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install CC libxt_ipv4options.oo unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install CCLD libxt_ipv4options.so unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install CC libxt_length2.oo unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install CCLD libxt_length2.so unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install CC libxt_lscan.oo unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install CCLD libxt_lscan.so unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install CC libxt_psd.oo unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install CCLD libxt_psd.so unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install CC libxt_quota2.oo unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install CCLD libxt_quota2.so unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install CC libxt_gradm.oo unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install CCLD libxt_gradm.so unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install depbase=`echo libxt_ACCOUNT_cl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ unit-oai-epc-0: 13:41: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: 13:41:55 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Plo unit-oai-epc-0: 13:41: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: 13:41: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: 13:41: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: 13:41: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: 13:41: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: 13:41: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: 13:41:55 DEBUG unit.oai-epc/0.install depbase=`echo iptaccount.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 13:41: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: 13:41:55 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 13:41: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: 13:41: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: 13:41:55 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install CC libxt_ACCOUNT.oo unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install CCLD libxt_ACCOUNT.so unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install depbase=`echo pknlusr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 13:41: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: 13:41:55 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 13:41: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: 13:41: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: 13:41:55 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install CC libxt_pknock.oo unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install CCLD libxt_pknock.so unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install Making all in geoip unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `all'. unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 13:41: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: 13:41: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: 13:41: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: 13:41:55 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install + sudo -S -E make install unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install Making install in extensions unit-oai-epc-0: 13:41:55 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 13:41:56 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 13:41: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 modules; fi; unit-oai-epc-0: 13:41:56 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 13:41:57 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: 13:41:57 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install DEPMOD 3.19.0-031900-generic unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules install; unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 13:41:57 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/lib' unit-oai-epc-0: 13:41: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: 13:41:58 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: 13:41:58 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: 13:41:58 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: 13:41:58 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: 13:41:58 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: 13:41:58 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install Libraries have been installed in: unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install /usr/local/lib unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install If you ever happen to want to link against installed libraries unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install flag during linking and do at least one of the following: unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install during execution unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install during linking unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install See any operating system documentation about shared libraries for unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/sbin' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c iptaccount '/usr/local/sbin' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/iptaccount /usr/local/sbin/iptaccount unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 iptaccount.8 '/usr/local/share/man/man8' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install Making install in geoip unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/libexec/xtables-addons' unit-oai-epc-0: 13:41:58 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: 13:41:58 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man1' unit-oai-epc-0: 13:41:58 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: 13:41:58 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 xtables-addons.8 '/usr/local/share/man/man8' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install + cd /lib/modules/3.19.0-031900-generic unit-oai-epc-0: 13:41:58 DEBUG unit.oai-epc/0.install + sudo -S -E depmod -a unit-oai-epc-0: 13:42:02 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -H unknown.openair4G.eur unit-abot-epc-basic-0: 13:42:27 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Installing oaisim >> unit-abot-epc-basic-0: 13:42:27 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Configuring abot-functest-basic >> unit-abot-epc-basic-0: 13:42:27 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 13:42:27 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 13:42:27 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 13:42:27 INFO unit.abot-epc-basic/0.juju-log ABot Install complete! unit-abot-epc-basic-0: 13:42:27 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 13:42:27 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 13:42:27 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-abot-epc-basic-0: 13:42:27 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 13:42:27 DEBUG juju.worker.uniter.operation running operation accept leadership unit-abot-epc-basic-0: 13:42:27 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-abot-epc-basic-0: 13:42:27 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-abot-epc-basic-0: 13:42:27 INFO juju.worker.uniter found queued "leader-elected" hook unit-abot-epc-basic-0: 13:42:27 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-abot-epc-basic-0: 13:42:27 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 13:42:27 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 13:42:27 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-abot-epc-basic-0: 13:42:27 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-abot-epc-basic-0: 13:42:27 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-abot-epc-basic-0: 13:42:27 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-abot-epc-basic-0: 13:42:27 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-abot-epc-basic-0: 13:42:27 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 13:42:27 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:42:27 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-abot-epc-basic-0: 13:42:27 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 13:42:27 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 13:42:27 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-abot-epc-basic-0: 13:42:27 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-abot-epc-basic-0: 13:42:27 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-abot-epc-basic-0: 13:42:28 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 13:42:28 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 13:42:28 INFO unit.abot-epc-basic/0.juju-log Installing the tags obtained from config: local-commands unit-abot-epc-basic-0: 13:42:28 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-abot-epc-basic-0: 13:42:28 INFO juju.worker.uniter.operation ran "config-changed" hook unit-abot-epc-basic-0: 13:42:28 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-abot-epc-basic-0: 13:42:28 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 13:42:28 INFO juju.worker.uniter found queued "start" hook unit-abot-epc-basic-0: 13:42:28 DEBUG juju.worker.uniter.operation running operation run start hook unit-abot-epc-basic-0: 13:42:28 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 13:42:28 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 13:42:28 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-abot-epc-basic-0: 13:42:28 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-abot-epc-basic-0: 13:42:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /root/.ssh/id_rsa. unit-abot-epc-basic-0: 13:42: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: 13:42:28 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start SHA256:2YV7SV2XGv/ITXKC3qI2jVhL8CXVsHrN8Sx02tyH0Hw root@juju-998282-default-0 unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start | .o +| unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start | ..*.o.| unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start | ..=.X E| unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start | .o.=oBo%+| unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start | So+++o*BO| unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start | +oo +.+| unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start | + = . | unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start | . * . | unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start | . . | unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start sudo: unable to resolve host juju-998282-default-0 unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /home/ubuntu/.ssh/id_rsa. unit-abot-epc-basic-0: 13:42: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: 13:42:28 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start SHA256:uFUXnKr2/zfrKOLPk1W+m5qUPQinNIwR9efVX9cXKDs ubuntu@juju-998282-default-0 unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start | ..o.... | unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start | ..+o +| unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start | ...+. .B| unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start | . .=E o.*| unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start | . So =..o..| unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start | oo . =.+. | unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start | .. . .o+ o.| unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start | .o+. oo+| unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start | ..o++=+*+| unit-abot-epc-basic-0: 13:42:28 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-abot-epc-basic-0: 13:42:28 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 13:42:28 INFO juju.worker.uniter.operation ran "start" hook unit-abot-epc-basic-0: 13:42:28 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-abot-epc-basic-0: 13:42:28 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 13:42:28 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:42:28 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-abot-epc-basic-0: 13:42:28 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-abot-epc-basic-0: 13:42:28 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-abot-epc-basic-0: 13:42:28 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-abot-epc-basic-0: 13:42:28 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-abot-epc-basic-0: 13:42:28 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 13:42:28 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 13:42:31 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{0}] []}} unit-oai-epc-0: 13:42:31 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{0}] []}} unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.install + status=0 unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.install + '[' 0 '!=' 0 ']' unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.install + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list ']' unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.install + touch /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.install + juju-log 'Add mme-gw init script' unit-oai-epc-0: 13:42:36 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42:36 INFO unit.oai-epc/0.juju-log Add mme-gw init script unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.install + cp /var/lib/juju/agents/unit-oai-epc-0/charm/files/mme_gw /etc/init/mme_gw.conf unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.install + '[' '!' -f /usr/local/bin/mme_gw ']' unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.install + status-set blocked 'Waiting for active connection with HSS to actually run EPC...add hss relation' unit-oai-epc-0: 13:42:36 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 13:42:36 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 13:42:36 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-epc-0: 13:42:36 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:42:36 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-epc-0: 13:42:36 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-epc-0: 13:42:36 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-epc-0: 13:42:36 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-epc-0: 13:42:36 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-epc-0: 13:42:36 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 13:42:36 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 13:42:36 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-epc-0: 13:42:36 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-epc-0: 13:42:36 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-epc-0: 13:42:36 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-epc-0: 13:42:36 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-epc-0: 13:42:36 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:42:36 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 13:42:36 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-epc-0: 13:42:36 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 13:42:36 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 13:42:36 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-epc-0: 13:42:36 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-epc-0: 13:42:36 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed + set_env_paths unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed + epc_exec_name=mme_gw unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed ++ config-get branch unit-oai-epc-0: 13:42:36 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.branch unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed + '[' v0.3.2-branch '!=' v0.3.2-branch ']' unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed ++ config-get revision unit-oai-epc-0: 13:42:36 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.revision unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed + '[' HEAD '!=' HEAD ']' unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 13:42:36 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed + realm=openair4G.eur unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed ++ config-get eth unit-oai-epc-0: 13:42:36 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed + iface=eth0 unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed ++ config-get maxenb unit-oai-epc-0: 13:42:36 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed + max_enb=10 unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed ++ config-get maxue unit-oai-epc-0: 13:42:36 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed + max_ue=10 unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed ++ config-get relative_capacity unit-oai-epc-0: 13:42:36 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed + relative_capacity=10 unit-oai-epc-0: 13:42:36 DEBUG unit.oai-epc/0.config-changed ++ config-get mme_statistic_timer unit-oai-epc-0: 13:42:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + mme_statistic_timer=10 unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed ++ config-get emergency_attach_supported unit-oai-epc-0: 13:42:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + emergency_attach_supported=no unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed ++ config-get authenticated_imsi_supported unit-oai-epc-0: 13:42:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + authenticated_imsi_supported=no unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed ++ config-get verbosity unit-oai-epc-0: 13:42:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + verbosity=none unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mcc unit-oai-epc-0: 13:42:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mcc=208 unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mnc unit-oai-epc-0: 13:42:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mnc=93 unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_start unit-oai-epc-0: 13:42:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + ipv4_list_start=192.188.1.0/24 unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_end unit-oai-epc-0: 13:42:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + ipv4_list_end=192.188.2.0/24 unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv6_list unit-oai-epc-0: 13:42:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + ipv6_list=2014:02:26::0/120 unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_IPV4_ADDRESS unit-oai-epc-0: 13:42:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_SEC_IPV4_ADDRESS unit-oai-epc-0: 13:42:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_SEC_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed ++ awk '{ print $1}' unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed ++ cut -d: -f2 unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed ++ grep 'inet addr:' unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + iface_verify=192.168.120.12 unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + '[' -z 192.168.120.12 ']' unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + service mme_gw stop unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed stop: Unknown instance: unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + true unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 13:42:37 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/config-changed: line 87: hss_id: unbound variable unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + juju-log 'relation-ids-hss = , relation-list=' unit-oai-epc-0: 13:42:37 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42:37 INFO unit.oai-epc/0.juju-log relation-ids-hss = , relation-list= unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 13:42:37 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + '[' -z '' ']' unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 13:42:37 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.realm unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed cat: /var/lib/juju/agents/unit-oai-epc-0/charm/.realm: No such file or directory unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + rm -f /usr/etc/freeDiameter/mme.cacert.pem /usr/etc/freeDiameter/mme.cakey.pem /usr/etc/freeDiameter/mme.cert.pem /usr/etc/freeDiameter/mme.key.pem /usr/etc/freeDiameter/mme_fd.conf unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed ++ hostname --fqdn unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed ++ hostname unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + sed -i s/oai-epc-0.openair4G.eur/oai-epc-0.openair4G.eur/ /etc/hosts unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + echo openair4G.eur unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + rm -f /srv/openair-cn/BUILD/EPC/BUILD/CMakeCache.txt unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + /srv/openair-cn/SCRIPTS/build_epc -C -H unknown.openair4G.eur unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/mme_fd.conf /usr/etc/freeDiameter/ unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/epc.conf /usr/local/etc/oai/ unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + user_conf unit-oai-epc-0: 13:42:37 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: 13:42:37 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42:37 INFO unit.oai-epc/0.juju-log Setting up the config option chose by the user or the default ones unit-oai-epc-0: 13:42:37 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: 13:42:37 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: 13:42:37 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: 13:42:37 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: 13:42:37 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: 13:42:37 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: 13:42:37 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/VERBOSITY/ s/".+"/"none"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 13:42:37 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: 13:42:37 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: 13:42:37 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: 13:42:37 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: 13:42:37 DEBUG unit.oai-epc/0.config-changed + juju-log 'Setting up network configuration in the epc.conf file' unit-oai-epc-0: 13:42:37 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42:37 INFO unit.oai-epc/0.juju-log Setting up network configuration in the epc.conf file unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed ++ egrep -o '[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed ++ egrep -o 'inet addr:[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + ipv4=192.168.120.12 unit-oai-epc-0: 13:42:37 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: 13:42:37 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: 13:42:37 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: 13:42:37 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_IPV4_ADDRESS_FOR_S1_MME/ s-".*"-"192.168.120.12/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/SGW_IPV4_ADDRESS_FOR_S1U_S12_S4_UP/ s-".*"-"192.168.120.12/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 13:42:37 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/PGW_IPV4_ADDRESS_FOR_SGI/ s-".*"-"192.168.120.12/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 13:42:37 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: 13:42:37 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: 13:42:37 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/OUTPUT/ s/".*"/"CONSOLE"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 13:42:37 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: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42: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: 13:42: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: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42:38 INFO unit.oai-epc/0.juju-log no HSS is found, so EPC is not going to be run unit-oai-epc-0: 13:42:38 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:42:38 INFO juju.worker.uniter found queued "start" hook unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.start + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.start ++ validated_mme_public_ip=0 unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.start ++ relation-ids hss unit-oai-epc-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.start + '[' '!' -z '' ']' unit-oai-epc-0: 13:42:38 INFO juju.worker.uniter.operation ran "start" hook unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 13:42:38 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-epc-0: 13:42:38 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 13:42:38 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 13:42:38 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-hss-0: 13:42:38 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{0}] []}} unit-oai-hss-0: 13:42:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:42:38 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-epc/0) hook unit-oai-hss-0: 13:42:38 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 13:42:38 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 13:42:38 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-epc/0) hook" unit-abot-epc-basic-0: 13:42:38 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{0}] []}} unit-abot-epc-basic-0: 13:42:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:42:38 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; oai-epc/0) hook unit-abot-epc-basic-0: 13:42:38 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 13:42:38 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 13:42:38 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; oai-epc/0) hook" unit-oai-hss-0: 13:42:38 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 13:42:38 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'Setting up HSS relation info for EPC' unit-oai-hss-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:42:38 INFO unit.oai-hss/0.juju-log hss:2: Setting up HSS relation info for EPC unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined ++ hostname --fqdn unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_hostname=oai-hss-0.openair4G.eur unit-oai-hss-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined ++ unit-get private-address unit-oai-hss-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + hss_public_ip=192.168.120.5 unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + get_ip_address 192.168.120.5 unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.120.5 unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + local status=1 unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + local status_after=1 unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.120.5 unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.120.5 unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.120.5 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 120 -le 255 ]] unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 5 -le 255 ]] unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.120.5 unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.120.5 unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.120.5 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 120 -le 255 ]] unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 5 -le 255 ]] unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + validated_hss_public_ip=192.168.120.5 unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + echo 'MME ip address is 192.168.120.5' unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined MME ip address is 192.168.120.5 unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set ip_address=192.168.120.5 unit-oai-hss-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined ++ relation-ids db unit-oai-hss-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + '[' -n db:1 ']' unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + check_hss_process unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined ++ service oai_hss status unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + IS_RUNNING='oai_hss start/running, process 21953' unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + [[ oai_hss start/running, process 21953 =~ .*running.* ]] unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OAI HSS is running' unit-oai-hss-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:42:38 INFO unit.oai-hss/0.juju-log hss:2: OAI HSS is running unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 -eq 0 ']' unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_running=yes unit-abot-epc-basic-0: 13:42:38 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; oai-epc/0) hook" unit-abot-epc-basic-0: 13:42:38 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-oai-hss-0: 13:42:38 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{1}] []}} unit-oai-hss-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + get_opc_value unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined ++ config-get imsi unit-abot-epc-basic-0: 13:42:38 DEBUG unit.abot-epc-basic/0.epc-relation-joined + ABOT_DEPLOY_DIR=/etc/rebaca-test-suite unit-abot-epc-basic-0: 13:42:38 DEBUG unit.abot-epc-basic/0.epc-relation-joined + juju-log 'Setting EPC charm relation variables' unit-oai-hss-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + imsi_val=208930100001111 unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined ++ cut -d \' -f2 unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined ++ grep UNHEX unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined ++ grep 208930100001111 /srv/.out unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + UNHEXKEY=e734f8734007d6c5ce7a0508809e7e9c unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + '[' e734f8734007d6c5ce7a0508809e7e9c == '' ']' unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OPC key found' unit-abot-epc-basic-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 13:42:38 INFO unit.abot-epc-basic/0.juju-log epc:3: Setting EPC charm relation variables unit-abot-epc-basic-0: 13:42:38 DEBUG unit.abot-epc-basic/0.epc-relation-joined + relation-set TAC=1 unit-oai-hss-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:42:38 INFO unit.oai-hss/0.juju-log hss:2: OPC key found unit-oai-epc-0: 13:42:38 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set opc-key=e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 13:42:38 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-abot-epc-basic-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 13:42:38 DEBUG unit.abot-epc-basic/0.epc-relation-joined + sed -i 's/ABOT.ENB.tracking_area_code=[^ ]*/ABOT.ENB.tracking_area_code=1/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set trigger_restart=0 unit-abot-epc-basic-0: 13:42:38 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-abot-epc-basic-0: 13:42:38 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; oai-epc/0) hook" unit-oai-hss-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 13:42:38 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:42:38 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set mme_in_db=no unit-abot-epc-basic-0: 13:42:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:42:38 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 13:42:38 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 13:42:38 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 13:42:38 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 13:42:38 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-hss/0) hook unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-hss/0) hook" unit-abot-epc-basic-0: 13:42:38 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 13:42:38 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-hss-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-abot-epc-basic-0: 13:42:38 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-hss-0: 13:42:38 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + juju-log 'Setting up MME relation info for HSS' unit-abot-epc-basic-0: 13:42:38 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[oai-epc/0:{0}] []}} unit-oai-hss-0: 13:42:38 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 13:42:38 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:42:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:42:38 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-epc/0) hook unit-oai-hss-0: 13:42:38 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 13:42:38 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 13:42:38 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-epc/0) hook" unit-abot-epc-basic-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 13:42:38 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 13:42:38 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-abot-epc-basic-0: 13:42:38 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code= unit-oai-epc-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42:38 INFO unit.oai-epc/0.juju-log hss:2: Setting up MME relation info for HSS unit-abot-epc-basic-0: 13:42:38 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined ++ hostname --fqdn unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set mme_hostname=oai-epc-0.openair4G.eur unit-abot-epc-basic-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 13:42:38 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code= unit-abot-epc-basic-0: 13:42:38 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{1}] []}} unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined ++ unit-get private-address unit-abot-epc-basic-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-abot-epc-basic-0: 13:42:38 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4= unit-abot-epc-basic-0: 13:42:38 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + ip_address_mme=192.168.120.12 unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + get_ip_address 192.168.120.12 unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.120.12 unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + local status=1 unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + local status_after=1 unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.120.12 unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.120.12 unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.120.12 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 120 -le 255 ]] unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 12 -le 255 ]] unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.120.12 unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.120.12 unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.120.12 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 120 -le 255 ]] unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 12 -le 255 ]] unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + validated_mme_public_ip=192.168.120.12 unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + echo 'MME ip address is 192.168.120.12' unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined MME ip address is 192.168.120.12 unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 13:42:38 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set ip_address_mme=192.168.120.12 unit-abot-epc-basic-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:38 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running= unit-abot-epc-basic-0: 13:42:38 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-epc-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:38 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 13:42:38 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 13:42:38 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; abot-epc-basic/0) hook unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 13:42:38 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 13:42:38 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-joined hook unit-abot-epc-basic-0: 13:42:38 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 13:42:38 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-epc-0: 13:42:38 INFO juju.worker.uniter.operation skipped "ssh-abot-epc-relation-joined" hook (missing) unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:42:39 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-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; abot-epc-basic/0) hook unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 13:42:39 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: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mme_ip_address_ipv4=[^ ]*/ABOT.ENB.mme_ip_address_ipv4=/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 13:42:39 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: 13:42:39 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: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-changed hook unit-abot-epc-basic-0: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set blocked 'ABot blocked! EPC relation not established, unable to get to active state' unit-abot-epc-basic-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Retrieving MME relation info' unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:39 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 13:42:39 INFO juju.worker.uniter.operation ran "ssh-abot-epc-relation-changed" hook unit-oai-hss-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:42:39 INFO unit.oai-hss/0.juju-log hss:2: Retrieving MME relation info unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get mme_hostname unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-hss-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed + mme_fqdn=oai-epc-0.openair4G.eur unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get ip_address_mme unit-oai-epc-0: 13:42: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: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed + IP_mme=192.168.120.12 unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oai-epc-0.openair4G.eur ']' unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed + echo '192.168.120.12 oai-epc-0.openair4G.eur mme' unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-ids db unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{2}] []}} unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42:39 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-hss-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed + db_id=db:1 unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z db:1 ']' unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-list -r db:1 unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.120.5 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-hss-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z mysql/0 ']' unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-hss-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed + db_user=kotahcahyaikuom unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 password mysql/0 unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-hss-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed + db_password=iocheeshohqueew unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 host mysql/0 unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=no unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; oai-epc/0) hook unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; oai-epc/0) hook" unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed + db_host=192.168.120.26 unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 database mysql/0 unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; oai-epc/0) hook" unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-joined hook unit-oai-hss-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed + db_database=oai-hss unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z kotahcahyaikuom ']' unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed + realm_mme=openair4G.eur unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u kotahcahyaikuom --password=iocheeshohqueew -h 192.168.120.26 oai-hss -e 'select mmehost from mmeidentity where mmehost='\''oai-epc-0.openair4G.eur'\''' unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=0, hss_running=yes, mme_in_db=no , relation_ids_epc=epc:3 ' unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed ++ egrep '[0-9]+' unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u kotahcahyaikuom --password=iocheeshohqueew -h 192.168.120.26 oai-hss -e 'select max(idmmeidentity) from mmeidentity;' unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key=6 unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key=7 unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Inserting the MME info in the mmeidentity table of oai_db database' unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42:39 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: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + echo 0 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.120.5 ']' unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + '[' no == no ']' unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Waiting for the mme insertion in the db......' unit-oai-hss-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:42:39 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: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed + /usr/bin/mysql -u kotahcahyaikuom --password=iocheeshohqueew -h 192.168.120.26 oai-hss unit-abot-epc-basic-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42:39 INFO unit.oai-epc/0.juju-log hss:2: Waiting for the mme insertion in the db...... unit-oai-hss-0: 13:42:39 DEBUG unit.oai-hss/0.hss-relation-changed + relation-set mme_in_db=yes unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + exit 0 unit-oai-epc-0: 13:42:39 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-abot-epc-basic-0: 13:42:39 INFO juju.worker.uniter.operation ran "ssh-abot-relation-joined" hook unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; oai-epc/0) hook" unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; oai-epc/0) hook unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; oai-epc/0) hook" unit-oai-hss-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-changed hook unit-oai-epc-0: 13:42: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: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-hss-0: 13:42:39 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-hss-0: 13:42:39 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 13:42:39 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:42:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:42:39 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42:39 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-hss-0: 13:42:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.120.5 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{1}] []}} unit-abot-epc-basic-0: 13:42:39 INFO juju.worker.uniter.operation ran "ssh-abot-relation-changed" hook unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=no unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; oai-epc/0) hook" unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'trigger_restart=0, hss_running=yes, mme_in_db=no , relation_ids_epc=epc:3 ' unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42:39 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-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.120.5 ']' unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + '[' no == no ']' unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Waiting for the mme insertion in the db......' unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42:39 INFO unit.oai-epc/0.juju-log hss:2: Waiting for the mme insertion in the db...... unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + exit 0 unit-oai-epc-0: 13:42:39 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; abot-epc-basic/0) hook unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-oai-epc-0: 13:42: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: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + juju-log 'Setting up relation settings for OAISIM charm' unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{3}] []}} unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42:39 INFO unit.oai-epc/0.juju-log epc:3: Setting up relation settings for OAISIM charm unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_tac unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set TAC= unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mcc unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MCC=208 unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mnc unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MNC=93 unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set trigger_restart=0 unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined ++ unit-get private-address unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + mme_public_ip=192.168.120.12 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + get_ip_address 192.168.120.12 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.120.12 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + local status=1 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + local status_after=1 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.120.12 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.120.12 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.120.12 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 120 -le 255 ]] unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 12 -le 255 ]] unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.120.12 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.120.12 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.120.12 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 120 -le 255 ]] unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 12 -le 255 ]] unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + validated_mme_public_ip=192.168.120.12 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + echo 'MME ip address is 192.168.120.12' unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined MME ip address is 192.168.120.12 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set mme_ip=192.168.120.12 unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{1}] []}} unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set epc_running=no unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.epc-relation-joined + '[' -f /tmp/opcvalue ']' unit-oai-epc-0: 13:42:39 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 13:42:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-abot-epc-basic-0: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-abot-epc-basic-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-epc-0: 13:42: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: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-abot-epc-basic-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42:39 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-abot-epc-basic-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.120.12 unit-abot-epc-basic-0: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.120.5 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-abot-epc-basic-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=no unit-abot-epc-basic-0: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-abot-epc-basic-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-abot-epc-basic-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=yes unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-abot-epc-basic-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 13:42:39 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: 13:42:39 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: 13:42:39 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.120.12/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.120.12/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:39 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: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' no == yes ']' unit-abot-epc-basic-0: 13:42:39 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 13:42:39 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: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-abot-epc-basic-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 13:42:39 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-abot-epc-basic-0: 13:42:39 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42:39 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: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.120.5 ']' unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == yes ']' unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Mme has been inserted so let'\''s run EPC!!!' unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:42:39 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 13:42:39 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42:39 INFO unit.oai-epc/0.juju-log hss:2: Mme has been inserted so let's run EPC!!! unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 13:42:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z '' ']' unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed + echo '192.168.120.5 oai-hss-0.openair4G.eur hss' unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed + hss_hostname=oai-hss-0 unit-oai-epc-0: 13:42: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: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 '!=' 0 ']' unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 13:42:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42:40 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is not running... unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed + status=1 unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -eq 1 ']' unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed + /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/start unit-oai-epc-0: 13:42: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: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids hss unit-oai-epc-0: 13:42:40 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -z hss:2 ']' unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed + service mme_gw restart unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed stop: Unknown instance: unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed mme_gw start/running, process 13997 unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw start/running, process 13997' unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw start/running, process 13997 =~ .*running.* ]] unit-oai-epc-0: 13:42: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: 13:42:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42: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: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed + status=0 unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -eq 1 ']' unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_connection unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=0 unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -lt 30 ']' unit-oai-epc-0: 13:42:40 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 13:42:41 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 13:42:41 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 13:42:41 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=1 unit-oai-epc-0: 13:42:41 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -lt 30 ']' unit-oai-epc-0: 13:42:41 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 13:42:42 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 13:42:42 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 13:42:42 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=2 unit-oai-epc-0: 13:42:42 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 2 -lt 30 ']' unit-oai-epc-0: 13:42:42 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 13:42:43 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 13:42:43 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 13:42:43 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=3 unit-oai-epc-0: 13:42:43 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 3 -lt 30 ']' unit-oai-epc-0: 13:42:43 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 13:42:44 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 13:42:44 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 13:42:44 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=4 unit-oai-epc-0: 13:42:44 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 4 -lt 30 ']' unit-oai-epc-0: 13:42:44 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 13:42:45 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 13:42:45 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -gt 0 ']' unit-oai-epc-0: 13:42:45 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 13:42:45 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42:45 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is running and connected to HSS unit-oai-epc-0: 13:42:45 DEBUG unit.oai-epc/0.hss-relation-changed + status-set active 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 13:42:45 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 13:42:45 DEBUG unit.oai-epc/0.hss-relation-changed + break unit-oai-epc-0: 13:42:45 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 4 -eq 30 ']' unit-oai-epc-0: 13:42:45 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 2 unit-oai-epc-0: 13:42:47 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 13:42:47 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 13:42:47 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -n epc:3 ']' unit-oai-epc-0: 13:42:47 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 13:42:47 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 13:42:47 DEBUG unit.oai-epc/0.hss-relation-changed + for epc_id in '$(relation-ids epc)' unit-oai-epc-0: 13:42:47 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log epc:3 unit-oai-epc-0: 13:42:47 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42:47 INFO unit.oai-epc/0.juju-log hss:2: epc:3 unit-oai-epc-0: 13:42:47 DEBUG unit.oai-epc/0.hss-relation-changed + relation-set -r epc:3 epc_running=yes unit-oai-epc-0: 13:42:47 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 13:42:47 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get opc-key unit-oai-epc-0: 13:42:47 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:47 DEBUG unit.oai-epc/0.hss-relation-changed + hss_opc_val=e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 13:42:47 DEBUG unit.oai-epc/0.hss-relation-changed + echo e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 13:42:47 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-abot-epc-basic-0: 13:42:47 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{2}] []}} unit-abot-epc-basic-0: 13:42:47 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:42:47 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 13:42:47 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 13:42:47 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 13:42:47 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 13:42:47 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 13:42:47 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 13:42:47 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 13:42:47 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:42:47 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 13:42:47 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; abot-epc-basic/0) hook unit-oai-epc-0: 13:42:47 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 13:42:47 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 13:42:47 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 13:42:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-abot-epc-basic-0: 13:42:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 13:42:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-epc-0: 13:42:48 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 13:42:48 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-abot-epc-basic-0: 13:42:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 13:42:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 13:42: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: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + set_env_paths unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get TAC unit-abot-epc-basic-0: 13:42:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.120.12 unit-abot-epc-basic-0: 13:42:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 13:42:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + TAC=1 unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z 1 ']' unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ sed -r 's/(.*)\//\1-/' unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ echo abot-epc-basic/0 unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + name=abot-epc-basic-0 unit-oai-epc-0: 13:42: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: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + echo 1 unit-oai-epc-0: 13:42: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: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 '!=' 1 ']' unit-oai-epc-0: 13:42: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: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 13:42: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: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + tac_line= unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + true unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + echo '1 1' unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + echo abot-epc-basic/0 unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mcc unit-abot-epc-basic-0: 13:42:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=yes unit-abot-epc-basic-0: 13:42:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-epc-0: 13:42:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mnc unit-abot-epc-basic-0: 13:42:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 13:42:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 13:42:48 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 13:42: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: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z ' {MCC="208" ; MNC="93"; TAC = "1"; } # YOUR TAI CONFIG HERE' ']' unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids hss unit-abot-epc-basic-0: 13:42:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 13:42:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-epc-0: 13:42:48 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + hss_id=hss:2 unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n hss:2 ']' unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-list -r hss:2 unit-abot-epc-basic-0: 13:42:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 13:42: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: 13:42: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: 13:42: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.120.12/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 13:42:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.120.12/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 13:42: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: 13:42:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 13:42:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' yes == yes ']' unit-abot-epc-basic-0: 13:42:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set active 'ABot ready! EPC relation established, proceed to run tests...' unit-oai-epc-0: 13:42:48 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + hss_unit=oai-hss/0 unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n oai-hss/0 ']' unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get -r hss:2 hss_running oai-hss/0 unit-abot-epc-basic-0: 13:42:48 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 13:42:48 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' yes == yes ']' unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_process unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ service mme_gw status unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + IS_RUNNING='mme_gw start/running, process 13997' unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + [[ mme_gw start/running, process 13997 =~ .*running.* ]] unit-oai-epc-0: 13:42: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: 13:42:48 DEBUG unit.abot-epc-basic/0.epc-relation-changed + exit 0 unit-abot-epc-basic-0: 13:42:48 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 13:42:48 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 13:42:48 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42:48 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is running...let's check if it is connected to HSS unit-abot-epc-basic-0: 13:42:48 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 13:42:48 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:42:48 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + status=0 unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -eq 0 ']' unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/start unit-oai-epc-0: 13:42: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: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids hss unit-oai-epc-0: 13:42:48 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' '!' -z hss:2 ']' unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + service mme_gw restart unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed mme_gw stop/waiting unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed mme_gw start/running, process 14283 unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_process unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ service mme_gw status unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + IS_RUNNING='mme_gw start/running, process 14283' unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + [[ mme_gw start/running, process 14283 =~ .*running.* ]] unit-oai-epc-0: 13:42: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-oai-epc-0: 13:42:48 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42: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: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + status=0 unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -eq 1 ']' unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_connection unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=0 unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -lt 30 ']' unit-oai-epc-0: 13:42:48 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 13:42:49 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 13:42:49 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 13:42:49 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=1 unit-oai-epc-0: 13:42:49 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 -lt 30 ']' unit-oai-epc-0: 13:42:49 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 13:42:50 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 13:42:50 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 13:42:50 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=2 unit-oai-epc-0: 13:42:50 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 2 -lt 30 ']' unit-oai-epc-0: 13:42:50 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 13:42:51 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 13:42:51 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 13:42:51 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=3 unit-oai-epc-0: 13:42:51 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 3 -lt 30 ']' unit-oai-epc-0: 13:42:51 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 13:42:52 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 13:42:52 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 13:42:52 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=4 unit-oai-epc-0: 13:42:52 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 4 -lt 30 ']' unit-oai-epc-0: 13:42:52 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 13:42:53 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 13:42:53 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 -gt 0 ']' unit-oai-epc-0: 13:42:53 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 13:42:53 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:42:53 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is running and connected to HSS unit-oai-epc-0: 13:42:53 DEBUG unit.oai-epc/0.epc-relation-changed + status-set active 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 13:42:53 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 13:42:53 DEBUG unit.oai-epc/0.epc-relation-changed + break unit-oai-epc-0: 13:42:53 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 4 -eq 30 ']' unit-oai-epc-0: 13:42:53 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 2 unit-oai-epc-0: 13:42:55 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids epc unit-oai-epc-0: 13:42:55 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 13:42:55 DEBUG unit.oai-epc/0.epc-relation-changed + for epc_id in '$(relation-ids epc)' unit-oai-epc-0: 13:42:55 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get -r epc:3 trigger_restart oai-epc/0 unit-oai-epc-0: 13:42:55 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:55 DEBUG unit.oai-epc/0.epc-relation-changed + restart=0 unit-oai-epc-0: 13:42:55 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n 0 ']' unit-oai-epc-0: 13:42:55 DEBUG unit.oai-epc/0.epc-relation-changed + relation-set -r epc:3 trigger_restart=1 unit-oai-epc-0: 13:42:55 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 13:42:55 DEBUG unit.oai-epc/0.epc-relation-changed + relation-set epc_running=yes unit-oai-epc-0: 13:42:55 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 13:42:55 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-epc-0: 13:42:55 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 13:42:55 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:42:55 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 13:42:55 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; abot-epc-basic/0) hook unit-oai-epc-0: 13:42:55 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 13:42:55 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 13:42:55 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 13:42:55 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 13:42:55 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-changed hook unit-oai-epc-0: 13:42:55 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 13:42:55 INFO juju.worker.uniter.operation ran "ssh-abot-epc-relation-changed" hook unit-oai-epc-0: 13:42:55 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 13:42:55 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:42:55 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 13:42:55 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 13:42:55 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:42:55 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{3}] []}} unit-abot-epc-basic-0: 13:42:55 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:42:55 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 13:42:55 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 13:42:55 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 13:42:55 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 13:42:55 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 13:42:55 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-abot-epc-basic-0: 13:42:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-abot-epc-basic-0: 13:42:55 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 13:42:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-abot-epc-basic-0: 13:42:55 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 13:42:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-abot-epc-basic-0: 13:42:55 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.120.12 unit-abot-epc-basic-0: 13:42:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-abot-epc-basic-0: 13:42:55 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=yes unit-abot-epc-basic-0: 13:42:55 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-abot-epc-basic-0: 13:42:55 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 13:42:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-abot-epc-basic-0: 13:42:56 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 13:42:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-abot-epc-basic-0: 13:42:56 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 13:42:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 13:42: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: 13:42: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: 13:42: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.120.12/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 13:42:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.120.12/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 13:42: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: 13:42:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 13:42:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' yes == yes ']' unit-abot-epc-basic-0: 13:42: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: 13:42:56 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 13:42:56 DEBUG unit.abot-epc-basic/0.epc-relation-changed + exit 0 unit-abot-epc-basic-0: 13:42:56 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 13:42:56 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 13:42:56 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 13:42:56 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:42:56 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 13:43:15 DEBUG juju.worker.uniter.remotestate got action change: [d95a28aa-8f6b-4800-83fa-b2af90c64066] ok=true unit-abot-epc-basic-0: 13:43:15 DEBUG juju.worker.uniter.operation running operation run action d95a28aa-8f6b-4800-83fa-b2af90c64066 unit-abot-epc-basic-0: 13:43:15 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 13:43:15 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 13:43:15 DEBUG juju.worker.uniter.operation preparing operation "run action d95a28aa-8f6b-4800-83fa-b2af90c64066" unit-abot-epc-basic-0: 13:43:15 DEBUG juju.worker.uniter.operation executing operation "run action d95a28aa-8f6b-4800-83fa-b2af90c64066" unit-abot-epc-basic-0: 13:43:15 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running action run unit-abot-epc-basic-0: 13:43:15 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 13:43:15 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 13:43:15 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 13:43:15 INFO unit.abot-epc-basic/0.juju-log Tag names: TS_24_301 unit-abot-epc-basic-0: 13:43:15 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 13:43:15 INFO unit.abot-epc-basic/0.juju-log Running the test with the tags @TS_24_301 unit-abot-epc-basic-0: 13:43:15 DEBUG unit.abot-epc-basic/0.run Creating the Target JUnit file... unit-abot-epc-basic-0: 13:43:17 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 13:43:17 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 13:43:17 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:43:17 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 13:43:17 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:43:17 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 13:43:17 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:43:17 DEBUG unit.abot-epc-basic/0.run [INFO] Deleting /var/lib/abot-epc-basic/target unit-abot-epc-basic-0: 13:43:17 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 13:43:17 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: 13:43:18 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: 13:43:18 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall6319034560367961505.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 13:43:18 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 13:43:18 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: 13:43:18 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: 13:43:18 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall1932443036959355677.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: 13:43:18 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 13:43:18 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: 13:43:18 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: 13:43:18 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall8183052244543482734.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: 13:43:18 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 13:43:18 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: 13:43:18 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: 13:43:18 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall1578314486918064714.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 13:43:18 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 13:43:18 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: 13:43:18 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: 13:43:18 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall3974559330561236268.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: 13:43:18 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 13:43:18 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: 13:43:18 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: 13:43:18 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall5104051369253368146.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 13:43:18 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:43:18 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 13:43:18 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:43:18 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 0.792 s unit-abot-epc-basic-0: 13:43:18 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-08-05T13:43:18+00:00 unit-abot-epc-basic-0: 13:43:18 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 13:43:18 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:43:20 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 13:43:20 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 13:43:20 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:43:20 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 13:43:20 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:43:21 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: 13:43:21 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 13:43:21 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:43:21 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: 13:43:21 DEBUG unit.abot-epc-basic/0.run [INFO] Copying 1 resource unit-abot-epc-basic-0: 13:43:21 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 13:43:21 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:43:21 DEBUG unit.abot-epc-basic/0.run [INFO] No sources to compile unit-abot-epc-basic-0: 13:43:21 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 13:43:21 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:43:21 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: 13:43:21 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: 13:43:21 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 13:43:21 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:43:21 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: 13:43:22 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 13:43:22 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:43:23 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:43:23 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 13:43:23 DEBUG unit.abot-epc-basic/0.run T E S T S unit-abot-epc-basic-0: 13:43:23 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 13:43:23 DEBUG unit.abot-epc-basic/0.run Running com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 13:43:24 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:43:24 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 13:43:24 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:43:24 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI unit-abot-epc-basic-0: 13:43:24 DEBUG unit.abot-epc-basic/0.run Aug 05, 2018 1:43:24 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 13:43:24 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@2e8c1c9b: startup date [Sun Aug 05 13:43:24 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 13:43:24 DEBUG unit.abot-epc-basic/0.run Aug 05, 2018 1:43:24 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:43:24 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-abot-epc-basic-0: 13:43:25 DEBUG unit.abot-epc-basic/0.run Aug 05, 2018 1:43:25 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:43:25 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: 13:43:26 DEBUG unit.abot-epc-basic/0.run Aug 05, 2018 1:43:26 PM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 13:43:26 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: 13:43:27 DEBUG unit.abot-epc-basic/0.run Aug 05, 2018 1:43:27 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 13:43:27 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@39008c9f: startup date [Sun Aug 05 13:43:27 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 13:43:27 DEBUG unit.abot-epc-basic/0.run Aug 05, 2018 1:43:27 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:43:27 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: 13:43:27 DEBUG unit.abot-epc-basic/0.run Aug 05, 2018 1:43:27 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:43:27 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: 13:43:27 DEBUG unit.abot-epc-basic/0.run Aug 05, 2018 1:43:27 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:43:27 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: 13:43:27 DEBUG unit.abot-epc-basic/0.run Aug 05, 2018 1:43:27 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:43:27 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: 13:43:27 DEBUG unit.abot-epc-basic/0.run Aug 05, 2018 1:43:27 PM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 13:43:27 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1e58512c: startup date [Sun Aug 05 13:43:27 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 13:43:27 DEBUG unit.abot-epc-basic/0.run Aug 05, 2018 1:43:27 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:43:27 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: 13:43:27 DEBUG unit.abot-epc-basic/0.run Aug 05, 2018 1:43:27 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:43:27 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: 13:43:27 DEBUG unit.abot-epc-basic/0.run Aug 05, 2018 1:43:27 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:43:27 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: 13:43:27 DEBUG unit.abot-epc-basic/0.run Aug 05, 2018 1:43:27 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 13:43:27 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: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: STEP EXECUTION TIME TAKEN :1442 MS unit-abot-epc-basic-0: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: STEP EXECUTION TIME TAKEN :49 MS unit-abot-epc-basic-0: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: STEP EXECUTION TIME TAKEN :24 MS unit-abot-epc-basic-0: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43: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: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:43:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:43:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:43:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:29 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 13:43:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:29 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 13:43:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:43:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:43:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:43:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43: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: 13:43:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:29 [main] REPORT: STEP EXECUTION TIME TAKEN :928 MS unit-abot-epc-basic-0: 13:43:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:43:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:43:30 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:43:30 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43: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: 13:43:30 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:30 [main] REPORT: STEP EXECUTION TIME TAKEN :784 MS unit-abot-epc-basic-0: 13:43:30 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:43:30 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:43:30 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:43:30 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:30 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 13:43:30 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:30 [main] REPORT: STEP EXECUTION TIME TAKEN :35 MS unit-abot-epc-basic-0: 13:43:30 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:43:30 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:43:40 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:43:40 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:40 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:43:40 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:40 [main] REPORT: STEP EXECUTION TIME TAKEN :10018 MS unit-abot-epc-basic-0: 13:43:40 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:43:40 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:43:40 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:40.987 [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: 13:43:41 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:41.000 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 13:43:41 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:43:41 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:41 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 13:43:41 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:41 [main] REPORT: STEP EXECUTION TIME TAKEN :71 MS unit-abot-epc-basic-0: 13:43:41 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:41 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 13:43:41 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:43:41 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 13:43:41 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 13:43:41 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:43:51 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: 13:43:51 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: 13:43:51 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MCC unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:51 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:51 [main] REPORT: STEP EXECUTION TIME TAKEN :31 MS unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:51 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:51 [main] REPORT: STEP EXECUTION TIME TAKEN :34 MS unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:51 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:51 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:51 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:51 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:43:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: STEP EXECUTION TIME TAKEN :457 MS unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [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: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: STEP EXECUTION TIME TAKEN :28 MS unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: STEP EXECUTION TIME TAKEN :25 MS unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:43:52 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:43:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:02 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:02 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:02 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:44:02 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:02 [main] REPORT: STEP EXECUTION TIME TAKEN :10016 MS unit-abot-epc-basic-0: 13:44:02 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:02 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:02 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:02 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:02.726 [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: 13:44:02 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:02.731 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 13:44:02 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:02 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:02 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:02 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 13:44:02 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:02 [main] REPORT: STEP EXECUTION TIME TAKEN :34 MS unit-abot-epc-basic-0: 13:44:02 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:02 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 13:44:02 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:02 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:02 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 13:44:02 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 13:44:02 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:44:12 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: 13:44:12 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: 13:44:12 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 13:44:12 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: 13:44:12 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MNC unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:12 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:12 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:12 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:12 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:12 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: STEP EXECUTION TIME TAKEN :367 MS unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [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: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: STEP EXECUTION TIME TAKEN :26 MS unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:13 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:13 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:23 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:44:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:23 [main] REPORT: STEP EXECUTION TIME TAKEN :10010 MS unit-abot-epc-basic-0: 13:44:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:23 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 13:44:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:23 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 13:44:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:23.674 [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: 13:44:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:23.684 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 13:44:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:23 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 13:44:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:23 [main] REPORT: STEP EXECUTION TIME TAKEN :98 MS unit-abot-epc-basic-0: 13:44:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:23 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 13:44:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:23 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 13:44:23 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 13:44:23 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:44:33 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: 13:44:33 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: 13:44: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: 13:44: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: 13:44:33 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 13:44: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: 13:44: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: 13:44:33 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 13:44: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: 13:44:33 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: 13:44: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: 13:44:33 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 13:44: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: 13:44:33 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 13:44: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: 13:44:33 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_TAC unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:33 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:33 [main] REPORT: STEP EXECUTION TIME TAKEN :28 MS unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:33 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:33 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:33 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:33 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44: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: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:33 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: STEP EXECUTION TIME TAKEN :476 MS unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [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: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: STEP EXECUTION TIME TAKEN :33 MS unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:44 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:44:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:44 [main] REPORT: STEP EXECUTION TIME TAKEN :10021 MS unit-abot-epc-basic-0: 13:44:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:44.720 [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: 13:44:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:44.723 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 13:44:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44: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: 13:44:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:44 [main] REPORT: STEP EXECUTION TIME TAKEN :30 MS unit-abot-epc-basic-0: 13:44:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:44 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 13:44:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:44 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 13:44:44 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 13:44: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: 13:44:54 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 13:44:54 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:44:54 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: 13:44:54 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: 13:44: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: 13:44: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: 13:44:54 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 13:44: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: 13:44: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: 13:44:54 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 13:44:54 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 13:44: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: 13:44:54 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: 13:44:54 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 13:44: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: 13:44: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: 13:44:54 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 13:44: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: 13:44:54 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 13:44:54 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 13:44:54 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:44:54 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 13:44:54 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:44:54 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_Attach_With_GUTI unit-abot-epc-basic-0: 13:44:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:54 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:44:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:54 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 13:44:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:54 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 13:44:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:54 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 13:44:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:54 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 13:44:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:54 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 13:44:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:55 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 13:44:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:55 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 13:44:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:55 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:44:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:55 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:44:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:55 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 13:44:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:55 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 13:44:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44: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: 13:44:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:55 [main] REPORT: STEP EXECUTION TIME TAKEN :226 MS unit-abot-epc-basic-0: 13:44:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:56 [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: 13:44:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:56 [main] REPORT: STEP EXECUTION TIME TAKEN :801 MS unit-abot-epc-basic-0: 13:44:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:44:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:44:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:56 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 13:44:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:56 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 13:44:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:44:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:44:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:06 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:06 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:06 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:45:06 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:06 [main] REPORT: STEP EXECUTION TIME TAKEN :10010 MS unit-abot-epc-basic-0: 13:45:06 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:06 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:06 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:06.211 [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: 13:45:06 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:06.216 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 13:45:06 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:06 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:06 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 13:45:06 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:06 [main] REPORT: STEP EXECUTION TIME TAKEN :33 MS unit-abot-epc-basic-0: 13:45:06 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:06 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 13:45:06 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:06 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 13:45:06 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 13:45:06 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:45:16 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: 13:45:16 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: 13:45:16 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 13:45:16 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: 13:45:16 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: 13:45:16 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 13:45:16 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: 13:45:16 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: 13:45:16 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 13:45:16 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: 13:45:16 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: 13:45:16 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 13:45:16 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: 13:45:16 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DNS Server Address Request Indication in PCO unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45: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: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45: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: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: STEP EXECUTION TIME TAKEN :221 MS unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:17 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:17 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:17 [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: 13:45:17 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:17 [main] REPORT: STEP EXECUTION TIME TAKEN :940 MS unit-abot-epc-basic-0: 13:45:17 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:17 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:17 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:17 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:17 [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: 13:45:17 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:17 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 13:45:17 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:17 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:17 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:17 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:17 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 13:45:17 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:17 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 13:45:17 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:17 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:27 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:27 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:27 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:45:27 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:27 [main] REPORT: STEP EXECUTION TIME TAKEN :10012 MS unit-abot-epc-basic-0: 13:45:27 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:27 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:27 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:27.856 [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: 13:45:27 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:27.860 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 13:45:27 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:27 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:27 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 13:45:27 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:27 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 13:45:27 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:27 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 13:45:27 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:27 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 13:45:27 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 13:45:27 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 13:45:37 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DNS_Server_Address_Request @PCO unit-abot-epc-basic-0: 13:45:38 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: 13:45:38 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 13:45:38 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: 13:45:38 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with DSMIPv6 Home Agent Address Request Indication in PCO unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: STEP EXECUTION TIME TAKEN :24 MS unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: STEP EXECUTION TIME TAKEN :360 MS unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:39 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:39 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:39 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 13:45:39 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:39 [main] REPORT: STEP EXECUTION TIME TAKEN :660 MS unit-abot-epc-basic-0: 13:45:39 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:39 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:39 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:39 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:39 [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: 13:45:39 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:39 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 13:45:39 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:39 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:39 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:39 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:39 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 13:45:39 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:39 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:45:39 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:39 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:49 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:49 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:49 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:45:49 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:49 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 13:45:49 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:49 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:49 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:49.284 [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: 13:45:49 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:49.291 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 13:45:49 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:49 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:49 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 13:45:49 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:49 [main] REPORT: STEP EXECUTION TIME TAKEN :32 MS unit-abot-epc-basic-0: 13:45:49 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:49 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 13:45:49 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:49 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 13:45:49 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 13:45:49 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DSMIPv6_Home_Agent_Address_Request @PCO unit-abot-epc-basic-0: 13:45:59 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: 13:45:59 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 13:45:59 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: 13:45:59 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DSMIPv6 Home Network Prefix Request Indication in PCO unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45: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: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: STEP EXECUTION TIME TAKEN :358 MS unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:45:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:45:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:00 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 13:46:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:00 [main] REPORT: STEP EXECUTION TIME TAKEN :643 MS unit-abot-epc-basic-0: 13:46:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:00 [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: 13:46:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:00 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 13:46:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:00 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 13:46:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:00 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 13:46:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:10 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:10 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:10 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:46:10 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:10 [main] REPORT: STEP EXECUTION TIME TAKEN :10011 MS unit-abot-epc-basic-0: 13:46:10 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:10 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:10 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:10.733 [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: 13:46:10 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:10.735 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 13:46:10 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:10 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:10 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 13:46:10 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:10 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 13:46:10 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:10 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 13:46:10 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:10 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 13:46:10 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 13:46:10 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_DSMIPv6_Home_Network_Prefix_Request @PCO unit-abot-epc-basic-0: 13:46:20 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: 13:46:20 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 13:46:20 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: 13:46:20 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:46:20 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: 13:46:20 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:20 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:20 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:20 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:20 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:20 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:20 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:20 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 13:46:20 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:20 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 13:46:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:21 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:46:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:21 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 13:46:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:21 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 13:46:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:21 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 13:46:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:21 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 13:46:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:21 [main] REPORT: STEP EXECUTION TIME TAKEN :388 MS unit-abot-epc-basic-0: 13:46:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:22 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:22 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:22 [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: 13:46:22 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:22 [main] REPORT: STEP EXECUTION TIME TAKEN :689 MS unit-abot-epc-basic-0: 13:46:22 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:22 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:22 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:22 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:22 [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: 13:46:22 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:22 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 13:46:22 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:22 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:22 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:22 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:22 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 13:46:22 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:22 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:46:22 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:22 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:22 [main] REPORT: ========================================================================================== unit-mysql-0: 13:46:28 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 13:46:28 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 13:46:28 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 13:46:28 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 13:46:28 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 13:46:28 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 13:46:28 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 13:46:28 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 13:46:28 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 13:46:28 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 13:46:28 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 13:46:28 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 13:46:28 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 13:46:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:32 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:46:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:32 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 13:46:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:32.424 [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: 13:46:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:32.432 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 13:46:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:32 [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: 13:46:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:32 [main] REPORT: STEP EXECUTION TIME TAKEN :215 MS unit-abot-epc-basic-0: 13:46:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:32 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 13:46:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:32 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 13:46:32 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 13:46:32 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: 13:46:42 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:46:42 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: 13:46:42 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: 13:46:42 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 13:46:42 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: 13:46:42 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: 13:46:42 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 13:46:42 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: 13:46:42 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: 13:46:42 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: 13:46:42 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 13:46:42 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: 13:46:42 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 13:46:42 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: 13:46:42 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 13:46:42 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: 13:46:42 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With IM CN Subsystem Signalling Flag Indication in PCO unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:42 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:43 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 13:46:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:43 [main] REPORT: STEP EXECUTION TIME TAKEN :289 MS unit-abot-epc-basic-0: 13:46:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:43 [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: 13:46:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:43 [main] REPORT: STEP EXECUTION TIME TAKEN :627 MS unit-abot-epc-basic-0: 13:46:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:43 [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: 13:46:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:43 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 13:46:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:43 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 13:46:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:43 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:46:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:53 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:53 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:53 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:46:53 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:53 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 13:46:53 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:46:53 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:54.082 [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: 13:46:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:54.085 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 13:46:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:46:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:54 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 13:46:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:54 [main] REPORT: STEP EXECUTION TIME TAKEN :146 MS unit-abot-epc-basic-0: 13:46:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:54 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 13:46:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:46:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:46:54 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 13:46:54 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 13:46:54 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run @attach-procedure @TS_24_301 @24_301_5_5 @24_301_5_5_1_2_2 @TS_24_368 @24_368_4 @24_368-5_4 @Series-0000 @TS_36_523_9_2_1_1_3 @Attach_Procedure_IM_CN_Subsystem_Signalling_Flag @PCO unit-abot-epc-basic-0: 13:47:04 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: 13:47:04 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 13:47:04 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: 13:47:04 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with IPv4 Address Allocation Via DHCPv4 Indication in PCO unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47: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: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: STEP EXECUTION TIME TAKEN :220 MS unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:05 [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: 13:47:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:05 [main] REPORT: STEP EXECUTION TIME TAKEN :642 MS unit-abot-epc-basic-0: 13:47:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:05 [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: 13:47:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:05 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 13:47:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:05 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 13:47:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:05 [main] REPORT: STEP EXECUTION TIME TAKEN :60 MS unit-abot-epc-basic-0: 13:47:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:15 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:15 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:15 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:47:15 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:15 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 13:47:15 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:15 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:15 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:15.329 [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: 13:47:15 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:15.335 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 13:47:15 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:15 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47: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: 13:47:15 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:15 [main] REPORT: STEP EXECUTION TIME TAKEN :27 MS unit-abot-epc-basic-0: 13:47:15 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:15 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 13:47:15 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:15 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 13:47:15 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 13:47:15 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: 13:47:16 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 13:47:16 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:47:16 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 13:47:16 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 13:47:16 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 13:47:16 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 13:47:16 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 13:47:16 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-hss-0: 13:47:16 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 13:47:16 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 13:47:16 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:47:16 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 13:47:16 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 13:47:16 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 13:47:16 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 21953' unit-oai-hss-0: 13:47:16 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 21953 =~ .*running.* ]] unit-oai-hss-0: 13:47:16 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 13:47:16 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:47:16 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 13:47:16 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 13:47:16 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 13:47:16 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 13:47:16 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:47:16 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 13:47:16 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 13:47:16 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:47:16 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:47:16 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:47:25 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: 13:47:25 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: 13:47:25 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 13:47:25 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: 13:47:25 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: 13:47:25 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 13:47:25 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: 13:47:25 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: 13:47:25 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: 13:47:25 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 13:47:25 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: 13:47:25 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 13:47:25 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: 13:47:25 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 13:47:25 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: 13:47:25 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:47:25 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: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: STEP EXECUTION TIME TAKEN :204 MS unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:26 [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: 13:47:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:26 [main] REPORT: STEP EXECUTION TIME TAKEN :642 MS unit-abot-epc-basic-0: 13:47:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:26 [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: 13:47:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:26 [main] REPORT: STEP EXECUTION TIME TAKEN :145 MS unit-abot-epc-basic-0: 13:47:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:26 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 13:47:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:26 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:47:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:36 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:36 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:36 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:47:36 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:36 [main] REPORT: STEP EXECUTION TIME TAKEN :10008 MS unit-abot-epc-basic-0: 13:47:36 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:36 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:36 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:36 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:36.665 [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: 13:47:36 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:36.667 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 13:47:36 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:36 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:36 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:36 [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: 13:47:36 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:36 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 13:47:36 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:36 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 13:47:36 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:36 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:36 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 13:47:36 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 13:47:36 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:47: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_IP_Address_Allocation_Via_NAS_Signalling @PCO unit-abot-epc-basic-0: 13:47:46 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: 13:47: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: 13:47: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: 13:47:46 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 13:47: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: 13:47: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: 13:47:46 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 13:47: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: 13:47: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: 13:47:46 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: 13:47:46 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 13:47: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: 13:47:46 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 13:47: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: 13:47:46 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 13:47: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: 13:47: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: 13:47:46 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:47:46 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: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47: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: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:46 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:47 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:47 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:47 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 13:47:47 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:47 [main] REPORT: STEP EXECUTION TIME TAKEN :213 MS unit-abot-epc-basic-0: 13:47:47 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:47 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:47 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:47 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47: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: 13:47:47 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:47 [main] REPORT: STEP EXECUTION TIME TAKEN :769 MS unit-abot-epc-basic-0: 13:47:47 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:47 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:47 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:47 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:47 [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: 13:47:47 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:47 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 13:47:47 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:47 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:47 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:47 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:47 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 13:47:47 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:47 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:47:47 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:47 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:51 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 13:47:57 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:57 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:57 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:47:57 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:57 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 13:47:57 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:47:57 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:57 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:57.997 [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: 13:47:57 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:57.999 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 13:47:58 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:58 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:47:58 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:58 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 13:47:58 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:58 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 13:47:58 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:58 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 13:47:58 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:47:58 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:47:58 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 13:47:58 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 13:47:58 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:48:08 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: 13:48:08 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: 13:48: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: 13:48: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: 13:48:08 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 13:48: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: 13:48: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: 13:48:08 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 13:48: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: 13:48: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: 13:48:08 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: 13:48:08 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 13:48: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: 13:48:08 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 13:48: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: 13:48:08 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 13:48: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: 13:48:08 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With P-CSCF Address Request Indication in PCO unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48: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: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: STEP EXECUTION TIME TAKEN :206 MS unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:08 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:09 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:09 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:09 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 13:48:09 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:09 [main] REPORT: STEP EXECUTION TIME TAKEN :783 MS unit-abot-epc-basic-0: 13:48:09 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:09 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:09 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:09 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:09 [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: 13:48:09 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:09 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 13:48:09 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:09 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:09 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:09 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:09 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:09 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 13:48:09 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:09 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:48:09 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:09 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:09 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:09 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:19 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:19 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:19 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:48:19 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:19 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 13:48:19 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:19 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:19 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:19.333 [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: 13:48:19 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:19.335 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 13:48:19 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:19 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48: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: 13:48:19 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:19 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 13:48:19 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:19 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 13:48:19 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:19 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 13:48:19 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 13:48: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: 13:48:29 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:48:29 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: 13:48:29 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: 13:48:29 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 13:48:29 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: 13:48:29 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: 13:48:29 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 13:48:29 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: 13:48:29 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: 13:48:29 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: 13:48:29 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 13:48:29 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: 13:48:29 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 13:48:29 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: 13:48:29 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 13:48:29 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: 13:48:29 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run Feature: Auth_Accept unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48: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: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: STEP EXECUTION TIME TAKEN :373 MS unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:29 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:30 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:30 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:30 [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: 13:48:30 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:30 [main] REPORT: STEP EXECUTION TIME TAKEN :628 MS unit-abot-epc-basic-0: 13:48:30 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:30 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:30 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:30 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:30 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:30 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:30 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 13:48:30 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:30 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:48:30 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:30 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:30 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:30 [main] REPORT: ========================================================================================== unit-oai-epc-0: 13:48:30 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 13:48:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 13:48:30 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 13:48:30 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 13:48:30 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 13:48:30 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 13:48:30 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 13:48:30 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-epc-0: 13:48:30 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 13:48:30 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 13:48:30 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 13:48:30 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 13:48:30 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 13:48:30 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 13:48:30 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 13:48:30 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw start/running, process 16856' unit-oai-epc-0: 13:48:30 DEBUG unit.oai-epc/0.update-status + [[ mme_gw start/running, process 16856 =~ .*running.* ]] unit-oai-epc-0: 13:48:30 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: 13:48:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 13:48:30 INFO unit.oai-epc/0.juju-log OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 13:48:30 DEBUG unit.oai-epc/0.update-status + status=0 unit-oai-epc-0: 13:48:30 DEBUG unit.oai-epc/0.update-status + '[' 0 -eq 1 ']' unit-oai-epc-0: 13:48:30 DEBUG unit.oai-epc/0.update-status + status-set active 'OAI EPC is running' unit-oai-epc-0: 13:48:30 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 13:48:30 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 13:48:30 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 13:48:30 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 13:48:30 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 13:48:30 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 13:48:40 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:40 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:40 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:48:40 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:40 [main] REPORT: STEP EXECUTION TIME TAKEN :10012 MS unit-abot-epc-basic-0: 13:48:40 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:40 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:40 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:40 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:40.634 [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: 13:48:40 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:40.636 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 13:48:40 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:40 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:40 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48: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: 13:48:40 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:40 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 13:48:40 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:40 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 13:48:40 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:40 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:40 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 13:48:40 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 13:48:40 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:48:50 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: 13:48:50 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: 13:48:50 DEBUG unit.abot-epc-basic/0.run EPS security context. unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:48: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: 13:48: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: 13:48:50 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 13:48: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: 13:48: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: 13:48:50 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 13:48: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: 13:48:50 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: 13:48:50 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 13:48: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: 13:48:50 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 13:48: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: 13:48:50 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 13:48: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: 13:48:50 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48: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: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [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: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:50 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:51 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 13:48:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:51 [main] REPORT: STEP EXECUTION TIME TAKEN :353 MS unit-abot-epc-basic-0: 13:48:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:51 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 13:48:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:51 [main] REPORT: STEP EXECUTION TIME TAKEN :648 MS unit-abot-epc-basic-0: 13:48:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:51 [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: 13:48:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:51 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 13:48:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:48:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:48:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:51 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 13:48:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:51 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 13:48:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:48:51 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:48:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:01 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:01 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:01 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:49:01 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:01 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 13:49:01 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:01 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:12 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:49:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:12 [main] REPORT: STEP EXECUTION TIME TAKEN :10008 MS unit-abot-epc-basic-0: 13:49:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:12.040 [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: 13:49:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:12.042 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 13:49:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:12 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 13:49:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:12 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 13:49:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:12 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 13:49:12 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:12 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 13:49:12 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 13:49:12 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 13:49:12 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: 13:49:12 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-abot-epc-basic-0: 13:49:22 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:49:23 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: 13:49:23 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: 13:49:23 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run #RES is restored to 0x00 in teardown process unit-abot-epc-basic-0: 13:49:23 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: 13:49:23 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 13:49:23 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: 13:49:23 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: 13:49:23 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [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: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [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: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: STEP EXECUTION TIME TAKEN :327 MS unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:23 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:24 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:24 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:24 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT unit-abot-epc-basic-0: 13:49:24 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:24 [main] REPORT: STEP EXECUTION TIME TAKEN :660 MS unit-abot-epc-basic-0: 13:49:24 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:24 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:24 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:24 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:24 [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: 13:49:24 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:24 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 13:49:24 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:24 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:24 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:24 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:24 [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: 13:49:24 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:24 [main] REPORT: STEP EXECUTION TIME TAKEN :146 MS unit-abot-epc-basic-0: 13:49:24 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:24 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:24 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:24 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:24 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 13:49:24 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:24 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:49:24 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:24 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:34 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:49:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:34 [main] REPORT: STEP EXECUTION TIME TAKEN :10011 MS unit-abot-epc-basic-0: 13:49:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:34 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:44 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:49:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:44 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 13:49:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:44.444 [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: 13:49:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:44.446 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 13:49:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49: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: 13:49:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:44 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 13:49:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:44 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 13:49:44 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:44 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 13:49:44 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 13:49: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: 13:49:44 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.RES=0x00" on node ABOT
 unit-abot-epc-basic-0: 13:49:44 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.WRONGIMSI=false" on node ABOT
 unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:49:54 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: 13:49:54 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: 13:49: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: 13:49: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: 13:49:54 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 13:49: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: 13:49:54 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: 13:49:54 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: 13:49: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: 13:49:54 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 13:49: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: 13:49: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: 13:49:54 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: 13:49:54 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: 13:49:54 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: 13:49:54 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 13:49: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: 13:49: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: 13:49: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: 13:49:54 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 13:49: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: 13:49: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: 13:49:54 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49: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: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49: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: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:54 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49: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: 13:49:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:55 [main] REPORT: STEP EXECUTION TIME TAKEN :363 MS unit-abot-epc-basic-0: 13:49:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:55 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:56 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 13:49:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:56 [main] REPORT: STEP EXECUTION TIME TAKEN :692 MS unit-abot-epc-basic-0: 13:49:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:56 [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: 13:49:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:56 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 13:49:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:49:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:49:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:56 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 13:49:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:56 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:49:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:49:56 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:49:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:06 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:06 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:06 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:50:06 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:06 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 13:50:06 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:50:06 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:16 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:50:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:16 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 13:50:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:50:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:16.110 [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: 13:50:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:16.112 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 13:50:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:16 [main] REPORT: EXECUTED STEP IS :Then I receive S1AP response on node ABOT and verify the presence of all the following values: unit-abot-epc-basic-0: 13:50:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:16 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 13:50:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:16 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 13:50:16 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:16 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 13:50:16 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 13:50:16 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 13:50:16 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: 13:50:26 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:50:26 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: 13:50:26 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: 13:50: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: 13:50: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: 13:50:26 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 13:50: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: 13:50:26 DEBUG unit.abot-epc-basic/0.run #RES is restore to 0x00 in teardown process unit-abot-epc-basic-0: 13:50: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: 13:50: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: 13:50:26 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 13:50: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: 13:50: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: 13:50: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: 13:50: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: 13:50:26 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 13:50: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: 13:50: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: 13:50: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: 13:50:26 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 13:50: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: 13:50:26 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_GUTIattachMAC_code_failure unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50: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: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [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: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [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: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: STEP EXECUTION TIME TAKEN :347 MS unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:50:26 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:26 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:27 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:27 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50: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: 13:50:27 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:27 [main] REPORT: STEP EXECUTION TIME TAKEN :643 MS unit-abot-epc-basic-0: 13:50:27 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:50:27 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:28 [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: 13:50:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:28 [main] REPORT: STEP EXECUTION TIME TAKEN :649 MS unit-abot-epc-basic-0: 13:50:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:50:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:28 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 13:50:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:28 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:50:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:50:28 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:38 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:50:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:38 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 13:50:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:50:38 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:48 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:48 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:48 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:50:48 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:48 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 13:50:48 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:50:48 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:48 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:48.241 [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: 13:50:48 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:48.246 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 13:50:48 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:48 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50: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: 13:50:48 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:48 [main] REPORT: STEP EXECUTION TIME TAKEN :169 MS unit-abot-epc-basic-0: 13:50:48 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:48 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 13:50:48 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:48 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 13:50:48 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 13:50: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: 13:50:48 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: 13:50:48 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: 13:50:59 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:50:59 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: 13:50:59 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: 13:50:59 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 13:50:59 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: 13:50:59 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 13:50:59 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: 13:50:59 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [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: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:50:59 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:50:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:51:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:51:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:00 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT unit-abot-epc-basic-0: 13:51:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:00 [main] REPORT: STEP EXECUTION TIME TAKEN :362 MS unit-abot-epc-basic-0: 13:51:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:51:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:51:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:51:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:00 [main] REPORT: EXECUTED STEP IS :Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT unit-abot-epc-basic-0: 13:51:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:00 [main] REPORT: STEP EXECUTION TIME TAKEN :641 MS unit-abot-epc-basic-0: 13:51:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:51:00 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:51:01 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:51:01 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:01 [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: 13:51:01 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:01 [main] REPORT: STEP EXECUTION TIME TAKEN :650 MS unit-abot-epc-basic-0: 13:51:01 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:51:01 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:51:01 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:51:01 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:01 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 13:51:01 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:01 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:51:01 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:51:01 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:51:11 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:51:11 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:11 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:51:11 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:11 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 13:51:11 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:51:11 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:51:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:51:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:21 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:51:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:21 [main] REPORT: STEP EXECUTION TIME TAKEN :10008 MS unit-abot-epc-basic-0: 13:51:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:51:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:51:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:21.558 [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: 13:51:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:21.560 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 13:51:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:51:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:21 [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: 13:51:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:21 [main] REPORT: STEP EXECUTION TIME TAKEN :27 MS unit-abot-epc-basic-0: 13:51:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:21 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 13:51:21 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:51:21 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 13:51:21 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 13:51:21 DEBUG unit.abot-epc-basic/0.run 
When I run the SSH command "sudo service mme_gw restart" on node MME
 unit-abot-epc-basic-0: 13:51:22 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: 13:51:32 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:51:32 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: 13:51:32 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". # featureFiles/Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure.feature:9 unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run # WRONGIMSI is restored to false in teardown process unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K_VALUE=\"8BAF473F2F8FD09487CCCBD7097C6862\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_SQN_failure unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [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: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [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: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [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: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: STEP EXECUTION TIME TAKEN :223 MS unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [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: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:51:32 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:51:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:51:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:33 [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: 13:51:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:33 [main] REPORT: STEP EXECUTION TIME TAKEN :653 MS unit-abot-epc-basic-0: 13:51:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:51:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:51:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:51:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:33 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 13:51:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:33 [main] REPORT: STEP EXECUTION TIME TAKEN :64 MS unit-abot-epc-basic-0: 13:51:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:51:33 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:51:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:51:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:43 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:51:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:43 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 13:51:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:43 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:51:43 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:43 [main] REPORT: ========================================================================================== unit-mysql-0: 13:51:50 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 13:51:50 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 13:51:50 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 13:51:50 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 13:51:50 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 13:51:50 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 13:51:50 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 13:51:50 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 13:51:50 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 13:51:50 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 13:51:50 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 13:51:50 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 13:51:50 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 13:51:53 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:51:53 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:53 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:51:53 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:53 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 13:51:53 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:53 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:51:53 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:51:53 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:53.657 [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: 13:51:53 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:53.659 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 13:51:53 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:53 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:51:53 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:53 [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: 13:51:53 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:53 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 13:51:53 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:53 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 13:51:53 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:51:53 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:51:53 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 13:51:53 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 13:51:53 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: 13:51:53 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: 13:51:54 DEBUG unit.abot-epc-basic/0.run 
Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT
 unit-oai-hss-0: 13:51:55 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 13:51:55 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:51:55 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 13:51:55 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 13:51:55 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 13:51:55 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 13:51:55 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 13:51:55 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-hss-0: 13:51:55 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 13:51:55 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 13:51:55 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 13:51:55 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 13:51:55 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 13:51:55 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 13:51:55 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 21953' unit-oai-hss-0: 13:51:55 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 21953 =~ .*running.* ]] unit-oai-hss-0: 13:51:55 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 13:51:55 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 13:51:55 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 13:51:55 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 13:51:55 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 13:51:55 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 13:51:55 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 13:51:55 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 13:51:55 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 13:51:55 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 13:51:55 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 13:51:55 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:04 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: 13:52:04 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: 13:52:04 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME # SshGrammars.runSshCommand(String,String) unit-abot-epc-basic-0: 13:52:04 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: 13:52:04 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT # S1APScenarioStepGrammars.s1apDefaultParamsSet(String,String) unit-abot-epc-basic-0: 13:52:04 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: 13:52:04 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: 13:52:04 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE # S1APScenarioStepGrammars.runS1APSim(String,String) unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds # CommonScenarioStepGrammars.waitNSecondsDuringExecution(String) unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values: # S1APScenarioStepGrammars.verifyS1APResponse(String,ABOTBaseResponseResultExistAttr>) unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: STEP EXECUTION TIME TAKEN :37 MS unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [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: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52: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: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52: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: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: STEP EXECUTION TIME TAKEN :350 MS unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [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: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:52:04 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:52:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:52:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:05 [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: 13:52:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:05 [main] REPORT: STEP EXECUTION TIME TAKEN :642 MS unit-abot-epc-basic-0: 13:52:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:52:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:52:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:52:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:05 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 13:52:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:05 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 13:52:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:52:05 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:52:15 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:52:15 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:15 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:52:15 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:15 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 13:52:15 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:52:15 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:52:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:52:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:25 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 13:52:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:25 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 13:52:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 13:52:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:52:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:25.702 [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: 13:52:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:25.706 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 13:52:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 13:52:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52: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: 13:52:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:25 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 13:52:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:25 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 13:52:25 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 13:52:25 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 13:52:25 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 13:52: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: 13:52:25 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: 13:52: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
 unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:36 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: 13:52:36 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: 13:52:36 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: 13:52:36 DEBUG unit.abot-epc-basic/0.run # file name kdf.c line no: 156 uint8_t amf[] = { 0xFF, 0xFF }; unit-abot-epc-basic-0: 13:52: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: 13:52: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: 13:52:36 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 13:52: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: 13:52:36 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: 13:52: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: 13:52: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: 13:52:36 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 13:52: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: 13:52:36 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: 13:52:36 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: 13:52:36 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 13:52: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: 13:52: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: 13:52: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: 13:52:36 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 13:52: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: 13:52:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run 22 Scenarios (22 failed) unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run 278 Steps (22 failed, 256 passed) unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run 9m9.250s unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52: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: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52: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: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52: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: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52: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: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52: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: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52: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: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52: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: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52: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: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52: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: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52: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: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52: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: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52: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: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:36 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0, Time elapsed: 553.045 sec <<< FAILURE! - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 13:52:37 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.008 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(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.014 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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.022 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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.006 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 13:52:37 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.004 sec unit-abot-epc-basic-0: 13:52:37 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.004 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.mobile_country_code=201" on node ABOT(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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.006 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MCC. Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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 sec unit-abot-epc-basic-0: 13:52:37 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.003 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 13:52: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(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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.001 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong MNC.) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MNC. Time elapsed: 0.004 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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.001 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.006 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with EPC parameter "ABOT.ENB.tracking_area_code=10" on node ABOT(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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.003 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.002 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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.002 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure Success with right GUTI.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success with right GUTI. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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.005 sec unit-abot-epc-basic-0: 13:52:37 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.004 sec unit-abot-epc-basic-0: 13:52:37 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.004 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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.006 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given the execution is paused for {abotprop.WAIT_10_SEC} seconds(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.003 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options) Time elapsed: 0.005 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request DNS Server Address in the protocol configuration options Time elapsed: 0.006 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 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.002 sec unit-abot-epc-basic-0: 13:52:37 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.007 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(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: 13:52:37 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.001 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 13:52:37 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.004 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0.004 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(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: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 Home Network Prefix Request in the protocol configuration options) Time elapsed: 0 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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.001 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_IPV4_HA_ADDR_REQ=true" on node ABOT(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: 13:52:37 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options) Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for DSMIPv6 IPv4 Home Agent Address in the protocol configuration options Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 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.005 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IM CN Subsystem Signalling Flag in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 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.001 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating IPv4 address allocation via DHCPv4 in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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.001 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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.004 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating IP address allocation via NAS signalling in the protocol configuration options Time elapsed: 0.003 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run When I run the SSH command "sudo service mme_gw restart" on node MME(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Attach Procedure indicating MS Support of Network Requested Bearer Control indicator) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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.001 sec unit-abot-epc-basic-0: 13:52:37 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.001 sec unit-abot-epc-basic-0: 13:52:37 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.003 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.PCO.IPV6_P_CSCF_ADDR_REQ=true" on node ABOT(Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure indicating a request for P-CSCF address in the protocol configuration options Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct) Time elapsed: 0 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message. UE responds with a correct AUTHENTICATION RESPONSE message and establishes correct Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 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.001 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure is same from the IMSI the network had associated with the GUTI.) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 13:52:37 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.003 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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.001 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Authentication not accepted by the network when attach with GUTI, Authentication reject when RES is different from UE and MME. IMSI given by the UE during the identification procedure differs from the IMSI the network had associated with the GUTI) Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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.008 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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.001 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 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.006 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(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: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME) Time elapsed: 0 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Scenario: Authentication not accepted by the network when attach with IMSI, Authentication reject when RES is different from UE and MME Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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.001 sec unit-abot-epc-basic-0: 13:52:37 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.001 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(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.004 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with GUTI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure". Time elapsed: 0.006 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.USIM_API_K=\"fec86ba6eb707ed08905757b1bb44b8f\"" on node ABOT(Scenario: UE received invalid MAC code in AUTN parameter in the AUTHENTICATION REQUEST message. Authentication not accepted by the UE when attach with IMSI. UE responds the Authentication failure message with EMM cause (reject cause) #20 "MAC failure".) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with UE parameter "ABOT.UE.CONFIG.SECURITY.SYNC_FAILURE=true" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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.001 sec unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run When I run S1AP simulator on node ABOT with 1 UE(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message.) Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with SQN out of range. UE sends an AUTHENTICATION FAILURE message to the network, with EMM cause "synch failure" and a re-synchronization token. Now UE receives a new correct AUTHENTICATION REQUEST message while T3420 is running. Finally UE sends a correct AUTHENTICATION RESPONSE message. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=true" on node ABOT(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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with default parameters specified in {abotprop.ABOT.EPC.Defaults} on node ABOT(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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Given that I setup S1AP Simulator with USIM parameter "ABOT.UE.USIM.AttachWithImsi=false" on node ABOT(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0 sec unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 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: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Then I receive S1AP response on node ABOT and verify the presence of all the following values:(Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable") Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Scenario: UE receives an AUTHENTICATION REQUEST message with "separation bit" in the AMF field is 0. UE shall send an AUTHENTICATION FAILURE message to the network, with the reject cause #26 "non-EPS authentication unacceptable" Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Aug 05, 2018 1:52:36 PM org.springframework.context.support.ClassPathXmlApplicationContext doClose unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run INFO: Closing org.springframework.context.support.ClassPathXmlApplicationContext@2e8c1c9b: startup date [Sun Aug 05 13:43:24 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run 05-Aug-2018 13:52:36.870 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Results : unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Failed tests: unit-abot-epc-basic-0: 13:52: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: 13:52: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: 13:52: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: 13:52: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: 13:52: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: 13:52: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: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run [ERROR] There are test failures. unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:52:37 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: 13:52:37 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 13:52:37 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 13:52:38 DEBUG unit.abot-epc-basic/0.run [INFO] About to generate Cucumber report. unit-abot-epc-basic-0: 13:52:39 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:52:39 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD FAILURE unit-abot-epc-basic-0: 13:52:39 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:52:39 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 09:19 min unit-abot-epc-basic-0: 13:52:39 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-08-05T13:52:39+00:00 unit-abot-epc-basic-0: 13:52:39 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 23M/60M unit-abot-epc-basic-0: 13:52:39 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 13:52:39 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: 13:52:39 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 13:52:39 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: 13:52:39 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: 13:52:39 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 13:52:39 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: 13:52:39 DEBUG unit.abot-epc-basic/0.run [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException unit-abot-epc-basic-0: 13:52:39 DEBUG unit.abot-epc-basic/0.run No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 13:52:39 DEBUG juju.worker.uniter.operation committing operation "run action d95a28aa-8f6b-4800-83fa-b2af90c64066" unit-abot-epc-basic-0: 13:52:39 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 13:52:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:52:39 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-abot-epc-basic-0: 13:52:39 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 13:52:39 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 13:52:39 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 13:52:39 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-abot-epc-basic-0: 13:52:39 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-abot-epc-basic-0: 13:52:39 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-abot-epc-basic-0: 13:52:39 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 13:52:39 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 13:52:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 13:52:39 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 13:52:39 DEBUG juju.worker.uniter no operations in progress; waiting for changes 2018-08-05 13:52:58,783 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-08-05 13:53:25,871 - 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, 3 applications Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 2 machines All hosted models reclaimed, cleaning up controller machines 2018-08-05 13:53:25,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 13:53:25,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:53:26,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2532 X-Openstack-Request-Id: req-a6f5cf06-9179-4cf1-92ab-e71946e1c0c3 Date: Sun, 05 Aug 2018 13:53:26 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "cc0b0fd91a3b4622ab80d759981507be", "created_at": "2018-08-05T13:28:42Z", "updated_at": "2018-08-05T13:53:08Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.214", "revision_number": 4, "project_id": "cc0b0fd91a3b4622ab80d759981507be", "port_id": null, "id": "1456c69f-4c0f-46a6-b008-276a862466ee", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "cc0b0fd91a3b4622ab80d759981507be", "created_at": "2018-08-05T13:24:38Z", "updated_at": "2018-08-05T13:53:24Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.213", "revision_number": 4, "project_id": "cc0b0fd91a3b4622ab80d759981507be", "port_id": null, "id": "3996cc19-9321-44df-853e-7289bfffaa0a", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "cc0b0fd91a3b4622ab80d759981507be", "created_at": "2018-08-05T13:30:52Z", "updated_at": "2018-08-05T13:53:13Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 4, "project_id": "cc0b0fd91a3b4622ab80d759981507be", "port_id": null, "id": "58092be1-2653-4016-91a5-836c7db8df33", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "cc0b0fd91a3b4622ab80d759981507be", "created_at": "2018-08-05T13:33:23Z", "updated_at": "2018-08-05T13:53:19Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 4, "project_id": "cc0b0fd91a3b4622ab80d759981507be", "port_id": null, "id": "e51c0611-2ccb-41ed-9091-516ca13d6336", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "cc0b0fd91a3b4622ab80d759981507be", "created_at": "2018-08-05T13:33:54Z", "updated_at": "2018-08-05T13:53:19Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 4, "project_id": "cc0b0fd91a3b4622ab80d759981507be", "port_id": null, "id": "e64a36f5-03ed-495c-9f06-e4cc8ea23f37", "qos_policy_id": null}]} 2018-08-05 13:53:26,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-a6f5cf06-9179-4cf1-92ab-e71946e1c0c3 2018-08-05 13:53:26,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.273957967758s 2018-08-05 13:53:26,150 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-a6f5cf06-9179-4cf1-92ab-e71946e1c0c3 2018-08-05 13:53:26,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-05 13:53:26,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/floatingips/1456c69f-4c0f-46a6-b008-276a862466ee.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:53:26,730 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-811e90f8-a31b-480c-8968-4a0f6ea38bee Content-Length: 0 Date: Sun, 05 Aug 2018 13:53:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 13:53:26,730 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/1456c69f-4c0f-46a6-b008-276a862466ee.json used request id req-811e90f8-a31b-480c-8968-4a0f6ea38bee 2018-08-05 13:53:26,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.563006162643s 2018-08-05 13:53:26,730 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/1456c69f-4c0f-46a6-b008-276a862466ee.json used request id req-811e90f8-a31b-480c-8968-4a0f6ea38bee 2018-08-05 13:53:26,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 13:53:26,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:53:26,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2029 X-Openstack-Request-Id: req-3874c341-c3e8-4d1d-94eb-1e529681c1a8 Date: Sun, 05 Aug 2018 13:53:26 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "cc0b0fd91a3b4622ab80d759981507be", "created_at": "2018-08-05T13:24:38Z", "updated_at": "2018-08-05T13:53:24Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.213", "revision_number": 4, "project_id": "cc0b0fd91a3b4622ab80d759981507be", "port_id": null, "id": "3996cc19-9321-44df-853e-7289bfffaa0a", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "cc0b0fd91a3b4622ab80d759981507be", "created_at": "2018-08-05T13:30:52Z", "updated_at": "2018-08-05T13:53:13Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 4, "project_id": "cc0b0fd91a3b4622ab80d759981507be", "port_id": null, "id": "58092be1-2653-4016-91a5-836c7db8df33", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "cc0b0fd91a3b4622ab80d759981507be", "created_at": "2018-08-05T13:33:23Z", "updated_at": "2018-08-05T13:53:19Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 4, "project_id": "cc0b0fd91a3b4622ab80d759981507be", "port_id": null, "id": "e51c0611-2ccb-41ed-9091-516ca13d6336", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "cc0b0fd91a3b4622ab80d759981507be", "created_at": "2018-08-05T13:33:54Z", "updated_at": "2018-08-05T13:53:19Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 4, "project_id": "cc0b0fd91a3b4622ab80d759981507be", "port_id": null, "id": "e64a36f5-03ed-495c-9f06-e4cc8ea23f37", "qos_policy_id": null}]} 2018-08-05 13:53:26,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-3874c341-c3e8-4d1d-94eb-1e529681c1a8 2018-08-05 13:53:26,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0845382213593s 2018-08-05 13:53:26,822 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-3874c341-c3e8-4d1d-94eb-1e529681c1a8 2018-08-05 13:53:26,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-05 13:53:26,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/floatingips/3996cc19-9321-44df-853e-7289bfffaa0a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:53:27,567 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f76dccc2-7c07-40ba-bec1-d8dfac1945f9 Content-Length: 0 Date: Sun, 05 Aug 2018 13:53:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 13:53:27,568 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/3996cc19-9321-44df-853e-7289bfffaa0a.json used request id req-f76dccc2-7c07-40ba-bec1-d8dfac1945f9 2018-08-05 13:53:27,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.730962991714s 2018-08-05 13:53:27,568 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/3996cc19-9321-44df-853e-7289bfffaa0a.json used request id req-f76dccc2-7c07-40ba-bec1-d8dfac1945f9 2018-08-05 13:53:27,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 13:53:27,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:53:27,666 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1526 X-Openstack-Request-Id: req-7902ee28-a782-4e83-a987-bd97fb420eae Date: Sun, 05 Aug 2018 13:53:27 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "cc0b0fd91a3b4622ab80d759981507be", "created_at": "2018-08-05T13:30:52Z", "updated_at": "2018-08-05T13:53:13Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.208", "revision_number": 4, "project_id": "cc0b0fd91a3b4622ab80d759981507be", "port_id": null, "id": "58092be1-2653-4016-91a5-836c7db8df33", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "cc0b0fd91a3b4622ab80d759981507be", "created_at": "2018-08-05T13:33:23Z", "updated_at": "2018-08-05T13:53:19Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 4, "project_id": "cc0b0fd91a3b4622ab80d759981507be", "port_id": null, "id": "e51c0611-2ccb-41ed-9091-516ca13d6336", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "cc0b0fd91a3b4622ab80d759981507be", "created_at": "2018-08-05T13:33:54Z", "updated_at": "2018-08-05T13:53:19Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 4, "project_id": "cc0b0fd91a3b4622ab80d759981507be", "port_id": null, "id": "e64a36f5-03ed-495c-9f06-e4cc8ea23f37", "qos_policy_id": null}]} 2018-08-05 13:53:27,666 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-7902ee28-a782-4e83-a987-bd97fb420eae 2018-08-05 13:53:27,666 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0931119918823s 2018-08-05 13:53:27,667 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-7902ee28-a782-4e83-a987-bd97fb420eae 2018-08-05 13:53:27,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-05 13:53:27,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/floatingips/58092be1-2653-4016-91a5-836c7db8df33.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:53:28,207 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-60d33728-53ad-4ab3-a8b4-61c4fce0ac6d Content-Length: 0 Date: Sun, 05 Aug 2018 13:53:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 13:53:28,208 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/58092be1-2653-4016-91a5-836c7db8df33.json used request id req-60d33728-53ad-4ab3-a8b4-61c4fce0ac6d 2018-08-05 13:53:28,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.529501914978s 2018-08-05 13:53:28,208 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/58092be1-2653-4016-91a5-836c7db8df33.json used request id req-60d33728-53ad-4ab3-a8b4-61c4fce0ac6d 2018-08-05 13:53:28,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 13:53:28,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:53:28,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1023 X-Openstack-Request-Id: req-3788a4d7-4cb7-44a5-9119-abac8c5465ad Date: Sun, 05 Aug 2018 13:53:28 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "cc0b0fd91a3b4622ab80d759981507be", "created_at": "2018-08-05T13:33:23Z", "updated_at": "2018-08-05T13:53:19Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.201", "revision_number": 4, "project_id": "cc0b0fd91a3b4622ab80d759981507be", "port_id": null, "id": "e51c0611-2ccb-41ed-9091-516ca13d6336", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "cc0b0fd91a3b4622ab80d759981507be", "created_at": "2018-08-05T13:33:54Z", "updated_at": "2018-08-05T13:53:19Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 4, "project_id": "cc0b0fd91a3b4622ab80d759981507be", "port_id": null, "id": "e64a36f5-03ed-495c-9f06-e4cc8ea23f37", "qos_policy_id": null}]} 2018-08-05 13:53:28,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-3788a4d7-4cb7-44a5-9119-abac8c5465ad 2018-08-05 13:53:28,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0731999874115s 2018-08-05 13:53:28,287 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-3788a4d7-4cb7-44a5-9119-abac8c5465ad 2018-08-05 13:53:28,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-05 13:53:28,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/floatingips/e51c0611-2ccb-41ed-9091-516ca13d6336.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:53:29,093 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-67ca8131-415c-473e-99a9-04cf5e43a8fa Content-Length: 0 Date: Sun, 05 Aug 2018 13:53:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 13:53:29,093 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/e51c0611-2ccb-41ed-9091-516ca13d6336.json used request id req-67ca8131-415c-473e-99a9-04cf5e43a8fa 2018-08-05 13:53:29,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.796514987946s 2018-08-05 13:53:29,094 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/e51c0611-2ccb-41ed-9091-516ca13d6336.json used request id req-67ca8131-415c-473e-99a9-04cf5e43a8fa 2018-08-05 13:53:29,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 13:53:29,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:53:29,173 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-a3e03106-ea61-490d-b849-462c40837cdd Date: Sun, 05 Aug 2018 13:53:29 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "cc0b0fd91a3b4622ab80d759981507be", "created_at": "2018-08-05T13:33:54Z", "updated_at": "2018-08-05T13:53:19Z", "floating_network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.203", "revision_number": 4, "project_id": "cc0b0fd91a3b4622ab80d759981507be", "port_id": null, "id": "e64a36f5-03ed-495c-9f06-e4cc8ea23f37", "qos_policy_id": null}]} 2018-08-05 13:53:29,173 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-a3e03106-ea61-490d-b849-462c40837cdd 2018-08-05 13:53:29,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0744168758392s 2018-08-05 13:53:29,174 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-a3e03106-ea61-490d-b849-462c40837cdd 2018-08-05 13:53:29,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-05 13:53:29,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/floatingips/e64a36f5-03ed-495c-9f06-e4cc8ea23f37.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:53:29,724 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f6f5d997-ab1a-4950-abfc-1bd31a92cc9b Content-Length: 0 Date: Sun, 05 Aug 2018 13:53:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 13:53:29,724 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/e64a36f5-03ed-495c-9f06-e4cc8ea23f37.json used request id req-f6f5d997-ab1a-4950-abfc-1bd31a92cc9b 2018-08-05 13:53:29,724 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.543625116348s 2018-08-05 13:53:29,724 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/floatingips/e64a36f5-03ed-495c-9f06-e4cc8ea23f37.json used request id req-f6f5d997-ab1a-4950-abfc-1bd31a92cc9b 2018-08-05 13:53:29,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-05 13:53:29,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:53:29,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ad7996e0-3709-4f71-86ae-056bd0f2edde Date: Sun, 05 Aug 2018 13:53:29 GMT RESP BODY: {"floatingips": []} 2018-08-05 13:53:29,803 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-ad7996e0-3709-4f71-86ae-056bd0f2edde 2018-08-05 13:53:29,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0740628242493s 2018-08-05 13:53:29,804 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/floatingips.json used request id req-ad7996e0-3709-4f71-86ae-056bd0f2edde 2018-08-05 13:53:29,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-05 13:53:29,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9292/v2/images/01de332c-b7dd-4999-acd2-deb492d6ef06 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:53:31,528 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ff032ba0-9c37-4193-9d79-b3c7fa1f9e40 Date: Sun, 05 Aug 2018 13:53: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-05 13:53:31,528 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/01de332c-b7dd-4999-acd2-deb492d6ef06 used request id req-ff032ba0-9c37-4193-9d79-b3c7fa1f9e40 2018-08-05 13:53:31,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.72293996811s 2018-08-05 13:53:31,528 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/01de332c-b7dd-4999-acd2-deb492d6ef06 used request id req-ff032ba0-9c37-4193-9d79-b3c7fa1f9e40 2018-08-05 13:53:31,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 13:53:31,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" 2018-08-05 13:53:31,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:53: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-57be7a17-de71-41cf-9138-54627253eab2 x-compute-request-id: req-57be7a17-de71-41cf-9138-54627253eab2 Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"flavors": [{"name": "juju_epc-flavor_498f3612-11b2-4dab-b630-2947caed51a4", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/aedb5400-9127-491b-9c08-25598eaf4c17", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/aedb5400-9127-491b-9c08-25598eaf4c17", "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": "aedb5400-9127-491b-9c08-25598eaf4c17"}, {"name": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "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": "b6e46162-643b-4e42-8dbd-42b8dd598739"}, {"name": "juju_epc-flavor_alt_498f3612-11b2-4dab-b630-2947caed51a4", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/ce19e21f-7f66-40f8-9692-4565eabb4a79", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/ce19e21f-7f66-40f8-9692-4565eabb4a79", "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": "ce19e21f-7f66-40f8-9692-4565eabb4a79"}]} 2018-08-05 13:53:31,733 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-57be7a17-de71-41cf-9138-54627253eab2 2018-08-05 13:53:31,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.203626871109s 2018-08-05 13:53:31,733 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-57be7a17-de71-41cf-9138-54627253eab2 2018-08-05 13:53:31,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 13:53:31,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/ce19e21f-7f66-40f8-9692-4565eabb4a79 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" 2018-08-05 13:53:31,761 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 13:53: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-3d66ec8f-f6c8-46db-881b-543a0375646a x-compute-request-id: req-3d66ec8f-f6c8-46db-881b-543a0375646a Content-Length: 0 Content-Type: application/json 2018-08-05 13:53:31,761 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/ce19e21f-7f66-40f8-9692-4565eabb4a79 used request id req-3d66ec8f-f6c8-46db-881b-543a0375646a 2018-08-05 13:53:31,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0252511501312s 2018-08-05 13:53:31,761 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/ce19e21f-7f66-40f8-9692-4565eabb4a79 used request id req-3d66ec8f-f6c8-46db-881b-543a0375646a 2018-08-05 13:53:31,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-05 13:53:31,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.46:9696/v2.0/routers/a2a2b5f2-a126-4e45-89a4-673d35e5a27f/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.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" -d '{"subnet_id": "feb83525-da11-487e-89ad-f49e2eaef772"}' 2018-08-05 13:53:33,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-08140abd-017c-4ef2-8ee2-8d112db0714c Date: Sun, 05 Aug 2018 13:53:33 GMT RESP BODY: {"network_id": "93cb0bbd-fbd8-4e1a-b310-bc70bfa1454e", "tenant_id": "cc0b0fd91a3b4622ab80d759981507be", "subnet_id": "feb83525-da11-487e-89ad-f49e2eaef772", "subnet_ids": ["feb83525-da11-487e-89ad-f49e2eaef772"], "port_id": "27bf3e98-a5c9-4087-b30e-ae2e9fac1bf1", "id": "a2a2b5f2-a126-4e45-89a4-673d35e5a27f"} 2018-08-05 13:53:33,674 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/a2a2b5f2-a126-4e45-89a4-673d35e5a27f/remove_router_interface.json used request id req-08140abd-017c-4ef2-8ee2-8d112db0714c 2018-08-05 13:53:33,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.91221809387s 2018-08-05 13:53:33,675 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.46:9696/v2.0/routers/a2a2b5f2-a126-4e45-89a4-673d35e5a27f/remove_router_interface.json used request id req-08140abd-017c-4ef2-8ee2-8d112db0714c returning object a2a2b5f2-a126-4e45-89a4-673d35e5a27f 2018-08-05 13:53:33,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-05 13:53:33,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:53:33,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-9ca5cdf7-ff0e-4ad1-b9b3-b4d80389da71 Date: Sun, 05 Aug 2018 13:53:33 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "3f94cd1d-7f7a-4867-a7e0-03f9caf817ab", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "89972d6a-26a8-4595-baea-47e68ca637c2", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "cc0b0fd91a3b4622ab80d759981507be", "created_at": "2018-08-05T13:22:07Z", "admin_state_up": true, "updated_at": "2018-08-05T13:53:32Z", "flavor_id": null, "revision_number": 4, "routes": [], "project_id": "cc0b0fd91a3b4622ab80d759981507be", "id": "a2a2b5f2-a126-4e45-89a4-673d35e5a27f", "name": "juju_epc-router_498f3612-11b2-4dab-b630-2947caed51a4"}]} 2018-08-05 13:53:33,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-9ca5cdf7-ff0e-4ad1-b9b3-b4d80389da71 2018-08-05 13:53:33,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.175310850143s 2018-08-05 13:53:33,851 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/routers.json used request id req-9ca5cdf7-ff0e-4ad1-b9b3-b4d80389da71 2018-08-05 13:53:33,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-05 13:53:33,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/routers/a2a2b5f2-a126-4e45-89a4-673d35e5a27f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:53:35,296 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d01a7b39-13db-49e0-a4ff-ad2e69c269a7 Content-Length: 0 Date: Sun, 05 Aug 2018 13:53:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 13:53:35,296 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/a2a2b5f2-a126-4e45-89a4-673d35e5a27f.json used request id req-d01a7b39-13db-49e0-a4ff-ad2e69c269a7 2018-08-05 13:53:35,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.4433350563s 2018-08-05 13:53:35,296 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/routers/a2a2b5f2-a126-4e45-89a4-673d35e5a27f.json used request id req-d01a7b39-13db-49e0-a4ff-ad2e69c269a7 2018-08-05 13:53:35,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-05 13:53:35,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:53:35,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-84338f41-ef51-4b26-a662-106f82e6d689 Date: Sun, 05 Aug 2018 13:53:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"93cb0bbd-fbd8-4e1a-b310-bc70bfa1454e","tenant_id":"cc0b0fd91a3b4622ab80d759981507be","created_at":"2018-08-05T13:22:07Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-05T13:22:07Z","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":"cc0b0fd91a3b4622ab80d759981507be","id":"feb83525-da11-487e-89ad-f49e2eaef772","subnetpool_id":null,"name":"juju_epc-subnet_498f3612-11b2-4dab-b630-2947caed51a4"}]} 2018-08-05 13:53:35,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-84338f41-ef51-4b26-a662-106f82e6d689 2018-08-05 13:53:35,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0765941143036s 2018-08-05 13:53:35,374 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/subnets.json used request id req-84338f41-ef51-4b26-a662-106f82e6d689 2018-08-05 13:53:35,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-05 13:53:35,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/subnets/feb83525-da11-487e-89ad-f49e2eaef772.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:53:36,403 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-94f4ab51-ce69-4168-9831-7fc1f0b25bc1 Date: Sun, 05 Aug 2018 13:53:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 13:53:36,403 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/feb83525-da11-487e-89ad-f49e2eaef772.json used request id req-94f4ab51-ce69-4168-9831-7fc1f0b25bc1 2018-08-05 13:53:36,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.0275759697s 2018-08-05 13:53:36,403 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/subnets/feb83525-da11-487e-89ad-f49e2eaef772.json used request id req-94f4ab51-ce69-4168-9831-7fc1f0b25bc1 2018-08-05 13:53:36,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-05 13:53:36,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:53:36,513 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-d5757787-f162-47e5-9e2a-422b4f1e92ef Date: Sun, 05 Aug 2018 13:53:36 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3f94cd1d-7f7a-4867-a7e0-03f9caf817ab","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"0657afe192264a9b9d21fa2c02d460ec","l2_adjacency":true,"status":"ACTIVE","subnets":["89972d6a-26a8-4595-baea-47e68ca637c2"],"description":"","tags":[],"updated_at":"2018-08-05T10:41:19Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"0657afe192264a9b9d21fa2c02d460ec","created_at":"2018-08-05T10:41:15Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"93cb0bbd-fbd8-4e1a-b310-bc70bfa1454e","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"cc0b0fd91a3b4622ab80d759981507be","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-05T13:53:36Z","qos_policy_id":null,"name":"juju_epc-net_498f3612-11b2-4dab-b630-2947caed51a4","admin_state_up":true,"tenant_id":"cc0b0fd91a3b4622ab80d759981507be","created_at":"2018-08-05T13:22:06Z","mtu":1450}]} 2018-08-05 13:53:36,513 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-d5757787-f162-47e5-9e2a-422b4f1e92ef 2018-08-05 13:53:36,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.109722137451s 2018-08-05 13:53:36,514 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.46:9696/v2.0/networks.json used request id req-d5757787-f162-47e5-9e2a-422b4f1e92ef 2018-08-05 13:53:36,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-05 13:53:36,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9696/v2.0/networks/93cb0bbd-fbd8-4e1a-b310-bc70bfa1454e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:53:37,685 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8968f3c5-e5bf-4dc7-8d01-b1e5fddb7c7d Date: Sun, 05 Aug 2018 13:53:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-05 13:53:37,685 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/93cb0bbd-fbd8-4e1a-b310-bc70bfa1454e.json used request id req-8968f3c5-e5bf-4dc7-8d01-b1e5fddb7c7d 2018-08-05 13:53:37,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.1698319912s 2018-08-05 13:53:37,685 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.46:9696/v2.0/networks/93cb0bbd-fbd8-4e1a-b310-bc70bfa1454e.json used request id req-8968f3c5-e5bf-4dc7-8d01-b1e5fddb7c7d 2018-08-05 13:53:37,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-05 13:53:37,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:53:37,723 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1199 Content-Type: application/json X-Openstack-Request-Id: req-7d1f9cca-6a09-429a-b713-5eea12b7513f Date: Sun, 05 Aug 2018 13:53:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "locations": [{"url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02/snap", "metadata": {}}], "file": "/v2/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02/file", "owner": "cc0b0fd91a3b4622ab80d759981507be", "id": "70eda0d2-b70c-411b-beb9-d0d9c84f7f02", "size": 292618240, "self": "/v2/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02", "disk_format": "qcow2", "direct_url": "rbd://b06a8cdc-8a6c-4362-b3f6-b0735b832010/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "b9fabb10582ac3ba343db3edbd77499b7be1c113a62f2ca8f58dd0679ae85a20", "updated_at": "2018-08-05T13:22:18Z", "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_498f3612-11b2-4dab-b630-2947caed51a4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "516189fbb544e5f081314c2f1b95fc5a", "name": "juju_epc-img_498f3612-11b2-4dab-b630-2947caed51a4", "checksum": "516189fbb544e5f081314c2f1b95fc5a", "created_at": "2018-08-05T13:22:14Z", "protected": false}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-05 13:53:37,723 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-7d1f9cca-6a09-429a-b713-5eea12b7513f 2018-08-05 13:53:37,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0341129302979s 2018-08-05 13:53:37,724 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.46:9292/v2/images used request id req-7d1f9cca-6a09-429a-b713-5eea12b7513f 2018-08-05 13:53:37,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-05 13:53:37,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:9292/v2/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eebed2561c2d2e24f80be71a167c6c8d2d4d1f00" 2018-08-05 13:53:38,331 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2e9331b0-8651-4ede-87c0-9c95448093b8 Date: Sun, 05 Aug 2018 13:53:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-05 13:53:38,331 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02 used request id req-2e9331b0-8651-4ede-87c0-9c95448093b8 2018-08-05 13:53:38,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.606379032135s 2018-08-05 13:53:38,332 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.46:9292/v2/images/70eda0d2-b70c-411b-beb9-d0d9c84f7f02 used request id req-2e9331b0-8651-4ede-87c0-9c95448093b8 2018-08-05 13:53:38,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-05 13:53:38,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" 2018-08-05 13:53:38,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13: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-912d4a88-fd04-49b2-96ba-0c414f5c6e51 x-compute-request-id: req-912d4a88-fd04-49b2-96ba-0c414f5c6e51 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"flavors": [{"name": "juju_epc-flavor_498f3612-11b2-4dab-b630-2947caed51a4", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/aedb5400-9127-491b-9c08-25598eaf4c17", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/aedb5400-9127-491b-9c08-25598eaf4c17", "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": "aedb5400-9127-491b-9c08-25598eaf4c17"}, {"name": "heat_ims-flavor_alt_850972b1-2b56-4dba-a4ce-81e2f809e9dc", "links": [{"href": "http://172.30.9.46:8774/v2.1/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "rel": "self"}, {"href": "http://172.30.9.46:8774/flavors/b6e46162-643b-4e42-8dbd-42b8dd598739", "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": "b6e46162-643b-4e42-8dbd-42b8dd598739"}]} 2018-08-05 13:53:38,364 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-912d4a88-fd04-49b2-96ba-0c414f5c6e51 2018-08-05 13:53:38,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0318870544434s 2018-08-05 13:53:38,365 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.46:8774/v2.1/flavors/detail?is_public=None used request id req-912d4a88-fd04-49b2-96ba-0c414f5c6e51 2018-08-05 13:53:38,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-05 13:53:38,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:8774/v2.1/flavors/aedb5400-9127-491b-9c08-25598eaf4c17 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" 2018-08-05 13:53:38,397 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 05 Aug 2018 13: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-4935efb2-a894-4615-9552-f31cebd16eec x-compute-request-id: req-4935efb2-a894-4615-9552-f31cebd16eec Content-Length: 0 Content-Type: application/json 2018-08-05 13:53:38,397 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/aedb5400-9127-491b-9c08-25598eaf4c17 used request id req-4935efb2-a894-4615-9552-f31cebd16eec 2018-08-05 13:53:38,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0299410820007s 2018-08-05 13:53:38,397 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.46:8774/v2.1/flavors/aedb5400-9127-491b-9c08-25598eaf4c17 used request id req-4935efb2-a894-4615-9552-f31cebd16eec 2018-08-05 13:53:38,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 13:53:38,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" 2018-08-05 13:53:38,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-80128d4e-6fe1-4026-ac27-71ea83c9b376 Content-Encoding: gzip Content-Length: 843 Content-Type: application/json RESP BODY: {"users": [{"name": "panko", "links": {"self": "http://172.30.9.46:5000/v3/users/1de7019d33de4da78353f5518855b2da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1de7019d33de4da78353f5518855b2da", "email": "panko@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.46:5000/v3/users/30fb5476bc4944cca472911dfd1652d4"}, "domain_id": "default", "enabled": true, "options": {}, "id": "30fb5476bc4944cca472911dfd1652d4", "email": "nova@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.46:5000/v3/users/4ccb82390a9644008221e1d2f86f000c"}, "domain_id": "2e9dbdb0714844c8959b763da4d86693", "enabled": true, "options": {}, "id": "4ccb82390a9644008221e1d2f86f000c", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.46:5000/v3/users/5aee0f6b10004491a4c22fd983ec5777"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5aee0f6b10004491a4c22fd983ec5777", "email": "placement@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.46:5000/v3/users/64e82513229949b1b9bb45491429c564"}, "domain_id": "default", "enabled": true, "options": {}, "id": "64e82513229949b1b9bb45491429c564", "email": "cinder@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.46:5000/v3/users/657ecd4c01404141b93ebf7e0ddcc241"}, "domain_id": "default", "enabled": true, "options": {}, "id": "657ecd4c01404141b93ebf7e0ddcc241", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.46:5000/v3/users/7805a89c60db4e77a4096a8c13917342"}, "domain_id": "default", "enabled": true, "options": {}, "id": "7805a89c60db4e77a4096a8c13917342", "email": "swift@localhost", "password_expires_at": null}, {"name": "juju_epc-user_498f3612-11b2-4dab-b630-2947caed51a4", "links": {"self": "http://172.30.9.46:5000/v3/users/78a5d78d8716466f9167a07129630210"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "78a5d78d8716466f9167a07129630210", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.46:5000/v3/users/8071b72851074c0785b73439b495f5da"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8071b72851074c0785b73439b495f5da", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.46:5000/v3/users/813c9868726048c9b912c425af42b961"}, "domain_id": "default", "enabled": true, "options": {}, "id": "813c9868726048c9b912c425af42b961", "email": "admin@example.com", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.46:5000/v3/users/a53f4d24001c42bbb3eae89642f7d51e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a53f4d24001c42bbb3eae89642f7d51e", "email": "heat@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.46:5000/v3/users/b655cf1f65be427cbcd3a1f6383ce937"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b655cf1f65be427cbcd3a1f6383ce937", "email": "glance@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.46:5000/v3/users/c1bc33c2dd774936a60cddba9ba5a8c8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c1bc33c2dd774936a60cddba9ba5a8c8", "email": "neutron@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.46:5000/v3/users/d54da07c07104b299d3ceaf48a53bea5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d54da07c07104b299d3ceaf48a53bea5", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.46:5000/v3/users/e11b33711c6c48479d05dc3528f3e489"}, "domain_id": "default", "enabled": true, "options": {}, "id": "e11b33711c6c48479d05dc3528f3e489", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.46:5000/v3/users", "previous": null, "next": null}} 2018-08-05 13:53:38,518 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-80128d4e-6fe1-4026-ac27-71ea83c9b376 2018-08-05 13:53:38,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.119963169098s 2018-08-05 13:53:38,518 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users used request id req-80128d4e-6fe1-4026-ac27-71ea83c9b376 2018-08-05 13:53:38,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-05 13:53:38,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46:5000/v3/users/78a5d78d8716466f9167a07129630210 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" 2018-08-05 13:53:38,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c5d71d1-2eea-41ae-952c-40c59d5dbe68 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_498f3612-11b2-4dab-b630-2947caed51a4", "links": {"self": "http://172.30.9.46:5000/v3/users/78a5d78d8716466f9167a07129630210"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "78a5d78d8716466f9167a07129630210", "description": null}} 2018-08-05 13:53:38,636 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/78a5d78d8716466f9167a07129630210 used request id req-3c5d71d1-2eea-41ae-952c-40c59d5dbe68 2018-08-05 13:53:38,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.111742973328s 2018-08-05 13:53:38,636 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/users/78a5d78d8716466f9167a07129630210 used request id req-3c5d71d1-2eea-41ae-952c-40c59d5dbe68 2018-08-05 13:53:38,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-05 13:53:38,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/users/78a5d78d8716466f9167a07129630210 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" 2018-08-05 13:53:38,874 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 13:53:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-de802571-8a1c-4797-8950-f90a08efa5ca Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 13:53:38,874 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/78a5d78d8716466f9167a07129630210 used request id req-de802571-8a1c-4797-8950-f90a08efa5ca 2018-08-05 13:53:38,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.237720012665s 2018-08-05 13:53:38,875 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/users/78a5d78d8716466f9167a07129630210 used request id req-de802571-8a1c-4797-8950-f90a08efa5ca 2018-08-05 13:53:38,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-05 13:53:38,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.46: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.14" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" 2018-08-05 13:53:38,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 05 Aug 2018 13:53:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78b441fe-41ba-482a-8476-e1831fba7cb9 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.46:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.46:5000/v3/projects/0657afe192264a9b9d21fa2c02d460ec"}, "tags": [], "enabled": true, "id": "0657afe192264a9b9d21fa2c02d460ec", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.46:5000/v3/projects/cc0b0fd91a3b4622ab80d759981507be"}, "tags": [], "enabled": true, "id": "cc0b0fd91a3b4622ab80d759981507be", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_498f3612-11b2-4dab-b630-2947caed51a4"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.46:5000/v3/projects/d5650b30963342b58320b9e3073d7ddf"}, "tags": [], "enabled": true, "id": "d5650b30963342b58320b9e3073d7ddf", "parent_id": "default", "domain_id": "default", "name": "admin"}]} 2018-08-05 13:53:38,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-78b441fe-41ba-482a-8476-e1831fba7cb9 2018-08-05 13:53:38,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.0890610218048s 2018-08-05 13:53:38,975 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.46:5000/v3/projects used request id req-78b441fe-41ba-482a-8476-e1831fba7cb9 2018-08-05 13:53:38,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-05 13:53:38,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.46:5000/v3/projects/cc0b0fd91a3b4622ab80d759981507be -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}17f6951d517ad9d8e4a219dc20910e68c6b0377d" 2018-08-05 13:53:39,109 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 05 Aug 2018 13:53:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5a060edd-8e61-4d49-aa7b-9ba2dc31f41c Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-05 13:53:39,109 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/cc0b0fd91a3b4622ab80d759981507be used request id req-5a060edd-8e61-4d49-aa7b-9ba2dc31f41c 2018-08-05 13:53:39,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.129466056824s 2018-08-05 13:53:39,109 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.46:5000/v3/projects/cc0b0fd91a3b4622ab80d759981507be used request id req-5a060edd-8e61-4d49-aa7b-9ba2dc31f41c 2018-08-05 13:53:39,110 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify | functest | vnf | 09:15 | FAIL | | cloudify_ims | functest | vnf | 23:29 | PASS | | heat_ims | functest | vnf | 16:37 | PASS | | vyos_vrouter | functest | vnf | 15:33 | PASS | | juju_epc | functest | vnf | 30:52 | PASS | +----------------------+------------------+--------------+------------------+----------------+ 2018-08-05 13:53:39,116 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-05 13:53:39,160 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-05 13:53:39,257 - paramiko.transport - DEBUG - EOF in transport thread